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
93ddd145c79b920c45aad02029d5075488ca426f
2259d06f2d2c14f771b2ed0b2a7bbe39d6530944
/AMSServer/src/HttpServer.cpp
5e0530e3d32717a106d1953203bd44203cf252c0
[]
no_license
crasyangel/AMSServer
ea694340269b4b2deb11bfff87f7476c1a30b284
7bdeba14edd932125c013541487b84d1577ce47b
refs/heads/master
2021-01-19T21:55:46.583425
2014-11-11T00:32:32
2014-11-11T00:32:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,022
cpp
#include "stdafx.h" #include "HttpServer.h" #define PAYLOAD_BUFFERSIZE 256 #define HTTP_GET_LENGTH 256 HttpServer::HttpServer(u_short useport): IOCPServer(useport) { } HttpServer::~HttpServer() { } BOOL HttpServer::DeriveAcceptEx(PerIOData *listeniodata) { AMS_DBUG("do nothing in base class\n"); return TRUE; ...
[ "crasyangel@163.com" ]
crasyangel@163.com
a0ec700da001ebcf1141bb7c97e0d9643a0f2afc
62a59776b662227a38c4e52ed3f8675af5238145
/headers/irrwidget.h
87cae8c506719685653fa6bbaf3f346724f8915f
[]
no_license
wangscript007/Just-Another-Tetris-Game
4a844f8246d269aba0edca46635f9d2ce2db8f44
6cf44a50ba62c28d55528f912719b148a3479e3e
refs/heads/master
2021-05-28T21:12:45.921142
2014-07-06T15:42:31
2014-07-06T15:42:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,987
h
#ifndef QIRRWIDGET_H #define QIRRWIDGET_H #include "CGameApplication.h" #include <QWidget> #include <QResizeEvent> #pragma GCC diagnostic ignored "-Wunused-parameter" #pragma GCC diagnostic ignored "-Wunused-variable" #include <irrlicht.h> #pragma GCC diagnostic warning "-Wunused-parameter" #pragma GCC diagnostic war...
[ "hokan@a381b935-a386-e29a-64a5-071a85445432" ]
hokan@a381b935-a386-e29a-64a5-071a85445432
aa4af52793367e48bccc41c77a9c4989baeeabe3
88935ce124c354acdb013df9a499067444829ca0
/solutions/1021.cpp
450228f8725fc355953e8b82605589ff27f95ed5
[]
no_license
pascal-the-elf/TIOJ-ASE
6883e4d0d0a23f02d3f2efe58bf5bd9537952384
181ba41b732d52f9c8c728be247961dda3bd4398
refs/heads/main
2023-06-04T11:40:20.715491
2021-06-27T16:35:40
2021-06-27T16:35:40
377,033,735
0
0
null
null
null
null
UTF-8
C++
false
false
639
cpp
#include <bits/stdc++.h> using namespace std; long long t,n,v[1<<22],h; bool check; main(){ //cout << (2 ^5 ^4 ^10 ^8 ^11 ^9 ) << '\n'; ios_base::sync_with_stdio(0),cin.tie(0); cin >> t; while(t--){ cin >> h; n = (1LL<<h+1)-1; for(int i = 0; i < n; i++) cin >> v[i]; sor...
[ "jacoblincool@gmail.com" ]
jacoblincool@gmail.com
3fd3a043357569949510376535679a85a9ecde76
476af59c3267d2c865fef50a84a256dcf6dbe191
/C++/Solution475.cpp
18dc8d6a3a5efeca905be1c6afcea408ed16ac34
[]
no_license
yogurt-shadow/leetcode
fb3c2f47e77c3b40b06fa65cffe63095bd6542e7
c824fa13237421afa69d05bb48026e7a2e407d02
refs/heads/master
2023-08-29T04:09:43.859492
2021-11-11T15:16:15
2021-11-11T15:16:15
325,449,621
2
0
null
null
null
null
UTF-8
C++
false
false
787
cpp
#include<iostream> #include<vector> #include<algorithm> #include<unordered_map> #include<unordered_set> using namespace std; typedef long long ll; class Solution475 { public: int findRadius(vector<int>& houses, vector<int>& heaters) { sort(houses.begin(), houses.end()); sort(heaters.b...
[ "1711143@mail.nankai.edu.cn" ]
1711143@mail.nankai.edu.cn
9613f63fe33917cb6d837be41d31a113ddeaf1ff
419d0b562a0029f0a2b16bd39acb3abdf3fb3641
/c++/数据结构/趣味数学题/24点问题.cpp
af8457a50857101d2e51caa98a7e7a408abafae1
[]
no_license
Livemy/example
a77ec106ba3e00b14b1c7cef3b8f7feeaa1ae664
3e7f9eff66db97867ae2507d7d99e8387fc5a453
refs/heads/master
2020-05-16T16:41:27.342782
2017-10-06T17:19:55
2017-10-06T17:19:55
null
0
0
null
null
null
null
GB18030
C++
false
false
2,825
cpp
#include"iostream.h" #include"stdio.h" const int NUM=5; const int GAME=24; int array[NUM]; char symbol[NUM+1]=" +-*/"; int a,b,c,d; int degree=0; void output(int,int,int); void out(int,int,int); void main() { int p,q,r,s; int k,m,n; int temp,wap; int num,j; cout<<"请输入四个数:"<<endl; for(j=1;j<NUM;j++)...
[ "wuguijiadeyu@gmail.com" ]
wuguijiadeyu@gmail.com
3a8584cf162325ba95d8cbcc782c1c1cbd36853d
856b77df352a85e1c63187d614a11827defdc4ea
/training/testOfTryToMatrix/test_tryToMatrix.cpp
5b4001d6886c9bfc6c433f91c7e9463f83fd1e18
[]
no_license
KartoonYoko/tryToClasses
4d4a495437ca0c32c6e3c327f91e0d94c25e30be
5ec4c4553229d23b5145c6d44f7f5ad84483f9d6
refs/heads/master
2020-08-11T19:24:44.530400
2020-01-07T17:34:03
2020-01-07T17:34:03
214,614,610
0
0
null
null
null
null
UTF-8
C++
false
false
2,763
cpp
#include <iostream> #include <cassert> #include "test_tryToMatrix.h" using namespace std; void test_ClassMyMatrix_constructor() { { MyMatrix a; assert((a(0,0) == 0) && "MyMatrix a;"); } { MyMatrix a(2, 2); assert((a(1, 1) == 0) && "MyMatrix a(1, 1);"); } { MyMatrix a(2, 2, 3); as...
[ "crashed9001@gmail.com" ]
crashed9001@gmail.com
792177324929ef3e976a4967f97f2214f2d443ee
98d32633a148aa9c7343830abf83b9e9fb61141d
/슬라이딩 윈도우/2096/2096.cpp
b374819820b21976513fa2e783f7af7373361d5a
[]
no_license
Astro86/baekjoon
d4f6fba1d87a97a790a06d24c62cb0b0561fb49f
e39172a621cff82c13ff0adf70a75fbd59dee3fb
refs/heads/master
2022-10-24T13:17:55.911169
2020-06-11T02:33:24
2020-06-11T02:33:24
245,296,350
1
0
null
null
null
null
UTF-8
C++
false
false
1,340
cpp
#include <bits/stdc++.h> using namespace std; int dp_max[3]; int dp_min[3]; int main(void) { cin.tie(0); cout.tie(0); ios_base::sync_with_stdio(false); int n; cin >> n; for (int i = 0; i < 3; i++) { cin >> dp_max[i]; dp_min[i] = dp_max[i]; } for (int i = 1; i < n; i++)...
[ "ckck803@naver.com" ]
ckck803@naver.com
2fb84b5cb09cadc8288ec85c8f5bdef9788f659e
77da632163112ccab3acfe1ae0da5f820034ebd5
/playerlibrary/src/main/cpp/MediaPlayer/source/sync/MediaSync.h
59fa86796a9b7520284e145b3052b8a340abb178
[]
no_license
zhumingwei/DafuPlayer
d9b1e3f2e104f2e8a664823f4b756db583c02a96
ca506b6bf9c7f5eb2200a21f9aa728e69f07d3d3
refs/heads/master
2022-11-17T17:07:01.799959
2020-07-16T03:29:40
2020-07-16T03:29:40
272,461,479
0
0
null
null
null
null
UTF-8
C++
false
false
2,243
h
// // Created by zhumingwei on 2020/7/7. // #ifndef DAFUPLAYER_MEDIASYNC_H #define DAFUPLAYER_MEDIASYNC_H #include <Thread.h> #include <player/PlayerState.h> #include <decoder/VideoDecoder.h> #include <decoder/AudioDecoder.h> #include <device/VideoDevice.h> /** * 视频同步器 */ class MediaSync : public Runnable { public...
[ "zhumingwei2016@gmail.com" ]
zhumingwei2016@gmail.com
6afbdd80744a78351aa5352fb9ac8cf36675e017
82a716560b1be3956352e21e674a326950ff6dc3
/MachineObject/source/MachineObj_Comm.cpp
0cce6f469f63821ee0debd9c7eeec285c3e7031d
[]
no_license
lake2010/LaserMachine_NoWorktable
0e4103b8fa994be80ef31f14d2e9e7ee11927c98
06b5d14f5001ade3423dbc7576e15b25be994e85
refs/heads/master
2023-03-24T05:10:04.827484
2021-03-23T03:45:46
2021-03-23T03:45:46
null
0
0
null
null
null
null
GB18030
C++
false
false
4,562
cpp
// MachineObj_Comm.cpp : 实现文件 // #include "stdafx.h" #include "MachineObj_Comm.h" #include "MachineObjPoint.h" #include "MachineObjLine.h" #include "MachineObjCircle.h" #include "MachineObjEllipse.h" #include "MachineObjArc.h" #include "MachineObjArcEll.h" #include "MachineObjTiltEllipse.h" #include "MachineObjPolyline...
[ "67619262+forkidd214@users.noreply.github.com" ]
67619262+forkidd214@users.noreply.github.com
03614db0706eb2f8fe5760cb41b25269e260df89
68104eb0f7ec8038879d2a38fe6b7d40b912549e
/tests/myconnection.cpp
978c4ca1eec52b07232836eb8f05c49aa77915f2
[ "Apache-2.0" ]
permissive
RakhithJK/REACT-CPP-AMQP
5bbe233d7f7a1334190ab3645ab9360dd82f9320
c9ee219af64247fb0573eaf8e4ef301a33118cb0
refs/heads/master
2021-12-06T10:17:14.797780
2015-10-30T11:10:51
2015-10-30T11:10:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,716
cpp
/** * MyConnection.cpp * * @copyright 2014 Copernica BV */ #include "myconnection.h" /** * Constructor */ MyConnection::MyConnection(React::Loop *loop, const std::string& host) : _loop(loop), _connection(loop, this, host, 5672, AMQP::Login("guest", "guest"), "/"), _channel(nullptr) {} /** * Me...
[ "martijn.otto@copernica.com" ]
martijn.otto@copernica.com
c79cff82bbdd715cbadff580ddca753e7c3b7f84
e2c5261fc9b04a9972f98f05dd10dfd24da5f662
/C_Dominant_Piranha.cpp
8e73606fb4067f2726412f5e7577b5d6745d9aa8
[]
no_license
sash7410/coding
baf9d8735b6553f0da31f9dceb49c5d6f7db71ce
2a67e5ffe8d2176e2072b3c92a3c7c471f1edb6f
refs/heads/master
2023-03-26T18:20:43.140308
2021-03-16T19:26:37
2021-03-16T19:26:37
299,128,014
1
3
null
2020-10-19T05:51:38
2020-09-27T22:08:49
C++
UTF-8
C++
false
false
2,642
cpp
#include<bits/stdc++.h> using namespace std; #define gc getchar_unlocked #define fo(i,a,b) for(int i=a;i<b;i++) #define rfo(i,a,b) for(int i=a;i>=b;i--) #define mfo(it,m) for(auto it=m.begin(); it!=m.end(); it++) #define Fo(i,k,n) for(int i=k;k<n?i<n:i>n;k<n?i+=1:i-=1) #define ll long long int #define si(x) scanf("%d",...
[ "sashankrm11@gmail.com" ]
sashankrm11@gmail.com
e177a1b9834f78966523d4b1c5b6a46efd39de29
1b091302660b32d47d22ce3c4834af5f002c7ca3
/UWPSamples/IntroGraphics/SimpleMSAA_UWP/SimpleMSAA.cpp
bf5e9c8589a4d13a1fa2801a4116a47304af4209
[ "MIT" ]
permissive
lb-YoshikiDomae/Xbox-ATG-Samples
bf13c65a82f453b74b270af24b88461b42e99c03
76d236e3bd372aceec18b2ad0556a7879dbd9628
refs/heads/master
2021-07-08T14:42:56.429213
2017-10-03T00:28:02
2017-10-03T00:28:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,610
cpp
//-------------------------------------------------------------------------------------- // SimpleMSAA.cpp // // This sample demonstrates setting up a MSAA render target for DirectX 11 // // Advanced Technology Group (ATG) // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------...
[ "chuckw@windows.microsoft.com" ]
chuckw@windows.microsoft.com
d3361adec403c8982ce7fb18ed1496839777369f
d2660af113b6d8f3c4ea1753cf517ba4385dd745
/client/src/viewmodel/ViewModel.cpp
f2d023083a97e61edb48043ac05e49e4360e1002
[]
no_license
INanaay/CPP_babel_2018
fcb289c4801af53ba32c4927ec194ca629aeaf85
c0a7ec8db87369b5121d865e85537e271ea2f02e
refs/heads/master
2020-12-27T23:25:07.366437
2018-10-08T12:09:13
2018-10-08T12:09:13
238,103,445
0
0
null
null
null
null
UTF-8
C++
false
false
1,869
cpp
// // Created by NANAA on 28/09/18. // #include <client/inc/viewmodel/ViewModel.hpp> #include <thread> ViewModel::ViewModel() : m_mainWindow(nullptr) { m_loginScreen = new loginScreen(); m_client = new Client(); if (m_client == nullptr || m_loginScreen == nullptr) throw std::exception(); m_client->setM_viewM...
[ "nathan.lebon@epitech.eu" ]
nathan.lebon@epitech.eu
f6167c3bd829b4323011951bf66be84140618d1c
d372fe6989bfff97a264b72509fa65284efadb0e
/src/Subsystems/IntakeSystem.cpp
dfa7d62fd756dc0766af75527665205623a46b02
[]
no_license
Robodox-599/Emma_CommandBased
89918618ffb84844e91eec915fbf6a4d3e9ce0c0
b6cd3124246c220e7a451213e23c0eef70fa0251
refs/heads/master
2020-03-21T21:36:00.419728
2018-12-11T00:37:55
2018-12-11T00:37:55
139,072,799
0
0
null
null
null
null
UTF-8
C++
false
false
1,188
cpp
/*----------------------------------------------------------------------------*/ /* Copyright (c) 2017-2018 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of...
[ "hungryleo9316@gmail.com" ]
hungryleo9316@gmail.com
3013c2bdb0ff272c22de3bbf747b13165184adb4
78a6919f17d1eb4b1b570fd3ff60476d8cf4f702
/node_modules/core/GradeLevel.h
b8e30f47dbd16d0ea495c7cd64b1af0cfb00d046
[]
no_license
limiteegod/football
c5b4f770d81d74ebfdb31003018bb8bb52ade1ad
7a9f531506a77e05e1c9bdead5ada6ac28d7bc8d
refs/heads/master
2021-01-02T08:33:53.450156
2014-11-18T15:02:22
2014-11-18T15:02:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
643
h
#ifndef GRADELEVEL_H #define GRADELEVEL_H #include <node.h> class GradeLevel:public node::ObjectWrap { public: static void Init(); static v8::Handle<v8::Value> NewInstance(const v8::Arguments& args); private: explicit GradeLevel(int levelCount = 0); ~GradeLevel(); sta...
[ "limiteemail@163.com" ]
limiteemail@163.com
08a8d27fb77630342684d012c335b9f81b961512
f1533c3b39e8f2e1d9dc8790a8fbd0c485d544e9
/Queue_ReversalUsingRecursion_Webinar.cpp
820e94fe7b092d7ae6e584256aedd38bfadecf17
[]
no_license
sweetyburnwal/Coding-Block
953cffe9ca0c51f72d77bf5e13a13fa2ffb62418
23ed1e23091ba66dc1daefa3861e71948b14999c
refs/heads/master
2020-12-26T18:40:41.626354
2020-02-01T10:55:47
2020-02-01T10:55:47
237,599,582
0
0
null
null
null
null
UTF-8
C++
false
false
475
cpp
#include<iostream> #include<queue> using namespace std; void reverseQueue(queue<int> &q) { if(q.empty()) { return; } int frontElement=q.front(); q.pop(); reverseQueue(q); q.push(frontElement); } void print(queue<int> q) { while(!q.empty()) { cout<<q.front()<<endl; q.pop(); } ...
[ "sweetyburnwal013@gmail.com" ]
sweetyburnwal013@gmail.com
eadc9c5bed0e21590407ea6c3da0ff636cd588ed
6ef3a9321d3da3a3aa3aa832cf81f9b6df64d597
/CocosWidget/ToggleView.cpp
5fb1f4f8ce76d0de7132c092b5fe13b2345f0f82
[]
no_license
live17909/Tui-x
389db3917e274687d7822fe61178003d5c82f81f
e4c75af95cc4b5777e3edeffc7f4215a38edada0
refs/heads/master
2021-01-22T11:05:00.354815
2014-05-12T16:22:20
2014-05-12T16:22:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,999
cpp
/**************************************************************************** Copyright (c) 2014 Lijunlin - Jason lee Created by Lijunlin - Jason lee on 2014 jason.lee.c@foxmail.com http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated ...
[ "342854406@qq.com" ]
342854406@qq.com
6adc87608110a3d65118d3116cd6e749d1b60bb7
5c4331a9981faf34a386ca62ccfe049946d78289
/src/compiler/code-assembler.cc
4844355abb08e61a694f9ae669e201477a21cf67
[ "BSD-3-Clause", "SunPro", "bzip2-1.0.6" ]
permissive
stefb965/v8
391c624aa9283e8b7ca256d4b9b33c9a23288e44
679b31c21425ecdd86c40a8a02ac131b72f7bc6b
refs/heads/master
2021-01-13T17:20:28.139535
2016-12-21T15:14:16
2016-12-21T15:14:16
77,066,477
0
0
NOASSERTION
2019-05-11T23:58:31
2016-12-21T16:09:34
C++
UTF-8
C++
false
false
27,053
cc
// Copyright 2015 the V8 project 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 "src/compiler/code-assembler.h" #include <ostream> #include "src/code-factory.h" #include "src/compiler/graph.h" #include "src/compiler/instr...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
fa8a530bc615ae394c4c38b854fb555377173b7c
81c637923a054d1255e150c0488dca2936bee8a9
/dialog.h
bc07c3a0928299db2e9aa0e3e49bdf62a3652797
[]
no_license
IIaKyJIuH/Morse-Translator
d01ca86b3037c37795619a610a9976155e3f3eed
c70e3074282623362b8b5c9c2aa234236ca81cb1
refs/heads/master
2023-05-28T01:00:41.458335
2021-06-21T10:08:02
2021-06-21T10:08:02
378,883,720
0
0
null
null
null
null
UTF-8
C++
false
false
303
h
#ifndef DIALOG_H #define DIALOG_H #include <QDialog> namespace Ui { class Dialog; } class MTAboutDialog : public QDialog { Q_OBJECT public: explicit MTAboutDialog(QWidget *parent = nullptr); ~MTAboutDialog(); private: Ui::Dialog *ui; void setLabelText(); }; #endif // DIALOG_H
[ "pakylin3@mail.ru" ]
pakylin3@mail.ru
e56cbc13139707fee133dbd8262ad6353add5d43
a7261fb9bf2df817e6592d409b056f35fa84b10b
/src/opentrade/adapter.h
14c6b21c03c0b772b8f39bca3ceb234b249c5a33
[ "Apache-2.0" ]
permissive
yssource/opentrade
3a194d1cd46414a3b097ab3f801f5b1cd5bb2710
738cb330e9656e9a1eade48d6e0b9b601a62178b
refs/heads/master
2020-04-22T15:52:08.431348
2019-03-27T13:44:51
2019-03-27T13:44:51
170,490,117
0
0
Apache-2.0
2019-02-13T10:41:22
2019-02-13T10:41:22
null
UTF-8
C++
false
false
1,748
h
#ifndef OPENTRADE_ADAPTER_H_ #define OPENTRADE_ADAPTER_H_ #include <tbb/atomic.h> #include <memory> #include <string> #include <unordered_map> #include "utility.h" namespace opentrade { static const char* kApiVersion = #ifdef BACKTEST "backtest_" #endif "1"; class Adapter { public: virtual ~Adapter(); ...
[ "info@opentradesolutions.com" ]
info@opentradesolutions.com
15d6d159d6d464d5ae08b2b26700d1dc8078df9d
bae98443e5b6c44422937930adbc7719e98173d5
/KommandoZeilenParameter.cpp
836dfbf50f2a5dcaf56ae815c1645a499b0e876b
[]
no_license
OSSGames/GAME-SPORTS-BillardGL
cca9c63f5b99839d928b4926cb36b9c370c07544
0626fc1691dce8bd5948584013fa7388b54cd4d4
refs/heads/master
2020-04-30T20:19:19.409090
2019-03-25T15:55:24
2019-03-25T15:55:24
177,062,762
0
0
null
null
null
null
UTF-8
C++
false
false
10,507
cpp
#include <GL/glut.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include "Namen.h" #include "KommandoZeilenParameter.h" void SchreibeKonfiguration(){ FILE *f; #ifndef _WIN32 char dateiname[40]; sprintf(dateiname,"%s/.BillardGL.conf.v7",getenv("HOME")); f=fopen(dateiname,"w+"); #endif #ifdef _WI...
[ "martiniturbide@gmail.com" ]
martiniturbide@gmail.com
15423a2065c87cf94e370c20859b1ad4df490523
8ec5482489a05f29172dae9b95b70b03d386af03
/sources/utils/converter/opcode/OPC_AABBCollider.h
8e2b3e4116b4102e22f6293595d2a88008d9bdaf
[]
no_license
abramcumner/xray_re-tools
ed4d364a3d3aeda31cfebeb5df03a3d724f1f531
2222ad023c0656cbbdbe7e93d59f7bed29387e5d
refs/heads/master
2023-05-27T01:30:07.434712
2023-05-20T11:56:05
2023-05-20T11:57:23
65,939,733
31
17
null
2023-05-21T13:07:14
2016-08-17T20:30:04
C++
UTF-8
C++
false
false
4,536
h
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /* * OPCODE - Optimized Collision Detection * Copyright (C) 2001 Pierre Terdiman * Homepage: http://www.codercorn...
[ "SND\\abramcumner_cp" ]
SND\abramcumner_cp
a2400f5926e9527f17562bd8122b7163fde3dd2d
034c3ed44f6dced89da705351497564242ebd51b
/PinEngine/PinEngine/Utility/BuildPath.cpp
f9791d4c97d64258e144eebbd52c4e2dc340944c
[]
no_license
magnetsrev/PinEngine
42038dc76552c7410b6d666a2f429d617f028b93
bc59a9a7257735452ca0b74400ccacf57a9643dc
refs/heads/master
2021-05-19T12:28:23.806498
2019-12-28T23:49:08
2019-12-28T23:49:08
251,698,360
1
0
null
2020-03-31T18:39:23
2020-03-31T18:39:22
null
UTF-8
C++
false
false
364
cpp
#include "BuildPath.h" namespace PinEngine { std::wstring BuildPath() { #ifdef _DEBUG //Debug Mode #ifdef _WIN64 //x64 return L"..\\x64\\Debug\\"; #else //x86 (Win32) return L"..\\Debug\\"; #endif #else //Release Mode #ifdef _WIN64 //x64 return L"..\\x64\\Release\\"; #else //x86 (Win32) re...
[ "pindrought@gmail.com" ]
pindrought@gmail.com
10158bf64fab94819cc4d865dd01df4ada394e67
ce056f70c1b52f221feda19cda470de45c9e0d48
/device/bluetooth/test/fake_remote_gatt_characteristic.h
d6776e9c1f700d4454ca595ec4c8da068a6b6805
[ "BSD-3-Clause" ]
permissive
Nagist91/chromium
454b4a480cefa88ac1bdcb66092653ffae5b1f49
b6da71c648bf7961a73fe6fc5e2bfca7d1eeee2b
refs/heads/master
2023-01-02T03:28:50.786182
2020-05-19T11:59:13
2020-05-19T11:59:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,042
h
// 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. #ifndef DEVICE_BLUETOOTH_TEST_FAKE_REMOTE_GATT_CHARACTERISTIC_H_ #define DEVICE_BLUETOOTH_TEST_FAKE_REMOTE_GATT_CHARACTERISTIC_H_ #include <map> #include ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
a908018c50c4c30d1de5a8bed7ec6e5f2f6804d1
6aa1adec9d0bbf9a62aab0dbd1c03740e8004665
/src/CApp.cpp
65a91af0f552ca9760e606d3737066ab4d465f5b
[]
no_license
samowitsch/sdl-project-template-makefile
1b757e3819aee56983afbc76d5419ba25d7e5bab
96b98714faeb6dc098e074d7e80f2cafcb8641d4
refs/heads/master
2021-05-04T06:20:17.867807
2020-03-29T20:10:01
2020-03-29T20:10:01
71,060,848
2
0
null
null
null
null
UTF-8
C++
false
false
10,004
cpp
// ============================================================================ // [Include Section] // ============================================================================ #include "Common/CGGlobals.h" #include "CApp.h" #include "CppCangaja/CGSprite.h" // =====================================================...
[ "info@motions-media.de" ]
info@motions-media.de
15267c551b3b2875864f221bfd0961853e6098df
772b7ad6e8b7d1bd31ef986b90efd86bd2ef56f2
/source/main.cpp
62cdcc0e81e51c7161c403d0895c81c988a788e6
[ "MIT" ]
permissive
TricksterGuy/switch-template
9e931920c970471a90c3be1df7d978a9d5bf5eaa
01e46e3203f820be42a4434a0a5e01b759164d8d
refs/heads/master
2022-09-01T11:14:15.500971
2020-05-31T03:09:06
2020-05-31T03:09:06
266,689,349
3
0
null
null
null
null
UTF-8
C++
false
false
1,090
cpp
#include <string.h> #include <stdio.h> #include <switch.h> int main(int argc, char **argv) { // Initialize console. Using NULL as the second argument tells the console library to use the internal console structure as current one. consoleInit(NULL); // Switch console is 80x44 // To move the cursor you...
[ "tricksterguy87@gmail.com" ]
tricksterguy87@gmail.com
a8d549ee4b9261c0b09d5a707f0218596fc54a74
62886cb2c0658d4b3a9609709c5f7de4156e17bc
/old/19S/CS112/LABS/lab01/PlayListTester.cpp
65b3fa863773c962980cb640e80bf3613709f545
[]
no_license
Jacob-Brink/Notes
a3f69e5342b64ede7ccda7b070056a80dc2e1652
9e33b0d9d4a6b20880dc9f87c09ce3817c842b53
refs/heads/master
2022-12-10T10:21:45.527189
2020-09-10T04:49:41
2020-09-10T04:49:41
294,305,478
0
0
null
null
null
null
UTF-8
C++
false
false
3,515
cpp
/* PlayListTester.cpp defines the PlayList test-methods. * Student Name: jpb34 * Date: Feb 5, 2019 * Lab: 01 * Begun by: Joel Adams, for CS 112 at Calvin College. */ #include "PlayListTester.h" #include "PlayList.h" #include <cassert> #include <iostream> using namespace std; void PlayListTester::runTests() { c...
[ "jacob@localhost" ]
jacob@localhost
ae1c39ac9af01b72150eb32e8a95d90d0ef066b8
43324425eda25c2f9760701896e87051e22fa1a2
/filter.cxx
fbe469cf0c8bec05a6e766bc648ada82adc073fd
[]
no_license
Brookii/hw4
71061895da522e06da23c353176fcf225ba7cdbc
35f89526a1bd400bfa07f775d6c30f300288e64f
refs/heads/master
2020-12-31T01:11:50.672279
2015-11-24T15:01:34
2015-11-24T15:01:34
46,434,015
0
0
null
2015-11-18T17:03:37
2015-11-18T17:03:37
null
UTF-8
C++
false
false
1,069
cxx
#include <cmath> #include <iostream> #include <cstdlib> #include <fstream> #include <string> using namespace std; void reading(const int N, double* p, const string noisy); void Ausgabe_auf_englisch(const int N, double* p, const string noisy); void filtern(const int N, double* p, const string noisy); int main(){ con...
[ "martin.boeckmann@uni-duesseldorf.de" ]
martin.boeckmann@uni-duesseldorf.de
c1aa34a71b14660f099f454c7782b1e91f6e0757
293279d940b97ad5a2b98f27d2fe8368f7a7f50c
/gammaee/luminosity/src/CrystalStudy/Class/CrystalStudy.cc
98e88857437e3f992c529e9a0dc4bd3a503cc5b9
[]
no_license
jpivarski-talks/1999-2006_gradschool-1
51a59a9d262a34d4d613d84bd6a78a0e2675db06
11abf09e8dc3b901627e9a7349d9c98bea250647
refs/heads/master
2022-11-19T12:16:19.477335
2020-07-25T01:18:29
2020-07-25T01:18:29
282,235,487
0
0
null
null
null
null
UTF-8
C++
false
false
7,409
cc
// -*- C++ -*- // // Package: CrystalStudy // Module: CrystalStudy // // Description: <one line class summary> // // Implementation: // <Notes on implementation> // // Author: Jim Pivarski // Created: Thu Apr 14 11:41:14 EDT 2005 // $Id$ // // Revision history // // $Log$ // #include "Experiment...
[ "jpivarski@gmail.com" ]
jpivarski@gmail.com
38b81b61c089bb0ddb86e69f166d231becf59cf2
204201d53fd444670dc23999e0de0862559512a2
/Asignatura.cpp
337bf2ada59fdb964fb3ff3ca2bd9638f3804b01
[]
no_license
cristian6aston/tenoinflab
11de21f61cd719e00bc257529ec8829ff0ac27fb
1f8904a82040f0a7ac8695ac470277931232152b
refs/heads/master
2021-01-09T06:38:47.654553
2016-06-14T00:03:22
2016-06-14T00:03:22
61,076,866
0
1
null
2016-06-14T00:03:23
2016-06-13T23:39:02
C++
UTF-8
C++
false
false
1,104
cpp
#include <string> #include <iostream> #include "Asignatura.h" using namespace std; Asignatura::Asignatura(){ this->codigo = 0; this->nombre = " "; this->creditos = 0; } Asignatura::Asignatura(const Asignatura& asignatura){ this->codigo = asignatura.codigo; this->nombre = asignatura.nombre; th...
[ "cristian6aston@gmail.com" ]
cristian6aston@gmail.com
b30068cb1cf3662db55aac28304230a15ff66611
5d0ddbd6f42843ded4d5ba18966dc130725607d2
/c13.code/uintah/branches/pearls/src/Core/Geometry/Plane.h
e32a7a3f542ae987e0780da50edf244307a12a31
[ "MIT" ]
permissive
alvarodlg/lotsofcoresbook2code
b93ad62e015d205e4f550028ceb54254023021ee
a2dbeb306fa29ae6663ae29b2c4c132608375cf0
refs/heads/master
2020-12-31T03:02:22.579614
2015-09-02T15:23:18
2015-09-02T15:23:18
54,509,919
2
1
null
2016-03-22T21:27:56
2016-03-22T21:27:56
null
UTF-8
C++
false
false
2,368
h
/* * The MIT License * * Copyright (c) 1997-2015 The University of Utah * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * right...
[ "ryan.g.coleman@gmail.com" ]
ryan.g.coleman@gmail.com
efa184801b1f02f76eff3743b96c8d899acd80df
428989cb9837b6fedeb95e4fcc0a89f705542b24
/erle/ros2_ws/install/include/rcl_interfaces/srv/dds_opensplice/list_parameters__type_support.cpp
44777f9d3c4879e1c12683244e585e7916caafa7
[]
no_license
swift-nav/ros_rover
70406572cfcf413ce13cf6e6b47a43d5298d64fc
308f10114b35c70b933ee2a47be342e6c2f2887a
refs/heads/master
2020-04-14T22:51:38.911378
2016-07-08T21:44:22
2016-07-08T21:44:22
60,873,336
1
2
null
null
null
null
UTF-8
C++
false
false
141
cpp
/home/erle/ros2_ws/build/rcl_interfaces/rosidl_typesupport_opensplice_cpp/rcl_interfaces/srv/dds_opensplice/list_parameters__type_support.cpp
[ "igdoty@swiftnav.com" ]
igdoty@swiftnav.com
73757743bc4c748f351e35c2737bae812ff5dee6
ed375380b4eb9d572dc837bb2b9899b230152392
/variety_const_instance_implementation.h
ae130c11cb76f5e6eba8aa898c8188c35e51acb6
[]
no_license
fdt1/collection
53ad8bd14265a4d7640cee6a241b952dd0001b9e
2b7eb8860dcd856a6d46561478532b5b09872c4c
refs/heads/master
2021-01-19T20:19:04.220488
2015-12-20T14:25:44
2015-12-20T14:25:44
37,906,930
0
0
null
null
null
null
UTF-8
C++
false
false
982
h
/* * variety_const_instance_implementation.h * collection * * Created by Francois et Fabienne on 11/11/10. * Copyright 2010 __MyCompanyName__. All rights reserved. * */ #pragma once #include "variety_static_types.h" #include "variety_adapter.h" namespace variety { namespace internal { template ...
[ "FDT1@LW5-FDT1-CEM.dsone.3ds.com" ]
FDT1@LW5-FDT1-CEM.dsone.3ds.com
9bb6db84c597990af8c30cbae681dbcd4095de2b
962213848e5f4989c2f1b692ef9baa604b2c3152
/910.cpp
396e314cef8e86981371cc8665758b4084de442a
[ "MIT" ]
permissive
BYOUINZAKA/LeetCodeNotes
bfc9634bf538b711edefcd7e38a383b625744bda
48e1b4522c1f769eeec4944cfbd57abf1281d09a
refs/heads/master
2022-12-02T14:12:14.855840
2020-08-22T10:41:06
2020-08-22T10:41:06
283,944,029
0
0
null
null
null
null
UTF-8
C++
false
false
666
cpp
/* * @Author: Hata * @Date: 2020-05-20 16:42:02 * @LastEditors: Hata * @LastEditTime: 2020-05-20 16:51:57 * @FilePath: \LeetCode\910.cpp * @Description: https://leetcode-cn.com/problems/smallest-range-ii/ */ #include <bits/stdc++.h> class Solution { public: int smallestRangeII(std::vector<int> &A, int K) ...
[ "2606675531@qq.com" ]
2606675531@qq.com
0ddb799b0f086f2d9533068861e350cfd1ecb39b
12684d47f6bf95f141b4e03ff3af97f5e0808ded
/src/configmanager.hpp
1c22a08148d1136398a16074747b545a6102086a
[ "MIT" ]
permissive
olekolek1000/MPS
41b27c1bed5a1a9e5a16ba52ca6ee5668f469ef0
30461844febb50fadf744cfbaeef88fbfdd5538f
refs/heads/master
2021-06-11T20:06:40.926236
2021-06-05T21:21:11
2021-06-05T21:21:11
117,428,019
9
9
MIT
2021-06-05T21:21:12
2018-01-14T12:27:27
C++
UTF-8
C++
false
false
400
hpp
#pragma once #include <string> #include <map> #include <fstream> class ConfigManager{ std::string filename; std::map<std::string, std::string> options; std::fstream file; bool good=false; public: ~ConfigManager(); bool open(const char* filename); std::string getvarS(const char* n); int...
[ "aleksander@olekolek1000.com" ]
aleksander@olekolek1000.com
26509e2e87408b67193e222d1990a21a8c1c5a65
df90ed23a49dba79f61e5a28366424f0ecec60de
/src/security/uncipher_file.cpp
ff33d72c325c211d4d3fc095788cf9d9d02f254c
[ "BSD-2-Clause" ]
permissive
Damdoshi/LibLapin
306e8ae8be70be9e4de93db60913c4f092a714a7
41491d3d3926b8e42e3aec8d1621340501841aae
refs/heads/master
2023-09-03T10:11:06.743172
2023-08-25T08:03:33
2023-08-25T08:03:33
64,509,332
39
12
NOASSERTION
2021-02-03T17:18:22
2016-07-29T20:43:25
C++
UTF-8
C++
false
false
833
cpp
// Jason Brillante "Damdoshi" // Hanged Bunny Studio 2014-2018 // // Lapin library #include "lapin_private.h" #define PATTERN "%s file, %d ciphering algorithm, %p key -> %s" bool bunny_uncipher_file(const char *file, t_bunny_ciphering cip, const t_bunny_cipher_key *key) { char *c...
[ "jbrillante@anevia.com" ]
jbrillante@anevia.com
a8bfd06a72074627717a81eb363f96d5fb2dac0e
b7f3edb5b7c62174bed808079c3b21fb9ea51d52
/components/autofill_assistant/browser/actions/select_option_action.cc
9e807659668d9b1a89bee41675f7ac1b0626d438
[ "BSD-3-Clause" ]
permissive
otcshare/chromium-src
26a7372773b53b236784c51677c566dc0ad839e4
64bee65c921db7e78e25d08f1e98da2668b57be5
refs/heads/webml
2023-03-21T03:20:15.377034
2020-11-16T01:40:14
2020-11-16T01:40:14
209,262,645
18
21
BSD-3-Clause
2023-03-23T06:20:07
2019-09-18T08:52:07
null
UTF-8
C++
false
false
2,608
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/autofill_assistant/browser/actions/select_option_action.h" #include <utility> #include "base/bind.h" #include "base/callback.h" #in...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
8c429cbdb847d750eb1a35fa3b9d67c76b5c76a5
404798431504c0ef33fe97979de436a48717d552
/VehicleRouting/IO/read.hpp
0fb86a2bce257eb34c3e189882818fb56b913519
[]
no_license
ShiyaoBian6639/KoalaOpt
ec887077f5d528096cafe6cee68a722a0d54e3bb
d12602e3f43b9ee6b23a3d6202be7d29dce764bb
refs/heads/master
2023-03-19T08:29:31.529617
2021-03-08T16:36:27
2021-03-08T16:36:27
327,836,993
0
0
null
null
null
null
UTF-8
C++
false
false
742
hpp
#pragma once #ifndef _READ #define _READ #include<iostream> #include<string> #include<fstream> #include<chrono> #include<boost/unordered/unordered_set.hpp> #include<boost/numeric/ublas/vector.hpp> using namespace std; class Read { public: /* class attributes */ string fileName; string instanceName; int numVehi...
[ "biansyao@gmail.com" ]
biansyao@gmail.com
615bde32b5d98b0d853dd9b862eafcbbfe7bf30d
6953ba98fa153dfd717373de0297768d3489b2b9
/ZoyeeUtils/IPCInterface.cpp
009deb9e9fc4c70b0232d817b6475ed3d54e1fb5
[]
no_license
cnsuhao/ZoyeeStudio
dfbad9788b61b44f88bb9ebd1f10d88010a49ce4
f557b532ec3c541905df57819c1773d6f661d387
refs/heads/master
2021-08-23T14:20:50.915373
2017-11-02T09:44:05
2017-11-02T09:44:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,021
cpp
#include "IPCInterface.h" #include "ShareMemory.h" #include <iostream> using namespace ZoyeeUtils; void ZoyeeUtils::IPC_Object::SetRecvFunctionPtr( pfnIPCRecv pfn ) { if (pfn){ m_pfnRecv = pfn; }else{ m_pfnRecv = DefaultRecv; } } void ZoyeeUtils::IPC_Object::DefaultRecv( const char* pbuff, cons...
[ "fatezhou@1f32d0c8-6060-4c7c-b718-6400a953a10a" ]
fatezhou@1f32d0c8-6060-4c7c-b718-6400a953a10a
c46cc1ea6ea20ddb8ecc623af0904232c5c94a66
6b5a3513abb161f1aedca6e7e6a3c0cbd350d54d
/Ship.cpp
d86f57c9d298ab30b61ea0a936227e99afdae5c9
[]
no_license
CharlyBong/Algo_Atlantik
0de65180f29298612e0b88542000da84f934b187
8d3d8ba3ba91c7e7d0148fe92c5b10ddadec7977
refs/heads/master
2021-01-18T15:17:00.007658
2015-01-29T08:31:46
2015-01-29T08:31:46
29,136,634
0
1
null
null
null
null
UTF-8
C++
false
false
922
cpp
#include "Ship.h" #include "KestrelEngine.h" #include "KestrelHull.h" using namespace std; Ship::Ship(){ _nom = "Defaultname"; _engine = new KestrelEngine(); _hull = new KestrelHull(); } Ship::Ship(string nom, Engine* e, Hull* h){ _nom = nom; _engine = e; _hull = h; } Ship::Ship(cons...
[ "CharlyBong@users.noreply.github.com" ]
CharlyBong@users.noreply.github.com
e0777d1f93696547293ffe7b5e604d6b2b156dbd
a6b698105aec67701cdd509cb9a48528786049d2
/RegainEarthCheat/SDK/WB_PlayButton_parameters.h
d7b827f29d95df98de27caf66cdc4b360756d8f3
[]
no_license
ejiaogl/RegainEarth-Cheat
859d44d8400a3694b4e946061b20d30561c6304f
4136c2c11e78e9dbb305e55556928dfba7f4f620
refs/heads/master
2023-08-29T09:39:45.222291
2021-10-19T19:56:05
2021-10-19T19:56:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,667
h
#pragma once // Name: RegainEart-FirtstStrike, Version: Version-1 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Parameters //-----------------------------------...
[ "64608145+Fischsalat@users.noreply.github.com" ]
64608145+Fischsalat@users.noreply.github.com
68965d55adbac2cf4ce22ccf5603460f5d651b18
7021c0fe34acca0d34573b1a15e787cde8e7232a
/9_11_practice_chapter/9_11_practice_chapter.cpp
73b1eb63165bccf74bd6cf5d3262891ab4e4fb80
[]
no_license
burdensome/CPP_TBC_CH9
98615448bb0d3c66679e8eb31735c93b078aa419
04e0572e9354fd95c14fdeb57598abe62082fc02
refs/heads/master
2023-04-10T01:04:18.526835
2021-04-12T10:04:34
2021-04-12T10:04:34
357,144,406
0
0
null
null
null
null
UHC
C++
false
false
2,647
cpp
#include <iostream> #include <cassert> using namespace std; class Mystring { //private: // 일반적인 구현에선 private가 맞는데 주소찍으려고 public으로 한 것 뿐. incapsulation에는 private이 좋겠따. public: char* m_data = nullptr; int m_length = 0; public: Mystring(const char* source = "") { cout << "Default constructo...
[ "gudejrwkd@gmail.com" ]
gudejrwkd@gmail.com
86c2f8ad20b93c5e23f8bd4750effa821d941d64
a18a07d1b4ed6ceabdaaf2d732f167f8413dfba1
/travis/src/order_vector.cpp
a5de5d7379d59fcdc283576c9cb361ef4242270d
[]
no_license
craabreu/memory_respa_tests
9b221d46a80fc48425c05efdd1723c6201aa40d3
53a6bb3b79a5e3d9317a59cce6b7afdac802b3df
refs/heads/master
2020-04-29T10:20:54.988359
2019-05-02T04:27:15
2019-05-02T04:27:15
176,059,226
1
0
null
null
null
null
UTF-8
C++
false
false
12,219
cpp
/***************************************************************************** TRAVIS - Trajectory Analyzer and Visualizer http://www.travis-analyzer.de/ Copyright (c) 2009-2019 Martin Brehm 2012-2019 Martin Thomas 2016-2019 Sascha Gehrke This file was written by ...
[ "abreu@eq.ufrj.br" ]
abreu@eq.ufrj.br
30b83604dd1bd39235d6e1c8600a41d8cd333fe9
5aea11aa069a178a10e749906b549e3329eaf10a
/SurfaceClip/qSlicerSurfaceClipModule.cxx
b460937c5e987abd430bef99f880187649546c6e
[]
no_license
cy15196/SurfaceClip
d3dde5ca5ed9422a493d449b57770fc2eb8d9840
89d1e74c38656cb00bd807472250b7ab5a9532ed
refs/heads/master
2020-04-30T14:16:15.171220
2013-06-19T08:16:08
2013-06-19T08:16:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,812
cxx
/*============================================================================== Program: 3D Slicer Portions (c) Copyright Brigham and Women's Hospital (BWH) All Rights Reserved. See COPYRIGHT.txt or http://www.slicer.org/copyright/copyright.txt for details. Unless required by applicable law or agreed to ...
[ "xiaojunchen@163.com" ]
xiaojunchen@163.com
8c9dd1aab5efa11eef2f8a1b3723dffeab66f04e
22d4ec8baf3258edf318a7832a169a11e9fd12d1
/Flocking/Font.h
04fef82ddc0f17190057bf629e5534af15fed297
[]
no_license
Laurareilly/EventSystem
fee7f902266f8d9c6766ee8b3eb56517a4e322ef
e219f4499b88373c0d45d48f8f317d36449bfb4f
refs/heads/master
2021-07-22T20:48:47.566374
2017-10-31T00:25:11
2017-10-31T00:25:11
108,455,791
0
0
null
null
null
null
UTF-8
C++
false
false
368
h
#include <RakNet/WindowsIncludes.h> #include <Trackable.h> #include <allegro5/allegro.h> #include <allegro5/allegro_font.h> #include <allegro5/allegro_ttf.h> #include <string> class GraphicsSystem; class Font :public Trackable { public: Font(const std::string& filename, UINT size); ~Font(); private: ALLEGRO_FONT* ...
[ "laura.reilly@mymail.champlain.edu" ]
laura.reilly@mymail.champlain.edu
03319fd61996a7716fbfbff203d03db51dbda74a
8b3b851305e3371a0532e81b1bfc6c66866e5fd3
/TCP/client_windows.cpp
77c46e4a3d11000090765afddc6979962f559726
[]
no_license
kali-zhushui/cpp
e0b70de57260c0ff5fe9798b525578aea8206d3a
ed2434e91e05f8d03622d23cd8f203b682235644
refs/heads/master
2020-04-16T01:51:02.414444
2019-01-11T06:06:24
2019-01-11T06:06:24
null
0
0
null
null
null
null
ISO-8859-1
C++
false
false
1,036
cpp
#include <iostream> #include <stdlib.h> #include <string.h> #include "winsock2.h" #pragma comment(lib,"ws2_32.lib") #define PORTNUM 4600 #define SIZE 128 using namespace std; int main(int argc, char *argv[]) { //1¡¢³õʼ»¯Winsock WSADATA wsd; WSAStartup(MAKEWORD(2,2),&wsd); //2¡¢´´½...
[ "root@WIN-6F7DNCEHGVO.localdomain" ]
root@WIN-6F7DNCEHGVO.localdomain
a8fb20b4c843fcfb89752275e65e8714df7745b4
b28305dab0be0e03765c62b97bcd7f49a4f8073d
/components/autofill/core/browser/autofill_download_manager_unittest.cc
69e2bd6651638298c5ff59b3cea98dd0eecd24da
[ "BSD-3-Clause" ]
permissive
svarvel/browser-android-tabs
9e5e27e0a6e302a12fe784ca06123e5ce090ced5
bd198b4c7a1aca2f3e91f33005d881f42a8d0c3f
refs/heads/base-72.0.3626.105
2020-04-24T12:16:31.442851
2019-08-02T19:15:36
2019-08-02T19:15:36
171,950,555
1
2
NOASSERTION
2019-08-02T19:15:37
2019-02-21T21:47:44
null
UTF-8
C++
false
false
68,660
cc
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/autofill/core/browser/autofill_download_manager.h" #include <stddef.h> #include <list> #include <memory> #include <utility> #includ...
[ "artem@brave.com" ]
artem@brave.com
db120dc58ae8662052c1f3dbf58a8056a3163c04
edb9157ed4d34ca0b5affc41ea2abce51d3c66fd
/src/optimization-seq.cpp
edfd0a38ec840c07a44da87c9339a9dd280f712f
[ "MIT" ]
permissive
Giraudux/turbo-multitask
62703d05bbd9a0f66c8ce87ebed3e0158eef33af
91635d12fcdd755b8e789d4224c9bdbc73030de9
refs/heads/master
2016-08-12T22:20:51.313615
2016-04-08T21:32:12
2016-04-08T21:32:12
53,426,345
0
0
null
null
null
null
UTF-8
C++
false
false
4,235
cpp
/** * Branch and bound algorithm to find the minimum of continuous binary functions * using interval arithmetic. * * Sequential version * * Authors: Frederic Goualard <Frederic.Goualard@univ-nantes.fr> * Alexis Giraudet <Alexis.Giraudet@etu.univ-nantes.fr> * Dennis Bordet <Dennis.Bordet@etu.un...
[ "giraudux@gmail.com" ]
giraudux@gmail.com
6872344cb97b2ca417992f08dc9974d82fd526b6
091afb7001e86146209397ea362da70ffd63a916
/inst/include/nt2/exponential/functions/cbrt.hpp
7687bdc7f9e4e2f995d217cab208c7edfe9cde76
[]
no_license
RcppCore/RcppNT2
f156b58c08863243f259d1e609c9a7a8cf669990
cd7e548daa2d679b6ccebe19744b9a36f1e9139c
refs/heads/master
2021-01-10T16:15:16.861239
2016-02-02T22:18:25
2016-02-02T22:18:25
50,460,545
15
1
null
2019-11-15T22:08:50
2016-01-26T21:29:34
C++
UTF-8
C++
false
false
1,934
hpp
//============================================================================== // Copyright 2003 - 2012 LASMEA UMR 6602 CNRS/Univ. Clermont II // Copyright 2009 - 2012 LRI UMR 8623 CNRS/Univ Paris Sud XI // // Distributed under the Boost Software License, Version 1.0. // ...
[ "kevinushey@gmail.com" ]
kevinushey@gmail.com
942873ca6d873ffd53392bd714e8814ca8a4653f
565c6fc0714ef45619a77bf17dda9cc9453bd7a8
/src/path_finder.cpp
e025a7c3347a80e00a2f83a9a952b04c3c81c619
[]
no_license
rsilverhav/astar_example
b6da85e4274f2a9420b58539dc7c02d023323f2b
784ee9e5e87cc29456e925df6af497a1aae508da
refs/heads/master
2021-01-13T14:06:06.282059
2016-12-13T21:43:46
2016-12-13T21:43:46
76,189,928
0
0
null
null
null
null
UTF-8
C++
false
false
4,204
cpp
#include "path_finder.hpp" #include "path_node.hpp" #include <queue> #include <map> #include <vector> #include <math.h> #include <algorithm> #include <utility> #include <memory> using namespace std; PathFinder::PathFinder() { } int PathFinder::findPath(const Point start, const Point target,...
[ "robinsilverhav@gmail.com" ]
robinsilverhav@gmail.com
29d2085edb0e0eb92ac329629c8d2fbec5ff34d6
d6d3e49cd07d64c6c59ad101a8a2a8585cb8874a
/MultiJets/MultiJetsCLs/bin/RunMultJetsCLs.cc
0100a6ffc1ab9a5aff8c06717f3472077456aa55
[]
no_license
dhidas/UserCode
2bb36c4eb5bd9daa4d71a739a042e4aee9200dea
04701c732d8acb3042e8967898a789d2b2845da4
refs/heads/master
2021-01-18T14:02:11.537626
2013-10-25T14:31:27
2013-10-25T14:31:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
17,999
cc
//////////////////////////////////////////////////////////////////// // // Dean Andrew Hidas <Dean.Andrew.Hidas@cern.ch> // // Created on: Sat Oct 1 06:02:06 EDT 2011 // //////////////////////////////////////////////////////////////////// #include <iostream> #include <fstream> #include <vector> #include "StandardHy...
[ "" ]
c21f332785ec797428135d2e57338b8c01b71cd6
21f55ef1427f19f40d40e6c0438cfe7c3573159b
/Semester 3/Data Structures/Recursion Solutions/InsertionSort.cpp
17f492dcb001b8d798ec4d38339979b9f8a4bed6
[]
no_license
SyedAsadAbrar/University-Assignments
fa80159d24eed85ae70e8aaf20041acd96b95861
e11b449fc2de2a07ea3b4a4aa3e3af29dee6447d
refs/heads/master
2022-11-15T12:49:02.257410
2022-11-12T23:06:41
2022-11-12T23:06:41
167,517,803
0
0
null
null
null
null
UTF-8
C++
false
false
542
cpp
# include <iostream> using namespace std; void insertionSort(int Array[], int size, int counter) { int temp; if (counter == size) { return; } for (int j = counter; j > 0; j--) { if (Array[j] < Array[j - 1]) { temp = Array[j]; Array[j] = Array[j - 1]; Array[j - 1] = temp; } } counter++; inserti...
[ "asad.abrar97@gmail.com" ]
asad.abrar97@gmail.com
ecbaf1d4f622bf6236242771acd561449f9bdaab
99a8f78bfbd1e948c70437eacadd70d33fff76e1
/src/cpp/pss/astrotypes/multiarray/test/TestMultiArray.h
83fb9799229b22721d9f9cc24a4e6359831fb4d7
[ "MIT" ]
permissive
PulsarSearchSoft/astrotypes
c9ff8f2dee2f90051ec061db477faedf0fbd81a4
88395bccd2a15395fffac2b4dd1b7b1fd2c7a8a3
refs/heads/master
2022-10-14T22:11:40.072804
2022-10-13T08:39:14
2022-10-13T08:39:14
124,875,471
0
1
MIT
2022-10-13T08:39:16
2018-03-12T10:57:33
C++
UTF-8
C++
false
false
3,637
h
/* * MIT License * * Copyright (c) 2018 PulsarSearchSoft * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, cop...
[ "christopher.williams@physics.ox.ac.uk" ]
christopher.williams@physics.ox.ac.uk
4c67bd370fd826a9bdf47fb9bdac7b810f9c6090
1f1d9b36f5d82167c8b3f829f47db5f5156f3d56
/cogs182.cpp
0852bb7a28ffbaceb363c9bdfd252a1af461bd1b
[]
no_license
qkxwxy123/LeetCodePractice
c2cbfeb5456fce56fc13fbf277445f9a6308b724
9394e6146d4bf042e141a3896d89be9763746135
refs/heads/master
2020-07-17T08:52:19.452568
2019-11-08T05:35:31
2019-11-08T05:35:31
205,988,386
1
0
null
null
null
null
UTF-8
C++
false
false
836
cpp
#include "iostream" #include "cstdio" #include "algorithm" #include "cmath" #define maxn 50010 using namespace std; int f[maxn][20], dp[maxn][20]; int n, q, height, r, l; int maxx = -1, minn = 0x7fffffff; int main() { freopen("lineup.in", "r", stdin); freopen("lineup.out", "w", stdout); cin >> n >> q; for (int i ...
[ "948897764@qq.com" ]
948897764@qq.com
a20205569ab8001070f17f057b55bf021c595b0c
ee37b926d929f042031088f35a725416b1000de9
/include/bsl/is_bool.hpp
4644ffa6da3d7199236d4d905198031a0ea13b8a
[ "MIT" ]
permissive
connojd/bsl
6bee5c28b1a9106af312f5d5002b13bd8baa7089
9adebf89bf34ac14d92b26007cb19d5508de54ac
refs/heads/master
2022-12-18T14:20:22.117151
2020-06-22T20:53:55
2020-06-22T20:53:55
287,825,769
0
0
NOASSERTION
2020-08-15T21:19:40
2020-08-15T21:13:29
null
UTF-8
C++
false
false
2,075
hpp
/// @copyright /// Copyright (C) 2020 Assured Information Security, Inc. /// /// @copyright /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentation files (the "Software"), to deal /// in the Software without restriction, including without limita...
[ "rianquinn@gmail.com" ]
rianquinn@gmail.com
1436ef38a77a7186ddb766f21e65eaa14e141ee4
36183993b144b873d4d53e7b0f0dfebedcb77730
/GameDevelopment/Game Programming Gems 5/Section3-Artificial_Intelligence/3.08-AdvancedPathFinding-Tombesi/DstarViewer/ChildView.h
b6007aaecfdbbc9b8cfbaeaf399372defba07df9
[]
no_license
alecnunn/bookresources
b95bf62dda3eb9b0ba0fb4e56025c5c7b6d605c0
4562f6430af5afffde790c42d0f3a33176d8003b
refs/heads/master
2020-04-12T22:28:54.275703
2018-12-22T09:00:31
2018-12-22T09:00:31
162,790,540
20
14
null
null
null
null
UTF-8
C++
false
false
1,874
h
/********************************************************************** DEVELOPED BY: MARCO TOMBESI CONTACT: e-mail: baggior@libero.it web-page: digilander.iol.it/baggior *> Copyright (c) Marco Tombesi, 2003 **********************************************************************/ // ChildView.h : interfa...
[ "alec.nunn@gmail.com" ]
alec.nunn@gmail.com
a9ec53455fb431520f5c1e5287ff9d7957502f8a
c300cac7ed1bbac6a3d80a310aa16b6d6a203b61
/src/engine/triangulate.cpp
fe66e1e0d15effc710ad9b8b6505faf6fcf998df
[]
no_license
nikita-yfh/hagen-engine
1548ea7498257f62aa591114104f7cd1f8ebac72
10edc9a74cfa89344de39be3cb4c6e57891b50f0
refs/heads/master
2023-08-14T08:42:43.726929
2021-09-22T13:38:15
2021-09-22T13:38:15
341,606,936
5
1
null
null
null
null
UTF-8
C++
false
false
2,954
cpp
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <assert.h> #include "triangulate.hpp" static const float EPSILON=0.0000000001f; namespace triangulate{ float Area(const Vector2dVector &contour) { int n = contour.size(); float A=0.0f; for(int p=n-1,q=0; q<n; p=q++) { A+= contour[p].x*conto...
[ "nikita.yfh@gmail.com" ]
nikita.yfh@gmail.com
1b94d8612ebb5876fb3d1f0ab52cf4b8df85260a
e617edb453c160331f5dea9bc15da469f9a87662
/include/Ek/Gfx/Mouse.hpp
f44acb84c25b3a2aa8dde24cf048bbb9b57f327c
[ "MIT" ]
permissive
Ekkoz/Ektor
e0c70e31c28e7b5571170f6a9fab27ea6bb54a0f
065b63101f3a040f5fed0300677722682fb18c88
refs/heads/master
2021-03-30T22:13:53.292236
2018-03-20T13:58:40
2018-03-20T13:58:40
125,052,536
0
0
null
null
null
null
UTF-8
C++
false
false
1,387
hpp
// MIT License // // Copyright (c) 2018 EkkoZ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, mer...
[ "ekkoz@protonmail.com" ]
ekkoz@protonmail.com
6ae3980d624b26c3a6d9979876497f121231052c
513383372a3e12ac5e625716cd4bc5a325644951
/Project/StarProject/Boss/Octopus.cpp
c5467bafbca716120908f1248c643e88a3b8595c
[]
no_license
Nosuriba/JapanGameAword
4bd80be7424af1ce5936d969dcafe7cfc7f1d975
55dae029f95e08ac8495bb6cbf0ceff819391029
refs/heads/master
2020-04-28T02:47:51.265884
2020-03-15T14:04:20
2020-03-15T14:04:20
174,912,062
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
18,899
cpp
#include "Octopus.h" #include "../ResourceManager.h" #include <DxLib.h> #define LEG(x) _oct.legs[x] constexpr int SPEED = 5; Octopus::Octopus(const std::shared_ptr<Camera>& camera, const std::shared_ptr<Player>& player,const Vector2& pos):Boss(camera,player) { ///変数初期化 _damageFlag = true; _returnFlag = false; _...
[ "1701377@PC65210" ]
1701377@PC65210
1090d250da6de7c0b594ab9d226eb246a5f9506b
a311dd75d9cbe0402c75a6e528630656d0b0bc40
/vendor/libraries/wabt/src/tools/wast2json.cc
d48dcb1ff4e78b2b48038e5c4237fab822a49356
[ "MIT", "Apache-2.0" ]
permissive
sighttviewliu/ultrain-core-production
e158d375cf83caf7a952688708b3be9bbdee5783
c2807d9310da8b5dc1408502866be59299a96c22
refs/heads/master
2020-09-26T09:03:22.816526
2019-10-16T09:01:33
2019-11-06T11:53:45
226,222,711
1
0
MIT
2019-12-06T01:42:31
2019-12-06T01:42:30
null
UTF-8
C++
false
false
4,840
cc
/* * Copyright 2016 WebAssembly Community Group participants * * 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...
[ "fanliangqin@ultrain.io" ]
fanliangqin@ultrain.io
996bb966da8843fae2b00a89f223d871b9f67006
07df251f7fc5117f4759d286b87aa34f448c58e2
/chapter8/listing_8-51.cpp
15cf958b7fbb5d157de00fa6a70287dd60d04d4b
[ "BSD-3-Clause" ]
permissive
jackkolokasis/book
84b2647d51d1a57c49613f9ee25f59acb5bb759a
0514895682aa91c298088a7e713f4e39ba3eab31
refs/heads/master
2020-05-31T10:05:15.826010
2019-05-24T18:24:50
2019-05-24T18:24:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,089
cpp
/* * Copyright (c) 2019, Intel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the fo...
[ "eduberrocal@gmail.com" ]
eduberrocal@gmail.com
04a634a99ef8db5060d9afb49053db6dfa83b737
4673455f303cdd96e73fb0bf5504fa0f17f52a80
/LearningUI/QToolTipperKnown.h
49239b29288e539df018c1724ef789a99f0e2f9c
[]
no_license
ComputerVisionWorks/ReconCam
547693a1e4fd956a36832cda063875a86ccad58f
cc00f524c36955c721007975aa2dc2ed14ed3bbe
refs/heads/master
2020-07-28T09:59:23.155649
2019-07-16T12:29:29
2019-07-16T12:29:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,549
h
#ifndef QTOOLTIPPERKNOWN_H #define QTOOLTIPPERKNOWN_H #include "global.h" #include <QAbstractItemView> #include <QDebug> #include <QEvent> #include <QFileSystemModel> #include <QHelpEvent> #include <QListView> #include <QObject> #include <QToolTip> class QToolTipperKnown : public QObject { Q_OBJECT public: QT...
[ "gauthierbouyjou@aol.com" ]
gauthierbouyjou@aol.com
af16abc8ad77a36cbf69cbfd51c60e6932f7e475
54fbe1a739a0d05031453f7947fa197406e2027f
/LServer/Window.cpp
1846954e1140f9c67c299dbb5acd93161d86dce6
[]
no_license
asmei1/SFML-IPS
ca3362c6d16664586949e7353a40c7d7de0b2db8
ce826e58fb5ba1c7ddf4a5ff19706f35bff67fdc
refs/heads/master
2021-10-19T14:55:56.855829
2019-02-21T20:43:13
2019-02-21T20:43:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,657
cpp
#include "Window.h" Window::Window() { Window("Window", sf::Vector2u(640, 480)); } Window::Window(const std::string &title, const sf::Vector2u &size) : windowTitle(title), windowSize(size), fullscreen(false), done(false) { create(); } void Window::create() { auto style = this->isFullscreen() ? sf::Style:...
[ "kamsykula@gmail.com" ]
kamsykula@gmail.com
5b4000875ce52bb654cd68d936e971ff27598de9
65074e8e237be886278e6f5731298c65e082cf5e
/2018.03/25,03,2018/4-eleman silme(bas-orta-son)/İsimsiz1.cpp
3372d5822dc28e7bdb3baa64bd98b0bf501df6ec
[]
no_license
mustafaisikk/C-Programming
60b3d5d90f84b57b90d7d3333cfdaf56bcf01b00
f17987bcc3627a39104035ed03a5bf3d3d30ea37
refs/heads/master
2020-06-18T15:35:25.753047
2019-07-11T08:40:53
2019-07-11T08:40:53
196,349,210
0
0
null
null
null
null
UTF-8
C++
false
false
66
cpp
#include <stdio.h> int main(){ printf("hello world"); }
[ "mustafa@localhost.localdomain" ]
mustafa@localhost.localdomain
27145f105422114574c46cce854a934f215e8458
7d7301514d34006d19b2775ae4f967a299299ed6
/c++primer/Second_1.18_notes/13/13.5.strVec类.cpp
946ea48bb72be4f0ad467e82bfd8314ecb8b9083
[]
no_license
xmlb88/algorithm
ae83ff0e478ea01f37bc686de14f7d009d45731b
cf02d9099569e2638e60029b89fd7b384f3c1a68
refs/heads/master
2023-06-16T00:21:27.922428
2021-07-17T03:46:50
2021-07-17T03:46:50
293,984,271
1
0
null
2020-12-02T09:08:28
2020-09-09T02:44:20
C++
GB18030
C++
false
false
2,764
cpp
#include <iostream> #include <string> #include <vector> #include <memory> using namespace std; class StrVec { public: StrVec(): // allocator成员进行默认初始化 elements(nullptr), first_free(nullptr), cap(nullptr) {} StrVec(const StrVec&); StrVec &operator=(const StrVec&); StrVec(StrVec &&s) noexcept; ...
[ "xmlb@gmail.com" ]
xmlb@gmail.com
87c04c4bc58cc8877fb3b71d9b7478852db8bd73
e888ed686e93e8f2d5562dd8ae8a72abd19c153e
/include/Discreture/detail_combinations_bf.hpp
7fb652786ef866b39afd941a52196e3ff92ca378
[ "Apache-2.0" ]
permissive
valabojub79/discreture
bd95b5568d3d472b62726a007b7d0bd5a71c079c
1943acd60cb77415a0d471e3a4c55d471b991ae4
refs/heads/master
2021-04-06T06:49:45.193167
2018-01-26T21:45:59
2018-01-26T21:45:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,432
hpp
#pragma once #include <vector> namespace dscr{ namespace detail { using std::vector; template<class combination, class Func, class IntType> void combination_helper0(Func f, IntType n) { combination x; f(x); } template<class combination, class Func, class IntType> void combination_helper1(Func f, IntType ...
[ "mraggi@gmail.com" ]
mraggi@gmail.com
b2f89959e22be7ddb66c9d92e422e61f62551e42
8728ce574920a6727aa53468b8eb9d1e666e310b
/src/Chain/libraries/blockchain/GenesisJson.cpp
ca33cee5aa55c6c3e7fb4ea9cc0d1ee9b55e7f70
[ "MIT" ]
permissive
PinkDiamond1/TTCHAIN
f0ca5f63568f4a2c762229634190a48ef766efdd
028460c1693cfc3912ef17fcce0e09798087cff7
refs/heads/master
2023-03-15T19:31:46.767515
2018-12-12T00:43:53
2018-12-12T00:43:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
53,109
cpp
#ifndef ALP_TEST_NETWORK #include <blockchain/GenesisJson.hpp> #include <blockchain/GenesisState.hpp> #include <string> #include <fc/crypto/sha256.hpp> #include <fc/io/raw.hpp> namespace thinkyoung { namespace blockchain { static const unsigned char raw_genesis_config0[] = { 0x42, 0x4a, 0x30, 0x5b, 0x00, 0x63, 0x0...
[ "saifullah.rao@etomato.com" ]
saifullah.rao@etomato.com
f27422dc654b597fe4323ebb37e594fe7f752fe3
b4f9ac8b39c07c2cd4b4516aa26655b82fdd0943
/src/qt/blockbrowser.cpp
c6be226fab83b19808e1aae806c3be41bafe2a4a
[ "MIT" ]
permissive
PentaNodeNetwork/Pentanode-wallet
f396d412490c00e0e603103a7dd42d2afbd2faaf
c1dca1d52422550d8133687d3b642c862792f257
refs/heads/master
2020-03-24T15:34:24.309500
2018-06-16T18:44:16
2018-06-16T18:44:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,177
cpp
#include "blockbrowser.h" #include "ui_blockbrowser.h" #include "main.h" #include "wallet.h" #include "base58.h" #include "clientmodel.h" #include "walletmodel.h" #include "rpcconsole.h" #include "transactionrecord.h" #include <sstream> #include <string> double getBlockHardness(int height) { const CBlockIndex* blo...
[ "pentanodecrypto@gmail.com" ]
pentanodecrypto@gmail.com
fbfc3aa47f0b158ca6f91184a6c830a6975c8a49
388cc3b1b431072bcdb66d1bd6235c8d868715f6
/VEngine/Graphics.cpp
31e3be11f36cdb6480652a8b9598d3d3532dc8c4
[]
no_license
PalaceDCXVI/VEngine
0053eb23530764ecbccfaf08225840c69f7c614b
26601b3c3f90e7168e9f328599d7f735a4a8ec0f
refs/heads/master
2023-01-27T11:02:51.342746
2023-01-15T20:23:19
2023-01-15T20:23:19
94,813,371
2
0
null
null
null
null
UTF-8
C++
false
false
1,395
cpp
#include "Graphics.h" GraphicsSystem* GraphicsSystem::singleton = NULL; GraphicsSystem::GraphicsSystem() { instance = new GraphicsInstance(); physicalDevice = new GraphicsPhysicalDevice(*instance); logicalDevice = new GraphicsLogicalDevice(*physicalDevice); const VkDevice vkDevice = logicalDevice->GetVKLogicalDe...
[ "Jordan6372927@gmail.com" ]
Jordan6372927@gmail.com
036e0cac18781f26a43bbc2cda79007ec6e662a7
4368f3b127b9330885c7a1789446c8af56189cdb
/_v8pp/v8pp/module.hpp
6b7ab9d61aa60eea9f553a9fc72853aaaae04dec
[ "BSL-1.0", "MIT" ]
permissive
Yangff/mvuccu
4cb57a8fb855a60c44e40f30b9c23bc66e175781
d0dc7c84fdeea4ee3b70ba758942a3499bd7a53a
refs/heads/master
2021-01-17T06:52:24.207080
2017-11-24T17:08:24
2017-11-24T17:08:24
52,864,715
5
5
null
2017-11-24T17:08:24
2016-03-01T09:30:02
C++
UTF-8
C++
false
false
4,950
hpp
// // Copyright (c) 2013-2016 Pavel Medvedev. All rights reserved. // // This file is part of v8pp (https://github.com/pmed/v8pp) project. // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef V8PP_MODULE_HP...
[ "yangff1@gmail.com" ]
yangff1@gmail.com
8904007f9237700d7a9e2a6e0ad089b6d8820079
68e7c610733ea66eb9c1571822d6804ea171a97d
/2839/main.cpp
479de8894b612309be4d3a146d055a3988f98bc8
[]
no_license
qahirakim/backjun
e918e4cd35c447e97de43d2bf9fa1c2bfc0c4f7f
0cf406138c2f7e6911de41227ec643c80558c272
refs/heads/master
2020-04-22T15:50:20.720268
2019-07-14T16:29:11
2019-07-14T16:29:11
170,489,234
0
0
null
null
null
null
UTF-8
C++
false
false
619
cpp
//#include <iostream> //#include <climits> // //using namespace std; // //int sugar(int n); //int main(int argc, char *argv[]) //{ // int N; // cin>>N; // // cout<<sugar(N)<<endl; // // return 0; //} // //int sugar(int n) //{ // if(!(n%5)) return n/5; // int X = 0; // int Y = 0; // int m...
[ "qahirakim@gmail.com" ]
qahirakim@gmail.com
2b158a44ad44585e83047ac3f7dfa897dde74317
4d5e9c1db95e5551ea03854295c9f5771fb26a25
/Tiny2DGameEngine/src/Components/ColliderComponent.cpp
382819d62aa8fcf6672af4b111ac6b8464e5202e
[]
no_license
zrcoy/Tiny2DGameEngine
1f28f17e10ad5647aff95dd39476fb7f7439d8ac
07ed7dbd3a656cbfeb8484a53e52a04140885e8e
refs/heads/master
2021-03-01T00:20:17.542241
2020-10-13T16:31:39
2020-10-13T16:31:39
245,742,037
0
1
null
2020-10-13T16:31:41
2020-03-08T02:56:29
C++
UTF-8
C++
false
false
1,294
cpp
#include "ColliderComponent.h" #include "../TextureManager.h" #include "../AssetManager.h" ColliderComponent::ColliderComponent(std::string colliderTag, int x, int y, int width, int height, bool turnOnCollidingBox) { this->colliderTag = colliderTag; this->colliderRect = { x,y,width,height }; this->turnOnCo...
[ "zhangruichaotyler@gmail.com" ]
zhangruichaotyler@gmail.com
906b061f82675cf2f1117a06c45feaba1ed4f17c
6b952bc2b4c19f9ea358759d503faa730f57c5e4
/project/embedded_linux/semaphore/semctl.cpp
804778961a4579a40777f99889c6956315b0ab03
[]
no_license
wd-cell/Lproject
789fe7d211193ad60545a40c55c89e648f86d8f7
6cebdcbf7bf9d76527a8fd96d0f11450c9ab12fe
refs/heads/master
2022-12-04T01:37:11.847622
2020-08-17T03:46:59
2020-08-17T03:46:59
287,671,843
0
0
null
null
null
null
UTF-8
C++
false
false
1,591
cpp
//cpp未成功 #include<iostream> #include<linux/sem.h> #include<sys/sem.h> #include<unistd.h> #define NUMS 10; using namespace std; int get_sem_val(int sid, int semnum){ //取得当前信号量 return semctl(sid, semnum, GETVAL, 0); } int main(){ int i; int semid; int pid,ret; struct sembuf sem_op; //信号集结构 union s...
[ "954876425@qq.com" ]
954876425@qq.com
795feaf226851f18cd052cdcb5f1ba9976301609
0a348be3e756ab37ff3a7fceaa78c5b616d8c5f8
/point.cpp
c29c92a0e0f673332c69c7e929b51039e455fd2b
[]
no_license
ILISI2/repo
7ee464c757d978f23dda6d3222590762a23240e0
bb86d072b419994ddfc8898c9be065270b31a05a
refs/heads/master
2021-01-12T06:31:16.451314
2016-12-26T09:36:32
2016-12-26T09:36:32
77,373,294
0
0
null
2016-12-26T09:36:32
2016-12-26T09:27:09
C++
UTF-8
C++
false
false
624
cpp
#include "stdafx.h" #include "point.h" point::point(int xx, int yy):x(xx),y(yy) { cout << "hi" << endl; cout << "ilisi2" << endl out << "ilisi2" << endl; } point::~point() { } bool point::operator<(const point &) const { return (x<y); } bool point::operator>(const point & p) const { return x > p.x; } bool ...
[ "ilisi2.github@gmail.com" ]
ilisi2.github@gmail.com
5431f97f040add62ad9826c44452f923d7f5323a
4270f3faf3f9ce84bc2bde86e24afabe5c02c808
/src/main.cpp
adea6be9d77ba3c1b11fb9bd529e7be5a61a7d37
[]
no_license
motobep/NSC
0f5b96a075343a603fd892a34d38e25fdf676e7f
cdecfbe6cb30d53518f7c22ad85767ebb9ae21e5
refs/heads/master
2023-02-03T11:21:16.177960
2020-12-20T16:41:08
2020-12-20T16:41:08
284,314,975
3
0
null
null
null
null
UTF-8
C++
false
false
1,852
cpp
/** * NSC. No Semicolon C. * Converts files without semicolons to .c or .cpp files. * * nsc - bin file. * * Example: * $ nsc main.nsc * * Outputs main.cpp * * @author motobep: <motobep@yandex.ru> * @date 2020.08.02 * @version: 0.1.1 */ #include <iostream> #include <cstdlib> #include <filesystem> #includ...
[ "motobep@yandex.ru" ]
motobep@yandex.ru
08e0935cd6b0f8ab61cecb40071adf4b1f91b9b3
5c356c576398e667cb73c3df8c6eac1baf0aedbd
/src/modules/boots/tempfile.cpp
51e9e1135fca449c0eab9ca8e8162180e0be1ca3
[ "MIT" ]
permissive
Fall-man/AS_x86_emulator
baaef0db4052a3f907c0b61b67fa4d86c50a7f86
0a83129a0e421fdb2fd9f31952d8f67619ea7ed9
refs/heads/master
2022-04-20T09:15:33.440379
2020-04-19T09:46:25
2020-04-19T09:46:25
256,825,662
0
0
null
null
null
null
UTF-8
C++
false
false
289
cpp
#include "tempfile.hpp" using namespace boost; TemporaryFile::TemporaryFile() : path_(filesystem::unique_path()) {} TemporaryFile::~TemporaryFile() { filesystem::remove(path_); } const boost::filesystem::path& TemporaryFile::path() const { return path_; }
[ "take.tennis2008@icloud.com" ]
take.tennis2008@icloud.com
c0672edb235dcc196e1616334df5ef849cf0b46f
9f53efd271528e61615299b951e267da54090a7f
/src/loss/Quadratic.hpp
a1ad3f8631f6e24c74ffdca85e5d9ca0beeb3985
[ "Apache-2.0" ]
permissive
kenk42292/mochi
b2b65cfe40998faac384353c39be93e9372d5298
79e65bc669812b37b5a38975fcada23b95206ac5
refs/heads/master
2020-12-24T06:37:43.760509
2017-01-18T11:10:08
2017-01-18T11:10:08
63,491,157
0
0
null
null
null
null
UTF-8
C++
false
false
426
hpp
/* * Quadratic.h * * Created on: Dec 11, 2016 * Author: ken */ #ifndef LOSS_QUADRATIC_HPP_ #define LOSS_QUADRATIC_HPP_ #include "Loss.hpp" class Quadratic: public Loss { public: Quadratic(); virtual ~Quadratic(); double loss(arma::Cube<double> output, arma::Cube<double> y); arma::Cube<double> loss_pr...
[ "kenk42292@gmail.com" ]
kenk42292@gmail.com
e0627d677d660f3f40ff90129c34054c24d8e9d0
23e8d9970daa0f3747e64ee4a53eef7f75d0ca90
/src/qt/intro.cpp
698203c43e66938553bc8f478eb344d77418608d
[ "MIT" ]
permissive
defense-org/defense-core
c8f5815a7324893584f434eeb6bdb6eb3204a0c7
9d296c1e174c1160dfe12cda02e52143f6964ad2
refs/heads/master
2020-08-30T15:52:44.047856
2019-11-11T21:33:34
2019-11-11T21:33:34
182,461,541
0
0
null
null
null
null
UTF-8
C++
false
false
8,937
cpp
// Copyright (c) 2011-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2017 The PIVX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "intro.h" #include "ui_...
[ "defense-org@protonmail.com" ]
defense-org@protonmail.com
6d20bba2a37166b3757895749187ac0b70e0e775
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14699/function14699_schedule_14/function14699_schedule_14.cpp
9ae7fa7098e27a608ecbd756bcf0d1f52360e1dd
[]
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,002
cpp
#include <tiramisu/tiramisu.h> using namespace tiramisu; int main(int argc, char **argv){ tiramisu::init("function14699_schedule_14"); constant c0("c0", 512), c1("c1", 256), c2("c2", 256); var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i100("i100", 1, c0 - 1), i101("i101", 1, c1 - 1), i102("i102...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
76d20207f09593e43e5d0785886ae24c179bbdb2
a7cb82dde437c45310328b1ea561e49fbdc342fb
/mine.h
82efbff80ff27b176a24b2e389bf3002af99c270
[]
no_license
dave18/Fuzed
f2848da527f272ad6e2cdd707b38edc65abae16f
ad2e715eb56ea3a57c8a1e240a4d805b500d0825
refs/heads/master
2021-01-25T12:13:56.471271
2012-11-11T13:38:34
2012-11-11T13:38:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,197
h
#ifndef MINE_H #define MINE_H //mine class class Tmine { private: char PeekByte(char* mem,int addr); int PeekInt(char* mem,int addr); int create(void); int remove(int id); void drawSprite(SDL_Surface* imageSurface, SDL_Surface* screenSurface, int srcX, int srcY, int dstX, int dstY, int wid...
[ "david@david-openpandora-2.localdomain" ]
david@david-openpandora-2.localdomain
14f9a652883c519c895949fc7ef9cbbc405ea6cd
90c95fd7a5687b1095bf499892b8c9ba40f59533
/sprout/type_traits/has_logical_operator.hpp
61931344f8ddf1d47c88e1f4b83f571f79df0abf
[ "BSL-1.0" ]
permissive
CreativeLabs0X3CF/Sprout
af60a938fd12e8439a831d4d538c4c48011ca54f
f08464943fbe2ac2030060e6ff20e4bb9782cd8e
refs/heads/master
2021-01-20T17:03:24.630813
2016-08-15T04:44:46
2016-08-15T04:44:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
760
hpp
/*============================================================================= Copyright (c) 2011-2016 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.tx...
[ "bolero.murakami@gmail.com" ]
bolero.murakami@gmail.com
42010598b420d2a5710cbf42810e1627ba7bc64a
43e9981a76019ab4a1b61768ef340f8cb6ebb87a
/src/plugins/applications/extension.h
c5b7c903f0aad3d2e3a3e972c4b58d2076c319d5
[]
no_license
anibalardid/albert
f9a39c983c06e40e33302c7da5843f2f82da9ef6
964b35ba0348a5848a7c2dda2fb6a7fb797437ca
refs/heads/master
2020-12-25T22:19:33.177428
2016-04-05T10:15:28
2016-04-05T10:15:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,279
h
// albert - a simple application launcher for linux // Copyright (C) 2014-2015 Manuel Schneider // // 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 y...
[ "manuelschneid3r@gmail.com" ]
manuelschneid3r@gmail.com
45fe4f856363c978396bc1b700f331df3561b0d6
7e06cfaf78a2ed860b0a2a7551c4670573fe47b8
/src/C45.cc
364237ee4cee265b4770b7e3f18ecbe9dbbeea82
[ "Apache-2.0" ]
permissive
DeepAINet/boostexp
f66b7df23047741584ef3162d4cc9d60472168df
df409046065d9827f21bba5049108389caed0e63
refs/heads/master
2020-06-05T15:09:50.771474
2019-06-21T04:06:13
2019-06-21T04:06:13
192,468,821
0
0
null
null
null
null
UTF-8
C++
false
false
16
cc
class C45{ };
[ "mengqy@mengqydeMacBook-Pro.local" ]
mengqy@mengqydeMacBook-Pro.local
e1fd4a667e2457a6f229d83d998ba1ff079f3ac7
dbc5fd6f0b741d07aca08cff31fe88d2f62e8483
/lib/Transforms/Coroutines/CoroElide.cpp
42fd6d7461459cce3fcd5bbb940b2359266bb029
[ "LicenseRef-scancode-unknown-license-reference", "NCSA" ]
permissive
yrnkrn/zapcc
647246a2ed860f73adb49fa1bd21333d972ff76b
c6a8aa30006d997eff0d60fd37b0e62b8aa0ea50
refs/heads/master
2023-03-08T22:55:12.842122
2020-07-21T10:21:59
2020-07-21T10:21:59
137,340,494
1,255
88
NOASSERTION
2020-07-21T10:22:01
2018-06-14T10:00:31
C++
UTF-8
C++
false
false
11,467
cpp
//===- CoroElide.cpp - Coroutine Frame Allocation Elision Pass ------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "yaron.keren@gmail.com" ]
yaron.keren@gmail.com
c9ae5e3ca3dd6e69c84b2b5b9a556d94242e339b
09a5be4ce5eddc4b3af8e023fc1a09d40099c669
/src/network/src/network_address.cpp
27ef7797faad2f3c31b8715a35c09ded60341987
[]
no_license
rongwl/btclite
a48e5076dd8bfad80eb2b4de8fc024830529fa5b
5f7eb6fc2a51320a4dac9ea898c6fb3d62892fd3
refs/heads/master
2021-07-04T02:01:08.688741
2020-08-31T09:59:10
2020-08-31T09:59:10
158,512,773
1
0
null
null
null
null
UTF-8
C++
false
false
20,869
cpp
#include "network_address.h" #include <arpa/inet.h> #include <botan/base32.h> #include <sstream> #include "constants.h" namespace btclite { namespace network { NetAddr::NetAddr() : proto_addr_() { proto_addr_.mutable_ip()->Resize(ip_uint32_size, 0); } NetAddr::NetAddr(const struct sockaddr_in& addr) :...
[ "michael_air_rong@163.com" ]
michael_air_rong@163.com
4ab5aa57f35f28e447abfa54151eb86b602c4545
64b71454a4823806e62ac617829b8923be375c3a
/IRScan/IRScanDlg.h
b30a6edd398b223b2ac52053abe44179b1fa2388
[]
no_license
seafrog1984/IRScan-Server
3b131b0c9d1eecdc2c2fa59a562d149a641e9d8c
7ccfa140b29ef619f59556f4c98cf20c78272e0c
refs/heads/master
2021-09-11T04:35:15.423198
2018-01-15T15:33:36
2018-01-15T15:33:36
103,039,508
0
0
null
null
null
null
UTF-8
C++
false
false
777
h
// IRScanDlg.h : header file // #pragma once #include "afxcmn.h" #include "CaptureDlg.h" #include "SettingDlg.h" // CIRScanDlg dialog class CIRScanDlg : public CDialogEx { // Construction public: CIRScanDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data enum { IDD = IDD_IRSCAN_DIALOG }; protecte...
[ "seafrog1984@hotmail.com" ]
seafrog1984@hotmail.com
3abe0eb5fc67bc28cdb152b2197bc7333ee4b121
b8fb6c802cf4767f582b64aca4e05ab8df9b7cbe
/src/Lua/LuaHelper.cpp
62dfb3f4efb5dca569982a3eb890a3414268c1b9
[ "MIT" ]
permissive
castly6/rainbow
8bc82bbb6d2b1bae3b095a05c12b10f599267ae8
96d90b5a81e1fda09f5b570f6c972026d1b29f32
refs/heads/master
2020-05-30T11:27:39.773049
2015-12-22T16:21:24
2015-12-22T20:10:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,264
cpp
// Copyright (c) 2010-14 Bifrost Entertainment AS and Tommy Nguyen // Distributed under the MIT License. // (See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT) #include "Lua/LuaHelper.h" #include <cstring> #include <memory> #include "Common/Data.h" #include "FileSystem/File.h" #include "Fil...
[ "tn0502@gmail.com" ]
tn0502@gmail.com
5e5eca87a7aa561cb9b5d6a8bf905e675e0e12b8
7d981c361b07dc4771835a57713efd7c9767c5e1
/CardsPlayer.cpp
bc37c46dad8d60dabc88998a89fb38bec079adfe
[]
no_license
monkeyking88/CardDeck
f3c811dcd037a4fb38ed46da4f084f4686bbfcbc
b329ff709ef7b1c0277589fa4203bd2d16ca2fe0
refs/heads/master
2020-03-25T05:35:18.482581
2018-08-03T17:25:17
2018-08-03T17:25:17
143,453,999
0
0
null
null
null
null
UTF-8
C++
false
false
4,519
cpp
// // CardsPlayer.cpp // CS247 // // Created by Mengqi Liu on 2013-07-18. // Copyright (c) 2013 Matthew Yang. All rights reserved. // #include "CardsPlayer.h" #include <vector> #include "Card.h" #include "View.h" using namespace std; CardsPlayer::CardsPlayer(View* v) : hbox( true, 10 ), v(v){ const Glib::R...
[ "monkeyking9288@gmail.com" ]
monkeyking9288@gmail.com
2fae0711b7a3e1639421adda5ae8fae1dd745016
a38ccdbbc6ae26c287dd1f7d795e6bf78f7a22ae
/GKOM_Projekt/Cylinder.cpp
6474adb062f293d0ddce8f324bf6a18eb14f3c9b
[]
no_license
ASobolewski/OpenGL-project
7f39519e87c31918daf70a044d87edf60e481e88
c3efbca7aec7ecd467feb68cb75481c0359a4e35
refs/heads/master
2021-01-12T02:04:20.131547
2017-06-09T21:32:04
2017-06-09T21:32:04
78,462,570
0
0
null
null
null
null
UTF-8
C++
false
false
4,448
cpp
#include "Cylinder.h" void calc_circle_coords(std::vector<GLfloat> &coords, GLfloat x, GLfloat y, GLfloat z, GLfloat radius, GLuint segments) { GLfloat alfa = 2.0f * glm::pi<GLfloat>() / segments; coords.push_back(x); coords.push_back(y); coords.push_back(z); for (GLuint i = 0; i < segments; i++) { GLfloat ...
[ "adrian.sobolew@gmail.com" ]
adrian.sobolew@gmail.com
9fcee7a6ee8a62c343c4f79cddfc26b896685908
127e6a0c6abb58da2aa10485703afd95536e1ed3
/AtCoder/arc075_a.cpp
fa2ecf986e6e22e795049185e8b96e48ea1ebadf
[]
no_license
NKH123/Competitive-Programming
d5fdf16831677c96b0d7171b61d05b47e33ea840
b905780d0af2c61af0e87924f3525879c4febed0
refs/heads/master
2021-06-28T09:58:37.938421
2020-09-12T20:52:15
2020-09-12T20:52:15
145,118,633
5
1
null
null
null
null
UTF-8
C++
false
false
2,024
cpp
#include<bits/stdc++.h> using namespace std; #define F first #define S second #define PB push_back #define MP make_pair #define REP(i,a,b) for (int i = a; i <b; i++) typedef long long ll; #define int ll typedef vector<int> vi; typedef vector<long long> vl; typedef pair<int,int> pi; #define trace(x) cout<<#x<<"="<<x<<"\...
[ "neeraj.171it226@nitk.edu.in" ]
neeraj.171it226@nitk.edu.in
5704ec334c598088f8f41d34cbee68f0a7dc8ef0
f869cb0cb89ade3231b7f2781ead1f08ec621b7d
/p/PermutationSequence.cpp
1be5750dc37a1bc7ca33d4a9e8439263390775ac
[]
no_license
amnesia4bygone/codeleet
06ea3e446e281d4237eb12fd470a8515346a57d6
d2a4d962084891a89454a5ffd198e23882fe4dc6
refs/heads/master
2016-09-16T06:34:05.280273
2013-02-23T02:56:37
2013-02-23T02:56:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,125
cpp
#include <string> #include <vector> using namespace std; class Solution { public: int return_offset(int loop_len, int & k) { int offset = (k-1)/loop_len; k = k - offset*loop_len; return offset; } string getPermutation(int n, int k) { ...
[ "amnesia.bygone@gmail.com" ]
amnesia.bygone@gmail.com
566ff56353fea3ec97a708c5d5a864022a644580
d5d03792a869747a07ae75bef1a00ef07cb46e08
/distribute/src/caffe/layers/divide_layer.cpp
fa342281c7cad9b0846ab1b58154d53030f9d5ff
[]
no_license
klqulei/Face_Parsing_2016
ddd5f338795a345c8642bd4dc9a85053879c154b
89e2c485f770badd3461a1828956c330a4100017
refs/heads/master
2020-04-08T19:41:32.890426
2018-05-25T04:00:35
2018-05-25T04:00:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,356
cpp
#include <algorithm> #include <vector> #include "caffe/layers/divide_layer.hpp" //#include "caffe/layer.hpp" //#include "caffe/layers/neuron_layer.hpp" namespace caffe { template <typename Dtype> void DivideLayer<Dtype>::Forward_cpu(const vector<Blob<Dtype>*>& bottom, const vector<Blob<Dtype>*>& top...
[ "zwrq0star@gmail.com" ]
zwrq0star@gmail.com
0b2d0d8771bd4d3353178713e252f895618feba8
8d19ab53401030209dd7e5e655bdb0e2952bfa7e
/toonz/sources/include/tfxattributes.h
7a4c0d738d9407613a5e0722e69be89ad27b90a0
[ "BSD-3-Clause" ]
permissive
deruji/opentoonz
825a74af1dbc89c62991458a352650c4ef766fde
ad5f6141388f796c5146876916c812bf1b1f0ff9
refs/heads/master
2021-05-03T09:41:12.454051
2016-04-22T21:08:08
2016-04-22T21:08:08
54,891,799
0
0
null
2016-04-22T21:08:08
2016-03-28T12:49:04
C++
UTF-8
C++
false
false
2,196
h
#ifndef TFX_ATTRIBUTES_INCLUDED #define TFX_ATTRIBUTES_INCLUDED #include "tgeometry.h" #include <QStack> #undef DVAPI #undef DVVAR #ifdef TFX_EXPORTS #define DVAPI DV_EXPORT_API #define DVVAR DV_EXPORT_VAR #else #define DVAPI DV_IMPORT_API #define DVVAR DV_IMPORT_VAR #endif class DVAPI TFxAttributes { int m_id; ...
[ "shimizu.toshihiro@gmail.com" ]
shimizu.toshihiro@gmail.com
4942bee353d8313252d4a3031138510551f99dda
a679dba6ef0364962b94ed65d0caad1a88da6c43
/ServerProject/KittyPureServer/sceneserver/SceneServer.h
2e4d363d9aa64356037666a960966c3e9ac2c7e7
[]
no_license
w5762847/Learn
7f84933fe664e6cf52089a9f4b9140fca8b9a783
a5494181ea791fd712283fa8e78ca0287bf05318
refs/heads/master
2020-08-27T05:43:35.496579
2016-12-02T12:16:12
2016-12-02T12:16:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,955
h
/** * \file * \version $Id: SceneServer.h 67 2013-04-23 09:44:20Z $ * \author , * \date 2013年04月07日 15时55分53秒 CST * \brief Fir场景服务器 * */ #ifndef _SCENESERVER_H_ #define _SCENESERVER_H_ #include "zSubNetService.h" #include "Fir.h" #include "zMisc.h" #include "zMemDBPool.h" #include "zCmdHandle.h" #include "M...
[ "flyer_son@126.com" ]
flyer_son@126.com
3def068f1168b6fb5d587185dce999a23ee5b508
6c77cf237697f252d48b287ae60ccf61b3220044
/aws-cpp-sdk-elasticbeanstalk/source/model/ActionHistoryStatus.cpp
ccd6e93f4249989652ac22d2eee3e8b15efa9bd2
[ "MIT", "Apache-2.0", "JSON" ]
permissive
Gohan/aws-sdk-cpp
9a9672de05a96b89d82180a217ccb280537b9e8e
51aa785289d9a76ac27f026d169ddf71ec2d0686
refs/heads/master
2020-03-26T18:48:43.043121
2018-11-09T08:44:41
2018-11-09T08:44:41
145,232,234
1
0
Apache-2.0
2018-08-30T13:42:27
2018-08-18T15:42:39
C++
UTF-8
C++
false
false
2,785
cpp
/* * Copyright 2010-2017 Amazon.com, Inc. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "henso@amazon.com" ]
henso@amazon.com
0978038625f8815eb03db9678b659d8ed3ba3f1f
305652c7bbdda46a7f4767a06c7e3573d8ab4b84
/codeforces/682/A.cpp
e3ff721187976f8ca1c0b44144e7cbae5ba2616e
[]
no_license
ImperishableMe/codeforces-submissions
cde2ac379aa0580937d935f1ece7d3681e45471a
9cd18f567c477f7392f2994c22168b4c6801d02c
refs/heads/master
2023-06-15T03:46:05.243797
2021-06-18T13:34:00
2021-07-11T07:20:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
734
cpp
#include <stdio.h> int main() { long long int a1[11],a2[11]; int m,n; scanf("%d %d",&n,&m); for(int i=0;i<=10;i++) a1[i]=0; for(int i=0;i<=10;i++) a1[i]=a1[i]+n/10; for(int k=1;k<=(n%10);k++) a1[k]++; for(int i=0;i<=10;i++) a2[i]=0; for(in...
[ "bishwajit0020@gmail.com" ]
bishwajit0020@gmail.com
c967210dfec860be41493832ea0a15a9602df7b6
bdb86768bfd78420848f28c8e17f0044676890d3
/cpp_optimise.cpp
9185885bab7318dd3d31dd655a64bfbbad91068a
[]
no_license
bodhisatwa-mandal/DS-Algo
29565ffc0e7adc2225f540e30489fdece20613f4
0d50b86f16c27eb8e5a0e65300c82924010bb048
refs/heads/master
2021-08-19T14:06:33.476503
2017-11-26T15:02:14
2017-11-26T15:02:14
112,082,042
0
0
null
null
null
null
UTF-8
C++
false
false
158
cpp
#include <bits/stdc++.h> using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); return 0; }
[ "bodhisatwam@gmail.com" ]
bodhisatwam@gmail.com
82b71a9fa1e7654970f2b34ad396d2bdd191e4b4
3c358ed09b70d5185786ab3bed65c610fa9de974
/playground/playground.cpp
f1e952d8082a46c37380638f7d6d35559f6ed91c
[]
no_license
zsdvvb/LearnOPENGL
14818a18ff6f0d01a34eb2d8e88cd749fb2528f7
2737e171eb94fb3b68f2ecf1107656de4c7f37a8
refs/heads/master
2020-07-15T12:34:15.819427
2016-09-11T08:19:17
2016-09-11T08:19:17
67,911,807
0
0
null
null
null
null
UTF-8
C++
false
false
2,308
cpp
#include <iostream> // GLEW #define GLEW_STATIC #include "..\external\include\glew.h" // GLFW #include "../external/include/glfw3.h" // Function prototypes void key_callback(GLFWwindow* window, int key, int scancode, int action, int mode); // Window dimensions const GLuint WIDTH = 800, HEIGHT = 600; // The MAIN ...
[ "15521188045@163.com" ]
15521188045@163.com
8d83013db04bcc7ed1ad95ef1218c054a4998014
04b1803adb6653ecb7cb827c4f4aa616afacf629
/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_impl_win.cc
dcc144500b06b08116384d4e2de7e86ff0fef1b5
[ "BSD-3-Clause" ]
permissive
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
C++
false
false
28,839
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/safe_browsing/chrome_cleaner/chrome_cleaner_controller_impl_win.h" #include <windows.h> #include <set> #include <string> #inclu...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
811d85a4930d1e4aef25b03a4fc7ed6d27df44b0
3c364f1e3d0af0b650b96b1ac80aedd74940d3fb
/branches/unlabeled-1.1.2/plugins/logger/logconfig.cpp
8ef7a818d2cd1c1733e414711ae1f658824e9f1f
[]
no_license
dhyannataraj/sim-im
aa8e938766f6304d9f71be883f0ef4e10a7c8c65
6b0d058cd5ab06ba72a34f09d44b3f0598960572
refs/heads/master
2021-04-03T04:26:23.903185
2011-10-10T15:58:45
2011-10-10T15:58:45
124,702,761
1
0
null
null
null
null
UTF-8
C++
false
false
2,647
cpp
/*************************************************************************** logconfig.cpp - description ------------------- begin : Sun Mar 17 2002 copyright : (C) 2002 by Vladimir Shutoff email : vovan@shutof...
[ "shutoff@f7a67266-ba00-4dfb-90a2-3eec4ba07b7d" ]
shutoff@f7a67266-ba00-4dfb-90a2-3eec4ba07b7d