blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
6
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
26
license_type
stringclasses
2 values
repo_name
stringlengths
7
95
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
57 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
197k
639M
โŒ€
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
11 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
34 values
src_encoding
stringclasses
18 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
11
9.86M
extension
stringclasses
27 values
content
stringlengths
11
9.86M
authors
listlengths
1
1
author
stringlengths
0
70
066d7ed9216123d323f4b08af989feae864cdcb2
05e30e1f7b05ed8ec65fb7e09c792210144665cb
/HW/prog3_holmes.cpp
b8c8e5291fc5a9436cbbc13c28507e484192fb29
[]
no_license
ColbyHolmes/Old-Classwork
91a2c27d6195890196252843fc07abb738b2eaa5
c795b3fbf9df10ae6674a3d558f27032a7f7e89e
refs/heads/master
2021-01-25T06:25:15.380712
2017-06-06T22:55:45
2017-06-06T22:55:45
93,571,065
2
0
null
null
null
null
UTF-8
C++
false
false
22,381
cpp
/*Colby Holmes Program 3 Implementation of AVL tree Due 11/2*/ #include <iostream> using namespace std; /*NOTE: Functions are grossly written and all over the place as far as syntax goes... I apologize for this. It's a result of trying to pack all of the code in one properly named file, and working over multiple nigh...
[ "holmeboy92@gmail.com" ]
holmeboy92@gmail.com
e2a0262c198327f8fdbb9067e1abda7f13c58f64
f98c9dea0e212be5c7bc3161499e5633383bd4d7
/curl/curltest.cpp
c7fffb96b8e9aaf652f594b863e65f19f5360854
[ "MIT" ]
permissive
ysoftman/test_code
dddb5bee3420977bfa335320a09d66e5984403f5
0bf6307073081eeb1d654a1eb5efde44a0bdfe1e
refs/heads/master
2023-08-17T05:45:49.716829
2023-08-16T05:00:09
2023-08-16T05:00:09
108,200,568
4
0
MIT
2023-03-15T04:23:10
2017-10-25T00:49:26
C++
UTF-8
C++
false
false
4,699
cpp
/* # ysoftman # libcurl ํ…Œ์ŠคํŠธ # linux/mac # openssl ์„ค์น˜ wget https://www.openssl.org/source/openssl-1.0.2k.tar.gz tar zxvf openssl-1.0.2k.tar.gz cd openssl-1.0.2k ./config make -j4 sudo make install cd .. # curl ์„ค์น˜ wget https://curl.haxx.se/download/curl-7.60.0.tar.gz tar zxvf curl-7.60.0.tar.gz cd curl-7.60.0 # linux ...
[ "ysoftman@gmail.com" ]
ysoftman@gmail.com
10de1affeb46007e1a61edd258f7baee83abd1d8
c405647ebd9e1fabacac5516b538e1119485ad69
/Zork/Entity.h
7beb917a486c3fc8cfd131c6834e499c976b3b01
[ "MIT" ]
permissive
Max72590/Zork
4936693f6225781438d929acd2d5dee8f51ff737
88324cf2998867aec55c0e220a4dd6dd14cafdd3
refs/heads/master
2021-07-22T23:09:52.793699
2017-10-29T09:39:10
2017-10-29T09:39:10
106,169,634
0
0
null
null
null
null
UTF-8
C++
false
false
221
h
#ifndef __Entity__ #define __Entity__ #include <string> class Entity { public: Entity(); ~Entity(); public: Entity* parent = nullptr; std::string entityName; std::string entityDescription; }; #endif //__Entity__
[ "max-725@hotmail.com" ]
max-725@hotmail.com
91d09979d57b684671cd59d331137dc2a5028cc6
af96101dcbe0618a30616027580bca5a556369e5
/include/AnnErrorCode.hpp
32404211686997505c097e9789a8bc23433ab4b2
[ "MIT" ]
permissive
zerubeus/Annwvyn
a9c7cd27c34b2fd89621511c0912a9bdcc779758
e5485e817ae45d611bd46e9410c160d1e109050d
refs/heads/master
2020-12-30T19:11:11.009976
2016-01-22T00:57:00
2016-01-22T00:57:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,384
hpp
/** * \file AnnErrorCode.hpp * \brief Define a serise of hex code as constant keywords to define error codes. * \author A. Brainville (Ybalrid) */ #ifndef ANN_ERROR_CODE #define ANN_ERROR_CODE #define ANN_ERR_CRITIC 0xDEAD60D // Dead God /* Indicate that the execution environement of the engine hasn't been about t...
[ "ybalrid@cecmu.org" ]
ybalrid@cecmu.org
4db9c70c61db7971c9070cabc53957b38d661d83
4c83c841c32f0f3db42ee6edb9d622a60ef4982d
/CODEFORECES/Educational Codeforces Round 82 (Rated for Div. 2) /A.cpp
007419a77c6bf58f5e396aab4c03ba28b4267af8
[]
no_license
marco-park/problemSolving
544762cd64cc730fdc1607114d2b40d56e22da8d
b68966b00227a7a8177b46b2898418d468964e6f
refs/heads/master
2023-09-04T11:11:42.963727
2021-09-22T14:08:35
2021-09-22T14:08:35
231,756,065
0
0
null
null
null
null
UTF-8
C++
false
false
695
cpp
#include <iostream> using namespace std; int main(){ ios_base::sync_with_stdio(false); cin.tie(NULL); int n; cin >> n; while(n--){ int ret = 0; string s; cin >> s; bool flag = false; int first=-1,last=-1; for(int i=0;s[i];i++){ if(s...
[ "sungbinpark@bagseongbin-ui-MacBookPro.local" ]
sungbinpark@bagseongbin-ui-MacBookPro.local
874f8d333e15ea384b820f178afca61f8298ae81
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive2/ef/ca727df9863435/main.cpp
fc86b72c368ce5b2a089ce4ff415b6a6eb89d7b8
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
159
cpp
#include <iostream> #include <functional> #include <memory> int foo() { return 5; } int main(int argc, char* argv[]) { auto& v = foo(); }
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
24f2c428159034d21d6387a1d845f9e38e5def63
1744b31acd0c4c6f03866ccc69555afd3de3e6a7
/14_final_ribbon/src/Ribbon.h
0cfc0e1ac40d1dde5fac4dbaa400e630b72e201c
[]
no_license
ovicin/giang063_sims2014
70a5b77fe3759e094a32a9722c25cbf734505fe8
4846c1a7f0ecd87e1e7fdaa438975cfca27b2eef
refs/heads/master
2020-12-29T02:07:31.321307
2014-11-30T21:54:51
2014-11-30T21:54:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,349
h
// // Ribbon.h // 06_midterm // // Created by Gabriel Gianordoli on 10/5/14. // // #pragma once #include "ofMain.h" #include "Particle.h" #include "Spring.h" class Ribbon{ public: void setup(float _x, float _y); void updatePhysics(string _selectedMode, ofPoint _mousePos, float _radius, float _strength); ...
[ "gianordoligabriel@yahoo.com.br" ]
gianordoligabriel@yahoo.com.br
603eb5b01d302a8b7a77ed71ff246b89404c730f
128dbe5cb2898497ec87d75ef1bb9cad14abd427
/test/doctest-rapidcheck.hpp
a2b9d9c4e53bd68b87b8853ada3cadb96ae5e4a1
[ "MIT" ]
permissive
objectx/cpp-clockwork-base32
569f65c68889e31cf4823dd030d82ca9db56ea8d
441d21ec1ae4beb32372f4bfa9290f006671e76d
refs/heads/master
2022-12-04T23:52:34.370369
2020-08-10T16:45:57
2020-08-10T16:45:57
282,008,617
4
0
null
null
null
null
UTF-8
C++
false
false
1,100
hpp
/// @brief Helper function for using the `rapidcheck` under the `doctest`. #pragma once #include <doctest/doctest.h> #include <rapidcheck.h> #include <utility> namespace rc { template <typename Testable_> void prop (const std::string &description, Testable_ &&testable) { using namespace detai...
[ "objectxtreme@gmail.com" ]
objectxtreme@gmail.com
a73c3d8e564683fb47a857f7d097443396bae4b9
4beae9d121cced388d2295d1cbc436b80b4a25f2
/src/qt/addressbookpage.cpp
fe7659f13c34212cad71dd5bc762a566f81eb551
[ "MIT" ]
permissive
volbil/newmocha
8e5e5e3cbb51d05a330e7ad05d3bed4a3632ded6
809c90fbb6bc72364af2ed0ba6f97abac9d23e22
refs/heads/master
2022-06-11T09:37:03.595755
2020-04-27T02:35:06
2020-04-27T02:35:06
260,594,664
0
0
null
2020-05-02T01:50:46
2020-05-02T01:50:45
null
UTF-8
C++
false
false
11,047
cpp
// Copyright (c) 2011-2015 The Bitcoin Core developers // Copyright (c) 2014-2019 The Mocha Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include "config/mocha-config.h" #endif #inc...
[ "whoffman1031@gmail.com" ]
whoffman1031@gmail.com
c579a1d27b315496f028f79d1f8555c3818da229
c91629e7617b264bfdf3a21294b03c13ae6b34ba
/inside_New1.5/inside_New1.5.ino
3635c64910cd53de0e6105f6ded62a759b380f3b
[]
no_license
mmywong/ezLCD_RoomStatusManager
1ec8ebe9f69782dcbceb70748c2e7376ff34b029
57b6b0d0597650288862093aa5711222a9b303ed
refs/heads/master
2021-01-01T19:15:27.838332
2015-07-20T19:57:26
2015-07-20T19:57:26
38,768,445
0
0
null
null
null
null
UTF-8
C++
false
false
6,846
ino
#include <SPI.h> #include <Ethernet.h> #include <EthernetUdp.h> #include <ezLCDLib.h> #include <string.h> ezLCD3 lcd; // Each Inside LCD needs a unique mac and ip // have 2 sets of mac and ip below to test 2 LCDs // upload sketch with 1 or the other for each LCD /* byte mac[] = { 0xAA, 0xAA, 0xAA, 0xBB, 0xBB,...
[ "dcheung24@yahoo.com" ]
dcheung24@yahoo.com
ea4810bfe623fcf38cb20225163266e27341cf25
bc1d68d7a7c837b8a99e516050364a7254030727
/src/ZOJ/ZOJ3359 Penalties Kick.cpp
340c597dac915040f00d996d016edb8caa89265e
[]
no_license
kester-lin/acm_backup
1e86b0b4699f8fa50a526ce091f242ee75282f59
a4850379c6c67a42da6b5aea499306e67edfc9fd
refs/heads/master
2021-05-28T20:01:31.044690
2013-05-16T03:27:21
2013-05-16T03:27:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,952
cpp
// ZOJ3359 Penalties Kick.cpp : Defines the entry point for the console application. // // #include "stdafx.h" #include <fstream> #include <stdio.h> #include <iostream> #include <string.h> #include <string> #include <vector> #include <stack> #include <queue> #include <deque> #include <map> #include <math.h> #includ...
[ "neosfung@gmail.com" ]
neosfung@gmail.com
e4855cbb9264dd4019ad5eb79f16cec71afe08a4
33d9fb53e5e5ec22dd8f7336399a4d60c6987f7b
/zImprovedArmor/ZenGin/Gothic_I_Addon/API/oNews.h
98afb5b7d8ffed36c29b75c29383545b806ee74a
[]
no_license
Gratt-5r2/zImprovedArmor
bae5dde5c0c1ae1b3614141d7592b8a73eee2a41
061915791032acfed45703284d2ccd5d394e4a88
refs/heads/master
2023-04-30T23:20:52.486636
2023-03-12T12:42:08
2023-03-12T12:42:08
332,370,109
1
2
null
2023-04-18T23:44:42
2021-01-24T04:54:39
C++
UTF-8
C++
false
false
4,872
h
๏ปฟ// Supported with union (c) 2018-2021 Union team #ifndef __ONEWS_H__VER1__ #define __ONEWS_H__VER1__ namespace Gothic_I_Addon { const int MAX_ENTRY = 20; typedef enum oENewsSpreadType { NEWS_DONT_SPREAD, NEWS_SPREAD_NPC_FRIENDLY_TOWARDS_VICTIM, NEWS_SPREAD_NPC_FRIENDLY_TOWARDS_WITNESS, NEWS_SPRE...
[ "amax96@yandex.ru" ]
amax96@yandex.ru
58cdee96c85f35cac02cc2dd5b984ebe067c0fd3
4dc9caed5cb3f4639587d3d596a82cd748254045
/lib/jsrt/jsrtRuntime.cpp
4c6f8d7501d0a7046c1b54cd2558c73d7e0ff751
[ "MIT" ]
permissive
jkrems/ChakraCore
2e68c27a8a278c36bfa144f77dbd79398279c52b
59b31e5821b7b8df3ed1f5021ed971da82cde9e1
refs/heads/master
2021-01-18T04:42:10.298111
2016-01-22T23:45:30
2016-01-22T23:45:30
50,215,307
2
0
null
2016-01-23T00:06:01
2016-01-23T00:06:00
null
UTF-8
C++
false
false
3,753
cpp
//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //---------------------------------------------------------...
[ "chakrabot@users.noreply.github.com" ]
chakrabot@users.noreply.github.com
e5637de3ec6d02822275d9ceee8034c587693827
071ab7375e4342433c2edfb2f5f3d6d1bd4b4aed
/Blending/transparency/main.cpp
fa9343e2b69665c99af283ed01b0f648479aff68
[]
no_license
Nicolas99-9/OPengGLTeaching
70bbbd8112ae5cea9f14d1b8ce5071bca84fbd68
2881dbcf21f5618ee78b7fe6ce953c9748308659
refs/heads/master
2021-01-10T15:51:29.608972
2016-02-27T16:49:51
2016-02-27T16:49:51
51,576,901
0
0
null
null
null
null
UTF-8
C++
false
false
13,084
cpp
#include <GL/glew.h> #include <GLFW/glfw3.h> #include <iostream> #include <cstdio> #include "Shader.h" #include <SOIL.h> #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> #include "Camera.h" #include "Model.h" // Function prototypes void key_callback(GL...
[ "bougie.nicolas@gmail.com" ]
bougie.nicolas@gmail.com
345e6dd334e0d0c98b53540f454e172f3c358594
91c38d6739ef7eb47455396371cb75f0a668c9ff
/lib/Executors/Evers/Executor/Specializations/ResolveTErrorUndefined.hpp
4251ecf0a8bc19968c28306b8f6d9656714c694e
[ "MIT" ]
permissive
rocky01/promise
8256ab0d2e599f690f31e6b035e1ae67293e60a1
638415a117207a4cae9181e04114e1d7575a9689
refs/heads/master
2020-04-01T09:14:14.878034
2018-10-15T07:31:16
2018-10-15T07:31:16
153,066,476
2
0
null
null
null
null
UTF-8
C++
false
false
1,875
hpp
#ifndef _EVEREXECUTOR_RESOLVETERRORUNDEFINED_HPP_ #define _EVEREXECUTOR_RESOLVETERRORUNDEFINED_HPP_ #include "Executors/Evers/Executor/ResolveTErrorT.hpp" namespace prm { template < typename PerformerT, typename ResolveArgT, bool IsEmplace, typename... PerformerArgsT > class EverExecutor<PerformerT, ...
[ "pawel.mazurek@nokia.com" ]
pawel.mazurek@nokia.com
1c5a69448b59f2bd17db49de4e6b83ce34070fca
9058a5332c0a23b9b0c09c4bd1fd28adeda1f535
/DediwareSourceCode/Dlg_ATmega/stdafx.cpp
9e07dd3c9c7130ea0bf5f3b0281ced9fe1ac1af1
[]
no_license
AllenJunior/Allen
4fe92340cb3bd7b03c2a72492d16821fe994acc7
e21d4e247736c5847b113f9ef103d57930643ee4
refs/heads/My-Design
2020-05-19T19:49:20.275658
2017-02-05T07:12:07
2017-02-05T07:12:07
40,643,800
0
0
null
2017-02-05T07:38:07
2015-08-13T06:59:32
C++
UTF-8
C++
false
false
203
cpp
// stdafx.cpp : source file that includes just the standard includes // Dlg_ATmega.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
[ "allenliu521@gmail.com" ]
allenliu521@gmail.com
4591199bf730a592d1a198c301f4ae151c9d1a7a
8bbeb7b5721a9dbf40caa47a96e6961ceabb0128
/cpp/40.Combination Sum II(็ป„ๅˆๆ€ปๅ’Œ II).cpp
9a6e2a7978bbecde17012f916cb1588b963804f5
[ "MIT" ]
permissive
lishulongVI/leetcode
bb5b75642f69dfaec0c2ee3e06369c715125b1ba
6731e128be0fd3c0bdfe885c1a409ac54b929597
refs/heads/master
2020-03-23T22:17:40.335970
2018-07-23T14:46:06
2018-07-23T14:46:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,921
cpp
/* <p>Given a collection of candidate numbers (<code>candidates</code>) and a target number (<code>target</code>), find all unique combinations in <code>candidates</code>&nbsp;where the candidate numbers sums to <code>target</code>.</p> <p>Each number in <code>candidates</code>&nbsp;may only be used <strong>once</stro...
[ "lishulong@wecash.net" ]
lishulong@wecash.net
6d630bb6f2e03b627272c32721bb296a1ba73ec7
b3310d8daefc2bb52c0dc844c7f7399466c60cfc
/cUI_Icon_Speaker.cpp
8e3709fa48e8ee1f51cae18bad42e4d23633ab6e
[]
no_license
LalDi/SmileGate_Project
b89783c296924bedb33a7aa622f023bdbb8f383c
03d6a115f2143d5dd2dec060fea1c901ea694d1b
refs/heads/master
2022-11-24T13:01:15.986313
2020-07-30T14:34:42
2020-07-30T14:34:42
276,552,771
0
0
null
null
null
null
UTF-8
C++
false
false
358
cpp
#include "Framework.h" cUI_Icon_Speaker::cUI_Icon_Speaker(POINT Pos, int tag) :cGameObject(Pos, tag) { m_Sprite = IMAGEMANAGER->AddImage("Option_Icon_Speaker", "./Images/Option/Option_Icon_Speaker.png"); } cUI_Icon_Speaker::~cUI_Icon_Speaker() { } void cUI_Icon_Speaker::Update() { } void cUI_Icon_Speaker::Render(...
[ "jungjh0513@naver.com" ]
jungjh0513@naver.com
7a1ff6ad21194cc87f5ca4b1815479ced047cd0a
2e0b981eff3c786b642493745e5331ece929e76f
/Precomputed.cpp
08b134f02cb5e8d6ab61b794797db3fc126bd72f
[]
no_license
den385/primes-app
4877cf14811eedf314b76f1e77a27360caafeaa7
eb9bf9388b741e12293b145f19ace97bb120a0a3
refs/heads/master
2021-05-27T16:23:01.904497
2014-10-22T18:38:54
2014-10-22T18:38:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,213
cpp
#include "stdafx.h" #include "Hashtable.h" using namespace std; using namespace stdext; typedef long long int64; typedef unsigned long long uint64; const string path = "precomputed_bin/"; const int NUMBERS_IN_CHUNK = 10 * 1000 * 1000; const int NCHUNKS32 = 20; const int NCHUNKS64 = 5; const int BYTES_IN_NUMBER32 = ...
[ "d-shr@yandex.ru" ]
d-shr@yandex.ru
1b8bed92855c6ef9ca7cce361a4e48503ac6544e
43b61e6af99f8fde8a6d3a2748ed66ada0f0f3b9
/Sources/OpenGL0/OpenGL0/Model.h
cfedb79caee7356b8b0d9cb046abfd6d986d057f
[]
no_license
biopox/Fowler_Robinson_Tuton_389
b6976d18bb87457d8677a2ab63efceb8fe9a2446
b50c9bffb6adc2afbd4db918d0d1108c1c6cd5c7
refs/heads/master
2021-09-13T22:16:59.859310
2018-05-05T00:49:29
2018-05-05T00:49:29
117,934,588
0
0
null
2018-04-02T11:58:12
2018-01-18T04:58:44
C
UTF-8
C++
false
false
1,491
h
#pragma once #include<Windows.h> #include<stdlib.h> #include<stdio.h> #include <iostream> #include <string> #include <fstream> #include <sstream> #include <vector> #include <iterator> #include <string.h> #include <map> #include <vector> #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc...
[ "benjamin.fowler@student.nmt.edu" ]
benjamin.fowler@student.nmt.edu
a109d05542d25c7e810c6f26333fba66c1cf24ac
3c39e829d2f4376e0d86dc911c3876d1b3181e74
/Prim 2nd MST.cpp
3fc653ada5c6264965185bc83bcdf6629ecc43f9
[]
no_license
Asif-EWU/algorithms
6c0f0c1bbc2cd725d4a381b6b2fae02a86c7484b
92c2e30c1b5b1d30ff49b6ab0015d8248d6f4558
refs/heads/master
2022-11-15T12:55:06.944814
2020-07-16T13:38:19
2020-07-16T13:38:19
280,163,502
0
0
null
null
null
null
UTF-8
C++
false
false
2,197
cpp
#include<bits/stdc++.h> #define MX 100 using namespace std; struct Edge { int to, cost; Edge(int _to, int _cost) { to=_to; cost=_cost; } }; bool operator<(Edge a, Edge b) { return a.cost>b.cost; } vector<Edge>arr[MX]; int prim(int from, int node) { priority_queue<Edge>pq; ...
[ "asifratul45@gmail.com" ]
asifratul45@gmail.com
35854de2810e397892420629525613bfdbc917dc
9b7facbc51af989228f2452e2b8ed3d6b5fe8c66
/้—ฎ้ข˜ E ็‰นๆฎŠ็š„่ฏญ่จ€/้—ฎ้ข˜ E ็‰นๆฎŠ็š„่ฏญ่จ€/ๆบ.cpp
4ec0b812010bdbc409ed420f1acc87304aace455
[]
no_license
ZibeSun/OJ-Data-Structures-and-Algorithms
1028a08bf55b8685e6b1b3736bde42075c7ba789
e66c20a389e36085b277253a662f8d9763c7dd08
refs/heads/main
2023-06-06T07:08:19.608958
2021-07-02T04:14:35
2021-07-02T04:14:35
346,795,114
1
1
null
null
null
null
GB18030
C++
false
false
1,229
cpp
#include<iostream> #include<cstring> using namespace std; int SpecialLanguage(string str, string str1) { int num = 0; int len = str.length(); int len1 = str1.length(); for (int i = 0; i <= len-len1; i+=2) { if (str.substr(i, len1).compare(str1) == 0) num++; } return num; } int main() { string str; string ...
[ "979271618@qq.com" ]
979271618@qq.com
3eb7b105599f70db9b8a0f717af2f0fe4ee39976
4c23be1a0ca76f68e7146f7d098e26c2bbfb2650
/ic8h18/0.0065/CH3COCH2O
4d6fffa817ac934b84ef726945d0ede2753d2a35
[]
no_license
labsandy/OpenFOAM_workspace
a74b473903ddbd34b31dc93917e3719bc051e379
6e0193ad9dabd613acf40d6b3ec4c0536c90aed4
refs/heads/master
2022-02-25T02:36:04.164324
2019-08-23T02:27:16
2019-08-23T02:27:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
842
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "jfeatherstone123@gmail.com" ]
jfeatherstone123@gmail.com
b5b542ddb006aab5006730f387b512e5117a679c
6fc57553a02b485ad20c6e9a65679cd71fa0a35d
/garnet/bin/system_monitor/harvester/gather_cpu.cc
d9a33e45929e23a58a0e6347f94c9dd361172152
[ "BSD-3-Clause" ]
permissive
OpenTrustGroup/fuchsia
2c782ac264054de1a121005b4417d782591fb4d8
647e593ea661b8bf98dcad2096e20e8950b24a97
refs/heads/master
2023-01-23T08:12:32.214842
2019-08-03T20:27:06
2019-08-03T20:27:06
178,452,475
1
1
BSD-3-Clause
2023-01-05T00:43:10
2019-03-29T17:53:42
C++
UTF-8
C++
false
false
2,720
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 "gather_cpu.h" #include <zircon/status.h> #include "harvester.h" #include "src/lib/fxl/logging.h" namespace harvester { namespace { // Utilit...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
7f8d759a546c201f7b3316d8f21e461889d54a69
cc63466d8a66bb8925508791c007c0054149ce5a
/msj_archives/code/C++/Doc.cpp
0a1055907d33e741897eb779487a1e0f12de7134
[ "Unlicense" ]
permissive
liumorgan/misc-code
9675cc258162064083126a22d97902dae36739c9
d47a8d1cc41f19701ce628c9f15976bb5baa239d
refs/heads/master
2022-06-29T20:41:54.288305
2020-05-13T00:20:05
2020-05-13T00:20:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,161
cpp
//////////////////////////////////////////////////////////////// // 1997 Microsoft Systems Journal. // If this code works, it was written by Paul DiLascia. // If not, I don't know who wrote it. // // CSharedDoc implements an MFC doc class that does file sharing by // locking a file for the duration of an edit session....
[ "1380950+sarangbaheti@users.noreply.github.com" ]
1380950+sarangbaheti@users.noreply.github.com
13f028b281e5fa4ff5bed94eef525ced586dc92a
0fd86e890bd1e1c915869286b6851b0ed1b1f57b
/2021-2022/summer-contest/01 Vowelless/vowelless.cpp
0b202acad10b27cf913275a7ec38c4ea594e666c
[]
no_license
flaming-snowman/pps
efc30e7aaf354753515c7e3076834948fdccbff2
ec7263d3520ae5fa12c85a2d5fa7f7d0445bc637
refs/heads/master
2023-07-01T23:14:50.929068
2021-08-09T03:55:43
2021-08-09T03:55:43
274,296,679
1
0
null
null
null
null
UTF-8
C++
false
false
239
cpp
// My solution #include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n; string s; cin >> s; for(char c: s) { if(c == 'a' || c == 'e' || c == 'i' || c == 'o' || c == 'u') { n--; } } cout << n << '\n'; }
[ "a.flaming.snowman@gmail.com" ]
a.flaming.snowman@gmail.com
33066600430f569226dd8018d7f018f421c5fe41
1aca27af5f40f53b5773ff35356c588836aef227
/Extensions/BabaPython/Sources/Games/Map.cpp
8b093fede989609ac46b9a6ad83c9614d7fd0e64
[ "MIT", "LicenseRef-scancode-free-unknown" ]
permissive
siva-msft/baba-is-auto
c9a5dfd2cb44629ee99f5ce5e733bf6e86fb8b8a
3237b5b70167130558827979bde7dcee14ef39f3
refs/heads/master
2022-06-26T12:05:50.536600
2020-05-12T21:55:39
2020-05-12T21:55:39
257,706,228
0
1
MIT
2020-05-12T21:55:40
2020-04-21T20:19:10
Python
UTF-8
C++
false
false
1,063
cpp
// Copyright (c) 2020 Chris Ohk // I am making my contributions/submissions to this project solely in our // personal capacity and am not conveying any rights to any intellectual // property of any third parties. #include <Games/Map.hpp> #include <baba-is-auto/Games/Map.hpp> #include <pybind11/pybind11.h> #include <...
[ "utilForever@gmail.com" ]
utilForever@gmail.com
3410df3433ecff68da70002a280f6c2ed1d1c726
b8b36bfd9632a18aafc63e68763c89eb5e894e2d
/extractfile.cpp
fb72b09fbb7c6931ef923bc853db28a360a7a520
[]
no_license
LHFCOD/ExtractFile
8e7a07ddbdbdd5915e83dca787c5cdd7719b9d71
ec14b2c76aa4ccc5639f70edc73b81aadc23deaa
refs/heads/master
2021-05-02T08:05:07.539326
2018-02-09T02:31:01
2018-02-09T02:31:01
120,844,673
0
1
null
null
null
null
GB18030
C++
false
false
2,927
cpp
#include "extractfile.h" #include "qfile.h" #include "qfiledialog.h" #include "qmessagebox.h" ExtractFile::ExtractFile(QWidget *parent) : QMainWindow(parent) { ui.setupUi(this); ui.progressBar->setVisible(false); connect(ui.SelectBtn, SIGNAL(clicked()), this, SLOT(OnSelectBtn())); connect(ui.Appoint...
[ "2278200244@qq.com" ]
2278200244@qq.com
b7b8b6278dbe90ad4de8b7e168eb919f83bcfcee
1e668279a619a3649c0f546970c469bb4fdd2b90
/include/precision.h
371b8c14bb77b43f9f6068af74a4337ce6360a57
[ "MIT" ]
permissive
doreiss/BAM
dbb8299fc382051d35c0e7c2fb1dc86915dae601
2f6abd5031c0a2ea1a74c2fa8d22764802e80323
refs/heads/master
2020-04-11T23:49:32.368774
2018-12-18T21:50:52
2018-12-18T21:50:52
162,180,773
0
0
null
null
null
null
UTF-8
C++
false
false
1,925
h
#ifndef BAM_PRECISION_H #define BAM_PRECISION_H #include <cmath> namespace BAM { #define FLOAT_PRECISION #ifdef DOUBLE_PRECISION typedef double real; typedef long long magic_int; #define REAL_MAX DBL_MAX #define REAL_SQRT_MAGIC 0x5fe6ec85e7de30daLL #define PI 3.14159265358979323846 #define realSqr...
[ "dominic.reiss@gmail.com" ]
dominic.reiss@gmail.com
8e9f5215fecaa9e009196ff081d857d8ff7771fb
5ef0619efc9193f5313439e94b87a777861649d2
/exp/basic/pic/Picture.h
8362175b5ba83244eafcca7754aaedf6f1319d7d
[]
no_license
SSPKUZX/cpp-comm
b73f0a6c6efc86afdd609c4c358d7637e0e1ddbd
ba64d086bd7f6eb5f29e6e97f3e5ae88a3d7ae4c
refs/heads/master
2021-01-19T16:40:35.938570
2017-11-16T12:57:19
2017-11-16T12:57:19
101,015,705
2
0
null
null
null
null
UTF-8
C++
false
false
1,106
h
#ifndef PICTURE_H_ #define PICTURE_H_ #include <iostream> class Picture { friend std::ostream& operator<< (std::ostream&, const Picture&); friend Picture frame(const Picture&); friend Picture operator| (const Picture&, const Picture&); friend Picture operator& (const Picture&, const Picture&); public: Picture(...
[ "948049305@qq.com" ]
948049305@qq.com
ef634fb628cad6ee68c96eae4e72744abcb85b3d
949c330078c043d0b24c061d8aaeb60422ad4fa0
/HumpaLampa_Capsense/HumpaLampa_Capsense.ino
893b08ecf61c52083ffdbe42e5a4e765e687d566
[]
no_license
famibelle/HumpaLampa
64990e1756504ef8b00896b99e11eb46aff5c161
c59b5e8aa1a991298ef39e492b71aa6d298be793
refs/heads/main
2023-01-02T09:26:25.938231
2020-10-12T14:29:25
2020-10-12T14:29:25
303,401,856
0
0
null
null
null
null
UTF-8
C++
false
false
2,585
ino
#include <avr/interrupt.h> #include <avr/sleep.h> /* Ce programme est une adaptation de l'Arduino Starter Kit example Project 13 - Touch Sensor Lamp Les composants - 1 megohm resistance - du papier d'aluminium - un systรจme d'รฉclaireage ร  LED Library utilisรฉe: - CapacitiveSensor library par Paul ...
[ "noreply@github.com" ]
noreply@github.com
d35613ad073f6ef2e0b4f9e4dced1732fbd323e1
bbdd63f4403ad2e15dce8dfd5ef35263d2f2bd86
/common/x64/include/Paint.h
bfe3798f7131c1eb2eb94c673658fe13ee72a6f9
[]
no_license
MelodyD/pytest_API
a7d4dcb1bd8ba9b1981ca640080c27e2b5aaa0b7
77e11924e3fec6e3ddbf65f07d05cf77a4fe94ea
refs/heads/main
2023-07-18T10:02:15.382032
2021-09-11T12:57:08
2021-09-11T12:57:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,694
h
/******************************************************************************* * RoadDB Confidential * Copyright (c) RoadDB 2019-2020 * * This software is furnished under license and may be used or * copied only in accordance with the terms of such license. *****...
[ "guangli.bao@roaddb.com" ]
guangli.bao@roaddb.com
8ee2d6b054341c27ddcf5d55f26e5940bfedd8cc
6e115adc9021ceed1b37e44abf3b89db7dc5fa21
/ะบะพะดั‹ ะฟะฟ/final1/all.cpp
ce34a75070b421477f93262d6470fb1e84607833
[]
no_license
inirbayeva/pp1
baef1a8e6b638e62dcb2127e98c8634c2a59b8a3
e01afa0fe4bdb25a9c7a755c916b1e2bca0b0f81
refs/heads/master
2023-03-01T05:41:56.085163
2021-02-06T11:29:09
2021-02-06T11:29:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
835
cpp
#include <iostream> using namespace std; int main(){ int mary[7], mol[] = {1, 2, 5, 10, 20, 50, 100}; for (int i = 0; i < 7; i++) cin >> mary[i]; int n; cin>>n; int m[n]; for (int i = 0; i < n; i++) cin>>m[i]; for (int i = 0; i < n; i++) { int old[7]; for (in...
[ "you@example.com" ]
you@example.com
4044db600ff12d3ba670f2f1fda5c2c1d6986f68
f85cfed4ae3c54b5d31b43e10435bb4fc4875d7e
/sc-virt/src/utils/TableGen/DAGISelEmitter.cpp
0fe3bbd8d788d0c9b36e69a4bc994ddbc7ba8964
[ "MIT", "NCSA" ]
permissive
archercreat/dta-vs-osc
2f495f74e0a67d3672c1fc11ecb812d3bc116210
b39f4d4eb6ffea501025fc3e07622251c2118fe0
refs/heads/main
2023-08-01T01:54:05.925289
2021-09-05T21:00:35
2021-09-05T21:00:35
438,047,267
1
1
MIT
2021-12-13T22:45:20
2021-12-13T22:45:19
null
UTF-8
C++
false
false
6,244
cpp
//===- DAGISelEmitter.cpp - Generate an instruction selector --------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "sebi@quantstamp.com" ]
sebi@quantstamp.com
0e5a02f2107f66b6536b8c58a55b17640f195c79
34252ecd8762d8c3ece6bac271c9c457202ff1a7
/nnopencl/NetT.h
c9d385330fea1f7dace24c0ad5af85d2aaba070c
[ "MIT" ]
permissive
freegraphics/cpputils
cdf16819e8d4ae10368e3ec84f232af9c5ef4e5c
3f990d4765a50c7428bd6a4929a83ff49d3567bd
refs/heads/master
2020-05-20T18:47:40.529569
2016-09-18T20:24:25
2016-09-18T20:24:25
68,520,367
0
0
null
null
null
null
UTF-8
C++
false
false
6,635
h
#pragma once #include "openclnet.h" namespace opencl { template<typename _InputState,typename _OutputState> struct NetT : public DLNet { public: typedef DLNet::LayersList Layers; protected: typedef DLNet base; public: NetT(DLNetKernels* _kernels) :base(_kernels) { } void load(const CString& _f...
[ "klizardin@gmail.com" ]
klizardin@gmail.com
f99101e27098783a1e4590e38fe08e41c3025d5c
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_2458486_0/C++/NovGosh/main.cpp
a18a78dba99f1178310fb39f5547e29614f26a59
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
2,677
cpp
#include <cstdio> #include <fstream> #include <iostream> #include <set> #include <map> #include <queue> #include <deque> #include <cmath> #include <vector> #include <bitset> #include <string> #include <cstring> #include <algorithm> #include <ctime> #include <cstdlib> #include <cassert> #define pb ...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
079bb2c625c315a8f617d84a85c1f9c6241b0f9b
9b59c3a2a6b248e0b8f4f2f51939844aced729ce
/Step1/neuron.cpp
e69ef8c90f343ebf79c2901d160cfa8b8f56dbd8
[]
no_license
TheEzo/AVS-1
7eb5aea6712826c00f7f83ae8fdf6d77a3cdfa22
64561b863115fce770a459c21bef12cd179d2fad
refs/heads/master
2022-03-13T15:58:42.567818
2019-11-10T10:45:06
2019-11-10T10:45:06
219,592,315
0
0
null
null
null
null
UTF-8
C++
false
false
453
cpp
/* * Architektury vรฝpoฤetnรญch systรฉmลฏ (AVS 2019) * Projekt c. 1 (ANN) * Login: xwilla00 */ #include <cstdlib> #include "neuron.h" float evalNeuron( size_t inputSize, size_t neuronCount, const float* input, const float* weights, float bias, size_t neuronId ) { float result = 0; for(int i = 0; i < inp...
[ "tomas.willaschek@nxp.com" ]
tomas.willaschek@nxp.com
b37a9baefe63dba3e088ce3e1bbe0dace7878905
a86a8bfd545aa059202e4052e079d3353030364c
/src/client/cli/main.cc
b07624d869b471b37c4bb1ab4530857172a076aa
[ "MIT" ]
permissive
delizhang/spada
741623a2abc207e63337952f3ccbdd7b460138e7
f87e42c0c64b4d5fa2917df985f5403d8a7b3fd8
refs/heads/master
2021-01-01T19:21:31.561633
2017-07-27T18:29:12
2017-07-27T18:29:12
93,212,547
0
0
null
null
null
null
UTF-8
C++
false
false
503
cc
#include <iostream> #include "client/connector.h" #include "common/network/connection.h" int main(int argc, const char *argv[]) { Connector connector("127.0.0.1", DEFAULT_PORT); if(connector.Init()) { std::cout << "Sever connected" << std::endl; const int bufSize = 1024; char buff...
[ "deli.zhang@outlook.com" ]
deli.zhang@outlook.com
524e6aa676ce7263a6ee4586ef72dc84a72cbdcb
cae9edc918596933a9644033a89e3f27db534c3a
/Module_04/ex03/Cure.hpp
02f1e569a203fb51820176c699304975930201d0
[]
no_license
Tjobo-Hero/CPP
81c409e4c32cfd74ccd432d8dfec7d069a4f9ef2
93c5aae2be453e19e5e0948640a32ea6e32d55c8
refs/heads/master
2023-04-23T06:24:56.804387
2021-05-14T09:35:36
2021-05-14T09:35:36
309,345,777
0
0
null
null
null
null
UTF-8
C++
false
false
1,324
hpp
/* ************************************************************************** */ /* */ /* :::::::: */ /* Cure.hpp :+: :+: ...
[ "timvancitters@Tims-MacBook-Pro.local" ]
timvancitters@Tims-MacBook-Pro.local
c69767abf6c3217849e2e8f35dba59cafe618433
ccda07d0b27779e66b57c4d94441fe08d407e232
/tools/transform.h
3e002e801ed61512122c12dafbe9069415fb4349
[ "MIT" ]
permissive
arsenm/alive2
8677f8494b1dd6da514dbd1cbe00ae78eddbc7a6
a631decc679eca18ea6ab33b6083a8f9f1c7f95b
refs/heads/master
2022-11-17T10:36:26.547305
2020-07-07T15:41:11
2020-07-07T15:41:23
280,014,085
0
0
MIT
2020-07-16T00:35:46
2020-07-16T00:35:45
null
UTF-8
C++
false
false
1,332
h
#pragma once // Copyright (c) 2018-present The Alive2 Authors. // Distributed under the MIT license that can be found in the LICENSE file. #include "ir/function.h" #include "smt/solver.h" #include "util/errors.h" #include <string> #include <ostream> #include <unordered_map> namespace tools { struct TransformPrintOp...
[ "nuno.lopes@ist.utl.pt" ]
nuno.lopes@ist.utl.pt
ca3e0290705144e94485968dadd5cabf137358b4
0ddaa06fb8a84a00e9e91371004f1e2c60a116ba
/app_main.cpp
f370689c632282342e026c5489c990a71e15abe5
[]
no_license
jpgallegos3/Camera-Fly-Through
ea7a8bf130057b40b0e5fce1a867361bf9a2332b
16b2aaf61dfaedb51da04227e0ca19e1783596b1
refs/heads/master
2021-01-25T04:37:45.595873
2017-06-06T00:41:24
2017-06-06T00:41:24
93,458,916
0
0
null
null
null
null
UTF-8
C++
false
false
1,898
cpp
# include <iostream> //# include <gsim/gs.h> # include "ogl_tools.h" # include "app_window.h" //========================================================================== // Main routine //========================================================================== int main ( int argc, char** argv ) { //...
[ "noreply@github.com" ]
noreply@github.com
1d2d13273e6152f04fb937537a50a0aae67b5b58
09c2c8d7f42dd5c678b064fd56bc65d49af16b3c
/dotenv.h
765692c695b17acec7b171908e3a2588d1966d75
[ "MIT" ]
permissive
sryze/dotenv
040e04e0cab99bba1d691ac657098fc327880a2c
b30ceb7b5de46a71c4bf682aa338d007b447964d
refs/heads/master
2023-04-01T09:15:31.697300
2021-04-09T18:40:39
2021-04-09T18:40:39
286,269,276
0
0
null
null
null
null
UTF-8
C++
false
false
351
h
#ifndef DOTENV_H #define DOTENV_H #include <string> namespace dotenv { std::string get(const std::string &name, const std::string &default_value = ""); void set(const std::string &name, const std::string &value); void unset(const std::string &name); void load(const std::string &filename = ".env"); ...
[ "sryze@protonmail.com" ]
sryze@protonmail.com
171b46953de5381bd23df20c0b07220ae393ea4e
9a4b3c039dbe14d357fc6051136214f07851dd4c
/user/MIT_Controller/FSM_States/ControlFSM.cpp
801d888b219d1c212e94daba81d7713e0b171a6c
[ "MIT" ]
permissive
YisongCai666/Cheetah-Software
34cd716a6dac9bd7eab1042d991a121db22a14b3
2b99a85c5307a182a8fb719a6a6f0690e38c0367
refs/heads/master
2020-09-04T08:17:18.683458
2019-10-25T17:07:18
2019-10-25T17:07:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,558
cpp
/*============================ Control FSM ============================*/ /** * The Finite State Machine that manages the robot's controls. Handles * calls to the FSM State functions and manages transitions between all * of the states. */ #include "ControlFSM.h" /** * Constructor for the Control FSM. Passes in a...
[ "humanoid@mit.edu" ]
humanoid@mit.edu
2e4c9e80618ad5092697754b076045e4061b35f6
d9c3dc8d5cf025f4eda593990befc2de0bbcff62
/plugin/Source/NPClickOnce/plugin/NPApplicationLauncher.h
544d0c7287965893d2bbca9ef3ed341e94038e5f
[]
no_license
rajkosto/ChromeClickOnce
c6dbf12cd42acba851092a5650f2b02e9b3d19e6
53e1d7846af4b71a9f73f9856e7c23730b76ff22
refs/heads/master
2020-06-04T15:02:53.551335
2014-03-12T22:52:30
2014-03-12T22:52:30
17,578,073
3
2
null
null
null
null
UTF-8
C++
false
false
542
h
#pragma once #include "NPScriptableObject.h" class NPApplicationLauncher : public NPScriptableObject<NPApplicationLauncher> { public: NPApplicationLauncher(NPP instance); virtual ~NPApplicationLauncher(void); bool HasMethod(NPIdentifier method); bool Invoke(NPIdentifier method,const NPVariant* args,uint32_t argc...
[ "admin@rajko.info" ]
admin@rajko.info
0b322c53506beece77d4b7abecc3bb4b45ddc8be
f0c7faa78175bc3853f0c0a3cab6b8449ae0283d
/src/SpiralMatrixII.cpp
244261269034dc03b2e742d3fce69b56619e7fca
[]
no_license
lxstorm/LeetCode
7b4f76a7aad1931bdab729ec994bf3f21e6ccb37
02c8ed83651bc80ba5bd2e992947cb1bf4e3ef70
refs/heads/master
2020-04-06T08:03:08.355152
2016-11-16T09:55:05
2016-11-16T09:55:05
52,674,353
0
0
null
null
null
null
UTF-8
C++
false
false
780
cpp
class Solution { public: vector<vector<int>> generateMatrix(int n) { // we can use vector<vector<int>> result(n, vector<int>(n)); vector<int> tmp(n, 0); vector<vector<int>> result(n, tmp); vector<int> pos{0, -1}; vector<vector<int>> direction{{0, 1}, {1, 0}, {0, -1}, {-1, 0}...
[ "lxstormy@gmail.com" ]
lxstormy@gmail.com
ea8e4c0dfd8078e3e36ecf435a5c888514e74fbe
e8dc33fae8ff29d98e81660198caa55a691e42f1
/Common/toolBase.cxx
b7dfac046245241f0256d3f1cac218c6230228f1
[]
no_license
colddie/MICA
b1f0379cff203b7a088f028cc0488b06e2c0b30e
549b46818202a3901a66897aa966f46372c640c7
refs/heads/master
2020-05-28T03:23:09.098974
2013-12-13T07:24:34
2013-12-13T07:24:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
750
cxx
#include "toolBase.h" #include <algorithm> namespace std { const string trim (const string &str, const string &whitespace) { const size_t begin_str = str.find_first_not_of (whitespace); if (begin_str == string::npos) { // no content return ""; } const size_t end_str = str.find...
[ "colddiesun@gmail.com" ]
colddiesun@gmail.com
dc8b13faa19521e44997a38562ec1d411b944f6d
f19896ff3a1016d4ae63db6e9345cfcc4d0a2967
/Topics/Topic/Data Structures and Alogrithms (Topic)/Leetcode(Website)/205(Isomorphic Strings).cpp
de9bec1603db2408ffb11eae857cb0f48024e5d1
[]
no_license
Akshay199456/100DaysOfCode
079800b77a44abe560866cf4750dfc6c7fe01a59
b4ed8a6793c17bcb71c56686d98fcd683af64841
refs/heads/master
2023-08-08T07:59:02.723675
2023-08-01T03:44:15
2023-08-01T03:44:15
226,718,143
3
0
null
null
null
null
UTF-8
C++
false
false
3,370
cpp
// This problem was also solved using the UMPIRE approach /* -------------------------Question: Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in s can be replaced to get t. All occurrences of a character must be replaced with another character while preser...
[ "akshay.kum94@gmail.com" ]
akshay.kum94@gmail.com
f10841b65b4b0a9c84454ab6bd4c6125f7453c3f
e72a75dcf0307af7ee53a29155bf61de13263020
/src/points_to_analysis/Common/Include/context.h
b2cb5adc8d08b5de1b027501245fa61c2001556d
[]
no_license
tapicer/resource-contracts-.net
f90e38a8c4e62c5408e70232f23edf5a1e641c30
f7b4977e6e004ec16dde4ad65266bb46417d2234
refs/heads/master
2020-03-28T00:43:48.508821
2016-12-05T17:03:56
2016-12-05T17:03:56
4,037,508
0
0
null
null
null
null
UTF-8
C++
false
false
78,683
h
#pragma warning( disable: 4049 ) /* more than 64k source lines */ /* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 6.00.0347 */ /* at Tue Sep 25 01:28:41 2001 */ /* Compiler settings for context.idl: Oicf, W0, Zp8, env=Win32 (32b ...
[ "tapicer@gmail.com" ]
tapicer@gmail.com
ef4da3ca9412ed3e71197c073ec6e75d8275b974
f69403a1fac323997daf0a44d8058f0e1b39709a
/csharp/src/corelib/WideChar.cpp
150372edc69f8187332de34b6f0852449e06bc10
[]
no_license
nfeltman/RenderGen
d4858e5559e1cfadc6748cd4e5cb4ad4cd4f900b
9e44b92da4da87d3ac35569f3449f8212d64f36b
refs/heads/master
2021-01-21T07:57:56.049014
2016-01-19T13:19:50
2016-01-19T13:19:50
6,394,209
0
0
null
null
null
null
UTF-8
C++
false
false
1,655
cpp
#include "WideChar.h" #ifdef WINDOWS_PLATFORM #include <Windows.h> #endif #include <stdio.h> #include <stdlib.h> #include <memory.h> char * WideCharToMByte(const wchar_t * buffer, int length) { #ifdef WINDOWS_PLATFORM size_t requiredBufferSize; requiredBufferSize = WideCharToMultiByte(CP_OEMCP, NULL, buffer, length,...
[ "yonghe@outlook.com" ]
yonghe@outlook.com
bf6b0d51ae6dbd61c103eef05b8194c5ae05a5ac
ca32936825c3cbae13e4db108ad97d670e0a9264
/src/adapter.cc
ddcab60ffb5ccc1f0b2fc7996019a037e0a72975
[]
no_license
zqqiang/node-cad
7b783fb758dcacb5b1e1b8276c73dfe0942adfbb
739ff348b4d2c77b275c3a0fe87682c14ffd8181
refs/heads/master
2021-01-14T08:03:53.991041
2016-12-23T19:07:33
2016-12-23T19:07:33
46,592,925
5
0
null
null
null
null
UTF-8
C++
false
false
339
cc
#include <iostream> #include "adapter.h" #include "core.h" using namespace std; Adapter::Adapter() { } Adapter::~Adapter() { } void Adapter::Execute(int edge, int faceA, int faceB) { cout << " Adapter::Execute edge => " << edge << " faceA => " << faceA << " faceB => " << faceB << endl; Core *core = new Core(); ...
[ "qiangzhaoqing@gmail.com" ]
qiangzhaoqing@gmail.com
f2d025c21ae40821d3c105e4e95e378398f3d77f
d5f9d7a79053303de0511565132bddf80dfee6f0
/QMultiWindowProject/mainwindow.h
45800811784d6aaaac2ae9cb8c2644e27838bd68
[]
no_license
metaliuyong/QtProjects
4f666fa2714a53fda61abf5f5a782804701721c2
49ca33edbbfbeb7d7e31a8db99450c10edf1dd4a
refs/heads/master
2022-12-29T05:39:13.213834
2020-10-15T22:49:55
2020-10-15T22:49:55
304,539,316
0
0
null
null
null
null
UTF-8
C++
false
false
359
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QPaintEvent> QT_BEGIN_NAMESPACE namespace Ui { class MainWindow; } QT_END_NAMESPACE class MainWindow : public QMainWindow { Q_OBJECT public: MainWindow(QWidget *parent = nullptr); ~MainWindow(); private: Ui::MainWindow *ui; ...
[ "metaliuyong@gmail.com" ]
metaliuyong@gmail.com
00fd0d74110b3ac1853aa0ca4673f2614ac7a033
2495c956bac63236aa071948b4c3c96ba0abfafb
/exercises.hpp
2f9698b5688b8fbd95cc0182cc189820ad2fd6b1
[]
no_license
mhrtmnn/GraphTheory_Exercises
3669713a2714b82bdb9854c2ae0d378330a3de48
0713caedd33e69a4d7374666b4deb2f749680f5b
refs/heads/master
2020-04-01T04:22:37.668901
2018-10-13T10:25:36
2018-10-13T10:26:21
152,860,774
0
0
null
null
null
null
UTF-8
C++
false
false
695
hpp
// // Created by marco on 5/8/16. // #ifndef GRAPHTHEORY_GIT_EXERCISES_HPP #define GRAPHTHEORY_GIT_EXERCISES_HPP #include "graphAlgorithms.hpp" #include "ComplexityAlgorithms.hpp" #include <thread> using namespace std; void printMetrics(Graph&, graphAlgorithms&); void startEx4(Graph&); void startEx5(); void startEx...
[ "marco.hartmann@tuhh.de" ]
marco.hartmann@tuhh.de
971b91ed8babddcd0cbf2b64caf12336f3c1c16e
1d35d3b77312ddd236a210254b82f92c88bc87b5
/src/qt/editaddressdialog.cpp
053b36ce7fdfadc2ec472ca8a43b5e2239ced438
[ "MIT" ]
permissive
blankcoin/blank
bee311cdfadf4f0bf449a20e6086736caa63c8f4
96be8b866e59cfaa8ee2884d9028c0293da92384
refs/heads/master
2020-03-20T23:12:54.777084
2018-06-22T05:35:12
2018-06-22T05:35:12
137,835,440
0
2
null
null
null
null
UTF-8
C++
false
false
3,729
cpp
#include "editaddressdialog.h" #include "ui_editaddressdialog.h" #include "addresstablemodel.h" #include "guiutil.h" #include <QDataWidgetMapper> #include <QMessageBox> EditAddressDialog::EditAddressDialog(Mode mode, QWidget *parent) : QDialog(parent), ui(new Ui::EditAddressDialog), mapper(0), mode(mode), mo...
[ "ridwansky92@gmail.com" ]
ridwansky92@gmail.com
d9f5e53ad443bd5d09cb49e5fb0c1eca5f47682c
8d9a1ef810a2369e0285b4ee30188c8b7ba201a2
/containers/R/rclipper_serve/src/r_models.cpp
9a0bef6e1da45e53f20774e039a8cb9c8b4e78ac
[ "Apache-2.0" ]
permissive
RehanSD/clipper
7da926005b0d6774958ee77e655dda4b329b9c2c
90cde6c87d804f595a56f1614942ed620bb85ff0
refs/heads/develop
2020-03-19T23:00:14.113566
2019-03-12T17:20:04
2019-03-12T17:20:04
136,989,102
1
2
Apache-2.0
2018-07-09T19:47:32
2018-06-11T22:48:34
C++
UTF-8
C++
false
false
3,536
cpp
#include <iostream> #include "r_models.hpp" #include <Rcpp.h> #include "datatypes.hpp" namespace container { RNumericVectorModel::RNumericVectorModel(const Rcpp::Function function) : function_(function) { } std::vector<std::string> RNumericVectorModel::predict(const std::vector<DoubleVector> inputs) const { std...
[ "dscrankshaw@gmail.com" ]
dscrankshaw@gmail.com
d8744cd4f23815ad87e5f4e96a9307d2e1cc91f6
3d8c44ed73ec0d9776e7cbc2ffd11005a1a41579
/include/alds/sort/1_2_c_stable_sort.h
f33dfb8a9292831aae9e883bac3979f33f68c998
[]
no_license
eiji03aero/alds
490c5e9fa2f9f225d74a5fd5d9d91bc0c90c71d2
4f92fa114fc4dc6c23f8259cccbe606ddd31e56e
refs/heads/master
2023-01-10T14:32:57.661496
2020-11-08T13:01:32
2020-11-08T13:01:32
302,466,212
0
0
null
null
null
null
UTF-8
C++
false
false
1,022
h
#ifndef ALDS_SORT_1_1_D_STABLE_SORT_H_INCLUDED #define ALDS_SORT_1_1_D_STABLE_SORT_H_INCLUDED #include "alds/shared.h" #include <vector> namespace alds { namespace sort { void bubble_sort(std::vector<alds::Card> &input) { for (int i = 0; i < input.size(); i++) { for (int j = input.size() - 1; j >= i+1; j--) {...
[ "eiji03aero@gmail.com" ]
eiji03aero@gmail.com
87c3a393d2b68de573da304c5ceec39158dc8672
f0de6c3ffc999616a0a9580a8a3678aef283cdf5
/chromeos/components/tether/disconnect_tethering_request_sender_impl.cc
a25b705621f5d75fb0d4519b168a1b6327433d8b
[ "BSD-3-Clause" ]
permissive
r00tk1ts/chromium
db18e3940667da7aa76baff69c229788baa5d706
a3cef2a9d2ba64068c1fe7de81500d9d33cf4f87
refs/heads/master
2023-02-23T04:57:23.997581
2018-03-28T10:54:29
2018-03-28T10:54:29
127,127,996
1
0
null
2018-03-28T11:07:29
2018-03-28T11:07:28
null
UTF-8
C++
false
false
5,140
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 "chromeos/components/tether/disconnect_tethering_request_sender_impl.h" #include <memory> #include "base/memory/ptr_util.h" #include "chromeos/...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
94f45f1eb5462105aaa10f73dba9d7cc0b402e70
624511f6ad0cf17a2ba1a1ea1f25c3b139ce4295
/baselib/lib/Lsc/alloc/Lsc_alloc.h
0ec1e994c6b0e8f37641fa634956e04ac32051ea
[]
no_license
lightchainone/lightchain
7d90338d4a4e8d31d550c07bf380c06580941334
6fc7019c76a8b60d4fd63fba58fa79858856f66b
refs/heads/master
2021-05-11T05:47:17.672527
2019-12-16T09:51:39
2019-12-16T09:51:39
117,969,593
23
6
null
null
null
null
GB18030
C++
false
false
3,142
h
#ifndef BSL_ALLOC_H__ #define BSL_ALLOC_H__ #include <cstdio> #include <cstdlib> #include <new> #include <algorithm> namespace Lsc { /** * * This is precisely the allocator defined in the C++ Standard. * - all allocation calls malloc * - all deallocation calls free */ template < typename _T...
[ "lightchainone@hotmail.com" ]
lightchainone@hotmail.com
0baa26ae1375782d04f64c5f14aaa7de8a70bb98
64895fff118ac407357a050861297a395fa2fbc6
/CodeChef/Snackdown 17/coup.cpp
4dc8f8bea06e6363ad820c7e81aaf7998892d453
[]
no_license
whiz-Tuhin/Competitve
38df5475ba8f9e4ecfa96071e1a0b639bb2ab41e
f5fd063e31f0e5b6addc26c83e007eeb5ae7b89f
refs/heads/master
2020-04-06T03:46:19.820666
2017-08-01T08:02:00
2017-08-01T08:02:00
68,317,364
4
0
null
null
null
null
UTF-8
C++
false
false
1,081
cpp
#include <iostream> #include <string> #include <vector> #include <cmath> #include <utility> using namespace std; typedef unsigned long long int ulli; int main(){ ios_base::sync_with_stdio(false); int t; cin>>t; while(t--){ int n; cin>>n; vector<string> grid(2); ...
[ "tuhinkhare3@gmail.com" ]
tuhinkhare3@gmail.com
c6291f540bcfc75251249df6bbfd25dc5077420c
f85fdd8b8e779ec564abb52876b82ebea9337bcf
/hw7-1/sorted_array_main.cc
ff3e66e0c13a0bae7d8094a8ce76a892b8f99c9a
[ "MIT" ]
permissive
revsic/HYU-ITE1015
0a02b5ee014d9cec8b83fed6ef55a5515afea17f
b2d2d210f4b936be0fd94bd258e15b6c16c432fe
refs/heads/master
2020-04-06T09:11:54.463873
2019-03-07T08:36:00
2019-03-07T08:36:00
157,332,436
1
0
null
null
null
null
UTF-8
C++
false
false
1,051
cc
#include "sorted_array.h" #include <iostream> #include <sstream> int main() { std::string given; SortedArray sorted_array; while (true) { std::cin >> given; if (given == "ascend") { for (int i : sorted_array.GetSortedAscending()) { std::cout << i << ' '; ...
[ "revsic99@gmail.com" ]
revsic99@gmail.com
4ba411b8aec7235aee157a1ab5700da8a96e0a80
6198a19968f36832cdeed2721f09bd9146e55d3f
/Linkit7697_RobotShieldV2_TANK_GO_MP3_V410/Linkit7697_RobotShieldV2_TANK_GO_MP3_V410.ino
52221a7b7899bde2903763983f611d2d5c3593cb
[]
no_license
GeorgeChiou/Robot-Shield-V2.0
3ba3b2612148353fa29968fd9a325db6dd1bc2eb
04549a8a0c7a9fec60240f8116baeb80a843eadd
refs/heads/master
2021-05-01T13:09:37.452676
2020-01-01T09:16:11
2020-01-01T09:16:11
121,072,400
16
5
null
null
null
null
UTF-8
C++
false
false
20,440
ino
// ๆœ€ๅพŒ็ทจ่ผฏ 2019-5-08 by ShinWei Chiou // ็งป้™ค ๆ–ๆกฟ ๆไพ›ๆฏ”่ณฝ // ไธญๆ–‡ๅŒ– ๆไพ›ๆฏ”่ณฝ // ๆœ€ๅพŒ็ทจ่ผฏ 2019-5-06 by ShinWei Chiou // ็งป้™ค ไฟฎๅพฉๆŒ‰้ˆ• ๆไพ›ๆฏ”่ณฝ // ๆœ€ๅพŒ็ทจ่ผฏ 2018-4-18 by ShinWei Chiou // ๆ–ๆกฟๆŽงๅˆถ LRemoteJoyStick // ๆœ€ๅพŒ็ทจ่ผฏ 2018-4-15 by ShinWei Chiou // ๆฉซๅ‘ๆŽงๅˆถ Change to Use RC_LANDSCAPE // ๆœ€ๅพŒ็ทจ่ผฏ 2018-4-02 by Mason // Add tank_name = "TANK"+ tank_address.substrin...
[ "shinwei@iMac-4072.local" ]
shinwei@iMac-4072.local
c5cb4baa3ed9e237fa15c99ded9c22e39f42b194
7acc93d31b1fad7f0f71625116a7d372ca37c80c
/thirdparty/vilib/visual_lib/test/src/test_base.cpp
e3108fe1300bc0645810f10a349daa7b16aecc68
[ "MIT", "BSD-3-Clause" ]
permissive
KMS-TEAM/vi_slam
bcb4b4b7393e395d8861e1c4aae24622f0b0d7b0
4cb5ae94bfecef5758f809d84e135e574b4fb860
refs/heads/main
2023-06-14T18:21:14.431529
2021-07-12T17:08:56
2021-07-12T17:08:56
384,636,583
1
1
null
null
null
null
UTF-8
C++
false
false
10,199
cpp
/* * Base class for testing various functionalities * test_base.cpp * * Copyright (c) 2019-2020 Balazs Nagy, * Robotics and Perception Group, University of Zurich * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follo...
[ "00sao00ios00@gmail.com" ]
00sao00ios00@gmail.com
9def4216287ac715010445c417f8aff0f5daa7ff
8c8820fb84dea70d31c1e31dd57d295bd08dd644
/Experimental/Chaos/Public/Chaos/TrackedGeometryManager.h
ec2168cb41318f62081abcec84ab2f040958fca1
[]
no_license
redisread/UE-Runtime
e1a56df95a4591e12c0fd0e884ac6e54f69d0a57
48b9e72b1ad04458039c6ddeb7578e4fc68a7bac
refs/heads/master
2022-11-15T08:30:24.570998
2020-06-20T06:37:55
2020-06-20T06:37:55
274,085,558
3
0
null
null
null
null
UTF-8
C++
false
false
2,065
h
// Copyright Epic Games, Inc. All Rights Reserved. #pragma once namespace Chaos { class FImplicitObject; class CHAOS_API FTrackedGeometryManager { public: static FTrackedGeometryManager& Get() { static FTrackedGeometryManager Singleton; return Singleton; } void DumpMemoryUsage(FOutputDevice* Ar) co...
[ "wujiahong19981022@outlook.com" ]
wujiahong19981022@outlook.com
ff497c137921789684bd803496fd6c4c26c3b8f8
016dcc77cade4d5df23387dea4a4038c7ed2e683
/src/pluginmanager.h
1ec51037b8672ee9c0fce80ea06c2d8206c74547
[]
no_license
wyrover/akview
aeeb971e14a3065378a3b9d05fa5eb8607375d64
c10e6f92ec57260e6bc7fc5e1d9d9e0f3bbe37e6
refs/heads/master
2021-01-15T09:53:15.401278
2015-01-04T11:02:54
2015-01-04T11:02:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
909
h
#ifndef PLUGINMANAGER_H #define PLUGINMANAGER_H #include "actionthread.h" #include "plugin.h" #include "progressbardialog.h" namespace mv { class PluginManager : public QObject { Q_OBJECT public: PluginManager(); bool loadPlugin(const QString& folderPath); void loadPlugins(const QString& folderPath); PluginV...
[ "laurent@pogopixels.com" ]
laurent@pogopixels.com
44657c79cf47a5588b76620a680800d75a215196
7b99b71a2fe674c16ebdd8bf74f1782076bb10b0
/Init.h
9f36a5eaa837bc6fad663950238de274249f3296
[]
no_license
AplDGrape/GDGRAPX_Final_v1
485e482b1b02bf1f0009142cefa000ec207650f7
230281154be471207b4b85c1f82f7618a6e361b7
refs/heads/main
2023-07-30T01:51:49.974728
2021-09-17T12:23:20
2021-09-17T12:23:20
407,530,277
0
0
null
null
null
null
UTF-8
C++
false
false
981
h
#pragma once #include <stdio.h> #include <GL/glew.h> #include <GLFW/glfw3.h> #include <iostream> GLFWwindow* Window; int width, height; GLFWwindow* initialize() { //initialize glfw if (glfwInit() != GLFW_TRUE) { fprintf(stderr, "Failed to initialized! \n"); return NULL; } width = 1366; height = 768; // s...
[ "raphaelapolinar16@yahoo.com" ]
raphaelapolinar16@yahoo.com
a18a242c63227c05609d7387ba746fd3dc0b9bb0
875e3a1668ef11a63033336abb81b78775a26488
/firmware/AD5254_example/AD5254_example.ino
5fd4c255bab65ebc1754fbc519f87b587cdeeb09
[]
no_license
jjculber/volume-control-board
77fbfaf1532746060fab95c072a516236f1e7046
88eb4743675034aa87c05a153bd3ff823560e8af
refs/heads/master
2020-04-20T13:12:43.093271
2019-04-20T01:05:22
2019-04-20T01:05:22
168,862,983
0
0
null
null
null
null
UTF-8
C++
false
false
7,380
ino
// Distributed with a free-will license. // Use it any way you want, profit or free, provided it fits in the licenses of its associated works. // AD5254 // This code is designed to work with the AD5254_I2CPOT_10K I2C Mini Module available from ControlEverything.com. // https://www.controleverything.com/content/Potentio...
[ "jculberts@gmail.com" ]
jculberts@gmail.com
cf7fe611769694de00c3f00c4beda7628dd9e336
88c1c2bf1327a15edf9614e24bb2100f7e57d2d2
/safeMain.cpp
133413ab6e0331d7ad0465b798a712496d18330d
[]
no_license
juanpinto232901/SUBtoCUDA
7805e52501e3068c375683a14589b8ff144669d3
7303ad43e9da1563e649ad55444503cdc6fba8d4
refs/heads/master
2020-05-27T21:40:23.274546
2019-06-04T13:43:20
2019-06-04T13:43:20
188,796,282
0
0
null
null
null
null
UTF-8
C++
false
false
162,133
cpp
#include <iostream> #include <fstream> #include <Windows.h> #include <cstdio> #include <string> #include <exception> #include <functional> #include <stdexcept> #include "signals_unity_bridge.h" #include "TimerHQ.h" #include <sdl\include\SDL.h> #include "cwipc_codec\include\api.h" #include "safeMain.h" #include <QDebug...
[ "juan@alestilodepinto.com" ]
juan@alestilodepinto.com
5f6583e42da0bc327d71f953a19ada985498edc8
795535d17e9da8afe6d103dcf8f3dea8d435201f
/src/GameObjects/ObjectThemer.cpp
28b1e701344b82582806941bfb00e2dc7352e4f2
[]
no_license
LiudmilaMashkina/Runner
4696033ac36a677d3a9001b913e11285721bcccf
abdcd83098bc3bac58ea315cdb563e3899426e11
refs/heads/master
2021-05-12T03:01:00.709510
2018-02-27T00:47:30
2018-02-27T00:47:30
117,604,929
0
0
null
null
null
null
UTF-8
C++
false
false
441
cpp
#pragma warning(push, 0) #pragma warning(pop) #include "ObjectThemer.h" #include "Utils/Environment.h" ObjectThemer::ObjectThemer() {} ObjectThemer::ThemeId ObjectThemer::getTheme() { int start = static_cast<int>(ObjectThemer::ThemeId::EnumStart) + 1; int end = static_cast<int>(ObjectThemer::Th...
[ "liudmilamashkina@gmail.com" ]
liudmilamashkina@gmail.com
5131d9e514f573a78e56346e8783217d69471721
b709bee6ad4d10b99d6ea442050b1d9b264786dc
/AOJ/alds1_12_b_single_source_shortest_path_II.cpp
b27370376a2b000d353b01ca2a333eab69dcbd54
[ "Apache-2.0" ]
permissive
konnase/algorithm
87addb227221ff36bbc6561d5fb3e085925c025a
628ebc03e211da76165349bb03758e991ee8fe18
refs/heads/master
2020-04-04T08:57:35.279553
2019-09-04T13:37:37
2019-09-04T13:37:37
155,801,089
0
0
null
2019-03-17T08:29:38
2018-11-02T02:05:48
C++
UTF-8
C++
false
false
2,818
cpp
// // Created by ๆŽ้’ๅช on 2018/11/8. // /* * ๅฎšไน‰็ป“ๆž„ไฝ“Node่กจ็คบ็ป“็‚น็ผ–ๅทๅ’ŒๆŸ็ป“็‚นๅˆฐ่ฏฅ็ป“็‚น็š„ๆƒ้‡ * ็”ฑไบŽไผ˜ๅ…ˆ็บง้˜Ÿๅˆ—้ป˜่ฎคไผ˜ๅ…ˆๅ–ๆœ€ๅคงๅ€ผ๏ผŒๆ‰€ไปฅ่ฆ่‡ชๅฎšไน‰Compare็ฑป๏ผŒpriority_queue<Node, vector<Node>, cmp> V_S; * ้œ€่ฆvisitedๆ•ฐ็ป„ๆฅ่ฎฐๅฝ•็ป“็‚นๆ˜ฏๅฆ่ขซ่ฎฟ้—ฎ่ฟ‡ */ #include <cstdio> #include <algorithm> #include <queue> #include <vector> #define INFINITY 1<<21 #define NIL -1 #define MAXN 10000 using na...
[ "lqp19940918@163.com" ]
lqp19940918@163.com
9d510591b91ce6941c2614dcf27a5aeccb578e9f
bfdc2ece38402bab75a83149cd09b16a67bc32fa
/ParseDataFile/DB_pwShuntSreact.cpp
dbb2b16b29468df3e30d11d37d792280aff411be
[]
no_license
wangdi190/avc_deyang
b6bc3c8051824a37c2ff147110b243d205101f1b
68dc6cc27caf8c76f928aff7450a82bf12461591
refs/heads/master
2021-01-19T04:49:10.599642
2016-09-28T09:19:24
2016-09-28T09:19:24
69,438,892
0
1
null
null
null
null
GB18030
C++
false
false
15,267
cpp
// DB_pwShuntSreact.cpp: implementation of the DB_pwShuntSreact class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "ParseDataFile.h" #include "DB_pwShuntSreact.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif /...
[ "wangdi190@qq.com" ]
wangdi190@qq.com
7bdcabd191590e83c10f09b372428447b2184da8
e50b5f066628ef65fd7f79078b4b1088f9d11e87
/llvm/tools/clang/test/PCH/cxx-char-literal.cpp
d540720307dd7723342b3fc1c460d2c390120df8
[ "NCSA" ]
permissive
uzleo/coast
1471e03b2a1ffc9883392bf80711e6159917dca1
04bd688ac9a18d2327c59ea0c90f72e9b49df0f4
refs/heads/master
2020-05-16T11:46:24.870750
2019-04-23T13:57:53
2019-04-23T13:57:53
183,025,687
0
0
null
2019-04-23T13:52:28
2019-04-23T13:52:27
null
UTF-8
C++
false
false
409
cpp
// RUN: %clang_cc1 -emit-pch -std=c++1z -o %t %s // RUN: %clang_cc1 -std=c++1z -x ast -ast-print %t | FileCheck %s // Ensure that character literals are properly surfaced through PCH. char a = '0'; // CHECK: char a = '0'; char b = L'1'; // CHECK: char b = L'1'; char c = u8'2'; // CHECK: char c = u8'2'; ...
[ "jeffrey.goeders@gmail.com" ]
jeffrey.goeders@gmail.com
a2e35a62b0bcc374e5e3bb8f22889e8830ab51df
7b177b9c7e66d3812a8605f593349038350c1a42
/c++/16.3_recursiveSubstrings.cpp
04d989d2bba322a0181c244a14ccd07a70d4826c
[]
no_license
enola3011/HacktoberFest2k21
bac1cff6c62fa2ac5d10f3fad643d5dd4c57ca00
bea0f643b878772acb9c7e72168b0a9081e05070
refs/heads/main
2023-09-01T06:18:17.031940
2021-10-25T18:10:08
2021-10-25T18:10:08
421,132,416
1
0
null
null
null
null
UTF-8
C++
false
false
351
cpp
#include <bits/stdc++.h> using namespace std; void subString(string s, string ans) { if (s.length() == 0) { cout << ans << endl; return; } char ch = s[0]; string ros = s.substr(1); subString(ros, ans); subString(ros, ans + ch); } int main() { subString("ABC", " "); ...
[ "vandanadewangan1999@gmail.com" ]
vandanadewangan1999@gmail.com
94352804703f0f7be19cff404381dec5ba7ab566
719ca866888053c63c4f76207f3792b0a46b5c8a
/Libraries/FiringRateSim/PacemakerNeuron.h
da27a8c42be746e490a18e4d21c57b03529469f9
[]
no_license
silicondosa/AnimatLabPublicSource
08e71f28c221881bf8527bb95df8cf530c455ca0
c5b23f8898513582afb7891eb994a7bd40a89f08
refs/heads/master
2023-03-20T02:16:00.390767
2016-10-04T18:17:59
2016-10-04T18:17:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,789
h
/** \file PacemakerNeuron.h \brief Declares the pacemaker neuron class. **/ #pragma once namespace FiringRateSim { namespace Neurons { class FAST_NET_PORT PacemakerNeuron : public Neuron { protected: /// The hyperpolarizing current that brings the membrane potential back down after it...
[ "dcofer@NeuroRoboticTech.com" ]
dcofer@NeuroRoboticTech.com
8653926be38dd078d7012422cb4253d9e71392df
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/printscan/faxsrv/clientconsole/errordlg.h
39bc6034e1c0daa5f33ab9970e72aba766b5772d
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C++
false
false
2,056
h
#if !defined(AFX_ERRORDLG_H__E6A84A73_2471_4E02_848B_2263C157998A__INCLUDED_) #define AFX_ERRORDLG_H__E6A84A73_2471_4E02_848B_2263C157998A__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ErrorDlg.h : header file // /////////////////////////////////////////////////////////////////////...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
ca8b6e51e5d3a3af26031114629f6229f6e48b99
0e9c066441c87fb9381b1d1f2084298a46fb4d33
/KeePass/WinGUI/Plugins/KpUtilitiesImpl.cpp
d452a21ba4cea12e8cd9b84053e406f80fd575e3
[ "MIT" ]
permissive
rrvt/KeePassLastPass
8c8207cc6cfb009a45220a404298a874c6317348
ea4b27a9e5e5fbd7220feb55aa2534cd3fe740be
refs/heads/main
2023-04-13T03:28:56.899812
2023-04-11T21:44:29
2023-04-11T21:44:29
422,981,282
0
1
null
null
null
null
UTF-8
C++
false
false
9,785
cpp
/* KeePass Password Safe - The Open-Source Password Manager Copyright (C) 2003-2022 Dominik Reichl <dominik.reichl@t-online.de> 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 versio...
[ "rrvt@swde.com" ]
rrvt@swde.com
3944a8ffb68706b8baf7fe597cf6135fbb785792
e7ef7af13648aac13fc39c8f065c53ac7d387505
/libyara.NET/GCHandleWrapper.h
87d54abbbf9bac4f32afa47b22616b2dd334086a
[]
permissive
microsoft/libyara.NET
a09e4f6a42694fefacf7188934c1aa9d253efb96
e5c3524ab82689640c93ce8486d4f386f5751589
refs/heads/master
2023-06-22T06:20:11.322873
2023-06-19T21:37:39
2023-06-19T21:37:39
61,913,596
31
17
BSD-3-Clause
2023-06-19T21:37:41
2016-06-24T21:34:18
C++
UTF-8
C++
false
false
985
h
#pragma once #include <stdexcept> using namespace System; using namespace System::Runtime::InteropServices; namespace libyaraNET { /// <summary> /// RAII wrapper for a GCHandle that frees the handle on scope exit. /// </summary> ref class GCHandleWrapper { GCHandle handle; public: ...
[ "kylereed@microsoft.com" ]
kylereed@microsoft.com
df50e9bf58037695343a33cd0d1609864e3308d6
e7c4e1edff2fd264f66d16f6261bf3ac5c9ce80c
/src/Step1_Models.cpp
377bf75aa6c617e0ecb621e6fb0328efde6a8f8e
[ "MIT", "BSL-1.0" ]
permissive
QinFinnUK/regenie
e5aa7757ee6d86429c370afeebac86bda7c67764
934b7352018d1c4328982845e7d1563c6c9ea737
refs/heads/master
2023-07-13T17:15:54.680946
2021-08-13T13:08:27
2021-08-13T13:08:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
46,015
cpp
/* This file is part of the regenie software package. Copyright (c) 2020-2021 Joelle Mbatchou, Andrey Ziyatdinov & Jonathan Marchini 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 Softwar...
[ "joelle.mbatchou@regeneron.com" ]
joelle.mbatchou@regeneron.com
f4387807bccd638890b8515557eb8ec83e463bd9
bf7de51feafa43db6b94d95266cf88a7fbb58387
/Summary/libs/pdftron/SDF/DocSnapshot.h
7c39d115b8846c0ac422623173667a0d9938349c
[]
no_license
Napomosh/SummaryWork
39b7521d28a9008fe222e724e8ed114b6060beb3
e26b4e0797dd6039292b86fbfb2f0cd0878c177b
refs/heads/master
2023-05-14T14:12:57.414048
2021-06-07T23:38:20
2021-06-07T23:38:20
341,829,260
0
0
null
null
null
null
UTF-8
C++
false
false
1,843
h
//--------------------------------------------------------------------------------------- // Copyright (c) 2001-2020 by PDFTron Systems Inc. All Rights Reserved. // Consult legal.txt regarding legal and license information. //--------------------------------------------------------------------------------------- // !Wa...
[ "sashulik999@gmail.com" ]
sashulik999@gmail.com
a6b620657a6039399bd3a0225a7c6305d8d91ee9
966818603978f073d4f4ed85709ec1ad0c794be4
/INSIGHTV2_1_3/include/ACE_Wrappers/ace/OS_NS_arpa_inet.cpp
3d046c7bf28352c14246f4cb8bb11ff4a941b946
[]
no_license
lastvangogh/YANGZE
c337743e29dafadbfb1ed532f6c9ce35ce7f24df
870eb6066b360036a49ebe40bd9435cdd31ff5ac
refs/heads/master
2020-09-01T13:43:02.027589
2019-11-06T08:40:09
2019-11-06T08:40:09
218,970,441
0
0
null
null
null
null
UTF-8
C++
false
false
2,907
cpp
// -*- C++ -*- #include "ace/OS_NS_arpa_inet.h" #if !defined (ACE_HAS_INLINED_OSCALLS) # include "ace/OS_NS_arpa_inet.inl" #endif /* ACE_HAS_INLINED_OSCALLS */ #include "ace/Basic_Types.h" #include <cstdlib> ACE_BEGIN_VERSIONED_NAMESPACE_DECL int ACE_OS::inet_aton (const char *host_name, struct in_ad...
[ "zhangzhuo@yangzeinvest.com" ]
zhangzhuo@yangzeinvest.com
750a38bce1f914031c9f1fce234c20854d33d47d
65ff0d6c1d995fbcc3402708fce77c6bf451998d
/calc_nPE/calc_nPE.cpp
e923c5aca83c2a6afc83707dae9011cbd1e078ce
[]
no_license
mabrow05/ParallelAnalyzer
de1b11d7718ab06bae579a5eebcc9bab3e890436
ad0855caae19ed61cd915ee66ef3b7b55976a6ab
refs/heads/master
2021-01-19T11:35:27.998125
2015-12-21T15:48:01
2015-12-21T15:48:01
34,797,061
0
0
null
null
null
null
UTF-8
C++
false
false
8,889
cpp
#include <iostream> #include <fstream> #include <cmath> #include <cstdlib> #include <sstream> // ROOT libraries #include "TRandom3.h" #include <TTree.h> #include <TFile.h> #include <TH1F.h> #include <TH2F.h> #include <TF1.h> #include <TH1D.h> #include "fullTreeVariables.h" #include "MWPCGeometry.h" #include "pedesta...
[ "michael.brown1@uky.edu" ]
michael.brown1@uky.edu
d7b136f76d1e00af355ac8776cbc6c9d245ec792
2543612ab825ee3e0b11cfc31c149492488a7ba2
/squirrel/squirrel/sqobject.h
31d26a02a86c9bcd3434944d14ffe3c3959aa73f
[ "MIT" ]
permissive
albertodemichelis/visualsquirrel
6e29941228d9f238aa2f3224e60023aafc49861f
357a2a826ee45325615cc2da72bc8e795a4b2653
refs/heads/master
2020-04-05T20:55:22.687865
2018-11-12T10:28:04
2018-11-12T10:28:04
157,200,205
3
0
MIT
2018-11-12T11:01:58
2018-11-12T11:01:57
null
UTF-8
C++
false
false
9,847
h
/* see copyright notice in squirrel.h */ #ifndef _SQOBJECT_H_ #define _SQOBJECT_H_ #include "squtils.h" #ifdef _SQ64 #define UINT_MINUS_ONE (0xFFFFFFFFFFFFFFFF) #else #define UINT_MINUS_ONE (0xFFFFFFFF) #endif #define SQ_CLOSURESTREAM_HEAD (('S'<<24)|('Q'<<16)|('I'<<8)|('R')) #define SQ_CLOSURESTREAM_PART (('P'<<24...
[ "david@qnsoftware.com" ]
david@qnsoftware.com
5b12307122e47bcf65c58be7e47c42cb975ed72a
8a4c011199dc4f3250da99f84f0353b2fef1d2ea
/ColorsBase.h
3e9ca0ec30cbc7602a3d83160ed76c6ed04c3960
[ "Apache-2.0" ]
permissive
yuanyuanxiang/3DCode
87bd35b6a48338fc643b9d7f43187d02959b87eb
8d4c14ea67a3a7ed263074595bd67bc384d8e783
refs/heads/master
2020-06-11T19:56:26.102972
2020-01-02T12:52:33
2020-01-02T12:52:33
75,626,401
12
9
null
null
null
null
GB18030
C++
false
false
3,239
h
/** * @file ColorsBase.h * @brief ๅฝฉ่‰ฒไบŒ็ปด็ ๅฝฉ่‰ฒ็ผ–็ ่งฃ็ ๅŸบ็ฑป * @date 2016/10/15 */ #pragma once #include "DataTypes.h" #include <vector> using namespace std; #ifndef MAX_MODULESIZE #define MAX_MODULESIZE 177 /**< QR็ ๆœ€ๅคงๅฐบๅฏธ */ #endif /** * @enum EncodeModule * @brief ๅฝฉ่‰ฒ็ผ–็ ๆจกๅ— * @details 1 - ๅœจ็™ฝ่‰ฒๆจกๅ—็ผ–็ ๏ผ›0 - ๅœจ้ป‘่‰ฒๆจกๅ—็ผ–็  */ enum EncodeModule...
[ "962914132@qq.com" ]
962914132@qq.com
223c34dbc43733d6d6060719f222b933a809b20e
5fd214ad737974f864ec2c055495e9696bbf24eb
/examples/mechanics/flexible_body/linear_external_ffr_spatial_beam/system.h
caff8a8c4ca89bd1f0242ec81d42ce51e2e5dcb0
[]
no_license
tsschindler/mbsim
28ede3f2035592532738b833fefe6a8755dfd59e
97fdb10cfe9e22fb962b7522a9b758d1cdc571ce
refs/heads/master
2021-01-15T10:18:44.245224
2015-06-05T11:37:17
2015-06-05T11:37:17
36,926,919
1
0
null
2015-06-05T11:37:18
2015-06-05T10:29:23
C++
UTF-8
C++
false
false
411
h
#ifndef _SYSTEM_H #define _SYSTEM_H #include "mbsim/dynamic_system_solver.h" #include "mbsimFlexibleBody/flexible_body/flexible_body_linear_external_ffr.h" #include "mbsim/rigid_body.h" #include <string> class System : public MBSim::DynamicSystemSolver { public: System(const std::string &projectName); privat...
[ "kgrundl@gmail.com@c123ba7f-e748-9643-39d5-9b7b2de17e7a" ]
kgrundl@gmail.com@c123ba7f-e748-9643-39d5-9b7b2de17e7a
d3f389ce64e2952fa0d2b731adc18d44f3113945
15bb0920fecafb9c6fe37e6b30e90f8277c9a710
/devel/include/sar_localization/Csi.h
7cf8da9502c54d3225e7a612711cb213b60d3f64
[]
no_license
ClarenceZSK/Root-catkin_ws
673a20c560958197bc7b783873ff71fbc39623f2
6a1886e6fee42a1d4209595765294191c0440709
refs/heads/master
2020-12-30T10:50:06.238611
2015-09-03T12:59:12
2015-09-03T12:59:12
31,320,005
0
0
null
null
null
null
UTF-8
C++
false
false
6,074
h
// Generated by gencpp from file sar_localization/Csi.msg // DO NOT EDIT! #ifndef SAR_LOCALIZATION_MESSAGE_CSI_H #define SAR_LOCALIZATION_MESSAGE_CSI_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #include <ros/mess...
[ "shengkai.zhang@gmail.com" ]
shengkai.zhang@gmail.com
79bf5485d5fe4e7f7f47d4a8d2f20ae20505eb0b
4b99e2c54be595e3fa107e59c5da9a2bfa632531
/NativeLogic/src/GameLogic/MetalOrb.h
770df748e76b7b54f60aed6996a019c409d719f4
[]
no_license
SE346-H11-NT/Project
f0789a6896b47a5e358458eb430c67e15c1e6890
a1038d9f6104df5096a57e5a289233a603f3b7a7
refs/heads/master
2020-08-03T19:10:01.653852
2016-12-25T16:59:43
2016-12-25T16:59:43
73,538,873
0
0
null
null
null
null
UTF-8
C++
false
false
761
h
#ifndef MetalOrb_h__ #define MetalOrb_h__ #include "Mobs.h" #define METAL_ORB_BOUND_SIZE Size(16.0F, 16.0F) #define METAL_ORB_RESOURCE_LINK (tstring(_T("Resource//Bosses//ShadowEntrance//MetalOrb")) + EXTENSION_PICTURE) #define METAL_ORB_RESOURCE_ROWS 1 #define METAL_ORB_RESOURCE_COLUMNS 1 class MetalOrb :...
[ "tranminhtuan11a1@gmail.com" ]
tranminhtuan11a1@gmail.com
68044e1b9135c455a0053b9d059b8c6a8a65a193
65abf609c59993d49b12dfbaa8d1665f4cfc2208
/test/alpha_svr/phxrpc_alphasvr_tool.cpp
71c935596da5e6e3fdd1b665cf2879c0e3106d81
[]
no_license
brandongbyd/phxrpctest
4244bbd89c987bd29bdede01f5f921d5d909adca
feb0203382925a7aca51964edfd112ab7f615a6c
refs/heads/master
2020-07-17T22:12:40.810679
2019-09-03T16:23:43
2019-09-03T16:23:43
206,110,381
2
0
null
null
null
null
UTF-8
C++
false
false
745
cpp
/* phxrpc_alphasvr_tool.cpp Generated by phxrpc_pb2tool from alpha_svr.proto Please DO NOT edit unless you know exactly what you are doing. */ #include "phxrpc_alphasvr_tool.h" #include "phxrpc/file.h" #include "alphasvr_client.h" using namespace phxrpc; AlphaSvrTool::AlphaSvrTool() { } AlphaSvrTool::~Alph...
[ "brandong@foxmail.xom" ]
brandong@foxmail.xom
2cc25c996c5245c742c1531af7ef5ef897b5153b
576f46f49ddb06a20e0a24ccf12b998c4becbbee
/48_array_string_type.cpp
38b209b943fbc03a37317553de455eefc45d4b49
[]
no_license
yejoons2022/C
322c1070f927bcbdd1d5bdb6de58a26e077161f5
e932dc1437ac2b5267f3e4d20d544cf86f7c61c3
refs/heads/main
2023-02-21T05:52:29.398464
2021-01-28T11:44:36
2021-01-28T11:44:36
333,740,250
0
0
null
null
null
null
UHC
C++
false
false
316
cpp
#include <stdio.h> main() { char str[] = {"Good morning!"}; printf ("๋ฐฐ์—ด str์˜ ํฌ๊ธฐ: %d \n", sizeof(str)); printf ("๋„ ๋ฌธ์ž ๋ฌธ์žํ˜• ์ถœ๋ ฅ: %c \n", str[13]); printf ("๋„ ๋ฌธ์ž ์ •์ˆ˜ํ˜• ์ถœ๋ ฅ: %d \n", str[13]); str[12] = '~'; printf ("๋ฌธ์ž์—ด ์ถœ๋ ฅ: %s \n", str); return 0; }
[ "noreply@github.com" ]
noreply@github.com
2b439b32ad6b1acf9e86353a8fb43743f5725733
7fe4d5465da2b1d1169495849d946df2ba39aad7
/PointLigth.cpp
c67b9daea09844baa3ff9d57c558ed85b0722845
[]
no_license
QianMang/OpenGL-learning
be54a7ed9b5d902bec4122778f94a694b102019a
ace7c72fbcef7aae13f73cf9560667ffc6c45921
refs/heads/master
2020-04-05T18:51:29.265154
2018-11-11T19:51:18
2018-11-11T19:51:18
157,115,020
0
0
null
null
null
null
UTF-8
C++
false
false
1,162
cpp
#include "PointLight.h" PointLight::PointLight():Light() { position = glm::vec3(0.0f, 0.0f, 0.0f); constant = 1.0f; linear = 0.0f; exponent = 0.0f; } PointLight::PointLight(GLfloat red, GLfloat green, GLfloat blue, GLfloat aIntensity, GLfloat dIntensity, GLfloat xPos, GLfloat yPos, GLfloat zPo...
[ "noreply@github.com" ]
noreply@github.com
fab97f754f579937b6d529b3b76feec16e064ca8
33c12d0d070363dec10a3c79d1fc85d41cd8939c
/BCIREBORN/L_Utilities/Stack16.h
823209487ca1ad990cbb4ebd12e5dcb5375c2250
[]
no_license
jwnicholas99/Brain-Computer-Interface-for-Detection-of-Emotions
ca0e4748a08b301f268a14fb03ec07819fed86ce
8efb4c116fa4d47f5fe73e15000d97492c747d2c
refs/heads/master
2020-04-18T15:13:21.289269
2019-01-28T04:39:33
2019-01-28T04:39:33
167,564,848
0
0
null
null
null
null
UTF-8
C++
false
false
2,660
h
/* File: Stack16.h Description: Stack class definition header file. This module contains the class definition and member function definitions for supporting dynamic list objects with 16 bit labels. */ #ifndef rStack16_H #define rStack16_H #include "ConstDef.h" class Stack16; typedef Stack16 * Stack1...
[ "jwnicholas99@gmail.com" ]
jwnicholas99@gmail.com
061ebd52d14edc14fe1319db07ba47d2d7e115c5
80fd548163c024b42111d63fb0877e079e61cdda
/targetFeature.cpp
04ab5053a70dc4300a7d7eb4050e572351267c4e
[]
no_license
Cxx0822/NAO_GolfVision_ML_C
b5859322e71c68a94e2db1aa2d0c28aa64a2dd42
38dcae05da5c34b03c820417915ee15a394372d4
refs/heads/master
2020-07-14T08:16:12.700494
2019-08-30T02:13:28
2019-08-30T02:13:28
205,281,108
2
0
null
null
null
null
GB18030
C++
false
false
2,409
cpp
#include "targetFeature.h" /*้ขœ่‰ฒ็‰นๅพๆๅ–็ฑปๅฎšไน‰*/ ColorFeature::ColorFeature() { } ColorFeature::ColorFeature(Mat img, int number) { this->_img = img; this->_number = number; } ColorFeature::~ColorFeature() { } /*ๅˆ†็ฆปๅŒบ้—ด*/ Mat ColorFeature::split_interval(Mat &img) { Mat_<Vec3b>::iterator it = img.begin<Vec3b>(); Mat_<Vec...
[ "1556464090@qq.com" ]
1556464090@qq.com
51656438cdc9a7e7a7369e2f651848986f8d3731
1fb41938ee808b9bbc416404a06cece52e7e4edc
/euiler_circuit.cpp
38a756dee787bfc90cf5b3ebd051e78a99927ce4
[]
no_license
imran1995/tiktok
c7bb9e4317d5aac28683e23c6bffbec90f4cb92e
e6ff5366a105b2c5eab13852dcce4f1560214031
refs/heads/master
2020-05-24T16:14:29.521310
2017-03-13T17:57:35
2017-03-13T17:57:35
84,857,088
0
0
null
null
null
null
UTF-8
C++
false
false
1,139
cpp
#include<bits/stdc++.h> using namespace std; #define MAX 100004 #define pi pair<int,int> #define mp make_pair int vis[MAX]; vector<pi>g[MAX]; list<int>cir; void tor(list<int>::iterator j,int u) { for(int i=0;i<g[u].size();i++){ pi v=g[u][i]; if(v.second==1){ v.second=0; ...
[ "noreply@github.com" ]
noreply@github.com
be44745e414dc5e16aa1091044586c4c7321c009
7410fa7a1a42137891fc976c83a8ebd189ea301b
/bob_alice.cpp
184a43c3099bbba2de6d021896929f41a7b1367a
[]
no_license
plab0n/OJ_solutions
729f031ad309f7e1f65e6e9b851d83e68ae91150
8152d55407bb6621fa47e72321c05057996af4c0
refs/heads/master
2020-03-11T21:21:05.683854
2018-08-12T07:18:40
2018-08-12T07:18:40
130,262,509
0
0
null
null
null
null
UTF-8
C++
false
false
337
cpp
#include <bits/stdc++.h> using namespace std; int main() { int a,b; while(cin>>a>>b) { int cnt=0; while(1) { ++cnt; a*=3; b*=2; if(a>b) { break; } } cout<<cnt<<...
[ "noreply@github.com" ]
noreply@github.com
5652bf087213054cbcb8db5e486113b3597c3150
f1caf5e677329b4b3263f4638089253f56e6891d
/lib/handsfree_hw/include/handsfree_hw/transport_serial.h
4cc0b16ec4a9f6b77b8f32014aa42f83c86c0055
[]
no_license
SiChiTong/handsfree_gui
9a40361db664dab54a5cc369ff304aafb97698c6
2280ef79946419760f37d54363861de2e56d1877
refs/heads/master
2021-01-21T21:05:19.572620
2017-04-10T03:37:11
2017-04-10T03:37:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,196
h
/*********************************************************************************************************************** * Copyright (c) Hands Free Team. All rights reserved. * FileName: hf_link.cpp * Contact: QQ Exchange Group -- 521037187 * Version: V2.0 * * LICENSING TERMS: * The Hands Free is licensed generally u...
[ "cp_vin@126.com" ]
cp_vin@126.com
951565ab7fb305eb98042414db665c615da8f273
453e647779e0ff590092b12629e759e010ee1223
/libs/embree/include/renderer/api/render_device.h
31e8a02303079b3eeb8efebe4c5d5924313105d8
[]
no_license
xiajiaonly/ofxEmbree
300361fe83d0c9902c6597e7149c6b0387a83b64
2fd9e66cbaa27ecfffa625344a8b042ded739498
refs/heads/master
2020-03-13T19:58:45.879441
2013-08-12T13:05:59
2013-08-12T13:05:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,302
h
// ======================================================================== // // Copyright 2009-2012 Intel Corporation // // // // Licensed under the Apache License, Version 2.0 (the "License"); // // y...
[ "diagne.cyril@gmail.com" ]
diagne.cyril@gmail.com
10e7deafcca80ee57b51efc6c1dabc28f7c3310b
6934288c026289e5317e2aeb467b0cb685cfc59d
/tpc2/src/VentanillaEntrada.h
bbb173453297756c9743bd4f0b2952821b5da715
[]
no_license
gcocce/tpc
6b491ae579e4bf7be43086a63c43a5bec49ba143
f3ab6a689b810c6d5f2d32f0ee61c1bbc393fee8
refs/heads/master
2020-04-06T03:41:06.363897
2012-12-05T17:16:55
2012-12-05T17:16:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
904
h
#ifndef VENTANILLAENTRADA_H_ #define VENTANILLAENTRADA_H_ #include "Semaforo.h" #include "BufferSincronizado.h" #include "Estacionamiento.h" #include "SignalHandler.h" #include "Message.h" #include "logger.h" #include "ConcPipe.h" #include "MsgF.h" class VentanillaEntrada : public EventHandler { private: bool abier...
[ "gastoncocce@hotmail.com" ]
gastoncocce@hotmail.com
3db8a68b433891379fc8804f5949ef73a2268a34
1c4108ffbfe03be4d4b1914775192750af930e29
/src/texture_handler.cpp
a3323e5bcbdf00c83280893086d4b212796ccbf9
[]
no_license
tropuq/SFMLVisualizer
659f04d1bd6ea3cdd1c15ef6a2fd29a7cda0fc90
07dd3b844edc2c71ce62cee5f16a4b594c2a2132
refs/heads/master
2020-03-10T22:00:23.046059
2018-10-26T11:04:20
2018-10-26T11:04:20
129,608,059
0
0
null
null
null
null
UTF-8
C++
false
false
371
cpp
#include "../include/texture_handler.h" #include <cassert> #include <iostream> using namespace sf; using namespace std; TextureHandler::TextureHandler(const string &dir) { icon_directory = dir; } Texture* TextureHandler::getTexture(const string &name) { if (mp.find(name) == mp.end()) assert(mp[name].loadFromFile(...
[ "niciejewski98@gmail.com" ]
niciejewski98@gmail.com
8a796819e38fd99102c378112818a01e5280f5d9
4394331a19b099681b0738e02e7f0a2f0713e95d
/libmediainfo_0.7.82/ZenLib/Source/ZenLib/Format/Http/Http_Handler.h
1ea484d271650f3ec3091284c1cc036530c5e484
[ "Zlib", "LicenseRef-scancode-unknown-license-reference" ]
permissive
OLEG4120/MediaInfoCLI-android
b986f2a3a74d502ecfe8c106d0f026082411bca7
94cf4fd1edc9b7b9912d56976f1b4b025dfe6119
refs/heads/master
2021-01-10T16:00:28.266042
2016-01-28T06:44:05
2016-01-28T06:44:57
50,170,254
3
0
null
null
null
null
UTF-8
C++
false
false
2,865
h
/* Copyright (c) MediaArea.net SARL. All Rights Reserved. * * Use of this source code is governed by a zlib-style license that can * be found in the License.txt file in the root of the source tree. */ //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // // A HTTP Request // ...
[ "oleg02007@gmail.com" ]
oleg02007@gmail.com
70659e403193818370c9763e57277954fec8e5aa
c9ea4b7d00be3092b91bf157026117bf2c7a77d7
/ไฝ่ฟ็ฎ—ๅˆๆญฅ/P4310.cpp
0b58d89b62abb458ada97dd206dff6fcb1c9c616
[]
no_license
Jerry-Terrasse/Programming
dc39db2259c028d45c58304e8f29b2116eef4bfd
a59a23259d34a14e38a7d4c8c4d6c2b87a91574c
refs/heads/master
2020-04-12T08:31:48.429416
2019-04-20T00:32:55
2019-04-20T00:32:55
162,387,499
3
0
null
null
null
null
UTF-8
C++
false
false
615
cpp
#include<iostream> #define MAXN 100010 #define MAX 65 using namespace std; int f[MAXN][MAX],a[MAXN],n=0,ans=0; int main() { register int i=0,j=0,k=0; cin>>n; for(i=1;i<=n;++i) { cin>>a[i]; } for(i=1;i<=n;++i) { for(j=0;j<MAX;++j) { if(a[i]>>j&1) { for(k=0;k<MAX;...
[ "3305049949@qq.com" ]
3305049949@qq.com
fb3fa2d5257395499d9453dbdb0595eeb7db1edb
75d6d834a098b58c944f216b6d2e8533b9eadf60
/Lineseg_Cylinder_3D (inefficient)/Lineseg_Cylinder_3D/main.cpp
2f65a916d6922872eee615990104dbbd3a240a37
[]
no_license
IGME-RIT/physics-lineSeg-Cylinder3D
98e78e92de8e083a6fc05b0d81de42ddf1655a58
023e19c8e3a3fff001f12843ff2fef614d2e0d37
refs/heads/master
2020-12-25T09:38:14.356166
2016-06-03T16:33:12
2016-06-03T16:33:12
60,354,588
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
29,230
cpp
/* Title: Line Segment - Cylinder 3D collision Detection File Name: main.cpp Copyright ยฉ 2015 Original authors: Srinivasan Thiagarajan Written under the supervision of David I. Schwartz, Ph.D., and supported by a professional development seed grant from the B. Thomas Golisano College of Computing & Information Sciences...
[ "lunalovecraft@gmail.com" ]
lunalovecraft@gmail.com
b36cba653ce9b7516c17855670d67210ceead005
31ac07ecd9225639bee0d08d00f037bd511e9552
/externals/OCCTLib/inc/TFunction_HArray1OfDataMapOfGUIDDriver.hxx
67792c1568c7e876cbff93975c3931bd2169bbae
[]
no_license
litao1009/SimpleRoom
4520e0034e4f90b81b922657b27f201842e68e8e
287de738c10b86ff8f61b15e3b8afdfedbcb2211
refs/heads/master
2021-01-20T19:56:39.507899
2016-07-29T08:01:57
2016-07-29T08:01:57
64,462,604
1
0
null
null
null
null
UTF-8
C++
false
false
3,078
hxx
// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _TFunction_HArray1OfDataMapOfGUIDDriver_Hea...
[ "litao1009@gmail.com" ]
litao1009@gmail.com
71ec932a3dcc2177d58750dac9ce17f49b5c9d78
2153c572a578bd13aec501a34ebcbef9d31aa187
/Launch/LeLaunch.cpp
bc51c4996a5e5386e6d78f60b241682c6d7af069
[]
no_license
ZcHuer/LMPlayer
e579f0718e61789cc15d77b4976379276813085c
da2fe595a8121b3d3c2feec91c461a38d9909bca
refs/heads/master
2022-04-09T22:07:15.900773
2020-03-17T08:10:19
2020-03-17T08:10:19
null
0
0
null
null
null
null
GB18030
C++
false
false
10,600
cpp
// LMPlayer.cpp : ๅฎšไน‰ๅบ”็”จ็จ‹ๅบ็š„ๅ…ฅๅฃ็‚นใ€‚ // #include "stdafx.h" #include <ShlObj.h> #include <shellapi.h> #include <TlHelp32.h> #include <ImageHlp.h> #include <string> #include "../SDK/FLog/FileLog.h" #include "../Include/LeReport.h" #include "../Include/Data_RealTime.h" using namespace std; #define LMPLAYER_MUTEX_STRING L"{...
[ "liuhs10@lenovo.com" ]
liuhs10@lenovo.com