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
cbd18e3fc2d48c58f05fbbf17f62a7c24f41b6a9
e9bdfe09fa496b9ce29b7427c3fcc1deb9f0a355
/CodeData/Generic/Iterative/CommonSubstring2.hpp
885ce20acd0605635627b89117014f49e5a1165b
[]
no_license
Kennard123661/CodeReconstruction
513521f5cffa9c712e7ee01c7915e0ad6ce1f846
0647a1f8cb5cb32e2409e8bc1f2c5bd996d40eec
refs/heads/master
2023-02-21T00:23:41.076892
2021-01-29T06:02:40
2021-01-29T06:02:40
333,485,802
0
1
null
null
null
null
UTF-8
C++
false
false
634
hpp
#ifndef COMMONSUBSTRING2_HPP_ #define COMMONSUBSTRING2_HPP_ #include <string> #include <vector> class CommonSubstring2{ std::string substring; int startIn1; int endIn1; int startIn2; int endIn2; public: CommonSubstring2(const char& letter, const int firstIndex, const int secondIndex); void AddLetter(const char&...
[ "kennard_ng@outlook.com" ]
kennard_ng@outlook.com
ae61f6f2f44a3f9b836431f1a18aad838f456502
ab390d907a37c218e94782b53941351f21de0a33
/CH4/CH401/build-DialogExample-Desktop_Qt_5_8_0_MinGW_32bit-Release/release/moc_customdlg.cpp
fdda85af28f7b5f173b6782e0d8829b19aa52d70
[]
no_license
zhhzzw/Qt
45f630f6cd5ef20426a8a4fe7fefcd87fa76f870
13ca50bf562afce33cd2511659d5184120e9c7f4
refs/heads/master
2021-05-14T04:26:47.595428
2018-05-11T15:25:09
2018-05-11T15:25:09
116,642,767
0
0
null
null
null
null
UTF-8
C++
false
false
2,672
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'customdlg.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0) ** ** WARNING! All changes made in this file will be lost! ***********************************************************...
[ "zhanghui@users.noreply.github.com" ]
zhanghui@users.noreply.github.com
212fd09786570287b204635f8c2bd23759c8748f
9ff0d18016597d67d7c3138bd344ed3d7f542d7c
/9/有理数计算器/FHCalculate/FHCalculateDlg.h
673088466c79d4d8b2ec2f406d4759c7ea235ac1
[]
no_license
fengh16/HomeWorkForSoftWareII
8b952ee71d4a6adce87f60164de5a06ecbf0868f
0d38e49ebbf373fee371951b33f279c7e8b0296e
refs/heads/master
2020-04-05T12:58:54.571847
2017-07-02T04:05:03
2017-07-02T04:05:03
94,990,308
0
0
null
null
null
null
GB18030
C++
false
false
1,040
h
// FHCalculateDlg.h : 头文件 // #pragma once // CFHCalculateDlg 对话框 class CFHCalculateDlg : public CDialogEx { // 构造 public: CFHCalculateDlg(CWnd* pParent = NULL); // 标准构造函数 // 对话框数据 #ifdef AFX_DESIGN_TIME enum { IDD = IDD_FHCALCULATE_DIALOG }; #endif protected: virtual void DoDataExchange(CDataExchange* pDX); /...
[ "fengh16@163.com" ]
fengh16@163.com
bd71ccdd1737f2f5aa6aceb650c98969cc57d1a6
bdbbc611761582b173c08a2cae6a9a355feaee9a
/backtrace_test2/test.cpp
e38df7bb6dfcd652ddf3447108f160bd4cbf100d
[]
no_license
lssxfy123/C-study
a79f043fab25d597c3bc19748600857e3ee3f9de
e88632838251dfb3947d2dd95423c66f409ee80e
refs/heads/master
2022-02-05T02:30:46.475740
2022-01-23T14:00:59
2022-01-23T14:00:59
41,584,370
0
0
null
null
null
null
GB18030
C++
false
false
3,836
cpp
// Copyright 2017.刘珅珅 // author:刘珅珅 // 回溯算法-八皇后问题 #include <algorithm> #include <iostream> #include <fstream> #include <vector> using namespace std; int N = 0; vector<vector<int> > trace; vector<vector<string> > result; bool Check(int row, int column) { // 第1行的任意位置都可以摆放皇后 if (row == 1) return true; int i,...
[ "liushenshenxfy@126.com" ]
liushenshenxfy@126.com
2b8fb521cc0ab5e49c1c0db68bb56696271db7e9
2541836372e4691279a174412ef9fe7f38e06d31
/WowPlane/proj.win32/GameView.cpp
68db102d2e65a86f7cb3aa4fc6eede96abeedf8c
[]
no_license
whztt07/wanghe-project
5b9d540c8ebf23740d0c00080f71e34691ae1086
eead6a9ed9c08e151f6cdf8fdf42ab2826094ec2
refs/heads/master
2020-07-14T18:20:55.073214
2014-01-24T08:59:52
2014-01-24T08:59:52
null
0
0
null
null
null
null
GB18030
C++
false
false
593
cpp
#include "GameView.h" CCScene* GameView::scene() { CCScene* scene = CCScene::create(); GameView* layer = GameView::create(); scene->addChild(layer); return scene; } bool GameView::init() { if (!CCLayer::init()) { return false; } CCSize size = CCDirector::sharedDirector()->getVisibleSiz...
[ "wanghewin7@gmail.com" ]
wanghewin7@gmail.com
fc140d3a459301e4f165405a5cbd4da8b1f4b0de
129147427e725e27d14389aa6e9d28073e6cb528
/window.h
faf394ef85b6e27062094280445b583168f801f9
[ "MIT" ]
permissive
woongbinchoi/Sorcery
2d034e2b967ec0ba734b8db24aaadf759dad2c50
d8e6e2b684490b0b6b982c704282a8b785b50d13
refs/heads/master
2021-04-18T19:26:45.514614
2018-03-27T04:55:10
2018-03-27T04:55:10
126,929,268
0
0
null
null
null
null
UTF-8
C++
false
false
963
h
#ifndef __WINDOW_H__ #define __WINDOW_H__ #include <X11/Xlib.h> #include <iostream> #include <string> #undef Status #undef None class Xwindow { Display *d; Window w; int s; GC gc; unsigned long colours[10]; int width, height; public: Xwindow(int width=500, int height=500); // Constructor; displays th...
[ "woongbinchoi@gmail.com" ]
woongbinchoi@gmail.com
ddf02cdc6ef88705c668cf5f63ac823789521db6
352cb4854dceb281cfc79cbaedfe98fc3b192c8d
/PwmLed/DataSerializationHelper.h
5a325f9d0cf2925fdc556b409b79ecb3b890f439
[]
no_license
acckej/PwmLed
8856e8f28fa0ecac60c5445b5b22e88067cf601d
63458477888cbdb3dc1de62d297fd43cb6c56e2f
refs/heads/master
2021-01-12T04:03:14.926716
2017-03-13T18:17:28
2017-03-13T18:17:28
77,481,307
0
0
null
null
null
null
UTF-8
C++
false
false
898
h
#include "CommandConstants.h" #ifdef Test #include <cstring> #endif #ifdef Arduino #include <Arduino.h> #endif #pragma once template <class T> class DataSerializationHelper { public: static char* WriteDataToArray(char* array, T value); static T GetDataFromArray(char** array); static char* WriteStringToArray(cha...
[ "Acckej@DION" ]
Acckej@DION
d409350e39f00d58ef06ba316d4eefb59e748a54
ab6e7e622e0ae2834a6205d24dadb0c7c1f6cdfe
/include/tdatvalue.h
f076b6d9086a64b7666ae55fb2540182c94103c6
[]
no_license
aobolensk/mp2-lab6-texts
681a3f6f52f78826e8231f1b742ebdf5873a7b3e
b304c6533345df312152a0e405372387a53494b3
refs/heads/master
2021-10-25T14:32:05.792860
2019-04-04T17:43:33
2019-04-04T17:43:33
null
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
464
h
#ifndef _TDATVALUE_H_ #define _TDATVALUE_H_ #define TextLineLength 20 #define MemSize 20 enum {TextNoDown = 101, TextNoNext, TextNoPrev, TextError = -102, TextNoMem}; class TDatValue { public: virtual TDatValue *GetCopy() = 0; // создание копии ~TDatValue() {} }; typedef TDatValue *PTDatValue; class TTextLin...
[ "gooddoog@student.su" ]
gooddoog@student.su
a42a920ce9c71facbab05ba8e8505f2407a95bb5
9f7ceb899699a7a1a233b8ecbf57c6880de11457
/src/python/algorithm.cpp
34242f823beddf4258a69567b33117bab19a87ba
[ "ISC" ]
permissive
lacava/operon
a62cd780db4f83bebc3c005fdc2c8dc551a59952
79617d76c97838d91293cff5d4e4fda7230b904b
refs/heads/master
2023-02-16T16:49:42.902920
2021-01-15T02:35:33
2021-01-15T02:35:33
331,342,152
0
0
NOASSERTION
2021-01-20T15:06:06
2021-01-20T15:06:04
null
UTF-8
C++
false
false
1,182
cpp
#include "operon.hpp" #include <pybind11/detail/common.h> void init_algorithm(py::module_ &m) { py::class_<GeneticProgrammingAlgorithm>(m, "GeneticProgrammingAlgorithm") .def(py::init<Operon::Problem const&, Operon::GeneticAlgorithmConfig const&, UniformInitializer&, Operon::OffspringGenera...
[ "bogdan.burlacu@pm.me" ]
bogdan.burlacu@pm.me
286ac96590b377883a0377f6b78548ae3c9a6af8
1e85a004b1c36bc19ab5bee787b98ab4a756fa2f
/code_in_class/背包树形dp/A.cpp
597781e0adabb0e3a507c4631e3cdf27940a9890
[]
no_license
Hu-chi/code_for_acm
7f260175e254821395908fdf203319432a9da99b
d0f48078d1dc7f047ef6a19278619deaaf62b787
refs/heads/master
2020-05-30T06:30:07.672818
2019-06-22T06:21:04
2019-06-22T06:21:04
189,581,837
0
0
null
null
null
null
UTF-8
C++
false
false
842
cpp
#include <cstdio> #include <iostream> const int N = 1e5+9; const int INF = 1e9+9; using namespace std; int dp[N<<1]; int n, s, f; int main() { scanf("%d", &n); for (int i = 0; i < (N<<1); i++) dp[i] = -INF; dp[N] = 0; for (int i = 0; i < n; i++) { scanf("%d%d", &s, &f); if(s < 0...
[ "779197837@qq.com" ]
779197837@qq.com
0ba9e0065e75590688a7e8c717e9e02c884f908b
5a77b5092acf817ac37a5fafd006feea434dd0d6
/Doxygen_Graphviz/DesignPatternExample/大話/cpp/decorator/Person.cpp
7ffc34947171671ed99cf43580de8c1c745d154d
[]
no_license
shihyu/MyTool
dfc94f507b848fb112483a635ef95e6a196c1969
3bfd1667ad86b3db63d82424cb4fa447cbe515af
refs/heads/master
2023-05-27T19:09:10.538570
2023-05-17T15:58:18
2023-05-17T15:58:18
14,722,815
33
21
null
null
null
null
UTF-8
C++
false
false
369
cpp
#include "Person.h" namespace decorator { Person::Person() { } Person::Person(std::string name) { this->name = name; } void Person::show() { puts(" decorated guy " + this->name); } std::string Person::getName() { return name; } void Person::setName(std::...
[ "jason_yao@htc.com" ]
jason_yao@htc.com
fc64bf1d03b8b6181fbb10af2042af5095356693
2413d71a07074043233874f114c303a9d1df7705
/模板题/逆序对.cpp
dc3ac5f92e01bd057f00459fdc517d0316e4cd1c
[]
no_license
ferapontqiezi/AlgorithmDesign
fe21ccc5983c9622e4e6200209f0124b4360eeb4
cdeefa760f1c55fa32ebc4a0f034fcbfa1da0ac1
refs/heads/master
2023-08-26T18:29:07.171850
2021-11-12T05:20:14
2021-11-12T05:20:14
421,362,539
1
0
null
null
null
null
UTF-8
C++
false
false
1,071
cpp
#include <cstdio> #include <cstring> #include <algorithm> using namespace std; #define lowbit(x) (x&-x) typedef long long ll; const int N = 1e6 + 110; typedef struct array{ ll val; ll pos; ll rank; }arr; arr a[N]; bool cmp1(arr a, arr b){ if(a.val == b.val) return a.pos < b.pos; return a.val < b.va...
[ "Ferapont@qq.com" ]
Ferapont@qq.com
3b39a9f99e7ad44a1ec4e1413b6ae864bcf9f2e7
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14275/function14275_schedule_36/function14275_schedule_36_wrapper.cpp
57a7e3e638d4e813908f976201207e050ef4a9f2
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
1,068
cpp
#include "Halide.h" #include "function14275_schedule_36_wrapper.h" #include "tiramisu/utils.h" #include <cstdlib> #include <iostream> #include <time.h> #include <fstream> #include <chrono> #define MAX_RAND 200 int main(int, char **){ Halide::Buffer<int32_t> buf00(256); Halide::Buffer<int32_t> buf01(2048...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
3e5b1e7eead71cc2f1b73502319c515c51ccb9ac
70477889f721da253a4ab49a47d5a504458d5818
/source/Lidar_curb_scan/Single_lidar_curb_scan/vscan_default/ros-headers/automotive_navigation_msgs/PointOfInterestResponse.h
28809057eb7590fb1773eaa8b377c60f6cadcd98
[]
no_license
iljoobaek/Lidar_curb_detection
af2d359627b2228e7678563a7d05137ef0c52a04
a410b77eecadfc1fe7584de64c7b7a010999ed75
refs/heads/master
2022-08-06T01:34:19.848581
2020-05-26T16:29:21
2020-05-26T16:29:21
191,998,099
4
0
null
null
null
null
UTF-8
C++
false
false
9,924
h
// Generated by gencpp from file automotive_navigation_msgs/PointOfInterestResponse.msg // DO NOT EDIT! #ifndef AUTOMOTIVE_NAVIGATION_MSGS_MESSAGE_POINTOFINTERESTRESPONSE_H #define AUTOMOTIVE_NAVIGATION_MSGS_MESSAGE_POINTOFINTERESTRESPONSE_H #include <string> #include <vector> #include <map> #include <ros/types.h>...
[ "tarang27@gmail.com" ]
tarang27@gmail.com
d61e3a07c3480f136aeff32990cfda491dbe543f
918e4c4b31351d7ff732f770c61e5e6fd1be0994
/elements/Mesh.h
773a792f400bd5f040d29116ac9120685057962d
[]
no_license
AyrtonSM/3D-Object-Creator
5d299c384fd3efac2f124c0321557fbdaaebdecf
daecb526bc7fa956253d5425d571cd5ace81bf8f
refs/heads/master
2022-12-22T14:02:18.936108
2020-09-28T03:05:52
2020-09-28T03:05:52
299,171,400
0
0
null
null
null
null
ISO-8859-1
C++
false
false
335
h
#include "Face.h" /** * A classe malha é uma entidade que contem faces, arestas e vertices, * alem da informação da quantidade de cada um. */ using namespace std; class Mesh{ public: Face* faces; Edge* edges; Vertex* vertices; int vertexCount; int edgeCount; int faceCount; int facesCount...
[ "ayrtontisolution@hotmail.com.br" ]
ayrtontisolution@hotmail.com.br
f63b3683d435b1bab651ab4ebaa16d2f53ea77e6
89f207285f997ffe37671cb5f686dfb8666dbae5
/shared/ProcessTools/Cache.h
692c9cb9f3b130763ac25aa53bd2ffa33c33b63d
[]
no_license
Shauren/wow-tools
089cc9cb79a55dd745de437e1b3b46828467f4ff
3bd3c6a30748e8f8354f421196841947aafdb2a6
refs/heads/master
2023-08-31T13:04:35.757332
2023-08-29T11:05:53
2023-08-29T11:05:53
25,986,050
39
48
null
2023-06-14T17:57:23
2014-10-30T19:19:03
C#
UTF-8
C++
false
false
1,754
h
#ifndef Cache_h__ #define Cache_h__ #include <memory> #include <cstdint> #include <unordered_map> #include <array> template<std::size_t N> class Cache { class MemoryObject { public: virtual ~MemoryObject() = default; template<typename T> T const* Get() const { return reinterpret_...
[ "shauren.trinity@gmail.com" ]
shauren.trinity@gmail.com
f0bff2932633c7928e545e964688e89ecb9f3761
084b38da37754392fae375c43d593be1c8b22bb7
/bailian/2738.cpp
b2ebd884aae7099a31c93ed70d7af251c895e6ca
[]
no_license
heliy/oj
1b0c65f02f94ffb5c1ce44a95bc07144505fc141
4c5f97f30997f285e321b0ece53e85595bc641ff
refs/heads/master
2021-01-25T06:36:37.454934
2016-01-14T13:42:21
2016-01-14T13:42:21
28,627,519
2
1
null
null
null
null
UTF-8
C++
false
false
1,237
cpp
#include<stdio.h> #define LEN 102 using namespace std; char line1[LEN]; char line2[LEN]; int float1[LEN*2]; int float2[LEN*2]; void tofloat(char* line, int* f){ int i, j; for(i = 0; i < LEN*2; i++){ f[i] = 0; } for(i = 0; line[i] != '.'; i++) ; for(j = 0; line[i + 1 + j] != '\0' && line[i + 1 + ...
[ "ohhlyhly@gmail.com" ]
ohhlyhly@gmail.com
2f537fb9b781fb96af93630d688d68778afa3512
b39dba38a99bc970d7c861517ab82bb92f5fc548
/src/openmpt/sounddevice/SoundDeviceDirectSound.cpp
5785d4bb2e0475334f9e0e84e842c4270ca88fe4
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
OpenMPT/openmpt
711aef385c6a098a9a2aaefa25f6563e4501d2e8
41c5bde364ed61afb414ac38792715ee9433c01c
refs/heads/master
2023-09-01T21:37:18.329917
2023-09-01T10:10:22
2023-09-01T10:10:22
82,913,630
501
87
BSD-3-Clause
2023-07-14T08:47:12
2017-02-23T10:04:01
C++
UTF-8
C++
false
false
15,722
cpp
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-FileCopyrightText: Olivier Lapicque */ /* SPDX-FileCopyrightText: OpenMPT Project Developers and Contributors */ #include "openmpt/all/BuildSettings.hpp" #include "SoundDeviceDirectSound.hpp" #include "SoundDevice.hpp" #include "SoundDeviceUtilities.hpp" #include...
[ "manx@openmpt.org" ]
manx@openmpt.org
c7312ddd15d3a2394395f8326ff97b8f338d6ef6
0d99bcb8b8717008c1ec9b080c6c86c2b1710eee
/날씨/build/Android/Preview2/app/src/main/jni/_root.PageWithTitle.cpp
580f22c46f5887b500814d3bab3485cbae091ad5
[]
no_license
shj4849/Fuse
526d92bc49a0a2d8087beece987b1701dc35cccc
447f49f96f9dadf203f5f91e8a1d67f19d8ecc04
refs/heads/master
2021-05-15T23:08:09.523726
2017-12-21T05:28:53
2017-12-21T05:28:53
106,758,124
0
0
null
null
null
null
UTF-8
C++
false
false
24,586
cpp
// This file was generated based on C:/Users/t2/Documents/Fuse/App1/build/Android/Preview2/cache/ux13/PageWithTitle.g.uno. // WARNING: Changes might be lost if you edit this file directly. #include <_root.App1_accessor_F-31feb0ff.h> #include <_root.App1_accessor_P-25fbc2bb.h> #include <_root.App1_accessor_P-80af078a.h...
[ "shj4849@naver.com" ]
shj4849@naver.com
6a9398dc98160010a6f8f633b411af98db3b6038
4b8f62ecf3d6c1428f4a94ebac08843b18635bb7
/GeeksforGeeks/Arrays/023maximum-difference-between-two-elements.cpp
e99492b2dab03d1013dff3851c64b017ab36cc62
[]
no_license
abhinavjain0809/Data_Sturctures
660e20d1ffb4b29d57e39e01e0f5ffc917468794
53793c71f9b0469cebefac8e98ccf741468d1edb
refs/heads/master
2021-01-01T05:49:58.733652
2014-10-19T05:10:11
2014-10-19T05:10:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
524
cpp
/* Maximum difference between two elements such that larger element appears after the smaller number... */ #include<iostream> #include<climits> using namespace std; int maxDiff(int a[],int n){ int min=a[0],diff=INT_MIN; for (int i = 1; i < n; i++){ if((a[i]-min) > diff) diff = a[i]-min; if(a[i] < min)...
[ "abhinavjian0809@gmail.com" ]
abhinavjian0809@gmail.com
76b335269e8e159f41f43f6f553761bd3f45c587
05cb6337cba1e72c3bec2263062b2d4643eec0c2
/local/code/expe_param/brahms/src/brahms/Brahms.hpp
1a33f58727fbc31adf05df6278536283b8a735e7
[]
no_license
Countermatt/Brahms-cyclon-expe
901b2c1a25b91097b915c0322aa03f45f0c4b6f4
477d924dcbb63625760a2830eb502c32e0a7af75
refs/heads/main
2023-05-31T02:44:36.552401
2021-06-11T09:50:26
2021-06-11T09:50:26
375,262,545
0
0
null
null
null
null
UTF-8
C++
false
false
2,326
hpp
#ifndef BRAHMS_HPP_ #define BRAHMS_HPP_ #include <string> #include <vector> #include "utils/string.hpp" #include "data/Data.hpp" class Brahms { public: Brahms(); //Getter int AL1() { return mAL1; } int BL2() { return mBL2; } int GL3() { return mGL3; } int SamplerSize() { return mSamplerSize;...
[ "" ]
da500a3d044549fc257f2a241f8ce1b7a330ae4b
0bf0c508e18557941ae0f1480779145f56fa19fa
/examples/Synthesis/Wavetable/MidiSynthKeyboard/Ocarina_samples.cpp
e26550bf6f486ea2a96ae99c5ca67453b77d9210
[]
no_license
PaulStoffregen/Audio
3b63c293f58951e3f8eedc2d527e3f53ba866103
4cee15b6d008dd9237ac413a946d84f1030790c0
refs/heads/master
2023-08-17T16:42:10.254817
2023-07-05T12:44:37
2023-07-05T12:44:37
15,644,096
926
468
null
2023-06-28T15:58:12
2014-01-05T02:31:09
C++
UTF-8
C++
false
false
41,642
cpp
#include "Ocarina_samples.h" PROGMEM const AudioSynthWavetable::sample_data Ocarina_samples[3] = { { (int16_t*)sample_0_Ocarina_OcarinaF4, //16-bit PCM encoded audio sample true, //Whether or not to loop this sample 12, //Number of bits needed to hold length (1048576*1.0227829387472833*(44100.0 / AUDIO_SAMPLE_...
[ "paul@pjrc.com" ]
paul@pjrc.com
9349dec67b89500c3df17bcf1de8569cc596d1ab
72b3e4e883c9ed8355a6d9c3398c0e18456cde0e
/interpretator/language/operator/add.hpp
e716f569c9ac1bc6df1553a9f20b957fd91198f5
[]
no_license
garikmmm/tnayinner
ee3c964b53fe75451df43b0430e11fe54623450c
9f2f0e9cca0fd175a0c6faf1a459557d9b2b8276
refs/heads/main
2023-03-06T05:31:25.701258
2021-02-20T10:50:39
2021-02-20T10:50:39
304,808,638
0
0
null
null
null
null
UTF-8
C++
false
false
773
hpp
namespace interpreter::operators { class Add : public InterfaceOperator { public: InterfaceOperator *clone() const override { return new Add(*this); } static string getOperatorNameInSourceStatic() { return "+"; } ...
[ "garegin@greatergood.com" ]
garegin@greatergood.com
72a17b91aec965627b25c89251811be045c2f452
a5de1de8ba3e4d0825bdbbb8428e0ee4471227c5
/trunk/activemq-cpp-2.2.6/src/main/decaf/util/concurrent/atomic/AtomicBoolean.cpp
d5205fc3c1cccdefe740a551ef41925b6efd5186
[ "Apache-2.0" ]
permissive
ypdxcn/ActiveMQClient
91de74526f2d63ab31e4911298376db07917d92d
311068b73d6a84e4f4fe25b67a520f93af5f83b0
refs/heads/master
2020-03-23T09:45:07.281201
2018-07-18T08:43:53
2018-07-18T08:43:53
141,406,347
0
0
null
null
null
null
UTF-8
C++
false
false
2,031
cpp
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
[ "ypdxcn@163.com" ]
ypdxcn@163.com
ad65ebae8c66465c8ec81cafe859d6af60944d0d
adb49e5dfa9d64d989d871859ab799b46fbe129c
/API/UnitTests/PipelineUnitTests.cpp
6fd0509d4524feccae58d6331f79a9df2a8d327d
[ "MIT" ]
permissive
radinhamidi/YAP
471e1fa53e097a0fc8323ada6c2d2bf380e01f18
70cc614e29b14b4eb40fddad19c13a9041a521dc
refs/heads/master
2021-01-13T03:39:34.316037
2016-12-19T01:06:42
2016-12-19T01:06:42
77,254,541
1
0
null
2016-12-23T22:49:25
2016-12-23T22:49:24
null
UTF-8
C++
false
false
316
cpp
// PipelineUnitTests.cpp : Defines the entry point for the console application. // #include "stdafx.h" #define BOOST_TEST_MODULE MyTest #include <boost/test/unit_test.hpp> BOOST_AUTO_TEST_CASE(my_test) { BOOST_CHECK(2 + 2 == 4); BOOST_CHECK(2 + 2 < 4); BOOST_REQUIRE(2 + 2 > 4); BOOST_CHECK(2 + 3 == 5); }
[ "yangguang.ecnu@outlook.com" ]
yangguang.ecnu@outlook.com
284b96e02d6abcbb14d04f245780dd1a10c40224
fda134cfb6771f14439d783d7d1f3d30a3a4d584
/Ethereal/Private/Gear/Armor/Ring/AquaSignet.cpp
32b8cd24c911cf719c0c2fe3d9598432dbeea5a1
[ "Apache-2.0" ]
permissive
Soleyu/EtherealLegends
b01562b7bfd48ed025faa2ba43947b5bfb9e3b2a
69c6107dba3b4c3598d72f7cee9f6a68aa71cd34
refs/heads/master
2021-01-23T20:38:44.073943
2017-04-25T22:10:53
2017-04-25T22:10:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,296
cpp
// © 2014 - 2017 Soverance Studios // http://www.soverance.com // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by applica...
[ "scott.mccutchen@soverance.com" ]
scott.mccutchen@soverance.com
4fab8c3bd56251a660304015c49972a02f7cfba3
11394bfccbda448d6aa1449c4bfd30c5804a44b9
/E1_Geometry/E1_Geometry/PerformanceTest.cpp
cf74f69a93e94f7bbdd656b44e62278af2128bf0
[]
no_license
AidanRMurray24/HonoursProject
9201fffb767b571f5e816ce036490536f5327adb
0c95218aa40f500ce3350495dbf9cec5f5f4fee3
refs/heads/main
2023-06-08T09:35:32.372702
2021-06-18T14:32:18
2021-06-18T14:32:18
314,230,880
0
0
null
null
null
null
UTF-8
C++
false
false
208
cpp
#include "PerformanceTest.h" PerformanceTest::PerformanceTest() { estimatedTimeToComplete = 100.0f; numTimesToRecord = 0; fileName = ""; folderPath = "Tests/"; } PerformanceTest::~PerformanceTest() { }
[ "1702270@uad.ac.uk" ]
1702270@uad.ac.uk
07aa516135ea7ed292d7bd92a23bc37d59308bba
8947812c9c0be1f0bb6c30d1bb225d4d6aafb488
/02_Library/Include/XMCocos2D-v3/scripting/lua/bindings/CCLuaStack.h
432cf47cfdc9158278aaa6048028cbc9371ff621
[ "MIT" ]
permissive
alissastanderwick/OpenKODE-Framework
cbb298974e7464d736a21b760c22721281b9c7ec
d4382d781da7f488a0e7667362a89e8e389468dd
refs/heads/master
2021-10-25T01:33:37.821493
2016-07-12T01:29:35
2016-07-12T01:29:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,684
h
/**************************************************************************** Copyright (c) 2011 cocos2d-x.org http://www.cocos2d-x.org 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 with...
[ "mcodegeeks@gmail.com" ]
mcodegeeks@gmail.com
ec45628e17d617ce7da0001c9c3df622660bddcc
76da2251b4fb3ef5f177253c9dc1524f426c8cb4
/main.cpp
061136bbb658a8e270df9178668c5395e178d0d9
[]
no_license
BEZIA-EEA/EasyMile_shrd_ptr
839a0b7853f3bbea3d2b03a9f562d54ef373ee11
7f7a12e94d6da4fc62e264811294af82cd95defb
refs/heads/master
2021-01-14T20:37:36.605637
2020-02-24T15:00:44
2020-02-24T15:00:44
242,751,659
0
0
null
null
null
null
UTF-8
C++
false
false
2,158
cpp
#include<iostream> #include"shared_ptr.h" #include"myclass.h" using namespace std; void print(easymile::Shared_ptr<MyClass> ptr) { cout<<ptr.get()<<endl; } int main() { // ptr1 pointing to an integer. easymile::Shared_ptr<MyClass> ptr1(new MyClass(151)); cout << "--- Shared pointers ptr1 ---\n"; ...
[ "ayoub.bezia@gmail.com" ]
ayoub.bezia@gmail.com
73404d3fbc6f95fddf1d0770da051050f8a70964
865bfdce73e6c142ede4a7c9163c2ac9aac5ceb6
/Source/Game/Scripts/Runtime/CRuntime_Pathing.h
caf2545e31a52989f9a459185602efb1cd03e5b5
[]
no_license
TLeonardUK/ZombieGrinder
d1b77aa0fcdf4a5b765e394711147d5621c8d4e8
8fc3c3b7f24f9980b75a143cbf37fab32cf66bbf
refs/heads/master
2021-03-19T14:20:54.990622
2019-08-26T16:35:58
2019-08-26T16:35:58
78,782,741
6
3
null
null
null
null
UTF-8
C++
false
false
681
h
// =================================================================== // Copyright (C) 2013 Tim Leonard // =================================================================== #ifndef _GAME_RUNTIME_PATHING_ #define _GAME_RUNTIME_PATHING_ #include "XScript/VirtualMachine/CVirtualMachine.h" #include "XScript/VirtualMach...
[ "tim@programmingbytim.com" ]
tim@programmingbytim.com
c7211584b9cdc557d950595adfeb9446410ab89a
cf8d99b4f9cf47dc0947211eeaf6cb038f7464bf
/Labs/Project 1/GameOfTag/Server.cpp
a9f160108202b3baa8e62a44c424428410a04660
[]
no_license
PatrickDarcy/OnlineGamingTechnology
b394a49ead731ecc5b48794187f4542a3d620ae1
65f961514ddec55582fa4305de8798eae3c0e233
refs/heads/master
2023-02-20T11:20:05.872739
2021-01-28T21:36:33
2021-01-28T21:36:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,442
cpp
#include "Server.h" #include <iostream> #include "PacketStructure.h" #pragma comment(lib,"ws2_32.lib") #include "Game.h" Server::Server(int t_port, bool t_broadcastPublically) { //Winsock Startup WSAData wsaData; WORD dllVersion = MAKEWORD(2, 1); if (WSAStartup(dllVersion, &wsaData) != 0) { MessageBoxA(NULL, "...
[ "C00225629@itcarlow.ie" ]
C00225629@itcarlow.ie
b6b1480a872f667c349f4085f0f3357c9de478ab
9bf4c7539276bea9a3d5826eb3df4dcc98e6b3cc
/LCS_RecursiveNoMemoization.cpp
87639ab72f586ded0820e361e2a69712013d6756
[]
no_license
farrellrage/CS375_PA1
75b39217abe678e122883454d64aaba5b6ebaffa
18d6515d6ec6d9e6e0d40400bdec5e7887aac29d
refs/heads/master
2020-05-02T09:10:18.974779
2019-03-27T00:49:44
2019-03-27T00:49:44
177,863,371
0
0
null
null
null
null
UTF-8
C++
false
false
2,105
cpp
//------------------------------------------------------------------------------ //File Name: LCS_RecursiveNoMemoization.cpp //Associated file: LCS_RecursiveNoMemoization.h //Contains: // InitializeLCSLenTable // LCSRecursiveNoMemoization //-----------------------------------------------------------...
[ "afarrel3@binghamton.edu" ]
afarrel3@binghamton.edu
eda0ec5cfafd6b32192397a04a93f9aac2c2e312
9a8b5c09cc0dbf34cdddc4c9c8888f727fdbe1c4
/src/corsika/CorsikaParticle.cxx
2174fb321475d2ced130a81af3d81799f678870e
[ "BSD-2-Clause" ]
permissive
hershalpandya/corsika_reader
0ced8ddbd380c59710d8a1e5b582c078bfae5b1e
0cff823ce75df6a8341bb18089153987002f573a
refs/heads/master
2021-01-23T20:12:11.309849
2018-07-11T14:28:52
2018-07-11T14:28:52
40,993,439
0
0
null
2015-08-18T19:34:14
2015-08-18T19:34:14
null
UTF-8
C++
false
false
2,938
cxx
/** \file \author Javier Gonzalez \version $Id: TEMPLATE.cc.tpl,v 1.4 2003/09/25 14:38:19 lukas Exp $ \date 04 May 2011 */ static const char CVSId[] = "$Id$"; #include <corsika/CorsikaParticle.h> #include <corsika/CorsikaBlock.h> #include <corsika/particle/ParticleList.h> #include <corsika/CorsikaUnits...
[ "javierg@udel.edu" ]
javierg@udel.edu
6e9e04f07633ef33b1e3f3d59f54dea8360685ff
a3ed36263839b2c50f39773f6c8c0b8780b0ee30
/187. Repeated DNA Sequences.cpp
641e7810ba6fad7dd347deffe226c97b4def86ea
[]
no_license
ysyncby/Leetcode
52c0556f509a4dc157527c160c595d4cb72899ce
775836d0d91eb08d376220796b09b401199bbcd6
refs/heads/master
2021-05-27T02:40:05.682917
2019-10-31T03:02:05
2019-10-31T03:02:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
816
cpp
// 啊啊啊啊,这种题给我tip我都想不出来 // 把每个长度为10的都编码成一个数字,类似于hashtable, // 然后保存下来,看有没有重复的就行了 class Solution { public: vector<string> findRepeatedDnaSequences(string s) { unordered_set<string> res; unordered_set<int> st; int cur = 0; // 找到第一个 for (int i = 0; i < 9; ++i) cur = cur << 3 | (...
[ "879090429@qq.com" ]
879090429@qq.com
8a89a42b2cf9d3900682336a71e130a6f4d5359e
15a66557a53d5e8c46c15c2c5f6619c1182ec979
/GeometricWars_CPP/field/Player.h
b0d1a41b82d3467c47c781b7f8b1e16e26d7744e
[]
no_license
Chottek/Game_Programming
f28af3d6c1582e99d7a34551326b4145ff55e2b0
44b5c966d6bc735c8d9a64709ca3ff18a37c42da
refs/heads/master
2021-11-25T02:00:56.621524
2021-11-01T15:12:45
2021-11-01T15:12:45
217,316,344
0
0
null
null
null
null
UTF-8
C++
false
false
1,733
h
#ifndef GEOMETRICWARS_PLAYER_H #define GEOMETRICWARS_PLAYER_H #include <list> #include "../Game.h" #include "Bullet.h" class Player { public: Player(SDL_Renderer* renderer, float xPos, float yPos, float spd); ~Player(); void update(); void render(); float getX(); float getY(); float get...
[ "bm.chotkowski@gmail.com" ]
bm.chotkowski@gmail.com
d19eeff73aa583a80389da2c67276cd0cd493932
f06c414d5fe9782523c2f6ab516c98cfcb2d630f
/src/qt/rpcconsole.cpp
7966cbc4bab5cd12cf63b769dd53269074b4afc4
[ "MIT" ]
permissive
cryptolog/PutinCoin
48a32ae35d686f3d9cb896f64973938fabf7b737
8b5cc41b831304e4ecdad04faa43256c3cbb83be
refs/heads/master
2020-03-22T17:17:22.826726
2018-02-18T08:07:55
2018-02-18T08:07:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,994
cpp
#include "rpcconsole.h" #include "ui_rpcconsole.h" #include "clientmodel.h" #include "bitcoinrpc.h" #include "guiutil.h" #include "dialogwindowflags.h" #include <QTime> #include <QTimer> #include <QThread> #include <QTextEdit> #include <QKeyEvent> #include <QUrl> #include <QScrollBar> #include <openssl/crypto.h> #in...
[ "support@putincoin.info" ]
support@putincoin.info
28dbb386bc74f422741770b15d91ae03ab00b5e1
139e4df94ed630676bfa5e1079561d3cb65a0bfd
/includes/lmb/calculators/denois_calculator.h
0b9825b08724809f265f02652e81fc9ce768f085
[ "MIT", "Zlib" ]
permissive
blizmax/LMB
bbce5c59a34ec9d7e43e9b85d648429b38e68e4f
58f93fc65b3c6d5b6f7fb6a28742ee71d3200928
refs/heads/main
2023-02-10T06:54:53.663082
2021-01-06T23:27:52
2021-01-06T23:27:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
700
h
#pragma once #include "lmb/calculator.h" #include "lmb/base_type.h" namespace LMB { class DenoiseCalculator : public Calculator { public: DenoiseCalculator(const uint8_t num_iterations,const real_t contributing_amount); const vec4 GetPixelAvrg(const bitmap_size_t x,const bitmap_size_t y); void Pix...
[ "erindigr@gmail.com" ]
erindigr@gmail.com
c9239606bd789e0ee8831932ff6e8d9dffb287db
5fe54b2bd86a463c80bbff9177a36ae6b8d3d708
/test/e2e/test_master/skia/src/pdf/SkPDFDocumentPriv.h
4453cd228caebb2a3eae3d9029526000d5aa3f0e
[ "MIT" ]
permissive
quinzio/cppparser
1e5d9ea6cd151eaafe4fbe43519ca55bdd2bef66
253c4a8d42c8600d0e173834d88cbe42a8347859
refs/heads/master
2020-12-20T09:29:38.366763
2020-01-14T19:12:27
2020-01-14T19:12:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,193
h
/* * Copyright 2016 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkPDFDocumentPriv_DEFINED # define SkPDFDocumentPriv_DEFINED # include "include/core/SkCanvas.h" # include "include/core/SkStream.h" # include "include/docs/SkPDFDo...
[ "SatyaRanjan.Das@tomtom.com" ]
SatyaRanjan.Das@tomtom.com
817ffe4c3dfedc348bedb75e76fd9872665caaa0
751bddd2cd3152c0f40165cd004ce450fe69e087
/Source/ThirdParty/kNet/include/kNet/MessageConnection.h
6be9b5188b1adcb993ec91448f0a58c6678eb3e8
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "Zlib", "LicenseRef-scancode-khronos", "Apache-2.0", "BSD-2-Clause" ]
permissive
sabotage3d/UrhoSSAO
a9ec4bd2dfe24b73d0e13a3a609a3feabbab070b
66cd902dc96b41c10afd5b00e9e8c238d74978f5
refs/heads/master
2021-01-10T21:20:31.364517
2015-01-03T13:02:21
2015-01-03T13:02:21
28,743,920
13
2
null
null
null
null
UTF-8
C++
false
false
33,502
h
/* Copyright The kNet Project. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to ...
[ "sabotage3d@gmail.com" ]
sabotage3d@gmail.com
7a4bf1bb51f07c6ee4b81986e3a92ae2723cf25b
b652cb119b71db6fcd0d4bd8ac8ba4f2089ff0fb
/src/main.cpp
4edda19941d2666bac80306cf2bd4d4075483d8f
[]
no_license
team-chiru/playground-cpp
144ef5c0407868fcb138cbf871572b9954006f15
8bdd45fcfca63b3351d449150dec572d30eb6ed0
refs/heads/master
2021-01-19T00:16:12.455899
2016-11-07T03:33:50
2016-11-07T03:33:50
72,961,768
1
0
null
null
null
null
UTF-8
C++
false
false
279
cpp
#include "dao/header/Bookmark.hpp" #include "dao/header/BookmarkDAO.hpp" #include <iostream> using namespace std; int main() { cout << "Hello World!" << endl; Bookmark b = Bookmark::Bookmark(); BookmarkDAO dao = BookmarkDAO::BookmarkDAO(); dao.init(); return 0; }
[ "joe.tourangeau@gmail.com" ]
joe.tourangeau@gmail.com
0986aaca5523d62f4b2043f17ffe3b865238750e
4c23be1a0ca76f68e7146f7d098e26c2bbfb2650
/ic8h18/0.003/IC4H7OH
1011ae8ca2cb4585a2530af1a44940b7bd88dcf1
[]
no_license
labsandy/OpenFOAM_workspace
a74b473903ddbd34b31dc93917e3719bc051e379
6e0193ad9dabd613acf40d6b3ec4c0536c90aed4
refs/heads/master
2022-02-25T02:36:04.164324
2019-08-23T02:27:16
2019-08-23T02:27:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
839
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "jfeatherstone123@gmail.com" ]
jfeatherstone123@gmail.com
ea1da769cb7848b44b2b8f8c246e61c46cdeb1aa
2050f44f5bea216ee9e77e2c8a671496e641ef82
/Objects/PluginAPI/Plugin.h
2e101ac805a7df40de9701ce322f6e7448d9ff97
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
elix22/SHADERed
e6862537ab84502e831b9434d974fcbc7fd9625e
7274f459cb30aee5fdd7d95cc47229ec34b846f9
refs/heads/master
2020-06-12T21:46:40.359715
2020-03-01T19:53:20
2020-03-01T19:53:20
194,435,472
0
0
MIT
2020-03-01T19:53:23
2019-06-29T18:09:42
C++
UTF-8
C++
false
false
14,406
h
#pragma once #include "PluginData.h" namespace ed { namespace pluginfn { typedef void (*AddObjectFn)(void* objects, const char* name, const char* type, void* data, unsigned int id, void* owner); typedef bool (*AddCustomPipelineItemFn)(void* pipeline, void* parent, const char* name, const char* type, void* data, ...
[ "30801537+dfranx@users.noreply.github.com" ]
30801537+dfranx@users.noreply.github.com
44e70d9d1e58456bb2f9a5b6f96f38c9bbff2927
3cefde0956edad192d91ef07ad67820384716d94
/Czajnik.h
06e7dab9e5f9e6e3b4aea0ad1cc202b930adec96
[]
no_license
matpawlowski99/projekt-2---golarka-elektryczna
70d36550669f31e045fc1294a5c630973b8a2134
e0b458c8d65c4dbc9602625a91737abf2831c70b
refs/heads/master
2023-04-27T14:38:07.843984
2021-05-10T09:42:31
2021-05-10T09:42:31
359,953,301
0
0
null
null
null
null
UTF-8
C++
false
false
2,354
h
#pragma once #include <iostream> #include <fstream> #include <string> #include "AGD.h" using namespace std; /// Klasa dziedziczaca po klasie AGD class Czajnik : public AGD { protected: unsigned int pojemnosc; ///< okresla pojemnosc czajnika string producent; ///< okresla producenta czajnika string kolor; ///< okr...
[ "s.gruszczynski@stud.elka.pw.edu.pl" ]
s.gruszczynski@stud.elka.pw.edu.pl
c744b5fb6a26463a07b52bd92da5bb7d3a939fd9
6a9bbb261320151836805db6837ddcda24e3a678
/AnimationTest/AnimationTest/Converters/FBXConverter.cpp
d85481735a71fc7b2da505a38a0b92b20b4c734c
[ "MIT" ]
permissive
d4rkz3r0/FBX-To-Mesh-Converter-Utility
c67a2512bd95be7fc22f2138f1851d58255f4eac
e4343414638ee1235afe479ed4ebf59c0ae74e0f
refs/heads/master
2021-05-01T03:34:54.626808
2016-11-26T18:43:20
2016-11-26T18:43:20
62,334,621
1
0
null
null
null
null
UTF-8
C++
false
false
16,747
cpp
#include "FBXConverter.h" #include <fstream> void AddBone(FbxNode* _pNode, int32_t _nodeIndex, int32_t _parentIndex, animated_skeleton& _skeleton) { if (_pNode->GetNodeAttribute()->GetAttributeType() == FbxNodeAttribute::eSkeleton) { _skeleton.bones.resize(_nodeIndex + 1); animated_bone bone; bone.parentIndex...
[ "nightwing09x@gmail.com" ]
nightwing09x@gmail.com
96eee0fd365071c46d07857cdb92aa9053946cd4
914a83057719d6b9276b1a0ec4f9c66fea064276
/test/performance-regression/full-apps/qmcpack/src/QMCTools/GridMolecularOrbitals.cpp
995c0918e429ddcdea5516d2a4d9b2bc88652456
[ "NCSA", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-free-unknown", "GPL-1.0-or-later", "BSD-2-Clause" ]
permissive
jjwilke/hclib
e8970675bf49f89c1e5e2120b06387d0b14b6645
5c57408ac009386702e9b96ec2401da0e8369dbe
refs/heads/master
2020-03-31T19:38:28.239603
2018-12-21T20:29:44
2018-12-21T20:29:44
152,505,070
0
0
Apache-2.0
2018-10-11T00:02:52
2018-10-11T00:02:51
null
UTF-8
C++
false
false
10,649
cpp
////////////////////////////////////////////////////////////////// // (c) Copyright 2003- by Jeongnim Kim ////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////// // National Center for Supercomputing Applications & // Materials Computati...
[ "jmaxg3@gmail.com" ]
jmaxg3@gmail.com
54614da7c93c76d4fa1f7296dc0c2fe1ea143efb
dd267038685dcefd5f89016c63f72c2ad4aa7fdf
/src/chrome/browser/ui/content_settings/content_setting_bubble_model.cc
5a4ef1ededae8774ab6386d2f51534f4993e0e26
[ "BSD-3-Clause" ]
permissive
webosose/chromium87
044d5c74ae9c2815cf096fd98bf9ea4e7e2fe6b3
75729b78817d49249cd004ef734c032269f06e53
refs/heads/master
2022-11-05T07:23:21.710708
2021-10-06T11:24:51
2021-10-08T08:30:55
392,617,373
4
2
null
2022-11-01T02:23:21
2021-08-04T08:54:03
null
UTF-8
C++
false
false
73,040
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/content_settings/content_setting_bubble_model.h" #include <stddef.h> #include <memory> #include <utility> #include "bas...
[ "youngsoo.choi@lge.com" ]
youngsoo.choi@lge.com
3d57836f2c30be30e0a55623ca951ab96de4c460
7eca6070228cac2dc7605072abf7e788e3a501e8
/src/history/FileTransferInfo.cpp
141f45bcfd0d238395f0233dbd91d9d05611c9d3
[ "Apache-2.0", "BSD-3-Clause", "MIT", "BSL-1.0", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
SuperNodeLibs/supernode-core
434de5787303e7d321394fa38815ee8eb475f83a
4b0c840db70707bc92bcb69f184b99cafcabe2e6
refs/heads/master
2020-03-07T16:34:45.280059
2018-04-01T01:47:52
2018-04-01T01:47:52
127,586,676
0
0
null
null
null
null
UTF-8
C++
false
false
535
cpp
// Copyright 2015 SuperNode Development Foundation and contributors. Licensed // under the Apache License, Version 2.0. See the COPYING file at the root // of this distribution or at http://www.apache.org/licenses/LICENSE-2.0 #include "FileTransferInfo.h" namespace supernode { char const* HISTORY_FILE_TYPE_BUCKET = "...
[ "pierre@gmail.com" ]
pierre@gmail.com
b6a7d77c7b38ebfc41cf1f1995f4ad06970f955a
61cd8c253bff2ea1c236980a15cc5ce228469f6c
/src/Tables/Query.cxx
8fc254cc7a52f4443d6523252d2a04af22c7a0db
[ "BSD-3-Clause" ]
permissive
fermi-lat/rdbModel
9be1e4bf89c7caeba74cd2780b050071577458ac
b7d0846a2736ff2fb202f4c0c6c50c4f4467ded9
refs/heads/master
2022-02-13T23:49:49.594918
2019-08-27T17:30:17
2019-08-27T17:30:17
103,187,059
0
0
null
null
null
null
UTF-8
C++
false
false
901
cxx
// $Header: /nfs/slac/g/glast/ground/cvs/rdbModel/src/Tables/Query.cxx,v 1.1 2005/06/19 20:39:20 jrb Exp $ #include "rdbModel/Tables/Query.h" #include "rdbModel/Tables/Assertion.h" namespace rdbModel { Query::Query(Table* table, const std::vector<std::string>* toSelect, Assertion* pAssert) : m_myTab...
[ "" ]
211a29a609bd008e666343c6f0cc474a1a3d7f0a
e413e4020617f2645f7f3ed89ec698183c17e919
/fregl/exe/montage_blending.cxx
41ed3a857cfb6cb33cb949b678f48a094478ee84
[]
no_license
YanXuHappygela/Farsight-latest
5c349421b75262f89352cc05093c04d3d6dfb9b0
021b1766dc69138dcd64a5f834fdb558bc558a27
refs/heads/master
2020-04-24T13:28:25.601628
2014-09-30T18:51:29
2014-09-30T18:51:29
24,650,739
1
0
null
null
null
null
UTF-8
C++
false
false
7,644
cxx
/*========================================================================= Copyright 2009 Rensselaer Polytechnic Institute 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/lice...
[ "xy198908@gmail.com" ]
xy198908@gmail.com
546990422000a7c78b7a7bd67dd1484ed977dbbe
11ce22b36118136ac5d20715b488dc0a5d43a611
/source/Globals/Globals.cpp
0150b836c2cc0c563a9d8d5bea9b0f94590eb1a0
[ "MIT" ]
permissive
aaronstanek/UltralightweightCalculator
239f57bef9552fb46199614bb8a459a06caec66f
a8ef9f1d49fe5e834b02c5a719fc92a633f30ab2
refs/heads/main
2023-04-01T11:25:23.833455
2021-04-09T23:43:52
2021-04-09T23:43:52
287,652,012
1
0
null
null
null
null
UTF-8
C++
false
false
4,243
cpp
/** * @file Globals.cpp * @author Aaron Stanek */ #include "Globals.h" UserAlert::UserAlert(const UserMessage base, const char* const extra) { const char* memo; switch (base) { case UserMessage::MaximumRecursionDepthReached: memo = "Max Recursion Depth Reached"; break; ...
[ "amr.stanek@gmail.com" ]
amr.stanek@gmail.com
6cbc9502834f3796fef772f253723e16ab75a093
8352ca72d4f1e8e8ebbbb7d6b07a4e0963be7f41
/DataServer/DataServer_TIP/TA_APP/transactive/test/MyDragdroprobot/coloritem.h
904225cb331fc8f02f46c015b5752b05f0fc538b
[]
no_license
radtek/slin_code
114f61695fc1a23a018da727452c3c42f64ebe39
a0073e52d600839f7836c2b7673b45b4266259e2
refs/heads/master
2020-06-04T15:03:56.618177
2015-04-27T10:27:47
2015-04-27T10:27:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
829
h
#ifndef COLORITEM_H #define COLORITEM_H #include <QtGui/QtGui> #include <QGraphicsItem> //! [0] class ColorItem : public QGraphicsItem { public: ColorItem(); QRectF boundingRect() const; void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget); protected: ...
[ "shenglonglinapple@gmail.com" ]
shenglonglinapple@gmail.com
17b4a2a7b20b4b0c51d8f17a0fd7d6bf5a857707
cc1701cadaa3b0e138e30740f98d48264e2010bd
/chrome/browser/ui/extensions/extension_enable_flow_browsertest.cc
ef424e996c3d886ea8c0c8baafac222f0a8ef330
[ "BSD-3-Clause" ]
permissive
dbuskariol-org/chromium
35d3d7a441009c6f8961227f1f7f7d4823a4207e
e91a999f13a0bda0aff594961762668196c4d22a
refs/heads/master
2023-05-03T10:50:11.717004
2020-06-26T03:33:12
2020-06-26T03:33:12
275,070,037
1
3
BSD-3-Clause
2020-06-26T04:04:30
2020-06-26T04:04:29
null
UTF-8
C++
false
false
4,076
cc
// Copyright 2017 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/extensions/extension_enable_flow.h" #include "base/optional.h" #include "base/run_loop.h" #include "chrome/browser/extensions...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
70fe1ae33f6748a532498eff6536017f4ebdb57c
02e5ddf8d55c85d5fe38ad89f21280488c70dd70
/10_Derived_classes/0_Derived_classes/test034.cpp
9b09afb0fbd1e291beb36ddfe6ecde07cdc298e6
[]
no_license
KeiHasegawa/ISO_IEC_14882
a1ec0e1d15fede1294abf7edb2ed62d889f17f0e
8aaa11fae64c61b9fbae963ca49584251fd40359
refs/heads/master
2021-11-23T23:47:24.691736
2021-11-22T05:50:46
2021-11-22T05:50:46
178,426,282
1
0
null
null
null
null
UTF-8
C++
false
false
420
cpp
#include <stdio.h> class shape { public: virtual void rotate(int) = 0; virtual void draw() = 0; }; void f(shape& ref) { ref.rotate(4567); ref.draw(); } class circle : public shape { int radius; public: void rotate(int a) { printf("circle::rorate called with %d\n", a); } void draw(); }; int mai...
[ "kei.hasegawa.18@gmail.com" ]
kei.hasegawa.18@gmail.com
adc1515ff8295ccb1a6403e733632054ffe8a549
2737fb878531476f2221ade503baff00c45dbe64
/powermonitor.cpp
aaf7a0df880da864bef2d3353511c1d8e2fd2f9f
[]
no_license
Daibingh/PowerMonitor
56108cf3282b79c5b5c26a919370acbc2c0084a0
9bc795384516444f6b0d03302cbece6f3ade2f85
refs/heads/master
2020-04-29T23:10:11.432668
2019-03-29T01:03:06
2019-03-29T01:03:06
176,468,722
0
0
null
null
null
null
UTF-8
C++
false
false
16,009
cpp
#include "powermonitor.h" #include <qtwidgets> #include <qlist> #include <QtSerialPort/QSerialPort> #include <QtSerialPort/QSerialPortInfo> #include <QFile> #include <QApplication> class CommonHelper { public: static void setStyle(const QString &style) { QFile qss(style); qss.open(QF...
[ "daibingh@gmail.com" ]
daibingh@gmail.com
ef16c73a6f057f83a84a899b28bffc3462542d7a
81fae522d03e14bfa9701e770babee9b5988c49d
/cpp_disk_capacity/main.cpp
25ba8977d61d9eb515201356033369511e07bd89
[]
no_license
openjason/catch_data
856ce0fc0918f92c41eaa7454b54c18dcfd42e01
e945cd39b60431bfdc20da21f107785c48ec7f39
refs/heads/master
2022-02-24T22:38:06.159542
2022-02-14T07:12:19
2022-02-14T07:12:19
103,209,714
1
0
null
null
null
null
GB18030
C++
false
false
3,463
cpp
#include <iostream> #include <windows.h> #include <stdio.h> using namespace std; char* get_disk_capacity() { int DiskCount = 0; DWORD DiskInfo = GetLogicalDrives(); //利用GetLogicalDrives()函数可以获取系统中逻辑驱动器的数量,函数返回的是一个32位无符号整型数据。 while(DiskInfo)//通过循环操作查看每一位数据是否为1,如果为1则磁盘为真,如果为0则磁盘不存在。 { i...
[ "openjc@outlook.com" ]
openjc@outlook.com
94ba48a90077a659893045f68c8e0d9c8bc7a988
81078148c49219f994867f854352063291dabb9e
/include/fcl_capsule/simd/math_simd_details.h
a9052c41f15fd623e99ff234b4697b8eb2fa53b4
[]
no_license
pal-robotics-graveyard/fcl_capsule
630f35e2776d65555cb1f3a8fe6b34a04ba633e9
91205b1f8693a52ea045760838fb4b6b9605107a
refs/heads/master
2021-01-21T08:46:21.748172
2014-05-19T14:56:25
2014-05-19T14:56:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
36,597
h
/* * Software License Agreement (BSD License) * * Copyright (c) 2011, Willow Garage, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code mu...
[ "karsten.knese@googlemail.com" ]
karsten.knese@googlemail.com
4de523001c6bff3d5aebdc7c1189bdf32d6390e2
867d577233f3bed2ab6f7a185f16dd7f71d07dd7
/ExpenseMenager.h
3f25f35195eda7b6ef63dd96a012988ffbe8efa6
[]
no_license
makao91/BudgetApp
a3102fea630895f8f15c96bf715eae755da911f3
c45fb2561c4bec60d268b1513d5b22be73893366
refs/heads/master
2020-12-29T09:07:51.087251
2020-02-26T10:18:54
2020-02-26T10:18:54
238,550,249
0
0
null
null
null
null
UTF-8
C++
false
false
616
h
#ifndef EXPENSEMENAGER_H #define EXPENSEMENAGER_H #include <iostream> #include <vector> #include "UsefullMethods.h" #include "MoneyOccurence.h" #include "FileWithExpenses.h" using namespace std; class ExpenseMenager : public MoneyOccurence { protected: int idLoggedUser; FileWithExpenses fileWithExpenses; ...
[ "marcin.kapela.programista@gmail.com" ]
marcin.kapela.programista@gmail.com
a51f220364e2ac0fdbbdf095076d010033abccda
fe0559eaa11c60145797571bf0ab051bed71ae91
/utils/DateUtils.cpp
155377041ca0ca6cafb2988762d5ef7630674ad9
[]
no_license
ren19890419/xqilla
23e64a012f825ff58371907284d15872c9286f7b
ba6e4d58c777bede091856c0edee68c58a5fa364
refs/heads/master
2021-05-26T12:09:50.022580
2012-04-11T13:41:47
2012-04-11T13:41:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,994
cpp
/* * Copyright (c) 2001, 2008, * DecisionSoft Limited. All rights reserved. * Copyright (c) 2004, 2011, * Oracle and/or its 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 ob...
[ "yayanyang@gmail.com" ]
yayanyang@gmail.com
14acc70d0ed1d07a428e404ec548c74051485613
c7828dd0e1bae4056d48e8c0cb968e295b2eda69
/Mialib/Mialib/src-azure/azure-iot-sdk-c/provisioning_client/inc/azure_prov_client/prov_transport.h
0a582b8b8f79ac2ee226f60d350de07794790691
[ "MIT" ]
permissive
Zwj-hub/learngit
929b02ea00ce827990043ec2cee97d04fa035b0b
064c1d32c4d311cc72e74937ab58398f1b1c6356
refs/heads/master
2020-10-01T08:58:14.402248
2019-12-12T02:40:16
2019-12-12T02:40:16
227,503,077
1
0
null
null
null
null
UTF-8
C++
false
false
2,493
h
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #ifndef PROV_TRANSPORT_H #define PROV_TRANSPORT_H #include "umock_c/umock_c_prod.h" #include "azure_macro_utils/macro_utils.h" #include "azure_c_shared_utility/shared_...
[ "wenjuan.zhang@cn.abb.com" ]
wenjuan.zhang@cn.abb.com
b798aaed1093ed33142c237b0915d4602352191a
e2712a6ff6b7c04e419949ca76b32765a65be1c6
/CSE-155-Photo-Translator/inc/baseapi.h
1e740831f9c7ac5511cea18840b6cef3429b529c
[]
no_license
jmds1/CSE-155
b91a6c63d90360fe5220a4f4677bb97c9f4a2f01
325df8586558d8fdec17ff84b939b7c8e23d19a9
refs/heads/main
2023-01-08T07:06:21.718950
2020-11-13T01:21:24
2020-11-13T01:21:24
304,764,181
0
1
null
null
null
null
UTF-8
C++
false
false
33,511
h
/////////////////////////////////////////////////////////////////////// // File: baseapi.h // Description: Simple API for calling tesseract. // Author: Ray Smith // // (C) Copyright 2006, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in co...
[ "nickmenjibar@gmail.com" ]
nickmenjibar@gmail.com
457f3ac65047556161149ba1e86617e835488d38
30e1dc84fe8c54d26ef4a1aff000a83af6f612be
/src/external/boost/boost_1_68_0/boost/math/tools/detail/rational_horner3_12.hpp
1fd34abf8434ea16f2aaee1a4f9901117b61e288
[ "BSL-1.0", "BSD-3-Clause" ]
permissive
Sitispeaks/turicreate
0bda7c21ee97f5ae7dc09502f6a72abcb729536d
d42280b16cb466a608e7e723d8edfbe5977253b6
refs/heads/main
2023-05-19T17:55:21.938724
2021-06-14T17:53:17
2021-06-14T17:53:17
385,034,849
1
0
BSD-3-Clause
2021-07-11T19:23:21
2021-07-11T19:23:20
null
UTF-8
C++
false
false
15,009
hpp
// (C) Copyright John Maddock 2007. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // // This file is machine generated, do not edit by hand // Polynomial evaluation using s...
[ "znation@apple.com" ]
znation@apple.com
e726e721f0072108e783d5d967e5ca34fb853b8e
2b9733794ca0b31baf0e750804e9a729ef27ea9c
/server/server.cpp
e7b0f0faf03409ec2958e23b0b991a66f27ff821
[]
no_license
Aleks-L/bonjour_exmpl
456e199874e8689c566abacf92bc0d4f25bde5d0
ff294ae76d1df592db6484883d982ddf903d40ec
refs/heads/master
2020-04-18T02:59:25.285444
2016-11-20T23:19:12
2016-11-20T23:19:12
167,183,263
0
0
null
null
null
null
UTF-8
C++
false
false
5,457
cpp
#include "server.h" #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <fcntl.h> #include <unistd.h> #include <iostream> namespace bon_server { Server& Server::Instance() { static Server instance; return instance; } Server::~Server...
[ "alex.legeda@gmail.com" ]
alex.legeda@gmail.com
d2df6eef7ef4c23a8931b6e39f2e50aed72fc915
715623eaf5d445d0ce37332fa676ddd3607e09f6
/requirements/159741_a1/Incremental_Search_startup_codes_2015_v2/gridworld.cpp
0046616493923e0de203e043671990cc5aa1c5d9
[]
no_license
kevinzhang2012/AI
a0b1ac4287e72cb561b7ae2448f86053babea693
b082d6507320fa914fab8bca75c7bae69a13548b
refs/heads/master
2021-01-22T08:58:35.179037
2016-04-27T12:25:45
2016-04-27T12:25:45
57,866,649
0
0
null
2016-05-02T04:48:00
2016-05-02T04:48:00
null
UTF-8
C++
false
false
34,466
cpp
#include "gridworld.h" void GridWorld::displayHeader(){ int x,y; x = getmaxx() /2; y = textheight("H")*1; settextstyle(SMALL_FONT, HORIZ_DIR, 5); settextjustify(CENTER_TEXT,TOP_TEXT); setcolor(YELLOW); setbkcolor(BLACK); outtextxy(x ,y, "INCREMENTAL OPTIMAL SEARCH (8-CONNECTED GRIDWORLD...
[ "moophyalan@gmail.com" ]
moophyalan@gmail.com
54c76b3cec5b7cfd679d5796b1754bb7bfe59af3
88ca17e8dda9b151b61b43a09f152a50ad313099
/EnroqueCorto.cpp
9ac1f8871f63952828e99f923d4e2e59e7f09ebc
[]
no_license
nhuallpa/png-relayer-cpp
e510ebe2acfcfb454c7d54831e84c64ab614fc4e
17cc7dc09b71b39e76b2e9036843d1db2ef74828
refs/heads/master
2016-09-06T07:04:35.975827
2011-05-09T00:06:55
2011-05-09T00:06:55
32,127,832
0
0
null
null
null
null
UTF-8
C++
false
false
423
cpp
/* * EnroqueCorto.cpp * * Created on: 30/04/2011 * Author: Nestor Huallpa */ #include "EnroqueCorto.h" EnroqueCorto::EnroqueCorto(tColor color) { int fila = (color == NEGRO)?8:1; origenRey.setFila(fila); origenRey.setColumna('e'); destinoRey.setFila(fila); destinoRey.setColumna('g'); origenTorre.setF...
[ "huallpa.nestor@322464e1-49d0-d66b-b7ba-34e9f5dde279" ]
huallpa.nestor@322464e1-49d0-d66b-b7ba-34e9f5dde279
74fddfddabb6f85fad6c56beb7a07b14a0d5a789
6ed471f36e5188f77dc61cca24daa41496a6d4a0
/SDK/TransGPSCharge_classes.h
0f3b170fa1308daeed438f942d0be9b168a3bfbe
[]
no_license
zH4x-SDK/zARKSotF-SDK
77bfaf9b4b9b6a41951ee18db88f826dd720c367
714730f4bb79c07d065181caf360d168761223f6
refs/heads/main
2023-07-16T22:33:15.140456
2021-08-27T13:40:06
2021-08-27T13:40:06
400,521,086
0
0
null
null
null
null
UTF-8
C++
false
false
878
h
#pragma once // Name: ARKSotF, Version: 178.8.0 #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- // Classes //--------------------------------------------------------------------------- // BlueprintGeneratedClass TransGPSCh...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
973abc966842aafb6af88e419a19be01957d508f
ccfbf5a9ee9c00282c200945bbe36b387eb38b19
/Codeforces Solutions/codeforces285A.cpp
45b578b3354605b9063900ee571479adc75c0ba0
[]
no_license
sakiib/OnlineJudge-Solutions
e070d4b255d036cdefaf087e9f75b69db708406c
b024352aa99efe548b48ef74c492cb69c1fa89f9
refs/heads/master
2023-01-07T20:57:04.259395
2020-11-16T08:41:27
2020-11-16T08:41:27
288,191,980
0
0
null
null
null
null
UTF-8
C++
false
false
3,350
cpp
#include <bits/stdc++.h> #include <iostream> #include <cstdio> #include <stdio.h> #include <string.h> #include <cstring> #include <math.h> #include <cmath> #include <cstdlib> #include <algorithm> #include <iomanip> #include <vector> #include <map> #include <stack> #include <set> using namespace std; #define pf printf #...
[ "sakibalamin162@gmail.com" ]
sakibalamin162@gmail.com
e0a55e02890b3e791340f5e56cac4dca1d9a010a
473fc28d466ddbe9758ca49c7d4fb42e7d82586e
/app/src/main/java/com/syd/source/aosp/external/libmojo/mojo/edk/system/node_channel.cc
ce094c16711db665c9645d6cafcda2426f4842a6
[ "BSD-3-Clause" ]
permissive
lz-purple/Source
a7788070623f2965a8caa3264778f48d17372bab
e2745b756317aac3c7a27a4c10bdfe0921a82a1c
refs/heads/master
2020-12-23T17:03:12.412572
2020-01-31T01:54:37
2020-01-31T01:54:37
237,205,127
4
2
null
null
null
null
UTF-8
C++
false
false
30,998
cc
// Copyright 2016 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 "mojo/edk/system/node_channel.h" #include <cstring> #include <limits> #include <sstream> #include "base/bind.h" #include "base/location.h" #inc...
[ "997530783@qq.com" ]
997530783@qq.com
abac87186141d1356a15fe8a9c68a8b0b908fbdd
a7764174fb0351ea666faa9f3b5dfe304390a011
/drv/Graphic2d/Graphic2d_Ellips.ixx
036ef2588ef492e408c8a722540e17e2ba2274df
[]
no_license
uel-dataexchange/Opencascade_uel
f7123943e9d8124f4fa67579e3cd3f85cfe52d91
06ec93d238d3e3ea2881ff44ba8c21cf870435cd
refs/heads/master
2022-11-16T07:40:30.837854
2020-07-08T01:56:37
2020-07-08T01:56:37
276,290,778
0
0
null
null
null
null
UTF-8
C++
false
false
787
ixx
// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #include <Graphic2d_Ellips.jxx> #ifndef _Standard_...
[ "shoka.sho2@excel.co.jp" ]
shoka.sho2@excel.co.jp
5b453c28214bc087ca5b67be2a741e0d25e54a65
ad005cd7077af7327934783563d575fee1eef32f
/g4g/check-set-bits.cpp
9db5e6876cba29673c9479c6166b1ab1e1936c3f
[]
no_license
markroxor/ds-and-algo
48f1d295e9e940dbb4d2a2f85ffdc02cb86def21
81b9f623b443129892cf80584a9872e4c9597656
refs/heads/master
2021-01-01T06:28:50.408477
2017-11-30T12:31:31
2017-11-30T12:31:31
97,433,974
1
0
null
null
null
null
UTF-8
C++
false
false
424
cpp
#include <stdio.h> using namespace std; int main() { freopen("input.txt","r",stdin); // freopen("output.txt","w",stdout); int t; scanf("%d",&t); while(t--) { int n; scanf("%d",&n); n++; while(n>1 and n%2==0) n/=2; if(n!=1 and n%2==1) ...
[ "mrmohitrathoremr@gmail.com" ]
mrmohitrathoremr@gmail.com
318e82f81aec35d6743db39d58fb1b40c3e71f42
4a5f91c43bc1b64c4da5d085bf5f947333c838fa
/test/training_data/plag_original_codes/1341C-Nastya_and_Strange_Generator_plag.cpp
923bff205dd7526ec93108e52b0522cb96e8b2c8
[ "MIT" ]
permissive
xryuseix/SA-Plag
cba8c7c02bf43a547126bd2cccc925336fde83f9
167f7a2b2fa81ff00fd5263772a74c2c5c61941d
refs/heads/master
2023-05-31T01:24:47.800096
2021-06-30T13:40:12
2021-06-30T13:40:12
331,397,335
13
0
null
null
null
null
UTF-8
C++
false
false
1,242
cpp
#include <algorithm> #include <bitset> #include <cassert> #include <cctype> #include <cfloat> #include <climits> #include <cmath> #include <cstdio> #include <iomanip> #include <iostream> #include <list> #include <map> #include <queue> #include <random> #include <set> #include <stack> #include <string> ...
[ "ryusei143.shootingstar@gmail.com" ]
ryusei143.shootingstar@gmail.com
59710d2e7c47e7028cf8e50dd8cb565fc65f8b37
6d9891a14feecce886c44dd5030185fc41860196
/usqcd/chroma/chroma-org/other_libs/cpp_wilson_dslash/include/cpp_dslash_types.h
64aef0d99bc07bc3ec10374302139b53b0bdb377
[ "FSFAP", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
CCTLib/cibench
ffe28235d6986143a9d46e01890c6ca413ebf9da
c1a07cc6ec8e05b3e787f3f1596d6d8224f839fc
refs/heads/master
2022-11-14T08:06:51.974065
2020-07-07T02:05:42
2020-07-07T02:05:42
259,185,438
9
0
null
null
null
null
UTF-8
C++
false
false
409
h
#ifndef CPP_DSLASH_TYPES_H #define CPP_DSLASH_TYPES_H namespace CPlusPlusWilsonDslash { namespace Dslash32BitTypes { typedef float FourSpinor[4][3][2]; typedef float HalfSpinor[3][2][2]; typedef float GaugeMatrix[3][3][2]; } namespace Dslash64BitTypes { typedef double FourSpinor[4][3][2]; type...
[ "you@example.com" ]
you@example.com
0872d4307b4740a0ff34d468d181cfb7e39554f7
ef46a79dc134b9a17b56e0f02f0704fc1b7c353a
/jni/com_rincliu_webp.h
bbdf06845d481d56089124e02bb45353e1664c88
[]
no_license
czl026/WebP-Android
2c0a8076ac102d176877c56d390bb6c593bb8f4c
943e01ecd85ff9475e8e7dfc2f4e344a25009a6b
refs/heads/master
2021-01-18T05:43:44.778613
2013-07-16T14:54:55
2013-07-16T14:54:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,459
h
#ifndef _com_rincliu_webp #define _com_rincliu_webp #include <jni.h> // Logger tag extern const char* const LOG_TAG; // Declarations of class-refs, method-refs and field-refs namespace jrefs { namespace java { namespace lang { struct jclass_NullPointerException { jclass_NullPointerException(JNIEnv*...
[ "rinc.liu@gmail.com" ]
rinc.liu@gmail.com
70de672489023d13d0cdf04dc3ac54167ec9298f
f47b4919c30327d7d76b6e3b3ad81b824a3992a2
/Source/MACLib/APELink.h
c0acfda2cb45336ba9900db970cf864fc0270015
[]
no_license
flytosky-f/MAC
2d33c623fe93b4fc34f52490a6900f60c6d24ea5
9cd247bfe478228ab8c3f8a468e557bd55a156fd
refs/heads/main
2023-04-08T00:34:47.074642
2021-04-19T03:34:35
2021-04-19T03:34:35
302,035,141
0
0
null
null
null
null
UTF-8
C++
false
false
532
h
#pragma once #include "IO.h" #include "APEInfo.h" namespace APE { class CAPELink { public: CAPELink(const str_utfn * pFilename); CAPELink(const char * pData, const str_utfn * pFilename); ~CAPELink(); bool GetIsLinkFile(); int GetStartBlock(); int GetFinishBlock(); const wchar_t * GetImag...
[ "42865761+flytosky-f@users.noreply.github.com" ]
42865761+flytosky-f@users.noreply.github.com
3bea732d1bb2a5939764c6fdba46c28abf4c9624
d802d6aade635b11c0cdef7c35d07d856be8b45e
/basicClasses/audiowaveletimage.h
7f0cc23d3b02c28d169fd628995f41061d504c4f
[]
no_license
AndrexPJ/music_classifier
0312f78559fc0c2f99602af940cdb3efe5ed86fe
fe12635da6f156e4f91b853193f4bc5a165c330d
refs/heads/master
2021-01-22T21:13:24.885243
2014-05-22T14:10:28
2014-05-22T14:10:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
819
h
#ifndef AUDIOWAVELETIMAGE_H #define AUDIOWAVELETIMAGE_H #include "basicClasses/audiodata.h" #include <math.h> class AudioWaveletImage : public AudioData<double> { private: int levelsCount; bool checkAvailability(int channel,int level, int number) const; int getBound(int level) const; public: AudioWave...
[ "andrexpj@gmail.com" ]
andrexpj@gmail.com
612a8befa90729ccf26674eaacfb7bd01082af90
fa476614d54468bcdd9204c646bb832b4e64df93
/CDF/317DIV2/A.cpp
78841d1532e6c034489f3ac759d162ac3bf707a5
[]
no_license
LuisAlbertoVasquezVargas/CP
300b0ed91425cd7fea54237a61a4008c5f1ed2b7
2901a603a00822b008fae3ac65b7020dcddcb491
refs/heads/master
2021-01-22T06:23:14.143646
2017-02-16T17:52:59
2017-02-16T17:52:59
81,754,145
0
0
null
null
null
null
UTF-8
C++
false
false
826
cpp
#include <bits/stdc++.h> using namespace std; #define sc( x ) scanf( "%d" , &x ) #define REP( i , n ) for( int i = 0 ; i < n ; i++ ) #define clr( t , val ) memset( t , val , sizeof(t) ) #define all(v) v.begin() , v.end() #define pb push_back #define SZ( v ) ((int)(v).size()) #define mp make_pair #define fi first #d...
[ "luisv0909@gmail.com" ]
luisv0909@gmail.com
fefec3fb514ab638c2024058f04503f3b9477619
a0b103499250da62ef95d7f04630ed1346e0278d
/src/hardware/video/sprite_list.hpp
a1f86b8d7a9eba5aeeee28b3c98c61752b855425
[ "MIT" ]
permissive
geaz/emu-gameboy
914967a016dc2051ea7c090de754cb2b61561d4d
da8a3e6898a0075dcb4371eb772e31695300ae54
refs/heads/master
2020-07-27T01:23:15.023345
2019-10-15T05:39:31
2019-10-15T05:39:31
208,821,020
61
2
null
null
null
null
UTF-8
C++
false
false
937
hpp
#pragma once #ifndef SPRITEDATA_H #define SPRITEDATA_H #include "color_palettes.hpp" #include "../memory/mmu.hpp" namespace GGB::Hardware::Video { struct Sprite { uint16_t memAdress; uint8_t posY; uint8_t posX; uint8_t tileNr; bool palette1Selected; bool flipX;...
[ "geaz@users.noreply.github.com" ]
geaz@users.noreply.github.com
1ae536c2b214f31bce2b2726eb4d25995f99d26b
f194d2737aba37f4b5b529c6c3ffebd6cf6c1877
/skills-for-aoon/2_Tax/2_Tax.cpp
b192f599b41b8ef498e506ae7004643789cdd508
[]
no_license
Khawoat6/programming-skills-development-laboratory
229757a80e5ba57f0c890b3aca61c419cd319f6b
4238db1e5abb277b3cdf04c8e31b6d0bcaec5b9c
refs/heads/master
2020-07-01T18:34:09.698391
2019-08-23T18:15:14
2019-08-23T18:15:14
201,257,196
0
0
null
2019-08-23T18:15:16
2019-08-08T12:49:36
Python
UTF-8
C++
false
false
837
cpp
#include <iostream> using namespace std; int main() { int n=1; int tax,vat; while(n != 0) { cin >> n; if(n == 0) { break; } if(n < 100000) { tax = 0; } // 6 else if(n >= 100001 & n <= 1000000) { ...
[ "phattaraphon.c@ku.th" ]
phattaraphon.c@ku.th
e36db75b24bc81328b25bd29fabaa2845a82a831
a773b5d8091181f44e52e3bc3f964d811decfb75
/Tests/Editor/MainRenderer.cpp
16bd8a7cc0e6c9fe9709d4471d4f483298735792
[ "MIT" ]
permissive
warrantyvoids/Acid
d1bbca16ad9f7940dd5040c995334810b1cd4224
72f6d4e9ddef5ddeaa789f742d1692d27fbe163d
refs/heads/master
2020-05-19T14:17:46.304542
2019-05-05T17:21:20
2019-05-05T17:44:38
185,057,306
0
0
null
2019-05-05T16:42:40
2019-05-05T16:42:40
null
UTF-8
C++
false
false
4,659
cpp
#include "MainRenderer.hpp" #include <Fonts/RendererFonts.hpp> #include <Gizmos/RendererGizmos.hpp> #include <Guis/RendererGuis.hpp> #include <Devices/Keyboard.hpp> #include <Meshes/RendererMeshes.hpp> #include <Models/Shapes/ModelSphere.hpp> #include <Particles/RendererParticles.hpp> #include <Post/Deferred/RendererD...
[ "mattparks5855@gmail.com" ]
mattparks5855@gmail.com
98ad05bc4559f2e97fc0a0b9a18c99608a6b6fb6
a2eb57be20f547f197078a713c5892416c56c1fb
/LearnProjects/EasyCustomShader/Plugins/UsingShaders/Source/UsingShaders/Private/UsingShaders.cpp
dce575a4625aee8c3b6df348838ed8ba36aa280b
[]
no_license
haiaimi/UnrealShaders
025a9be02e97d22d584a488407fbd18224082830
54fb5c72677b76c9b23bd4a6aedf4c1b64c62a88
refs/heads/master
2022-09-23T23:37:01.798818
2022-09-21T17:37:33
2022-09-21T17:37:33
195,679,261
31
7
null
null
null
null
UTF-8
C++
false
false
894
cpp
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. #include "UsingShaders.h" #include "Paths.h" #include "IPluginManager.h" #include "ShaderCore.h" #define LOCTEXT_NAMESPACE "FUsingShadersModule" void FUsingShadersModule::StartupModule() { // This code will execute after your module is loaded into memory;...
[ "wanghai1997@outlook.com" ]
wanghai1997@outlook.com
6f1376c98612f340cd58afa42b3151cb8b2a3062
6253d5b199baa6cd0014af09640d95ea042a4a90
/SRM637/hard.cpp
80f001d0b139edc144e7c00103daaf748b31fed2
[]
no_license
Merlininice/topcoder
20a54a8f93c8f5c6b3d7a0499fef6e4a84ee27ae
c93843cbbfe4f0d9f58a4e7cb2ec1cc102dd6eec
refs/heads/master
2021-01-01T05:36:57.034693
2014-10-26T16:08:57
2014-10-26T16:08:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,057
cpp
#include <vector> #include <list> #include <map> #include <set> #include <deque> #include <stack> #include <bitset> #include <algorithm> #include <functional> #include <numeric> #include <utility> #include <sstream> #include <iostream> #include <iomanip> #include <cstdio> #include <cmath> #include <cstdlib> #include <c...
[ "merlininice.yn@gmail.com" ]
merlininice.yn@gmail.com
635d29e914ab2e31c722f0e8f31b4cfbe3b5e220
bf63af95259aaa679919f2d6c7687479ce6b3bab
/notebook/leetcode/dynamic_programming/213.house-robber-ii.cpp
435e4fac12727c45d67f356771b72601a81be3c3
[]
no_license
AIdrifter/note_shell
8bab9129839c287c19fca272df6392bd8918e852
1f19f64a9227e5ccff3f8060fb61409009b8f334
refs/heads/master
2022-01-18T09:48:54.590652
2022-01-05T06:37:33
2022-01-05T06:38:22
102,166,810
2
0
null
null
null
null
UTF-8
C++
false
false
1,303
cpp
/* * @lc app=leetcode id=213 lang=cpp * * [213] House Robber II * * https://leetcode.com/problems/house-robber-ii/description/ * * algorithms * Medium (35.12%) * Total Accepted: 107.8K * Total Submissions: 307K * Testcase Example: '[2,3,2]' * * You are a professional robber planning to rob houses along...
[ "aidrifter@gmail.com" ]
aidrifter@gmail.com
542d6f3438209b23d33f07309e0f96e57ca3bf22
3d79227cc3f1e6157cf22c3338b13bb09ef60b42
/ibrdtn/daemon/src/routing/StaticRoutingExtension.cpp
646f7b375399d56650add49530bae7b728cb48d8
[ "Apache-2.0" ]
permissive
aayushjr/ibrdtn
6cc7e0a4131e70cf036b326b28a86a5e8d7137e0
538d3abc619faa0122867bfc5bdc6a9f9647d31a
refs/heads/master
2020-12-24T09:53:07.419592
2013-07-16T14:25:08
2013-07-16T14:25:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,831
cpp
/* * StaticRoutingExtension.cpp * * Copyright (C) 2011 IBR, TU Braunschweig * * Written-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de> * * 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 Lice...
[ "morgenroth@ibr.cs.tu-bs.de" ]
morgenroth@ibr.cs.tu-bs.de
9a0a0f454d952d2f40fa81ff7375ea0e9b4e2da5
1c6a7125c8ea024050045fb18a685daadcfbcb0f
/codeforces/Codeforces-800/1466b.cpp
cbfc38e79e660e7211d92f87d1cb1799916e248f
[]
no_license
HurayraIIT/competitive-programming
0e2f40cf1cae76129eac0cd8402b62165a6c29e4
3b9bc3066c70284cddab0f3e39ffc3e9cd59225f
refs/heads/master
2022-12-10T18:33:10.405727
2022-12-06T13:15:15
2022-12-06T13:15:15
236,779,058
2
0
null
null
null
null
UTF-8
C++
false
false
1,320
cpp
/**** Bismillahir Rahmanir Rahim * Abu Hurayra (HurayraIIT) - hurayraiit@gmail.com * Jahangirnagar University - 03.01.2021 18:21:16 +06 *****/ #include <bits/stdc++.h> using namespace std; typedef long long int LL; typedef long long int int64; typedef unsigned long long int uint64; typedef pair <int, int> pii; typ...
[ "hurayraiit@gmail.com" ]
hurayraiit@gmail.com
253e8e610efc417528db8a4d4f4daa017e21790f
4837dd2ad0d7e70e7265f18aadfd58f8a006e3ff
/20181120/网络流dinic0.cpp
6eb9c0b9905eb3244116a07bb890c966268fcca2
[]
no_license
wzxchy/code_c
0c23d253e1a9ccac74649e82c391398bb904dcd8
39c4de815dd1344a5e1e15e55d8f16aea79bcab2
refs/heads/master
2020-07-27T19:18:39.421816
2019-09-18T03:34:17
2019-09-18T03:34:17
209,194,387
1
0
null
null
null
null
GB18030
C++
false
false
2,099
cpp
#include<cstdio> #include<cstring> #include<queue> #include<algorithm> using namespace std; #define INT_MAX 0x3fffffff const int MAXN=210; int map[MAXN][MAXN],n,p[MAXN];//map:邻接数组;n:点数;p:前驱数组; int dis[MAXN]; bool bfs(int start,int end)//广度优先算法寻找增光路 { memset(dis,-1,sizeof(dis)); queue<int> que;//广度优先搜索队列 que...
[ "644984436@qq.com" ]
644984436@qq.com
5c2552bef43900ea6b3adcaf940580d4da16811e
a525fe8882b952bbf0d98c21d8f7b7b1756f7952
/zenoh_ros_pubsub/member_function.cpp
f66b91b0ffc4800f473e468af6a06228af40dd92
[ "Apache-2.0" ]
permissive
codebot/zenoh_ros_examples
68d260e78439dcbe93380729415948d967524233
8bb87ebdaef6f062750ccab64663924f83b0436b
refs/heads/master
2022-12-09T23:09:36.054553
2020-08-11T08:48:06
2020-08-11T08:48:06
289,883,813
1
1
Apache-2.0
2020-08-24T09:25:46
2020-08-24T09:25:46
null
UTF-8
C++
false
false
2,704
cpp
// Copyright 2016 Open Source Robotics Foundation, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appli...
[ "methylDragon@gmail.com" ]
methylDragon@gmail.com
5b57b0fce69cb4811ec5075712eabca50faf2641
42d491d61196c2bac3e5e9d20a05dd46a48b035f
/FactoryCommonConstruct/src/bmw.cpp
6e42efff5a32e693f08df2bdc195ce6902838e46
[]
no_license
GLOCTARRR/Patterns
04db253612ebe46296ffee496be6558b04806956
82102ca4631fec1251aa471a867d0f95df32acea
refs/heads/master
2021-09-04T02:48:36.116943
2018-01-14T22:40:51
2018-01-14T22:40:51
112,924,603
0
0
null
null
null
null
UTF-8
C++
false
false
157
cpp
#include "bmw.h" namespace fabric { Bmw::Bmw() { } Bmw::~Bmw() { } void Bmw::getInfo() { std::cout << "bmw" << std::endl; } } /* namespace fabric */
[ "gloctarr@yandex.ru" ]
gloctarr@yandex.ru
9cfe7ff50e6040072c3646e4ae85d2e0398be239
d274ec610c601412d0e8fd3323e3e5d1468398de
/src/sites/geeksforgeeks/arrays/page04/FindSubArrayForGivenSum.h
76913341dabb9376bd23d4d9974b4968fc80d158
[]
no_license
avikodak/Algorithms
e600449ad4de6a7b3ac6c9e0bf994e02e5c3c519
c5789f548f5e8b39ad673e122e69a9f0d430dbdc
refs/heads/master
2020-04-30T10:10:20.737484
2014-03-20T08:00:40
2014-03-20T08:00:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,860
h
/***************************************************************************************************************** * File Name : FindSubArrayForGivenSum.h * File Location : C:\Users\AVINASH\Desktop\CC++\Programming\src\sites\geeksforgeeks\arrays\page04\FindSubArrayForGivenSum.h * Created on : Jan 8, 2014 ...
[ "avikodak@gmail.com" ]
avikodak@gmail.com
aca2da6e612c92efe25490a736e663d9912c1e26
5ec06dab1409d790496ce082dacb321392b32fe9
/clients/cpp-tizen/generated/src/ComAdobeGraniteBundlesHcImplSlingReferrerFilterHealthCheckInfo.h
a6ef527e8717f9ca5042e211b7fb189d828aef57
[ "Apache-2.0" ]
permissive
shinesolutions/swagger-aem-osgi
e9d2385f44bee70e5bbdc0d577e99a9f2525266f
c2f6e076971d2592c1cbd3f70695c679e807396b
refs/heads/master
2022-10-29T13:07:40.422092
2021-04-09T07:46:03
2021-04-09T07:46:03
190,217,155
3
3
Apache-2.0
2022-10-05T03:26:20
2019-06-04T14:23:28
null
UTF-8
C++
false
false
2,009
h
/* * ComAdobeGraniteBundlesHcImplSlingReferrerFilterHealthCheckInfo.h * * */ #ifndef _ComAdobeGraniteBundlesHcImplSlingReferrerFilterHealthCheckInfo_H_ #define _ComAdobeGraniteBundlesHcImplSlingReferrerFilterHealthCheckInfo_H_ #include <string> #include "ComAdobeGraniteBundlesHcImplSlingReferrerFilterHealthChec...
[ "cliffano@gmail.com" ]
cliffano@gmail.com
03228c70a3f14034c23496cb4c4f2465bfba64fc
3750f9e24199c13b8caff030ee600d62b55cdd1b
/Babkemon/include/mgg/babkemon/common/babkemon/slime.h
74005caca2dd12f77504d4a925234a92764dd8e1
[]
no_license
orange4glace/Babkemon_Server
814f3ab600c075e2ae0bf19f515503b4ab9ef6cb
816f4f660dfdfc9c6028dcffbd9febb9d16b61fb
refs/heads/master
2021-03-27T12:41:02.573257
2017-11-19T12:17:16
2017-11-19T12:17:16
108,437,031
0
0
null
null
null
null
UTF-8
C++
false
false
249
h
// slime.h #ifndef MGG_BABKEMON_BABKEMON_SLIME_H_ #define MGG_BABKEMON_BABKEMON_SLIME_H_ #include "..\babkemon.h" namespace mgg { namespace babkemon { namespace babkemon { class Slime : public Babkemon { public: Slime(); }; } } } #endif
[ "orange4glace@gmail.com" ]
orange4glace@gmail.com
203b84e4c1d3d8f509243aa3ec24b63c30839cbd
696e35ccdf167c3f6b1a7f5458406d3bb81987c9
/components/assist_ranker/example_preprocessing.cc
8b9dde81ba0c13fe703442113445e0a46f8253ad
[ "BSD-3-Clause" ]
permissive
mgh3326/iridium-browser
064e91a5e37f4e8501ea971483bd1c76297261c3
e7de6a434d2659f02e94917be364a904a442d2d0
refs/heads/master
2023-03-30T16:18:27.391772
2019-04-24T02:14:32
2019-04-24T02:14:32
183,128,065
0
0
BSD-3-Clause
2019-11-30T06:06:02
2019-04-24T02:04:51
null
UTF-8
C++
false
false
9,408
cc
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/assist_ranker/example_preprocessing.h" #include "base/numerics/ranges.h" #include "base/strings/strcat.h" #include "base/strings/str...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
a9fcc65dcd463269a794f8e704eccabc1ac44286
027676db2840b76864d7fb9d1ea0ef7b77ed925a
/170929-ImagePuzzle/WinAPI_Template/PuzzleUnit.h
70f498926e9894e1af5a093998bb96790fdd279d
[ "MIT" ]
permissive
PhoenixBkgs/SGA
ddda7cc7617ed5f5c913edff969050caf802acd1
e329048370b0c9867068fb8787104f42af918eca
refs/heads/master
2021-07-21T03:39:50.308426
2017-10-31T00:19:54
2017-10-31T00:19:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,386
h
#pragma once #include "ImageKomastar.h" #define PUZZLE_BORDER 2 class PuzzleUnit { // VARS private: ImageKomastar* m_imgSlide; RECT m_imgRect; int m_uId; int m_posId; bool m_isActivate; bool m_isShow; UnitSize m_puzzle...
[ "komastar.dev@gmail.com" ]
komastar.dev@gmail.com
e46580dd3ca7b188312152d4f7da9f82fee336a4
b3a86f9abffb5a6d581af1b40e08695c105e0681
/src/fslview/src/fslview/clusterbrowser.h
32761399063e879095a8ed3ee44496892debb10f
[]
no_license
fithisux/FSL
60e3e0f90430db343b3170f25a6e8b77811e6bdf
7aa2932949129f5c61af912ea677d4dbda843895
refs/heads/fsl-5.0.9
2020-12-30T16:16:32.812486
2016-01-29T18:52:06
2016-01-29T18:52:06
90,979,243
9
1
null
2017-05-11T12:56:41
2017-05-11T12:56:41
null
UTF-8
C++
false
false
1,177
h
/* FSLView - 2D/3D Interactive Image Viewer Authors: Rama Aravind Vorray James Saunders David Flitney Mark Jenkinson Stephen Smith FMRIB Image Analysis Group Copyright (C) 2002-2005 University of Oxford */ /* CCOPYRIGHT */ #if !defined(CLUSTERBROWSER_H) #define CLUSTERBROWSER_H #include...
[ "methodscorehelp@umich.edu" ]
methodscorehelp@umich.edu
5d8bfa6e12a3df59b4dd8f419754a9c391c38522
d732c881b57ef5e3c8f8d105b2f2e09b86bcc3fe
/src/module-model_obj/Curv2.cpp
2b941f123be9806f60712b866027a49e517ec0fd
[]
no_license
gura-lang/gurax
9180861394848fd0be1f8e60322b65a92c4c604d
d9fedbc6e10f38af62c53c1bb8a4734118d14ce4
refs/heads/master
2023-09-01T09:15:36.548730
2023-09-01T08:49:33
2023-09-01T08:49:33
160,017,455
10
0
null
null
null
null
UTF-8
C++
false
false
1,260
cpp
//============================================================================== // Curv2.cpp //============================================================================== #include "stdafx.h" Gurax_BeginModuleScope(model_obj) //------------------------------------------------------------------------------ // Curv2...
[ "ypsitau@nifty.com" ]
ypsitau@nifty.com
9cfbc72e077f24deac9e652b9d9cb4efc432019d
bda85baa8a27c7b3b089cf064c78d25db63cb2bb
/Searching/binary_search.cpp
a703c67c4a94869a6789402a8fbccedf5c77e30c
[ "MIT" ]
permissive
lizhengdao/Algorithms
1a071521292052d225b7bf14b515d2e50cc7b8d6
ea63a2654453f129076ee7d0041f6af3046e4dfc
refs/heads/master
2021-06-18T03:14:53.956244
2017-06-09T10:53:00
2017-06-09T10:53:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
604
cpp
#include <iostream> using namespace std; //generic binary search in array template <typename T> int binary_search(const T arr[], const int size, const T e) { int lo = 0, hi = size - 1, mid; while (lo <= hi) { mid = (lo + hi) / 2; if (e > arr[mid]) lo = mid + 1; else if (e...
[ "praharshsamria@gmail.com" ]
praharshsamria@gmail.com
35055a89ba4c935b27ca60da8bf6ae75f1e914dd
375b741a0508960fc4f45bec9e107918493bf316
/1096.cpp
278a60fa6ed2c77fec18ae2e0ec5fe2a82b98d56
[]
no_license
hrarnob07/URI-program
28b6bcb5660118196e3ed507bd229a3e3eb1282e
09497abed27f9296914dfddf3138ee0b9717df80
refs/heads/master
2020-03-11T17:55:25.553174
2018-04-19T05:06:02
2018-04-19T05:06:02
130,161,545
0
0
null
null
null
null
UTF-8
C++
false
false
153
cpp
#include<stdio.h> int main() { int n,i,j; for(i=1;i<=9;i=i+2) { for(j=7;j>=5;j--) { printf("I=%d J=%d\n",i,j); } } return 0; }
[ "hrarnob07@gmail.com" ]
hrarnob07@gmail.com
0957589cb26250752ae91141f221df99415d1476
0641d87fac176bab11c613e64050330246569e5c
/branches/maint/maint-3-2/source/i18n/gregocal.cpp
bcc82a1bfdf1a3c7ee8c0f3b4a6d5a220c4ddcf5
[ "ICU" ]
permissive
svn2github/libicu_full
ecf883cedfe024efa5aeda4c8527f227a9dbf100
f1246dcb7fec5a23ebd6d36ff3515ff0395aeb29
refs/heads/master
2021-01-01T17:00:58.555108
2015-01-27T16:59:40
2015-01-27T16:59:40
9,308,333
0
2
null
null
null
null
UTF-8
C++
false
false
49,011
cpp
/* ******************************************************************************* * Copyright (C) 1997-2004, International Business Machines Corporation and * * others. All Rights Reserved. * *****************************************************************************...
[ "ramv@251d0590-4201-4cf1-90de-194747b24ca1" ]
ramv@251d0590-4201-4cf1-90de-194747b24ca1
cda53e211d159ba8300ad24a4484fa340fff8d94
f294a65794bbec2d96d9263af9344a25fa108654
/Dependency-Based-Remote-Code-Repository-CSE687/Logger/Cpp11-BlockingQueue.h
0e32d8be0107bb3acb4eceebc39cacb19c266089
[]
no_license
achal1012/Dependency-Based-Remote-Code-Repository-CSE687
712b7876710fe14549d1672b8683442363b31edd
45e7d86ab82978768baf449e13d8b2569600f385
refs/heads/master
2020-09-22T17:44:05.153194
2016-08-29T19:58:57
2016-08-29T19:58:57
66,876,223
0
0
null
null
null
null
UTF-8
C++
false
false
3,036
h
#ifndef CPP11_BLOCKINGQUEUE_H #define CPP11_BLOCKINGQUEUE_H ////////////////////////////////////////////////////////////////////////// // Cpp11-BlockingQueue.h - Thread-safe Blocking Queue // // ver 1.1 // // Application: Project #4 Dependen...
[ "achal.velani@gmail.com" ]
achal.velani@gmail.com
45d3b2c39ee2610d199c50ec55e0a68a5e4a366a
b882cc2532782c0ec1001779c8d84e5a164ae2d3
/src/calib.cpp
3bea964480aa16bdc92f220e456b33ffdf723c65
[ "BSD-3-Clause" ]
permissive
Yuji-Ninomiya/motoman_calib
6120078ecf09da80103e054dcdf0d520c696f17f
2a66cd4fc7545676cce59df161401d392fb7a34f
refs/heads/master
2020-12-30T13:46:51.110554
2017-02-24T19:05:06
2017-05-14T16:23:16
91,257,433
0
1
null
null
null
null
UTF-8
C++
false
false
18,400
cpp
#include <ros/ros.h> #include <ros/package.h> #include <sensor_msgs/PointCloud2.h> #include <tf_conversions/tf_eigen.h> #include <tf/transform_broadcaster.h> #include <vtkVersion.h> #include <vtkPLYReader.h> #include <vtkOBJReader.h> #include <vtkTriangle.h> #include <vtkTriangleFilter.h> #include <vtkPolyDataMapper.h>...
[ "k104073r@mail.kyutech.jp" ]
k104073r@mail.kyutech.jp
4eaf14cef02d3ac2625a283979a909067e2b9113
55b599c11e844ccbecdd9953197cd0ffbae14220
/src/pixel.cpp
d5640ec0988e4e45f1b612f5b6edeb85311f2034
[]
no_license
DivCurl/NPOrb
9e09c00adaba7d4f7652b7d578b9dac9dc4ead4a
0b01bf6e3c71fad6c73b9334f50ecc3dfc9b7619
refs/heads/master
2020-03-19T17:42:53.032032
2018-10-24T23:07:24
2018-10-24T23:07:24
136,773,836
0
0
null
null
null
null
UTF-8
C++
false
false
608
cpp
#include "./include/pixel.h" using namespace std; pixel::pixel( void ) { } pixel::pixel( coord2d_t coord, rgbw_t color, uint16_t brt ) : coord( coord ), color( color ), brt( brt ) { } pixel::~pixel( void ) { } void pixel::Shift( int x, int y ) { coord.x += x; coord.y += y; /* el...
[ "mdillmann@transmarket.com" ]
mdillmann@transmarket.com
22d67cbed38a0e1123ea1be31f49addb2bdc8349
87c69454346b1550da7da37f1b7ebfe5468b587c
/protocol/串口通信/串口监视工具/vc62933476624/GUILIB/SRC/GuiMiniFrame.cpp
ea463ec917fb62cd4e7476cb70c3697a0daa66c2
[]
no_license
hnlylmlzh/cs
4305ae18d35d7fe774ae0ece263a68bea882ab6a
b45154053d46c3b3b1e912946d1acaa65e99089b
refs/heads/master
2022-03-20T17:45:10.202053
2019-04-15T08:54:05
2019-04-15T08:54:05
null
0
0
null
null
null
null
WINDOWS-1250
C++
false
false
11,936
cpp
//-----------------------------------------------------------------------// // This is a part of the GuiLib MFC Extention. // // Autor : Francisco Campos // // (C) 2002 Francisco Campos <www.beyondata.com> All rights reserved // // This code is provided "as is", with absolutely no warranty ...
[ "sunyongjie1984@gmail.com" ]
sunyongjie1984@gmail.com