blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
89e6c611a20c593f167394f259e1627d4fa2f538
76456c02e3e4ddf2ea713894bcee8b98f12a4b00
/board-package-source/libraries/ArduboyFX/examples/chompies/chompies.ino
6034578f252c86ee1d23e590d1e7fe6d256da8aa
[ "CC0-1.0" ]
permissive
serisman/Arduboy-homemade-package
fcc836740fafdcf41feae2692378b968b9b9ba62
6acc22dfdae34487f8698e95c1a3ce936ddc8fbb
refs/heads/master
2021-11-24T06:46:14.461716
2021-08-22T11:58:35
2021-08-22T11:58:35
148,209,248
0
0
null
2018-09-10T19:39:45
2018-09-10T19:39:44
null
UTF-8
C++
false
false
4,012
ino
/* ***************************************************************************** * FX drawBitmap test v1.3 by Mr.Blinky Apr 2019-May 2021 licenced under CC0 * ***************************************************************************** * * The map and whale images used in this example were made by 2bitcrook a...
[ "noreply@github.com" ]
noreply@github.com
23651864bf4b5de9796ee5a5a703b26e5daeebfc
1af49694004c6fbc31deada5618dae37255ce978
/ash/assistant/assistant_notification_controller_impl.cc
f459b38a0a99fc3b5a5fc69a847e36458e4027b9
[ "BSD-3-Clause" ]
permissive
sadrulhc/chromium
59682b173a00269ed036eee5ebfa317ba3a770cc
a4b950c23db47a0fdd63549cccf9ac8acd8e2c41
refs/heads/master
2023-02-02T07:59:20.295144
2020-12-01T21:32:32
2020-12-01T21:32:32
317,678,056
3
0
BSD-3-Clause
2020-12-01T21:56:26
2020-12-01T21:56:25
null
UTF-8
C++
false
false
8,298
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 "ash/assistant/assistant_notification_controller_impl.h" #include <memory> #include <utility> #include "ash/assistant/assistant_controller_impl...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
7413ebcbdb0d18e76dcc95fabfb43053cae8f6b5
cd1e2e007fdc0d204f7ea9cd6f1dc49c9256f933
/to_upper.cpp
4c8b64fc47805cdd1e617b878279718feb1e72b0
[]
no_license
Sid532001/c-c-
956cd3d9e937524c36acd7bcc0f3f5913a6fcbb0
81fe0ed4fd684dab244f4cd6f6cdaa27f6de3657
refs/heads/master
2023-03-18T04:37:28.319741
2021-02-25T09:37:27
2021-02-25T09:37:27
342,187,214
1
1
null
null
null
null
UTF-8
C++
false
false
569
cpp
#include<bits/stdc++.h> using namespace std; int main() { char str[100]; int i=0; cout<<"enter the string:"; cin>>str; char str2[100]; while(str[i]!='\0') { if(str[i]>='a' && str[i]<='z') { str2[i]=str[i]-32; } else { str2[i]=st...
[ "Sidhantsuman567@gmail.com" ]
Sidhantsuman567@gmail.com
5eea92c6c947a4a56198e12fe1ec8b404820ae55
870625f6c2c25c3bf56f946a2cc3d13dddcff3c2
/gambling simulator.cpp
8a145810aa9d96a3ec165d3b819b209b947b22b8
[]
no_license
kazoopipes/Gambling-Simulator
99bfe890c3086bf44db4866442a91f74cc2eee4f
d27228fd394c9dda0755182ce8c6845e548c3601
refs/heads/main
2023-04-19T07:07:40.788159
2021-04-28T23:19:05
2021-04-28T23:19:05
362,609,782
2
0
null
null
null
null
UTF-8
C++
false
false
1,942
cpp
#include <iostream> #include <stdlib.h> using namespace std; //making the budget int budget = rand() % 5000 + 3000; //RGG loop void RandomGambleGame(){ //game set up cout << "---------------------------\n"; int WagerAmount; cout << "Welcome to the random gamble game! \n"; cout << "how much wi...
[ "noreply@github.com" ]
noreply@github.com
9db49ecf45a906ec0e268ee5ab237304651a5971
cd474b178fee82660ccf5eefc23dce3c821a2650
/source/ui/scene/settingsScene.hpp
2c2f08ebc758310c6978fb56a3c15f1b4412181d
[ "MIT" ]
permissive
CamillePolice/Epitech-Bomberman
a01f5a86690ddfffa5ad65cd83fe77ba082353a4
8650071a6a21ba2e0606e4d8e38794de37bdf39f
refs/heads/master
2020-06-03T22:16:11.172162
2016-06-10T06:44:32
2016-06-10T06:44:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
802
hpp
/* ** settingsScene.hpp for UI in /home/escoba_j/Downloads/irrlicht-1.8.3/ui/scene ** ** Made by Joffrey Escobar ** Login <escoba_j@epitech.net> ** ** Started on Sun May 29 03:00:07 2016 Joffrey Escobar */ #ifndef SETTINGSSCENE_HPP #define SETTINGSSCENE_HPP #include <vector> #include <string> #include <utility> #i...
[ "stephane.galibert@epitech.eu" ]
stephane.galibert@epitech.eu
33d89795317ea238fdb8534219ccfef2acacc196
d1956c4697a056cbb2baddd82c580ac79fbbc5c3
/facade/dvd-player.hpp
fc3ac2a02caf8edba4e1d372bd3c849d09694eb5
[]
no_license
iLoveUcdit/design-patterns
36e98563bbb47e0663c269c0fd928d47b5537784
3b8e943aa6407877a435149240f73b562a5967cb
refs/heads/master
2021-01-10T10:14:02.320889
2016-01-24T15:34:13
2016-01-24T15:34:13
45,346,299
0
0
null
null
null
null
UTF-8
C++
false
false
1,791
hpp
#ifndef _DVD_PLAYER_HPP_ #define _DVD_PLAYER_HPP_ #include <string> #include <iostream> class Amplifier; class DvdPlayer { public: DvdPlayer(std::string description, Amplifier *amplifier) { m_description = description; m_amplifier = amplifier; } virtual ~DvdPlayer() {} void on() { ...
[ "i_love_ucdit@163.com" ]
i_love_ucdit@163.com
e0026c27151f651acfe0e79fc1ac14576ed0a9a0
16eff5c8af3269edb003737a38766805809410c7
/Jurassic Park/DinosaurPark.cpp
1a9fc684839b6c4ed9834f3d9550457aa716032a
[]
no_license
TripppleG/FMI-OOP-Projects
173cb0bfc23d2700283259842168780c021e46c2
43c998ad72312d2d647f073e58386c7b1b4be29a
refs/heads/master
2022-09-22T04:37:04.363691
2020-05-31T14:03:57
2020-05-31T14:03:57
250,016,362
0
0
null
null
null
null
UTF-8
C++
false
false
4,769
cpp
#include "DinosaurPark.h" #include <iomanip> void DinosaurPark::Resize() { maxNumberOfCages *= 2; Cage* temp = new Cage[maxNumberOfCages]; for (unsigned i = 0; i < numberOfCages; i++) { temp[i] = cages[i]; } delete[]cages; cages = temp; } void DinosaurPark::CopyFrom(const DinosaurPark& other) { numberOfCage...
[ "georgi.gazepov@gmail.com" ]
georgi.gazepov@gmail.com
ba04493bb270329a5cbda8cdeee15558c49317b8
035be342c2ab4fd8225b1d663d91275d7a33dc89
/LZEngine2010/DataStructures/LZLinkedList.h
349e0e58431756ba076fd09be3c5ca7649edef5c
[]
no_license
Zanzes/LZEngine
7f25fa2b53af804e04b094f7b91e176755126ac1
714c65bcc7d94935850950d3c813b07c4b7818d4
refs/heads/master
2021-01-24T17:49:19.301958
2017-12-22T19:20:54
2017-12-22T19:20:54
60,836,553
0
0
null
null
null
null
UTF-8
C++
false
false
557
h
#pragma once #include "Node.h" namespace LZSoft { namespace DataStructures { template <class T> class __declspec(dllexport) LZLinkedList { public: Node<T> *Head; Node<T> *Tail; int Count; void Add(const T value); void Remove(Node<T>* node); void RemoveHead(); void RemoveTail(); void R...
[ "nikolajea@gmail.com" ]
nikolajea@gmail.com
6fa0fdfaf27287c785b3bb56206dfd9ce67789ff
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/curl/gumtree/curl_repos_function_1462_curl-7.41.0.cpp
b2cb1f059ec7253dc08c5cf5b552fba5f3644965
[]
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
29,512
cpp
static CURLMcode multi_runsingle(struct Curl_multi *multi, struct timeval now, struct SessionHandle *data) { struct Curl_message *msg = NULL; bool connected; bool async; bool protocol_connect = FALSE; bool dophase_done = FALSE; bool done = FA...
[ "993273596@qq.com" ]
993273596@qq.com
0137eb2ba53cc9f03c935a734d34d203439750e1
10bea6de3a5a661c7ef8745fd5993322ced929b1
/src/states_screens/grand_prix_cutscene.cpp
6a53d417a698da2ee522e5fc829564a1b51b6617
[]
no_license
javascript3d/csdnblog
6fb3f389b94ddc4523c606169f024b3899a813e1
3c5dd37bfd1850ed9a6738db6a65838e4ea60486
refs/heads/master
2021-07-17T12:26:12.598439
2017-10-20T14:06:43
2017-10-20T14:06:43
106,515,460
1
0
null
null
null
null
UTF-8
C++
false
false
3,400
cpp
// SuperTuxKart - a fun racing game with go-kart // Copyright (C) 2014-2015 konstin // // 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 op...
[ "30314220+javascript3d@users.noreply.github.com" ]
30314220+javascript3d@users.noreply.github.com
62ad9e11ecc77d78828ad8a4d7563a8e19863a96
fd595e2acd15d029141eeb53bd9095712a87b4d8
/Desktop-Application/APP/include/DataBase/DataBase.h
739256ec92f75f4f48c09cf42f4088f0b9f4e53c
[ "Apache-2.0" ]
permissive
shalaga44/Contacts-Manage
05b7ce4bcdcb34cac90aa4a61675a3f4b5a300b5
fbe09ea563a384f542ecf079976fa1e432735d14
refs/heads/main
2023-02-15T11:14:33.221790
2021-01-07T00:01:40
2021-01-07T00:01:40
324,120,390
1
0
null
null
null
null
UTF-8
C++
false
false
1,627
h
// // Created by shalaga44 on 1/5/21. // #ifndef DESKTOP_APPLICATION_DATABASE_H #define DESKTOP_APPLICATION_DATABASE_H #include <sqlite3.h> #include <Models/ContactField/ContactField.h> #include <Models/Contact/Contact.h> #include <Utils/StringUtils/StringUtils.h> #include <iostream> #include <exception> #include <ut...
[ "mohamedmoawia4@gmail.com" ]
mohamedmoawia4@gmail.com
bf342b16130c7df45c08ffc2b7431565bddbf17a
181614e93acb01d427bb57f8d52a0e5b40035a03
/carpet_cleaning_service.cc
194a91a6df87961ab95e1dd7e0f773a172a1ba31
[]
no_license
automaticaddison/FirstEverCPPPrograms
39e54aafce1678f15210d4e122f87539fb38f138
a29622b68e95d40b1cf2ab5a7616af34f14ce734
refs/heads/master
2020-03-22T08:48:30.661119
2018-07-18T10:42:12
2018-07-18T10:42:12
139,792,208
0
0
null
null
null
null
UTF-8
C++
false
false
2,189
cc
/****************************************************************************** * @file carpet_cleaning_service.cc * @author Addison Sears-Collins * @date 7/14/2018 * @version 1.0 * * @brief Provides a cost estimate for large and small rooms * * Purpose: This pr...
[ "noreply@github.com" ]
noreply@github.com
fedf82866489d4862802f5a35767055ff38f3831
77e48af28c80985b2ade7952d4eb60fc07876949
/include/xap/core/buffer/fetcher.h
1a2616002077a6c44014ae8cc61e9f31c6f93da2
[ "BSD-3-Clause" ]
permissive
xaudioproject/xapcppcore-bufferutilities
a5f63cf7c19b9d054746e1c55b2502bb3147336d
d9c4d3062ce19f2655836be1b518a1ddfdabb6fb
refs/heads/master
2023-06-02T19:09:56.698537
2021-06-10T12:12:20
2021-06-10T12:12:20
377,350,584
1
0
null
null
null
null
UTF-8
C++
false
false
4,387
h
// // Copyright 2019 - 2021 The XOrange Studio. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE.md file. // #ifndef XAP_CORE_BUFFER_FETCHER_H__ #define XAP_CORE_BUFFER_FETCHER_H__ // // Imports. // #include <memory> #include <stdint.h> #includ...
[ "hackerlinx@outlook.com" ]
hackerlinx@outlook.com
b1d90b6e745a22da4ed59a7c19a5ffdcb93a0e4c
2ebe33d98157ef3088dc4e04c0a2dc5af0746103
/src/noguiapp/main.cpp
a4f7e3619b60bfc26992f03eebf699560c982318
[]
no_license
Acvaxoort/lucimalir
ee434f7627ed8386ac42d4c73a3dc275a130e4e5
78b748b8880fecdc803e1968583d957098442cec
refs/heads/master
2022-11-16T15:03:10.893047
2020-06-27T18:26:28
2020-06-27T18:26:28
275,415,673
0
0
null
null
null
null
UTF-8
C++
false
false
2,289
cpp
#include <iostream> #include <cstring> #include <set> #include <vector> #include <core/Core.h> #include "luaapi/LuaStateWrapper.h" const char* HELP_STRING = R"(Usage: lucimalir [options] [filename1 filename2 ...] If no filename is present, it will open an interactive shell. Options: -h: display help -i: open int...
[ "rutious4@gmail.com" ]
rutious4@gmail.com
e8595f3923dec1d96d01df13d21f76ea3935852b
1ca1510d694d7435c16053088035644d6b13b4f2
/outdoor_amr_ros2/marti_common/swri_roscpp/include/swri_roscpp/topic_service_client.h
ab0cabb84522331478d89505569af141f65a4e83
[]
no_license
yangkang411/outdoor_amr_ros2
2b9c7049947b82eb512ebd7cb2671e3c653eb771
c849a5b897fd8ed939d9b002b58cc24ddea69005
refs/heads/main
2023-06-16T09:37:13.738949
2021-07-13T13:48:36
2021-07-13T13:52:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,967
h
// ***************************************************************************** // // Copyright (c) 2018, Southwest Research Institute® (SwRI®) // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met:...
[ "nicolasalbert99@gmail.com" ]
nicolasalbert99@gmail.com
6d6382dc73f2ee09ad0b7f29c868485bfabb4161
126f3a35085c55d9090373fe4f7dbf836664402a
/lru-cache.cc
ff66714644ef3849040095c756fa19e0a8dbc65f
[]
no_license
XiangmingWang/leetcode_review
0ff5f5b67323464d8ea8ccdb6be2e4660c42b2b0
8c955cad8eb37a4130617142196f311c3cf72186
refs/heads/master
2021-05-04T07:48:33.091400
2016-12-19T15:30:58
2016-12-19T15:30:58
70,694,204
0
0
null
2016-10-24T03:20:04
2016-10-12T11:42:05
C++
UTF-8
C++
false
false
1,357
cc
//https://leetcode.com/problems/lru-cache/ #include <iostream> #include <list> #include <utility> #include <unordered_map> using namespace std; class LRUCache{ public: LRUCache(int capacity) : capacity_(capacity) {} int get(int key) { auto iter = lru_map_.find(key); if (iter == lru_map_.end(...
[ "washiwxm@gmail.com" ]
washiwxm@gmail.com
ead1fe339a56adf79a4354b2c5118faa0d723f36
dd83262926063813e0a7c5d941ea623ec07100eb
/orbit_src/Exports/SavegameWriter.hpp
5528522ea6ca6a9020b95edf528427663f505ea0
[]
no_license
ReHamster/UPlayEmulator
b4089cd2a5887a38c7775ac4d765d631303b54ca
d3278e57a9ca90f14a2832dad5db11e11f26131a
refs/heads/master
2023-06-29T07:16:03.915747
2021-08-01T19:42:23
2021-08-01T19:42:23
391,418,847
1
0
null
null
null
null
UTF-8
C++
false
false
3,971
hpp
#pragma once #include "pch.h" #include "Macro.hpp" #include "Helpers/Saves.hpp" #include "Utils/Singleton.hpp" #include "Objects/OrbitConfig.hpp" #include "Interfaces/ISavegameWriteListener.hpp" // ReSharper disable CppInconsistentNaming // ReSharper disable CppMemberFunctionMayBeConst // ReSharper disable CppMembe...
[ "ishurumov@gmail.com" ]
ishurumov@gmail.com
901f989db145ab46bb25b29dc880215862fd7c5c
9d952971cc5f7e20bdce5837adad46a5e26f6e60
/2年次チーム制作/ソースファイル/source/MovieControllobj.h
d24c0c536078f9334a75a6817d7875e514210efb
[]
no_license
weimingtom/Game_SparklingWaterGun
c4b426b3f874a6b6d3528d0d1a711df0e5bd8f08
3fbface15f27f547964edc6c5d794b455ad37ea5
refs/heads/master
2021-01-20T10:32:07.167091
2016-04-01T15:59:50
2016-04-01T15:59:50
null
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
851
h
#ifndef __MOVIE_CONTROLL_OBJ_H__ #define __MOVIE_CONTROLL_OBJ_H__ #include "ControllObject.h" #include "CODBOForwardDecl.h" //*************************************************************** // ムービー用コントロールオブジェクト //*************************************************************** class MovieControllobj :public Controll...
[ "kwgcr368@ybb.ne.jp" ]
kwgcr368@ybb.ne.jp
315ea0a432c15f32a47f55b8509ba041c9168ff5
eab1807e5f09e31a5cacc0ba1275eead24cea76e
/Martin/Qt/SiTTuGAs/Extras/bob_digital_pf1.cpp
82b705e358691c6dea322d0d1f2fd4ffe24d099d
[]
no_license
mbravod/aeros
8af48c0e3d1d9055195236915c951ddd730d219c
239ba1fae4ab7a8f01aa58df4dfe627ac3f9e731
refs/heads/master
2016-09-05T12:40:15.205595
2014-01-09T21:29:49
2014-01-09T21:29:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
542
cpp
#include "bob_digital_pf1.h" #include "ui_bob_digital_pf1.h" BOB_DIGITAL_PF1::BOB_DIGITAL_PF1(QWidget *parent) : QWidget(parent), ui(new Ui::BOB_DIGITAL_PF1) { ui->setupUi(this); connect(ui->pushButton,SIGNAL(clicked()),this,SLOT(cerrar())); } BOB_DIGITAL_PF1::~BOB_DIGITAL_PF1() { delete ui; } vo...
[ "o5antonio@hotmail.com" ]
o5antonio@hotmail.com
ec9be9590537637e430b20d3bf48e360e27ac878
d4ba636068fc2ffbb45f313012103afb9080c4e3
/NuGenDimension/NuGenDimension/NuGenDimension/Dialogs/GetDialogs/SelectPointDlg.cpp
cbb45d606c7a7eec0fda81a121469890973833cb
[]
no_license
SHAREVIEW/GenXSource
785ae187531e757860748a2e49d9b6a175c97402
5e5fe1d5816560ac41a117210fd40a314536f7a4
refs/heads/master
2020-07-20T22:05:24.794801
2019-09-06T05:00:39
2019-09-06T05:00:39
206,716,265
0
0
null
2019-09-06T05:00:12
2019-09-06T05:00:12
null
WINDOWS-1251
C++
false
false
5,498
cpp
// SelectPointDlg.cpp : implementation file // #include "stdafx.h" #include "..//..//NuGenDimension.h" #include "SelectPointDlg.h" #include ".\selectpointdlg.h" // CSelectPointDlg dialog IMPLEMENT_DYNAMIC(CSelectPointDlg, CDialog) CSelectPointDlg::CSelectPointDlg(CWnd* pParent /*=NULL*/) : CDialog(CSe...
[ "nystrom.anthony@gmail.com" ]
nystrom.anthony@gmail.com
a4d6179427026cd17cea6cea0f55f9a30a7b8d6c
612325535126eaddebc230d8c27af095c8e5cc2f
/src/net/cert/cert_verify_proc_unittest.cc
667bc7784d90ae469fd6f09a2a01fcdac3a049eb
[ "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
99,758
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/cert/cert_verify_proc.h" #include <vector> #include "base/callback_helpers.h" #include "base/files/file_path.h" #include "ba...
[ "2100639007@qq.com" ]
2100639007@qq.com
b8d970ff0d5d4d623442aaaf43d6b989e1acc168
80c3acebbf37278bf5899c207b1f32e45bd22092
/Projekt/Content/content_manager.h
38c1976d828346dc056a4b993213da846f3dda78
[]
no_license
Kobzol/ZPG-project
fc9d85c5b61ed0379e8fc5f08d092eadbb87b6bd
c3e423cea687be51b5472c985c519308228ca10c
refs/heads/master
2021-01-10T16:49:20.196016
2015-11-11T22:42:20
2015-11-11T22:42:20
44,061,033
1
1
null
null
null
null
UTF-8
C++
false
false
549
h
#pragma once #include <unordered_map> template <typename T> class ContentManager { public: void load(std::string identifier, const T &item) { this->items.emplace(identifier, item); } bool hasKey(std::string identifier) { return this->items.count(identifier) > 0; } T& get(std::string identifier) { if (...
[ "berykubik@gmail.com" ]
berykubik@gmail.com
b5c8cbf9b63e4ac685868aaa303c39d754bec457
75cdf0c1e66c0c6e7930788acc5a752fcf63e753
/SimpleCoordinate.cpp
de8b1438e4fd02f9381ce3ab120858fc0fd2e652
[]
no_license
topromulan/macrowave-balls-out-billiards
179bcfcd2fbb59a92cef50fc75a9e5de955ef7c1
d20f70f1098cb6a7812d4729c99061ba258d9bba
refs/heads/master
2016-09-05T09:15:34.675497
2009-04-08T03:37:39
2009-04-08T03:37:39
158,879
1
0
null
null
null
null
UTF-8
C++
false
false
276
cpp
#include "SimpleCoordinate.H" void SimpleCoordinate::x(number n) { longitudinal = n; }; void SimpleCoordinate::y(number n) { latitudinal = n; }; number SimpleCoordinate::x(void) { return longitudinal; }; number SimpleCoordinate::y(void) { return latitudinal; };
[ "lime.dale@gmail.com" ]
lime.dale@gmail.com
6d7b96a29f6c7e3b8c8993743a8bfa357f88eb07
9a645579be52befbeb5adc9bc6dd1d4545bcf2b7
/include/LuaResource.h
3d0bb136ec9a2372df46319ea9506f14659fd97b
[ "MIT" ]
permissive
PixelArtDragon/PolisEngine
55f2d0d179eb072f169fb0d2f8db9319bde44677
be3446937eade8457e93db64b59d57bb110aefdd
refs/heads/main
2023-08-28T03:52:19.917969
2021-11-11T12:54:47
2021-11-11T12:54:47
396,887,959
0
0
null
null
null
null
UTF-8
C++
false
false
175
h
#pragma once #include "sol/sol.hpp" #include "ResourceLoader.h" class LuaResource { public: static void AddResources(sol::state& lua, ResourceLoader& resource_loader); };
[ "lemezak@gmail.com" ]
lemezak@gmail.com
eee09923ae701fdc18a8a0a3aa29d9207a281cca
ec9554cb393d8dd8e13f7546e81b9e7db3dfe700
/atom/.node-gyp/.node-gyp/iojs-1.3.13/src/node_javascript.h
52e1898163e99651cd6b6a904cfdc4ed291b64c8
[]
no_license
plapier/dotfiles
ecbfa796f06e44814a3cc4c6179beb88c0fb77eb
712b572b5b10e21b15dfcda5a1d981c4f6d1c8db
refs/heads/master
2021-01-17T05:46:54.120302
2017-07-25T07:14:17
2017-07-25T07:14:17
1,829,553
3
4
null
null
null
null
UTF-8
C++
false
false
434
h
#ifndef SRC_NODE_JAVASCRIPT_H_ #define SRC_NODE_JAVASCRIPT_H_ #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS #include "v8.h" #include "env.h" namespace node { void DefineJavaScript(Environment* env, v8::Local<v8::Object> target); v8::Local<v8::String> MainSource(Environment* env); } // names...
[ "lapier@dropbox.com" ]
lapier@dropbox.com
b9e0323e0de053a5fe851bf5947932e4adb4fa04
a962db3467be3b04b68714abb00611ff92c121b6
/Cpp-Primer-5th-answers/ch15/ex15.26/limit_quote.cpp
716cde44f5475e27aa9dfd55b29d61c9e943216a
[ "CC0-1.0" ]
permissive
blueyi/cpp_study
6bf636076c4489996a95067bbf41d634b6a36b5d
8d839744f9a7c7d217c265e6ca480eb78dbc7162
refs/heads/master
2020-04-05T14:04:48.226583
2016-09-01T01:16:45
2016-09-01T01:16:45
38,018,441
0
0
null
null
null
null
UTF-8
C++
false
false
234
cpp
#include "limit_quote.h" void Limit_quote::debug() const { std::cout //<< "data members of this class:\n" << "max_qty= " << this->quantity << " " << "discount= " << this->discount<< " \n"; }
[ "blueyiniu@qq.com" ]
blueyiniu@qq.com
20f14f6fb7ead4b184206c26eb6f65ca027335b0
af0ecafb5428bd556d49575da2a72f6f80d3d14b
/CodeJamCrawler/dataset/08_592_5.cpp
d39babb69db72ae7414a71f947a10199dd61ac50
[]
no_license
gbrlas/AVSP
0a2a08be5661c1b4a2238e875b6cdc88b4ee0997
e259090bf282694676b2568023745f9ffb6d73fd
refs/heads/master
2021-06-16T22:25:41.585830
2017-06-09T06:32:01
2017-06-09T06:32:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,464
cpp
package com.murphy.google.code.jam; import java.io.BufferedReader; import java.io.FileOutputStream; import java.io.FileReader; import java.util.Arrays; public class Round1CProblem1 { public static void main(String arg[])throws Exception{ String input_file = "A-small-attempt0.in"; BufferedReader file...
[ "nikola.mrzljak@fer.hr" ]
nikola.mrzljak@fer.hr
c94cbe16484432a07ae6bc11c1df74c159c66ed4
fa425c0b3c15794c36f463139b807cc4e4d31c3c
/sds.h
2c9c061c59117b6b4b0ca5bf0eaebd9cfe302357
[]
no_license
lygn128/Tinyfs
f8cb925325f8ba65b06cb8eeea4b37e778907c99
13ba9727d17afeab295e0f7e87214549583c8693
refs/heads/master
2021-01-10T07:42:32.398402
2016-04-08T11:35:48
2016-04-08T11:35:48
54,556,831
2
0
null
null
null
null
UTF-8
C++
false
false
613
h
// // Created by lygn128 on 16-3-14. // #ifndef TFNODE_SDS_H #define TFNODE_SDS_H class sds { int len; int free; public: char *buff; public: sds(const char * str,int initLen); sds(const char * str); sds(const sds& ads); sds(); static sds* newsds(char * buff,int initLenght); s...
[ "5723366asd!Q" ]
5723366asd!Q
d5c394784abeddbaa265e61cc344d9d70f7200e1
97d0e587d3f904e763c3071159a6570142b8c15c
/User.cpp
fcd70f37e99320f64c70a03e8617db54a9a76cc9
[]
no_license
Umar-Baloch/Flixer
98c86f2a49b9c57ff8def8bf229787350d71fd60
6118f676b71cd3c2b76a3d028b90511ba4da01c9
refs/heads/main
2023-04-03T22:12:36.845793
2021-04-12T17:39:35
2021-04-12T17:39:35
357,278,981
0
0
null
null
null
null
UTF-8
C++
false
false
1,669
cpp
#include "User.h" using namespace std; User::User(){} //overloaded constructer User::User(string id, string pwd){ this->ID = id; this->PWD = pwd; } User::~User(){} void User::set_id(string id){ this->ID = id; } void User::set_pwd(string pwd){ this->PWD = pwd; } //saves all followers o...
[ "umer.mukhtar@live.com" ]
umer.mukhtar@live.com
5cdda97465cc3e0361b25197b9c3eef93849ecfd
15b3f4d8703fb23f30021d31d3ffc59e8acf92fd
/BuildSystem/include/arv/editor/file_media_src.h
fb2543360e1643defd577b52e524a1b8e389e13c
[]
no_license
OakCityLabs/iVCam
2cd72b83d8b7130d3a22741fefcedbaa55becf54
d4f2e8991cbc4711ed53c154df89328703f92a0b
refs/heads/master
2021-01-23T10:39:35.021773
2017-09-06T16:59:11
2017-09-06T16:59:11
102,625,718
0
0
null
2017-09-06T15:28:42
2017-09-06T15:28:42
null
UTF-8
C++
false
false
1,603
h
// // file_media_source.hpp // INSMediaApp // // Created by jerett on 16/7/13. // Copyright © 2016 Insta360. All rights reserved. // #ifndef file_media_data_source_h #define file_media_data_source_h #include <string> #include <tuple> #include <av_toolbox/sp.h> #include "media_src.h" struct AVStream; namespace i...
[ "zhangzhongke007@163.com" ]
zhangzhongke007@163.com
6ac5fd809e6c806aafc05be3eecba8592b9428b0
49cabb3ca07252fd207ee354364dd5fad75bd59c
/E.cpp
287f13f4c2688d6fcf38ee4bf806a56d4d9ad455
[]
no_license
Tareq57/Codeforces-Round-702
a18e0801c5e29e0d71e82fcef9bf054ab5a6658c
c3edbaf4b302f06d149872832aca4a6adfd2b3be
refs/heads/main
2023-05-28T15:54:22.987682
2021-06-11T15:26:30
2021-06-11T15:26:30
376,063,989
0
0
null
null
null
null
UTF-8
C++
false
false
1,363
cpp
//BISMILLAH //RABBI JIDNI ILMA #include<bits/stdc++.h> using namespace std; #define ll long long #define pb push_back #define mp make_pair #define ull unsigned long long #define vll vector <long long> #define pll pair <long long,long long> #define f first #define s second #define up upper_bound #define l...
[ "noreply@github.com" ]
noreply@github.com
58bf53a3992b0062b841d84e474b48c467bae9c4
e4e230808ce9fdce58d3b888e3c629bf476831e7
/ZE_SWIMR_0_3_addition_of_depth_sensing/ZE_SWIMR_0_3_addition_of_depth_sensing.ino
79713127db8f5f87b752557301466e856e1d3d2b
[]
no_license
cappa270/ArduinoMotorControl
eb9ace6af3a1ba00ed36d88545d89339b36cef8f
34e482cb9607cdbdeaf858407f273d9eccf16b43
refs/heads/master
2016-09-06T18:12:19.838423
2013-05-07T16:11:23
2013-05-07T16:11:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
25,473
ino
/********************************************************************* Written by Mitch Fynaardt Date: February 1, 2013 Last Rev: February 9, 2013 This sketch utilizes serial library to capture date from ArduIMU V3 and prints values back to the user. The Arduino Mega also captures user input via a hardw...
[ "mike.capozzoli@gmail.com" ]
mike.capozzoli@gmail.com
282707e74ab40c0b4ed62ea83e553331f6054b34
68fc47bcf985b2b2c352f98b513aa0110d1d668a
/Plante.cpp
988d47077deef4b66f8fb2a658f681fa7d0feef8
[]
no_license
ValentinPIVOT-LEMEEetpa/GDA_Botanique_PIVOT-LEMEE
8325c68959a00917487851217ca1cd3a772f8936
a7aae521b042bf8fd41a488232937f15d46537b1
refs/heads/master
2022-07-04T10:52:53.416014
2020-05-11T15:54:55
2020-05-11T15:54:55
262,794,200
0
0
null
null
null
null
UTF-8
C++
false
false
967
cpp
#ifndef PLANTE_CPP #define PLANTE_CPP #include <iostream> #include "Plante.h" #include "Vege.h" void Plante::maturite(){ _mature += 1; _arrosage -=10; _taille +=1; if(_mature > 20) //mort } void Plante::angrais(){ _angrais -= 1; if(_angrais <0) _angrais = 0...
[ "pivot.valentin@laposte.net" ]
pivot.valentin@laposte.net
475ac29011d51482155bbadf13bd5a4ae59ababf
c44e52880af2528055441630fe3850bea2cb4c37
/C++/uva10300.cpp
b0d37017a5ee0dfc2ac5f245705df9590abb0325
[ "MIT" ]
permissive
MrinmoiHossain/Uva-Solution
f89df917eb608243e621f43f3e8e9ec9b6c69c76
85602085b7c8e1d4711e679b8f5636678459b2c5
refs/heads/master
2021-01-19T19:39:40.880868
2018-12-28T17:26:15
2018-12-28T17:26:15
88,434,419
1
2
null
null
null
null
UTF-8
C++
false
false
366
cpp
#include <bits/stdc++.h> using namespace std; #define LL long long int int main(void) { int n; cin >> n; int f; for(int i = 0; i < n; i++){ cin >> f; LL con = 0, a, b, c; for(int j = 0; j < f; j++){ cin >> a >> b >> c; con += (a * c); } ...
[ "mokit.aust@gmail.com" ]
mokit.aust@gmail.com
f99dd6ae8dc68069881fb1fe204ea1e79a0554bc
d0fb46aecc3b69983e7f6244331a81dff42d9595
/servicemesh/src/model/CreateServiceMeshRequest.cc
690f7ddb49cd6f8e9cc8eb3746bf00f6c641c29f
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-cpp-sdk
3d8d051d44ad00753a429817dd03957614c0c66a
e862bd03c844bcb7ccaa90571bceaa2802c7f135
refs/heads/master
2023-08-29T11:54:00.525102
2023-08-29T03:32:48
2023-08-29T03:32:48
115,379,460
104
82
NOASSERTION
2023-09-14T06:13:33
2017-12-26T02:53:27
C++
UTF-8
C++
false
false
11,634
cc
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
a8cba13826d5a717411c4b5d964d9e72f3ede68f
4bb59a04ce5821980460e0f974419d14626aef5e
/08.TestSet/src/04.UI/Ctrl/XTHtmlCtrl.h
7e5669e55361aa43339807160d7e16e20de34eca
[]
no_license
xt9852/TestSet
587d5251e234ffc8fc477426dd9ff4b0cecce1eb
5d0dcb72ab9867e488ad9bfd437aef782a5abca7
refs/heads/master
2021-01-10T01:20:27.906424
2016-03-16T09:11:49
2016-03-16T09:11:49
44,855,424
3
1
null
null
null
null
UTF-8
C++
false
false
971
h
#pragma once #include "XTRichEdit.h" #include "afxhtml.h" //#include <boost/regex.hpp> //using namespace boost; enum {FILE_GIF = 1, FILE_JPG, FILE_BMP, FILE_DOC}; class CXTHtmlCtrl : public CHtmlView { DECLARE_DYNCREATE(CXTHtmlCtrl) public: CXTHtmlCtrl(); virtual ~CXTHtmlCtrl(); HWND m_hParentWnd; public: #i...
[ "xt_666@163.com" ]
xt_666@163.com
ed073af425c729e876039860c68434bf68c900a3
d0c8a21694ee0d608248eca851b8da953e6bd29e
/Data/Json/RapidjsonCanvas.cpp
40ac5f8d3649c4c547f014afdfcc739af7d7e4d3
[]
no_license
isaacselement/modules-cocos2dx
80d7247fab6b58e9c6044850b361cd3ad6003f4a
a6e7047a48fcf6f9db50051c412ba2b5f2bbdb71
refs/heads/master
2020-12-25T08:42:34.207747
2016-08-25T03:43:30
2016-08-25T03:43:30
65,530,673
0
1
null
null
null
null
UTF-8
C++
false
false
299
cpp
#include "RapidjsonCanvas.h" #include "RapidjsonValues.h" #include "FrameTranslater.h" Size RapidjsonCanvas::parseSize(rapidjson::Value &value) { return CanvasCGSize(rParseSize(value)); } Vec2 RapidjsonCanvas::parseVec2(rapidjson::Value &value) { return CanvasCGVec2(rParseVec2(value)); }
[ "isaacselement@gmail.com" ]
isaacselement@gmail.com
53f8c4ede4563a12da1e3e66d941802688b38d29
6b59be05366f5224549580abd03288b8a72fca4c
/main.cpp
8ccbdc01e96da001b4540eb750813df91244dc77
[]
no_license
utec-computer-science/cs3102-btree-bdiaz22
2bbd8380ed0fe3c806220c786f1c1d9f869cdcb4
7a6359967932e0364a06871cf99bb49f75333d7b
refs/heads/master
2021-05-25T22:45:05.688760
2020-05-08T01:00:44
2020-05-08T01:00:44
253,952,751
0
0
null
null
null
null
UTF-8
C++
false
false
733
cpp
#include <iostream> #include "Tree.h" using namespace std; int main() { typedef BNode<float> b_node; typedef Tree<b_node> b_tree; b_tree btree(4); btree.insert(10); btree.insert(2); btree.insert(4); btree.insert(41); btree.insert(15); btree.insert(26); btree.insert(19); btree.insert(11); ...
[ "bryan.diaz@utec.edu.pe" ]
bryan.diaz@utec.edu.pe
709737b2aecaef4e0c65eb289d947bdcd2497620
133d0f38b3da2c51bf52bcdfa11d62978b94d031
/testAutocad/vendor/ifc-sdk/include/ifc2x3/IfcRelDecomposes.h
c5674323e8aaf909d3393555b4cd9add8741725f
[]
no_license
Aligon42/ImportIFC
850404f1e1addf848e976b0351d9e217a72f868a
594001fc0942d356eb0d0472c959195151510493
refs/heads/master
2023-08-15T08:00:14.056542
2021-07-05T13:49:28
2021-07-05T13:49:28
361,410,709
0
1
null
null
null
null
UTF-8
C++
false
false
6,090
h
// IFC SDK : IFC2X3 C++ Early Classes // Copyright (C) 2009 CSTB // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 2.1 of the License, or (at your option) any late...
[ "antoine.cacheux@procal.fr" ]
antoine.cacheux@procal.fr
d58a58ae09b4b5019222526ff697af4cdcfba0c6
83bda3089c314c3e25e621b4190ce5ff3496b5c9
/Refactoring_StudyServer/GameProtocol.cpp
ce750512d763f84e8fd593c4cb1ff63e1118403f
[]
no_license
CodeByKim/GunShootingGame-Server
ed09ac44507f013d7a5547bcd4ab27fcab1cc439
d7b96f1181dbc8f3eab416ff4538b870281bc33b
refs/heads/master
2020-04-04T10:45:41.789722
2018-11-03T15:48:58
2018-11-03T15:48:58
155,849,917
0
0
null
null
null
null
UHC
C++
false
false
20,300
cpp
#include "Protocol.h" #include "UserDB.h" #include "Player.h" #include "PlayerManager.h" #include "Lobby.h" #include "Utils.h" #include "Network.h" #include "GamePacketData.h" #include "TestPacketData.h" #include "PacketFactory.h" #include "Game.h" #include "GameManager.h" VOID HEART_BEAT(Player* player, ...
[ "codebykim@naver.com" ]
codebykim@naver.com
1bb312279de2042eed94d47d0301276591b3f3aa
4a1d0fd0d64416fc4454567143d7b960a68b0bd2
/Chapter-9/test.cc
fd73e7db90f1a0c1e7c6143a5a089dee5de310c9
[]
no_license
power321/ProgrammerInterview
bf393cd4da8ba949709015e2bf132dffd1e5cdd9
33b1e9e70c74f7e6ff9c4ed940363f27984fa9b2
refs/heads/master
2021-01-10T05:18:26.711167
2017-02-26T13:55:41
2017-02-26T13:55:41
52,147,851
0
0
null
2016-02-23T11:07:11
2016-02-20T10:19:42
C++
UTF-8
C++
false
false
424
cc
#include <iostream> using namespace std; template <typename AnyType> void Swap(AnyType &a, AnyType &b) { AnyType temp; temp = a; a = b; b = temp; } int main() { int a=2, b=3; double f1=1.2, f2=2.3; cout << "a=" << a << " b=" << b << endl; Swap(a,b); cout << "a=" << a << " b=" << b << endl; cout << "f1=" <<...
[ "chenxian_0@163.com" ]
chenxian_0@163.com
ecbfa1bbf0668eb709cfe98cd4cbd11127412b90
b19f30140cef064cbf4b18e749c9d8ebdd8bf27f
/D3DGame_180730_005_TextureCoord/Program.cpp
53228c99a67125830f1d4c4bfed7df05fdc622c9
[]
no_license
evehour/SGADHLee
675580e199991916cf3134e7c61749b0a0bfa070
0ebbedf5d0692b782e2e5f9a372911c65f98ddc4
refs/heads/master
2020-03-25T13:22:42.597811
2019-01-03T07:05:54
2019-01-03T07:05:54
143,822,128
0
0
null
null
null
null
UTF-8
C++
false
false
1,786
cpp
#include "stdafx.h" #include "Program.h" //#include "./Executes/ExeTriangle.h" //#include "./Executes/ExeRect.h" //#include "./Executes/ExeTexture.h" #include "./Executes/ExeTextureCoord.h" Program::Program() { States::Create(); D3DDesc desc; D3D::GetDesc(&desc); values = new ExecuteValues(); values->ViewProjec...
[ "evehour@naver.com" ]
evehour@naver.com
ec54e51ff5c330a6fabd55440be5690cac2e8dc2
183d423b1ca9fbaabc455e0ddc76730ca2d1c15d
/MFC/ExtensionDll/RoundButton.cpp
be8e6cadc7a901eab181a468787a9fb2fe8c1672
[]
no_license
leihtg/cproject
8c0bf5fe04986faacdd4a48320860bf7c92c1ba2
f1ef52ce3092add39216cec8da7d89f03a3db633
refs/heads/master
2022-02-16T00:20:41.200444
2019-08-25T13:59:01
2019-08-25T13:59:01
109,554,174
2
2
null
null
null
null
UTF-8
C++
false
false
642
cpp
// RoundButton.cpp : implementation file // #include "stdafx.h" #include "RoundButton.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CRoundButton CRoundButton::CRoundButton() { } CR...
[ "leihtg@163.com" ]
leihtg@163.com
7a7c8073e515dac8e5c57767e111ead4bac33a98
473e535cfb52a99abbb2a1f7193226e14d0147b7
/test_m4ri_2.cpp
ba00758dfb33f2929ccd5c209f70d5a942994c71
[]
no_license
skramm/m4ri-expe
4175e65d5fcca40ea5a1a280d34f2ab006280ba0
24731f417f3028595f72720a7f2acec99632e86d
refs/heads/master
2022-04-17T23:16:10.951802
2020-04-11T16:22:19
2020-04-11T16:22:19
254,894,208
0
0
null
null
null
null
UTF-8
C++
false
false
1,116
cpp
/** \file \brief test of m4ri */ #include <iostream> #include "wrapper_m4ri.hpp" #include "binary_mat.hpp" #include "convert.hpp" //------------------------------------------------------------------- int main( int argc, char** argv ) { int r = 10; int c = 20; if( argc == 3 ) { r = std::stoi( argv[1] ); c =...
[ "sebastien.kramm@univ-rouen.fr" ]
sebastien.kramm@univ-rouen.fr
2344716c66572a4e9591ad41c24638b3e71e9c38
27d8086114736e4d441bd73408cb5666ba19e8b9
/src/patcher/function_hooks.cpp
88f589f060ea0b90bedac9dfe52ce869d01dd50c
[ "MIT" ]
permissive
dragonbane0/AutoSplitter-WiiU
17ad6d40dda6e659c1e8e615f0c8701b475fbfa7
fe304ede1b51ec8bb8b92d09738218c5542f27b3
refs/heads/master
2021-07-20T00:54:09.444364
2020-04-14T14:00:07
2020-04-14T14:00:07
130,211,584
4
0
null
null
null
null
UTF-8
C++
false
false
26,140
cpp
/**************************************************************************** * Copyright (C) 2016 Maschell * * 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...
[ "marwinmisselhorn@hotmail.de" ]
marwinmisselhorn@hotmail.de
54ac2ccdc9721ed7c335c3b67515d6438b6b6672
fa9abaa16838c52af01affa4d5246a812f9cb232
/lc_liked_110.cpp
370a7c82e25160b10e87529181dbdc5855593ca6
[]
no_license
mcc12357/acm-
fcbfa1d6fc5011d9c8c22f2186d44bcd0f1ceb98
114d386353e6cb31f6ba0d121591005bf42e2bed
refs/heads/master
2020-04-03T17:37:35.742867
2019-01-06T01:32:00
2019-01-06T01:32:00
155,452,881
0
0
null
null
null
null
UTF-8
C++
false
false
1,327
cpp
#include<iostream> using namespace std; #include<stdio.h> #include<string> #include<vector> #include<set> #include<map> #include<algorithm> #include<queue> struct TreeNode { int val; TreeNode *left; TreeNode *right; TreeNode(int x) : val(x), left(NULL), right(NULL) {} }; class Solution { public: ...
[ "machaochun1@gmail.com" ]
machaochun1@gmail.com
e25968d4baeabeac6b12175599b83de34c02eaa7
37f1efec9d084919fb200c2116d54c821501e25b
/server/游戏服务/TableFrame.cpp
96533206aaef5d78478434ed097913f9f955c487
[]
no_license
WesternCivilization/netfox
d9a7fa562b2bb957974b21c240e155faa4f615d3
eb374dd1f7efea01da51b96405a8a0aec4bbe756
refs/heads/master
2021-06-11T16:43:32.675127
2017-02-01T01:05:53
2017-02-01T01:05:53
null
0
0
null
null
null
null
GB18030
C++
false
false
58,783
cpp
#include "StdAfx.h" #include "TableFrame.h" ////////////////////////////////////////////////////////////////////////// //定时器 ID #define IDI_OFFLINE (IDI_MAX_TIME_ID+1) //断线定时器 ////////////////////////////////////////////////////////////////////////// //构造函数 CTableFrame::CTableFrame() { //属性变量 m_wChairCoun...
[ "xy.lvxy@gmail.com" ]
xy.lvxy@gmail.com
d56b19d519c24ff1169fb609771560239bd1083b
5fae7bac031e87dbd85d3ae03cf29aae085369f7
/control/client/qjoystick.cpp
4f96a158fdb6aaed2ba45d39ecd2beb0d89e57c7
[]
no_license
cboylan/pdx-rov
4cab37bbf0db911a236f77a7d8ce78571eda05d0
db94162f64cce9e7676334240d3f4436378f89d3
refs/heads/master
2020-05-30T16:38:24.486222
2010-07-19T04:37:28
2010-07-19T04:37:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,105
cpp
#include "qjoystick.h" #include <QDebug> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <linux/joystick.h> #include "qjoystick.moc" QJoystick::QJoystick(const QString &path, QObject *parent) : QObject(parent) , num_buttons(0) , num_axis(0) , m_path(path) , socketNotifier(0) { int f...
[ "greg@greghaynes.net" ]
greg@greghaynes.net
dc30ed72a6f8c14e5cf758a56b97f9327692ebe2
397f7eb1ea15ba0bb300ba1e99681164c0421a8d
/test/zeromq_writer_test_helper.cpp
5fdbffe831ca42e21f0053d7deaa37ce46050e6c
[ "Apache-2.0" ]
permissive
mexicowilly/Chucho
38a19664a2296dbe128586281d3b2cc4fe8dc531
f4235420437eb2078ab592540c0d729b7b9a3c10
refs/heads/develop
2021-06-14T14:51:34.679209
2021-06-03T17:06:05
2021-06-03T17:06:05
67,319,394
4
4
null
2018-01-25T16:01:30
2016-09-04T01:20:42
C++
UTF-8
C++
false
false
3,163
cpp
/* * Copyright 2013-2021 Will Mason * * 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 applicab...
[ "willchido@gmail.com" ]
willchido@gmail.com
30ddaebad92fde1fc5e68c6589e1b213dde97cb0
0183fcf6f75b7d1dccb3e07c4437cfc975cb503c
/viewmdl/ViewMdl.cpp
c8593a3cb87f700bb7dfc55317a9c115e7eaa5aa
[]
no_license
ip821/model-libs
b81ee01b68935ec26599178936059012a708de7a
db150f32da76dcb9a04b71bda214e8d28ab5c883
refs/heads/master
2021-01-19T17:48:02.223293
2018-11-06T10:44:05
2018-11-06T10:44:05
37,592,383
1
0
null
null
null
null
UTF-8
C++
false
false
1,933
cpp
// ViewMdl.cpp : Implementation of DLL Exports. #include "stdafx.h" #include "resource.h" #include "ViewMdl_i.h" #include "dllmain.h" #include "xdlldata.h" using namespace ATL; // Used to determine whether the DLL can be unloaded by OLE. STDAPI DllCanUnloadNow(void) { #ifdef _MERGE_PROXYSTUB HRESULT hr = PrxDllC...
[ "ip821@yandex.ru" ]
ip821@yandex.ru
8c8d1cec381fc737e21391e1dee91a986f725c53
8180b65f630389e16e039a648838a9eb13d35920
/Fibonacci.cpp
71487761823d571de72ac464e9a96498fc65ba74
[]
no_license
tonytam3/FibonacciCPP
8666bee4f5f3c1ecee20d57f26aac6825ae5ed43
458ab487890bf0652333e4fc3c50b4d27d5fb9d3
refs/heads/master
2020-04-23T00:35:32.954533
2019-02-15T01:47:32
2019-02-15T01:47:32
170,784,964
0
0
null
null
null
null
UTF-8
C++
false
false
1,422
cpp
#include <iostream> using namespace std; void progWelcome(); void progNthRequest(); void printOut(); void progContinue(); void progGoodbye(); void fiboSeq(int n, long long &result); int n; long long result; bool progExit = false; void main() { progWelcome(); do { progNthRequest(); fiboSeq(n, ...
[ "noreply@github.com" ]
noreply@github.com
d7e5b10f152e76f286c4fafc3dae69b665f331ef
59f9dd8d15be93b7d98ee38465510a53fc628664
/widgetdown.cpp
a7df6d240126e67e53524c08e48c4dc8f58b9a94
[]
no_license
tujiaw/bottom
31a14bee227f5da5150d228f20510568dc59a42b
88cfd6c7354789bd530168974c385a539922d20a
refs/heads/master
2021-01-01T18:48:35.408297
2014-08-16T02:20:08
2014-08-16T02:20:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
512
cpp
#include "widgetdown.h" #include <QtWidgets> WidgetDown::WidgetDown(QWidget *parent) : QWidget(parent) { QPalette palette; palette.setBrush(this->backgroundRole(), QBrush(QColor(255, 0, 0))); this->setPalette(palette); this->setAutoFillBackground(true); this->setMouseTracking(true); } void Wi...
[ "tujiaw@163.com" ]
tujiaw@163.com
a7d9b089d5029bb75d878913570cd94dd4866c1e
481b57a078cd90c5cd4fa89d22e4461936c1b1f0
/Tubes/child.cpp
073cc2885f52e3943b39bb1f4d09f89988968563
[]
no_license
Yogi162/TUBES_1301174264_1301170505
127d852fd8bf1c35bf67a625714b8a13ee951def
a8a17b1da48719f44d03c60d84f6ef99547eeff6
refs/heads/master
2020-03-14T02:42:37.453221
2018-04-28T12:08:04
2018-04-28T12:08:04
131,404,687
0
1
null
null
null
null
UTF-8
C++
false
false
7,966
cpp
#include "child.h" void createList(List &L) { first(L)=NULL; last(L)=NULL; } address allocate(infotype x) { address P = new elmlist; info(P) = x; next(P)=NULL; prev(P) = NULL; return P; } void deallocate(address &P) { delete P; } void insertFirst(...
[ "noreply@github.com" ]
noreply@github.com
1874f3ec22a87aa1915ae364e3d5de8f20de40e5
86321e860641282f6afc435a9becd3db7a3d32c0
/tags/release-0-0-8/ta-lib/excel/src/xlw/XlfOper.cpp
dae0c9bc49aa4f058cf8828c80effbffe2bc5b3f
[]
no_license
royratcliffe/ta-lib
0207e477da8ab14dde74f39a8b7aa58275c79c6d
272b60afa70625b84ab647fd1e0a13909735280b
refs/heads/master
2021-01-01T16:25:04.669925
2012-08-24T09:23:43
2012-08-24T14:48:35
4,485,293
10
2
null
null
null
null
ISO-8859-1
C++
false
false
14,521
cpp
/* Copyright (C) 1998, 1999, 2001, 2002 Jérôme Lecomte This file is part of XLW, a free-software/open-source C++ wrapper of the Excel C API - http://xlw.sourceforge.net/ XLW is free software: you can redistribute it and/or modify it under the terms of the XLW license. You should have received a copy of the l...
[ "(no author)@3f33b33b-d80e-0410-b78d-a637975a354c" ]
(no author)@3f33b33b-d80e-0410-b78d-a637975a354c
31b4e56b8311d2254e762228bea2db4207dba394
a0ef3aa1b3118baf54dc186d89c35072b8d96d54
/codeforces/1380/B.cpp
b632b50ff7d31e7b131c830f313bc18aa1a48b2c
[]
no_license
arjunbangari/Problem-Solving
110398129698038660e558509c46c385e7848cc3
9c9760627a3fbdd97ecee8cbc02245a3ea0f7fda
refs/heads/master
2023-02-05T17:09:40.631840
2019-08-10T12:02:00
2020-12-29T11:52:13
324,994,511
4
0
null
null
null
null
UTF-8
C++
false
false
946
cpp
#include <bits/stdc++.h> using namespace std; typedef long long int ll; typedef long double ld; typedef pair<ll,ll> pll; #define endl "\n"; #define fast ios_base::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL) ll const inf = 1e18; ll const maxn = 1e6+5; ll const mod = 1e9+7; // code begins here int main(){ ...
[ "sarjun99718@gmail.com" ]
sarjun99718@gmail.com
1aed41982eca610c94b15354f842e02bef50021e
3c09d1c279c8578791dae535852c06e09efad4a1
/Projects/Jordan Mitarov/03.Data Structures/70.ListSortTask02/main.cpp
f4a919ee8711cfb4d9764f4349a993c454f535d6
[]
no_license
rosen90/GitHub
f00653f8a65cdffc479b70d2d7ca8f9e103d3eeb
851d210f2f6073d818e0984fa9daab96e833b066
refs/heads/master
2016-09-12T23:57:19.530896
2016-05-04T22:09:03
2016-05-04T22:09:03
58,085,509
0
0
null
null
null
null
UTF-8
C++
false
false
769
cpp
/*Write a program that merges two ordered list objects of integers into a single ordered list object of integers.*/ #include <iostream> using namespace std; #include "List.h" template <typename T> void reverseOrder(List<T> &first,List<T>&second) { List<T> tempfirst(first); //create copy of first T value; while(!...
[ "karadinev@gmail.com" ]
karadinev@gmail.com
585a390907b89cd60cb482eda0823fd51d5baf32
877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a
/app/src/main/cpp/dir7941/dir22441/dir22442/dir22443/dir24650/dir24841/file25107.cpp
4c7688692c8ed98218da782cf22d9bed856cb3a6
[]
no_license
tgeng/HugeProject
829c3bdfb7cbaf57727c41263212d4a67e3eb93d
4488d3b765e8827636ce5e878baacdf388710ef2
refs/heads/master
2022-08-21T16:58:54.161627
2020-05-28T01:54:03
2020-05-28T01:54:03
267,468,475
0
0
null
null
null
null
UTF-8
C++
false
false
115
cpp
#ifndef file25107 #error "macro file25107 must be defined" #endif static const char* file25107String = "file25107";
[ "tgeng@google.com" ]
tgeng@google.com
cafecfae352bcf001af689d967550eb9e118982f
7a959ea764651aed99d261f35ef060599090d43b
/MFCOpenGL/MFCOpenGL/OpenGLControl.cpp
685593fb344fa770bd96e20c04443a5ff1e6a9cf
[]
no_license
Riverxik/dialog3d
f0ffd35445f5d4c47bb00098dd063c220944973c
d8745e7ca533c376253ff779579e84f22611c588
refs/heads/master
2021-01-20T05:43:39.191241
2017-04-30T16:43:52
2017-04-30T16:43:52
89,803,415
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
21,090
cpp
#include "stdafx.h" #include "OpenGLControl.h" COpenGLControl::COpenGLControl(void) { m_fPosX = 0.0f; // X position of model in camera view m_fPosY = 0.0f; // Y position of model in camera view m_fZoom = 5.0f; // Zoom on model in camera view m_fRotX = 0.0f; // Rotation on model in camera view m_fRotY = 0.0f; ...
[ "petux3000@yandex.ru" ]
petux3000@yandex.ru
916a8810d692fb104499c4d8a681a4267f1338c1
a757717dbd1fcffe2cb2dc1f7accdc74e78d2396
/Hex/Graph.cpp
18f245b78ce7a34ca23b15b92931eb582bfec6fe
[ "Unlicense" ]
permissive
Neuromancer2701/Hex
299453a8f7b2299463dec57da91f83fbd2907c74
acc950140b8b8a9f6443b2b338a32d64d7df6740
refs/heads/master
2021-01-19T18:06:35.537489
2013-11-18T01:26:24
2013-11-18T01:26:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,752
cpp
/* * Graph.cpp * * Created on: Oct 25, 2013 * Author: SK1033 */ #include "Graph.h" #include <set> #include <iostream> #include <fstream> #include <cstdlib> #include <ctime> #include <algorithm> using std::find; using std::cout; using std::endl; using std::multiset; using std::ifstream; //blank constructo...
[ "king.seth@gmail.com" ]
king.seth@gmail.com
cff821ac42c440d16c7196e97e534de329e6c2e4
84808d7bb4255815f54449c62426e1b23f5c6125
/utility.cpp
d0769a5958333694aa20cdb8a51a34daf29a0e4c
[]
no_license
codeworm96/yet_another_basic
fa14d160a7eb73e1e58f4d413bfb7473c2aa2ddc
8a29e891d99ab3a737e3da94be509ffde72b736a
refs/heads/master
2016-08-11T15:59:20.512459
2015-05-24T15:42:14
2015-05-24T15:42:14
36,179,088
1
0
null
null
null
null
UTF-8
C++
false
false
671
cpp
#include <iostream> #include <sstream> #include <string> #include "../StanfordCPPLib/error.h" #include "utility.h" int str2int(std::string s) { std::istringstream iss(s); int res; iss >> res >> std::ws; if (iss.eof()){ return res; }else{ error("SYNTAX ERROR"); //I think this kind o...
[ "codeworm96@outlook.com" ]
codeworm96@outlook.com
680a4b3230ed02012faa1be7e6578e59d461247f
2fba0c8ea5f69b5afe60a9a273eb18ec519059fe
/sprout/operation/fit/set.hpp
1151f0f8b02b5622ee0f744b88933303e2799448
[ "BSL-1.0" ]
permissive
jwakely/Sprout
683acb3ea214526eedf2b656a70a25a2be6e1b3a
a64938fad0a64608f22d39485bc55a1e0dc07246
refs/heads/master
2021-01-16T17:51:20.841753
2012-07-25T05:27:01
2012-07-25T05:27:01
5,179,121
1
0
null
null
null
null
UTF-8
C++
false
false
1,682
hpp
#ifndef SPROUT_OPERATION_FIT_SET_HPP #define SPROUT_OPERATION_FIT_SET_HPP #include <cstddef> #include <sprout/config.hpp> #include <sprout/container/traits.hpp> #include <sprout/container/functions.hpp> #include <sprout/operation/fixed/set.hpp> #include <sprout/sub_array.hpp> namespace sprout { namespace ...
[ "bolero.murakami@gmail.com" ]
bolero.murakami@gmail.com
b50de851e3430986f3c7050b3ac2830d7d64a2e7
40429db1f9185e37fab79757fafb11096e3bbd90
/avl/funcoes.h
c6442677d6c47e902e9645b2d626210abd91ca84
[]
no_license
gaabrielfranco/AVL
176c3b1a4646d171cd84e0a74314e45349d87a57
18902361b06af3a677c4354a835c1b0e4c000a3b
refs/heads/master
2020-03-07T19:58:33.401157
2018-04-02T11:38:37
2018-04-02T11:38:37
127,684,875
0
0
null
null
null
null
UTF-8
C++
false
false
628
h
/*************** ** ARQUIVO: ArvoreBin.cpp ** GRUPO: ** Marcos Valério de Carvalho Loures - 81827 ** Gabriel Vita Silva Franco - 79208 ***************/ #ifndef FUNCOES_H #define FUNCOES_H #include <iostream> #include <fstream> #include <string> #include "ArvoreAvl.h" using namespace std; bool leDadosSequencial(str...
[ "gabriel.vita@ufv.br" ]
gabriel.vita@ufv.br
3b1972c7337e835896a4475a300a79291544d6ce
d1456d37347e53717f1354f4fb528733dc090fc0
/A/fileAdvance.cpp
1bb93c117a96a85defc7907c50de95fc38cadc00
[]
no_license
vvaibhav3/cpp
c7b4755d1027f1acb5a98819572395416a75e772
8537e588f2f2ff91193826e5c29a35b5a0c22ac3
refs/heads/master
2023-07-21T20:02:44.161342
2021-08-21T15:01:12
2021-08-21T15:01:12
341,088,951
0
0
null
null
null
null
UTF-8
C++
false
false
1,093
cpp
#include<iostream> #include<fstream> #include<iomanip> #define SIZE 1024 using namespace std; struct data{ char lable[SIZE],mnemonic[SIZE],op1[SIZE],op2[SIZE]; }; ostream &operator<<(ostream &stream,struct data s1){ stream<<s1.lable<<" "<<s1.mnemonic<<" "<<s1.op1<<" "<<s1.op2<<"\n"; return stream; } int main(){ ...
[ "vvaibhav37937@gmail.com" ]
vvaibhav37937@gmail.com
a08c06696de6145dd5cf01d126e16823b37b18ee
02ba16bfef164e89ceb63f8ef073cbba1286c0ce
/week4/Rational4.cpp
44b59861ddb1cbcf5f31bb379c6a0ca0d786fc09
[]
no_license
nurSaadat/100DaysOfCode
b0bbc4374571535c035ed2e14a7a92811e25b976
b808bf23223f63c54799f62791740f33f7721cd3
refs/heads/master
2021-03-24T02:16:57.299630
2020-06-18T12:58:17
2020-06-18T12:58:17
247,506,604
1
0
null
2020-03-15T16:35:26
2020-03-15T16:35:25
null
UTF-8
C++
false
false
4,341
cpp
#include <iostream> #include <string> #include <iomanip> using namespace std; class Rational { public: Rational() { num = 0; denom = 1; } Rational(int numerator, int denominator) { if (numerator == 0) { num = 0...
[ "saadat.nursultan@nu.edu.kz" ]
saadat.nursultan@nu.edu.kz
7a0b79d604937d51230b441b7a749b4e32b4f854
432c0ff96204aa28d58e71209f0c8f037c412342
/acmicpc/11720.cpp
41f76f1b8bc36541a2021ffa95a1f549a6e9e4aa
[]
no_license
HONEY1b/tuestudy
be3323c7c7d614c7ec3135bb37bde96bb58a42fb
6fe90032eb31e11f56f62a8f778edfa522264bfd
refs/heads/master
2021-07-10T18:41:51.814989
2020-11-24T12:37:42
2020-11-24T12:37:42
209,746,267
0
0
null
null
null
null
UTF-8
C++
false
false
233
cpp
//11720 #include<stdio.h> #include<iostream> using namespace std; int main(void){ int n; scanf("%d",&n); char arr[100]; int total=0; for(int i=0;i<n;i++){ cin>>arr[i]; total+=arr[i]-48; } cout<<total<<'\n'; return 0; }
[ "nh822@naver.com" ]
nh822@naver.com
628133174ddeaea1ca2480ea3fa7dd0303d07bf4
db365c07a0121316cf6d3ec886bd55e28719824a
/Line drawer/main.cpp
0ebe86cb54a06d33159d2b3164c5c6507fe756f5
[]
no_license
koalaa13/Comp-Graphics
46212cb64d7ba11b6191e47d69e6b7f4a48343ed
07ae60a00b01ce6b496fa29542a3196608202811
refs/heads/master
2021-01-02T11:08:13.680758
2020-06-26T09:33:17
2020-06-26T09:33:17
239,594,864
0
0
null
null
null
null
UTF-8
C++
false
false
1,133
cpp
#include "Utils.h" #include "ImageFile.h" #include "PNMImage.h" int main(int argc, char *argv[]) { if (argc != 10 && argc != 9) { printError( "You should enter input filename, output filename, brightness, thickness, coordinates of line and (optionally) gamma"); } try { doub...
[ "nooshe981@gmail.com" ]
nooshe981@gmail.com
26aeeec213f1c23b4c2a66b25ef9cb05c0aaa489
6c945f5861276389d565fc2326ddfd069f61e6a9
/src/boost/spirit/repository/include/qi_confix.hpp
3a7b0efae3d00c950947ae120b13c4ec65e74b9d
[]
no_license
Springhead/dependency
3f78387d2a50439ce2edf7790a296026c6012fa3
05d4e6f9a3e9c21aae8db4b47573aa34058c4705
refs/heads/master
2023-04-23T23:40:13.402639
2021-05-08T05:55:22
2021-05-08T05:55:22
112,149,782
0
0
null
null
null
null
UTF-8
C++
false
false
656
hpp
/*============================================================================= Copyright (c) 2001-2010 Joel de Guzman Copyright (c) 2001-2010 Hartmut Kaiser http://spirit.sourceforge.net/ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at ...
[ "kanehori@haselab.net" ]
kanehori@haselab.net
fe3700068f8e21d2319d7f77e991f9d0a8f3e493
1d139cccff2876f0e079cb51f26a6be78e0a4457
/boj/solved/2739/main.cpp
20d6debe6293fc8526d1cad29f1a2fd091ac4c6b
[]
no_license
kckjn97/algorithm-training
5997564bd833e9299a7f64d28e921532f9713724
bd0650585ef636013f261f4458e02e8f81e64f04
refs/heads/master
2023-01-30T00:41:14.751032
2020-12-10T14:54:26
2020-12-10T14:54:26
205,655,617
0
0
null
null
null
null
UTF-8
C++
false
false
154
cpp
#include <iostream> using namespace std; int main() { int n; cin >> n; for(int i=1; i<=9; i++) cout << n << " * " << i << " = " << n*i << endl; }
[ "kckjn97@gmail.com" ]
kckjn97@gmail.com
5060e93ae8a23f0c342373863e90b68cc91bf4b9
d2f30d9fb226185956c3da1e5372664aaa506312
/msvis/MSVis/MSContinuumSubtractor.h
c1029d8b0b52a54c95cb477a90b83370ef2d18a2
[]
no_license
radio-astro/casasynthesis
1e2fdacfcfc4313adde8f7524739a4dfd80d4c8f
1cb9cd6a346d3ade9a6f563696d225c24654041c
refs/heads/master
2021-01-17T05:22:01.380405
2019-01-08T10:43:34
2019-01-08T10:43:34
40,664,934
1
1
null
2022-12-16T13:17:36
2015-08-13T15:01:41
C++
UTF-8
C++
false
false
4,397
h
//# MSContinuumSubtractor.h: Fit & subtract continuum from spectral line data //# Copyright (C) 2004 //# Associated Universities, Inc. Washington DC, USA. //# //# This library is free software; you can redistribute it and/or modify it //# under the terms of the GNU Library General Public License as published by //# the...
[ "gijs@pythonic.nl" ]
gijs@pythonic.nl
f043732542c3f378cc34db759da498ee5ae38bd1
9638292ebb37f5d578740b47185ccf9232371db6
/Section11/FunctionCalls/main.cpp
a9b3e555840f81ce1f423330ad570da33b913817
[]
no_license
Cr0ckyy/udemy_cpp
803495ef188a6f1bd43f8ac0b32bfbf2456a5169
cc144eef3d08340dcb3d9405ddebe612dc8aa61a
refs/heads/master
2022-03-10T16:19:22.408605
2019-11-18T19:25:22
2019-11-18T19:25:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
492
cpp
#include <iostream> #include <vector> #include <iomanip> #include <cmath> using namespace std; void func2(int &x, int y, int z); int func1(int a, int b); // result is changed inplace because of &x void func2(int &x, int y, int z){ x += z + y; } int func1(int a, int b) { int result {}; result = a + b; ...
[ "tkleia34@gmail.com" ]
tkleia34@gmail.com
a5f31ebb6bab64f0d9c8aaf4d4355f15b827ff79
93bf6cabf6836d7c4dd3e1b33add7bfd1a77e26c
/src/discovery/DeviceType.h
f7ceca9a4a38e5495947360f36d6d68f4d31c122
[ "MIT" ]
permissive
harujioh/ofxPixelPusher
e358a3bb2b773c9bdf3b87840c818d3a47da0611
2bb0bf0bec5c6d43f15b123844d22679d5dc3ef6
refs/heads/master
2016-09-13T21:13:01.774386
2016-05-11T19:45:36
2016-05-11T19:45:36
58,575,403
0
0
null
null
null
null
UTF-8
C++
false
false
903
h
#pragma once #include <string> namespace DeviceDiscovery { /** * デバイスの種類 */ enum DeviceType { ETHERDREAM = 0, LUMIABRIDGE = 1, PIXELPUSHER = 2, OTHER }; /** * デバイスの種類を取得 */ inline DeviceType getDeviceType(int num) { switch (num) { case 0: return ETHERDREAM; cas...
[ "hirata@team-lab.com" ]
hirata@team-lab.com
bb6ed20938d9f4c981552a65326ee723b58ee392
0eb4cac7ac26506ea89724f671ece6ccdfbf139f
/lib/branches/initialStateLib/src/lorentz.cpp
38e91c30e31a2069c8a1f9305ec6eb64357aba38
[]
no_license
Ajiperuyellow/IPGLAMPS
c68be6d6e21cde85ff7a59bfafe1f5c34e5b5a84
9b3b8f2ad8b15745da07eb71144a56d74213f652
refs/heads/master
2020-04-18T02:40:24.007024
2019-03-21T16:39:35
2019-03-21T16:39:35
167,171,792
0
0
null
null
null
null
UTF-8
C++
false
false
37,068
cpp
//--------------------------------------------------------- -*- c++ -*- ------ //$HeadURL: file:///home/bamps/svn/lib/branches/initialStateLib/src/lorentz.cpp $ //$LastChangedDate: 2019-01-05 18:04:29 +0100 (Sa, 05. Jan 2019) $ //$LastChangedRevision: 2918 $ //$LastChangedBy: greif $ //---------------------------------...
[ "moritzgreif@gmx.net" ]
moritzgreif@gmx.net
cc5f3112020949520a59003b1f6e87947b55b917
9b8d0efebecb318a83f97b47dc33cd9ff7646939
/EGamma/ECGelec/plugins/SimpleNtpleCustom.cc
69de9aec9b47ab0e16a3b396fa22127005e1f71b
[]
no_license
icantropo/SpikesKiller
9d5b63f9ce10e07d3938edc895674d34eb3d00fb
fd017e35d58c5e8c74be883896b542c974dcc8e7
refs/heads/master
2016-09-05T18:34:50.342411
2015-07-02T18:14:25
2015-07-02T18:14:25
37,803,241
0
0
null
null
null
null
UTF-8
C++
false
false
217,148
cc
#include "EGamma/ECGelec/plugins/SimpleNtpleCustom.h" using namespace std; using namespace reco; using namespace edm; using namespace IPTools; //using namespace math; // ==================================================================================== SimpleNtpleCustom::SimpleNtpleCustom(const edm::ParameterSet& i...
[ "antropov@polui01.in2p3.fr" ]
antropov@polui01.in2p3.fr
fd8ad2b8d8d4042e47770e7b10aeb6f4846560f7
8abcbf3689dc398cf489daf275879b4205fca3f8
/test_hw_code/read_rtc_arduinoall/read_rtc_arduinoall.ino
143534082cbfa0fa97705840706a845789e84f1a
[]
no_license
banpot408/smart_pump_project
0a5a38c7e7756752e98524a30908114b864f3b55
f18418af92b01fc62ee17ced86a7b08a7c131c4c
refs/heads/master
2022-10-28T12:37:29.089239
2020-06-15T15:25:33
2020-06-15T15:25:33
262,183,103
0
0
null
null
null
null
UTF-8
C++
false
false
2,177
ino
// Date, Time and Alarm functions using a DS3231 RTC connected via I2C and Wire lib #include "Wire.h" #include "SPI.h" // not used here, but needed to prevent a RTClib compile error #include "RTClib.h" #include <LiquidCrystal_I2C.h> RTC_DS3231 RTC; LiquidCrystal_I2C lcd(0x3F, 20, 4); void display_time(){ Date...
[ "banpot408@gmail.com" ]
banpot408@gmail.com
e352dd6f1ee0818d859526b84640245fb9507784
7cb9c888e98e3a00781f3e8fe2af8129880fe361
/performance_test/src/communication_abstractions/ros2_callback_communicator.hpp
843375e7dc85a37f9380666ea64e27d9169b5520
[ "Apache-2.0" ]
permissive
gaoethan/performance_test
5898d529dc4518008ee094216bdbb2de2f608bf7
4ccab61ef91495c370f755a384f64e7aa5d50c8d
refs/heads/master
2020-03-25T04:47:02.236235
2018-08-02T19:33:26
2018-08-02T19:33:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,835
hpp
// Copyright 2017 Apex.AI, 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 i...
[ "andreas.pasternak@gmx.ch" ]
andreas.pasternak@gmx.ch
2c7d3fd907ea108edaf89e432c7319bcaa83ccad
7f3e95e825b894a8d015b5905592757a0040220f
/2013/utils/Atil/Inc/Point3d.h
77405ddf6e2dd7e677d2daa74a7f9ee588bb21ea
[ "MIT" ]
permissive
AliClouds/ObjectARXCore
b06e2d4bb59df2b45e56ec76d3abb843c7131009
ce09e150aa7d87675ca15c9416497c0487e3d4d4
refs/heads/master
2021-05-28T05:19:12.593781
2014-05-08T01:23:33
2014-05-08T01:23:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,691
h
/////////////////////////////////////////////////////////////////////////////// // // (C) Autodesk, Inc. 2007-2011. All rights reserved. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyrig...
[ "kevinzhwl@gmail.com" ]
kevinzhwl@gmail.com
cef2966e0bf94e1096504109e6a1a3a44f2fe7b7
5a55209ad40c6f20b8e588ec2c0f731a22d81b06
/codeforces/1535/B.cpp
fb44465cf2a3cdf376fafc5cbe69ce108565d5ac
[]
no_license
nabil0day/Problem-Solving
f5a5509d746a263cca02dd4af779e6ffa2ee8732
a2e65bcf958d3bfe9d309575ae31358024785855
refs/heads/master
2023-08-19T20:22:11.133469
2021-10-22T14:47:00
2021-10-24T07:36:26
399,927,072
10
0
null
null
null
null
UTF-8
C++
false
false
1,950
cpp
/*************************************************************************************************************************************************** ...
[ "hadiurrahmannabil@gmail.com" ]
hadiurrahmannabil@gmail.com
500b60f5b71520cfaa06a86cf1c394dd79c23531
a9a8f411f1ef885a40e77002891712eedfe136e3
/Rebel/Rect.cpp
0c741d73b3f244101b85447143dd6ac86ba155bb
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
oxnz/Rebel
24a0ad57b22c82f5bc2f512b82a27add6b644665
5bc91d039dec0c360b4576fc20a828b29d24c32b
refs/heads/master
2020-05-04T21:28:49.585390
2019-04-04T10:45:21
2019-04-04T10:45:21
179,477,723
0
0
null
null
null
null
UTF-8
C++
false
false
147
cpp
// // Shape.cpp // Rebel // // Created by 云心逸 on 2019/3/23. // Copyright © 2019 云心逸. All rights reserved. // #include "Rect.hpp"
[ "yunxinyi+github@gmail.com" ]
yunxinyi+github@gmail.com
cee2a1d8e326470bedd136402ea5dea087cb1c13
452be58b4c62e6522724740cac332ed0fe446bb8
/src/cobalt/renderer/backend/egl/graphics_system.cc
8e48f7e6c75645ed972ee9b0acd197fe0ddc14af
[ "Apache-2.0" ]
permissive
blockspacer/cobalt-clone-cab7770533804d582eaa66c713a1582f361182d3
b6e802f4182adbf6a7451a5d48dc4e158b395107
0b72f93b07285f3af3c8452ae2ceaf5860ca7c72
refs/heads/master
2020-08-18T11:32:21.458963
2019-10-17T13:09:35
2019-10-17T13:09:35
215,783,613
1
1
null
null
null
null
UTF-8
C++
false
false
9,646
cc
// Copyright 2015 The Cobalt Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by ap...
[ "trofimov_d_a@magnit.ru" ]
trofimov_d_a@magnit.ru
21574c7d54acb481e4feb7c0a60186af1e2ecfc5
8dc84558f0058d90dfc4955e905dab1b22d12c08
/third_party/blink/renderer/core/layout/ng/ng_positioned_float.h
09ac96614e93133f13177fcb40981f9d4c92af43
[ "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LGPL-2.0-only", "BSD-2-Clause", "LGPL-2.1-only" ]
permissive
meniossin/src
42a95cc6c4a9c71d43d62bc4311224ca1fd61e03
44f73f7e76119e5ab415d4593ac66485e65d700a
refs/heads/master
2022-12-16T20:17:03.747113
2020-09-03T10:43:12
2020-09-03T10:43:12
263,710,168
1
0
BSD-3-Clause
2020-05-13T18:20:09
2020-05-13T18:20:08
null
UTF-8
C++
false
false
833
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 NGPositionedFloat_h #define NGPositionedFloat_h #include "base/memory/scoped_refptr.h" #include "third_party/blink/renderer/core/core_export.h" #...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
20951957b21a465d9bbcca1ec1b89e26d403b9fe
ba2192869cfe650a0006cb663b8a0f225621afbf
/si-unit-test/si-unit-test/quantity-test.cpp
c6dfe21191f3e1813a81d1127a343fafb9ebe455
[]
no_license
rtdoherty/si-units
dc603049cd00e45de5ac468a3a96b856c1ada773
6129c95191adda9cfbe7a149ff14b62c0cead00c
refs/heads/develop
2021-08-26T09:25:57.753505
2017-11-22T20:09:39
2017-11-22T20:09:39
111,733,099
0
0
null
2017-11-22T21:15:37
2017-11-22T21:15:37
null
UTF-8
C++
false
false
1,276
cpp
#include "units.hpp" #include "quantity-test.hpp" // compile-time unit tests namespace { using namespace si; // is_quantity static_assert( !is_quantity< int >, "" ); static_assert( is_quantity< none >, "" ); static_assert( is_quantity< mass >, "" ); static_assert( is_quantity< distance >, "" ); static_assert( is_qua...
[ "steve.hales@garmin.com" ]
steve.hales@garmin.com
a046833ff5e903c499d853406409bdffb176d36b
59c94d223c8e1eb1720d608b9fc040af22f09e3a
/garnet/drivers/gpu/msd-vsl-gc/src/msd_vsl_buffer.cc
aca78a79dde8cfb09e22863c3e161a3b043603ac
[ "BSD-3-Clause" ]
permissive
bootingman/fuchsia2
67f527712e505c4dca000a9d54d3be1a4def3afa
04012f0aa1edd1d4108a2ac647a65e59730fc4c2
refs/heads/master
2022-12-25T20:28:37.134803
2019-05-14T08:26:08
2019-05-14T08:26:08
186,606,695
1
1
BSD-3-Clause
2022-12-16T21:17:16
2019-05-14T11:17:16
C++
UTF-8
C++
false
false
1,229
cc
// Copyright 2018 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "msd_vsl_buffer.h" std::unique_ptr<MsdVslBuffer> MsdVslBuffer::Import(uint32_t handle) { auto platform_buf = magma::PlatformBuffer::Import(ha...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
fc2f527fbfeb6a781ca4f6cc4047ba6134306342
d04ac609bf554a8976baae98328d068fd1603ed0
/demo/src/main.cpp
d00c168db00e6d31a1448b9d48dd92b2fedb39d2
[]
no_license
L4STeam/l4sdemo
bb6b7a50efdc83b4e0cdb879c2470e65b3b7e8b1
382774b6d7523f48a770fea62e19fdc5c0916a78
refs/heads/master
2022-06-12T20:23:29.735581
2020-06-14T13:22:39
2020-06-14T13:22:39
176,830,414
7
6
null
2020-06-09T23:58:22
2019-03-20T23:05:26
C
UTF-8
C++
false
false
491
cpp
#include "mainwindow.h" #include <QApplication> #include <QWidget> #include <QVBoxLayout> #include <QHBoxLayout> #include <QPushButton> #include <QStyleFactory> int main( int argc, char **argv ) { QApplication a( argc, argv ); QApplication::setStyle(QStyleFactory::create("Fusion")); QPalette p = QApplicat...
[ "olga@albisser.org" ]
olga@albisser.org
2ccdfe6d1d2520bea0b90ce8de40331e82cab735
961fec09ba58b2b94e71ddbe3a1e5d1f2738bcf2
/src/UCTRave.h
3a016cc90b0a522dec239bb255037ca36594eb75
[]
no_license
dpiponi/SpellCaster
a3631b3f60e9f7f171788ca3f9deafbca6c4d696
6aa6e6edb3403b49c60be30044ae45aa916de013
refs/heads/master
2021-01-19T11:54:28.300555
2018-01-09T21:35:41
2018-01-09T21:35:41
88,007,960
5
0
null
null
null
null
UTF-8
C++
false
false
14,515
h
#ifndef UCTRAVE_H #define UCTRAVE_H #include <set> #include <map> #include <vector> #include <cassert> #include <iostream> #include <ctime> #include <thread> #include <future> #include <chrono> #include <cmath> using std::set; using std::map; using std::vector; using std::shared_ptr; using std::make_shared; using std...
[ "dpiponi@gmail.com" ]
dpiponi@gmail.com
f4f980c3421be7156bb200278b1486ca008319dc
1c6cd19017a2d13a215c29d43781819e216dc652
/clang/darwin-x86_64/include/clang/Sema/AttrParsedAttrImpl.inc
8cad26db6131db63e29855a750663513c44525cc
[]
no_license
konkers/u-prebuilts-prelfs
acea63676c26c6fad3a8b8fdf9b23961660c6c6e
7751fffcce5aeba0f9d730d5f34c06ea6881f977
refs/heads/main
2021-01-22T07:48:58.030314
2017-02-13T16:49:31
2017-02-13T16:49:31
81,854,609
0
0
null
null
null
null
UTF-8
C++
false
false
90,744
inc
/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ |* *| |* Parsed attribute helpers *| |* ...
[ "konkers@konkers.net" ]
konkers@konkers.net
a8e34e8f865eb9a377cc2b7cb80f4658589b56ee
453b89ab46797a2a8a42923b0a93e8c71f06f48a
/Lectures/finalprac.cpp
852f743040b43aeb2f7d485979fad65f17eafcd0
[]
no_license
abgordon/CS2270
e3707b5f1444e05ea7ebf90d784f61dc7fb0c482
0fb96485dbbe17723771d13483d1142be2dff0ec
refs/heads/master
2021-01-02T23:08:06.662724
2014-03-12T16:36:34
2014-03-12T16:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
902
cpp
#include <iostream> using namespace std; void funRecurse(int funParam) { if (funParam<35) { cout<< "Are you also"<<endl; return; } funRecurse(funParam/10); cout << "Sick ofthis"<<endl; funRecurse(funParam/30); cout<<"Summer Class Too?"<<endl; } template <typename Item> void myfunction(Item& x, Item& y) { x...
[ "andrew.b.gordon@colorado.edu" ]
andrew.b.gordon@colorado.edu
c9e273f6a01c4695a03a578fa3de3cd32999ebb6
8acc36b20467cee20e48d9a163d90c65bc1ad98a
/third-party/paxos/src/deptran/classic/coordinator.cc
12a5820c3873a1d513826e13d7010a2e04271946
[ "MIT" ]
permissive
stonysystems/rolis
65fcfdb1c3aea2ce63a525ae5b7a3faa3ac41008
02ae2d91ed31d85ca0ac4464641cf9eddd2612bd
refs/heads/master
2023-04-18T16:15:32.077322
2022-04-17T14:12:31
2022-04-17T14:12:31
466,564,131
19
2
null
null
null
null
UTF-8
C++
false
false
13,543
cc
/** * What shoud we do to change this to asynchronous? * 1. Fisrt we need to have a queue to hold all transaction requests. * 2. pop next request, send start request for each piece until there is no *available left. * in the callback, send the next piece of start request. * if responses to all ...
[ "shenweihai1@gmail.com" ]
shenweihai1@gmail.com
ba6ca19120053c0aa0851b78d093c9c479916dab
fb26fec51f1967e06751577d6fff3214fa654bee
/include/single_mphf.hpp
bf38400d2eb77514810921f3e047ba09267391ed
[ "MIT" ]
permissive
cxz/pthash
43daec6448491190759ae672d54d03393283a8dd
dd5f304d5f251239b968501016cc17df67fb0762
refs/heads/master
2023-04-09T10:40:23.014963
2021-04-22T08:57:33
2021-04-22T08:57:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,224
hpp
#pragma once #include "utils/bucketers.hpp" #include "builders/util.hpp" #include "builders/internal_memory_builder_single_mphf.hpp" #include "builders/external_memory_builder_single_mphf.hpp" namespace pthash { template <typename Hasher, typename Encoder> struct single_mphf { typedef Encoder encoder_type; ...
[ "jeis90@gmail.com" ]
jeis90@gmail.com
b691ad6bee3b4738cd54d63169cc2ed4e9fcff0d
9fac7237fb36b4139a742d373f5b49f15052790c
/chap4/c4_9.cpp
51b858cb6d610fc3980f07d5f2ee1b88909dcdb5
[]
no_license
mryoshio/coding_interview
68dd324bdd89ac3a5fc29e1db7da904dfeb99cfd
7038eec4a0d266b41b759b2066a73f62adf63e52
refs/heads/master
2020-04-05T14:39:41.079499
2016-11-30T05:50:11
2016-11-30T05:50:11
16,435,508
0
0
null
2016-11-30T05:50:11
2014-02-01T14:38:47
C++
UTF-8
C++
false
false
981
cpp
#include <iostream> #include <queue> #include <stack> #include "node.h" using namespace std; void checkPath(Node* n, int t) { stack<int> s; while (n != nullptr && t > 0) { s.push(n->data); t -= n->data; n = n->parent; } if (t == 0) { cout << "path: " << s.top(); s.pop(); while (!s.emp...
[ "yoshiokaas@gmail.com" ]
yoshiokaas@gmail.com
76a86f0d25ade14e7c11b950d47fd532faf3b081
dd2fa7da3ee1d1f976a7315b7cf924dc401000f6
/app_telnetloop1.cpp
3de259320537013175c4151feddd7f0a95894688
[]
no_license
jterweeme/avruino
d596a31b06db67b77ad7dc9ebc212fa4b018b601
0d175e82f625922515589f7f4ff144352a9e3d3f
refs/heads/master
2022-11-26T16:41:44.310743
2022-11-23T16:07:09
2022-11-23T16:07:09
110,882,116
5
0
null
null
null
null
UTF-8
C++
false
false
1,703
cpp
#include "enc28j60tcp.h" #include "enc28j60udp.h" #include "stream.h" #include "dhcp.h" #include "misc.h" #include "board.h" static Enc28J60Network nw; static Enc28J60IP eth(&nw); ostream *gout; static inline char convertCase(char c) { if (my_isupper(c)) return c + 32; if (my_islower(c)) retu...
[ "jasper@yogalinux.terweeme.eu" ]
jasper@yogalinux.terweeme.eu
cf3e4f7379a76e89d0e59d77d3c4f3d957ed86c2
4aff5a49d635ecfab5cac986b1ddc1809189e8f8
/LeetCode/Plus One/plus one.cpp
988c36a20a7811afd1b7115b9166b3644597d7bc
[]
no_license
shreyrai99/CP-DSA-Questions
1221f595391643f5967a77efeb790352536ab9ff
5a5bfdaee6bf0253661259cae7780b8859108dbd
refs/heads/main
2023-09-04T06:38:59.114238
2021-10-22T09:46:59
2021-10-22T09:46:59
413,551,990
1
0
null
2021-10-04T19:10:04
2021-10-04T19:10:04
null
UTF-8
C++
false
false
1,596
cpp
class Solution { public: vector<int> plusOne(vector<int>& digits) { // The idea to solve this problem is to just iterating the given vector from last and adding carry to the ith element. // As asked in the question, we have to increment the given number by 1. Thus, initially the Carry is 1....
[ "noreply@github.com" ]
noreply@github.com
742c2a578d3bc785a2716df01f8708f7af467c83
4979915833a11a0306b66a25a91fadd009e7d863
/zircon/system/ulib/ftl-mtd/ftl-volume-wrapper.cc
4830b1a5a4d31f1a23ee2f694af5814faa9a6794
[ "BSD-2-Clause", "BSD-3-Clause", "MIT" ]
permissive
dreamboy9/fuchsia
1f39918fb8fe71d785b43b90e0b3128d440bd33f
4ec0c406a28f193fe6e7376ee7696cca0532d4ba
refs/heads/master
2023-05-08T02:11:06.045588
2021-06-03T01:59:17
2021-06-03T01:59:17
373,352,924
0
0
NOASSERTION
2021-06-03T01:59:18
2021-06-03T01:58:57
null
UTF-8
C++
false
false
2,386
cc
// Copyright 2019 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <lib/ftl-mtd/ftl-volume-wrapper.h> namespace ftl_mtd { zx_status_t FtlVolumeWrapper::Init(std::unique_ptr<ftl::NdmDriver> driver) { if (volume...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
002a2ae17d1e97a65b33a4b13b430e5230145657
1b73c418ede5b941aac33e986e251ebe9683af6a
/competitive/august_2020_long/skmp3.cpp
6d45e5ce4b26bf09f0d55407adb35dad7ea34306
[]
no_license
gauravengine/CPP_Freak
492e7478c5e3bcb08e641b160c69e247b21f5503
0f98c2cd943d062578cc30839524d1814af0efa3
refs/heads/main
2023-08-02T04:10:32.720437
2021-09-22T09:21:04
2021-09-22T09:21:04
313,554,738
0
0
null
null
null
null
UTF-8
C++
false
false
1,247
cpp
// it worked dunno how ;) #include<bits/stdc++.h> using namespace std; int main(){ ios::sync_with_stdio(false); cin.tie(0); int t; cin>>t; while(t--){ string s; string p; string res=""; cin>>s>>p; unordered_map <char,int> freq; string temp = p; for( unsigned int i=0;i<s.length();i++){ freq[s[i]] +...
[ "52628750+gauravengine@users.noreply.github.com" ]
52628750+gauravengine@users.noreply.github.com
7c18391aff705e4b9f6b3fec1f4054700182297e
385cb811d346a4d7a285fc087a50aaced1482851
/codeforces/245/H/main.cpp
b2366c2679043e0290046ab839aa422863a40aaf
[]
no_license
NoureldinYosri/competitive-programming
aa19f0479420d8d1b10605536e916f0f568acaec
7739344404bdf4709c69a97f61dc3c0b9deb603c
refs/heads/master
2022-11-22T23:38:12.853482
2022-11-10T20:32:28
2022-11-10T20:32:28
40,174,513
4
1
null
null
null
null
UTF-8
C++
false
false
1,774
cpp
#include <bits/stdc++.h> #define loop(i,n) for(int i = 0;i < (n);i++) #define range(i,a,b) for(int i = (a);i <= (b);i++) #define all(A) A.begin(),A.end() #define PI acos(-1) #define pb push_back #define mp make_pair #define sz(A) ((int)A.size()) #define vi vector<int> #define vl vector<long long> #define vd vector<doub...
[ "noureldinyosri@gmail.com" ]
noureldinyosri@gmail.com
38da0ad74080f8ea2beb90e0d2f16a183902ed62
7e0ec0e32282307dd5bf051602cc6c2ea268452c
/src/rads/chomp/include/capd/multiEngHom/chomInterface.h
504cd64d75c9ae60e780b2c02fedc50b1044db9e
[]
no_license
caosuomo/rads
03a31936715da2a9131a73ae80304680c5c3db7e
71cab0d6f0711cfab67e8277e1e025b0fc2d8346
refs/heads/master
2021-01-20T10:18:58.222894
2018-05-24T02:18:58
2018-05-24T02:18:58
1,039,029
1
1
null
null
null
null
UTF-8
C++
false
false
9,016
h
/// @addtogroup multiEngHom /// @{ ///////////////////////////////////////////////////////////////////////////// /// @file chomInterface.h /// /// @author Natalia Zaremba, Marian Mrozek ///////////////////////////////////////////////////////////////////////////// // Copyright (C) The CAPD Group 2005-2006 // // This f...
[ "jberwald@gmail.com" ]
jberwald@gmail.com
00c2f1dda0af8c9862a90830117941fac5900b20
fa60dc561e12ba3582386a86e13f71a4aa4bddd6
/plugins(http)/storesvc/store_basic_info.cc
210d39f88015fffed25ac9fe256c23fa176ad4f1
[]
no_license
smartdata-x/abhegsvc
20a2f49e0ef4ada547bcacd5ed3d8085df4b890a
350a2148fbd963c1ff68d39873bdbf1a1661e453
refs/heads/master
2020-12-03T02:21:55.837263
2015-06-08T10:20:03
2015-06-08T10:20:03
29,679,233
1
1
null
null
null
null
UTF-8
C++
false
false
985
cc
/* * user_basic_info.cc * * Created on: 2014年12月4日 * Author: kerry */ #include "store_basic_info.h" namespace storesvc_logic{ GameStrategy::GameStrategy(){ data_ = new Data(); } GameStrategy::GameStrategy(const GameStrategy& strategy) :data_(strategy.data_){ if(data_!=NULL){ data_->AddRef(); } } Gam...
[ "kerry@miglab.com" ]
kerry@miglab.com
1ce7768bd57a337109e0cef2fe938218f06cb102
cbee89864e03f3bd4e86308d386e6d157c07a7a7
/enma_pe/pe_preview_icon.cpp
159e3aeee2d9d9e038e58745c4863914b2c6acee
[ "MIT", "BSD-3-Clause" ]
permissive
jnastarot/enma_pe
c21c7b99dcf8d0717bc0363a2ea4f78151afe8df
ed5e0d12e6c564b8ab27f06efe12127424d42016
refs/heads/master
2022-08-17T06:35:13.209869
2022-07-31T21:27:55
2022-07-31T21:27:55
125,741,395
76
27
BSD-3-Clause
2022-01-07T19:48:17
2018-03-18T15:50:00
C++
UTF-8
C++
false
false
2,225
cpp
#include "stdafx.h" using namespace enma; using namespace pe_resource_internal; using namespace hl; pe_image_preview_icon::pe_image_preview_icon(pe_resource_directory& resources) : _resources(resources) { parse_resources(); } bool pe_image_preview_icon::parse_resources() { auto resources_entry = hl::p...
[ "jnsastarot@yandex.ru" ]
jnsastarot@yandex.ru
cec1e849045d349cf0bbb994b8baa8c87db498bc
73ee941896043f9b3e2ab40028d24ddd202f695f
/external/chromium_org/chrome/browser/extensions/api/notifications/notifications_api.cc
257eb1ab5b6ef8f74d6e91e5281a5c7be6b9b461
[ "BSD-3-Clause" ]
permissive
CyFI-Lab-Public/RetroScope
d441ea28b33aceeb9888c330a54b033cd7d48b05
276b5b03d63f49235db74f2c501057abb9e79d89
refs/heads/master
2022-04-08T23:11:44.482107
2016-09-22T20:15:43
2016-09-22T20:15:43
58,890,600
5
3
null
null
null
null
UTF-8
C++
false
false
21,322
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/extensions/api/notifications/notifications_api.h" #include "base/callback.h" #include "base/strings/string_number_conversion...
[ "ProjectRetroScope@gmail.com" ]
ProjectRetroScope@gmail.com
c3b3554404dc1749cbb5f08b7cf8f2a834bbaef1
b7f3edb5b7c62174bed808079c3b21fb9ea51d52
/device/gamepad/hid_writer_win.cc
aab23c321c2be829c22810ee28c69a9fe8308df7
[ "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,450
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 "device/gamepad/hid_writer_win.h" #include <Unknwn.h> #include <WinDef.h> #include <stdint.h> #include <windows.h> namespace device { HidWrite...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
1e34ab84db699bca011cae5cd994cc8306247015
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/rsync/gumtree/rsync_patch_hunk_290.cpp
8f4d70d3672fbccfd6c1ffc054b3263a5095534b
[]
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
344
cpp
} if (set_perms(fname,file,NULL,0) && verbose) fprintf(FINFO,"%s/\n",fname); return; } -#if SUPPORT_LINKS if (preserve_links && S_ISLNK(file->mode)) { +#if SUPPORT_LINKS char lnk[MAXPATHLEN]; int l; if (statret == 0) { l = readlink(fname,lnk,MAXPATHLEN-1); if ...
[ "993273596@qq.com" ]
993273596@qq.com