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
ea0bfb611cbdbfe0d4b12a490f0db82df88b539b
63c637fc2773ef46cd22e08e3334121512c31074
/3wkSeries/Day1/ELBOW_CASES/elbow_tri/66/U
185a979009d0970bba33413a6cc309505a5a49db
[]
no_license
asvogel/OpenFOAMEducation
438f811ad47631a414f6016e643dd12792613828
a1cf886fb6f9759eada7ecc34e62f97037ffd0e5
refs/heads/main
2023-09-03T17:26:24.525385
2021-11-05T18:08:49
2021-11-05T18:08:49
425,034,654
0
0
null
null
null
null
UTF-8
C++
false
false
27,008
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 9 \\/ M anipulation | \*-------...
[ "avogel1994@gmail.com" ]
avogel1994@gmail.com
20313574e0386acc7747f1f1c69cc35a028013b1
231e075765a491fcd70a6074f939951b0199021b
/Src/Plugins/WarThunderPlugin/WarThunderPlugin/WarThunderInput.cpp
4063e02275b74ead87d6fe48ae7f37efec6555db
[ "MIT" ]
permissive
lattic/VRSimulator
3744fbe405613cb91833a16f7884ae6b1f7aa9b2
c3f8cee3f6b284343b63942ac2a92951b4c52078
refs/heads/master
2023-08-07T02:46:54.613248
2016-12-31T12:50:34
2016-12-31T12:50:34
null
0
0
null
null
null
null
UHC
C++
false
false
16,486
cpp
#include "stdafx.h" #include "WarThunderInput.h" #include <boost/property_tree/ptree.hpp> #include <boost/property_tree/json_parser.hpp> #include <boost/property_tree/xml_parser.hpp> using namespace motion; unsigned WINAPI WarThunderThreadFunc(void* arg); cWarThunderInput::cWarThunderInput() : motion::cInput(MO...
[ "jjuiddong@gmail.com" ]
jjuiddong@gmail.com
90658db74907e503cf7878833da38aa52f341d20
7a9525d2614cb0211c32d0166e2225f1f61c3aa1
/module_6/2.cpp
0e4301bd0d37b4382159bb92dd52d1d08678b863
[]
no_license
OnlyDeniko/Bioinformatics
692094845fa6792fff169e39a83d097ee9453a4b
eec22edaa7fb39d42918ea9f758433ad06a00c01
refs/heads/main
2023-01-04T19:14:03.946828
2020-11-01T17:34:46
2020-11-01T17:34:46
308,969,249
0
0
null
null
null
null
UTF-8
C++
false
false
841
cpp
// Copyright 2020 Kulandin Denis #include <bits/stdc++.h> using namespace std; int main() { int n, m; cin >> n >> m; vector<vector<int>> down(n, vector<int>(m + 1)); for(auto &i : down) for(auto &j : i) cin >> j; char x; cin >> x; vector<vector<int>> right(n + 1, vector<int>(m)); for(a...
[ "kulandin08@gmail.com" ]
kulandin08@gmail.com
90e46431149afdabe02742ab5113d134c9388ec4
f99c8d022f1dc2e807a0fa270023f9cbb7b95c57
/past problems/71A.cpp
d3e4d98fde8fb988d3bedddc67ae36779c2f13eb
[]
no_license
danivideda/cf-solutions
1827a0f4e371017a6a49d6ad308bf712015e64cb
f93019a10e3ca3f48f1900cb3793ae9deadf135a
refs/heads/master
2021-05-23T00:21:13.525322
2020-07-12T04:18:22
2020-07-12T04:18:22
253,152,789
0
0
null
null
null
null
UTF-8
C++
false
false
627
cpp
#include <bits/stdc++.h> using namespace std; char arr[110]; int main() { int n, j; cin >> n; for (int i = 0; i < n; ++i) { cin >> arr; j = 0; // variabel j akan menjadi 'ukuran / jumlah huruf' dari kata yang // akan dimasukkan nantinya while (arr[j] != 0) { j++; }...
[ "dani.videda@gmail.com" ]
dani.videda@gmail.com
bb92b2b51a56186c6b657b961a80f4152a0c4d04
cb0368e0da0d4e3053b56a4198466e6f574e7c56
/DictionaryBST/DictTremoveVis.hpp
62e2e5a43b0513e4f3a8870988735e84319e69e0
[]
no_license
brookzhcn/dp4dsDistribution
3b549284408074cc5e6452f999f6500388d6f214
1fd208307d53a58d5af4fbab57c7f21a40f3b584
refs/heads/master
2021-01-23T08:09:29.626702
2017-03-29T14:09:45
2017-03-29T14:09:45
86,476,264
0
0
null
null
null
null
UTF-8
C++
false
false
1,912
hpp
// File: DictionaryBST/DictTremoveVis.hpp #ifndef DICTTREMOVEVIS_HPP_ #define DICTTREMOVEVIS_HPP_ #include <iostream> #include "../ADictionary/ADictionary.hpp" #include "../BiTreeCSV/BiTreeCSV.hpp" #include "../BiTreeCSV/BiTCSVisEmptyVis.hpp" using namespace std; // ========= DictTremoveVis ========= template <clas...
[ "brookzhcn@gmail.com" ]
brookzhcn@gmail.com
a7d107e7c960dbde2e7770b7ec045bf296d234d1
36c31b485a5906ab514c964491b8f001a70a67f5
/Codeforces/CF 1800 - 1899/CF1811/CF1811D.cpp
db87b15060f9753e867f57ceafe462f2bb63c2e8
[]
no_license
SMiles02/CompetitiveProgramming
77926918d5512824900384639955b31b0d0a5841
035040538c7e2102a88a2e3587e1ca984a2d9568
refs/heads/master
2023-08-18T22:14:09.997704
2023-08-13T20:30:42
2023-08-13T20:30:42
277,504,801
25
5
null
2022-11-01T01:34:30
2020-07-06T09:54:44
C++
UTF-8
C++
false
false
727
cpp
// note: i hate this problem, upsolve eventually when i feel like shit #include <bits/stdc++.h> #define ll long long #define sz(x) (int)(x).size() using namespace std; const int N = 50; ll f[N]; void solve() { int n, x, y; cin >> n >> x >> y; if ((f[n] & 1) && (x == 1 || x == f[n]) && (y <= 2 || y >= f[n...
[ "mahajan.suneet2002@gmail.com" ]
mahajan.suneet2002@gmail.com
4f9559e914e13ebf40452ab0056d9fc5a5f651bb
5443d0dcbccc86d0b2f570f3c4c09cd2af3a0cea
/DlgMsg4624_Header.cpp
7811ec3609a21adc74f46d60a5a0ceb9d7f529a2
[]
no_license
radtek/master2
de0b16ab826f34be1895156b03f1bed3fbfd1ed6
de1895a34443ca4bfc97ccdedd5a785ea2f88d9e
refs/heads/master
2020-06-06T03:44:53.659782
2014-09-09T10:42:50
2014-09-09T10:42:50
null
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
4,416
cpp
// DlgMsg4624_Header.cpp : implementation file // #include "stdafx.h" #include "master.h" #include "DlgMsg4624_Header.h" #include ".\dlgmsg4624_header.h" #include "DlgSpravKdr.h" #include "DlgMsg4624_Main.h" // CDlgMsg4624_Header dialog IMPLEMENT_DYNAMIC(CDlgMsg4624_Header, CDlgWithAccelerators) CDlgMsg4624_Header:...
[ "dao1981@gmail.com" ]
dao1981@gmail.com
e0e8d14668643f9f32b17b04846df5bb864004c7
6b87b8f646ec3458cd4ab6f9997c9504692a589f
/GameEngine/BoundingBox.cpp
0e037d097e5c647949ae08b8b304cd3315e034b4
[]
no_license
Tatol10/Engine
1b2a57763beff3d31a5e676f7014a2a56ea77974
216be19afc3c5e86f8ccee861bafa8ceb7f46fbf
refs/heads/master
2022-06-24T15:09:30.970532
2020-05-06T22:15:35
2020-05-06T22:15:35
260,553,719
0
0
null
null
null
null
UTF-8
C++
false
false
846
cpp
#include "BoundingBox.h" //Aca tiene toda la informacion de las cajas de colisiones BoundingBox::BoundingBox(glm::vec2 pos, unsigned int w, unsigned int h) : boxPosition(pos), width(w), height(h), collision(false) { } float BoundingBox::GetX() { return boxPosition.x; } float BoundingBox::GetY() { return boxPos...
[ "leiva_tato@hotmail.com" ]
leiva_tato@hotmail.com
7a9263cac243953e3dce45a5756d00d09e273260
a6c493fc02f380852a334612e7a97604853c07f5
/121.买卖股票的最佳时机.cpp
a621cb8bb24490358ee9080613f6eea5ee02bfad
[]
no_license
PanAndy/leetcode-c-
e66b1f82bdf360e027feb9d363743ddb5695c1b7
5d03bb555e3c28f0348a5205ecae30e4b28cee8a
refs/heads/master
2021-04-10T21:07:40.667185
2020-08-04T09:54:24
2020-08-04T09:54:24
248,966,072
0
0
null
null
null
null
UTF-8
C++
false
false
1,190
cpp
/* * @lc app=leetcode.cn id=121 lang=cpp * * [121] 买卖股票的最佳时机 */ // @lc code=start #include<iostream> #include<vector> #include<algorithm> using namespace std; class Solution { public: int maxProfit(vector<int>& prices) { int n = prices.size(); if(n==0)return 0; vector<vector<int> > dp...
[ "1163962054@qq.com" ]
1163962054@qq.com
3acbe987aac9dba031ead1673bb3c411d8ccade3
e4d94fe5b9a7af630dce67ea06eac2989cfeb9c7
/mainview.cpp
fea4539f2a45256277694cd2d0cb73f0a519fa9a
[]
no_license
chris-hvse/SortViz
d77c37e8a047361470c084bfd59737c90fb5ef77
1e056cf1c0cb3d564dffe120d31204d77297eae1
refs/heads/master
2021-05-30T06:20:44.229687
2015-12-07T21:50:54
2015-12-07T21:50:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,634
cpp
#include "mainview.hpp" #include "sortable.hpp" #include "sortthread.hpp" #include <QGraphicsScene> #include <QGraphicsRectItem> #include <QTime> #include <QObject> #include <QDebug> #include <QGraphicsScene> #include <QRectF> #include <algorithm> #include <functional> MainView::MainView(QGraphicsScene* mainScene) : Q...
[ "kristof.havasi95@gmail.com" ]
kristof.havasi95@gmail.com
442bfdd80326545976c3adedc9a796d3dafe298d
12fa92abdac2b25bc3c7458567390d22e0f52f38
/SDLTest/SDLTest/StarterKit/Game.h
239c41c0082365c52e056f61b2ad1a6d6806ade2
[]
no_license
SoulBroCode/Software-Engineer
4e1458e99a34821ff627e7024f8a4277f1b117dd
c2685b3392cbc5ac5dac8536e1fe3027d76836f7
refs/heads/master
2021-01-10T23:53:19.910804
2017-01-12T09:07:32
2017-01-12T09:07:32
70,791,947
0
0
null
null
null
null
UTF-8
C++
false
false
1,196
h
#ifndef GAME_H #define GAME_H #include <SDL.h> #include <ctime> #include <SDL_image.h> #include <iostream> #include "ThreadPool.h" #include "Camera.h" #include "Debug.h" #include "Grid.h" #include "Map.h" #include "AStar.h" #include "LTimer.h" #include "Player.h" #include "AI.h" #include "ThreadData.h" class Game {...
[ "linhhuynh2000@gmail.com" ]
linhhuynh2000@gmail.com
b2e9c3f61a56cae96374760328d5b4026707ed8c
5d8f2a090e3461155f5a3b6bd1b38e8f59ed1062
/rasterizables/RasterizableMesh.h
f8e46b83fef948161eed9d07852ac4b555a3dab4
[ "Apache-2.0" ]
permissive
Aantonb/gotham
97ea1504bf1ac4a2d8865919aeec4a6fba077824
e3551cc355646530574d086d7cc2b82e41e8f798
refs/heads/master
2021-01-18T06:56:11.690181
2012-01-26T01:25:44
2012-01-26T01:25:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,217
h
/*! \file RasterizableMesh.h * \author Jared Hoberock * \brief Defines the interface to a Mesh * class which implements Rasterizable. */ #ifndef RASTERIZABLE_MESH_H #define RASTERIZABLE_MESH_H #include "Rasterizable.h" #include "../surfaces/Mesh.h" template<typename MeshParentType> class Rasterizable...
[ "jaredhoberock@gmail.com" ]
jaredhoberock@gmail.com
392f7cf54beb466004f1409a6eb312f413de6761
2ba94892764a44d9c07f0f549f79f9f9dc272151
/Engine/Source/Editor/UnrealEd/Private/Animation/EditorAnimSegment.cpp
12f605d3b5141010d38a95391e8c96a75b4fd144
[ "BSD-2-Clause", "LicenseRef-scancode-proprietary-license" ]
permissive
PopCap/GameIdea
934769eeb91f9637f5bf205d88b13ff1fc9ae8fd
201e1df50b2bc99afc079ce326aa0a44b178a391
refs/heads/master
2021-01-25T00:11:38.709772
2018-09-11T03:38:56
2018-09-11T03:38:56
37,818,708
0
0
BSD-2-Clause
2018-09-11T03:39:05
2015-06-21T17:36:44
null
UTF-8
C++
false
false
2,927
cpp
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimMontage.cpp: Montage classes that contains slots =============================================================================*/ #include "UnrealEd.h" #include "UnrealType...
[ "dkroell@acm.org" ]
dkroell@acm.org
46deef0ee98e4a7096300ea0efbcec09c0511284
c7462fd3e5093c31f54481824d1135c0f6975c14
/qt-ticket/include/useruletabledelegate.h
fd2558134441c4125129be5c44c58f025d272649
[ "Apache-2.0" ]
permissive
waitWindComing/qt-ticket
a40c39ee8cee089f9f0e28b493b32360f712403f
c8401679b7265785ec8c7e97eea7e1e37631f37d
refs/heads/master
2021-01-20T04:26:01.494480
2017-04-28T09:48:50
2017-04-28T09:48:50
89,691,035
0
0
null
null
null
null
UTF-8
C++
false
false
509
h
#ifndef USE_RULE_TABLE_DELEGATE_H #define USE_RULE_TABLE_DELEGATE_H #include <QStyledItemDelegate> class UseRuleTableDelegate : public QStyledItemDelegate { Q_OBJECT public: UseRuleTableDelegate(QObject *parent = 0); void paint ( QPainter * painter, const QStyleOptionViewItem & option, const QModelIndex ...
[ "wwindcoming@163.com" ]
wwindcoming@163.com
5b49850c06af828bc4b7beb3a6d5c99368421421
ae25fa735ec1e5c0aa002cc22e1658376972d17c
/src/server/metadata-server.hpp
4de8fd6d88a6d4f44256c414bc7e5025f98a92f7
[ "BSD-3-Clause" ]
permissive
TailinZhou/non_iid_dml
889917f48f990cfe628ab45b9d3f6f39131d4981
ddc3111a355f62877cafbbba03998f203d1350e5
refs/heads/master
2023-01-02T12:16:04.996046
2020-10-22T19:18:41
2020-10-22T19:18:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,893
hpp
#ifndef __metadata_server_hpp__ #define __metadata_server_hpp__ /* * Copyright (c) 2016, Anonymous Institution. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistribut...
[ "kevhsieh@microsoft.com" ]
kevhsieh@microsoft.com
65c2c34ecf8200d4ac20e42f97de53345c175ec8
edda6e95eed07a47a3fb0fafeccd655bb176f411
/1065 - Even Between five Numbers.cpp
e4274bb984df59380e1692184fe7c4974169fe4d
[]
no_license
diaaserag/URI-ONLINE-JUDGE-
067481bcf72afb84096f4ba943ed3fb6f6cbc7b6
70e43288e73642ed667bbdedf15a18aa219609b6
refs/heads/main
2023-07-11T04:52:24.882819
2021-08-12T12:41:12
2021-08-12T12:41:12
395,310,505
0
0
null
null
null
null
UTF-8
C++
false
false
382
cpp
// main.cpp // answer 1065 - Even Between five Numbers uri online judge // solved by diaa serag // Try hard before using other programmers' codes #include<iostream> using namespace std; int main() { int x=5,z,c=0; while(x--) { cin>>z; if(z%2==0) { c++; }...
[ "diaaserag55@gmail.com" ]
diaaserag55@gmail.com
ee39835e8562e6f48d0a976e35bc68e027258fc3
008424970e728f3c68407746d10be9656f36387c
/Main.cpp
ff495ccdf5e0a0b19fae693562301924dd6b23bd
[]
no_license
xintrea/OpenCvMinRectangleDetect
ea3c4599dc7e6beb9f34a1d9ffc4b8cc941e8a2c
920d8ed85136105baeb064aa443602bf97808ae6
refs/heads/master
2021-08-19T22:25:57.954247
2017-11-27T15:45:40
2017-11-27T15:45:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,483
cpp
#include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <iostream> #include "Main.h" using namespace std; void detect(cv::Mat &image) { if(image.empty()) { std::cerr << "Could not load image"; return; } // Цветное изображение в отте...
[ "xintrea@gmail.com" ]
xintrea@gmail.com
75b69d53e182fafe3e45eca1e2590c0fd4d308a9
22ad2ffe61066572fd3c09e0d242bf8e88391a34
/quicksort.cpp
13f38c5aab512d01bc20a4d1c173c0527dd753ea
[]
no_license
rishi-hi-5/codes
5e52e7c55dcda365f7daf9fb108fde62f2408065
9ab8b11a702fd7a39a694a3bfa3fa5641fe61400
refs/heads/master
2021-01-10T05:14:02.091265
2018-02-22T14:53:13
2018-02-22T14:53:13
52,864,061
0
0
null
null
null
null
UTF-8
C++
false
false
690
cpp
#include<iostream> #include<cstdio> using namespace std; int a[10]; int partition(int left,int right) { int i,j,swape; i=left; j=right; int pivot=a[(left+right)/2]; while(i<=j) { while(a[i]<pivot) i++; while(a[j]>pivot) j--; if(i<=j) { swape=a[j]; a[j]=a[i]; a[i]=swape; i++;j--; } } ...
[ "rishikeshfanse@gmail.com" ]
rishikeshfanse@gmail.com
3d31f1e6c9a7d05df277f920f3a379849eb1152a
0f2a464d2fafb529a807a57317ee9b7645045872
/extern/privdev18-ak2-cbmc-gc/src/cbmc-gc/circuit_creator.h
3d970860faa50ba5d2de11abf9514fbe8ae84133
[ "MIT" ]
permissive
danguenther/spfe-framework
72cb40bfc449145dff9df36cddd9add8f6a2c39e
c0455de2d5ad5163b09e6cb21f040e213868e805
refs/heads/master
2023-05-01T21:27:24.604744
2023-04-11T21:40:54
2023-04-11T21:40:54
204,288,690
0
0
null
null
null
null
UTF-8
C++
false
false
6,316
h
#ifndef CBMC_GC_CIRCUIT_CREATOR_H #define CBMC_GC_CIRCUIT_CREATOR_H #include <solvers/prop/prop.h> #include <solvers/flattening/boolbv_map.h> #include <util/arith_tools.h> //================================================================================================== class simple_circuitt; struct mpc_variable_i...
[ "joachim.schmidt557@outlook.com" ]
joachim.schmidt557@outlook.com
7def24e42037be832eae913c691960f9a9fc3815
cbcd3b83bc5dde390346ed19bc58bcfdf280fb66
/HelloYahtzee.cpp
08179d1ce12cfea65189c0debe33b87e063fdd2e
[]
no_license
pwilkins05/CS246-Assignment
e1165412911453e3cfb3382ea81139648b4ac2e7
f1442e10567fad9369c6bfd055e008403b909a67
refs/heads/master
2016-09-01T18:29:46.166928
2014-02-25T02:47:19
2014-02-25T02:47:19
16,552,646
0
0
null
2014-02-10T21:40:41
2014-02-05T17:46:45
C++
UTF-8
C++
false
false
118
cpp
#include <iostream> using namespace std; int main() { cout << "Hello Yahtzee Player!" << endl; return 0; }
[ "mpre55@comcast.net" ]
mpre55@comcast.net
628e6a20004dc34e7552ed5417be45dbf4aa8a9b
c30d20ffd5522d4fe3e9fca3fb30e19931ab9e97
/Versionen/2021_06_08/rmf_ws/install/rmf_building_map_msgs/include/rmf_building_map_msgs/msg/detail/place__type_support.cpp
9124017f6a7f49eb47dde55129a8ed157075c866
[ "MIT" ]
permissive
flitzmo-hso/flitzmo_agv_control_system
557f1200c0f060264e4d6ea688e104cabd9d0568
99e8006920c03afbd93e4c7d38b4efff514c7069
refs/heads/main
2023-06-19T08:18:30.282776
2021-07-09T18:05:09
2021-07-09T18:05:09
358,238,668
0
2
null
null
null
null
UTF-8
C++
false
false
6,291
cpp
// generated from rosidl_typesupport_introspection_cpp/resource/idl__type_support.cpp.em // with input from rmf_building_map_msgs:msg/Place.idl // generated code does not contain a copyright notice #include "array" #include "cstddef" #include "string" #include "vector" #include "rosidl_runtime_c/message_type_support_s...
[ "aline.schaub@web.de" ]
aline.schaub@web.de
467d56985d6c6f0478708a09c87770b9edcfbf11
b83b7a76df3c581fcbb91ffe2f617a7fd1950a8b
/src/cluster-tree-helpers/node-stats.hh
187851e0a6040e994dbecbecf8c7b9bf86288095
[]
no_license
hyperair/knn
b120f56c90c102806c683bdf38f2d230bab57999
efa7ef3f39af98c16ccd179145abde8d76c8248e
refs/heads/master
2021-01-19T09:44:31.929737
2012-03-16T06:20:11
2012-03-17T17:55:30
3,546,236
0
0
null
null
null
null
UTF-8
C++
false
false
870
hh
#ifndef CTH_NODE_STATS_HH #define CTH_NODE_STATS_HH #include <metrics.hh> #include <cluster-tree.hh> #include <vector> namespace knn { namespace cluster_tree_helpers { // Helper class to compute node localities class node_stats { public: typedef cluster_tree::nodept...
[ "hyperair@debian.org" ]
hyperair@debian.org
bb6af21d8a96ef1432afa1a1a987e3baf6dd2c82
867167bcf80d7195622eb3bc2a1ffe1900d678f2
/src/script/namer.hpp
3101470484d6eb78547f6e0ea30dad26d6d9f00c
[ "BSD-2-Clause" ]
permissive
LePtitDev/lite-script
4cfc4362385bef4ab10ccee2625e39d5eeaf572e
2bd3233586737b6e53d5748b03cc21d53702a6c2
refs/heads/master
2021-01-22T06:18:46.818601
2017-10-19T12:02:34
2017-10-19T12:02:34
92,537,513
6
0
null
null
null
null
UTF-8
C++
false
false
3,768
hpp
///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// /* Copyright (C) 2017 LePtitDev All rights reserved. This software may be modified and distributed under the terms of the BSD license. See the LICENSE file for de...
[ "perso@leptitdev.com" ]
perso@leptitdev.com
9cbb284ba0b55127a21f4a811866e16025d5c841
8de313497e44dce303a75c827af2288f57a8c19e
/src/01.HW/library/happyhog/H3FileSystem.cpp
205679c35b28f6a640012c75ad64c94aef35df0f
[]
no_license
MyHappyHog/ProjectPrototype
49d4c271a84c230cd39049d363a46ddba276f133
161741584cee306594680115e65acba2e9d0eae1
refs/heads/master
2021-01-17T10:09:56.355681
2016-06-02T03:42:23
2016-06-02T03:42:23
41,733,994
2
0
null
2016-05-28T00:33:38
2015-09-01T11:14:01
Swift
UTF-8
C++
false
false
1,003
cpp
#include "FS.h" #include "H3FileSystem.h" H3FileSystem::H3FileSystem() : H3FileSystem(false) { } H3FileSystem::H3FileSystem(bool formatting) { spiffsReady = false; if (formatting && !SPIFFS.format()) { return ; } if (!SPIFFS.begin()) { return ; } } H3FileSystem::~H3FileSystem() { }; bool H3FileSystem::downl...
[ "sloth@kookmin.ac.kr" ]
sloth@kookmin.ac.kr
c46c67358625ffb95f930f95ddcb4e80c00080b5
f9dea5bc1854b47f5a529665927c8dfe60fb4516
/source/FaceList.h
b38b48c89dd537b0f1fa35f8c04d616295fecf70
[ "BSD-3-Clause" ]
permissive
marcellus-trixus/duel6r
9d0ff7085a236da9370c2b05e1bbeb45e4ef4a66
ee469eca1fe4f7332e4c4930c95128dc508f1356
refs/heads/master
2020-12-26T05:01:24.415775
2015-07-23T14:31:22
2015-07-23T14:31:22
37,579,270
2
0
null
2015-07-23T14:31:22
2015-06-17T07:22:48
C++
UTF-8
C++
false
false
2,519
h
/* * Copyright (c) 2006, Ondrej Danek (www.ondrej-danek.net) * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright * notice, ...
[ "ondrej.danek@gmail.com" ]
ondrej.danek@gmail.com
6811f45c35cad2185250e1c0e1a3a3315405be67
bf09b499edc5bf2e47a43c7c2dd4cd4bcc53255b
/App/UserApp/QCCheck.h
fe7f0fe935254d51fd8af588899676237c7da17d
[]
no_license
15831944/SmartISO
95ab3319f1005daf9aa3fc1e38a3f010118a8d20
5040e76891190b2146f171e03445343dc005d3be
refs/heads/main
2023-04-12T19:06:21.472281
2021-05-03T04:12:59
2021-05-03T04:12:59
null
0
0
null
null
null
null
UHC
C++
false
false
7,999
h
// QCCheck.h: interface for the CQCCheck class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_QCCHECK_H__B2422C9F_12AB_4EA4_94E7_F5C5DC5F48BF__INCLUDED_) #define AFX_QCCHECK_H__B2422C9F_12AB_4EA4_94E7_F5C5DC5F48BF__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC...
[ "humkyung@atools.co.kr" ]
humkyung@atools.co.kr
57dfb57abf79fc4f287995be559aed1f234702c0
4fa75a533cb92a496e9bbfa97197558356c020a4
/src/recoder/AllocRecordOutputPipe.h
b9059538f54a069f3f207b07ccd0eefa2a56fc6b
[]
no_license
yhchen/allocTrace
e009e7b40f2428a037d8364683e66ecfd18ce3ea
c26eac785c56006efcf8f94718f1a4980221952c
refs/heads/master
2021-01-11T08:27:49.222274
2017-10-10T16:38:08
2017-10-10T16:38:08
72,294,470
1
0
null
null
null
null
UTF-8
C++
false
false
1,110
h
#ifndef __ALLOC_TRACE_ALLOCRECODEROUTPUTPIPE_H__ #define __ALLOC_TRACE_ALLOCRECODEROUTPUTPIPE_H__ #include "os/pipe/NamedPipe.h" #include "os/Thread.h" #include "os/Lock.h" #include "packet/HeapAllocDataPacket.hpp" namespace alloctrace { namespace recoder { using namespace alloctrace::os; using namespace alloc...
[ "myself559@gmail.com" ]
myself559@gmail.com
7455544fe3d3976bf2f4c69c3696508afc9f9bc9
e9c56da7a05a6fdeed9b1282eed20577e64c9df6
/src/solvers/finitevolume.hpp
b5a96afbadc318f24c9684d7fe355274e7d65214
[]
no_license
pezzus/conslaw2d
940a0a4c6bb8eedcf851fb8faedab622d13aac89
be3b022bb9c18fc9e1be525757255645e3976dc6
refs/heads/master
2020-11-27T19:06:54.174668
2019-12-22T15:06:33
2019-12-22T15:06:33
229,571,822
0
0
null
null
null
null
UTF-8
C++
false
false
9,769
hpp
#ifndef _FINITEVOLUME_HPP #define _FINITEVOLUME_HPP // Libreria per la Mesh #include <solvers/finitevolume/mesh_finitevolume_traits.hpp> #include <cmath> #include <iostream> #include <string> #include <iomanip> namespace ConservationLaw2D { /*! \namespace Solver \brief Namespace dei solutori */ namespace Solver { ...
[ "simone@pezzu.it" ]
simone@pezzu.it
c6d3381b0b12c641747cfc5f18fc0a2d7f15ebbb
b3d7c5a42588206c892b3810bbeba5e565b63fe1
/enigma-parser/enigma/tokens/FileStartToken.h
30f0105cfabef8984c70e87e45273593333ed146
[]
no_license
Fifty-Nine/enigma-parser
f439357db8e9749b99477cd90b236fec12987aa9
6aa7828181a4930e966a08a4a04eadbdad732655
refs/heads/master
2021-01-20T05:04:29.826226
2014-01-13T00:31:28
2014-01-13T00:31:51
2,417,816
0
0
null
null
null
null
UTF-8
C++
false
false
462
h
#ifndef ENIGMA_TOKENS_FILE_START_TOKEN_H #define ENIGMA_TOKENS_FILE_START_TOKEN_H #include "enigma/tokens/Token.h" namespace enigma { namespace tokens { class FileStartToken : public Token { public: FileStartToken(const FileSpan& loc); virtual FileStartToken *clone() const; virtual QString toString(...
[ "tim.prince@gmail.com" ]
tim.prince@gmail.com
7e4eb5b42b356551bb5fec99cc92aa0de47f5fc4
159c066e30e650dd1fba1acaa2968511c6655188
/verifyWidget/main.cpp
85f8511cccbe353e662cc6d4b0d14dce0609d0dc
[ "MIT" ]
permissive
bright-spark/hypercube-all
e43b35693cb011c805ea38a5b6f81342c2a3b0c7
1e46458e7b0e407224266347e8190ca88c6bc763
refs/heads/master
2021-01-22T21:33:20.706891
2013-04-15T05:26:27
2013-04-15T05:26:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,292
cpp
// // VerifyWidget // // Created by Danny Espinoza on 7/14/07. // Copyright 2007 Mesa Dynamics, LLC. All rights reserved. // #include <iostream> using namespace std; int getWidgetVersion(); char* data = NULL; int main( int argc, char* const argv[]) { if(argc == 3) { int version1 = 0; char version[256];...
[ "despinoza@gmail.com" ]
despinoza@gmail.com
736d4d2a6b8a3618b233598288081c00411d874c
3171a3caa9fca24bb43a9627979caa875c26e203
/self_practice/UF.cpp
9d9e1a235dc682ad9ad514d9aea91a35847ef738
[]
no_license
chaitanya100100/Data-Structures-and-Algorithms
66898191ffed5131d27ed154bcd6179af251e9a7
e9b98817e361c7a1dded16566a6026d1ec1c135d
refs/heads/master
2023-03-04T23:40:17.484884
2023-02-20T03:11:14
2023-02-20T03:11:14
90,625,691
5
1
null
null
null
null
UTF-8
C++
false
false
1,020
cpp
#include<iostream> #include<stdio.h> #include<stdlib.h> #include<string.h> using namespace std; class UnionFind { private: int* id; int n; public: UnionFind(int v) { n=v; id = new int[v]; for(int i=0; i<v; i++) ...
[ "chpatel@DN51t45u.SUNet" ]
chpatel@DN51t45u.SUNet
972e70737cbbf9c8acf400e7209b96677b1eb9d3
2b2da3c294d188fa7c2795364ab26859e29ffb87
/OFSample-Windows/depends/dwinternal/framework2015/duifw/widgets/richedit/textcopypastehandler.cpp
09106c52a9cc30bae8c573c1164e0d7cf84cf2e7
[]
no_license
JocloudSDK/OFSample
1de97d416402b91276f9992197bc0c64961fb9bd
fa678d674b3886fa8e6a1c4a0ba6b712124e671a
refs/heads/master
2022-12-28T05:03:05.563734
2020-10-19T07:11:55
2020-10-19T07:11:55
294,078,053
4
2
null
null
null
null
UTF-8
C++
false
false
3,207
cpp
#include "stable.h" #include "textcopypastehandler.h" #include "duitextedit.h" #include "duitextcursor.h" const char KTextStart[] = "[Text]"; const char KTextEnd[] ="[/Text]"; YYTextCopyPasteHandler::YYTextCopyPasteHandler( DuiTextEdit *parent /*= NULL */ ) : QObject(parent) , DuiTextEditCopyPasteHandler(parent) { }...
[ "chenshibiao@yy.com" ]
chenshibiao@yy.com
f391bfcc76e9a3df78ca01ba4fa2b1fa86b92045
dffbac96830c8a8be78099f5a93a20ede41f4529
/922/b.cpp
1a5bbf34b0c57a89e269efed7493f7a9b16a008d
[]
no_license
chq-matteo/codeforces
31688666aaa1c61cc49a47fa3f6387c8038bc637
97c69bcb11fbb0d0700ddb110c99a08c34d953bf
refs/heads/master
2021-01-20T21:32:19.894140
2018-03-04T20:59:53
2018-03-04T20:59:53
101,768,959
1
0
null
null
null
null
UTF-8
C++
false
false
398
cpp
#include <iostream> using namespace std; int main() { int n; int ans = 0; cin >> n; for (int c = n; c >= 1; c--) { for (int b = c; b >= 1; b--) { int a = c ^ b; if (a <= b and a + b > c and a + c > b and a >= 1) { ans += 1; // cout << a << ...
[ "chq.matteo@gmail.com" ]
chq.matteo@gmail.com
a8d91aed4e39e826a75e1a55bbd6eb807417da2d
612325535126eaddebc230d8c27af095c8e5cc2f
/src/net/http/http_network_transaction.h
8faacfcfc5cc8508b052a0db98940e65f56a99db
[ "BSD-3-Clause" ]
permissive
TrellixVulnTeam/proto-quic_1V94
1a3a03ac7a08a494b3d4e9857b24bb8f2c2cd673
feee14d96ee95313f236e0f0e3ff7719246c84f7
refs/heads/master
2023-04-01T14:36:53.888576
2019-10-17T02:23:04
2019-10-17T02:23:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,743
h
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_HTTP_HTTP_NETWORK_TRANSACTION_H_ #define NET_HTTP_HTTP_NETWORK_TRANSACTION_H_ #include <stdint.h> #include <memory> #include <...
[ "2100639007@qq.com" ]
2100639007@qq.com
3ae970867a1948cca30fff400071cd09c63d0f4d
3dd770f52f8266bae323ffbc20698d3c89b56971
/engine/render/camera.cpp
8dbe0df72d92f5cbe903085941c3c21b334e1b2d
[ "Apache-2.0" ]
permissive
debroejm/SwarmEngine
3ed77cfb858842b63af23705fcc6ae7790734b6a
911948b1999f8bfef19fd0a234e761dd2c53b803
refs/heads/master
2020-04-12T02:29:02.924984
2017-06-04T00:50:31
2017-06-04T00:50:31
51,348,666
2
0
null
2017-06-04T00:50:31
2016-02-09T05:33:06
C++
UTF-8
C++
false
false
3,664
cpp
#include "RenderInternal.h" #include "api/Logging.h" #include <glm/gtc/matrix_transform.hpp> using namespace Swarm::Logging; #define PI 3.14159265358979323846f namespace Swarm { namespace Render { std::set<CameraInternal*> registered_cameras; Util::ReadWriteBuffer<CameraPosition> _st...
[ "debroejm@plu.edu" ]
debroejm@plu.edu
c6f4fe373c440e0cf5fdc57f131d800407a717ba
07327b5e8b2831b12352bf7c6426bfda60129da7
/Include/10.0.14393.0/um/sensorsclassextension.h
9e670597d60856b23a14d799501cf3df90ebf43d
[]
no_license
tpn/winsdk-10
ca279df0fce03f92036e90fb04196d6282a264b7
9b69fd26ac0c7d0b83d378dba01080e93349c2ed
refs/heads/master
2021-01-10T01:56:18.586459
2018-02-19T21:26:31
2018-02-19T21:29:50
44,352,845
218
432
null
null
null
null
UTF-8
C++
false
false
21,664
h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 8.01.0618 */ /* @@MIDL_FILE_HEADING( ) */ /* verify that the <rpcndr.h> version is high enough to compile this file*/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR...
[ "trent@trent.me" ]
trent@trent.me
44618d38aa480747cf4e2439409e48b8dcfe0b02
7e8993756dd9b396b62edfe35881c770bd72dd17
/Robot/Robot.ino
be8a49a436911f81523b5a05ed6023baa90fee22
[]
no_license
ben60501/reimagined-spork
792c5657f6133adac48064ef9760946e6118f757
313e0a8f373cc3bcb5101238b5ce2524561da54c
refs/heads/master
2021-01-20T01:22:52.511449
2017-05-04T18:03:43
2017-05-04T18:03:43
89,267,809
0
0
null
null
null
null
UTF-8
C++
false
false
1,426
ino
const int lf = 13; const int lb = 12; const int rf = 11; const int rb = 10; const int fTrig = 22; const int fEcho = 23; const int lTrig = 24; const int lEcho = 25; void setup() { // put your setup code here, to run once: pinMode(lf, OUTPUT); pinMode(lb, OUTPUT); pinMode(rf, OUTPUT); pinMode(rb, OUTPUT); ...
[ "ben6501@gmail.com" ]
ben6501@gmail.com
9b2da7d69ff5985ae59a29193093b2a0278a8850
e56275a0a4732d1f35523329b224b6bf89d7db4e
/cyanchat.cpp
be2d401ce87e43408c426cd686df5f7e16870d7b
[]
no_license
NadnerbD/QtCyanChat
cdf1f0eb4cd266a22d4817f9507f26cd5f3d9282
d86470d11de82e9dccd0084802045b35fd3cc147
refs/heads/master
2021-07-16T11:29:09.622915
2021-07-02T04:19:31
2021-07-02T04:19:31
3,239,215
0
0
null
null
null
null
UTF-8
C++
false
false
29,817
cpp
#include "pmwidget.h" #include "cyanchat.h" #include "options.h" #include "ui_cyanchat.h" #include <QCommandLineParser> #ifdef Q_OS_WIN QString CyanChat::verString = "qt_cc " + QString(CC_VERSION) + " (NadCC) Windows build"; #endif #ifdef Q_OS_LINUX QString CyanChat::verString = "qt_cc " + QString(CC_VERSI...
[ "brendandorr@gmail.com" ]
brendandorr@gmail.com
eb649e6c4190b655e41e5f8d624cf663fcf1920b
9653215b893f9f7aa16ae7bbb13ff7ac24f30425
/D1_oop69_test_relay2/src/relay2/D1_class_Relay2.h
a28def01026d06a99f2b27a4d9369cba86284085
[]
no_license
khartinger/D1mini_oop
865bb1f840d6a911f57fca1621713c73917677d8
fd6def647f989f4f4b83228a727d2efdb3367294
refs/heads/master
2023-04-28T17:29:01.545659
2023-04-13T08:47:25
2023-04-13T08:47:25
87,716,129
0
1
null
null
null
null
UTF-8
C++
false
false
2,236
h
//_____D1_class_Relay2.h______________________181026-201104_____ // D1 mini class for switching a relay and measuring // the current (by Analog In) // Class can be used with or without measuring the current: // on, off, toggle ............... switch the relay directly // lampOn, lampOff, lampToggle ... measure current,...
[ "karl@hartingers.at" ]
karl@hartingers.at
780283cfa8eb8b9e71bba82bc3bea5fbd3854b76
35f72ecafb4ad6b013eb629a965abd75ef0a082a
/日常/9-28/005.cpp
3ce2b63725cd6b50c7b1226b136d049d6fbf36ac
[]
no_license
cdegree/ACM
d8d478d789a4f57acd2f340e956d5b7a46f33f8f
42038ec0cbf99120e8416eed18b8a30dc6873947
refs/heads/master
2021-01-18T21:25:43.017457
2016-04-06T09:16:41
2016-04-06T09:16:41
29,577,653
0
0
null
null
null
null
UTF-8
C++
false
false
1,733
cpp
#include<stdio.h> #include<string.h> #include<algorithm> #define lson l , m , rt << 1 #define rson m + 1 , r , rt << 1 | 1 using namespace std ; const int maxn = 1111111 ; int max ( int a , int b ) { return a > b ? a : b ; } int p[maxn] ; void get_p (const char *T){ int len=strlen(T),a=0; int i , k ; ...
[ "316403398@qq.com" ]
316403398@qq.com
669fe9163ffdc0456452fcffe921a02598c6a526
948962de82c52f39787f3aaa38191c893180ae13
/bantugit/init.h
1a351ea332c14acbe919b960334da69564960609
[]
no_license
anuragkalia/bantugit
65c2db539fee03005d4353877cf14cf0b8680e15
5828afe937b418b88f45f063d838e1ea1cd2e0a9
refs/heads/master
2021-01-13T01:37:27.842112
2014-12-08T09:23:24
2014-12-08T09:23:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
305
h
#ifndef __INIT_H #define __INIT_H #include "multiboot.h" typedef int __guard; extern "C" int __cxa_guard_acquire(__guard *); extern "C" void __cxa_guard_release(__guard *); //extern "C" void __cxa_guard_abort(__guard *); namespace myos { void system_init(multiboot_info_t *mbd); } #endif //__INIT_H
[ "anurag.kalia@outlook.com" ]
anurag.kalia@outlook.com
b60fa7d2d9da1516c9b7d91b82d9c288f2245970
4bad12151374cee855ac846fb65d704f836e8266
/ATKStereoLimiter/app_wrapper/app_main.h
f57c2a44638b61e9abe755e37c08e8ef5b82d57e
[ "BSD-3-Clause" ]
permissive
mbrucher/ATK-plugins
9b6bf8df6de9046ae149685a8dbd0d3a33150946
6ca0f1edae8cfeee7404e82df82b519f01af3d1a
refs/heads/master
2021-01-17T03:26:21.902827
2018-02-18T13:52:53
2018-02-18T13:52:53
20,577,959
47
9
null
null
null
null
UTF-8
C++
false
false
4,139
h
#ifndef _IPLUGAPP_APP_MAIN_H_ #define _IPLUGAPP_APP_MAIN_H_ #include "IPlugOSDetect.h" /* Standalone osx/win app wrapper for iPlug, using SWELL Oli Larkin 2012 Notes: App settings are stored in a .ini file. The location is as follows: Windows7: C:\Users\USERNAME\AppData\Local\ATKStereoLimiter\settings.ini W...
[ "matthieu.brucher@gmail.com" ]
matthieu.brucher@gmail.com
a7c4e656d75a7e63c12dc5950018527cbcc39f00
dc4a282b7e604cb288375e7e2876ef36b6721aa8
/boj/2087/2087.cpp
6d74a4db3f1217eeb5127c15f8949a3960e6566d
[]
no_license
yjbong/problem-solving
89be67ba24ad7495d82dcb0788dd7db1b849996a
c775271098daa05fcac269fd15de502e60592d49
refs/heads/master
2023-04-02T18:47:22.920512
2023-03-21T17:28:02
2023-03-21T17:28:02
70,111,700
0
0
null
null
null
null
UTF-8
C++
false
false
1,615
cpp
#include <cstdio> #include <algorithm> using namespace std; int a1[20]; int a2[20]; typedef struct _a{ int id; int sum; }ii; ii s1[1<<20]; ii s2[1<<20]; bool cmp1(ii i, ii j){ return (i.sum<j.sum); } bool cmp2(ii i, ii j){ return (i.sum>j.sum); } int main(void){ int n; scanf("%d",&n); fo...
[ "yj24.bong@gmail.com" ]
yj24.bong@gmail.com
583b80cf993e145eb7ad34a0aa18d087cb237983
2dc47384a9168f835eaa5736d08c77ea1dded343
/dlgbuildpackage.h
d0c2a1c9b5d66705635dcefecd6a7fa4d19424d5
[]
no_license
tbikfalvi/VTITestManager
87f72750ce579cd00a77931fa5bd03fafc3f80a1
cbe3abfb10d101317476da55e5b386159f8e725e
refs/heads/master
2021-01-16T18:46:14.557067
2014-02-24T15:58:27
2014-02-24T15:58:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,042
h
#ifndef DLGBUILDPACKAGE_H #define DLGBUILDPACKAGE_H #include <QDialog> #include <QProcess> #include <QModelIndex> #include <QTreeWidgetItem> namespace Ui { class dlgBuildPackage; } class dlgBuildPackage : public QDialog { Q_OBJECT public: explicit dlgBuildPackage(QWidget *parent = 0); ~dlgBuildPacka...
[ "tbikfalvi@gmail.com" ]
tbikfalvi@gmail.com
1d79d6e475051df9f196d68b23cec4b3b5943005
306232bfafeb2b88e353c4ffa7fd9946654b15d8
/Engine/GL/Texture2D.cpp
1fac48022fc0c639db1929a2c40937dd417934a6
[ "Zlib" ]
permissive
Aloalo/Trayc
35b9f1161e64d84e1ac35df0f03b46422af2b9a5
048e36934b1b4dc87449feaf6f89b0161b2d08af
refs/heads/master
2020-04-12T02:22:36.696046
2019-06-01T11:38:09
2019-06-01T11:38:09
26,697,097
0
1
null
null
null
null
UTF-8
C++
false
false
1,340
cpp
#include <Engine/GL/Texture2D.h> #include <GL/glew.h> using namespace std; using namespace glm; namespace engine { Texture2D::Texture2D(const char *file, bool mipmaps, TextureType type) : Texture(GL_TEXTURE_2D) { InitFromFile(Target(), file, mipmaps, type); } Texture2D::Texture2D(voi...
[ "ratkovic.jure@gmail.com" ]
ratkovic.jure@gmail.com
66c90a24d8d82f80b684323de79b7ebc8d8e4bb7
cf3f075bd3504e6b8e3d2b3227cc242f0508a74a
/qmlcfmbusmulticfmdemo/third-part/qxpack/indcom/afw/qxpack_ic_confirmbus.hxx
28877f7afdd08fcc18e758e045650d284540ebc0
[]
no_license
liuzitong/demos
91e27a52186014788f47883c1205c50a6a137487
9afea1317cb88377752470ba7815f16cd6da23f8
refs/heads/master
2022-08-23T14:59:34.692652
2020-05-20T03:25:47
2020-05-21T05:51:42
265,776,097
0
0
null
null
null
null
UTF-8
C++
false
false
6,324
hxx
// //////////////////////////////////////////////////////////////////////////// /*! @file qxpack_ic_confirmbus @author night wing @date 2019/4, 2019/05, 2019/11 @version 0.1.2.0, 0.2.0.0 */ // //////////////////////////////////////////////////////////////////////////// #ifndef QXPACK_IC_CONFIRMBUS_HXX #d...
[ "liu.zi.tong@hotmail.com" ]
liu.zi.tong@hotmail.com
bd19d50e7e8bab484579cdbd32b84c3a1033a506
a7f8e37f9903c85bfec5f07bf0c9758eeaa4a920
/GamePlay.h
1b2c7cc17c76289037e936f1018be4340e47d28d
[]
no_license
RavenBlood7/Cos-121-Project
28210007b066dd48a2c27beb8566c4258ac165e8
a17f23efe7968d672041cea16583777d5d6409c1
refs/heads/master
2021-05-30T00:40:06.428377
2015-11-02T04:54:28
2015-11-02T04:54:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,628
h
/** * @file GamePlay.h * @class GamePlay * * @brief A Facade that encapsulates all game functionality. * * @section Description * GamePlay uses all the other defined classes and patterns to execute the game. * * @section License * Copyright belongs to Merissa Joubert and Juan du Preez * */ #ifndef GAMEPLAY_H #defin...
[ "juan.dupreez82@gmail.com" ]
juan.dupreez82@gmail.com
ba2e5b4d66d3be874c2d09b46694cc577f8eb57b
6656c2acc607d269870d04d310e8a35ebbad8d3f
/include/baxter_core_msgs/SEAJointState.h
7e53ae6e9f3e5c90ff614c9ffa40e7e40eab1646
[]
no_license
uml-comp4510-5490/install
97bd8b643773e34f3956e40ac169729a45e34bbe
2897bf668177aced2e58cac18e86b109716c01df
refs/heads/master
2020-04-01T05:59:56.541628
2018-10-14T01:52:57
2018-10-14T01:52:57
152,929,072
0
0
null
null
null
null
UTF-8
C++
false
false
14,557
h
// Generated by gencpp from file baxter_core_msgs/SEAJointState.msg // DO NOT EDIT! #ifndef BAXTER_CORE_MSGS_MESSAGE_SEAJOINTSTATE_H #define BAXTER_CORE_MSGS_MESSAGE_SEAJOINTSTATE_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_messag...
[ "james.perl12@gmail.com" ]
james.perl12@gmail.com
c52af8ab205b380c63db8181ae5d0837bd953f0a
a7261290808851f5530fb850c9cc607227b3893a
/XIOTModule.cpp
0cd7033357d86cdfbfd5cdc0662f856b378cb3ca
[]
no_license
reivaxy/XIOTModule
4a34893aee4856b71d0509bdb2e46a3094623d52
c2645664c1da527d8e014ec55aac1722c67dea97
refs/heads/master
2023-04-06T09:37:50.515064
2022-01-09T19:18:23
2022-01-09T19:18:23
133,622,020
1
0
null
null
null
null
UTF-8
C++
false
false
25,558
cpp
#include "XIOTModule.h" const char* XIOTModuleJsonTag::timestamp = "timestamp"; const char* XIOTModuleJsonTag::APInitialized = "APInitialized"; const char* XIOTModuleJsonTag::version = "version"; const char* XIOTModuleJsonTag::APSsid = "APSsid"; const char* XIOTModuleJsonTag::APPwd = "APPwd"; const char* XIOTModuleJ...
[ "xavier@c-est-simple.com" ]
xavier@c-est-simple.com
5e6817135b60405ee8387ba65d9498ebf50d6a4b
5c8df931ada10b29fbe46f1e812d90cc0494b1d7
/sqrt/sqrt.cpp
b6360a06cc97fceaf47d9ddd2e3d9d968199f613
[]
no_license
xuchaoigo/2013job
b76a930e226f5e4c178ee55ff3ca780ff3884a3e
d406859564d2ac55045ff35453d89f374d59cb9f
refs/heads/master
2021-01-01T18:48:57.911623
2014-07-28T14:11:10
2014-07-28T14:11:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
505
cpp
#include <iostream> using namespace std; int sqrt(int x) { if(x<=0) return 0; int base = 0; for(int i=1;i<x;) { cout<<"base="<<base<<endl; cout<<"i="<<i<<endl; if((base+i)*(base+i) ==x) { return base+i; } if((base+i)*(base+i) > x ) { if(i==1) return base; if((base+1)*(base+1) > x) ...
[ "706667001@qq.com" ]
706667001@qq.com
c6a306456c541722a292720d5ec4c01dd91341b6
24a5f0aeaf592975de9991dca44d19c3b88fb040
/NewVision/Tracklet.h
2f9c934df01a2358ed643c5a025bb691976dcaeb
[]
no_license
githubbar/NewVision
224881896acb058e680e57bf3631cfbc30dbd898
cf58ac4281eff2093dba392cfe03e167816adb79
refs/heads/master
2016-09-14T09:34:45.185727
2016-04-25T14:02:58
2016-04-25T14:02:58
57,046,125
0
0
null
null
null
null
UTF-8
C++
false
false
1,130
h
/*! * Tracklet - one visible track segment; contains an array of body coordinates, width, visibility and confidence information, one record per frame. * Additionally stores the header with body id, tags and start frame * * Invisible records can be disregarded thus letting Tracklet store multiple segments of a brok...
[ "oleykin@hotmail.com" ]
oleykin@hotmail.com
b535d4e1d9bfe91a60a71f79ccc0f8254d65cf60
21a880dcdf84fd0c812f8506763a689fde297ba7
/test/ctp/market/mut_custom_md_spi.cc
b0c1f7f6d8664cdbd6f8a59749ca584c1ba42448
[]
no_license
chenlucan/fix_handler
91df9037eeb675b0c7ea6f22d541da74b220092f
765462ff1a85567f43f63e04c29dbc9546a6c2e1
refs/heads/master
2021-03-22T02:07:39.016551
2017-08-01T02:02:20
2017-08-01T02:02:20
84,138,943
2
2
null
null
null
null
UTF-8
C++
false
false
384
cc
#include "core/assist/logger.h" #include "gmock/gmock.h" #include "mut_custom_md_spi.h" namespace fh { namespace ctp { namespace market { CMutCustomMdSpi::CMutCustomMdSpi() { // noop } CMutCustomMdSpi::~CMutCustomMdSpi() { // noop } TEST_F(CMutCustomMdSpi, CMutCustomMdSpi_Test00...
[ "461010295@qq.com" ]
461010295@qq.com
9baf4a20220e83b2cecdbaaffe35b4fabc109a60
0bc2ceb00cac582d14c5da08c1ba31a737c0e0c3
/cpp/main.cpp
b711050cfc27ebc4a9a5de5217780dd8ff8f6ff8
[]
no_license
adriaanwm/antiChess
56f69e1e90b95ce93460b3c5e5b121f7c1652967
4c1bbffffba1c284a35b0ed67a60373f91a4d984
refs/heads/master
2021-01-10T22:10:16.969346
2015-05-04T19:53:03
2015-05-04T19:53:03
25,409,327
0
0
null
null
null
null
UTF-8
C++
false
false
120
cpp
#include "../headers/chessgame.h" using namespace std; int main(){ ChessGame game; game.asciiPlay(); return 0; }
[ "adriaan.mulder@gmail.com" ]
adriaan.mulder@gmail.com
7a84b123b853e29d2b31c57d2cc406bd7055f0e2
eee540bbf66c5cef562f8e4d52d0d6b48346aaad
/Thinking_in_Cpp/I/C02/assert.cc
a68bb92f6ebd629589226fc0b56c6ff623c9c4b3
[ "MIT" ]
permissive
honeytavis/cpp
6ae9917854b7dfad7e6657021731a6e405b7f7ec
232cb0add3f5b481b62a9a23d086514e2c425279
refs/heads/master
2021-01-10T10:04:04.277433
2016-10-13T06:23:45
2016-10-13T06:23:45
51,231,814
0
0
null
null
null
null
UTF-8
C++
false
false
161
cc
//#define NDEBUG #include <cassert> #include <iostream> int main() { int a = 10; assert(a < 0); std::cout << "hello world" << '\n'; return 0; }
[ "honeytavis@aliyun.com" ]
honeytavis@aliyun.com
b4423fc81d937621e75cae449d728baa2b182f70
bf92ec77d98fef53551036c26db4bd26367c792a
/1_Student/Student.cpp
9932e31c927254bbc3ad1e384bb23c36606313da
[]
no_license
10maycdac/CPP-Assignments
4dbe53a7b459ed2a9b56b4c6f23806fe133e9e8c
cbcaf1fc779d3a461dc72d31a9b899677cdb9dec
refs/heads/master
2020-09-25T16:14:52.515059
2019-09-09T17:50:37
2019-09-09T17:50:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,001
cpp
#include"Student.h" // Default constructor Student::Student(){ //cout << "\nDefault Constructor"<<endl; } // Parametric constructor Student::Student(int r, string n, string c):roll{r}, name{n}, course{c}{ //cout << "\nParametric Constructor"<<endl; } // Destructor Student::~Student(){} // Function to accept data ...
[ "20627603+technologic808@users.noreply.github.com" ]
20627603+technologic808@users.noreply.github.com
1f310826e165a021cf95d3061d94236e3ea131e9
dff15548cae0904f58031e61951ed663885cf305
/src/keepass.cpp
5546facd2a9dbb61fe898098e19da30afd33897e
[ "MIT" ]
permissive
rhodium-tech/rhypton
0990e15bce082bf1466affa7a4b7f3ce0c9b08a7
04d5db1e20054e427d5f22fb9280634393fb3cd1
refs/heads/master
2022-06-20T08:22:38.602387
2020-05-02T10:04:41
2020-05-02T10:04:41
260,655,939
0
0
null
null
null
null
UTF-8
C++
false
false
21,784
cpp
// Copyright (c) 2014-2018 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "keepass.h" #include "wallet/crypter.h" #include "clientversion.h" #include "protocol.h" #include "random.h" #incl...
[ "cryptochipsinfomatics@gmail.com" ]
cryptochipsinfomatics@gmail.com
0923f3921c27549c7f52dedf3f3cacd15187c4b1
facc399d17151525719fa1e2eed69ccc9655f8e3
/src/ai_player.cpp
a2805ca74442783308170cee5e13eb50cf45441a
[]
no_license
shargoj-hw/terminal-tron
151c3b11c56d5cfb46fe79fc98c422dab258a410
2214bf765647c360570e10ac9b33061007a2d36a
refs/heads/master
2020-05-30T04:26:00.506146
2014-01-16T04:49:24
2014-01-16T04:49:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
706
cpp
#include "ai_player.h" namespace CH { ai_player::ai_player(player_id id) : id(id) { }; player_id ai_player::get_player_id() const { return id; } random_ai_player::random_ai_player(player_id id) : ai_player(id) { } direction random_ai_player::next_move(const game_state gs) { player me = gs.player_by_id...
[ "mnudev@gmail.com" ]
mnudev@gmail.com
871eaaa2c30644b8dafc524bbef3e4e37676b824
caa39fd26badd07a186cc962e64c9a2baaccb06f
/src/gui/core/dispatcher_private.h
1f4221b34ed7285b22ae6db922e3e2dcf502e93a
[]
no_license
lineCode/cjing
fdb507706df1928189124aba34b0cded2f55e881
47fd2d64752e2ca61806dff2b597329d7604d963
refs/heads/master
2021-06-27T01:20:16.637421
2017-09-10T15:27:31
2017-09-10T15:27:31
null
0
0
null
null
null
null
GB18030
C++
false
false
7,932
h
#pragma once // gui core/8.8.2017 zy #include"common\common.h" #include"core\inputEvent.h" #include"core\debug.h" #include"utils\typeSet.h" #include"gui\core\message.h" #include<type_traits> namespace gui { struct Dispatcher_implementation { /** * \brief 这里使用宏来实现所有的事件信号类型SignalType */ #define IMPLEMENT_EVEN...
[ "844635471@qq.com" ]
844635471@qq.com
1615d2c168fbbb698828e537750070dcbecb8932
299150462ab80f22bc47aec16959e9e273d40818
/Chap 4-Linklist-Stack-Queue/STACK.kiemtrabt.cpp
4df0e53a40f25f3682ce9df2987428c59f4025d3
[]
no_license
vutuancong/C--Combination.
f3c91ae5d01e619920886b59072aad90400574ff
10e1ae23b54e69da9a1f3d557019ac88bb987636
refs/heads/master
2021-10-21T09:05:03.970458
2017-10-05T14:57:14
2017-10-05T14:57:14
105,901,686
1
0
null
null
null
null
UTF-8
C++
false
false
807
cpp
#include <iostream> #include <cstring> using namespace std; struct node { char str; struct node *link; }*Stack; class stack_list { public: void push(char a); void pop(); stack_list() { Stack = NULL; } }; void stack_list::push(char a) { node *temp; temp = new node; temp->str = a; temp->link = Sta...
[ "vtc05041997@gmail.com" ]
vtc05041997@gmail.com
5360fdefc20724cbf158149263adf83f8639aaa8
4286fb83ccce55651ff404cbfc484e4ef91e8fdf
/vision/L1/include/imgproc/xf_bilateral_filter.hpp
40d4f5f3ffe0ca94fdfac4981b1a9f3f2c93f95a
[ "Apache-2.0", "BSD-3-Clause", "BSD-2-Clause", "MIT" ]
permissive
heeran-xilinx/Vitis_Libraries
a9436ae5f61ad6a54509463e550a20611f5314d9
ab3f6969e397dc44705a7278fb0d480e905e72db
refs/heads/master
2020-08-21T02:22:59.048523
2019-10-04T21:19:50
2019-10-04T21:19:50
216,089,147
0
0
Apache-2.0
2019-10-18T18:57:53
2019-10-18T18:57:53
null
UTF-8
C++
false
false
26,352
hpp
/* * Copyright 2019 Xilinx, 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 applicable law or agreed to...
[ "tianyul@xilinx.com" ]
tianyul@xilinx.com
5e2906c88d7cd4157b80c6f27d977dac6ca78e76
fa1530aa35fb3cfe108f807cd70f00ed945ecec3
/BuildLanguageValidation/TfsBuild.Tests.Cpp/AssemblyInfo.cpp
e641ac0994aac421761ae12160338b70c20bc0af
[]
no_license
Bjornej/TfsVersioning
bd536c614e7f5942166251b14cf82bce0c706c63
215e0ee1a701c3660c035117f90fb761ba98a260
refs/heads/master
2016-09-01T18:21:41.952978
2013-12-31T22:36:40
2013-12-31T22:36:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,317
cpp
#include "stdafx.h" using namespace System; using namespace System::Reflection; using namespace System::Runtime::CompilerServices; using namespace System::Runtime::InteropServices; using namespace System::Security::Permissions; // // General Information about an assembly is controlled through the following // set of ...
[ "paolonicodemo@gmail.com" ]
paolonicodemo@gmail.com
284d8d2a31e17b1064f7df8651291bce653caaa1
7cc505c1febe73f4ef6e534a7e6ec0442d461679
/Array/205.cpp
bb7c5f9b90f0b69d0ec9c553dbc0a073716b542d
[]
no_license
VRER1997/leetcode
fd86ce7460713c12a10a604c6c2ea9d3284332ac
0fd8b9fd19daf23b1f8e5fd3c83ffaebd49b9fe0
refs/heads/master
2020-04-05T15:04:33.754059
2018-11-10T05:40:42
2018-11-10T05:40:42
156,951,373
1
0
null
null
null
null
UTF-8
C++
false
false
897
cpp
// // Created by wokaka on 2018/8/12. // #include <bits/stdc++.h> using namespace std; class Solution { public: bool isIsomorphic(string s, string t) { int n = s.size(), m = t.size(); if(n != m) return false; map<char, char> m1; for(int i = 0; i < n; i++){ if(m1.find(s[i]...
[ "1216778435@qq.com" ]
1216778435@qq.com
2c7b43b23db31e08b5af5ee4415d95f4bd4cfa7e
8a1bea6dd63ad5841a2d3f1675224c64072e1e8d
/systemstub_sdl.cpp
6d49684b096ea2835f117ca765fe7ae29efc7786
[]
no_license
bni/REminiCRT
ba8b3cf604f3032131039aabd5c0a2c6f106f00e
8e5d319db10f6e562cbeface08975300612d75e3
refs/heads/master
2023-05-01T09:45:48.865352
2021-05-17T20:05:13
2021-05-17T20:05:13
363,619,806
2
0
null
null
null
null
UTF-8
C++
false
false
18,627
cpp
/* * REminiscence - Flashback interpreter * Copyright (C) 2005-2019 Gregory Montoir (cyx@users.sourceforge.net) */ #include <SDL.h> #include <SDL_gpu.h> #include "systemstub.h" #include "util.h" static const int kAudioHz = 22050; static const int kJoystickIndex = 0; static const int kJoystickCommitValue = 3200; ...
[ "bnilsson@me.com" ]
bnilsson@me.com
1ab9897f7832ccc4783db56b7b06b721f40970d5
81eee8c6a7fe1dc22213704501042e821ab0f734
/project/Player.cpp
f9f9368f5e18df8eacb3d98a92137ce5fcc09c30
[]
no_license
Jiaying-Wu/MasterMind-EscapeTheRoom
4e30ef0e6674ac720eae3ec3a0a38b40904c5f10
8ea8ad524789f489e428d46b5f71633c3ecbdaa0
refs/heads/master
2022-05-21T19:19:37.201637
2019-10-26T09:42:57
2019-10-26T09:42:57
205,997,754
0
0
null
null
null
null
UTF-8
C++
false
false
1,708
cpp
/***************************************************************************** Project: Master Mind - Escape the Room Author: Jiaying Wu Purpose: Player header file, declare the variables and function relate to the player. * player name * the type of gate selected * the type of element selected ********************...
[ "raymond.wu@monash.edu" ]
raymond.wu@monash.edu
1b50877d9bead198225050af735cd4bfd834cfb5
2d81ec0427e97b92d2fb39c6542d5664b8d36740
/modules/Vision3D/Ar2DCameraDlg.h
4a6a61c896a2328fbb2f6bcc436c8d81bd2d2546
[]
no_license
dntai/dntai_chonnam_3dvision
578a3f764807b21ef956dae62123760d7da54a48
57b4101938bf52f04e94f36cadef68ebeb609ae3
refs/heads/master
2021-09-07T19:42:18.918172
2017-12-22T16:03:49
2017-12-22T16:03:49
115,119,161
1
0
null
null
null
null
UTF-8
C++
false
false
1,723
h
#pragma once #include "afxwin.h" // CAr2DCameraDlg dialog class CAr2DCameraDlg : public CDialogEx { DECLARE_DYNAMIC(CAr2DCameraDlg) public: CAr2DCameraDlg(CWnd* pParent = NULL); // standard constructor virtual ~CAr2DCameraDlg(); // Dialog Data #ifdef AFX_DESIGN_TIME enum { IDD = IDD_AR2D_DIALOG }; #endif pr...
[ "donhutai@yahoo.com" ]
donhutai@yahoo.com
6f9fad734fc1bb2890730007219fa7eee4edacdd
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/git/gumtree/git_repos_function_4993_git-2.8.2.cpp
8fcae51501b13c97ee8e027e7c99b7e1b062c1f5
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,112
cpp
static void resolve_deltas(void) { int i; if (!nr_ofs_deltas && !nr_ref_deltas) return; /* Sort deltas by base SHA1/offset for fast searching */ qsort(ofs_deltas, nr_ofs_deltas, sizeof(struct ofs_delta_entry), compare_ofs_delta_entry); qsort(ref_deltas, nr_ref_deltas, sizeof(struct ref_delta_entry), ...
[ "993273596@qq.com" ]
993273596@qq.com
f70ba7ce5566e54e9356c64a9d058b508c7edf7b
9562fd44a0a7143ec9057863b0f9a700ed36de23
/Tejas-Simulator/PIN/pin-2.14/source/tools/Tests/rtn_insert_call_probed.cpp
b5b665b378b57fdd1cc7c6322301a1564d298344
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license" ]
permissive
UDC-GAC/tejas_knl
57c31779967aed63bd170bcf642a0a7cc3c2ae9f
5e772aef46362d8bec8ad6d5427b9bcff9be5cfe
refs/heads/master
2023-04-22T07:04:22.760747
2021-05-06T15:19:24
2021-05-06T15:19:24
80,737,478
0
0
Apache-2.0
2021-05-06T15:19:25
2017-02-02T15:17:22
C++
UTF-8
C++
false
false
2,814
cpp
/*BEGIN_LEGAL Intel Open Source License Copyright (c) 2002-2014 Intel Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright noti...
[ "marcos.horro@udc.es" ]
marcos.horro@udc.es
d4905c3e71b5fbb35fc91fa0478b7b755b554593
d696352f84ec8b3d43675f0e4728e97748fba3b5
/CameraShield/CameraShield.ino
29d38cebc1ef856a1f15473cf47cd0a171b2e7c1
[]
no_license
Tellart/CIID_Experimental_Imaging
4f93a6edcc17ccba8524b2bcb0d2530bdf95cac8
b4892633e8a89a7f1aad2fd41d28479137b7c31e
refs/heads/master
2021-01-17T09:59:06.347633
2017-03-29T13:26:20
2017-03-29T13:26:20
83,999,034
1
0
null
null
null
null
UTF-8
C++
false
false
1,269
ino
/* Camera Shield Example This example shows an application on 1Sheeld's camera shield. By using this example, you can take a photo using your phone's camera each time you press the hardware push button placed on pin 12. OPTIONAL: To reduce the library compiled size and limit its memory usage, you can specify which ...
[ "mikhail@tellart.com" ]
mikhail@tellart.com
74833978bc86ba3e88e01b6d53e6b941d940d52d
431f604a93068c578b7a55f5d7920d3b65da4103
/assignment6/part1/src/client.cpp
7423ec5f849321be718c429af60204b5b40d6abd
[]
no_license
yifeir33/cs4500
8735217918a6439c1ce6e01bfe9d1a8aa821b0c6
b96da608b6d0edea12104b1e335ba2db89ad0a0e
refs/heads/master
2020-12-19T07:47:35.008462
2020-02-29T00:58:48
2020-02-29T00:58:48
235,668,431
0
4
null
2020-02-15T00:47:27
2020-01-22T21:15:50
C++
UTF-8
C++
false
false
3,932
cpp
#include "client.h" #include "cts_connection.h" #include "ctc_connection.h" Client::Client(const char *client_ip, const char *server_ip, in_port_t port) : NetPort(client_ip, 0), _other_clients(10), _client_update(false), _greeted_clients(10), _received(0) { _server.addr.sin_family = AF_INET; if(inet_pt...
[ "neilr22@comcast.net" ]
neilr22@comcast.net
617a065ff8aba315f94ec3ca524c51dc91d9d0d0
020cc9b0ff2d84a9a46c7a1ca88cf787097af5da
/QtSUA/SUA/Spoiler.h
f660ab9227c175f5b63eab7b6b329fbe6991654a
[]
no_license
SerikZ5/SUA
2b0b6c39e784fe5646f960d820ee9bfb28cc35d6
baa612f57eb4d2449cb707ac221b81b21eebbfe0
refs/heads/master
2020-12-03T03:51:35.105790
2018-09-11T20:16:50
2018-09-11T20:16:50
95,782,236
0
0
null
null
null
null
UTF-8
C++
false
false
727
h
#ifndef SPOILER #define SPOILER #include <QFrame> #include <QGridLayout> #include <QParallelAnimationGroup> #include <QScrollArea> #include <QToolButton> #include <QWidget> class Spoiler : public QWidget { Q_OBJECT public: explicit Spoiler(const QString & title = "", const int animationDuration = 300, QWidget *...
[ "Serik_z5@mail.ru" ]
Serik_z5@mail.ru
89b021acafe12856d9097c1b4835d8ae51526762
bd1bad37425d942964d8630bca2263e13d303515
/vendor/bela/test/fmt/charconv.cc
c87d9a4b7ee27d5588b8ef025bb19bd75a591519
[ "Apache-2.0", "MIT" ]
permissive
fcharlie/Planck
78855cdd4c659cd053bfbf6ac7913f5d12ad9b8c
56861b3d3a62ea16becea965bc3bc0198f28e26a
refs/heads/master
2021-06-06T09:35:44.525162
2021-05-17T13:48:44
2021-05-17T13:48:44
161,035,393
3
1
null
null
null
null
UTF-8
C++
false
false
270
cc
//// #include <bela/charconv.hpp> #include <bela/strcat.hpp> #include <bela/terminal.hpp> int wmain() { const wchar_t *w = L"196.1082741"; double n; auto r = bela::from_chars(w, w + wcslen(w), n); bela::FPrintF(stderr, L"%0.2f\n", n); return 0; }
[ "charlieio@outlook.com" ]
charlieio@outlook.com
1fed05327378f49560f3482aeadce8edf0ff4ac8
3ed65ce239f2db5de08b5c45caa97525a7379beb
/src/ripple/shamap/impl/SHAMapDelta.cpp
d0242488dfcc5bd94fcfd51420af8100f64618b9
[ "MIT-Wu", "ISC", "BSL-1.0", "MIT" ]
permissive
moorecoin/MooreCoinService
9466aac3683ccc52e7ea89906e2bc6c90dae9922
6de5f5032972147c0d43c3ae48a088f9e1fa7d28
refs/heads/master
2021-01-10T06:05:51.501738
2015-11-14T13:18:47
2015-11-14T13:18:47
46,175,388
0
0
null
null
null
null
UTF-8
C++
false
false
9,844
cpp
//------------------------------------------------------------------------------ /* this file is part of rippled: https://github.com/ripple/rippled copyright (c) 2012, 2013 ripple labs inc. permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby ...
[ "mooreccc@foxmail.com" ]
mooreccc@foxmail.com
ca947bdceb32dea8f2c9d088b3fc49f41716a5f7
ab83f6572b809ce84a944e4a67666dce5c1617ef
/src/Connection.cpp
7f834e1bbfab909057929540b3292b40def007a2
[ "MIT" ]
permissive
chobie/chobot
5c2b52327f53ec013232dc72dd2ffeefca4fc233
6ebd3c2b21a377b0c7f7a78c0197de3510254c8d
refs/heads/master
2020-04-05T22:43:08.102463
2012-04-22T02:36:55
2012-04-22T02:37:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,597
cpp
#include "Connection.h" #include "CommandParser.h" #include "CommandFactory.h" #include "Command.h" #include <QTcpSocket> #include <iostream> Connection::Connection(QTcpSocket *socket, QObject *parent) : QObject(parent) { m_socket = socket; m_commandParser = new CommandParser(socket, this); m_commandFactory = ne...
[ "shuhei.tanuma@gmail.com" ]
shuhei.tanuma@gmail.com
de918ad9f4c881dff0c2f9b3261a2fb068737d98
fdb15135cf3036e63efd6d23a20e898a832e89e3
/src/pil/optimizer/arc/RCStateTransitionVisitors.cpp
7a7ee2d9e435464d6a0aceaad27b991622aabd16
[]
no_license
thelongestusernameofall/polarphp
9ca882d26c3ad0b7b63328fdee2534946fbe410a
31012ff7e6c0f72ee587546c296b06013c98cf9a
refs/heads/master
2022-04-02T12:40:39.677475
2020-02-20T12:43:03
2020-02-20T12:43:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,079
cpp
//===--- RCStateTransitionVisitors.cpp ------------------------------------===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
[ "zzu_softboy@163.com" ]
zzu_softboy@163.com
be500785e9a948099f0c26b1f27db33207913665
cad04bb71f3afd50c4df3b2f321cd378d3ad8cb9
/OJ practices/PAT甲级真题练习/1077. Kuchiguse.cpp
c0f74d901ed173315a7c38842b62de4905cc945d
[]
no_license
SourDumplings/CodeSolutions
9033de38005b1d90488e64ccbb99f91c7e7b71ec
5f9eca3fe5701a8fca234343fde31cfcba94cf27
refs/heads/master
2023-08-16T17:23:34.977471
2023-08-07T13:14:47
2023-08-07T13:14:47
110,331,879
10
8
null
2023-06-14T22:25:16
2017-11-11T08:59:11
C
UTF-8
C++
false
false
1,036
cpp
/* @Date : 2018-02-14 18:03:31 @Author : 酸饺子 (changzheng300@foxmail.com) @Link : https://github.com/SourDumplings @Version : $Id$ */ /* https://www.patest.cn/contests/pat-a-practise/1077 */ #include <iostream> #include <cstdio> #include <string> using namespace std; int main(int argc, char const *argv[]...
[ "changzheng300@foxmail.com" ]
changzheng300@foxmail.com
c629e111ef2648a4db42b2e7dd99db0cd5bf893a
0fc9d5bac6d2210b771216ecaa22ccc24fbbf6ec
/src/io/directory.cpp
6fb8c1b37a5bf4ed5b7686d8773f80107eba2c47
[ "MIT" ]
permissive
crimsonwoods/humanity
351c8e7dbb083d752862b874faa826021ca3c8a8
5c2cc601eb8823ca7c06a0bef5cde0122b4d067a
refs/heads/master
2021-01-01T20:22:58.533256
2012-10-04T07:02:54
2012-10-04T07:02:54
5,976,062
1
0
null
null
null
null
UTF-8
C++
false
false
7,919
cpp
#include <humanity/io/directory.hpp> #include <humanity/io/file.hpp> #include <humanity/io/path.hpp> #include <humanity/exception.hpp> #include <humanity/log.hpp> #include <dirent.h> #include <unistd.h> #include <sys/stat.h> #include <cstdlib> #include <climits> #include <cerrno> #include <stack> HUMANITY_IO_NS_BEGIN ...
[ "crmsonwoods.dev@gmail.com" ]
crmsonwoods.dev@gmail.com
2ef80f6fe3ddfe0b56b838ea0394a934fc4b57b3
908bf04812646ba58bb23b502253dae2ce3a278d
/src/loader/xr_generated_loader.hpp
abd3cf905a67ccd91ed2e551e883fd0ea7c691db
[ "Apache-2.0" ]
permissive
IngoChou/OpenXR-SDK
3cfcb6dab8f31012f27dac78e777903cb7e8d53f
2bcc4fe291100728e7b78b91f0621961787a8c58
refs/heads/master
2020-08-24T12:12:21.085778
2019-10-08T01:43:28
2019-10-08T01:43:28
216,823,183
1
0
Apache-2.0
2019-10-22T13:39:25
2019-10-22T13:39:25
null
UTF-8
C++
false
false
16,385
hpp
// *********** THIS FILE IS GENERATED - DO NOT EDIT *********** // See loader_source_generator.py for modifications // ************************************************************ // Copyright (c) 2017-2019 The Khronos Group Inc. // Copyright (c) 2017-2019 Valve Corporation // Copyright (c) 2017-2019 LunarG, Inc. ...
[ "ryan.pavlik@collabora.com" ]
ryan.pavlik@collabora.com
16e77dcf6e4310c15cc1c8711a6efaaa4fc494b7
a369a3f8bccc09380f96c0047f7c7b29ea6a9795
/test/pepper/old/test_object.cc
66971cfac79b374feb414fe82b7add95d10909ef
[]
no_license
drhodes/crml
f3189d7b6188af5b4ae80774f6ef6f332e7423d2
0580f180d3ee03a01b203a38b818a195d2cbfc0b
refs/heads/master
2021-01-16T19:14:14.204310
2011-01-14T07:48:11
2011-01-14T07:48:11
1,062,550
0
0
null
null
null
null
UTF-8
C++
false
false
7,457
cc
/* * Copyright (C) 2007 Apple 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
[ "physci@gmail.com" ]
physci@gmail.com
b77193dedc7577fcc85cf32cb25737c4821f3e8f
e207b2b72fb341d7abcd29046e112f70f0db9e8c
/03_string/40_no_of_customers_who_could_not_find_computer.cpp
358dbc0616ac91082910354d814ab78fccab9314
[]
no_license
Nikhilbhateja22/Love-Babbar-450
2a22ed5ca0208c48e8d1a0a9460e6d42d699425a
e1ac482395f0cd9f675396476738c2c7fffb9a0a
refs/heads/master
2023-08-30T16:45:07.275055
2021-09-26T18:02:54
2021-09-26T18:02:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,550
cpp
/* link: https://www.geeksforgeeks.org/function-to-find-number-of-customers-who-could-not-get-a-computer/ */ // ----------------------------------------------------------------------------------------------------------------------- // int disappointed(int capacity, string s) { int cnt[26]; memset(cnt, 0,...
[ "virensureja3@gmail.com" ]
virensureja3@gmail.com
4fac110375b110577cdd8b42ea5334e3c41592c0
bfacf7b88aca8fbeae903b625ba64e8c3f5cf68c
/GeneratedFiles/Release/moc_ModelControlWidgetItem.cpp
576e11710a56eb70a8cf4491bcdf90d39f501f76
[ "MIT" ]
permissive
lihouxing-sjtu/ImplantDesign
0c8f8fceb5fff10b6e6f579a0895cb8ccd26527e
809c733240336eff1f2f1bbf7133d6d4e3d91a06
refs/heads/master
2021-01-11T02:53:52.925362
2016-10-18T08:15:59
2016-10-18T08:15:59
70,887,353
0
0
null
null
null
null
UTF-8
C++
false
false
7,108
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'ModelControlWidgetItem.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0) ** ** WARNING! All changes made in this file will be lost! **********************************************...
[ "[lihouxing@yeah.net]" ]
[lihouxing@yeah.net]
a7b78181ba41fa431032cd5ab93a93850ec3df5c
e95adb59feacfe95904c3a8e90a4159860b6c26a
/build/Android/Preview/outsideTheBox/app/src/main/jni/Uno.Platform2.g.cpp
e5bf2bd45d7432ba34b327406354b5a8c088e73c
[]
no_license
deliloka/bethebox
837dff20c1ff55db631db1e0f6cb51d935497e91
f9bc71b8593dd54b8aaf86bc0a654d233432c362
refs/heads/master
2021-01-21T08:20:42.970891
2016-02-19T10:00:37
2016-02-19T10:00:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
60,244
cpp
// This file was generated based on '(multiple files)'. // WARNING: Changes might be lost if you edit this file directly. #include <Uno.Application.h> #include <Uno.Bool.h> #include <Uno.Delegate.h> #include <Uno.Diagnostics.Debug.h> #include <Uno.Diagnostics.DebugMessageType.h> #include <Uno.EventArgs.h> #include <Un...
[ "Havard.Halse@nrk.no" ]
Havard.Halse@nrk.no
90ac7545db6541ad961a749ccfdbb1d543308fc5
9737ecdce2da850ab766ca246418bae5b3500668
/Source/Services/Forumservice.cpp
0fb3704443f294419cec633cc792b62ab10d0a6c
[]
no_license
Hedgehogscience/Backend_cpp
ca990d75e2d791c1a45ec6ec8aa09041f388ed1b
677fe18888fb6647c6884eae914cc19b6ccab7bd
refs/heads/master
2020-03-14T06:04:03.338702
2018-04-30T17:23:57
2018-04-30T17:23:57
131,476,587
0
0
null
null
null
null
UTF-8
C++
false
false
2,218
cpp
/* Initial author: Convery (tcn@ayria.se) Started: 30-04-2018 License: MIT Notes: Provides forum services. */ #define MODULENAME "Forumservice" #include "_Common.hpp" #include "../Stdinclude.hpp" #include <evpp/http/http_server.h> // Readable registrationpage. std::string DefaultHTML = "<HTML...
[ "Convery10122@gmail.com" ]
Convery10122@gmail.com
a56332ad9f412af6fc17beb6c8474dd9b25097fe
d8d28b8708652c1c8f9055fd5907d787f5ad4e33
/Milestone 5/code5_1.5/code5_1.5.ino
ab178434933dce682b166c7a053b17c6b46f3378
[]
no_license
LingQi000809/robot_competition_2020
293b042238397730e8e10b06c63667c63237420c
2ec0ae0a248d4df922241d6dc3f4e41369cd9441
refs/heads/master
2021-05-24T11:24:24.646442
2020-05-11T15:34:45
2020-05-11T15:34:45
253,536,926
2
0
null
null
null
null
UTF-8
C++
false
false
7,194
ino
#include <ZumoShield.h> ZumoMotors motors; ZumoReflectanceSensorArray sensors; Pushbutton button(ZUMO_BUTTON); ZumoBuzzer buzzer; unsigned int sensorValues[6]; int linePos; // position of the line (readLine function) int error; int NORMAL_SPEED = 150; // speed: 0 (stop) - 400 (full) int MAX_SPEED = 200; int MAX_LINE...
[ "lqi@vassar.edu" ]
lqi@vassar.edu
63b5c58bbe13da7412d65e769b939984beb109ef
00f1feb8cb9fe23b515f5f24edb6a7295ef8e714
/include/libmotioncapture/testmocap.h
ca7cf46c03b9b4fb45812feb534f22950218b332
[ "MIT" ]
permissive
jungr-ait/libmotioncapture
ce0c712bb68d7e58d7158c2713e0dd1b724f558f
95183d8b17562096ee4a9484cfebd31174f4da92
refs/heads/master
2020-06-19T05:00:11.650638
2019-07-14T08:36:02
2019-07-14T08:36:02
196,572,109
0
0
MIT
2019-07-12T12:01:59
2019-07-12T12:01:58
null
UTF-8
C++
false
false
831
h
#pragma once #include "libmotioncapture/motioncapture.h" namespace libmotioncapture { class MotionCaptureTestImpl; class MotionCaptureTest : public MotionCapture{ public: MotionCaptureTest( float dt, const std::vector<Object>& objects, const pcl::PointCloud<pcl::PointXYZ>::Ptr pointCloud);...
[ "whoenig@usc.edu" ]
whoenig@usc.edu
8b295c56809d8c9095e339d912d8daa628fd83fa
cbce1565c63336b851b726cfb84bea99035c86e2
/devanshdalal/codechef/FORGETPW/FORGETPW-4075178.cpp
39737d419778e69c0e43d343ccdfa6251335743a
[]
no_license
devanshdalal/CompetitiveProgrammingAlgos
3ad301c19e1b133e72e3b96a10a976a7955c4e25
ab19db4c4fed6f880537a9c45e5ccc50ceed9d97
refs/heads/master
2021-01-17T12:24:58.822428
2016-06-17T04:00:00
2016-06-17T04:00:00
51,207,702
2
0
null
null
null
null
UTF-8
C++
false
false
1,047
cpp
#include<stdio.h> #include<string.h> #include<iostream> #include<map> using namespace std; // Devansh Dalal's Code char aa,bb; char * arr=new char[1100000]; int t,i,j,n,q,l; int main(){ scanf("%d",&t); while(t--){ scanf("%d",&n); map<char, char> mymp; for(i=0;i<n;i++){ bb=aa='\n'; while(aa=='\n' or aa=...
[ "mr.devanshdalal@gmail.com" ]
mr.devanshdalal@gmail.com
46154fc70ff7d137cd4ee9c8051ad414e8e27460
ccea7951928187a33fea8e756c96764a39459210
/TTMedia/process/image/TTCannyEdgeDetectionFilter.cpp
2c7c8c456390dc80e2f7ac809c7ca6cd240170e0
[]
no_license
betallcoffee/TTMedia
0f09b40481773e860a4d6b56bf2a878c58d58d71
da4f6b53c1f4b140b9d47bd03dcf62dcf47a2ea6
refs/heads/master
2022-03-07T05:29:16.347940
2022-01-22T05:54:35
2022-01-22T05:54:35
147,061,963
1
1
null
null
null
null
UTF-8
C++
false
false
1,557
cpp
// // TTCannyEdgeDetectionFilter.cpp // TTMedia // // Created by liang on 11/7/2020. // Copyright © 2020 tina. All rights reserved. // #include "TTCannyEdgeDetectionFilter.hpp" using namespace TT; CannyEdgeDetectionFilter::CannyEdgeDetectionFilter() { } CannyEdgeDetectionFilter::~CannyEdgeDetectionFilter() { ...
[ "liangliang0918@126.com" ]
liangliang0918@126.com
02579acfcd65fec1e32da7b75b15897b9497ef4c
b9a941259d2fac125c214cede6045b9eb1f651bc
/catchtest/test_powerset.cpp
7c22d55899713543086f540e9c5ec88852d051f2
[ "BSD-2-Clause" ]
permissive
frankneuro/cppitertools
589f3d303f288264c1a834e7109a60e17badf91a
9ffe3dac17f0942ba864dc78c9885981f56eb7c2
refs/heads/master
2020-12-30T20:44:20.464295
2015-01-26T20:24:27
2015-01-26T20:24:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,383
cpp
#include <powerset.hpp> #include "helpers.hpp" #include <vector> #include <string> #include <iterator> #include "catch.hpp" using iter::powerset; using IntPermSet = std::multiset<std::multiset<int>>; TEST_CASE("powerset: basic test, [1, 2, 3]", "[powerset]") { const std::vector<int> ns = {1, 2, 3}; IntPerm...
[ "rhainin1@binghamton.edu" ]
rhainin1@binghamton.edu
a8d2f23e38dc224596ad1ee4da8d6ee8e29c0ae6
06d6cdc8ab9977b3d93db32deb05d407215dae78
/KiWi/util/CounterGenerator.cpp
a3b705229910097a6c87de00db049ec5388d0728
[]
no_license
eitanhaimashiah/KiWi
6b1e815429776f1366aa9e6bbb53b630d15fd42a
9b30fc761da4af573bb2f9f2b52d6599b6944483
refs/heads/master
2020-03-08T00:31:09.584270
2018-04-20T04:03:25
2018-04-20T04:03:25
127,807,934
0
0
null
null
null
null
UTF-8
C++
false
false
786
cpp
#include <vector> #include "CounterGenerator.h" namespace util { CounterGenerator::CounterGenerator(int countstart) : counter(countstart) { setLastInt(counter.load() - 1); } CounterGenerator::CounterGenerator(CounterGenerator const &other) : counter(other.counter.load()) { setLast...
[ "eitanhaimashiah@gmail.com" ]
eitanhaimashiah@gmail.com
ffaf89fca546bb8b8d33aeb46811cd3d47bf668d
b2207431ef703e020da277363cfee6dbdb91fb6c
/Coordinate.cpp
8af636e02f014a053a0e8db80bbe4b15f6bc2193
[]
no_license
Lordmatics/Chess_With_SDL
73a33b5a851e076d10ea85036965fa0e1f0460d7
1d819488078435592748ec6adb50cd9c7cc1bd6f
refs/heads/main
2023-05-28T10:06:48.224889
2021-06-07T19:38:21
2021-06-07T19:38:21
370,442,202
0
0
null
null
null
null
UTF-8
C++
false
false
1,086
cpp
#include "Coordinate.h" Coordinate::Coordinate() : m_x(0), m_y(0) { } Coordinate::Coordinate(int x, int y) : m_x(x), m_y(y) { } Coordinate::Coordinate(const Coordinate& other) : m_x(other.m_x), m_y(other.m_y) { } Coordinate& Coordinate::operator=(const Coordinate& other) { m_x = other.m_x; m_y = other.m...
[ "niallmaple@yahoo.co.uk" ]
niallmaple@yahoo.co.uk
f0734fad64a022ab5664da126d0e6ffb714eb046
9d88f50a073f3ee64aa61f8f3878fdbd41b74c17
/include/FAEventA2_BF1.h
aafba9247df3b3c907bd0e364570f31db3e60be6
[]
no_license
xeedmm/FooAna
596e8be8a9be89b58e644edec65c47ede68d46c0
fdc759ca2f76e181cdcbbfc7c09e13fa07302713
refs/heads/master
2020-07-04T15:08:22.166945
2019-08-06T14:11:30
2019-08-06T14:11:30
202,320,962
1
0
null
2019-08-14T09:41:18
2019-08-14T09:41:18
null
UTF-8
C++
false
false
2,458
h
/************************************************************************* * Author: Dominik Werthmueller, 2019 *************************************************************************/ ////////////////////////////////////////////////////////////////////////// // ...
[ "werthmuellerd@gmail.com" ]
werthmuellerd@gmail.com
8108cc55ff8885d81366382dce5cc6b8a39b7500
d4e96aa48ddff651558a3fe2212ebb3a3afe5ac3
/Modules/Core/QuadEdgeMesh/test/itkQuadEdgeMeshTest3.cxx
8860c7e79d03292488a5b55259490379bc6e716b
[ "SMLNJ", "BSD-3-Clause", "LicenseRef-scancode-free-unknown", "LicenseRef-scancode-mit-old-style", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-disclaimer", "NTP", "IJG", "GPL-1.0-or-later", "libtiff", "BSD-4.3TAHOE", "...
permissive
nalinimsingh/ITK_4D
18e8929672df64df58a6446f047e6ec04d3c2616
95a2eacaeaffe572889832ef0894239f89e3f303
refs/heads/master
2020-03-17T18:58:50.953317
2018-10-01T20:46:43
2018-10-01T21:21:01
133,841,430
0
0
Apache-2.0
2018-05-17T16:34:54
2018-05-17T16:34:53
null
UTF-8
C++
false
false
5,808
cxx
/*========================================================================= * * Copyright Insight Software Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
[ "ruizhi@csail.mit.edu" ]
ruizhi@csail.mit.edu
c01039853d391b0042cb73b6009581f3dca66249
f11600f383fff79246cc8720f65425273bb0001d
/src/facecrop.cpp
2950b2c9430104e86b06f11bee7cd2eaf884239e
[]
no_license
milestonesvn/welfare
c69168b9d976b981fcf15bffc423202bb0778565
758d7f4cf1de6fdd3613b286422c9c853a03a16f
refs/heads/master
2021-01-17T05:18:07.620341
2015-04-23T04:15:30
2015-04-23T04:15:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,485
cpp
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * Written (W) 2012 Michal Uricar * Copyright (C) 2012 Michal...
[ "ren.dongni@gmail.com" ]
ren.dongni@gmail.com
8820ff44175dafdb443b464d403c15372ad9e8ca
97fde28997b618180cfa5dd979b142fd54dd2105
/core/dep/recastnavigation/Recast/RecastMesh.cpp
61a176f122ba86ffa9e74bc499dc0c1b00ebb8fa
[ "Zlib" ]
permissive
Refuge89/sunwell-2
5897f4e78c693e791e368761904e79d2b7af20da
f01a89300394065f33eaec799c8779c2cac5c320
refs/heads/master
2020-12-31T05:55:43.496145
2016-02-16T20:46:50
2016-02-16T20:46:50
80,622,543
1
0
null
2017-02-01T13:30:06
2017-02-01T13:30:06
null
UTF-8
C++
false
false
37,081
cpp
// // Copyright (c) 2009-2010 Mikko Mononen memon@inside.org // // 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 any p...
[ "root@wow.playstar.se" ]
root@wow.playstar.se
38bf0037564075e5945b880499b256bc8299f1c5
34e3f6a35b789b5ab2ff5021a842ed57df5ebf39
/fairytale/engine/engine.h
64d24593ad612f566adf3a0333333b9cf8ab5536
[ "Apache-2.0" ]
permissive
coverxit/fairytale
959214dd0238c1d8b334ac533631e6eaa953f540
3c11383641b7647ea3fd59c16ce6136ee27728f2
refs/heads/master
2020-06-04T13:50:12.772642
2013-06-03T06:45:07
2013-06-03T06:45:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,404
h
/* * Copyright 2012-2013 TennenColl * * 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...
[ "freshrat912@gmail.com" ]
freshrat912@gmail.com
267396a5cbabc331b4f6c1f4d6134f7ccfe5fe9f
a5eddf8ed2430fbffe1b35ec4be0a71e9172b10c
/tracker_utility.h
dc2d3f3b006caf3ffadb5b8ad787fb7e648a85eb
[]
no_license
chaturvedakanksha/Master_Torrent
3c76ae10b79e8beb77713edd581c46fb5d751393
147323451e760aba31fc13bfa5fc8c45eb8ac9e9
refs/heads/master
2020-06-27T09:03:17.559884
2019-07-31T18:36:53
2019-07-31T18:36:53
199,907,409
0
0
null
null
null
null
UTF-8
C++
false
false
416
h
#include<string.h> #ifndef INC_TRACKER_UTILITY_H #define INC_TRACKER_UTILITY_H using namespace std; class mtorrent_file{ public: string tracker_1_ip; string tracker_1_port; string tracker_2_ip; string tracker_2_port; string seeder_file; }; string get_current_time(); void convertToArray(string str,vector<string>...
[ "chaturvedakanksha@gmail.com" ]
chaturvedakanksha@gmail.com
2674ee72444cf630b2a1be283a9dd09810ba16cb
e8b6b1d47d1701ca214f61a2972cbdaa54efb6c5
/gameplay_physx2/joystickchannel.cpp
f2ec3760968ab39b3d17e0ce0a9ea878fe351c12
[]
no_license
josh255/base-pro-edition
8b3c90419c0b1b235d6560c29f6bd683a756d764
e2e72322e8f4b33dcd91af0bcd079e47420b0c3b
refs/heads/master
2023-05-29T11:02:21.242689
2015-01-09T03:19:20
2015-01-09T03:23:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,961
cpp
#include "headers.h" #include "actionmap.h" #include "gameplay.h" JoystickChannel::JoystickChannel(InputAction inputAction) : ActionChannel( inputAction ) { _amplitude = 0.0f; setupDefault(); } void JoystickChannel::setupDefault(void) { switch( _inputAction ) { case iaLeftJoy: _axis = ::...
[ "martynas.janu@gmail.com" ]
martynas.janu@gmail.com
2e5fa5e0c252c13649e29be2db7994ee1282b63b
4ad2ec9e00f59c0e47d0de95110775a8a987cec2
/_infoarena/---.Bombe/main.cpp
020106889faf69adc3869b1cafe5e9e02725057d
[]
no_license
atatomir/work
2f13cfd328e00275672e077bba1e84328fccf42f
e8444d2e48325476cfbf0d4cfe5a5aa1efbedce9
refs/heads/master
2021-01-23T10:03:44.821372
2021-01-17T18:07:15
2021-01-17T18:07:15
33,084,680
2
1
null
2015-08-02T20:16:02
2015-03-29T18:54:24
C++
UTF-8
C++
false
false
2,894
cpp
#include <iostream> #include <cstdio> #include <vector> #include <algorithm> using namespace std; #define a first #define b second #define maxN 311 #define ec e #define time ttime #define eps 0.001 #define mp make_pair typedef pair<double,double> EcLine; long n,i,j; double R; EcLine e[maxN]; ...
[ "atatomir5@gmail.com" ]
atatomir5@gmail.com
2894b829275172e3aaaada0dd86f4af23d548cd8
a4544d4f6683fe6ea0fb8a2bd9132555d39897cd
/src/csma/model/original_csma-net-device.h
6605a82cd9aec60b133d2217e2f6275225c29b02
[]
no_license
soiry/5gc
99d178345e5f8002de0f4c8a4c51f4b2a5e218bd
04123f4b10a042b87a7c6601756ad014ac526016
refs/heads/master
2021-11-03T10:00:33.214965
2019-01-10T07:49:46
2019-01-10T07:49:46
153,069,009
2
3
null
null
null
null
UTF-8
C++
false
false
23,316
h
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2007 Emmanuelle Laprise * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation; * * This program i...
[ "jhsong@mmlab.snu.ac.kr" ]
jhsong@mmlab.snu.ac.kr
328b05e6ed69dac9da162fb6129969e5f4acdea0
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_1480487_0/C++/tsotnet/a.cpp
c71e8c9762139bf871c0fd6eeb4575f0ecc4f338
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
948
cpp
#include <cstdio> #include <cstdlib> #include <cmath> #include <algorithm> #include <map> #include <set> #include <vector> #include <queue> #include <string> #include <cstring> #include <iostream> #define INF 1000000007 #define EPS 0.000000001 using namespace std; int N,T,i,n,sum,s,a[1000]; bool l; ...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
e81a78416f26c607f12cc9299ae89adf73991efd
7d57f710ae31509d286d75d90a4dbcd98c3f5189
/src/Game/Entity/Spells/SpellSource.cpp
fa853148b4483c1ca6182f21fa2a4a3303b24ea7
[]
no_license
michlord/team-project-2014
8b271fe587a72d15f8c27607ed5f58c4d58441b9
b09396b9d0bd037c78bb84d0345b180555d4f0ae
refs/heads/master
2021-01-18T14:05:19.785774
2015-01-29T12:00:43
2015-01-29T12:00:43
24,986,967
4
0
null
null
null
null
UTF-8
C++
false
false
1,536
cpp
#include <Game/Scene/Gameplay.h> #include <Game/Entity/Spells/SpellSource.h> #include <EngineSystem/Entity/Message.h> namespace Entity { namespace Spells { SpellSource::SpellSource(int id, sf::Vector2f pos, const SpellType type_) : Entity::BaseEntity(id), type(type_) { ...
[ "krabex93@gmail.com" ]
krabex93@gmail.com