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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b6bc44c153d22405477e6f7e1b5371e21bbff650 | f532dfc68d8ad1a6e7b8aaf5b7dbc92fbf0efc62 | /win32_C++/CPPproject/CPP_154p_strtype2.cpp | e324a53a13e1d86dd688bf9160f5c71fd40abd36 | [] | no_license | NamYoonJae/InhaGame | 691fda687490fb70699f4018ac2888c0b08b5474 | 6e9872436cecccee44f97694f3a047a1d51d86ab | refs/heads/main | 2023-01-19T11:59:35.578386 | 2020-11-26T08:18:34 | 2020-11-26T08:18:34 | 305,272,697 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 732 | cpp | #include "stdafx.h"
#include <iostream>
#include <string>
using namespace std;
void main(void) {
string s1 = "penguin";
string s2, s3;
cout << "string ๊ฐ์ฒด๋ฅผ string ๊ฐ์ฒด์ ๋์
ํ ์ ์๋ค : s2 = s1\n";
s2 = s1;
cout << "s1 : " << s1 << ", s2" << s2 << endl;
cout << "string ๊ฐ์ฒด์ c์คํ์ผ ๋ฌธ์์ด์ ๋์
ํ ์ ์๋ค.\n";
cout << "s2 = \"bu... | [
"nyoonjae@naver.com"
] | nyoonjae@naver.com |
10e549d4ef7234e741eb5cac0b4d27dd3bc88342 | 9ab722e6b9e4ce741cc6f865ba97e0fdc0ad14e5 | /putty-ng/tab_contents_view_views.h | 73cd37c0383e065b6b98037fc5b03277b8e12ec2 | [
"MIT"
] | permissive | csjy309450/PuTTY-ng | b892c6474c8ff797f1d0bf555b08351da4fe617b | 0af73729d45d51936810f675d481c47e5588407b | refs/heads/master | 2022-12-24T13:31:22.786842 | 2020-03-08T16:53:51 | 2020-03-08T16:53:51 | 296,880,184 | 1 | 0 | MIT | 2020-09-19T13:54:25 | 2020-09-19T13:54:24 | null | UTF-8 | C++ | false | false | 6,286 | h |
#ifndef __tab_contents_view_views_h__
#define __tab_contents_view_views_h__
#pragma once
#include "base/memory/scoped_ptr.h"
#include "base/timer.h"
#include "view/widget/widget.h"
#include "native_tab_contents_view_delegate.h"
#include "tab_contents_view.h"
class SkBitmap;
namespace gfx
{
class Point;
cl... | [
"wlwlxj@gmail.com@b2b8c3b8-ce47-b78c-ec54-380d862a5473"
] | wlwlxj@gmail.com@b2b8c3b8-ce47-b78c-ec54-380d862a5473 |
4d5d87e358f58948a2dc9b9ddd5f63ab76d1d6a9 | 7b8c71aa8c416609ad944a8498d77024dc8d72c8 | /Animal.cpp | a7b200ef6e3a5bf9f7abfcabcc06531f4d995a64 | [] | no_license | dmesa89/Zoo-Tycoon | 07164081c5a831effd51e5af0dc85f2b5437f60c | 3bcccb0bf108d3604903226d36525d88671cdc3f | refs/heads/master | 2020-11-24T17:28:31.377467 | 2019-12-16T00:28:13 | 2019-12-16T00:28:13 | 228,272,691 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,480 | cpp | /******************************************************************************
** Project Name: Zoo Tycoon
** Author: Daniel Mesa
** Date: 10/27/19
** Descriptin: This is a class named Animal.
** It contains a default constructor that initializes data members.
** It also contains It contains accessor and mutator func... | [
"noreply@github.com"
] | noreply@github.com |
9ff2e6f8e3066854cb4c2ba6d674d9ae26fcad81 | 90b152fedb88da9d144f244ceaf25da3e85cb9bb | /summation.cpp | 973ab7b96fa5edd394d1f8106316fec1cab58288 | [] | no_license | franklee26/C-Bureaucracy- | 4cac9545118c53887ea9e39dbd3c2f307912dee1 | 4420ebdb17ca233e2b08fff4e3e8462991285b12 | refs/heads/master | 2020-12-03T00:06:27.544784 | 2017-08-20T08:34:37 | 2017-08-20T08:34:37 | 95,988,002 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 411 | cpp | #include <iostream>
using namespace std;
int n;
void summation(int n);
int main(){
cout<<"Please input your final summation integer:\n";
cin>>n;
cout<<endl;
summation(n);
cout<<endl;
return 0;
}
void summation(int n){
int sum=0;
int i=0;
while (i<=n){
sum=s... | [
"noreply@github.com"
] | noreply@github.com |
1644662e00aeb732b7093f5db0aa3bef7aef686c | 23cb4118d92f2f93398c7fe512f34fa5a0ad9275 | /SPOT/Actions/ActionLoadPrgReq.h | c0c9bbbbaa3cc9eee589f36a143a283bd510ba5b | [] | no_license | anasserm/SPOT---CIE202-Project-Code-Framework | 06d022724eb91039832fd8a9dbe15f8a65eacda8 | d3f807639a0aeadc981d5af32d081dbd53f515ce | refs/heads/main | 2023-02-17T14:34:43.764385 | 2021-01-20T23:43:49 | 2021-01-20T23:43:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 176 | h | #pragma once
#include "Action.h"
class ActionLoadPrgReq
:
public Action
{
public:
ActionLoadPrgReq(Registrar*);
bool virtual Execute();
virtual ~ActionLoadPrgReq();
};
| [
"aabdelnasser.mo@gmail.com"
] | aabdelnasser.mo@gmail.com |
5046d1ba82f75fda56a620b346d755b601f02b84 | 7f4b77f95443532f9bed576083879cb24acdc5bc | /MapleCode/SmartMouseSource/MiceSensors.cpp | 2f1a5ce6cba14b81fdd26dbc7ad10106d0c08d33 | [] | no_license | Nican/SmartMouse | 6f71d4739ee931389ab20c3bd06d4b90bb834a43 | 356eaa48ffcbd14a5a08dc55232ffffe2345ba90 | refs/heads/master | 2016-09-05T10:25:56.794873 | 2012-08-27T14:01:18 | 2012-08-27T14:01:18 | 3,205,232 | 4 | 1 | null | 2012-08-27T14:01:19 | 2012-01-18T02:03:34 | C++ | UTF-8 | C++ | false | false | 235 | cpp | //
// MiceSensors.cpp
//
//
// Created by Alexander Ryan on 4/14/12.
// Copyright 2012 Worcester Polytechnic Institute. All rights reserved.
//
#include "wirish.h"
#include "MiceSensors.h"
void setupMiceSensors(){
return;
}
| [
"ajryan@wpi.edu"
] | ajryan@wpi.edu |
11749ae1e537803741af87f65e3d77ca82b296e3 | bfbdc1e340e72db66b3089d81807ab1383287371 | /lib/Target/V9/V9FrameLowering.h | ea7037b89754c1ba1d371d1bf76a9be2d63c886d | [
"NCSA"
] | permissive | LearningOS/llvm-for-alex-cpu-2016 | df0c6c4da5221bf95c8a7e6d554253170dc5b91c | 47c56e0f4f2702ce73d642b1daf51853930d1e2b | refs/heads/master | 2020-12-24T22:20:42.979836 | 2016-03-31T07:47:15 | 2016-03-31T07:47:15 | 61,096,731 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,388 | h | //===-- V9FrameLowering.h - Define frame lowering for V9 --*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------------... | [
"ice_b0und@hotmail.com"
] | ice_b0und@hotmail.com |
70d879b717b8d36ae872c4eb76f468441f80119c | 570ce79e8247aa763761f3e6a46d5220a287fbbc | /C++/SourceCode/DataTypes/2/ArrayOne.cpp | 9cbeab1e8589580eb44480d86f22d60b5c563db5 | [] | no_license | helloardanish/Competitive-Programming | 0d6d2a7b825f8397eea94b0a9433ab45b0c28a37 | 29f720454d1bed2be5ee6cd946ffa3b89d68d269 | refs/heads/master | 2021-12-01T15:51:40.264549 | 2021-11-29T19:26:35 | 2021-11-29T19:26:35 | 170,266,195 | 1 | 1 | null | 2021-03-02T08:30:14 | 2019-02-12T06:38:49 | C++ | UTF-8 | C++ | false | false | 907 | cpp | #include <iostream>
int main(){
using namespace std;
//first ways
int students[5];
students[0] = 10;
students[1] = 99;
students[2] = 76;
students[3] = 56;
students[4] = 34;
//second ways
int students2[3] = {99,98,99};
cout << "Total marks obtained by first class students " << stu... | [
"noreply@github.com"
] | noreply@github.com |
23da454da0b81508db0a55fe199a9be982d15ecd | 092dd56a1bf9357466c05d0f5aedf240cec1a27b | /tests/libtests/meshio/data/MeshData2D.hh | 7861f8c6cd542220fef24b6e146d350d9811c31e | [
"MIT"
] | permissive | rwalkerlewis/pylith | cef02d5543e99a3e778a1c530967e6b5f1d5dcba | c5f872c6afff004a06311d36ac078133a30abd99 | refs/heads/main | 2023-08-24T18:27:30.877550 | 2023-06-21T22:03:01 | 2023-06-21T22:03:01 | 154,047,591 | 0 | 0 | MIT | 2018-10-21T20:05:59 | 2018-10-21T20:05:59 | null | UTF-8 | C++ | false | false | 2,002 | hh | // -*- C++ -*-
//
// ======================================================================
//
// Brad T. Aagaard, U.S. Geological Survey
// Charles A. Williams, GNS Science
// Matthew G. Knepley, University at Buffalo
//
// This code was developed as part of the Computational Infrastructure
// for Geodynamics (http://... | [
"baagaard@usgs.gov"
] | baagaard@usgs.gov |
f8b7f61de6421b7545756b366ccd6001f51af221 | 6cd1bf6544347c85cabaf672a5ed2dad94a18b63 | /kakomon/agc032_b.cpp | 45526ba62ed2318b6161e06d9bfbbc7c9be0604e | [] | no_license | Shell-Wataru/AtCoder | 0a35f12478ac0ab54711171f653ce7bed5189c92 | 0ba32250f4e4a44459a4cd231ff47a5f46c4fe87 | refs/heads/master | 2023-01-10T04:21:25.199532 | 2023-01-09T04:16:30 | 2023-01-09T04:16:30 | 89,144,933 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 996 | cpp | #include <iostream>
#include <cstdio>
#include <algorithm>
#include <vector>
#include <deque>
#include <queue>
#include <set>
#include <map>
#include <iomanip>
#include <numeric>
#include <cmath>
#include <climits>
using namespace std;
using ll = long long;
int solve()
{
ll n;
cin >> n;
vector<pair<ll,ll>>... | [
"world.excite.8.enjoy@gmail.com"
] | world.excite.8.enjoy@gmail.com |
166435af418796e4ed33a40ae958edce28021d69 | f01cf0c5aba8a588fefe8a08f0e357b3a023b6dd | /Exercise2/ClosestPoint.hh | 12e3c1ed8bd2ab54b3580e2c587edafb46f88184 | [] | no_license | Immocat/CS621hw | 569c6c10e0d8c9f6e674dbe6c87d097c9bd478ca | 8e92ead1a01000cd6bc8ec778e946dd39e133f8f | refs/heads/master | 2021-05-10T11:01:49.651645 | 2018-04-04T16:52:08 | 2018-04-04T16:52:08 | 118,399,726 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,277 | hh | //=============================================================================
//
// Code framework for the lecture
//
// "Surface Representation and Geometric Modeling"
//
// Mark Pauly, Mario Botsch, Balint Miklos, and Hao Li
//
// Copyright (C) 2007 by Applied Geometry Group and
// ... | [
"immocat@hotmail.com"
] | immocat@hotmail.com |
90a54ea7bb42786df28ae62590c4b9596c7d0c01 | 68bebfdfbc450b42962eecc316c1d196be8b7bff | /LogThread.h | 1b8ba7cffae00a72effe22b79256405babe9a108 | [] | no_license | daiybh/LogManager | 99d396b97b6ebddf3924fc7d385cf12f92d64790 | 838b548097a5c81be169ff52f9bb48dbf0e027ac | refs/heads/master | 2016-09-05T09:25:42.751342 | 2013-08-14T01:35:59 | 2013-08-14T01:35:59 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,702 | h | // LogThread.h: interface for the CLogThread class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_LOGTHREAD_H__84A44087_96FD_4A9B_9D1E_2443EED9A98A__INCLUDED_)
#define AFX_LOGTHREAD_H__84A44087_96FD_4A9B_9D1E_2443EED9A98A__INCLUDED_
#ifdef __Win32__
#if _MSC_VER > 1000
#p... | [
"daiybh@gmail.com"
] | daiybh@gmail.com |
d66f15e2bfb0adc59bc113b1b14610a2c8ff5fe3 | 9247d410d63b76b685d92cdf8ea303fa80693af5 | /Arch/ExecutorTests.cpp | bb69346ef7c4f2cdf5419a39cc09c75f653483ec | [] | no_license | Breaktheline/Arch | bea72c2eb2e4b006177e00403d25d765ac7fa8a3 | d8c1c4a4a415927a64f58d9f06f06057560abecf | refs/heads/master | 2021-01-10T20:20:07.504499 | 2012-12-17T19:23:08 | 2012-12-17T19:23:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,784 | cpp | #include "gtest/gtest.h"
#include "ArchExecutor.h"
TEST(ExecutorTest, ShouldTestGoodFile)
{
Options* options = new Options();
options->Test = true;
options->Files->Add("Tests/ToDecode/out2.ar");
ArchExecutor executor;
executor.Execute(options);
}
TEST(ExecutorTest, ShouldTestBadFile)
{
Options* options = new O... | [
"breaktheline.13@gmail.com"
] | breaktheline.13@gmail.com |
5ab1660765576db373af7f80b6ab6d67de6dcc5e | 16e54286bb66e4173f746936c829dda2c280ce68 | /C/OpenJudge/1000-A+B Problem.cpp | 6340628932f553e2537a5a1924e12159f20eb356 | [] | no_license | 569985011/Work-Space | 653b932ada697d29178c2211a40d7de7650f9421 | 9afeb1846433d22514a0997b7a48254ce85f5009 | refs/heads/master | 2021-05-04T00:28:23.098655 | 2020-09-30T11:32:57 | 2020-09-30T11:32:57 | 71,839,693 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 269 | cpp | #include <stdio.h>
#include <stdlib.h>
/*************************
*ๅ่ฝ๏ผCalculate A+B
*ๆฅ่ช๏ผOpenJudge
*ๆ่ทฏ๏ผ็ผบ็
*ไฝ่
๏ผChauncy523@gmail.com
*************************/
int main(){
int a,b;
scanf("%d%d",&a,&b);
printf("%d",a+b);
return 0;
}
| [
"Chauncy523@gmail.com"
] | Chauncy523@gmail.com |
dd51d9580596564a4ca3636172b1511dd251aa8a | 25e1972317eee10c076edab73a440866d44add91 | /src/asmjs/asm-js.cc | 157c08db9e4317660fcb14bfa8d17d95855ce26c | [
"BSD-3-Clause",
"SunPro",
"bzip2-1.0.6"
] | permissive | Manish-Giri/v8 | b908802bcd2a949e148b43d32f9e4a84a519c2e4 | b8cdefb181c2611ba49b1523d306f7485878f4ab | refs/heads/master | 2021-01-23T05:15:01.290632 | 2017-09-04T14:44:33 | 2017-09-05T08:23:56 | 102,463,920 | 0 | 1 | null | 2017-09-05T09:45:02 | 2017-09-05T09:45:02 | null | UTF-8 | C++ | false | false | 17,671 | cc | // Copyright 2015 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/asmjs/asm-js.h"
#include "src/asmjs/asm-names.h"
#include "src/asmjs/asm-parser.h"
#include "src/assert-scope.h"
#include "src/ast/ast.h"... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
ad51acf4b1c351f4217625aa31f7e6ede1980d66 | e1978ac620c8716b6578ddc357d2fb16014856ae | /projects/inclusive_xs/src/common/MCLoader.h | 6e5e0e95c5a6d44f90ab170d83ac3d962d64f265 | [] | no_license | stefan-diehl/analysis-projects | 1deea1ee9323866e60f47da4fc58888e48e1beb3 | 8001e4fa2f643869a92b94f5a05862629e7095b4 | refs/heads/master | 2021-08-29T11:10:06.464737 | 2017-12-13T20:38:31 | 2017-12-13T20:38:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,909 | h |
#ifndef mc_loader_h
#define mc_loader_h
// c++ includes
#include <iostream>
#include <vector>
#include <cmath>
using namespace std;
// my includes
#include "BaseDISHistograms.h"
#include "h22Reader.h"
#include "HistogramLoader.h"
#include "NathanArchive.h"
#include "Parameters.h"
#include "ParticleFilter.h"
#incl... | [
"dmriser@jlab.org"
] | dmriser@jlab.org |
58f0062c5ff50dd8445c234ed9c3b3c5454c2557 | 3f7828e6c680391eb73bc43856ba25a9def98726 | /Background.cpp | d1a046a8bba8e6309bb68da2ebb4f37ca8a1534a | [] | no_license | yakugama/SpaceShooter | 4ba7e4d67231858ab267561beedc6fb10a9eec17 | 3e96a45fc105e3d6f7b899556339a0f7a7ed1e39 | refs/heads/master | 2020-05-02T16:52:18.471365 | 2019-03-27T22:04:26 | 2019-03-27T22:04:26 | 178,081,059 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,341 | cpp | #include "Background.h"
Background::Background()
{
if (TextureManager::cosmos)
{
this->cosmos = TextureManager::cosmos;
//aflarea inaltimii si latimii
SDL_QueryTexture(cosmos, NULL, NULL, &width, &height);
//Setare coordonate dreptunghi-sursa
srcRect.x = 0;
srcRect.y = 0;
srcRect.h = heig... | [
"noreply@github.com"
] | noreply@github.com |
44d6474ab17ee443a2b41fefa79c9ed113871445 | 0acace81433043d274bbeb5628fc150cc0f2d072 | /Sources/Emulator/src/mess/machine/c64/cpm.h | 447af110f3b87956512c77e643544cfcb63f8b68 | [] | no_license | SonnyJim/MAMEHub | b11780c6e022b47b0be97e4670c49b15a55ec052 | aeaa71c5ebdcf33c06d56625810913a99d3a4a66 | refs/heads/master | 2020-12-03T03:36:28.729082 | 2014-07-11T13:04:23 | 2014-07-11T13:04:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,658 | h | /**********************************************************************
Commodore 64 CP/M cartridge emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
**********************************************************************/
#pragma once
#ifndef __CPM__
#define ... | [
"jgmath2000@gmail.com"
] | jgmath2000@gmail.com |
99dd76b5fb34adec77378c65cc5c34bfbeb53959 | c9b02ab1612c8b436c1de94069b139137657899b | /rpg/app/dbwriter/DBClient.cpp | 92f0762bffdb63e01e9544e775bb9cfd9df08e12 | [] | no_license | colinblack/game_server | a7ee95ec4e1def0220ab71f5f4501c9a26ab61ab | a7724f93e0be5c43e323972da30e738e5fbef54f | refs/heads/master | 2020-03-21T19:25:02.879552 | 2020-03-01T08:57:07 | 2020-03-01T08:57:07 | 138,948,382 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,924 | cpp | #include <stdio.h>
#include <sys/un.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <string.h>
#include <assert.h>
#include <stdlib.h>
#include <fcntl.h>
#include <assert.h>
#include <errno.h>
#include <libgen.h>
#include <stddef.h>
#include "AsyncDBManager.h"
#include "DBClientManager.h"
#include "DBClient... | [
"178370407@qq.com"
] | 178370407@qq.com |
17b7ae133014dc0aaf87d1a4586b521a18c32a01 | 6ca08dc2de5fe6a74c481389463548412c576418 | /Homage/MattingLib/UnBackground/UnBlobD.cpp | 62652e39dc86c5c4c123ac37d38ede0d1dfe0a1a | [] | no_license | nirch/homage-cv-app | d2e3fbb70d876adc73fe4466f1c39a3fbece21f4 | 60e6a759ac8caf8079af9818e8464c6eda22b0e8 | refs/heads/master | 2021-03-24T10:11:55.488542 | 2016-08-03T10:00:47 | 2016-08-03T10:00:47 | 18,877,919 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,374 | cpp | // Defines the entry point for the console application.
//
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
#ifdef _DEBUG
#define _DUMP
#endif
#include "Ulog/Log.h"
#include "ImageType/ImageType.h"
#include "ImageDump/ImageDump.h"
#include "Imagelabel/BwLabel.h"
#includ... | [
"nirh2@yahoo.com"
] | nirh2@yahoo.com |
4c531343574d5ea664b1a494707a78bcee129a6b | 1b0d8c051ca6482dd3c2cbf5d7cf6dff1a1220db | /project/code/src/main.cpp | c4185dcd5a5265c928ff76b46871127220232976 | [
"Unlicense"
] | permissive | ApiO/Gonp | b8a39be4297cbe4248174b044d4586483c876add | 98571f8b8eb8526416a6a8da880d8b0e11056cc2 | refs/heads/master | 2020-05-24T18:10:38.887082 | 2019-05-18T20:58:51 | 2019-05-18T20:58:51 | 187,403,549 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 773 | cpp | #include <string>
#include <engine/pge.h>
#include <runtime/memory.h>
using namespace pge;
namespace app
{
void init();
void update(f64 delta_time);
void render();
void shutdown();
char data_path[_MAX_PATH];
}
inline void handle_args(int argc, char * argv[])
{
if (argc == 1){
strcpy(app::data_path, ... | [
"ac_flood@hotmail.fr"
] | ac_flood@hotmail.fr |
ca1c86671a04731badaa6646586e3904ed526008 | 20c42cb2be000dc5b6f33a953e98e4d75c425d45 | /small_project_code/argo_cli/core/argo_cli_mgr.cpp | 5e5af099112ce6d596902257f62021c9341c73b1 | [] | no_license | lufb/code | ac5e9b056f54baf4f8fb3e955ac71b7c5339d39c | cf72556e77a45030e266dd1ea6e34b17219f3aba | refs/heads/master | 2020-12-18T18:40:49.388650 | 2016-06-15T03:11:07 | 2016-06-15T03:11:07 | 28,075,225 | 0 | 0 | null | 2014-12-17T07:20:56 | 2014-12-16T07:14:11 | C | GB18030 | C++ | false | false | 27,958 | cpp | #include <assert.h>
#include "argo_cli_mgr.h"
#include "argo_sock.h"
#include "argo_global.h"
#include "argo_error.h"
#include "argo_pro.h"
#include "argo_ckcrc16.h"
#include "argo_base.h"
#include "MFile.h"
#include "mask_decom.h"
#include "zlib_compress.h"
#ifdef LINUXCODE
#include <dirent.h>
#include <sys/stat.h>
#... | [
"1164830775@qq.com"
] | 1164830775@qq.com |
b60977a36dff134d41efbce8a3d3801e4e4729c9 | eb70bd22125578284fd731b95101194428d39a05 | /Classes/Server/NodeJSServer.cpp | efbd6ee444291ba032fe154940d0c58f1174be74 | [] | no_license | vienbk91/BreakoutMulti | 47a7d853f34c4038624f6535d53351c46c7bc587 | 003f7c796fe6d3ce4bad659a44292388a2fa8bcc | refs/heads/master | 2020-05-02T21:41:22.611273 | 2015-12-27T05:24:20 | 2015-12-27T05:24:20 | 39,057,480 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,709 | cpp | /*
* NodeJSServer.cpp
*
* Created on: 13 Jul 2015
* Author: chu
*/
#include "NodeJSServer.h"
NodeServer* NodeServer::_nodeServer = nullptr;
NodeServer* NodeServer::getInstance()
{
if(!_nodeServer){
_nodeServer = new (std::nothrow) NodeServer();
_nodeServer->init();
}
return _nodeServer;
}
void No... | [
"vienbk91@gmail.com"
] | vienbk91@gmail.com |
db590cc94cb374d0ca542878794c0c4f4052eb71 | f2339e85157027dada17fadd67c163ecb8627909 | /Common/ConnectorWithProcess.h | 9a81c606577737b40e145680d532f8793c004e71 | [] | no_license | fynbntl/Titan | 7ed8869377676b4c5b96df953570d9b4c4b9b102 | b069b7a2d90f4d67c072e7c96fe341a18fedcfe7 | refs/heads/master | 2021-09-01T22:52:37.516407 | 2017-12-29T01:59:29 | 2017-12-29T01:59:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,802 | h | ๏ปฟ/*******************************************************************
** ๆไปถๅ: ConnectorWithProcess.h
** ็ ๆ: (C) ๆทฑๅณๅฐๅท็ฝ็ป่กไปฝๆ้ๅ
ฌๅธ
** ๅๅปบไบบ: baoliang.shen
** ๆฅ ๆ: 2017/11/21
** ็ ๆฌ: 1.0
** ๆ ่ฟฐ: ๅ ๅ
ฅไบๆถๆฏๅๅๅค็ๅ่ฝ
** ๅบ ็จ: ไธปๅจ่ฟๆฅๅจๅบ็ฑปไบ
**************************** ไฟฎๆน่ฎฐๅฝ ******************************
** ไฟฎๆนไบบ:
** ๆฅ ๆ:
** ๆ ่ฟฐ:
****... | [
"85789685@qq.com"
] | 85789685@qq.com |
7668184e8ee846b75d84df3a534b4e3f2c0c70eb | fa6810e7a7499428ee9bbf955d181c662975a950 | /LdsCdma_v1/LdsCdma_v1/stdafx.cpp | cbf4c4771c0acf510b1581e3fc71433fa0e179e0 | [] | no_license | LikeFishInWater/vs2010 | 8d57d94e6c1aef7e6c537e664f85d82f2182aca3 | b9610597fb11b947dac4d2fddac8444934e6b6fb | refs/heads/master | 2021-01-12T05:47:59.958110 | 2016-12-23T06:31:30 | 2016-12-23T06:31:30 | 77,201,661 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 261 | cpp | // stdafx.cpp : ๅชๅ
ๆฌๆ ๅๅ
ๅซๆไปถ็ๆบๆไปถ
// LdsCDMA_v2.pch ๅฐไฝไธบ้ข็ผ่ฏๅคด
// stdafx.obj ๅฐๅ
ๅซ้ข็ผ่ฏ็ฑปๅไฟกๆฏ
#include "stdafx.h"
// TODO: ๅจ STDAFX.H ไธญๅผ็จไปปไฝๆ้็้ๅ ๅคดๆไปถ๏ผ
//่ไธๆฏๅจๆญคๆไปถไธญๅผ็จ
| [
"2228410549@qq.com"
] | 2228410549@qq.com |
19e180688b2e13d26465f3243de730af52180d20 | 67baab02cfda6c54a287d63d0874824cf15f3ba6 | /codeforces/1213e.cpp | 6a27a0b056fa1a6b735cf3ccf8c2b29c7318410e | [
"MIT"
] | permissive | sogapalag/problems | a14eedd8cfcdb52661479c8c90e08737aaeeb32b | 0ea7d65448e1177f8b3f81124a82d187980d659c | refs/heads/master | 2021-01-12T17:49:52.007234 | 2020-08-18T14:51:40 | 2020-08-18T14:51:40 | 71,629,601 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 878 | cpp | #include <bits/stdc++.h>
using namespace std;
void solve() {
int n; cin >> n;
string s,t;
cin >> s >> t;
auto ck = [&](string e){
return e.find(s) == string::npos && e.find(t) == string::npos;
};
auto rep = [](int n, string s){
for (int _ = 0; _ < n; _++) {
cout <<... | [
"yan-zp@foxmail.com"
] | yan-zp@foxmail.com |
f6be2f7e2c4256f853b48a81b426a2007cbddc76 | 6ef53083d8de65d54bc20ec1a06060458ec92ebe | /2.1/2.1.21/test2121.cpp | d1c6bda83a0c90aecb58cf72e67444c076a628f4 | [] | no_license | lanecoder/leetcode | fa5c59dfd2344412bf8902dc1f68b02698478f31 | 419c9f814d25e54682fe13c658801a3c23ace239 | refs/heads/master | 2020-03-19T23:38:23.329400 | 2018-07-21T10:43:06 | 2018-07-21T10:43:06 | 137,013,712 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 783 | cpp | #include<iostream>
#include<vector>
//https://www.cnblogs.com/grandyang/p/4266812.html
using namespace std;
class Solution{
public:
int cirtravel(vector<int> & gas, vector<int> & cost){
int cir = gas.size();
int total = 0;
int sum = 0;
int start = 0;
for(int i = 0;i<cir;++i){
total += (gas[i]-... | [
"1975685388@qq.com"
] | 1975685388@qq.com |
11a13c7674afb6de4a851f4b28411d56a0906682 | 729ed630d494aa1a9fec1202e24f5f91928ba62b | /EzCad3_VS2015/dlglicense.cpp | a52ee879751ede64e1a4435f514ff5a58628453e | [] | no_license | lQLI/EzCad3_VS2015 | ff8bb6a188d0d8279b9c30f2f07611c4d5391d00 | 67c80ef32d5da4988691dd578fdfa563749fbd65 | refs/heads/master | 2022-02-25T10:56:12.005977 | 2018-11-21T07:34:53 | 2018-11-21T07:34:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,795 | cpp | // dlglicense.cpp : implementation file
//
#include "stdafx.h"
#include "EzCad3_VS2015.h"
#include "dlglicense.h"
#include "qglobal.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDlgLi... | [
"250192563@qq.com"
] | 250192563@qq.com |
b21d577804c5d01220d57126f829e9018c0bacd8 | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/run-scripts/tmp_1/S+dmb.sy+ctrlisb.c.cbmc.cpp | 986d1f5958f5eff8873b23ffed80bb158678b04c | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C++ | false | false | 25,801 | cpp | // 0:vars:2
// 2:atom_1_X0_1:1
// 3:thr0:1
// 4:thr1:1
#define ADDRSIZE 5
#define NPROC 3
#define NCONTEXT 1
#define ASSUME(stmt) __CPROVER_assume(stmt)
#define ASSERT(stmt) __CPROVER_assert(stmt, "error")
#define max(a,b) (a>b?a:b)
char __get_rng();
char get_rng( char from, char to ) {
char ret = __get_rng();
... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
72de2ae3ed62a798611477d5ece21368fbb949e8 | bc66832bae1a62daaade56c49ebf3fc2d59cfa60 | /Coding_Problem/Coding_Problem_In_C/FunctionalTail.cpp | 7946c3c1ca5bd9a3f672634317ac06e927cfcad8 | [] | no_license | surplusus/Database_ProblemSol | 9d9c518f557ebd2e96b46a68b0aa4a43ca9abdad | 6cd62e436a0d4bb1e0906e42891d3305e93d87a4 | refs/heads/master | 2022-12-09T14:17:10.462019 | 2021-07-14T12:05:21 | 2021-07-14T12:05:21 | 187,649,839 | 0 | 0 | null | 2022-12-07T17:59:32 | 2019-05-20T13:51:12 | C++ | UTF-8 | C++ | false | false | 424 | cpp | #include <iostream>
#include <string>
#include <time.h>
using namespace std;
long long FactorialRec(int n) {
if (n == 1)
return 1;
else
return n * FactorialRec(n - 1);
}
long long FactorialTailRec(int n, int res) {
if (n == 1)
return res;
return FactorialTailRec(n - 1, res*n);
}
long long FactorialTail(int ... | [
"Inha@DESKTOP-CP8BH8U"
] | Inha@DESKTOP-CP8BH8U |
5d6e8a36c6d315960364ba6f605d6d7bcc2cf468 | fb0370b675eb6cce3432de4e35a8577cc3692dc9 | /UVA/11090/20276398_AC_100ms_0kB.cpp | b4cc4477aff5619f14501a0a732ef387df639f64 | [] | no_license | qq734628996/ac-code | 752b84911b5814d233ca1a3a9f65895acff8e678 | 9306d4c2db8d845dc5c5a1f6be723dbf6e0aae53 | refs/heads/master | 2021-08-18T11:05:00.311669 | 2020-05-29T14:08:38 | 2020-05-29T14:08:38 | 188,193,391 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,465 | cpp | #include <bits/stdc++.h>
using namespace std;
#define REP(i,n) for(int i = 0; i < n; i++)
#define PER(i,n) for(int i = n-1; i >= 0; i--)
#define FOR(i,l,r) for(int i = l; i <= r; i++)
#define ROF(i,l,r) for(int i = r; i >= l; i--)
#define DEBUG(x) cout << #x << "=" << x << endl;
#define SHOW1(A,n) { REP(i,n-1) printf(... | [
"734628996@qq.com"
] | 734628996@qq.com |
7ec5cda7f4c66ea372dcc3c14b3e2aa19a505158 | 26d98b57f908d905cf8d8b3b0a568c5bb23b4d40 | /addons/cmx_imgui_app/src/gfx_ui.h | fb0b2de2060c7200bba338718e2bd7a96131fb7d | [
"MIT"
] | permissive | colormotor/colormotor | 821c755c53ff3679ce111c4a8e26323993ad1ae7 | 645ba3e173cd001e5be60ff5cca86ecc73131fc1 | refs/heads/master | 2021-06-06T11:26:34.664417 | 2021-05-10T13:34:11 | 2021-05-10T13:34:11 | 33,570,479 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,817 | h | /********************************************************************
--------------------------------------------------------------------
-- _,(_)._
-- ___,(_______). ____
-- ,'__. \ /\___\-.
-- /,' / \ / / \
-- | | | |,' / \
-- \`.|... | [
"drand48@gmail.com"
] | drand48@gmail.com |
ee89026ead1f61a425b208ad0ec09494e724c586 | f033d578e4fa6ec7ee8f2c2fbf34b4c14b16cc8a | /csi2172/A3/a3orig/MAIN_NEWrev.CPP | ff5c11e1c43ba3c8b10815dd885aff670a7e85f4 | [] | no_license | epistemik/Courses | c8d2c6f6756acc39d62ee92b5fc58c1cfffbab56 | 3e63c15ce2fb87f11c5ab28eb5dac14875bc060c | refs/heads/master | 2021-06-08T19:50:11.849327 | 2021-04-14T18:10:13 | 2021-04-14T18:10:13 | 146,174,580 | 1 | 0 | null | null | null | null | MacCentralEurope | C++ | false | false | 895 | cpp |
// NAME: Mark Sattolo
// STUDENT #: 428500
// SECTION: CSI 2172A
// MARKING SECTION: A4
#include <stdlib.h>
#include <iostream.h>
#include "test.h"
#include โheap.hโ
#include "aheap.h"
bool lt(const test_class& c1, const test_class& c2)
{ return *const_cast<test_class&>(c1) < *const_cast<test_class&>(c2) ; ... | [
"epistemik@gmail.com"
] | epistemik@gmail.com |
811630b60211ace372462c41669f95d3c3ee4aef | 9f81d77e028503dcbb6d7d4c0c302391b8fdd50c | /google/cloud/aiplatform/v1/model_garden_connection.h | 9129604b2ec9c5a5e2d4b88385d105f706f40e59 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | googleapis/google-cloud-cpp | b96a6ee50c972371daa8b8067ddd803de95f54ba | 178d6581b499242c52f9150817d91e6c95b773a5 | refs/heads/main | 2023-08-31T09:30:11.624568 | 2023-08-31T03:29:11 | 2023-08-31T03:29:11 | 111,860,063 | 450 | 351 | Apache-2.0 | 2023-09-14T21:52:02 | 2017-11-24T00:19:31 | C++ | UTF-8 | C++ | false | false | 8,867 | h | // Copyright 2023 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | [
"noreply@github.com"
] | noreply@github.com |
18812427bc34a7629f63958435c32dcfdd22e395 | 418f420231f4a0ea5917b9cc11ef4e5ef4933c06 | /M-Paradox/Network/Chat_Message.h | 9e9515e88db9b62280c76b81bc06e2dacf2ba34a | [] | no_license | yamamushi/M-Paradox | 2d5210bdc2eed4f9483aa76a7345da431196f634 | 5e673ba68301b463b0005fada92048bfa1e36978 | refs/heads/master | 2020-12-24T17:45:31.271020 | 2013-05-21T18:17:29 | 2013-05-21T18:17:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,746 | h | //
// Chat_Message.h
// M-Paradox
//
// Created by Jonathan Rumion on 5/21/13.
// Copyright (c) 2013 TAP. All rights reserved.
//
#ifndef M_Paradox_Chat_Message_h
#define M_Paradox_Chat_Message_h
#include <cstdio>
#include <cstdlib>
#include <cstring>
class chat_message
{
public:
enum { header_length = 4 };... | [
"yamamushi@gmail.com"
] | yamamushi@gmail.com |
368c13c2e425850bdd2e0e51fecda50b91cd4dd5 | 478b209ebe00b694fe3a574be5a430b9989a12a0 | /Friend Numbers (20).cpp | eb904147386202b0a08d6a736fa92ad9268a5d61 | [] | no_license | Woooosz/AlgorithmTrainSet | 1902bf8ecdae83f929aa1e3901291f3fc335148f | b93f5f514c6eb22afc2c4ed9665d79a58595e2cc | refs/heads/master | 2021-01-17T18:06:51.550741 | 2017-03-22T02:17:47 | 2017-03-22T02:17:47 | 71,051,233 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 627 | cpp | #include <iostream>
#include <map>
using namespace std;
typedef map<int,int>::iterator itor;
int main () {
int n,t,m,sum = 0;
map<int,int> d;
scanf("%d", &n);
for(int i = 0; i < n; ++i) {
scanf("%d", &t);
while(t > 0) {
sum += (t % 10);
t /= 10;
}
... | [
"siriussilen@hotmail.com"
] | siriussilen@hotmail.com |
6b11dcf4abbaeac3a14368d69380d8d27e2e78de | 259a47e4c6621139fab83c97f515da6d27d4c2be | /ELib/source/ENetwork/ENetPacketHandler.cpp | f6f121e12a914a45f31bdcf7603a0068da367153 | [] | no_license | Elandryl/ELib | 1ed3d4f9bb7f350cd03c6c886bdd5db7df69fd60 | d37674d6f01164bd29da1370069a320d674da99c | refs/heads/master | 2021-01-09T20:35:19.332293 | 2019-06-10T16:11:20 | 2019-06-10T16:11:20 | 61,484,699 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,946 | cpp | /**
@author Elandryl (Christophe.M).
@date 2019.
@brief Source for ENetPacketHandler Class.
*/
#include "ENetwork/ENetPacketHandler.h"
/**
@brief General scope for ELib components.
*/
namespace ELib
{
/**
@brief Generator for ENetPacketDisconnect. /!\ EError.
@param p_src ENetSo... | [
"elandryl49@gmail.com"
] | elandryl49@gmail.com |
519f7f8a6f243b36ab8754a354e72df25052815a | 14986e2332cbded0a5b438eb25131662ed7fc605 | /Film_Database/CW2/SingleLanguage.cpp | 2e3fdecb03fc1fc115c7c7c314d22dd52ea96268 | [] | no_license | tjoyjoseph/C-_Film_Database_Manipulation | e71510d44c20e477c2e4c484840c8777040bd902 | 7323a197991bd8057d7ae4ba3b246328a1a48bc2 | refs/heads/master | 2020-03-17T12:10:03.801702 | 2018-05-15T21:51:01 | 2018-05-15T21:51:01 | 133,576,930 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 253 | cpp | #include "SingleLanguage.h"
void SingleLanguage::addLanaguage(string lanaguageType)
{
language = lanaguageType;
}
vector<string> SingleLanguage::getLanguage() const
{
vector<string> tempVector;
tempVector.push_back(language);
return tempVector;
}
| [
"39316494+tjoyjoseph@users.noreply.github.com"
] | 39316494+tjoyjoseph@users.noreply.github.com |
33c9322c4587f7af7c72c2b400ce41f8f19f04ca | 6da6c9dc6cab546cf50bf72e847c854d70f89205 | /sender/sender.h | 62c456d2211b2603d57e88b93638bb3b8c6853e6 | [
"MIT"
] | permissive | Engin-Boot/environment-case-s1b5 | 97637d44465331af1aa305baf81e43dbfb1dcfed | 463550045a1c480fd05a4d8a9fefe897e7643f14 | refs/heads/master | 2022-12-24T21:17:55.166119 | 2020-09-28T11:34:58 | 2020-09-28T11:34:58 | 293,785,023 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 230 | h | #include<iostream>
#include<string>
#include<vector>
#include<cstring>
#include<fstream>
#include<sstream>
using namespace std;
namespace Sender
{
vector<vector<float>> ParseCSVfile(string );
void print(vector<vector<float>>);
}
| [
"noreply@github.com"
] | noreply@github.com |
5764f45466266e423a6b8d7a11bb8d2ae0ae4018 | 11ef4bbb8086ba3b9678a2037d0c28baaf8c010e | /Source Code/server/binaries/chromium/gen/services/content/public/mojom/navigable_contents_factory.mojom-shared-internal.h | 3b6512d89c4a187591532f65fbc6ca4857de5386 | [] | no_license | lineCode/wasmview.github.io | 8f845ec6ba8a1ec85272d734efc80d2416a6e15b | eac4c69ea1cf0e9af9da5a500219236470541f9b | refs/heads/master | 2020-09-22T21:05:53.766548 | 2019-08-24T05:34:04 | 2019-08-24T05:34:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,098 | h | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SERVICES_CONTENT_PUBLIC_MOJOM_NAVIGABLE_CONTENTS_FACTORY_MOJOM_SHARED_INTERNAL_H_
#define SERVICES_CONTENT_PUBLIC_MOJOM_NAVIGABLE_CONTENTS_FACTORY... | [
"wasmview@gmail.com"
] | wasmview@gmail.com |
0120e0e72ed514fe85b7243e7f11343594d47321 | ef68b62f4a1dd2e26e26ef2fc67e18f8fbe96418 | /cgv/reflect/method_interface_impl.h | 437531457442a4aee6c36405a6883fd531e4fe66 | [] | no_license | lintianfang/cleaning_cobotics | 68d9a4b418cdadab9dde1c24f529f45e7fc3bd4f | 26ccba618aec0b1176fcfc889e95ed5320ccbe75 | refs/heads/master | 2023-02-25T21:36:10.777059 | 2021-01-29T09:49:16 | 2021-01-29T09:49:16 | 281,898,712 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 34,512 | h | #pragma once
#include <cgv/reflect/reflection_handler.h>
namespace cgv {
namespace reflect {
template <typename M>
struct method_interface_impl;
template <typename X, typename R>
struct method_interface_impl<R (X::*)()> : public method_interface
{
typedef R (X::*M)();
M m;
method_interface_impl(M _m) : m(_m) ... | [
"tianfang.lin@tu-dresden.de"
] | tianfang.lin@tu-dresden.de |
cd54f985fab5bc39cb5be25106798aa8cdd95351 | f34e03c61a0498de158bd73f79ff7f7281a0ddf4 | /src/controller/java/gen/CHIPClusters-JNI.cpp | 9bbb53d0dcdbfc64c09a0223a68d978efbd8ccd1 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | eoebakke-grundfos/connectedhomeip | 8dce9b884da2bdf5ce7c60a928c6009011cb2769 | 17dbc199973f3532d360d26ecbe4f13a4ecafebc | refs/heads/master | 2023-06-13T08:59:27.615613 | 2021-06-26T06:47:57 | 2021-06-26T06:47:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 450,812 | cpp | /*
*
* Copyright (c) 2021 Project CHIP Authors
*
* 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 requir... | [
"noreply@github.com"
] | noreply@github.com |
274373ed708234ad1ed5d3732a92f876ec870322 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function13912/function13912_schedule_29/function13912_schedule_29_wrapper.cpp | 88f47741e744cf3c49448c4f06a03d4017b9a3b8 | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 857 | cpp | #include "Halide.h"
#include "function13912_schedule_29_wrapper.h"
#include "tiramisu/utils.h"
#include <cstdlib>
#include <iostream>
#include <time.h>
#include <fstream>
#include <chrono>
#define MAX_RAND 200
int main(int, char **){Halide::Buffer<int32_t> buf0(8192, 64, 128);
init_buffer(buf0, (int32_t)0);
... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
ef73daa177366db78e962de3781281ea630993db | afc3b80d0d63800953f818dee7344d01506c2be5 | /SoftRender05-Lighting/SoftRender05-lighting.cpp | 8e26121483394865e0ebd0a139b6e02e0d77e546 | [] | no_license | BillScott1024/Tutorial-RenderEngine | b19c41381404314db5c0cd40878313d94f0d3d61 | 4314b8b0880d5158f00b510a86b9c8f759be04df | refs/heads/master | 2023-04-14T20:18:38.175245 | 2019-04-01T09:07:45 | 2019-04-01T09:07:45 | 112,351,606 | 0 | 0 | null | 2021-04-25T18:21:18 | 2017-11-28T15:16:12 | C | GB18030 | C++ | false | false | 3,712 | cpp | #include "App.h"
#include "SoftRenderer.h"
#include <array>
using namespace X;
void CreateSphere(RenderOp * rop, int rings, int segments, float radius)
{
int vertexCount = (rings + 1) * (segments + 1);
int indexCount = rings * segments * 6;
// vertex buffer
rop->vbuffer.resize(vertexCount);
Vertex * vert = &rop... | [
"404793124@qq.com"
] | 404793124@qq.com |
05fff7c51f98beaeae36484c5a89874a71841bda | 60bba5b97c84d28792a5b98b734d2fd54a78b816 | /RobotSymbol/Win32Window.h | 0f8ee7f523e2bf8f53c2d0e78292b94a871046dd | [] | no_license | dkStephanos/robotSymbol | 9f71813ce14654a6f7a890e88bc087e8e09e6d55 | bbf87ce913b862dc51e1b3ebca16af610f8e678e | refs/heads/master | 2021-07-06T14:48:53.842243 | 2017-10-02T19:32:52 | 2017-10-02T19:32:52 | 105,576,256 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 804 | h | #pragma once
#ifndef WIN32_WINDOW
#define WIN32_WINDOW
#include "Windows.h"
#include "GenericWindow.h"
#include <string>
using std::string;
using std::wstring;
class ITimer;
class Win32Window :
public GenericWindow
{
protected:
wstring title;
int width, height;
HWND windowHandle;
HINSTANCE windowInstance;
WND... | [
"stephanos@goldmail.etsu.edu"
] | stephanos@goldmail.etsu.edu |
af277cf8a4ecc8049ee9df5796fe7a1087fbd1f5 | 9a1080769fd517f6e64accb06acc91d1bfecf68c | /src/nest_stack/main.cpp | 9ec1787f1f563f42d83b4c247483939ff2b2e0ab | [] | no_license | ljcduo/DataStructuresInCpp | ac6a64fc81514ae5a58e79e9af2d8df0e423ce98 | 19b4179dc71d914d6bb631f4587db071ac00dd46 | refs/heads/master | 2021-01-10T08:15:55.570823 | 2015-12-05T13:15:55 | 2015-12-05T13:15:55 | 47,404,204 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 1,244 | cpp | /******************************************************************************************
* Data Structures in C++
* ISBN: 7-302-33064-6 & 7-302-33065-3 & 7-302-29652-2 & 7-302-26883-3
* Junhui DENG, deng@tsinghua.edu.cn
* Computer Science & Technology, Tsinghua University
* Copyright (c) 2006-2013. All rights r... | [
"501297819@qq.com"
] | 501297819@qq.com |
f3c6cc39a0b0c8f489c0529770c8d6443890dd79 | d9f4fb513ffb5f4c3eca44011add75fd767ce985 | /src/Utils/Utils.h | f08350c33934107a479f26e0b05c9545e89d3d52 | [] | no_license | nikifaets/Ikko-Database | 3648df2679e4ff64f802f12b0c08acc7374cfd18 | 5b30adbaa5fc83a1cbb67152e8c5e2e4e496ad27 | refs/heads/master | 2022-10-05T02:25:08.039521 | 2020-06-07T21:07:32 | 2020-06-07T21:07:32 | 258,199,571 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 902 | h | #pragma once
#include <vector>
#include "../Record/RecordNumber.h"
#include "../Table/Table.h"
namespace Utils{
template<typename T>
std::vector<T> concatenate(std::vector<T> v1, std::vector<T> v2){
std::vector<T> res;
//walk through first vec
for(int i=0; i<v1.size(); i++){... | [
"nikifaets11@gmail.com"
] | nikifaets11@gmail.com |
149e801b353407ebc02900c199a2638236d3fcf7 | 8b9b1249163ca61a43f4175873594be79d0a9c03 | /deps/boost_1_66_0/libs/mp11/test/mp_with_index_cx.cpp | 97fdcc4ac5798e3c393c43cdfb75201eaf2f56d4 | [
"MIT",
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | maugf214/LiquidCore | f6632537dfb4686f4302e871d997992e6289eb65 | 80a9cce27ceaeeb3c8002c17ce638ed45410d3e6 | refs/heads/master | 2022-12-02T01:18:26.132951 | 2020-08-17T10:27:36 | 2020-08-17T10:27:36 | 288,151,167 | 0 | 1 | MIT | 2020-08-17T10:32:05 | 2020-08-17T10:32:04 | null | UTF-8 | C++ | false | false | 807 | cpp |
// Copyright 2017 Peter Dimov.
//
// Distributed under the Boost Software License, Version 1.0.
//
// See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt
#include <boost/config.hpp>
#if defined( BOOST_NO_CXX14_CONSTEXPR )
int main() {}
#else
#include <boost/mp11/algorithm.hpp>... | [
"eric@flicket.tv"
] | eric@flicket.tv |
8abd3e1c5144dfeacbbbce9b41146eabce62881f | 6f7a080847a8117caed986c8cd9c40b855b292a0 | /Data_processing/RGB_Data_Processing.cpp | 566b1da31c15d08ade8355049dc3002e8aea44b0 | [] | no_license | Pwnur/FFmpeg_Learning | 3ef8808aee254caa94d17fa72ab2ac4c255166c6 | 872e0507e62f714ab7cb4a166879958830ae5942 | refs/heads/master | 2020-04-11T07:24:44.657478 | 2019-02-21T11:27:58 | 2019-02-21T11:27:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,570 | cpp | //============================================================================
// Name : RGB_Data_Processing.cpp
// Author : Hurley
// Mail : 1150118636@qq.com
// Version : 1.0.0
// Create On : Dec 20, 2018
// Copyright : Copyright (c) 2018 Hurley All rights reserved.
// Description : Hello Worl... | [
"linxl @ 1150118636@qq.com"
] | linxl @ 1150118636@qq.com |
8588e80ed2e35664aaa39a807fe67ab70b9614d4 | 6b550d3d0b182bcddda1f0a175d6b6cd07b60fb3 | /logdevice/common/protocol/SHUTDOWN_Message.cpp | dfb5f2fe428827ca8f4ffa433eded723429af981 | [
"BSD-3-Clause"
] | permissive | Rachelmorrell/LogDevice | 5bd04f7ab0bdf9cc6e5b2da4a4b51210cdc9a4c8 | 3a8d800033fada47d878b64533afdf41dc79e057 | refs/heads/master | 2021-06-24T09:10:20.240011 | 2020-04-21T14:10:52 | 2020-04-21T14:13:09 | 157,563,026 | 1 | 0 | NOASSERTION | 2020-04-21T19:20:55 | 2018-11-14T14:43:33 | C++ | UTF-8 | C++ | false | false | 1,593 | cpp | /**
* Copyright (c) 2017-present, Facebook, Inc. and its affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#include "logdevice/common/protocol/SHUTDOWN_Message.h"
#include "logdevice/common/Pro... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
f391225c1e145ef5e27a2082b0b17893da4d172c | cbac959d1f5549c333e6cf9b8da8756c2b2893e8 | /old/lGame/lSpaceShooter/lMap.cpp | 21cb792f0eabab24a34919ec51b9501f6bec8b0d | [] | no_license | sereslorant/SpaceShooter | 74baed83f4fda37a48e0182b4cbf1a5c0d6781b1 | 417a8e387b8b3b2d4b8d614cb192d5bbea56846d | refs/heads/master | 2020-05-26T05:12:10.573923 | 2019-02-24T19:29:26 | 2019-02-24T19:29:26 | 82,465,024 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,845 | cpp |
#include "lMap.h"
#include "../../lMath/lmGeometry2D.h"
#include "lSpaceShooter.h"
using namespace std;
lRect *lMap::lTerrain::lTile::GetRect()
{
return Rect;
}
/*
void lMap::lTerrain::lTile::MoveY(float dy)
{
Rect->SetY(Rect->GetPosition().Y + dy);
}
*/
lMap::lTerrain::lTile::lTile(lRect *rect)
:Rect(... | [
"sereslorant@gmail.com"
] | sereslorant@gmail.com |
a6cd08299186b85acb825e9ac282670ccd4939c1 | 3be416326180500f45bc75961eef25993fa4920f | /Content3/02SoundSynthesis/3VanDenDoel/Bell.cpp | 98ceb0c3a3415aac8c67ff13148f40eb6b284002 | [] | no_license | Salimlou/AudioAnecdotes | 3526123767c7b97eedb9058ca77538bd731fe6a5 | 0a8a9b0d32e2217203107b5ad95bbda70179c84e | refs/heads/master | 2021-01-16T20:40:03.909093 | 2007-04-23T04:27:27 | 2007-04-23T04:27:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,601 | cpp | #include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <pablio.h>
/** Modal model, which is loaded from an .sy format text file.
@author Kees van den Doel (kvdoel@cs.ubc.ca)
*/
/** Mode frequencies in Hertz. */
float *f;
/** Angular decay rates in Hertz. */
float *d;
/** Gains... | [
"howardg"
] | howardg |
9a43c540116c907437d5bde49be220011f9608c7 | 4a25372ebed03096119b66f2dfe6dbc14ec442ed | /labs/2014/bugaev.bogdan/3/src/export.cpp | 177c7410294eb41e3de6ed37f220eb12857aa7a9 | [] | no_license | gumeniukcom/aptu-os | 218af3df72960db4ecd211ddccb51a03064e9625 | 4f4013f3495fb5781cda4696dde2809703bb78d9 | refs/heads/master | 2021-05-30T16:35:47.182087 | 2014-12-19T07:07:56 | 2014-12-19T07:07:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,234 | cpp | #include <iostream>
#include <fstream>
#include <cstdlib>
#include <ctime>
#include "config.h"
#include "header.h"
#include "utils.h"
#include "page.h"
#include "file.h"
int main(int argc, char **argv)
{
Config config;
try {
config = init(argc, argv);
} catch (ConfigException const &e) {
... | [
"bogdan.bugaev@gmail.com"
] | bogdan.bugaev@gmail.com |
8abf2dc09b17b0c4581f10b1bf99bff25f8a0d3d | 3b9b4049a8e7d38b49e07bb752780b2f1d792851 | /src/third_party/webrtc/test/fake_network_pipe.cc | 19f1b5451c82c99bf3bb9b3a2e7c1a9eca00e3d2 | [
"BSD-3-Clause",
"Apache-2.0",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"LicenseRef-scancode-google-patent-license-webrtc",
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown",
"MS-LPL",
"LicenseRef-scancode-takuy... | permissive | webosce/chromium53 | f8e745e91363586aee9620c609aacf15b3261540 | 9171447efcf0bb393d41d1dc877c7c13c46d8e38 | refs/heads/webosce | 2020-03-26T23:08:14.416858 | 2018-08-23T08:35:17 | 2018-09-20T14:25:18 | 145,513,343 | 0 | 2 | Apache-2.0 | 2019-08-21T22:44:55 | 2018-08-21T05:52:31 | null | UTF-8 | C++ | false | false | 7,076 | cc | /*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | [
"changhyeok.bae@lge.com"
] | changhyeok.bae@lge.com |
657e84dfc1c2fc19e27c770cf7390e3d6f5b088a | 4cdf44d425bd64feead9e371c06f99a575177176 | /P1223.cpp | 130d5dfb3209bf077db6bfc5dd6e8c8734fcadff | [] | no_license | hmyuna/cpp | 58fdd2340fc56cc346ceaa98fdd0c15023d2bc8f | 14c4aeb006f7cac1cee9552daced487824f8c290 | refs/heads/master | 2020-04-24T22:51:55.385045 | 2019-05-08T14:22:19 | 2019-05-08T14:22:19 | 172,325,134 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 404 | cpp | #include <bits/stdc++.h>
using namespace std;
double sum;
int n;
long long t[1001];
double ans;
int main()
{
cin >> n;
int T___;
for (int i = 1; i <= n; i++)
{
cin >> T___;
t[i] = T___ * 1001 + i;
}
sort(t + 1, t + 1 + n);
for (int j = 1; j <= n; j++)
{
cout << t[j] % 1001 << " ";
sum += t[j] / 1001 * (... | [
"2913423825@qq.com"
] | 2913423825@qq.com |
f3493799fd9d4f1830ef7bf36ad885f913888623 | 25c2116e8ac5b5b262f9d912067c606719baa230 | /src/exceptions/OutOfRangeException.cpp | 5b32e28d0c422ea204fa2a41172a77a83c5db218 | [] | no_license | sergiorf/CityBuilderEngine | 5a533fb9587bc251357328584a00cbd57afa4826 | ed1a28798a7847b2583b80c184d4c3e58b0ec871 | refs/heads/main | 2023-07-16T14:31:39.117057 | 2021-01-05T18:00:54 | 2021-01-05T18:00:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 139 | cpp | #include "OutOfRangeException.hpp"
OutOfRangeException::OutOfRangeException(const QString& message) :
EngineException(message)
{
}
| [
"vinorcola@gmail.com"
] | vinorcola@gmail.com |
3d24610962605f3ecd91a4a5e22dfe247812d525 | 89d2c6d55c8cf45b84d66a97db4ee2b6158a7b61 | /CST276SRS02/EnumDateValidation/datevalidator.h | a2f0d8db9411195d1dc76eff8d5bccee6e980a79 | [
"MIT"
] | permissive | robotrobotrobotrobotrobot/CST276SRS02 | 43c37ab30ff358e1fd24fa4e7235d0bf3b5b197e | 75eb84bedcc6fde19b69a64a26e8f3fff59687b4 | refs/heads/master | 2020-03-24T12:02:22.892647 | 2018-07-28T22:06:08 | 2018-07-28T22:06:08 | 142,701,783 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 438 | h | //GoF Strategy
#ifndef DATEVALIDATORI18N_H
#define DATEVALIDATORI18N_H
#include "idatevalidator.h"
class DateValidatorI18N : public IDateValidator// DateValidatorI18N is the client of the strategy pattern
{
public:
enum class Format { YMD, DMY, MDY };
DateValidatorI18N() = default;
~DateValidatorI18N();
v... | [
"noreply@github.com"
] | noreply@github.com |
dea81256d0d6880ef66138c6063367fe09ad8803 | 5a60d60fca2c2b8b44d602aca7016afb625bc628 | /aws-cpp-sdk-chime/include/aws/chime/model/RedactConversationMessageResult.h | e59e1e0dc4d60b78c81e2d84020e66ccf5db4d75 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | yuatpocketgems/aws-sdk-cpp | afaa0bb91b75082b63236cfc0126225c12771ed0 | a0dcbc69c6000577ff0e8171de998ccdc2159c88 | refs/heads/master | 2023-01-23T10:03:50.077672 | 2023-01-04T22:42:53 | 2023-01-04T22:42:53 | 134,497,260 | 0 | 1 | null | 2018-05-23T01:47:14 | 2018-05-23T01:47:14 | null | UTF-8 | C++ | false | false | 814 | h | ๏ปฟ/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/chime/Chime_EXPORTS.h>
namespace Aws
{
template<typename RESULT_TYPE>
class AmazonWebServiceResult;
namespace Utils
{
namespace Json
{
class JsonValue;
} // namespace Js... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
e9cd7ce5258273b63ae99c62b0a17a51491bc64f | 634b935923d7387cf1015126eb02853eba848bc8 | /14.longest-common-prefix.cpp | 214b32f25d5d2369c08fa1b47df181cefe5c1b6b | [] | no_license | Chester-zZz/leetcode | 2944c80ce891bc17c457fccb40eb66d87aba1574 | 477b43ec1365b6046181ae8bec2c22eac2fdc9d8 | refs/heads/master | 2020-04-27T01:58:13.537340 | 2019-03-15T10:52:37 | 2019-03-15T10:52:37 | 173,980,294 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,226 | cpp | /*
* @lc app=leetcode id=14 lang=cpp
*
* [14] Longest Common Prefix
*
* https://leetcode.com/problems/longest-common-prefix/description/
*
* algorithms
* Easy (32.99%)
* Total Accepted: 411.3K
* Total Submissions: 1.2M
* Testcase Example: '["flower","flow","flight"]'
*
* Write a function to find the lo... | [
"123@gmail.com"
] | 123@gmail.com |
c2ed80c0cc212216029f37c8082dd50be133ac4d | 6e786e8f4c229aeb0822c9cdffccf109d7a32d41 | /Codeforces/318A.cpp | e5973589cd845be7cb9061c344ad34711aec98e5 | [] | no_license | rajatdiptabiswas/competitive-programming | 337da9c86e0cfae7ed1b36fec9b6e225167edfcc | ed036e91b9516d8a29d1322db159d68462178d94 | refs/heads/master | 2021-06-10T08:59:40.296322 | 2021-04-17T06:51:18 | 2021-04-17T06:51:18 | 138,393,143 | 0 | 1 | null | 2019-10-26T19:53:33 | 2018-06-23T10:43:17 | Python | UTF-8 | C++ | false | false | 1,708 | cpp | #include <cstdio>
#include <cstdlib>
#include <cmath>
#include <cstring>
#include <iostream>
#include <iomanip>
#include <algorithm>
#include <numeric>
#include <limits>
#include <string>
#include <sstream>
#include <iterator>
#include <vector>
#include <queue>
#include <deque>
#include <list>
#include <stack>
#include... | [
"rdbiswas97@gmail.com"
] | rdbiswas97@gmail.com |
0a93a0f3ec21a0547c65ce19faac3cac6daeb535 | 683bbeb782fb15c9f7ac7cc4577bc99b8d8269ba | /Problem52.cpp | 0f650db3a2e48be993d1958d65dd76422a728a33 | [] | no_license | iojw/project-euler | 68cd9e4d9135d1c6f7f92543d238cbfdaa8fe5fd | 061c3573b5da3594be2a373ae129a5bb351ef019 | refs/heads/master | 2021-01-10T23:19:31.810371 | 2016-11-19T17:56:23 | 2016-11-19T17:56:23 | 70,623,160 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 892 | cpp | /*It can be seen that the number, 125874, and its double, 251748, contain exactly the same digits, but in a different order.
Find the smallest positive integer, x, such that 2x, 3x, 4x, 5x, and 6x, contain the same digits.*/
#include <iostream>
#include <string>
#include <sstream>
using namespace std;
string toStri... | [
"isaac.lfc16@gmail.com"
] | isaac.lfc16@gmail.com |
da8c023d8edbd6f0f87a1ac89e9b5331a97014b6 | 9cabdeb8dce5718e8f4f490f3684eba0eb1f2d2e | /src/script.h | 2859eb668768fc037ab47618844871f540188a88 | [
"MIT"
] | permissive | wolfoxonly/woo | fcfe275007cb102fff10239b0f722264dbbd40e2 | a5fb13575afe855b58915bd8e15cbffb9015e5e2 | refs/heads/master | 2020-03-09T17:00:57.668308 | 2018-05-13T15:21:17 | 2018-05-13T15:21:17 | 127,590,136 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,979 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Woochain developers
// Copyright (c) 2012-2017 The Woochain developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef H_BITCOIN_SCRIPT
#defin... | [
"415313577@qq.com"
] | 415313577@qq.com |
a8300654aae2da366b3244f2b6c6cd2705503c0f | 47ff8543c73dab22c7854d9571dfc8d5f467ee8c | /BOJ/10869/10869.cpp | 52fdd6fcfbcafcab18ec10e697f2c7de6e01908f | [] | no_license | eldsg/BOJ | 4bb0c93dc60783da151e685530fa9a511df3a141 | 6bd15e36d69ce1fcf208d193d5e9067de9bb405e | refs/heads/master | 2020-04-16T02:18:55.808362 | 2017-11-28T11:02:37 | 2017-11-28T11:02:37 | 55,879,791 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 139 | cpp | #include<stdio.h>
int main(){
int a, b;
scanf("%d %d", &a, &b);
printf("%d\n%d\n%d\n%d\n%d\n", a+b, a-b, a*b, a/b, a%b);
} | [
"kgm0219@gmail.com"
] | kgm0219@gmail.com |
73f2252b39c62966983542e1e8add799ab9c20cf | 11cdcef2a97ec018d29307ccd23821bee875d9fe | /src/Shader.cpp | 4df3bc54c814ac3c6810e6264532dd7f86bb8038 | [] | no_license | alepmaros/learnopengl-tutorial | 6d9e7b4ec4680bb0c0529a3a162063ea5faca41d | 8e4f4b93fe7117d167511cf2afcb8ba5bf4d136e | refs/heads/master | 2021-03-24T09:56:48.554304 | 2018-01-24T17:18:58 | 2018-01-24T17:18:58 | 118,038,941 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,446 | cpp | #include <Shader.h>
#include <string>
#include <fstream>
#include <sstream>
#include <iostream>
Shader::Shader(const char* vertexPath, const char* fragmentPath)
{
// 1. retrieve the vertex/fragment source code from filePath
std::string vertexCode;
std::string fragmentCode;
std::ifstream vShaderFile;
... | [
"alehstk@gmail.com"
] | alehstk@gmail.com |
f40d7f7089c497b86bad9fefc1cfbcdef638fd76 | fb27e2874b1bfb8fbc0ef9471671c3db6f42ed72 | /353/1.cpp | 2532026cb2885a7b791f5d69c9a534b94d6739df | [] | no_license | 2hanson/codeforces | d30911988bebc068285b2c5cab903bb6042058ec | d593c70a3e81a88739d138f8336b2ba523a0b768 | refs/heads/master | 2016-09-08T05:05:51.556546 | 2013-11-11T09:30:20 | 2013-11-11T09:30:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 552 | cpp | #include <iostream>
#include <vector>
using namespace std;
int main()
{
int n;
cin>>n;
bool flag = false;
vector<int> a(n+1, 0);
vector<int> b(n+1, 0);
for (int i = 1; i <= n; ++i) {
cin>>a[i]>>b[i];
if ((a[i]&1) ^ (b[i]&1)) {
flag = true;
}
a[0] += a... | [
"hangzhong.yu@gmail.com"
] | hangzhong.yu@gmail.com |
ffa93e255923a804ccac3f8f63d14692b65407b0 | 81bb77804b2481a92c0d48ad2f76e5b79d29e9ec | /src/test/libtestutils/Common.h | 42d43de544a29691554963b09659bd8e9c6f4cf1 | [
"MIT"
] | permissive | AndrewJEON/qtum | a5216a67c25e818b11266366f37d0b7bcf5a573f | 5373115c4550a9dbd99f360dd50cc4f67722dc91 | refs/heads/master | 2021-06-11T16:50:00.126511 | 2017-03-14T17:12:40 | 2017-03-14T17:12:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,257 | h | /*
This file is part of cpp-ethereum.
cpp-ethereum is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
cpp-ethereum is distributed in the... | [
"development@solarius.fi"
] | development@solarius.fi |
7c69aa1fcec32405f5be56530980d285edef5f26 | 1a29e3fc23318be40f27339a749bbc3bdc59c0c3 | /kattis/a4p8nf/a.cpp | bbc30e752776ad895c6a91be354828e2fab729da | [] | no_license | wdzeng/cp-solutions | 6c2ac554f6d291774929bc6ad612c4c2e3966c9f | 8d39fcbda812a1db7e03988654cd20042cf4f854 | refs/heads/master | 2023-03-23T17:23:08.809526 | 2020-12-05T00:29:21 | 2020-12-05T00:29:21 | 177,706,525 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 809 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef pair<int, int> pii;
#define x first
#define y second
#define all(v) v.begin(), v.end()
#define ms(v) memset(v, 0, sizeof(v))
#define mss(v) memset(v, -1, sizeof(v))
#define len(v) int(v.size())
#ifdef hy
#define fastio()
#define debug(a) cerr <... | [
"hyperbola.cs07@gmail.com"
] | hyperbola.cs07@gmail.com |
057c060bea2a88b45e19a3e4ea9b25308d9390ec | d0bd0ba07fd5b674ed89dc8fe33069839436c2d6 | /triform2/src/read_files.cpp | 987c4bc462d3b8420c2171c27bec40ed0365d4f8 | [] | no_license | endrebak/triform2 | 6cca56f69df9235b8fdb324e36cd1672d1713c44 | 83ced8b6bde94520b4251c48129211fc727a94dc | refs/heads/master | 2020-04-09T08:34:47.256910 | 2019-01-16T10:00:04 | 2019-01-16T10:00:04 | 60,792,596 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,796 | cpp | #include <iostream>
#include <algorithm>
#include <fstream>
#include <map>
#include <vector>
#include <string>
#include <vector>
#include <iterator>
#include <math.h>
typedef std::vector<uint32_t> intvec;
typedef std::pair <std::string, char> key;
typedef std::map<key, intvec> genome_map;
struct interval { uint32_t ... | [
"endrebak85@gmail.com"
] | endrebak85@gmail.com |
ba144f9bcaa147dfbe314ec6d12b5c2b4441949b | fbc5d18001045ad7468c08380ab37db3477bc2b2 | /client/levels/levelwidget.cpp | a0ab1b24e87b6f44fffbe14a51bf224457627ded | [] | no_license | turenkoaa/seaBattle | 1c0fd215983a4c9f0ee846660beaad2177aff8d6 | 3e731488b0825e28841d58dc01dfcd7345f0291c | refs/heads/master | 2020-06-16T07:21:54.934986 | 2016-11-30T23:06:18 | 2016-11-30T23:06:18 | 75,234,763 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 398 | cpp | #include "levelwidget.h"
#include "ui_levelwidget.h"
LevelWidget::LevelWidget(QWidget *parent) :
//QWidget(parent),
AbstractWidget(parent),
ui(new Ui::LevelWidget)
{
ui->setupUi(this);
easy=ui->easyButton;
veryEasy=ui->veryEasyButton;
medium=ui->mediumButton;
hard=ui->hardButton;
v... | [
"aaturenko@gmail.com"
] | aaturenko@gmail.com |
d85e94d9b7b6c0c6b572ef81ce45bce2c9dcf45f | 3a04465af3de9ecc58711140a825947bb603df3c | /Undaunted/GroupList.h | ed4a614e388ec806928bb8f0c7bc39edcb966921 | [
"MIT"
] | permissive | clayne/Undaunted | 59d77ec265209cf3d0ffc3b79eebac6ac18e81b4 | 76515249be217e865eae05b1656b3aeb32283fdc | refs/heads/master | 2023-01-12T08:19:59.253760 | 2022-11-25T07:55:49 | 2022-11-25T07:55:49 | 279,496,032 | 0 | 0 | MIT | 2020-07-14T05:57:15 | 2020-07-14T05:57:15 | null | UTF-8 | C++ | false | false | 628 | h | #include "SKSELink.h"
#include "UnStringList.h"
namespace Undaunted
{
#ifndef GroupListdef
#define GroupListdef
class GroupMember {
public:
UInt32 FormId;
std::string BountyType;
TESObjectREFR* objectRef;
BSFixedString ModelFilepath;
int IsComplete();
bool isComplete = false;
void PreBounty();
void... | [
"kaos.nyrb@gmail.com"
] | kaos.nyrb@gmail.com |
5d4e61782daf5c43bc9ffb795f93764b292e5188 | 5cd40f362b26e4e20d62cad705ffec64bdb4d480 | /PETCTCOSEG/optnet_vce_lib/optnet/_utils/timer.hxx | 62a65d3715b2426ab0b1766e9949b66659391668 | [] | no_license | maxwell-zhou/PETCTCOSEGExtension | 4fc0d728a04bcf4088c842b14d2dc0f97dc2d045 | f9592fde632ded9403e33e1f175d6a5a0842c480 | refs/heads/master | 2021-01-20T09:54:39.019251 | 2017-01-18T16:26:13 | 2017-01-18T16:26:13 | 78,767,668 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,113 | hxx | /*
==========================================================================
|
| $Id: timer.hxx 21 2005-01-14 15:52:31Z kangli $
|
| Written by Kang Li <kangl@cmu.edu>
| Department of Electrical and Computer Engineering
| Carnegie Mellon University
|
====================================... | [
"max@max-VirtualBox"
] | max@max-VirtualBox |
91b809e273243eeb5d0429b0b87af4bb1c0ef35e | be0401d72443dd37f8be2632ac32e1c5c0333499 | /lib/Importer/TFLiteModelLoader.cpp | 6831541c6e184eb5ae35f5a4925678add2df7a11 | [
"Apache-2.0"
] | permissive | 842974287/glow | 5c797f5d37a8b2b179c45689a2c5db09402c4f4f | 7d77eb9a1c00dbba77321f62ad9c9078beb2b725 | refs/heads/master | 2023-06-06T09:49:19.753708 | 2020-10-08T07:43:55 | 2020-10-08T07:45:04 | 299,778,323 | 0 | 0 | Apache-2.0 | 2020-09-30T01:25:13 | 2020-09-30T01:25:13 | null | UTF-8 | C++ | false | false | 87,687 | cpp | /**
* Copyright (c) Glow Contributors. See CONTRIBUTORS file.
*
* 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 b... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
97cc3b991366b8e97608fb4211e51596ec864851 | b8443f3202db34d22fcb5ad20cf40b89571f690f | /ABC215/ABC215B.cpp | 8059582296b8bc5dcbd1032f6cc378c04f372343 | [] | no_license | hika1822/AtcoderBC | b1befcfae54fef427cd55d9cd9601f2260817afb | aa6be75b905406b1b86a0fddb215dc573ab04136 | refs/heads/main | 2023-07-19T09:27:00.933525 | 2021-08-28T15:20:05 | 2021-08-28T15:20:05 | 398,471,176 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 350 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
long long n;//ๆๆฐใชใฉๅทจๅคงใชๆดๆฐใๆฑใๅ ดๅใฏlong longใไฝฟใ
cin >> n;
long long k = 1;
for(long long i = 0; i <= 99; i++)
{
k = k*2;
if(k > n)
{
cout << i << endl;
break;
}
}
return 0;
} | [
"noreply@github.com"
] | noreply@github.com |
08d5611f90d4f1c1ca130834fdeb24978ab8e8df | 33cc75a925b12133bc78fe0f307140878bb093b6 | /cf/814/C/main.cpp | c4f75fadc04fff4caba2e3a9a23a305a25d2eda8 | [] | no_license | redeff/cmp | 05603369f404cff25d168105b1f1c7a956fd07b8 | 8974bacf61b6c73d1cb5d3b5aa33c12af0d687d0 | refs/heads/master | 2021-05-08T01:10:47.542693 | 2019-10-13T22:19:32 | 2019-10-13T22:19:32 | 107,782,810 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 338 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long int ll;
#define forn(i, a, b) for(ll i = a; i < b; ++i)
ll MOD = 1000000007; //10^9 + 7
template <typename T>
void get_vector(ll size){
vector<T> out;
forn(sahdfjhfsk, 0, size){
T temp;
cin >> temp;
out.push_back(temp);
}
return out;
... | [
"14carlosoto@gmail.com"
] | 14carlosoto@gmail.com |
653e4fa1b6cdced997427cf8e64400d027db5869 | b78c255d1c8b917c21bf689f5f9153d765fbe195 | /dogpack/apps/2d/VlasovPoisson1d/TestConvergence1/InitSLState.cpp | 6bf79e9f168c3f193bf044ac48fb8a72fa1d57c7 | [] | no_license | smoe1/ImplicitExplicit | 8be586bed84b1a661e5fe71f5b063dcd406643fa | 2b9a2d54110ca0f787d4252b9a8cc6d64b23b08d | refs/heads/master | 2016-09-08T02:39:48.371767 | 2015-09-15T21:15:08 | 2015-09-15T21:15:08 | 41,374,555 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,332 | cpp | ///////////////////////////////////////////////////////////////////////////////
#include <cmath>
#include "dogdefs.h"
#include "dog_math.h"
#include "DogParams.h"
#include "DogParamsCart2.h"
#include "SLState.h"
void FiniteDiff(int mestart, int meend, const dTensorBC3& q, dTensorBC3& qout);
void SetBndValues1D( dTenso... | [
"smoe@uw.edu"
] | smoe@uw.edu |
54d4b46d14353b7601b4591d43d5a0d5e6755103 | b8499de1a793500b47f36e85828f997e3954e570 | /v2_3/build/Android/Debug/app/src/main/include/Fuse.LayoutParams.Flags.h | cf759b8222dbd73e461a8aa979a74b35c2063af3 | [] | no_license | shrivaibhav/boysinbits | 37ccb707340a14f31bd57ea92b7b7ddc4859e989 | 04bb707691587b253abaac064317715adb9a9fe5 | refs/heads/master | 2020-03-24T05:22:21.998732 | 2018-07-26T20:06:00 | 2018-07-26T20:06:00 | 142,485,250 | 0 | 0 | null | 2018-07-26T20:03:22 | 2018-07-26T19:30:12 | C++ | UTF-8 | C++ | false | false | 350 | h | // This file was generated based on C:/Users/Vaibhav/AppData/Local/Fusetools/Packages/Fuse.Nodes/1.9.0/LayoutParams.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Int.h>
namespace g{
namespace Fuse{
// private enum LayoutParams.Flags :14
uEnumType* LayoutParams__Fla... | [
"shubhamanandoist@gmail.com"
] | shubhamanandoist@gmail.com |
b8cc72fd5d1efbc06adf9cc0b7d18d842e7968db | 5f7f6d7e1ee62041b9a7b3a37904304e6df0bab6 | /Carrot/src/Carrot/Renderer/Texture.h | 1fc1377ce7e386a44bddad502a1624de1c925f7c | [
"Apache-2.0"
] | permissive | AK04/game-engine | 4a82bdca2d9892867084f86ec13fbb72270d0270 | efa6641469c428efd8279e06bb8e575730684304 | refs/heads/main | 2023-06-06T01:54:31.399090 | 2021-06-21T08:34:25 | 2021-06-21T08:34:25 | 358,155,805 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 516 | h | ๏ปฟ#pragma once
#include <string>
#include "Carrot/Core/Core.h"
namespace Carrot {
class Texture
{
public:
virtual ~Texture() = default;
virtual uint32_t GetWidth() const = 0;
virtual uint32_t GetHeight() const = 0;
virtual void SetData(void* data, uint32_t size) = 0;
virtual void Bind(uint32_t slot =... | [
"albinkottaram@gmail.com"
] | albinkottaram@gmail.com |
58b7bf903364b3c5b71eee0f950fe69cc9c1ec7a | fbb8828913033070949aa50c3cca86ba6585ebc6 | /Game.cpp | 5d5de4598cf15c4c007c8dc27e380e5925c8b296 | [] | no_license | nooozu/onekick | 4b4bb315f97956c9f71a9ebcc90e4ba53def1cce | 9fc4fc18eedaa12de2e7bb8009c6c0ab872097ab | refs/heads/master | 2020-03-24T20:36:56.256732 | 2018-07-31T08:48:55 | 2018-07-31T08:48:55 | 142,987,687 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 5,410 | cpp | #include "Game.h"
#include <ctime>
Game::Game(ISceneChanger* changer) : BaseScene(changer)
{
}
void Game::Initialize()
{
isGameFinished = false;
isRoundFinished = false;
if (!FontManager::Register(L"Font/SSF4_ABUKET.ttf")) { return; }
fontS = Font(40, L"SSF4 ABUKET", FontStyle::Outline);
fontS.c... | [
"riku627nr@gmail.com"
] | riku627nr@gmail.com |
c7fe9cf4d5ad04237a882600b089e266ec748663 | 9ec77255e72f19f8058064135e5260bd1e9886a3 | /q/24.cpp | e83cb7a855eb015413786406f69e30874a0ee47c | [] | no_license | a07458666/leetcode | b8abee6d338ddb983230643b1298561058f37015 | fd608d4f3adfa505b0da88341aeee1bf7d5b5647 | refs/heads/master | 2022-11-29T20:33:37.943460 | 2020-08-14T03:12:24 | 2020-08-14T03:12:24 | 283,660,304 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 782 | cpp | class Solution {
public:
ListNode* swapPairs(ListNode* head)
{
ListNode newHead(0);
newHead.next = head;
ListNode* currect = &newHead;
bool isSwap = true;
while (currect != NULL)
{
if (isSwap)
{
swapTwoNode(currect, currect->next);
}
isSwap = !isSwap;
currect = currect->next;
}
retu... | [
"andy.su@ulsee.com"
] | andy.su@ulsee.com |
d8165aa1954c9deb5f8a645ccba9543c70a5cf27 | e4ffd15e9cf875638883615256bc333404b3f248 | /Mjehuric/main.cpp | 35508a4df589f75b339fadc658475676c0f86597 | [] | no_license | Thomas-McKanna/Kattis | a49938663b4cc168eb7c51cd85f9d3d6a116c22c | 0477ee7d39f694e98ca033dd32151cde11e7a9b1 | refs/heads/master | 2021-06-18T13:37:48.920524 | 2021-01-19T23:37:28 | 2021-01-19T23:37:28 | 149,032,585 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 730 | cpp | #include <iostream>
#include <vector>
using namespace std;
int main()
{
vector<int> p;
int n;
for (int i = 0; i < 5; i++) {
cin >> n;
p.push_back(n);
}
bool no_swaps;
for (size_t i = 0; i < p.size() - 1; i++) {
no_swaps = true;
for (size_t j = 0; j < p.size() -... | [
"thomasmckanna@gmail.com"
] | thomasmckanna@gmail.com |
d4aa8a845f3bdc7414ef6762bc0c3cc5f63525c7 | 23472c04d6ad2eaf7115dc6ecef5819d8e56db05 | /tools/export/export.h | 530e5a0b3c57fd78c6e4b645112e84d135048073 | [] | no_license | Veltarn/lunar | 2eff19960ebdda0b7f144b15d0441f4582835578 | 2832d8b79095e61aaead351f48a3b4751a4be099 | refs/heads/master | 2021-01-25T08:54:58.490975 | 2015-09-20T15:08:35 | 2015-09-20T15:08:35 | 42,717,537 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 515 | h | #ifndef EXPORT_H
#define EXPORT_H
#include <iostream>
#include <QDebug>
#include <QObject>
#include <QString>
#include <QtXml>
#include <QFile>
#include <QTextStream>
#include <QSqlQuery>
#include <QSqlRecord>
#include <QMessageBox>
#include "../../db/database.h"
class Export : public QObject
{
Q_OBJECT
public:
... | [
"dante161@gmail.com"
] | dante161@gmail.com |
5fe8c8aabd7b0394323cb1b20b7d0716b675a8d6 | a1112fc59fb5f3f7c1d8e6edd2f97688ff58a72e | /src/extSynthesis/manthanTest.cpp | bb9b383aaac77a28af9ebfe788f09d4a55713ed6 | [
"MIT-Modern-Variant"
] | permissive | NTU-ALComLab/elimssat | 606c01533f8475cc7b8922e8caec758afe2459f5 | 04aea5d4ae846d247455a68267f55687d8db746d | refs/heads/main | 2022-09-07T15:46:58.574310 | 2022-08-27T13:48:51 | 2022-08-27T13:48:51 | 436,710,202 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,859 | cpp | #include "base/abc/abc.h"
#include "bdd/extrab/extraBdd.h"
#include "extSsatelim/ssatelim.h"
#include "synthesis.h"
#include "synthesisUtil.h"
extern "C" {
int Abc_NtkDarCec(Abc_Ntk_t *pNtk1, Abc_Ntk_t *pNtk2, int nConfLimit,
int fPartition, int fVerbose);
Abc_Ntk_t *Abc_NtkDC2(Abc_Ntk_t *pNtk, int f... | [
"whz861025@gmail.com"
] | whz861025@gmail.com |
d79b2fc14a832f86c10e65ca2c081201f2adb9ee | 19f7b73dfb3b41fb5375a058aa26ef6fa9a6f49c | /graph/bridge-and-cutpoint/graph-find-bridge.cpp | ec4909c798dc7543d08aad310729ce529a0332c2 | [] | no_license | Yoh0xFF/algorithm-collections | c43d1beff9bf25f2347624324c238e7431410ed6 | 58a7184c894030cf180f7164f5afbaaed9f9a1a5 | refs/heads/master | 2016-08-06T18:19:51.782094 | 2014-11-02T15:50:30 | 2014-11-02T15:50:30 | 19,120,941 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,093 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
#include <cstdio>
using namespace std;
/*
O(n + m)
n - number of vertex
m - number of edges
*/
/*
test case
12 18
0 1
0 6
1 6
1 7
2 3
2 7
2 8
2 9
3 8
3 9
3 4
4 5
4 10
5 10
5 11
6 7
8 9
10 11
*/
/*
12 14
0 1
0 2
1 3
2 3
3 4
4 5
4 6
5 7
6 7
7 8
8 9
8 10
9 11
... | [
"Yoh0xFF@gmail.com"
] | Yoh0xFF@gmail.com |
9d4866a9a74bb781cc7c280c603e6aef17e13bff | 3ccfe5694e622c7966440598f15fff8d167dbee5 | /WindowInfo/WindowHandlePickerDlg.h | 815cd8ae654f1af7b143907953ebe32dece3a410 | [] | no_license | EpistemikCpp/msProj | 7dcc804640f2b4ad455296fb9d0566ae8e809d01 | 73b392ea25eb3f3b56118e2933501db0685410d1 | refs/heads/master | 2020-03-27T06:43:47.690776 | 2018-08-25T21:25:56 | 2018-08-25T21:25:56 | 146,130,581 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,952 | h | // ==========================================================================
// File : WindowHandlePickerDlg.h
//
// Author : Marquet Mike
// mike.marquet@altavista.net
//
// Last Modified : 21/02/2000
// By : Marquet Mike
// =================================================================... | [
"epistemik@gmail.com"
] | epistemik@gmail.com |
d39169388f367b74578190bfb2256af3e5ee04fa | 632da8ab5fb77c52e14d1a12712ad3cb3e71f6b0 | /logcabin/Core/ProtoBuf.h | f6a37728d61efc117dfd7dc4aedfd5e93855d25c | [
"ISC",
"BSD-2-Clause"
] | permissive | damlaren/RaftMonitor | 09d4fc4d411a1f0482f23ac2fa5faa706b04f8ca | 0736ec950c4c873419d855ad141171e70b724af8 | refs/heads/master | 2020-04-01T21:13:49.418344 | 2014-12-13T03:44:22 | 2014-12-13T03:44:22 | 26,423,850 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,797 | h | /* Copyright (c) 2012 Stanford University
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR(S) DI... | [
"damlaren@gmail.com"
] | damlaren@gmail.com |
0a0abdb9129132e52fe76aca584dddf54545c798 | f87cdeeeb87a605aae9f7783864d822c01c59a24 | /src/random.h | fdb9b61914753cd6ac5c75571ab8c5999397f369 | [
"MIT"
] | permissive | chinaOB/eleccoin | 774f581eab7f0734a2b5c8817fc9ad3518a628ea | b2c08b538776b4276b6c8d0110af1115568049cf | refs/heads/master | 2022-04-22T00:55:15.725364 | 2020-04-18T08:32:42 | 2020-04-18T08:32:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,495 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2018 The Eleccoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef ELECCOIN_RANDOM_H
#define ELECCOIN_RANDOM_H
#include <crypto/chacha20.h... | [
"unify@eleccoin.org"
] | unify@eleccoin.org |
a03c0734d375988847f4a550180c1fc9925ee302 | 6a497b2945331bc29b212c17f7b32440e0b721f0 | /src/FFmpegSample/FFmpegCODEC/stdafx.h | c09418af7e1e196bd03d08d9dbb4f565400910ad | [] | no_license | dengchsh/FFmpeg-Sample | fe65acdd15d6f52d8cd903ec3b479514eaa6f769 | ce1605ebccfb38b44100de6fb08db3db156e9dac | refs/heads/master | 2021-05-30T09:33:34.529073 | 2016-01-22T10:35:58 | 2016-01-22T10:35:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,072 | h | // stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
#include <iostream>
#include <windows.h>
#include <shellapi.h>
#include <Shlwapi.h>... | [
"a365316465@126.com"
] | a365316465@126.com |
1094eb31bcafd3431f837d5838947c8ded2a4d7f | e35ba0a7253cb938b90e901e1cd0b3b689433e7e | /bcp_minigame_02/bin/windows/cpp/obj/include/com/minigloop/util/SoundManager.h | 6ce9f00a02350bed21486d1a47312e5af69a126a | [] | no_license | guarajeno/funbox | 9fea33da9650a0a31f3f1f34865e838f8b68101b | 7a0351b1669dd83f33f9f3959594f10b0439473f | refs/heads/master | 2021-01-16T21:00:43.646249 | 2013-08-21T14:27:54 | 2013-08-21T14:27:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,324 | h | #ifndef INCLUDED_com_minigloop_util_SoundManager
#define INCLUDED_com_minigloop_util_SoundManager
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS3(com,minigloop,util,SoundManager)
HX_DECLARE_CLASS2(native,events,ErrorEvent)
HX_DECLARE_CLASS2(native,events,Event)
HX_DECLARE_CLASS2(native,events,EventDispatc... | [
"cflores@magiadigital.com"
] | cflores@magiadigital.com |
5755b620594429366ab246777101853fffa1a958 | 977127d6ae53ae79a2fbcc7c034d84c516595d0e | /avt/Database/Ghost/avtLocalStructuredDomainBoundaries.h | af13694deca85deeded54716799cfdb9abfa3f7f | [] | no_license | burlen/visit_vtk_7_src | 51679fab1faf337e2e3f09f11c0da9515b049e94 | 9e3ce699b44803850208f003a46c0577dca1858a | refs/heads/master | 2020-04-12T09:36:01.943093 | 2016-05-11T00:53:27 | 2016-05-11T00:53:27 | 51,111,375 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 4,464 | h | /*****************************************************************************
*
* Copyright (c) 2000 - 2015, Lawrence Livermore National Security, LLC
* Produced at the Lawrence Livermore National Laboratory
* LLNL-CODE-442911
* All rights reserved.
*
* This file is part of VisIt. For details, see https://visit.llnl... | [
"bonnell@18c085ea-50e0-402c-830e-de6fd14e8384"
] | bonnell@18c085ea-50e0-402c-830e-de6fd14e8384 |
3edb45a424fb78fa18591dc9cbffeaac333a6bd6 | 884e57c0899457ed25d325a9ed50a18c4c5e9753 | /socket/AsyncClient.h | edaa5a6dd49e2cc4f9e5a611071d5344437950de | [] | no_license | liujin1992112/cocos2dx-socket | 5953300b84d6ee1938c6c01c841ce225de40cfae | b8ed48b71462c63a38a7d5af28d2ba7af3974d9f | refs/heads/master | 2021-08-21T20:55:44.149836 | 2017-11-29T02:08:56 | 2017-11-29T02:08:56 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,543 | h | #ifndef ASYNC_CLIENT_IPV4_H
#define ASYNC_CLIENT_IPV4_H
#include "IAsyncClient.h"
#include "DetailNetCommonHead.h"
#include "NetCommOperate.h"
#include "SocketOperThread.h"
#include <string>
#include <mutex>
using std::string;
namespace simplecreator {
class AsyncClient:public IAsyncClient
{
public:
AsyncClient()... | [
"caochao88@gmail.com"
] | caochao88@gmail.com |
6915b7c2770be66f590ca3edc5997a6cfe0f4339 | 53a82f3f1af0d44d3886cea7925966617cd8db5c | /UVA/13275/14041071_AC_0ms_0kB.cpp | 2b2a9c504dd7a7a1c9d67deb58b3f25c2a93a426 | [] | no_license | kmtusher97/Solved-Problems | d24968a0b0fcb01ac3f13b4fb25ab6445c95d07b | 6882df43d0bbb62169e8216665ea9cfb0d875ba7 | refs/heads/master | 2020-04-09T11:34:40.283984 | 2018-12-04T07:53:37 | 2018-12-04T07:53:37 | 160,312,784 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 971 | cpp | /* BISMILLAHIR RAHMANIR RAHIM */
#include <bits/stdc++.h>
using namespace std;
#define FasterIO ios_base :: sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL)
#define sc scanf
#define pf printf
#define pb push_back
#define F first
#define S second
typedef long long intl;
typedef unsigned long long intu;
typedef ... | [
"kmtusher97@gmail.com"
] | kmtusher97@gmail.com |
8cc7d54971b1579bd50700d3f1376dbe3ddf6374 | 8056cf5fd477d70d577181eefa59ce1d77140dce | /src/desktop/desktop.cpp | 68fb868e770fd593151f44843d3ccfe1510885e7 | [] | no_license | geekprojects/awesome-desktop | bb80eb8b884271040be4c18789e964fb0e9eaf87 | d02ce19a0708e5260103688d9138bfcd8aa73375 | refs/heads/master | 2023-02-24T06:19:02.499419 | 2021-01-28T13:05:04 | 2021-01-28T13:05:04 | 333,760,971 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,277 | cpp | //
//
#include "desktop.h"
#include "screen.h"
#include "window.h"
#include <frontier/widgets/label.h>
using namespace std;
using namespace Awesome;
using namespace Frontier;
using namespace Geek;
using namespace Geek::Gfx;
DesktopApp::DesktopApp() : FrontierApp(L"Awesome Desktop")
{
}
DesktopApp::~DesktopApp() = ... | [
"ian@geekprojects.com"
] | ian@geekprojects.com |
10167dec4a47b5d799304443728fb1ec1be44982 | 021806922e8c30cee0481f121bb2524c30f2016b | /snippets/setithbit.cpp | c27003b0749b46a8874735b03d88f3b0c62c2546 | [] | no_license | apsknight/snippets | 5d0aeb44dd32a63faf15c67b0be572be4baf87d1 | 596edd2fee92db41ab031e1ffc59cdd08ad529d8 | refs/heads/master | 2022-02-20T07:25:25.919361 | 2019-10-03T18:04:47 | 2019-10-04T08:11:04 | 81,497,666 | 2 | 2 | null | 2019-10-04T08:11:08 | 2017-02-09T21:41:09 | C++ | UTF-8 | C++ | false | false | 50 | cpp | void extract(int& n, int i) {
n = n | (1 << i);
} | [
"aps10@iitbbs.ac.in"
] | aps10@iitbbs.ac.in |
3456f0b222da74ba5ab69421124fca5ff8e83386 | a9c12a1da0794eaf9a1d1f37ab5c404e3b95e4ec | /CTPServer/CTPSubMarketDataSA.h | cbd8e83455e910fda1232c3a033d7c262d773c46 | [] | no_license | shzdtech/FutureXPlatform | 37d395511d603a9e92191f55b8f8a6d60e4095d6 | 734cfc3c3d2026d60361874001fc20f00e8bb038 | refs/heads/master | 2021-03-30T17:49:22.010954 | 2018-06-19T13:21:53 | 2018-06-19T13:21:53 | 56,828,437 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 898 | h | /***********************************************************************
* Module: CTPSubMarketDataSA.h
* Author: milk
* Modified: 2015ๅนด3ๆ6ๆฅ 20:11:00
* Purpose: Declaration of the class CTPSubMarketData
***********************************************************************/
#if !defined(__CTP_CTPSubMarketDataS... | [
"rainmilk@gmail.com"
] | rainmilk@gmail.com |
7e4dfcb0a0f956fb62efff21d0eeb800d8a27335 | 586a03f4b93fd031f5eb677c7a43add038a4bc93 | /src/main.cpp | e2bef69e5a18a7b3795d37274171ba12c4cb6270 | [] | no_license | kmz42/cudacomp | 7d8b5e0f57cc15df4dbed0d573535f404025e221 | ee519a126dfb595c4ddb14195322277c90d36e6a | refs/heads/master | 2022-09-19T08:23:50.922986 | 2017-05-19T02:31:39 | 2017-05-19T02:31:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,372 | cpp | /**
* @file main.cpp
*
* @brief Executable entrypoint
*
* @author Sean James <seanjames777@gmail.com>
*/
#include <defs.h>
#include <parser/parse.h>
#include <codegen/codegen.h>
#include <statics/statics.h>
#include <ast/astprint.h>
#include <options.h>
#include <iostream>
#include <fstream>
std::shared_ptr<AST... | [
"seanjames777@gmail.com"
] | seanjames777@gmail.com |
bcccd8bf54b701301ac3924da7970ec67b2055da | cd8e140510f694df5f66b7acc0454ddc40e8be52 | /kd_tree/FLANN/algorithms/all_indices.h | baf641443a667a8ab73f3544b6c6e73f32aaae20 | [] | no_license | HaoLi-China/Mobility-Reconstruction | 721dc0c22ab1b4da12046b9bf6238267c1d20b95 | 7c4c02bffe0ff0a14e9f7189fad4c7ebf1404e86 | refs/heads/master | 2020-04-15T23:56:07.235922 | 2015-08-29T02:37:13 | 2015-08-29T02:37:13 | 40,639,055 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,643 | h | /***********************************************************************
* Software License Agreement (BSD License)
*
* Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved.
* Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved.
*
* Redistribution and use in source and bi... | [
"gwwan.nudt@gmail.com"
] | gwwan.nudt@gmail.com |
93ac5e482cdcbdf3482b90b721c139a2fb417ebc | 35908bc7f573a4b1ca99bb026f7bbe07261952cc | /Volume I/sgu137.cpp | 0010be71ada98f3ca9ccc8270a83918aefdb07bd | [
"MIT"
] | permissive | yuhc/sgu-solution | 5257fe112b2d2e3ac55b1f0cf359b57269f69320 | bc6f7d680da0b28c8e0aa83ea36c79f817a3c20f | refs/heads/master | 2021-06-25T03:07:23.008745 | 2016-12-20T06:15:15 | 2016-12-20T06:15:15 | 32,255,735 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 784 | cpp | /* SGU ID: #137
* Type : Construction
* Author: Hangchen Yu
* Date : 02/15/2015
*/
#include <cstdio>
#include <cstring>
#include <algorithm>
#include <vector>
#include <utility>
#include <cmath>
int main() {
int n, k;
scanf("%d%d", &n, &k);
bool bj[n];
int num, t;
f... | [
"yuhc123@gmail.com"
] | yuhc123@gmail.com |
d8ed1705eaaec8883fd941fedb3d599148cc401c | 9ee7bf8a1822d28b674a384dfde7ab47684ee5b6 | /Darchangel/Source/Darchangel/WallJumpTriggerBox.h | 12ab2643ce2a9f86e21ba2eda950619826fa9144 | [] | no_license | kahou0120424/Darchangel-Sector-8 | f5b112e16e4556b2c440e0a542a028898c1346f2 | 1808dc19d9479945bdc840b53d8c7be76395252c | refs/heads/master | 2023-05-24T05:40:09.155366 | 2020-12-18T11:02:13 | 2020-12-18T11:02:13 | 282,222,284 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 640 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Engine/TriggerBox.h"
#include "WallJumpTriggerBox.generated.h"
/**
*
*/
UCLASS()
class DARCHANGEL_API AWallJumpTriggerBox : public ATriggerBox
{
GENERATED_BODY()
protected:
virtual v... | [
"0120424@kdu-online.com"
] | 0120424@kdu-online.com |
3f552009480794e27f6a5fc645d8ee3467b2da6f | 6aeccfb60568a360d2d143e0271f0def40747d73 | /sandbox/maps/boost/maps/support/includes.hpp | 9b1a529f82beb2df3ae500efab1a83b20b2d699f | [] | no_license | ttyang/sandbox | 1066b324a13813cb1113beca75cdaf518e952276 | e1d6fde18ced644bb63e231829b2fe0664e51fac | refs/heads/trunk | 2021-01-19T17:17:47.452557 | 2013-06-07T14:19:55 | 2013-06-07T14:19:55 | 13,488,698 | 1 | 3 | null | 2023-03-20T11:52:19 | 2013-10-11T03:08:51 | C++ | UTF-8 | C++ | false | false | 747 | hpp | //--
// Copyright (c) 2010-2011 Brian Smith
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.org/libs/maps for documentation.
//--
#if !defined( BOOST_MAPS_SUPPORT_INCLUDES_HPP )
#define... | [
"bjs3141@gmail.com"
] | bjs3141@gmail.com |
80824c83512e3a3bc236750fea1454f6d3a7f182 | 55d560fe6678a3edc9232ef14de8fafd7b7ece12 | /libs/math/reporting/performance/test_ellint_2c.cpp | 35911cb722c45ed460a4607babd3613ea05baf66 | [
"BSL-1.0"
] | permissive | stardog-union/boost | ec3abeeef1b45389228df031bf25b470d3d123c5 | caa4a540db892caa92e5346e0094c63dea51cbfb | refs/heads/stardog/develop | 2021-06-25T02:15:10.697006 | 2020-11-17T19:50:35 | 2020-11-17T19:50:35 | 148,681,713 | 0 | 0 | BSL-1.0 | 2020-11-17T19:50:36 | 2018-09-13T18:38:54 | C++ | UTF-8 | C++ | false | false | 4,847 | cpp | // Copyright John Maddock 2015.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifdef _MSC_VER
# pragma warning (disable : 4224)
#endif
#include <boost/math/specia... | [
"james.pack@stardog.com"
] | james.pack@stardog.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.