blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
e1aab18ff48a5c32bb31d3eea59efc31c516f5ad
f12e3f64c7caa0fe330b6171058a3f712e48d139
/FIT2049 - Week 4/Texture.cpp
6b74fd2f379c532d3ad5b22d4787557d4a2ff202
[]
no_license
pirow99/Ass2b
3bbc0e7c355df6eb0d512b57f7eebc4c14ba5830
e0b9ac72b0380d3780f01a85164f3963eb7a0c72
refs/heads/master
2020-03-19T02:58:43.928212
2018-06-03T05:36:02
2018-06-03T05:36:02
135,681,942
0
0
null
null
null
null
UTF-8
C++
false
false
1,346
cpp
/* FIT2049 - Example Code * Texture.cpp * Created by Elliott Wilson & Mike Yeates - 2016 - Monash University * Implementation of Texture.h */ #include "Texture.h" #include "DirectXTK/WICTextureLoader.h" #include <sstream> using namespace DirectX; Texture::Texture() { m_referenceCount = 0; m_filename = ""; m_textu...
[ "39756333+pirow99@users.noreply.github.com" ]
39756333+pirow99@users.noreply.github.com
e927e628225cac889fd711d5b2242db4fd3131c6
0c4a749e5636df8a1bdde384a0df63b47b7f4f07
/Class 3/project7.cpp
3704aad9902b908af6c6ecd223969df5e4213462
[ "MIT" ]
permissive
Sadik326-ctrl/computer_programming
28dad2d26c8758b2dddd3198f2a35e115d37ca29
cbae264ffa04fc487008fa6a0a32e0a1a316e01e
refs/heads/master
2023-06-27T21:54:33.532239
2021-07-25T16:47:48
2021-07-25T16:47:48
364,974,600
0
0
null
null
null
null
UTF-8
C++
false
false
333
cpp
#include <iostream> using namespace std; int main(){ char Letter1,Letter2,Letter3,Letter4,Letter5; Letter1='S'; Letter2='A'; Letter3='D'; Letter4='I'; Letter5='K'; cout<<Letter1<<Letter2<<Letter3<<Letter4<<Letter5<<endl; string name; name="Ahmed Sadik Khan"; cout<<name<<endl; ...
[ "ahmedsadikkhan@gmail.com" ]
ahmedsadikkhan@gmail.com
9bfb1bfb392276096beccc7e73cbfb93320dc0b1
88a759d540bbd1c59a4d6558b357c78dfd875d88
/acceleratedcpp/chapt6/analysis.cc
6638e449c32943a82d121249a847c930480a3546
[]
no_license
ivantan/cppdevelopment
20d7df1de7145378af9919989f1a1455cd64884b
aa7ac87c98afbda167ea55dfef1687d6a4455bcd
refs/heads/master
2016-08-03T05:42:06.446905
2015-08-24T13:41:17
2015-08-24T13:41:17
28,193,100
0
0
null
null
null
null
UTF-8
C++
false
false
2,170
cc
#include <algorithm> #include <iostream> #include <iterator> #include <numeric> #include <stdexcept> #include <vector> #include "Student_info.h" #include "grade.h" #include "median.h" using std::accumulate; using std::back_inserter; using std::domain_error; using std::endl; using std::ostream; ...
[ "ivan.wjt@gmail.com" ]
ivan.wjt@gmail.com
b0ab0d7410f0146d68bb1fc65ade60e5e90e462b
390f4d0ddc43fd53ef924469345c7445c7af2a33
/src/Net.h
efa761ed5855e4244b01cffc2eb5600189ee0a18
[]
no_license
larrythecow/sdl-net
8255e2d5bbffd302412131a107bc2f0960bb3b8d
5fa8839f889c9ec782ee6cb811545992f3e79880
refs/heads/master
2020-12-24T13:35:34.576444
2012-09-09T01:24:39
2012-09-09T01:24:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,190
h
#ifndef _NET_H_ #define _NET_H_ #include <iostream> #include <stdlib.h> #include <SDL/SDL.h> #include <SDL/SDL_net.h> #include "Ip.h" #define DIMBUFFER 1024 #define DIMCLIENT 16 #define TIMEOUT 1000; class Net { private: bool running; bool type; // 0=client; 1=server TCPsocket socket; TCPsocket sock...
[ "sid@projekt-turm.de" ]
sid@projekt-turm.de
ddc95ecc12af37d94e5b55d6b5aceb94edb3ff00
30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a
/CodesNew/234.cpp
da029a6b5e9e5558f3db5ace01865adfa3d6243d
[]
no_license
thegamer1907/Code_Analysis
0a2bb97a9fb5faf01d983c223d9715eb419b7519
48079e399321b585efc8a2c6a84c25e2e7a22a61
refs/heads/master
2020-05-27T01:20:55.921937
2019-11-20T11:15:11
2019-11-20T11:15:11
188,403,594
2
1
null
null
null
null
UTF-8
C++
false
false
1,328
cpp
#include <stdio.h> #include <iostream> #include <vector> using namespace std; int max(long long a, long long b) { if (a > b) return a; else return b; } int min(long long a,long long b) { if (a > b) return b; else return a; } void swap(int*pa, int*pb) { int t = *pa...
[ "harshitagar1907@gmail.com" ]
harshitagar1907@gmail.com
b353c7d6e2946d954efe5888bb7090ddd4c2fd86
2124d0b0d00c3038924f5d2ad3fe14b35a1b8644
/source/GamosCore/GamosData/Data/include/GmDataFinalXS.hh
c3408c09c9a168bbc313c8c60740a6b6e7c46c31
[]
no_license
arceciemat/GAMOS
2f3059e8b0992e217aaf98b8591ef725ad654763
7db8bd6d1846733387b6cc946945f0821567662b
refs/heads/master
2023-07-08T13:31:01.021905
2023-06-26T10:57:43
2023-06-26T10:57:43
21,818,258
1
0
null
null
null
null
UTF-8
C++
false
false
358
hh
#ifndef GmDataFinalXS_hh #define GmDataFinalXS_hh #include "GamosCore/GamosData/Management/include/GmVDataString.hh" class GmDataFinalXS : public GmVDataString { public: GmDataFinalXS(); ~GmDataFinalXS(); virtual G4String GetStringValueFromStep( const G4Step* aStep ); virtual G4String GetStringValueFromTrack...
[ "pedro.arce@ciemat.es" ]
pedro.arce@ciemat.es
eba998527783fda1377772a88287ddaefc69eed1
96ab4dd1b01a51164031c2cdf2dc9e7b773a4293
/csbot/engine.cpp
ec1648b528cb1fc6fb28c76b57b81a78267a7f0d
[]
no_license
N7P0L3ON/hlsdk10-bots
25e821d519f8229ac5ab6ab614df7698ce843f90
d12620edecb1d2012663f32957a01d2c7b16c52a
refs/heads/master
2023-05-02T05:57:31.064376
2018-08-25T10:01:57
2018-08-25T10:01:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
32,159
cpp
/********************************** TheBot Eric Bieschke's CS Bot http://gamershomepage.com/thebot/ *********************************** Adapted from: HPB_bot botman's High Ping Bastard bot http://planethalflife.com/botman/ *********************************** $Source: /usr/local/cvsroot/csbot/...
[ "weimingzhi@baidu.com" ]
weimingzhi@baidu.com
677927375a94a0aa16f8f69d62a2bf9450569227
f2ee22679f4015815f567c38089d396971e4c51a
/CAAVisualization.edu/CAAVisManagerImpl.m/src/CAAEVis3DGeoVisuForCGRObject.cpp
9c6307092070a34ea9485142c398fefe3687697b
[]
no_license
poborskii/CAADoc_SelectAgent
72f0a162fa7a502d6763df15d65d76554e9268fe
51e0235ef461b5ac1fd710828c29be4bb538c43c
refs/heads/master
2022-12-06T01:19:28.965598
2020-08-31T02:48:11
2020-08-31T02:48:11
291,596,517
0
0
null
null
null
null
UTF-8
C++
false
false
2,642
cpp
// COPYRIGHT DASSAULT SYSTEMES 2000 // Local Framework #include "CAAEVis3DGeoVisuForCGRObject.h" #include "CAAIVisModelCGRObject.h" // Visualization framework #include "CATRep.h" // Standard Library #include <iostream.h> //------------------------------------------------------------------------------------------- /...
[ "poborsk_liu@613.com" ]
poborsk_liu@613.com
a35cc584bf682f6d79cc4b24314fd9acda65e17d
892d94d439d22613e913c6893799cc4427550f90
/include/DiggerOffline/Action.h
f401365c806b44da0af358e5eda0a1dd5c0b7dd0
[]
no_license
VovaMiller/digger-offline-2d
cc3452e06ef73070b75ed1ccc709e646e644367b
cb6d01ef5c5884a156a4ac94b4827519638411b6
refs/heads/master
2021-09-14T19:25:58.035846
2018-05-17T21:15:36
2018-05-17T21:15:36
121,681,872
0
0
null
2018-05-17T20:46:07
2018-02-15T20:56:43
null
UTF-8
C++
false
false
1,273
h
#pragma once #include <string> #include <vector> class Action { public: virtual ~Action() {} virtual void Act() = 0; }; class ActionMacro : public Action { public: virtual ~ActionMacro(); virtual void Act(); void AddAction(Action* action); private: std::vector<Action*> actions_; }; class Action_OpenMapMenu...
[ "Miller.VV@phystech.edu" ]
Miller.VV@phystech.edu
4dd2aef926f67ec4c1b7fad95ecaa1ad32902670
81ca44fbdc15a9e593998a6ea0611918fb08e132
/101-the_block_problem/main.cpp
57a6e8836cf3c8998f6a2df21f1d4edccdbe0a46
[]
no_license
hugues-vincent/uva
613be2ac1314611b0b951a21192e9cf1cbb38fe7
39498a9e9302aed60da924990b5408363002a171
refs/heads/master
2020-04-06T16:54:18.611529
2018-11-29T19:31:55
2018-11-29T19:31:55
157,638,707
0
0
null
null
null
null
UTF-8
C++
false
false
277
cpp
#include <iostream> using namespace std; int main() { int n, a, b; char word1[4], word2[4]; string foo; bool quit = false; scanf("%d", &n); while(!quit){ scanf("%s", word1); if(word1) cout << word1; } return 0; }
[ "hugues.vincent.ropert@tetha.pw" ]
hugues.vincent.ropert@tetha.pw
ad0c5bf8c38eb132b7f73a2946f08ebdb4172d01
857eb9ffc1385b5a2eac2ff95f9dcd68d50c170b
/include/subsystem_controllers/chassis_controller.hpp
e3ceea36ff417745d5991bbeb5c9c582390de6bd
[]
no_license
77788J/77788J-TP-Mark-III
8823ce3fb7a0f497e94b6c7f27e68da48b53c7e1
6792e670d0917a5225743cc2093d5753c0a69f95
refs/heads/master
2022-01-10T09:14:49.795439
2019-05-15T18:14:31
2019-05-15T18:14:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,196
hpp
#ifndef CHASSIS_CONTROLLER_H_ #define CHASSIS_CONTROLLER_H_ #include "subsystem_interfaces/chassis_interface.hpp" namespace chassis_controller { enum MovementMode { none, dist_pid, rot_pid }; extern MovementMode mode; typedef struct PidConstants { float kp; // proportional constant ...
[ "zachchampion79@gmail.com" ]
zachchampion79@gmail.com
01429d77837fb4cdd178bcdd98b142ba3baab88e
dfab96efeea9646fe54bd54ea91bc75e8086e892
/InputStream.h
3745f086a96120eddbc9f6ceb10126dbbc8a3ea3
[]
no_license
lisaula/Compi_exam
8be7202e0d1861873a1cf12b9a94d46109ec51bc
50ee480a22b4294415ae8f9c8feb2dfbd2dc2779
refs/heads/master
2020-12-30T11:51:18.926076
2017-05-17T03:16:34
2017-05-17T03:16:34
91,528,679
0
0
null
null
null
null
UTF-8
C++
false
false
308
h
#ifndef INPUTSTREAM_H #define INPUTSTREAM_H #include <string.h> class InputStream { public: unsigned int contador, length; char* code; InputStream(char* code); char getNextSymbol(); virtual ~InputStream(); protected: private: }; #endif // INPUTSTREAM_H
[ "luisca_elfather@hotmail.com" ]
luisca_elfather@hotmail.com
44960a9d2737ccc50e42f2d4548cd50b21e62c27
30150c7f6ed7a10ac50eee3f40101bc3165ebf9e
/src/installer/sysinfo.h
33af8aec9ff63dc6ce75984b5e4d1230882b6529
[]
no_license
toontown-restoration-project/toontown
c2ad0d552cb9d5d3232ae6941e28f00c11ca3aa8
9bef6d9f823b2c12a176b33518eaa51ddbe3fd2f
refs/heads/master
2022-12-23T19:46:16.697036
2020-10-02T20:17:09
2020-10-02T20:17:09
300,672,330
0
0
null
null
null
null
UTF-8
C++
false
false
7,490
h
// Filename: sysinfo.h // Created by: jimbob (09Jan97) // $Id$ // //////////////////////////////////////////////////////////////////// #ifndef SYSINFO_H #define SYSINFO_H // //////////////////////////////////////////////////////////////////// // Includes ////////////////////////////////////////////////////////////////...
[ "brianlach72@gmail.com" ]
brianlach72@gmail.com
6d83a29764a72a3351bb135a7811da422873f55d
5499e8b91353ef910d2514c8a57a80565ba6f05b
/src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/test/sim_test.cc
1530fbde4a93f0ec8952efb9250a5557b2818a18
[ "BSD-3-Clause", "ISC" ]
permissive
winksaville/fuchsia
410f451b8dfc671f6372cb3de6ff0165a2ef30ec
a0ec86f1d51ae8d2538ff3404dad46eb302f9b4f
refs/heads/master
2022-11-01T11:57:38.343655
2019-11-01T17:06:19
2019-11-01T17:06:19
223,695,500
3
2
BSD-3-Clause
2022-10-13T13:47:02
2019-11-24T05:08:59
C++
UTF-8
C++
false
false
2,144
cc
// Copyright 2019 The Fuchsia 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 "sim_test.h" #include <gtest/gtest.h> #include "src/connectivity/wlan/drivers/testing/lib/sim-device/device.h" #include "src/connectivity/wlan/d...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
fd13c84fd43a3097424d69ac87d5509ecb07a4b3
eedd904304046caceb3e982dec1d829c529da653
/clanlib/ClanLib-2.2.8/Sources/API/Crypto/private_key.h
fa5e55a7cdd7a1b53e702ea4a2f9cb5c84658abe
[]
no_license
PaulFSherwood/cplusplus
b550a9a573e9bca5b828b10849663e40fd614ff0
999c4d18d2dd4d0dd855e1547d2d2ad5eddc6938
refs/heads/master
2023-06-07T09:00:20.421362
2023-05-21T03:36:50
2023-05-21T03:36:50
12,607,904
4
0
null
null
null
null
UTF-8
C++
false
false
1,875
h
/* ** ClanLib SDK ** Copyright (c) 1997-2011 The ClanLib Team ** ** This software is provided 'as-is', without any express or implied ** warranty. In no event will the authors be held liable for any damages ** arising from the use of this software. ** ** Permission is granted to anyone to use this software for a...
[ "paulfsherwood@gmail.com" ]
paulfsherwood@gmail.com
7942f258eb801d0d8b757482a9d9ecc46cb49336
dca28153d0fbfef939ce3a8a51135e95499dfa0c
/readMatrix.cpp
e09a32a78b2d6f625c543b44ea8baff0735e2a7c
[]
no_license
htimsnahtan/matrix-calculator
aaf4d3f3691aef43187ada074320e4bc9e25e8d8
5a81d10d992b66add7706fc06edbd73f81df7267
refs/heads/main
2020-03-22T14:44:58.109575
2018-07-20T20:50:00
2018-07-20T20:50:00
140,202,590
0
0
null
null
null
null
UTF-8
C++
false
false
621
cpp
#include "readMatrix.hpp" #include <iostream> /* Give 2 inputs of a pointer to a square 2d array and the size of the matrix, prompts user to input integers into each point on the matrix. Does not return. */ void readMatrix(int **arrayPtrIn, int matrixSizeIn) { std::cout << "Enter " << matrixSizeIn*matrixSizeIn << ...
[ "htimsnahtan@gmail.com" ]
htimsnahtan@gmail.com
9dc77114c43945fb979a6c635f71771a3ab74378
52dab43236a9b0cd0f406aaf6c15f145f1376c98
/cpp/include/PMTResponse.h
9d24680ccc20b3058521049668709cae26040034
[]
no_license
Abdoelabassi/MDT
1f94162cece50384059703e8618365250994d46b
27fae8e9cf2d04cca48a117fa4216d474a6cab61
refs/heads/master
2023-07-27T12:34:36.563250
2021-06-18T17:49:16
2021-06-18T17:49:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
611
h
#pragma once #include <iostream> #include <string> #include <cmath> #include "MTRandom.h" // Manage: // // - generation of SPE // - timing resolution // // for R12199_02 3'' PMT for mPMT // // The implementations are based on: // - WCSimPMTObject.cc // - WCSimWCDigitizer.cc class PMTResponse { public: ...
[ "rakutsu@icrr.u-tokyo.ac.jp" ]
rakutsu@icrr.u-tokyo.ac.jp
598afd77d3fc59490869b9c462f3ff3bc4e8b966
0ce33ddb5a912652be7947485bac4435a7fff344
/8-segment-led/SegmentLED.ino
e4b12000b5d5deff7b9ee9cbdb3fec8e8e78cb2f
[ "MIT" ]
permissive
michaelachrisco/Arduino-projects
b2cf4206e9bb486dd11035b36808544e504a5320
c3fedfe9aee232a23b5813ffc9761d4aab417f0a
refs/heads/master
2021-07-12T15:20:34.539133
2021-07-03T23:11:13
2021-07-03T23:11:13
224,782,643
0
0
MIT
2019-12-10T04:40:42
2019-11-29T05:27:43
C++
UTF-8
C++
false
false
1,757
ino
// https://www.datasheetarchive.com/pdf/download.php?id=143240d741a05b795bfc23691077a7c4a43b10&type=P&term=Display%25205082%25207731 const int pinDP = 8; const int pinA = 9; const int pinB = 10; const int pinC = 11; const int pinD = 12; const int pinG = 13; const int pinE = 2; const int pinF = 3; //TODO: Add in all co...
[ "michaelachrisco@gmail.com" ]
michaelachrisco@gmail.com
78f927941b1965b36356c3a549fa4f20f87ffabb
eee2f48594874f5138a0da8fa1a5a4db3c6817dc
/RTC_DS1307.h
395695409eb55641b6979fda47970cc2031fd13e
[]
no_license
CNCBASHER/AnyRtc
79a8c39788066fe4db3a777702c6e77b098deb51
3d807561d8d44a3c6dd49f928aac19f37ea17385
refs/heads/master
2021-01-17T22:02:43.178887
2012-06-24T02:45:29
2012-06-24T02:45:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
602
h
// Code by JeeLabs http://news.jeelabs.org/code/ // Released to the public domain! Enjoy! #ifndef __RTC_DS1307_H__ #define __RTC_DS1307_H__ #include <AnyRtc.h> #include <Wire.h> // RTC based on the DS1307 chip connected via I2C and the Wire library class RTC_DS1307: public IRTC { public: uint8_t begin(void); ...
[ "maniacbug@ymail.com" ]
maniacbug@ymail.com
dbdba54fb1b975368a1b7cd2e2dc58a92199ee80
37dfdfbae6886a23cf6a3626a05f57869a89b3f5
/Source/FairyGUIEnginePlugin/fairygui/GGraph.h
6beec50ad741e62745d6be3a2ecede54427e1dbb
[ "MIT" ]
permissive
fhaoquan/FairyGUI-vision
8dbf79982d2c9b07e0f8fe73ada1f5c91dee2ef8
63c2f5a4bfc7e3db954ef55a689be26b9a0f3518
refs/heads/master
2020-03-30T22:33:17.013554
2018-05-24T15:07:44
2018-05-24T15:07:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
912
h
#ifndef __GGRAPH_H__ #define __GGRAPH_H__ #include "FGUIMacros.h" #include "GObject.h" #include "core/Shape.h" #include "gears/GearColor.h" NS_FGUI_BEGIN class FGUI_IMPEXP GGraph : public GObject, public IColorGear { public: CREATE_FUNC(GGraph); void drawRect(float aWidth, float aHeight, int ...
[ "gzytom@139.com" ]
gzytom@139.com
195eee30caf0dd73e89bfe4f3afaf013d52dff6d
6fd3d7340eaaab551a22f5918d3c5fd3d27040c0
/SERVERS/WorldServer/DB_UpdatePlayerFlag.h
d20dc696a5ac6102cb3f26cac9f6c2db248f7670
[]
no_license
Aden2018/WinServer
beda5bb9058a08d1961f2852b48ca5217ca80e86
f3c068cd8afed691e32fc6516060187014ba3a71
refs/heads/master
2023-03-18T20:10:55.698791
2018-03-02T03:50:21
2018-03-02T03:50:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
334
h
#ifndef _DB_UPDATEPLAYERFLAG_H_ #define _DB_UPDATEPLAYERFLAG_H_ #include "CommLib/ThreadPool.h" class DB_UpdatePlayerFlag : public ThreadBase { public: DB_UpdatePlayerFlag(void); //method from ThreadBase virtual int Execute(int ctxId,void* param); U32 mPlayerId; U32 mPlayerFlag; }; #endif /*_DBUPDATE...
[ "754266963@qq.com" ]
754266963@qq.com
40d5afedf21f32751b2db0f4be74ce871f8452d7
dac35c7e3d56879016a98a2d0d72100b175e4517
/OpenWorld/Source/OpenWorld/OpenWorldCharacter.cpp
e6694664a04363cb0beec6322de2106813332ec6
[]
no_license
TheK-B1000/OpenWorld
b00df3ff1b8a79c21e9cdc6392fbf35360b9e74d
01b497ea4cb463f6f31b7860665e8fd3d4a65ac9
refs/heads/master
2020-12-04T22:29:50.064107
2020-01-06T15:14:36
2020-01-06T15:14:36
231,922,669
0
0
null
null
null
null
UTF-8
C++
false
false
5,296
cpp
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. #include "OpenWorldCharacter.h" #include "HeadMountedDisplayFunctionLibrary.h" #include "Camera/CameraComponent.h" #include "Components/CapsuleComponent.h" #include "Components/InputComponent.h" #include "GameFramework/CharacterMovementComponent.h" #include ...
[ "k-b0514@hotmail.com" ]
k-b0514@hotmail.com
efad31c9898834a98eb1b26ff247c60c4f288427
38c10c01007624cd2056884f25e0d6ab85442194
/chrome/browser/ui/views/crypto_module_password_dialog_view_unittest.cc
74279192c4f35b8823f2d89cdb7e00b43858ba09
[ "BSD-3-Clause" ]
permissive
zenoalbisser/chromium
6ecf37b6c030c84f1b26282bc4ef95769c62a9b2
e71f21b9b4b9b839f5093301974a45545dad2691
refs/heads/master
2022-12-25T14:23:18.568575
2016-07-14T21:49:52
2016-07-23T08:02:51
63,980,627
0
2
BSD-3-Clause
2022-12-12T12:43:41
2016-07-22T20:14:04
null
UTF-8
C++
false
false
1,674
cc
// 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. #include "chrome/browser/ui/views/crypto_module_password_dialog_view.h" #include <string> #include "base/bind.h" #include "base/strings/utf_string_c...
[ "zeno.albisser@hemispherian.com" ]
zeno.albisser@hemispherian.com
a41438aa7e5b0e5801496fae01a8cc2331fb75f1
10ecd7454a082e341eb60817341efa91d0c7fd0b
/SDK/BP_FishingFish_Islehopper_03_Colour_01_Stone_functions.cpp
f516d392de37b816420c938523919f39fdfdbc70
[]
no_license
Blackstate/Sot-SDK
1dba56354524572894f09ed27d653ae5f367d95b
cd73724ce9b46e3eb5b075c468427aa5040daf45
refs/heads/main
2023-04-10T07:26:10.255489
2021-04-23T01:39:08
2021-04-23T01:39:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,024
cpp
// Name: SoT, Version: 2.1.0.1 #include "../SDK.h" /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Functions //----------------------------------------------------...
[ "ploszjanos9844@gmail.com" ]
ploszjanos9844@gmail.com
4169a75d98dc28687822cdff60c13ee0af72b8a4
c2b161ce52e127f7036882f0ffa523f520dc1c87
/tutorials/playground/convert_test.cpp
ce04c825417272999a0dc8470e61fef5638afc48
[]
no_license
dmosher42/cosmos-core
9991e7268044fa3b139716a48e3bf3c707ea3422
625d1de84eded5ff69b2870a9cbf57c1a6476f89
refs/heads/master
2023-03-21T17:26:05.288081
2021-01-28T00:12:33
2021-01-28T00:12:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,472
cpp
/******************************************************************** * Copyright (C) 2015 by Interstel Technologies, Inc. * and Hawaii Space Flight Laboratory. * * This file is part of the COSMOS/core that is the central * module for COSMOS. For more information on COSMOS go to * <http://cosmos-project.com> * * The ...
[ "pilger@hsfl.hawaii.edu" ]
pilger@hsfl.hawaii.edu
cba1292722f345ddde3d202149cb2a2ebb0e0716
6fa5433c3a3c5fbc74b7242a2d0160b212bcd847
/多进程/copyProgress/main.cpp
a63311c90d51010b532c124edcf78f7a98545b7b
[]
no_license
arafatms/Linux-Resource-manager
8c5165e1a1f27ab13c1477fe58f1ec021dd463d3
9f4a5b0482c207b402c51d4333fb1ffecd1ca158
refs/heads/master
2021-06-06T21:01:15.379886
2018-08-25T12:07:41
2018-08-25T12:07:41
146,092,096
1
0
null
null
null
null
UTF-8
C++
false
false
2,190
cpp
#include "mainwindow.h" #include <QApplication> #include "sem_shm.h" int main(int argc, char *argv[]) { using namespace std; QApplication a(argc, argv); MainWindow w; w.show(); struct sembuf sops; int ret, status; semun arg; int shmid = shmget(MY_KEY, sizeof(BUFF_T), I...
[ "arafatms@outlook.com" ]
arafatms@outlook.com
724e67fc4575acf98d2e9dc38a75c5cccda53f0a
823d02e7c97162bb6a129fa902bc5d53a6cf5de7
/Utils/CodeLib.1/Cabs/CabView/OS.H
b6fe8d2c7747f62e7751fd1140767639df620dc8
[ "MIT" ]
permissive
starpeace-project/starpeace-original
c14d855253d20352b33c9663ce02d833a6f1eb39
74e773b88eedf3d089a6cf01b70b01a6ade4cd03
refs/heads/master
2023-09-01T10:47:45.382288
2021-09-20T17:24:49
2021-09-20T17:24:49
104,656,682
4
1
null
2021-09-20T17:24:51
2017-09-24T15:54:58
Pascal
UTF-8
C++
false
false
574
h
//******************************************************************************************* // // Filename : Os.h // // CFileTime // // Copyright (c) 1994 - 1996 Microsoft Corporation. All rights reserved // //******************************************************************************************* #ifndef _O...
[ "ron.appleton@gmail.com" ]
ron.appleton@gmail.com
57fc92602408f926d3685148e6401a4444d6ca0e
603742c3a80dc337875e2d92c8b488cc9983349c
/Aplicacion/Nodo3.h
328c2bdafef1b97ffb33585ed21390aa8b0c8ebc
[ "MIT" ]
permissive
oigresagetro/EDYAA_TP1
c747963ccfc40697c57ba51fae5dbc8f06f59d2c
0f0b18ba1e705cec44c474c0debc0abc20106b14
refs/heads/master
2021-07-09T00:00:53.473933
2017-10-06T02:53:43
2017-10-06T02:53:43
104,901,752
0
0
null
null
null
null
UTF-8
C++
false
false
268
h
#ifndef _Nodo3 #define _Nodo3 #include <iostream> using namespace std; struct Nodo3{ public: char c; Nodo3 * hijoMasI; Nodo3 * hermanoD; // o padre; Nodo3 * ptrPadre; Nodo3 * hermanoI; Nodo3(char); ~Nodo3(); //bool operator==(const Nodo2&); }; #endif
[ "31581117+oigresagetro@users.noreply.github.com" ]
31581117+oigresagetro@users.noreply.github.com
2f149104a77ddcebb1bdb4701914a74358fadc24
b11b2b488d94ae20f58cfe40bae0987c32b5945e
/butaneVerification/1e-06/UPrime2Mean
0af575ac3984a6805ac9372b18da15f19c9740ee
[]
no_license
jamesjguthrie/mayerTestCase
93dbd9230e16a0f061cec97c7ddf6cb5303e1c95
9279ad56b62efa1507ff8b1bcd96e3ce2daceb56
refs/heads/master
2021-03-30T18:20:33.641846
2019-06-25T12:55:07
2019-06-25T12:55:07
26,530,210
0
0
null
null
null
null
UTF-8
C++
false
false
1,072
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.4.0 | ...
[ "james@heyjimmy.net" ]
james@heyjimmy.net
6327d464fdbd31b4a552fc7c3c20a3307343333c
c2b6bd54bef3c30e53c846e9cf57f1e44f8410df
/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_ObjectModel_ReadOnlyCo1676177880.h
4084538807cb6d333daf9ddfa6f2bc0e7508854b
[]
no_license
PriyeshWani/CrashReproduce-5.4p1
549a1f75c848bf9513b2f966f2f500ee6c75ba42
03dd84f7f990317fb9026cbcc3873bc110b1051e
refs/heads/master
2021-01-11T12:04:21.140491
2017-01-24T14:01:29
2017-01-24T14:01:29
79,388,416
0
0
null
null
null
null
UTF-8
C++
false
false
1,177
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Object2689449295.h" // System.Collections.Generic.IList`1<UnityEngine.UI.Selectable> struct IList_1_t2031332789; #ifdef __clang__ #pragma clang diagnostic ...
[ "priyeshwani@gmail.com" ]
priyeshwani@gmail.com
c9db5511b866f14f8b7725eceb15d9265d5f6218
f53cf175a3fff8250f813c37922d737fb1648b36
/IDE/include/tv/win32/key.h
784facc06ec3f068fed7d85e843f5b9e678a3f4e
[ "MIT" ]
permissive
paule32/forth2asm
fbbe8e83a091dff62c021e73a2a6b69737645861
b1208581cd94017f8207b4b3bff28f0bce81ff7e
refs/heads/master
2020-09-20T15:08:48.218929
2019-12-27T16:29:15
2019-12-27T16:29:15
224,518,576
0
1
MIT
2019-12-09T00:18:34
2019-11-27T21:18:40
C++
UTF-8
C++
false
false
2,001
h
/* Win32 screen routines header. Copyright (c) 2002 by Salvador E. Tropea (SET) Covered by the GPL license. */ // This headers needs windows header #if defined(TVOS_Win32) && !defined(WIN32KEY_HEADER_INCLUDED) #define WIN32KEY_HEADER_INCLUDED struct TEvent; const unsigned eventKeyboardQSize=16; // A class to en...
[ "admin@dbase.center" ]
admin@dbase.center
d2b1482e37b794a57e30898177f0a745146e3029
c26dc7928b1facac2c0912f6532076d35c19e835
/devel/include/ros_arduino_msgs/Analog.h
b74669547528ba3c083bac79d4d00106d139c939
[]
no_license
mattedminster/inmoov_ros
33c29a2ea711f61f15ad5e2c53dd9db65ef6437f
e063a90b61418c3612b8df7876a633bc0dc2c428
refs/heads/master
2021-01-23T02:39:36.090746
2017-08-09T02:56:42
2017-08-09T02:56:42
85,995,826
0
0
null
2017-03-23T20:45:32
2017-03-23T20:45:32
null
UTF-8
C++
false
false
5,960
h
// Generated by gencpp from file ros_arduino_msgs/Analog.msg // DO NOT EDIT! #ifndef ROS_ARDUINO_MSGS_MESSAGE_ANALOG_H #define ROS_ARDUINO_MSGS_MESSAGE_ANALOG_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #include ...
[ "mattedminster@gmail.com" ]
mattedminster@gmail.com
298575b1069692f56cc6281240fe4ceeb0a090dd
ba916d93dfb8074241b0ea1f39997cb028509240
/cpp/sorting.cpp
a8664377c0dbaa46b0d0a6aacab753a39917391b
[]
no_license
satojkovic/algorithms
ecc1589898c61d2eef562093d3d2a9a2d127faa8
f666b215bc9bbdab2d2257c83ff1ee2c31c6ff8e
refs/heads/master
2023-09-06T08:17:08.712555
2023-08-31T14:19:01
2023-08-31T14:19:01
169,414,662
2
3
null
null
null
null
UTF-8
C++
false
false
628
cpp
#include <bits/stdc++.h> typedef long long ll; using namespace std; void print(const vector<int> &data) { for (int i = 0; i < data.size(); ++i) { cout << data[i]; if (i == data.size() - 1) cout << endl; else cout << ","; } } void partition(vector<int> &data,...
[ "satojkovic@gmail.com" ]
satojkovic@gmail.com
c7e4f7f2b84bad1bf29e4c9bc878ecf73944d3e5
0203c18e12531e00ef5154776cb32b731e6688d0
/PBINFO/284-interclsare3.cpp
b27d8ebe7b6b90d1cfa8a46b3161822dc6b56ec7
[]
no_license
KiraBeleaua/Solved-Problems
a656566e4592f206365a11cff670139baa27c80a
99a2343883faa9e0d61d8a92b8e82f9a0d89c2c2
refs/heads/main
2023-06-20T23:10:18.496603
2021-07-15T22:50:56
2021-07-15T22:50:56
359,094,167
0
0
null
null
null
null
UTF-8
C++
false
false
4,598
cpp
#include <iostream> #include <vector> #include <math.h> #include <algorithm> #include <iomanip> #include <array> #include <fstream> using namespace std; void printVector(vector<int64_t> v) { for (auto& el : v) { cout << el << " "; } cout << "\n"; } int maximAdi(vector<int64_t> v) { int64_t ...
[ "necula.adrian2009@gmail.com" ]
necula.adrian2009@gmail.com
4fcea0611b188c7f3a5e285323bb94afd8f50b3d
4c3068dd69156650a7e8042771fab4408794d653
/2.28/A1086 Tree Traversals Again.cpp
4b4009e21848e140583d10425fe5237cae63366e
[]
no_license
GXMhahahaha/PAT
396d4cae43fa4c51ad7aecc35e9c3482a06902e1
891061921a1b45e3e3ee49731b2206a54f1eb1fb
refs/heads/master
2023-07-08T19:06:37.482228
2021-08-05T03:21:47
2021-08-05T03:21:47
392,892,525
0
0
null
null
null
null
UTF-8
C++
false
false
1,275
cpp
//A1086 Tree Traversals Again #include <iostream> #include <stdio.h> #include <stack> #include <string.h> using namespace std; const int maxn = 50; int N; int pre[maxn]; int in[maxn]; stack<int> s; struct Node{ int key; Node* left; Node* right; }; Node* Build(int preL,int preR,int inL,int inR){ if(preL>preR || i...
[ "1844720947@qq.com" ]
1844720947@qq.com
db9ac4af91f2cf8669b9470099df81d264c7f0cb
2588ad590b4df910fa5477ee84101b56dba69144
/MyTree/MyTree/TreeOperation.cpp
8124f26032e718494a2647cf3d40d93cc7c2a4e6
[]
no_license
Mr-Jason-Sam/Algorithms
e6829cf55addb7a01c425f8f8c732dce1082901c
6f015cc63407cda1aae310aefd3b705fcc00a361
refs/heads/master
2021-01-19T10:53:22.400040
2019-05-23T17:06:42
2019-05-23T17:06:42
87,910,106
0
1
null
null
null
null
UTF-8
C++
false
false
168
cpp
// // TreeOperation.cpp // MyTree // // Created by Jason_Sam on 2017/4/6. // Copyright © 2017年 Jason_Sam. All rights reserved. // #include "TreeOperation.hpp"
[ "Mr.Jason_Sam@iCloud.com" ]
Mr.Jason_Sam@iCloud.com
ed6c0ccee6dd44e5b7e6318621076a29b5731f7b
e3d7d6ddd33d0e0886199af66a281b83b4903d91
/C++02096.cpp
ec1978bfc5a5182bd69b6ca2066bc33b5de16bdb
[]
no_license
flydog98/CppBaekjoon
6c1805222c6669b0793d23cf64902677628c0ddb
6b218c371d39a2ccf1f2922b6fc4275c91c2bafb
refs/heads/master
2020-09-05T13:13:48.343902
2020-08-26T14:25:18
2020-08-26T14:25:18
220,116,434
0
0
null
null
null
null
UHC
C++
false
false
1,332
cpp
// 2096번 내려가기 #include <iostream> #include <algorithm> #include <vector> using namespace std; int main(void) { int amount = 0; vector<vector<int>> map; int higha = 0, highb = 0, highc = 0; int lowa = 0, lowb = 0, lowc = 0; int new_higha = 0, new_highb = 0, new_highc = 0; int new_lowa = 0, new_lowb = 0, new_l...
[ "pyjpyj0825@gmail.com" ]
pyjpyj0825@gmail.com
93900d034516b9093ad1129fc63919ce288df7f6
e9a8f00bce09954668fb3f84382bc29397c78965
/src/rpcprotocol.cpp
5ede4ac80aa5320d4926d2f51d7a209dc87fe983
[ "MIT" ]
permissive
SkullCash/SkullCash
4b7dec25759d9012abfae0f678bcaed982a2d49f
7d8d87b4a6a24e9768d667b45e31d51e5cea1cd1
refs/heads/master
2020-03-23T04:51:38.559112
2018-07-16T08:30:12
2018-07-16T08:30:12
141,109,595
0
0
null
null
null
null
UTF-8
C++
false
false
9,661
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2013 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 "rpcprotocol.h" #include "util.h" #include <stdint.h> #include <boost/algori...
[ "skullcash@users.noreply.github.com" ]
skullcash@users.noreply.github.com
3eb519c289b12e3daccc44701418266ce6e47721
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE122_Heap_Based_Buffer_Overflow/s11/CWE122_Heap_Based_Buffer_Overflow__placement_new_64b.cpp
67462a2cc5472ce5a9bbb7a199b4da8bea4c6cb3
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C++
false
false
3,879
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__placement_new_64b.cpp Label Definition File: CWE122_Heap_Based_Buffer_Overflow__placement_new.label.xml Template File: sources-sinks-64b.tmpl.cpp */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource: Initializ...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
83f2bbd32912516c93250f2cef037232df122a28
c78023bb0d524f172e54ded23fa595861346531d
/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdell.cpp
5e70d82b34a6ac16ed180c37f4b7a67db505cd57
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
TH2M-NGH-group-zju/ogs
2f0d7fe050d9d65c27bd37b08cd32bb247ba292f
074c5129680e87516477708b081afe79facabe87
refs/heads/master
2023-02-06T16:56:28.454514
2020-12-24T13:13:01
2020-12-24T13:13:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,391
cpp
/** * \file * \author Norbert Grunwald * \date 01.12.2020 * * \copyright * Copyright (c) 2012-2020, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/lice...
[ "Norbert.Grunwald@ufz.de" ]
Norbert.Grunwald@ufz.de
0b11dd97b4df8bf9d007ee52ab73916cee60bde4
0b60493522498390d25a8d6f701be80d8cae8538
/ProjektProbaSFML/ProjektProbaSFML/Standby.cpp
6de2abaef525c4d1f6d8098577b4614e2bff4cc6
[]
no_license
alekkul271/Programowanie2
1fa26aa942428b167372d7b385585afa8c773f89
174734743b97c8a2b9a46c8a588b8095b23d3066
refs/heads/master
2022-06-28T10:44:58.625051
2020-05-11T18:31:27
2020-05-11T18:31:27
262,615,273
0
0
null
null
null
null
UTF-8
C++
false
false
924
cpp
#include "Standby.h" Standby::Standby(sf::Texture* texture, sf::Vector2u imageCount, float switch_time) { this->imageCount = imageCount; this->switch_time = switch_time; total_time = 0.0f; currentImage.x = 0; uvRect.width = texture->getSize().x / static_cast<float>(imageCount.x); uvRect.height = texture->getSiz...
[ "alekkul271@polsl.pl" ]
alekkul271@polsl.pl
5d2eda42570892f426fb8e1be0d9095a6fb197c3
bcd122dc1ec9131f148178950a1a9b6e0b61c808
/src/libinterpol/include/interpol/euclidean/bezier.hpp
8b1056d8138ff12436dc06e0ad4be5e6199e327c
[ "MIT" ]
permissive
QubingHuo-source/interpolation-methods
88d73cef91ad4ad4b2a8455a79d0bffc9817b535
094cbabbd0c25743d088a623f5913149c6b8a2ab
refs/heads/master
2023-04-30T19:55:29.781785
2020-02-21T13:14:30
2020-02-21T13:16:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,989
hpp
/** * This file is part of https://github.com/adrelino/interpolation-methods * * Copyright (c) 2018 Adrian Haarbach <mail@adrian-haarbach.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ #ifndef INTERPOL_BEZIER_HPP #define INTER...
[ "mail@adrian-haarbach.de" ]
mail@adrian-haarbach.de
361b162440c7959958e32218bb3412fec7209a56
35c90b9d070d6593a136a5e848c5b37142ff1748
/tools/bonsaiRenderer/splotch/renderloop.cpp
863d97e9485ef1dc177de2de0298963d1e6066a2
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
ericchill/Bonsai
b2979badcce5d0b26f76d9dff3d44d265f0e1e9c
8904dd3ebf395ccaaf0eacef38933002b49fc3ba
refs/heads/master
2022-01-24T04:45:09.787812
2020-10-10T09:09:33
2020-10-10T09:09:33
71,961,070
0
0
null
2016-10-26T03:05:49
2016-10-26T03:05:49
null
UTF-8
C++
false
false
15,992
cpp
#include <stdio.h> #include "GLSLProgram.h" #ifdef WIN32 #define NOMINMAX #endif #include <GL/glew.h> #ifdef WIN32 #include <GL/wglew.h> #else #include <GL/glxew.h> #endif #if defined(__APPLE__) || defined(MACOSX) #include <GLUT/glut.h> #else #include <GL/freeglut.h> #endif #include <algorithm> #include "renderloop...
[ "egaburov@dds.nl" ]
egaburov@dds.nl
d9b6bd6e6c55323933ce5c8d07c2f39a466791bc
0f62b851257647d01658fdef5714586dc3c56a27
/PKU_20120224_1789.cpp
69c55ef547862050247339d39bc415bd148454eb
[]
no_license
cheeseonhead/PKUProblems
5de3a5d6e8f23d87873ce382d56b25a593460a11
65b0a3a20b551166d9e23644b90e06ca847cc541
refs/heads/master
2021-01-15T23:40:09.666781
2015-03-26T00:16:40
2015-03-26T00:16:40
32,898,397
0
0
null
null
null
null
UTF-8
C++
false
false
1,006
cpp
/* Judge: PKU PROG: 1789 */ #include <cstdio> #include <cstring> #include <algorithm> #define MAXN 2147483647 using namespace std; int N,ans,minid,least[2001]={0},mind; char s[2001][8]; int dis(int x, int y) { int dif=0; for(int i=0;i<6;i++) if(s[x][i]!=s[y][i])dif++; return dif; } int main...
[ "cheeseonhead@gmail.com" ]
cheeseonhead@gmail.com
56015f7916338bac09edf3f55bbe3100a4b5febf
ed10dc841d5b4f6a038e8f24f603750992d9fae9
/clang/lib/Sema/SemaStmt.cpp
e85fa34596f7a566d096e858b6d1427ef61f14c1
[ "Apache-2.0", "LLVM-exception", "NCSA" ]
permissive
WYK15/swift-Ollvm10
90c2f0ade099a1cc545183eba5c5a69765320401
ea68224ab23470963b68dfcc28b5ac769a070ea3
refs/heads/main
2023-03-30T20:02:58.305792
2021-04-07T02:41:01
2021-04-07T02:41:01
355,189,226
5
0
null
null
null
null
UTF-8
C++
false
false
170,107
cpp
//===--- SemaStmt.cpp - Semantic Analysis for Statements ------------------===// // // 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 // //===---------------------------...
[ "wangyankun@ishumei.com" ]
wangyankun@ishumei.com
eea1fff89142c5ab42489be27930058bfc690a26
2070bbef01a4e6865b384647532de509c76def17
/代码/VMD/vmdWriter.h
d860300121985f058ca21bc95a6d85a26d2c669d
[]
no_license
KIE9542c/3D-Motion-Tracking-and-Output
a8343609cad43aeb04eb7d29caf8404326db21b5
45ae4d38f5d4ec73f13610d415aa44a08fe293b0
refs/heads/master
2020-05-31T23:05:53.707801
2019-07-17T09:25:50
2019-07-17T09:25:50
190,531,486
0
0
null
null
null
null
GB18030
C++
false
false
1,104
h
//#pragma once #include <iostream> #include <fstream> #include <string> #include <vector> #include <json\json.h> #include <QtGui\qquaternion.h> #include <QtGui\qvector3d.h> class vmdWriter { public: vmdWriter(std::string filename, std::string modelname, bool type); bool readPosition(); bool isOpenMMD(); void set...
[ "51349604+scutWu@users.noreply.github.com" ]
51349604+scutWu@users.noreply.github.com
6726f97200d0787bfaad09d7b9fb781b3e7d7d7b
65025edce8120ec0c601bd5e6485553697c5c132
/Engine/addons/myguiengine/src/MyGUI_SkinItem.cpp
2fd27e264a854438134b454b1cf07cba6968c38b
[ "MIT" ]
permissive
stonejiang/genesis-3d
babfc99cfc9085527dff35c7c8662d931fbb1780
df5741e7003ba8e21d21557d42f637cfe0f6133c
refs/heads/master
2020-12-25T18:22:32.752912
2013-12-13T07:45:17
2013-12-13T07:45:17
15,157,071
4
4
null
null
null
null
UTF-8
C++
false
false
4,799
cpp
/*! @file @author Albert Semenov @date 06/2008 */ /* This file is part of MyGUI. MyGUI is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any lat...
[ "jiangtao@tao-studio.net" ]
jiangtao@tao-studio.net
33eaf7aee5d94513a89b93675781f339d1ce494b
a998bfde47dc0f18382741212edd56e07c035070
/cc/layers/layer_impl_unittest.cc
8d120bef621d19b9f40f424451858278f6ed743b
[ "BSD-3-Clause" ]
permissive
dalecurtis/mojo
92c8ce2e339ae923d387e2bdab4591f2165a9e25
e8ee0eb8a26abe43299b95054275939da9defd14
refs/heads/master
2021-01-15T11:44:31.238006
2014-10-23T18:48:50
2014-10-23T18:48:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
32,383
cc
// Copyright 2011 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 "cc/layers/layer_impl.h" #include "cc/layers/painted_scrollbar_layer_impl.h" #include "cc/output/filter_operation.h" #include "cc/output/filter_...
[ "jamesr@chromium.org" ]
jamesr@chromium.org
c6c5168f579c610a3e93a72598fa375028052fa4
25509aa66ad1a65663d42bf4ddbe9d1fa295fdab
/MyOpenGL/RendererPlayer.h
f3eccb68d467d7c6bd5da6e248393fa544f98d92
[]
no_license
NathanVss/Noxel-OpenGL
24b5d820d9df48bd5b68048a58ec056a3b93d28e
c48203cefc0e4eeaccb78868bd2609b2762666e0
refs/heads/master
2016-09-06T14:09:01.472705
2015-02-27T17:41:24
2015-02-27T17:41:24
29,501,753
0
0
null
null
null
null
UTF-8
C++
false
false
454
h
#pragma once #include "Object.h" #include <YuEngine\EventTimer.h> class Player; class RendererPlayer : public Object { public: RendererPlayer(void); RendererPlayer(Container* c, Player* player); ~RendererPlayer(void); void update(); void render(); void renderArm(); float getPixelSize() { return pixelSize;...
[ "nathan.vasse@gmail.com" ]
nathan.vasse@gmail.com
2ff190919f3c980c1cae116aa885d2e951501482
f9485b64c2f0632572423e3c29d4911846849c6c
/src/PaymentServer.cpp
af5b188bd9874b80d093fee2344bb776c2e1b0b4
[ "MIT" ]
permissive
prascoin/prascoinwallet
55928aabaa1360099cf42a58e69436e4269f9d50
27bae19ded60a9b72c71cfe6471c9cc27a38eb99
refs/heads/master
2020-03-08T23:54:08.453684
2018-04-06T22:14:19
2018-04-06T22:14:19
128,367,020
0
0
null
null
null
null
UTF-8
C++
false
false
4,238
cpp
// Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2016 The PrasCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <QApplication> #include <cstdlib> #include <QByteArray> #include <QData...
[ "prascoin@prascoin.com" ]
prascoin@prascoin.com
40e7b6c68a55e42d298282bba70c15edda5727d9
dccd1058e723b6617148824dc0243dbec4c9bd48
/codeforces/1092D2.cpp
c0a17b25f584401bb4966e57ce346629370f3fbf
[]
no_license
imulan/procon
488e49de3bcbab36c624290cf9e370abfc8735bf
2a86f47614fe0c34e403ffb35108705522785092
refs/heads/master
2021-05-22T09:24:19.691191
2021-01-02T14:27:13
2021-01-02T14:27:13
46,834,567
7
1
null
null
null
null
UTF-8
C++
false
false
2,553
cpp
#include <bits/stdc++.h> using namespace std; using ll = long long; #define rep(i,n) for(int (i)=0;(i)<(int)(n);++(i)) #define all(x) (x).begin(),(x).end() #define pb push_back #define fi first #define se second #define dbg(x) cout<<#x" = "<<((x))<<endl template<class T,class U> ostream& operator<<(ostream& o, const pa...
[ "k0223.teru@gmail.com" ]
k0223.teru@gmail.com
ba02245772a933678a716b061ffbacb20c345c8e
a816e8ab3043f8775f20776e0f48072c379dbbc3
/labs/lab3/E.cpp
f1966ed8c1825f6701198b385ed99e71b4e747f7
[]
no_license
AruzhanBazarbai/pp1
1dee51b6ef09a094072f89359883600937faf558
317d488a1ffec9108d71e8bf976a9a1c0896745e
refs/heads/master
2023-07-16T14:37:20.131167
2021-08-25T17:08:41
2021-08-25T17:08:41
399,890,781
0
0
null
null
null
null
UTF-8
C++
false
false
356
cpp
//Given an array consisting of integers. // Write a program, which finds sum of all elements #include <iostream> using namespace std; int main(){ int n; cin >> n; int a[n]; long long sum=0; for(int i=0; i<n; i++){ cin >> a[i]; } for(int i=0; i<n; i++){ sum+=a[i]; } c...
[ "aruzhanart2003@mail.ru" ]
aruzhanart2003@mail.ru
a77f243423384769fdec1b4382a2e0f27517a617
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/pdfium/fxjs/cjs_font.cpp
fcf69ac02900d66cc5de386b8a84de3d0d640289
[ "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later", "BSD-3-Clause" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C++
false
false
1,318
cpp
// Copyright 2017 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "fxjs/cjs_font.h" const JSConstSpec CJS_Font::ConstSpecs[] = { {"Times", JSConstSp...
[ "jengelh@inai.de" ]
jengelh@inai.de
e2b7eb25d4c63e72d05fcf11d64a1dca32d6c8d1
be806ebbf0f1a7d05f1a24101ba957c450f2e902
/src/libmilkcat.cc
6d655c55e48c92cb582d8fa9074945b8af474c61
[ "MIT" ]
permissive
kasuganosora/MilkCat
2e97d271ed4cd1e57a4b38c6f2c36a6eb4b29ea4
e0d137ff830f2e2abd749a9106609b0d7307b337
refs/heads/master
2020-12-31T03:55:53.659000
2015-01-17T08:57:01
2015-01-17T08:57:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,271
cc
// // The MIT License (MIT) // // Copyright 2013-2014 The MilkCat Project Developers // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation th...
[ "ling032x@gmail.com" ]
ling032x@gmail.com
d8e6b93ad77248d2d4fa2cf879f4c420eb2e6804
0dc405a395af56e01cd4efb699ab00b192ac0a0c
/1day/dfs.cpp
585ed7e157d74accb3232058c3f9be5a32a50c1a
[]
no_license
DanielYe1/winterSchool
fb336ebd2692f13840aabe4e529fc89df09089e8
d91adb91fabc64ac32bce573889d9fb5713e6a91
refs/heads/master
2021-06-21T19:30:52.883509
2017-08-25T02:37:24
2017-08-25T02:37:24
101,393,883
0
0
null
null
null
null
UTF-8
C++
false
false
627
cpp
#include <iostream> using namespace std; const int timer = 0; int color[10]; void dfs(int node) { color[node] = 1; } const int max_log = 20; const int size = 100000; int par[size][size]; int depth[size]; void dfsAnt(int node, int h, int p) { par[node][0] = p; depth[node] = h; for (int i = 0; i <...
[ "danielxinxin1@gmail.com" ]
danielxinxin1@gmail.com
7958fc141f8fdd76c1ba8f708b692f49d0a56b20
999f5f1f2aa209f44b9e7e7f143282d7ab6a25c0
/devel/include/slam_tutorials/test.h
7b4939c94a0510a13df3044a5762c043fff114e8
[]
no_license
MenethilArthas/catkin_ws
ac9ebcece01f7011208e34f58659f715215ccc73
ade8ab3982466414ce69052ae3654485e1375a10
refs/heads/master
2021-01-20T07:22:58.774464
2017-03-15T02:09:06
2017-03-15T02:09:06
83,886,383
0
0
null
null
null
null
UTF-8
C++
false
false
4,383
h
// Generated by gencpp from file slam_tutorials/test.msg // DO NOT EDIT! #ifndef SLAM_TUTORIALS_MESSAGE_TEST_H #define SLAM_TUTORIALS_MESSAGE_TEST_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #include <ros/message...
[ "690540319@qq.com" ]
690540319@qq.com
164e3f64688101f50169012a6e0885936cb808bf
fca16f6b7838bd515de786cf6e8c01aee348c1f9
/fps2015aels/uilibgp2015/OGL/GRect/GRect.cpp
0fdec020dd3808dee38e3a1b500c24bc9208fc7c
[]
no_license
antoinechene/FPS-openGL
0de726658ffa278289fd89c1410c490b3dad7f54
c7b3cbca8c6dc4f190dc92a273fe1b8ed74b7900
refs/heads/master
2020-04-06T07:01:17.983451
2012-09-06T14:06:25
2012-09-06T14:06:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
918
cpp
#include "GRect.h" #include "../Draw_Geometry/Draw_Geometry_Rect.h" ID::GRect::GRect(int16_t w, int16_t h, bool f, ID::Color* color) : /*__w(w), __h(h),*/ __fulfil(f), __color(*color) { this->_w = w; this->_h = h; } ID::GRect::~GRect() { } void ID::GRect::SetDimension(int16_t w, in...
[ "antoinechene@hotmail.fr" ]
antoinechene@hotmail.fr
11b5436479da047d576381bb86fcb1dcbed4581b
f76792be9b6b12ccde8a6ab64c0462846039cfa5
/287_find_the_duplicate_number.cpp
06681de8d5d3ee4ec86a73a685cadba6cb1af966
[]
no_license
netario/leetcode-solutions
844c0fbf7f97a71eba3b59e7643c7104cef4a590
b289891115927d90bd59ec53f173121a1158e524
refs/heads/master
2021-01-19T12:52:15.653561
2017-09-16T23:28:52
2017-09-16T23:28:52
100,814,944
0
0
null
null
null
null
UTF-8
C++
false
false
475
cpp
class Solution { public: int findDuplicate(vector<int>& nums) { int ret = -1, p = 1, q = (int)nums.size() - 1; while (p <= q) { int mid = p + (q - p) / 2, cnt = 0; for (auto& num : nums) cnt += num <= mid; if (cnt >= mid + 1) { ...
[ "fycanyue@163.com" ]
fycanyue@163.com
8ef0f75eb73dfdcaf7b2c7e11819d9da523b6251
09a4f7e32a0efb2b18c1fcd3c501ecc6becb0852
/Builder/main.cpp
40f1995b85e3e640d7691f210a3b0845ded6ef3c
[]
no_license
IngwarSV/Patterns
8a230005ac37ab699217c3cb5ae5d81b857ace4c
a557aa9532f95d6c12dcea836d4e614ed5a326b3
refs/heads/master
2020-12-26T07:20:01.572200
2020-02-12T09:13:20
2020-02-12T09:13:20
237,431,316
0
0
null
null
null
null
UTF-8
C++
false
false
946
cpp
#include <iostream> #include "Smith.h" #include "Sword.h" // #include "SwordTemplate.h" #include "GladiusTemplate.h" #include "LongSwordTemplate.h" #include "LongSword.h" int main() { Smith* blacksmith = new Smith(); GladiusTemplate* gTemplate = new GladiusTemplate(); LongSwordTemplate* lsTemplate =...
[ "sviatskyi@gmail.com" ]
sviatskyi@gmail.com
c6792841f799c8bb25b92f74e39839ba58a2147f
e99887d75f79aace37b6fd99b7bdb0a739321aa9
/src/fixpoint/branch_conditions.h
e6c563dda71507121e43c74b97215beeef919ae9
[ "MIT" ]
permissive
peterrum/po-lab-2018
e14f98e876c91ee2bb381ff07c0ac04f2d84802e
e4547288c582f36bd73d94157ea157b0a631c4ae
refs/heads/master
2021-07-13T18:01:14.035456
2018-11-24T10:13:58
2018-11-24T10:13:58
136,142,467
3
4
null
2018-11-24T10:13:18
2018-06-05T08:06:06
C++
UTF-8
C++
false
false
1,114
h
#ifndef PROJECT_BRANCH_CONDITIONS_H #define PROJECT_BRANCH_CONDITIONS_H #include "../abstract_domain/AbstractDomain.h" #include "state.h" #include "llvm/IR/Value.h" #include "llvm/Support/raw_ostream.h" #include <map> #include <memory> #include <utility> using namespace llvm; namespace pcpo { class BranchConditions ...
[ "peterrmuench@aol.com" ]
peterrmuench@aol.com
e5f9ca3dfdc9526dec098c4cf84dd89bf05e7534
435f79cf136034f86850780796536c82efebc83f
/src/qt/transactiontablemodel.h
5f4f01e73c1566a888ea69bae72f4635b01799f1
[ "MIT" ]
permissive
KazuPay/kazusilver
d7d3946cd677cf0f49c8c0d944544194df8bb0b4
fc81623ed5fd5f9f9fd9ce85139201ece6a2332e
refs/heads/master
2020-04-15T08:55:32.528511
2019-01-13T13:34:41
2019-01-13T13:34:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,332
h
// Copyright (c) 2011-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef KSLVCOIN_QT_TRANSACTIONTABLEMODEL_H #define KSLVCOIN_QT_TRANSACTIONTABLEMODEL_H #include "kazusilverunits.h" #inclu...
[ "mike@altilly.com" ]
mike@altilly.com
45a7ddd357d5fc069b48636f5c17bdabd8ef399f
f3b3bf886392024e0bbddf2ca2c4f59ed067008d
/code/day3/day2.cpp
d473d3f5a8ae4ef4573e950ea9caefc299c5d69e
[]
no_license
Cuong-star/30daysofcode
b8a03e908966c887cfefcf46dd0b25b1c29a10e1
255c7a680ae9b9c09d1e14f9e0586209def042ce
refs/heads/master
2020-12-18T21:05:23.759728
2020-01-22T03:50:49
2020-01-22T03:50:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
722
cpp
#include <bits/stdc++.h> #include <cmath> using namespace std; // Complete the solve function below. void solve(double meal_cost, int tip_percent, int tax_percent) { double tip,tax,total; tip = meal_cost * tip_percent/100; tax = meal_cost * tax_percent/100; total = meal_cost + tip + tax; cout << r...
[ "pduongpdu99@gmail.com" ]
pduongpdu99@gmail.com
cbe589d93f3f6beaab6f602ffc9583e3cf1eabcc
7f69e98afe43db75c3d33f7e99dbba702a37a0a7
/src/plugins/thirdParty/LLVM/lib/IR/IRBuilder.cpp
af1b2fbfadfaf56cdc1792d5410847e2c080f7a1
[ "Apache-2.0" ]
permissive
hsorby/opencor
ce1125ba6a6cd86a811d13d4b54fb12a53a3cc7c
4ce3332fed67069bd093a6215aeaf81be81c9933
refs/heads/master
2021-01-19T07:23:07.743445
2015-11-08T13:17:29
2015-11-08T13:17:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,578
cpp
//===---- IRBuilder.cpp - Builder for LLVM Instrs -------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "agarny@hellix.com" ]
agarny@hellix.com
08b5f4a0a22efbe3acd3f24866346d75184ba44a
63ff954260ac9de2ac5420875f1bf7cf41eba2ff
/2019_06_30_Gunbird/2019_06_30_Gunbird/CSpriteDib.cpp
df17d5e96b71f2b1627c345a9fee55f9bb19d7dc
[]
no_license
kmj91/kmj-api
179b76e4d08c0654f074fadcfd8caae8832d7d7d
9a65e7b395199f8058ad615a4377973f53604305
refs/heads/master
2021-05-18T12:56:44.498606
2020-04-16T13:49:56
2020-04-16T13:49:56
251,250,883
0
0
null
null
null
null
UTF-8
C++
false
false
30,386
cpp
#include "stdafx.h" #include <windows.h> #include "CSpriteDib.h" #include "stdio.h" CSpriteDib::CSpriteDib() { int iCount; //----------------------------------------------------------------- // 최대 읽어올 개수 만큼 미리 할당 받는다. //----------------------------------------------------------------- m_iMaxSprite = 100; m_dwC...
[ "lethita0302@gmail.com" ]
lethita0302@gmail.com
66eab72d4240498f0d725f66e39c7412f4c2d645
565b4e773bd7892364e078195752af8428b0516c
/A09/A09_Source.cpp
697649ec908ecf520ed9f8f19c2ecc31a5254d7e
[]
no_license
xavigp98/CppProjects_XavierGracia
be348f8e113f18f921461c020c9e57ff7bd89f66
b29bdeda35a6c540b8568f2608c81e1d7b117335
refs/heads/master
2021-01-22T03:48:46.442263
2017-09-12T09:41:50
2017-09-12T09:41:50
81,460,048
0
0
null
null
null
null
UTF-8
C++
false
false
172
cpp
#include "myStack.h" int main() { myStack uno; uno.push(3); int tres = uno.top(); int size = uno.size(); uno.pop(); bool isEmpty = uno.isEmpty(); return 0; }
[ "xaviergraciapereniguez@enti.cat" ]
xaviergraciapereniguez@enti.cat
c4a71455f1d402c94becd68c25466b04b147297a
7b00c6e83083727e455e40cbfc00b2fc035f6f86
/shaka/src/js/navigator.cc
3fa72e5534bbbbe11f87ebb5025dd02e52ebb4c5
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
nextsux/shaka-player-embedded
150ad30ce2dda8c1552027022cd185f2d0c78c40
dccd0bbe7f326e73ef4841700b9a65ded6353564
refs/heads/master
2023-01-08T05:17:09.681606
2020-10-23T21:49:30
2020-10-23T21:59:03
310,596,930
0
0
NOASSERTION
2020-11-06T12:53:50
2020-11-06T12:53:50
null
UTF-8
C++
false
false
2,742
cc
// Copyright 2016 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
[ "modmaker@google.com" ]
modmaker@google.com
7309947f55e1483fe44ebd5a720b883d07bf0fa1
a5223041f795bea49dc3917b24fbd1a5aa371876
/BankUI/BankUIDlg.cpp
9bb9d51b0cf892c91a0f4cb347ade17cb182ca77
[]
no_license
arkssss/BankSystem
72bd9fb97af63f14701404d7b9659b02a9ead9b5
3a2f901e0fd2e68a85291109562d24a53c3b7eca
refs/heads/master
2020-03-09T17:44:29.854007
2018-06-05T02:15:37
2018-06-05T02:15:37
128,915,215
2
0
null
null
null
null
GB18030
C++
false
false
7,467
cpp
// BankUIDlg.cpp : 实现文件 // #include "stdafx.h" #include "BankUI.h" #include "BankUIDlg.h" #include "afxdialogex.h" #include "LogInMenu.h" #include "MysqlForBank.h" #include "Function.h" #include "CLanguage.h" #ifdef _DEBUG #define new DEBUG_NEW #endif //-------静态成员变量初始化 int CBankUIDlg::m_LogInTimes=0; C_AIVoice ...
[ "522500442@qq.com" ]
522500442@qq.com
1d7c30b6465d13ebfd960b3f28870b5dcd155869
a523c6bd27af78a3d4e177d50fb0ef5cbd09f938
/atcoder/cpp/abc098/D.cpp
7640f7e336d0d1a8d4b81cabdb359c96736637a2
[]
no_license
darshimo/CompetitiveProgramming
ab032aefd03a26e65b8f6b3052cbeb0099857096
9ae43d0eac8111917bdf9496522f1f130bdd17b6
refs/heads/master
2020-08-11T02:40:57.444768
2019-10-11T15:56:26
2019-10-11T15:56:26
214,474,282
0
0
null
null
null
null
UTF-8
C++
false
false
1,054
cpp
#include <cstdio> #include <cstdlib> char *zero(){ char *p = (char *)malloc(sizeof(char)*20); for(int i=0;i<20;i++)p[i]=0; return p; } void add(char *a1, char *a2){ for(int i=0;i<20;i++)a1[i]+=a2[i]; return; } void sub(char *a1, char *a2){ for(int i=0;i<20;i++)a1[i]-=a2[i]; return; } boo...
[ "takumishimoda7623@gmail.com" ]
takumishimoda7623@gmail.com
1b5f00e8c6c953ec6ea7d1b41825a792ff2a2d19
30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a
/CodesNew/474.cpp
a3e49cdb8a5e99cf31d431f7c040a6a8ed2987e7
[]
no_license
thegamer1907/Code_Analysis
0a2bb97a9fb5faf01d983c223d9715eb419b7519
48079e399321b585efc8a2c6a84c25e2e7a22a61
refs/heads/master
2020-05-27T01:20:55.921937
2019-11-20T11:15:11
2019-11-20T11:15:11
188,403,594
2
1
null
null
null
null
UTF-8
C++
false
false
603
cpp
#include <iostream> using namespace std; long long n,t,l=1,r=1,a[100005],sum=0,ans=0; int main() { cin>>n>>t; for(int i=1;i<=n;i++){ cin>>a[i]; } for(int i=1;i<=n;i++){ a[i]+=a[i-1]; } while(r<=n && l<=n){ sum=a[r]-a[l-1]; if(sum<=t){ ...
[ "harshitagar1907@gmail.com" ]
harshitagar1907@gmail.com
03d64891c57f9d51659b155b825158464012e608
19e78b53f3b7c4e135f272a478d47df3d4a42cae
/source/common/utility/hash_table.h
10e1e6e1806f9ce249c4506a37a69b789cbb25ff
[]
no_license
Gumgo/WaveLang
5eaaa2f5d7876805fd5b353e1d885e630580d124
c993b4303de0889f63dda10a0fd4169aaa59d400
refs/heads/master
2021-06-17T23:24:07.827945
2021-03-12T18:22:19
2021-03-12T18:22:19
37,759,958
2
3
null
2015-07-18T11:54:16
2015-06-20T06:10:50
C++
UTF-8
C++
false
false
1,292
h
#pragma once #include "common/common.h" #include "common/utility/pod.h" #include <new> #include <vector> // This hash table preallocates its memory template<typename t_key, typename t_value, typename t_hash> class c_hash_table { public: c_hash_table(); ~c_hash_table(); // $TODO add move constructor void initial...
[ "gumgo1@gmail.com" ]
gumgo1@gmail.com
4e1eb034bb57014b4a7c62aee8eb1f41584c5b80
37464ad43bcd0e263e1bf50c248a1e13e4ba8cf6
/MrRipPlug/FMT/0wwmix/misc/xif_file.h
ae0ba7b9b7bdc7e086d1b48d71d9f36fccc25e26
[]
no_license
crom83/cromfarplugs
5d3a65273433c655d63ef649ac3a3f3618d2ca82
666c3cafa35d8c7ca84a6ca5fc3ff7c69430bf0e
refs/heads/master
2021-01-21T04:26:34.123420
2016-08-11T14:47:51
2016-08-11T14:47:51
54,393,015
3
2
null
2016-08-11T14:47:51
2016-03-21T13:54:32
C++
UTF-8
C++
false
false
922
h
// xif_file.h: interface for the Cxif_file class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_XIF_FILE_H__93731940_3FA3_11D4_B606_0000B4936994__INCLUDED_) #define AFX_XIF_FILE_H__93731940_3FA3_11D4_B606_0000B4936994__INCLUDED_ #if _MSC_VER > 1000 #pragma once #e...
[ "crom83@mail.ru" ]
crom83@mail.ru
7bc87cb23bb2eadadf5120b1eb9709bb13b65362
1d7f8363324c092b0f04144515bf0e46a0a14940
/2017/C语言课程设计/提交报告/16040310037朱云韬/elevator.cpp
e8e30b5463607b332921c589a402c1903caac313
[]
no_license
jtrfid/C-Repositories
ddd7f6ca82c275d299b8ffaca0b44b76c945f33d
c285cb308d23a07e1503c20def32b571876409be
refs/heads/master
2021-01-23T09:02:12.113799
2019-05-02T05:00:46
2019-05-02T05:00:46
38,694,237
0
0
null
null
null
null
GB18030
C++
false
false
3,845
cpp
#include "stdafx.h" #include <stdio.h> #include <stdlib.h> #include <math.h> #include "ElevatorLib.h" /********************************************** * Idle状态,电梯停止在某楼层,门是关闭的,处于静止状态,等待相关事件的发生,从而转换到下一个状态。 **********************************************/ void StateIdle(int *state) { int floor; bool up; floor = IdleWh...
[ "jtrfid@qq.com" ]
jtrfid@qq.com
11667f7a97a70b3d0a3a4a68df2dab613128c891
f6695e04d3188c96f0e8f08b8bfdcd362056b451
/xtwse/FT/source/bxDR/backup/bxRptWorker.cpp
b0973626b5d639ede0e47d4b54de1f9b7eadf030
[]
no_license
sp557371/TwseNewFix
28772048ff9150ba978ec591aec22b855ae6250a
5ed5146f221a0e38512e4056c2c4ea52dbd32dcd
refs/heads/master
2020-04-17T03:18:03.493560
2019-01-17T08:40:46
2019-01-17T08:40:46
166,175,913
0
0
null
null
null
null
BIG5
C++
false
false
4,459
cpp
#ifdef __BORLANDC__ #pragma hdrstop #pragma package(smart_init) #endif //--------------------------------------------------------------------------- #include "bxRptWorker.h" #include "bxRpt.h" #include "TwStk.h" #include "bxRptSes.h" //--------------------------------------------------------------------------- usin...
[ "xtwse@mail.kway.com.tw" ]
xtwse@mail.kway.com.tw
b4f41faea6150792a3e0c4130bcd4f58bd2739f4
8d4b95617d3db5e3346a6dae77e9315dfb0c2eef
/joystick.cpp
6cfe317ee26da90f45841cbb5f453d22e35c645a
[]
no_license
steaphangreene/user
8f4a0816e3b211ecbae6b07feb1032381b3cbe6d
4b11c4675a3a51f0d61488ce83abebf055e855ad
refs/heads/master
2021-01-13T02:19:33.118694
2014-02-04T07:39:52
2014-02-04T07:41:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,895
cpp
#include "config.h" #include "input.h" #include <stdio.h> #include <string.h> #include <unistd.h> #include <sys/time.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <linux/joystick.h> #include <ctype.h> #include "screen.h" #include "joystick.h" extern Screen *__Da_Screen; extern Joystick...
[ "steaphan@gmail.com" ]
steaphan@gmail.com
c4040d99ddf76fa5f8bbf6c60e2c31d9d0241927
91b19ebb15c3f07785929b7f7a4972ca8f89c847
/Classes/HatGacha.cpp
aea8c69e18c32821e23ec745e8501daa4597d657
[]
no_license
droidsde/DrawGirlsDiary
85519ac806bca033c09d8b60fd36624f14d93c2e
738e3cee24698937c8b21bd85517c9e10989141e
refs/heads/master
2020-04-08T18:55:14.160915
2015-01-07T05:33:16
2015-01-07T05:33:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,724
cpp
#include "HatGacha.h" #include <random> #include "GachaShowReward.h" const int kFakeItemTag = 0x43534; class CCNodeFrames : public CCNode { protected: std::vector<CCNode*> m_nodes; int m_currentIndex; float m_delay; float m_timer; public: void runAnimation(float delay) { m_timer = 0; m_delay = delay; for(a...
[ "seo88youngho@gmail.com" ]
seo88youngho@gmail.com
ccac8e7a659f19ab9e5195acc2908eab162e211a
8af716c46074aabf43d6c8856015d8e44e863576
/src/qt/privacydialog.cpp
d95d965639e6ed7984f1693667db622905ce598c
[ "MIT" ]
permissive
coinwebfactory/acrecore
089bc945becd76fee47429c20be444d7b2460f34
cba71d56d2a3036be506a982f23661e9de33b03b
refs/heads/master
2020-03-23T06:44:27.396884
2018-07-17T03:32:27
2018-07-17T03:32:27
141,226,622
0
0
null
null
null
null
UTF-8
C++
false
false
28,237
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 "privacydialog.h" #include "ui_privacydialog.h" #include "addressbookpage.h" #include "addresstablemodel.h" #include...
[ "root@vultr.guest" ]
root@vultr.guest
f50bca1fee08ce6fc2eee1d35a664b8b63406682
a39da85f9c1abe0c21673cd0777f2ba6188d75ce
/Client/Client/Client.cpp
bf23e9056f21d84765e73ab13342f5355a34e101
[]
no_license
AndrewSavchuk1410/ServerTranslatorPrototype
ec4d84bd1ee8ea578ab193fc94151920f77ed4e5
8f859365f0e363c9f1cdf59ed236174f4c53aee7
refs/heads/master
2023-01-24T12:08:35.188481
2020-12-03T18:38:56
2020-12-03T18:38:56
318,287,067
0
0
null
null
null
null
UTF-8
C++
false
false
1,173
cpp
#pragma comment (lib, "ws2_32.lib") #include <WinSock2.h> #include <iostream> #pragma warning(disable: 4996) int main(int argc, char* argv[]) { setlocale(LC_ALL, "Ukrainian"); WSADATA wsaData; WORD DLLVersion = MAKEWORD(2, 1); if (WSAStartup(DLLVersion, &wsaData) != 0) { std::cout << "Error" << std::endl; ...
[ "48767019+AndrewSavchuk1410@users.noreply.github.com" ]
48767019+AndrewSavchuk1410@users.noreply.github.com
aef07905830e29af2c7e6550a0e2cfdfdd56aad8
d86aedd0eb141b8d5fbaf30f41425ff97c17d6f4
/src/utiltime.h
96332926f2a3aaaf50ba2779cd7d0855dc2a6d50
[ "MIT" ]
permissive
catscoinofficial/src
277f6d4458e8ee3332ea415e0ed8b5253d22071b
eb9053362c3e9c90fe2cac09a65fad7d64d5f417
refs/heads/master
2023-02-28T10:39:10.685012
2021-02-07T10:54:28
2021-02-07T10:54:28
336,761,478
0
2
null
null
null
null
UTF-8
C++
false
false
666
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2016-2017 The CATSCOIN developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_UTILTIME_H #define ...
[ "64649630+catscoinofficial@users.noreply.github.com" ]
64649630+catscoinofficial@users.noreply.github.com
1d8e4feaeaf84034162c44d42bc2d8cc0a3684d4
bdda98f269400b13dfb277d52da4cb234fd4305c
/CVGCom/Units/Devices/dev_CVGx48.cpp
d87e2b2b5837aa06555dd2f308aa7db09d1bd47c
[]
no_license
fangxuetian/sources_old
75883b556c2428142e3323e676bea46a1191c775
7b1b0f585c688cb89bd4a23d46067f1dca2a17b2
refs/heads/master
2021-05-11T01:26:02.180353
2012-09-05T20:20:16
2012-09-05T20:20:16
null
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
4,528
cpp
//=========================================================================== #include "pmPCH.h" #pragma hdrstop //=========================================================================== #include "dev_CVGx48.h" //=========================================================================== CCVGx48::CCVGx48(...
[ "pm@pm.(none)" ]
pm@pm.(none)
dab6e471f3dc6a3d0fd52432a1c94d113f63333f
52a3c93c38bef127eaee4420f36a89d929a321c5
/SDK/SoT_BP_SmallShipNetProxy_classes.hpp
e394e766d8552097eb57e693973fc443d964f472
[]
no_license
RDTCREW/SoT-SDK_2_0_7_reserv
8e921275508d09e5f81b10f9a43e47597223cb35
db6a5fc4cdb9348ddfda88121ebe809047aa404a
refs/heads/master
2020-07-24T17:18:40.537329
2019-09-11T18:53:58
2019-09-11T18:53:58
207,991,316
0
0
null
null
null
null
UTF-8
C++
false
false
1,493
hpp
#pragma once // Sea of Thieves (2.0) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "SoT_BP_SmallShipNetProxy_structs.hpp" namespace SDK { //--------------------------------------------------------------------------- //Classes //-------------------------------------------------------------------------...
[ "igromanru@yahoo.de" ]
igromanru@yahoo.de
4956cec3c49e64d7e64efe25f84a62e1cbaea5cc
e1e43f3e90aa96d758be7b7a8356413a61a2716f
/datacommsserver/esockserver/test/TE_ESock/EsockTestSection1.cpp
127f5edfdade5df4f41368d9a6a63c9107cd6ce6
[]
no_license
SymbianSource/oss.FCL.sf.os.commsfw
76b450b5f52119f6bf23ae8a5974c9a09018fdfa
bc8ac1a6d5273cbfa7852bbb8ce27d6ddc076984
refs/heads/master
2021-01-18T23:55:06.285537
2010-10-03T23:21:43
2010-10-03T23:21:43
72,773,202
0
1
null
null
null
null
UTF-8
C++
false
false
13,403
cpp
// Copyright (c) 2001-2009 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/e...
[ "kirill.dremov@nokia.com" ]
kirill.dremov@nokia.com
33408a23097072f760f0534104fa50728e5dd28e
92c0f53e43881f8c384ab344a44a16fd5eac54fd
/packetWin7/NPFInstall/NPFInstall/LoopbackRecord.cpp
7312c53f56fd6f755d5fb2f3200d6b91db1251f9
[ "LicenseRef-scancode-unknown-license-reference", "HPND", "BSD-4-Clause-UC", "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-carnegie-mellon", "BSD-4.3TAHOE", "BSD-2-Clause", "LicenseRef-scancode-bsd-new-tcpdump" ]
permissive
vaginessa/npcap
65301289cfb8c25872695824d90267392562e675
391e71e54f72aadd41f5556174c7324af0047c73
refs/heads/master
2021-01-18T08:51:30.985915
2016-06-04T18:26:14
2016-06-04T18:26:14
60,437,309
0
0
NOASSERTION
2019-01-18T08:41:12
2016-06-05T01:09:20
C
UTF-8
C++
false
false
7,092
cpp
/*++ Copyright (c) Nmap.org. All rights reserved. Module Name: LoopbackRecord.cpp Abstract: This is used for enumerating our "Npcap Loopback Adapter" using NetCfg API, if found, we changed its name from "Ethernet X" or "Local Network Area" to "Npcap Loopback Adapter". Also, we need to make a flag in registry t...
[ "hsluoyz@qq.com" ]
hsluoyz@qq.com
c90db25310eb3414b659e6dc8ada7ecdd37b32db
79546e9feb03644ba7b99e26e2cfb4e34341712a
/obj.cpp
2dc39df39032dd6646565cc9640d7d3e4cdaef6c
[]
no_license
kagasan/cg
f261a793e327cb263c5e135d678d274efaa320f8
64179c65e086f6184417bfb5b271cbfff7562bca
refs/heads/master
2020-03-11T03:01:27.305331
2018-04-17T04:34:23
2018-04-17T04:34:23
129,734,697
0
0
null
null
null
null
UTF-8
C++
false
false
607
cpp
#include "obj.h" #include <sstream> OBJ::OBJ(const std::string &filename){ read(filename); } void OBJ::read(const std::string &filename){ vertex.resize(1); face.clear(); ifs.open(filename); for (std::string line; getline(ifs, line);){ if (line[0] == '#')continue; else if (line[0] == 'v'){ std::stringstrea...
[ "ghghkaja@gmail.com" ]
ghghkaja@gmail.com
d1f913c328321f6f2d4f523934632f9ef08fd825
ba34acc11d45cf644d7ce462c5694ce9662c34c2
/Classes/gesture/PathWriter.h
119c62dbe67c0eae9f12e021b2242195a7a2810e
[]
no_license
mspenn/Sketch2D
acce625c4631313ba2ef47a5c8f8eadcd332719b
ae7d9f00814ac68fbd8e3fcb39dfac34edfc9883
refs/heads/master
2021-01-12T13:26:35.864853
2019-01-09T12:45:11
2019-01-09T12:45:11
69,162,221
8
7
null
null
null
null
UTF-8
C++
false
false
885
h
#ifndef _PathWriterIncluded_ #define _PathWriterIncluded_ #include <fstream> #include <string> #include "GeometricRecognizerTypes.h" using namespace std; namespace DollarRecognizer { class PathWriter { public: static bool writeToFile( Path2D path, const string fileName = "savedPath.txt", const str...
[ "microsmadio@hotmail.com" ]
microsmadio@hotmail.com
5f1175bc34336a949304ecb72472445e6a1954b5
877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a
/app/src/main/cpp/dir35435/dir35536/dir35859/dir36113/dir36250/file36306.cpp
70084755b8420d5ef4fd5e8c3d7a6f51bc3c5de5
[]
no_license
tgeng/HugeProject
829c3bdfb7cbaf57727c41263212d4a67e3eb93d
4488d3b765e8827636ce5e878baacdf388710ef2
refs/heads/master
2022-08-21T16:58:54.161627
2020-05-28T01:54:03
2020-05-28T01:54:03
267,468,475
0
0
null
null
null
null
UTF-8
C++
false
false
115
cpp
#ifndef file36306 #error "macro file36306 must be defined" #endif static const char* file36306String = "file36306";
[ "tgeng@google.com" ]
tgeng@google.com
3752f4c245d77673509375e1ba397421ba0a720e
a6bf86c0474c78626adad1e00247938cf80b378a
/src/UdpSrv.cpp
200c72e9d34944c4eb148bc7462ba7c826cf294b
[]
no_license
vslavav/RPiHelper
dcea32d07bdd7c7d855a02fab7e7323619ad0d49
1a68fb18fe3f7e779d9455b414bbab8d19d1fbdb
refs/heads/master
2020-04-25T13:02:10.242121
2019-03-10T14:47:44
2019-03-10T14:47:44
172,793,970
0
0
null
null
null
null
UTF-8
C++
false
false
1,531
cpp
/* * UdpSrv.cpp * * Created on: 2019-01-29 * Author: pi */ #include "UdpSrv.h" #include <thread> #include <unistd.h> #include <string.h> ////https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.hala001/xsocudp.htm void Thread_Run(UdpSrv* pUdpSrv) { while(1) { //UdpSrv* pUdpSrv...
[ "SlavaV@hotmail.com" ]
SlavaV@hotmail.com
96faf3b4158967d8bb5be713b178a220d91353a0
567ee72bfdd5b1dd0aa0f94ddf08f0900ba9cffe
/solarsystem.cpp
12d7ba84d4908d2a057d698c6d43065fa990829f
[ "MIT" ]
permissive
SunilRao01/SpaceSim
d387f5273f3450687eb328997efcbb3837961aa2
f7dcd44b5f80ab8d34955c2c7e1d21dc2c144f74
refs/heads/master
2021-01-22T05:16:33.258105
2015-03-30T13:28:59
2015-03-30T13:28:59
27,149,572
0
0
null
null
null
null
UTF-8
C++
false
false
1,385
cpp
#include "solarsystem.h" void solarsystem::renderSolarSystem() { if (!changingParameters) { glPushMatrix(); // Center solar system glTranslatef(centerX, centerY, 0.0f); // Render sun sun.renderPlanet(0, 0); // Render planets for (int i = 0; i < numPlanets; i++) { // Rotate planets //glT...
[ "slysunil101@gmail.com" ]
slysunil101@gmail.com
343f663010a279fe57586156eb3c2aa1840d4084
594e646453b7255104f721a9f9da84f752a733b8
/labs/kurs/samples/02_raytrace_plane/FrameBuffer.cpp
fc0988097c03e93b0b7c47146540d9e90b369ba3
[]
no_license
alexey-malov/cg
50068a19b8dc5d8259092e14ce2fdfa45400eac9
ca189f7e850a4d6f94103eabdb7840679f366d93
refs/heads/master
2020-12-30T15:41:35.575926
2018-06-19T11:26:35
2018-06-19T11:26:35
91,160,585
1
0
null
null
null
null
UTF-8
C++
false
false
279
cpp
#include "stdafx.h" #include "FrameBuffer.h" CFrameBuffer::CFrameBuffer(unsigned width, unsigned height) :m_pixels(width * height) ,m_width(width) ,m_height(height) { } void CFrameBuffer::Clear(boost::uint32_t color) { std::fill(m_pixels.begin(), m_pixels.end(), color); }
[ "alexey.malov@cpslabs.net" ]
alexey.malov@cpslabs.net
579bda5db9646c8e96b42221f422a0f52fb7230f
c75feeaa3f66d56c81b319648c210cd84caa403f
/InverseKinematic/src/Texture.h
165b72192407355e5dc6132f6656c90215d5191a
[]
no_license
hachihao792001/InverseKinematicOpenGL
2ef6da7203640dd82306c775ceee236d5a4ffa32
228993ff38d724f718357d7c3c2c36c473f9e735
refs/heads/master
2023-07-22T21:55:39.048705
2021-09-03T03:35:48
2021-09-03T03:35:48
402,010,870
0
0
null
null
null
null
UTF-8
C++
false
false
424
h
#pragma once #include "Renderer.h" class Texture { private: unsigned int m_RendererID; std::string m_FilePath; unsigned char* m_LocalBuffer; int m_Width, m_Height, m_BPP; //bits per pixel public: Texture(const std::string& path); ~Texture(); void Bind(unsigned int slot = 0) const; void Unbind() const; inli...
[ "40560981+hachihao792001@users.noreply.github.com" ]
40560981+hachihao792001@users.noreply.github.com
b6c6832b2a70463a80978150dd6e79de3dcd2ce4
c57819bebe1a3e1d305ae0cb869cdcc48c7181d1
/src/qt/src/gui/widgets/qtoolbar.h
daa14fd77a9f595547f576b31fc47c833e24a386
[ "LGPL-2.1-only", "Qt-LGPL-exception-1.1", "LicenseRef-scancode-generic-exception", "GPL-3.0-only", "GPL-1.0-or-later", "GFDL-1.3-only", "BSD-3-Clause" ]
permissive
blowery/phantomjs
255829570e90a28d1cd597192e20314578ef0276
f929d2b04a29ff6c3c5b47cd08a8f741b1335c72
refs/heads/master
2023-04-08T01:22:35.426692
2012-10-11T17:43:24
2012-10-11T17:43:24
6,177,895
1
0
BSD-3-Clause
2023-04-03T23:09:40
2012-10-11T17:39:25
C++
UTF-8
C++
false
false
6,257
h
/**************************************************************************** ** ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** ...
[ "ariya.hidayat@gmail.com" ]
ariya.hidayat@gmail.com
8c6b01bbcbc12ef85dde52892409c76cd8a5ef5c
ad780787315490d1deb31c2d550fe671c8d9777e
/GameLogic.cpp
2a8a55c0b33aee7fe164713316dfa91d03694e75
[]
no_license
nkwleroux/Proftaak2.4_A1_Word_Raiders
369c27989cbc7a12ba990e439f89b470125cb188
bc413dadb4d1d81be70fabce15588c2ca6e7a072
refs/heads/master
2023-05-29T11:49:50.951100
2021-06-14T08:45:33
2021-06-14T08:45:33
366,298,443
0
0
null
null
null
null
UTF-8
C++
false
false
4,204
cpp
#include "GameLogic.h" #include "WordLoader.h" #include "Scene.h" #include "LetterModelComponent.h" GameLogic::GameLogic() { // Initiate variables to standard values gameStarted = false; reset = false; currentWordLength = 5; currentWordAmount = 3; currentWordIndex = -1; // Initiate timers gameTimer = new Time...
[ "rik.vos01@gmail.com" ]
rik.vos01@gmail.com
cecc114659f5dfed4ee527cb83e30191f3554955
2769085a50899819e8af0c0f28020cd42bbb5ed3
/src/ui_interface.h
bd67f38c5b831fda2aafe3c30d8adc609264a0af
[ "MIT" ]
permissive
CarbonTradingcoin/CarbonTradingcoin
ec188762cc06e1d1d963c10650e0427352c830af
0f824ee580b0ec7042abd607f581055bf68db0f9
refs/heads/master
2016-08-07T20:08:30.010797
2014-06-01T03:08:15
2014-06-01T03:08:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,375
h
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2012 The Carbonemissiontradecoin developers // Copyright (c) 2013-2079 CT DEV // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef CARBONEMISSIONTRADECOIN_UI_INTERFAC...
[ "CarbonTradingcoin@gmail.com" ]
CarbonTradingcoin@gmail.com
bd906faaf244c2c79671bc7dbe48351b2f229369
33d55fd020dfa888c4b81c524ec10f27cacc31fe
/Tarde/main.cpp
e7dcb360f1009e3a4d963879712f43453d74ad95
[]
no_license
Melchyore/softwares
a24933da06dc70d20d4d408b5fb093aa06aaf6c3
4ab94ca88003a2ba62b720a581c91a7f827ca366
refs/heads/master
2021-05-28T04:21:54.443121
2014-05-22T19:58:09
2014-05-22T19:58:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
500
cpp
#include <QApplication> #include "MainWindow.h" int main(int argc, char *argv[]) { QApplication application(argc, argv); MainWindow window; QPalette* palette = new QPalette(); QLinearGradient linearGradient(0, 0, 0, window.height()); linearGradient.setColorAt(0, "#242424"); linearGradient.setC...
[ "rider-2000@hotmail.com" ]
rider-2000@hotmail.com
a155374aa950a76ad976b6339a071c30b3a691f5
713c3e5f7b4126bb5d57edf795580320d0b72e66
/App/ATFGenerator/src/CPU/SimpsonHalfIterateIntegrator.cpp
e6c4d315375b05b3f7f95d9e330518d15e2b1808
[]
no_license
rustanitu/TFG
b40ed59295e9d490dbd2724a5e86ee3697d6c787
0570d8cfe0d48edc19cf76c9771b14beb03f9fc4
refs/heads/master
2020-04-04T06:12:18.445176
2016-09-15T18:37:06
2016-09-15T18:37:06
54,929,706
0
0
null
null
null
null
UTF-8
C++
false
false
46,542
cpp
//Internal Error Half, External Half #include "SimpsonHalfIterateIntegrator.h" #include "VolumeEvaluator.h" #include "SimpsonEvaluation.h" #include <iostream> #include <fstream> #include <cmath> #include <cerrno> #include <cfenv> #include <cstring> #ifdef ANALYSIS__RGBA_ALONG_THE_RAY void SimpsonHalfIterateIntegrat...
[ "rustanitus@gmail.com" ]
rustanitus@gmail.com
1a80c0e537b2db3edb3866fea5fb0462a60f5491
8c8820fb84dea70d31c1e31dd57d295bd08dd644
/Online/BuildPatchServices/Private/Generation/ChunkMatchProcessor.h
f542b09eeb6d28177bd1b41832353bb39b05010b
[]
no_license
redisread/UE-Runtime
e1a56df95a4591e12c0fd0e884ac6e54f69d0a57
48b9e72b1ad04458039c6ddeb7578e4fc68a7bac
refs/heads/master
2022-11-15T08:30:24.570998
2020-06-20T06:37:55
2020-06-20T06:37:55
274,085,558
3
0
null
null
null
null
UTF-8
C++
false
false
815
h
// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreTypes.h" #include "Containers/Array.h" #include "Templates/Tuple.h" #include "Core/BlockRange.h" #include "Core/BlockStructure.h" #include "Generation/DataScanner.h" namespace BuildPatchServices { struct FMatchEntry { FChunkMatch ChunkM...
[ "wujiahong19981022@outlook.com" ]
wujiahong19981022@outlook.com
dfa16b76f2c626b10138e6f5b0b0f33885843470
19b14d0280be480be7f4642079419c3a584db2b0
/programa 8/main.cpp
a74cd1d68f92da42483cdbd2646f3a64268e77e6
[]
no_license
juanfernandorl/ProgramacionII-Codeblocks
2664f4e6c7e22a099401c9ca8f709ef45db6554b
a515252d320ac2acb45ae0afa11c21466befbb0c
refs/heads/master
2021-01-10T22:07:22.539437
2013-10-17T17:34:33
2013-10-17T17:34:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
915
cpp
#include <iostream> using namespace std; /* Se tiene que ingresar el nombre, la nota y el progreso del alumno con las siguientes observaciones 1-59 reprobado 60-80 bueno 81-90 muy bueno 91-100 sobresaliente. usar condiciones donde apliquemos el and */ int main() { char nombre[30]; int nota; cout<<"Ingresar n...
[ "juanfernando.rl@unitec.edu" ]
juanfernando.rl@unitec.edu
70d0cc99258adda5afe687dbceb14ee0aca9235b
c73422c07bff58108ff9cc528c71c22533263f99
/src/proxy_handler.cc
4095ee291efeb918761e64331bbdb1e3d471a9c0
[]
no_license
UCLA-CS130/Just-Enough
6b048b8bf48223a9bcb7afd9505d7f139d270ea7
66d2d50af6e6796c40a97e6ce7af9cfb273db7d6
refs/heads/master
2021-01-20T12:06:23.871282
2017-03-13T18:10:53
2017-03-13T18:10:53
79,513,574
0
4
null
2017-03-13T18:10:54
2017-01-20T01:37:03
C++
UTF-8
C++
false
false
5,771
cc
#include "proxy_handler.h" #include <string> RequestHandler::Status ProxyHandler::Init(const std::string& uri_prefix, const NginxConfig& config) { uri_prefix_ = uri_prefix; /* * We can accept one of two formats inside of the ProxyHandler's block. * Format 1: * remote_host website.com;...
[ "jevbburton@gmail.com" ]
jevbburton@gmail.com
907a7d0e2be12d3a1289668c4cefc629e9d306ce
b9bd8a0bb3e107acdc61de13e18777c6045adfdf
/src/mail.cpp
ff77c908a2d057ff5497432dc7443e7cbd74cd9e
[]
no_license
Chrps/super-pack
8765f4a64f4d08055b9b7afa849349efab5a1638
78680ebe5e5e9ab6368b794507dfe1c7ef6b5be3
refs/heads/master
2021-01-10T18:20:24.376175
2015-10-29T07:53:18
2015-10-29T07:53:18
45,168,669
0
0
null
null
null
null
UTF-8
C++
false
false
47
cpp
void main (void){ // Nothing happens return; }
[ "Christoffer.chrps@gmail.com" ]
Christoffer.chrps@gmail.com
4f94d5e77d3b5c4a69717f6acbccdbe31fe67713
0615fd17ae28bdb62918b8b275b72e098f9d1078
/Classes/DB_Emoji.h
08325aac95951ffdb3f5c8e6076c8b416d08b810
[ "MIT" ]
permissive
InternationalDefy/AdvenTri-Cocos
7c7f072af3f6872fae9e430714de16de80f0f1f9
966ef8112a350b6ddb0ed22f33c14abed35b51b5
refs/heads/main
2022-12-30T04:11:24.554959
2020-10-26T13:02:38
2020-10-26T13:02:38
307,361,154
1
0
null
null
null
null
UTF-8
C++
false
false
454
h
#ifndef __DB_EMOJI__ #define __DB_EMOJI__ #include "Ref_DataBase.h" class SD_Emoji; using namespace cocos2d; class DB_Emoji :public DB { private: SD_Emoji* tempSD; std::string tempName; Map<std::string, SD_Emoji*> _table; public: std::string useString(){ return "Table_Emoji.csv"; } void getLine(const std::st...
[ "DTEye1533014901@126.com" ]
DTEye1533014901@126.com
918cc665e564bdd2c1c9251e03f210a7b5f39b38
0efb71923c02367a1194a9b47779e8def49a7b9f
/Oblig1/les/0.26/uniform/time
a9c9de75ed607099f405984fdd0c64ff6341f5eb
[]
no_license
andergsv/blandet
bbff505e8663c7547b5412700f51e3f42f088d78
f648b164ea066c918e297001a8049dd5e6f786f9
refs/heads/master
2021-01-17T13:23:44.372215
2016-06-14T21:32:00
2016-06-14T21:32:00
41,495,450
0
0
null
null
null
null
UTF-8
C++
false
false
982
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.4.0 | ...
[ "g.svenn@online.no" ]
g.svenn@online.no