blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0ed6325fe599ab34e53919dba7e9d20a710e0e74 | c3ec29084bee36982cbb244b65ff96a3210c49a3 | /6.cpp | fcc132f6db406943676bcd1685bb461ac6eaf5ec | [] | no_license | mirnasumopawiro/Challenges-chapter-11 | 7005d6e7fd1dbd3f561b88fc6cd4751a5a4b7a65 | 18c6215c7119fe39db269a1a1d7eb7b4dceebbd7 | refs/heads/master | 2021-01-11T04:44:36.297874 | 2016-10-18T08:42:39 | 2016-10-18T08:42:39 | 71,127,676 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,465 | cpp | //
// 6.cpp
// 17 oct
//
// Created by Mirna Sumopawiro on 10/17/16.
// Copyright © 2016 Mirna Sumopawiro. All rights reserved.
//
#include <iostream>
#include <iomanip>
using namespace std;
struct playerData
{
string name;
int number;
int points;
};
int main ()
{
const int NUM_PLAYER = 12;
p... | [
"mirnasumopawiro@Rudys-MacBook-Pro.local"
] | mirnasumopawiro@Rudys-MacBook-Pro.local |
295d3be275b8b4861217f133a956ebe7308e7772 | 7ee32ddb0cdfdf1993aa4967e1045790690d7089 | /Codeforces/T3CHFESTProblem6.cpp | 1352703b289e206dc8d0222dc9519e2b5fee2933 | [] | no_license | ajimenezh/Programing-Contests | b9b91c31814875fd5544d63d7365b3fc20abd354 | ad47d1f38b780de46997f16fbaa3338c9aca0e1a | refs/heads/master | 2020-12-24T14:56:14.154367 | 2017-10-16T21:05:01 | 2017-10-16T21:05:01 | 11,746,917 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 777 | cpp | #include <iostream>
#include <sstream>
#include <vector>
#include <string>
#include <algorithm>
#include <utility>
#include <set>
#include <map>
#include <deque>
#include <queue>
#include <cmath>
#include <cstdlib>
#include <ctime>
#include <cstdio>
#include <stdio.h>
using namespace std;
int equalization_steps ( con... | [
"alejandrojh90@gmail.com"
] | alejandrojh90@gmail.com |
176e55ba515bad0679b51728ce76d3ddf05e212c | 335e56925e49716c7b7766f2bbca71590e0c77a8 | /hdoj/Problem Achieve/1097 A hard puzzle.cpp | 7fe1e6b1b19f0b1f39209c4c50a5954062b64442 | [] | no_license | suzumiyayuhi/AlgorithmTraining | 388b9bfd5aed5d76a20c71ad03b69a5269d2e7a7 | 1af9584fde2ec209429e6b85c5e0381685733c16 | refs/heads/master | 2021-01-18T17:54:03.491535 | 2018-01-20T10:57:12 | 2018-01-20T10:57:12 | 86,822,395 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 348 | cpp | #include<cstdio>
#include<iostream>
using namespace std;
int tab[10][4]={0,0,0,0,
1,1,1,1,
2,4,8,6,
3,9,7,1,
4,6,4,6,
5,5,5,5,
6,6,6,6,
7,9,3,1,
8,4,2,6,
9,1,9,1};
int main()
{
int n,c,res;
while(cin>>n>>c)
{
n%=10;
c%=4;
if(c!=0)
res=tab[n][c-1];
else
res=tab[n][3];... | [
"923051761@qq.com"
] | 923051761@qq.com |
9cd9ca1147471402e5deba2074980575f8ebe822 | de5f555645ac0f70a129d5531fdc3934b1803bea | /Online-Judges/SPOJ/NAKANJ.cc | 5b7dd8c7a72b948608267b567afe3c329b4ee359 | [] | no_license | kaushal02/CP | 52737875c70a40b3e0f7885b2553fdb1b7447bf9 | 704543bcd17e75759a584f88300033a348dc71ab | refs/heads/master | 2022-10-20T06:59:33.421829 | 2022-10-18T05:25:54 | 2022-10-18T05:26:20 | 70,631,083 | 33 | 18 | null | 2018-10-26T13:48:52 | 2016-10-11T20:09:00 | C++ | UTF-8 | C++ | false | false | 2,486 | cc | #include <iostream>
#include <cassert>
#include <vector>
#include <queue>
using namespace std;
class ChessBoardKnights {
const int dx[8] = {-1, 1, -2, 2, -2, 2, -1, 1};
const int dy[8] = {-2, -2, -1, -1, 1, 1, 2, 2};
struct node {
int x, y, steps;
node(int _x, int _y, int _steps): x(_x), y(... | [
"kaushal0181@gmail.com"
] | kaushal0181@gmail.com |
f2ef5cb6e1965f4379541112dae262f9ee17e35d | c5b90ffa3acbefa7582bc73b43fa71a177853094 | /main.cpp | c2e0ef5fe36f4a1288baed1feaa2f97112b9bdaa | [] | no_license | keptil/NICOLE-AI | 89afe39c25268ec2f23e1a7407e8f099c52dcced | 6175211142192c4ad5368374b51a1c80d6924536 | refs/heads/master | 2021-01-19T00:39:34.258177 | 2010-10-09T03:19:30 | 2010-10-09T03:19:30 | 925,300 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 952 | cpp | #include <iostream>
#include <string>
#include "strmath.cpp"
#include "nicole_server.cpp"
using namespace std;
int main()
{
Tokenizer token;
token.add_break("!, :");
SERVER_INTERFACE *servint = new SERVER_INTERFACE();
cout << "Waiting for connections...\n";
while (!servint->Listen())
{
cout << "Waitin... | [
"keptilguitarplayer@gmail.com"
] | keptilguitarplayer@gmail.com |
7bc3be683bb381b89b73b18e6b114de4e71c5c99 | 9393361c9528b8f3d2942218fbad22830c362d1b | /session13/01LinkedList.cc | faf7a4b69604f9576b5057ec3c4466426affd7c5 | [] | no_license | 007Robin/Practice | 062b661208e2ac3f9e4f675800dc33a20e7e0785 | a619c9d2d3d891d90d1af14dec204a9b53ad8570 | refs/heads/master | 2021-06-09T09:30:54.946624 | 2020-08-24T03:43:46 | 2020-08-24T03:43:46 | 100,123,229 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 878 | cc | #include "01LinkedList.hh"
//template<typename T>
LinkedList::LinkedList(){
head = nullptr;
}
//template<typename T>
void LinkedList::addFirst(const string& v){
head = new Node(head, v);
}
//template<typename T>
void LinkedList::addLast(const string& v){
if(head == nullptr){
head = new Node(nullptr, v);
return;... | [
"noreply@github.com"
] | 007Robin.noreply@github.com |
ea7a2106215317a949e90e90658eeab8367b3149 | 5899fefb8ec219f1b05035ec0c3c36c126c535a8 | /Data structures/Trees/Balanced Binary Tree.cpp | 93b98ae14fa75ed17ecc7608ac17eef59b4fc006 | [] | no_license | barani008/C-programs | ae702b58292e3439e1737c41cc95894132723162 | a8ea485c0b01b7d4051bea6b12dcd8111b0651ab | refs/heads/master | 2021-01-06T20:35:03.911077 | 2017-10-02T02:33:40 | 2017-10-02T02:33:40 | 99,524,882 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 892 | cpp | /**
Given a binary tree, determine if it is height-balanced.
For this problem, a height-balanced binary tree is defined as a binary tree in which the depth of the two subtrees of every node never differ by more than 1.
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
... | [
"barani008@gmail.com"
] | barani008@gmail.com |
b0a268d0639f0acbbb591452d436617819332e11 | b1cd56bd4445a9a4b6dc1c164a41cc229b968c46 | /CODEFORCES/DIVISON 2/696/z.cpp | b92f1599823d2cb57324c5c4771d15d162ee7763 | [] | no_license | Manvityagi/Codechef-Codeforces-spoj | ee6668d8dee2c13adc1592ed53f5d1ce10accc46 | 2ea51729061f140086e967d90d5a52c634375676 | refs/heads/master | 2023-04-26T05:34:30.473878 | 2021-06-02T13:09:27 | 2021-06-02T13:09:27 | 201,567,207 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 691 | cpp | #include <bits/stdc++.h>
using namespace std;
#define PB push_back
#define F first
#define S second
#define MP make_pair
#define LL long long
#define ULL unsigned long long
#define LB lower_bound
#define MOD1 1000000007
#define MOD2 1000000009
#define int LL
#define pii pair<int,int>
#define all(a) a.begin(), a.end()
... | [
"manvityagi770@gmail.com"
] | manvityagi770@gmail.com |
21e43fd57fdcb8bc826ed04892fe447215059aa4 | 3cf9e141cc8fee9d490224741297d3eca3f5feff | /C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-12081.cpp | 1acb093375dff0091bb9fb0847a30834c24d1695 | [] | no_license | TeamVault/tauCFI | e0ac60b8106fc1bb9874adc515fc01672b775123 | e677d8cc7acd0b1dd0ac0212ff8362fcd4178c10 | refs/heads/master | 2023-05-30T20:57:13.450360 | 2021-06-14T09:10:24 | 2021-06-14T09:10:24 | 154,563,655 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,711 | cpp | struct c0;
void __attribute__ ((noinline)) tester0(c0* p);
struct c0
{
bool active0;
c0() : active0(true) {}
virtual ~c0()
{
tester0(this);
active0 = false;
}
virtual void f0(){}
};
void __attribute__ ((noinline)) tester0(c0* p)
{
p->f0();
}
struct c1;
void __attribute__ ((noinline)) tester1(c1* p);
struct c1
{
bool ac... | [
"ga72foq@mytum.de"
] | ga72foq@mytum.de |
7abc03fde70c4fbc9ac2d8818cf446ef153a0f31 | 9016e3870e9e06957f25e127b3f50225db4d65b4 | /src/net/http/http_auth_handler_ntlm_portable.cc | 37022cd4b2b86c3f20132a09b81be51e7dafdbe3 | [
"BSD-3-Clause"
] | permissive | bylond/naiveproxy | f0a30493e0662251247a87c73a1b73388ef16d1b | a04a8330a8bb0d0892259cf6d795271fbe6e6d0e | refs/heads/master | 2021-02-02T00:46:35.836722 | 2020-03-11T03:43:22 | 2020-03-11T03:43:22 | 243,525,007 | 1 | 0 | BSD-3-Clause | 2020-03-11T03:43:23 | 2020-02-27T13:23:59 | null | UTF-8 | C++ | false | false | 6,352 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "net/http/http_auth_handler_ntlm.h"
#include "base/base64.h"
#include "base/metrics/histogram_macros.h"
#include "base/rand_util.h"
#include... | [
"kizdiv@gmail.com"
] | kizdiv@gmail.com |
02c92da178263af99c2c09237a230b808344c01c | db2a9059ece34bbce9fdd532a265ace38f0e1196 | /Timus/Graph Theory/1982.cpp | 2c039c6509199f487ead39c45a5724e87b0d9e50 | [] | no_license | aayushdw/Competitve | 65eba6f385a2fd047512d577e809480e8c75aadf | d883b80363f2447a353a1cd5d33ee33ea9ae217e | refs/heads/master | 2020-04-11T15:15:07.254957 | 2019-01-14T21:27:29 | 2019-01-14T21:27:29 | 161,885,303 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,269 | cpp | #include<bits/stdc++.h>
#define si(x) scanf("%d",&x)
#define sf(x) scanf("%lf",&x)
#define sl(x) scanf("%lld",&x)
#define pr(x) printf("%d\n",x)
#define prll(x) printf("%lld\n",x)
#define ll long long int
#define ull unsigned long long int
#define F first
#define S second
#define rep(i,x,y) for(int i=x;i<y;i++)
#... | [
"aayushdw@gmail.com"
] | aayushdw@gmail.com |
753f8ec7e62ef51981ca912cb416a309350ba9ab | a72d01c6c8dfdd687e9cc9b9bf4f4959e9d74f5d | /PRINCIPLE/plato/include/plato/import/shopImporter.hpp | b3cc0c3e8552b9364625db657c71be4fea4a878a | [] | no_license | erinmaus/autonomaus | 8a3619f8380eae451dc40ba507b46661c5bc8247 | 9653f27f6ef0bbe14371a7077744a1fd8b97ae8d | refs/heads/master | 2022-10-01T01:24:23.028210 | 2018-05-09T21:59:26 | 2020-06-10T21:08:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 386 | hpp | // This file is a part of PRINCIPLE.
//
// Look, but don't touch.
//
// Copyright 2017 [bk]door.maus
#ifndef PLATO_IMPORT_SHO_IMPORTER_HPP
#define PLATO_IMPORT_SHO_IMPORTER_HPP
#include "plato/import/importer.hpp"
namespace plato
{
class ShopImporter : public Importer
{
public:
int import(
const Json::Value&... | [
"squeak@erinmaus.com"
] | squeak@erinmaus.com |
f0a3dba789bdd4eb828bca8a2597f2e2f440cb31 | c861202141e29f79e9a358bb072cf7fd64fcc66e | /ClassOJ-2019Spring/class_3_6.cpp | 9aa4c63f26e0a529f5fae07cb6da0ae65d96c386 | [] | no_license | fanleehao/Algorithm | 363aaecaf722d6c0d49703bc93745db83849f8b4 | 7b6b8514850bd746100ea58d777bf3e81f26e827 | refs/heads/master | 2020-04-25T16:16:52.515036 | 2019-08-15T12:17:40 | 2019-08-15T12:17:40 | 172,905,375 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,535 | cpp | #include<iostream>
#include<math.h>
#include<algorithm>
#include<string.h>
#include<string>
#include<stdlib.h>
#include<stdio.h>
#include<vector>
#include<sstream>
#include<iomanip>
#include<stack>
#include<map>
#include<cstdlib>
#include<bits/stdc++.h>
#define LL long long //9223372036854775807(19位) 2的63次方
#de... | [
"fanleehao@gmail.com"
] | fanleehao@gmail.com |
8a42526c264a74b701301f313048e691a21366b7 | ef927955ec4904a79f11be34038af7f6f75bd31f | /grxsdk/inc/ModelDocObj/DbViewRepStandard.h | 38ed29bdb415a26806c2a168e34331e25d88b971 | [] | no_license | 15831944/arxloader | 610842b913b1fea16133564ff532a4207daf076a | b9d2888953b04ab53743ddae6751d871d2a23dae | refs/heads/master | 2023-04-13T14:54:28.462797 | 2021-04-27T12:37:05 | 2021-04-27T12:37:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,766 | h | ///////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2002-2021, Open Design Alliance (the "Alliance").
// All rights reserved.
//
// This software and its documentation and related materials are owned by
// the Alliance. The software may only be incorporated into applica... | [
"dengtao@gstarcad.com"
] | dengtao@gstarcad.com |
1413a823e060c04fb3b601a97fc3824e7faa6d26 | b0dd7779c225971e71ae12c1093dc75ed9889921 | /libs/wave/test/testwave/testfiles/t_4_002.cpp | 3a303bd83421f6302f9997a15d58b2db2292f0b2 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSL-1.0"
] | permissive | blackberry/Boost | 6e653cd91a7806855a162347a5aeebd2a8c055a2 | fc90c3fde129c62565c023f091eddc4a7ed9902b | refs/heads/1_48_0-gnu | 2021-01-15T14:31:33.706351 | 2013-06-25T16:02:41 | 2013-06-25T16:02:41 | 2,599,411 | 244 | 154 | BSL-1.0 | 2018-10-13T18:35:09 | 2011-10-18T14:25:18 | C++ | UTF-8 | C++ | false | false | 859 | cpp | /*=============================================================================
Boost.Wave: A Standard compliant C++ preprocessor library
http://www.boost.org/
Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost
Software License, Version 1.0. (See accompanying file
LICENSE_1_0... | [
"tvaneerd@rim.com"
] | tvaneerd@rim.com |
2aabbd67e0ed8106c28c01c4d1f9d4d6f367566f | d233b426ee3462457a35bcb97d54d418fba25e6c | /Source/Services/Tournaments/WinRT/TournamentRequest_WinRT.h | c3eb1860737b7fc4a142d85a062ccdee1df2ca93 | [
"MIT"
] | permissive | tunip3/xbox-live-api | 28f133108bcb704ac7e17c815512b7e95abde8f7 | b383a6e2655ad1a2e83f26130b729b5c3365ad4b | refs/heads/master | 2020-04-14T08:35:51.520297 | 2018-10-11T00:04:38 | 2018-10-11T00:04:38 | 163,739,047 | 1 | 0 | MIT | 2019-01-01T13:33:43 | 2019-01-01T13:33:43 | null | UTF-8 | C++ | false | false | 2,275 | h | // Copyright (c) Microsoft Corporation
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#include "xsapi/tournaments.h"
#include "TournamentState_WinRT.h"
#include "TournamentOrderBy_WinRT.h"
#include "TournamentSortOrder_WinRT.h"
#include "TournamentSta... | [
"noreply@github.com"
] | tunip3.noreply@github.com |
586f866e6bb8b0345d12a465e14543cd391503fe | af46a6ce4f2cd93f767ee4a7f5fb3b2cf35bcf13 | /sfc_ItemRank_single/similarity.cpp | dcf72b76f8134ce762eba7083ebaee7bef0fb48a | [] | no_license | Yorwxue/Recommender-System | f29a92429d83fe8c128ea790492d744851107edd | 6e7b7df5602ffc7b99b400e593b1471039a98c04 | refs/heads/master | 2020-12-02T11:11:09.981262 | 2017-07-08T10:41:33 | 2017-07-08T10:41:33 | 96,612,623 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,554 | cpp | #include"Header.h"
float Similarity(float A[], float B[], int Length, int kind)
{
//for case 1
float variation = 0, innerProduct = 0;
//for case 2
float NormA = 0;
float NormB = 0;
float AB = 0;
float Similarity;
//
switch (kind)
{
case 1:
/*Euclidean distance*/
for (int i = 0; i < Lengt... | [
"noreply@github.com"
] | Yorwxue.noreply@github.com |
13386a00e3dd56500f1f21764854d5cf9b2e27fc | f411a52183dce35b12b64431d07720c01a37cd45 | /复习——指针作为函数参数.cpp | e871b0c5604a136093094ff5a01f94991744bd0e | [] | no_license | BackTo2012/C-Plus-Plus-Review | 283c824af5c134550f16f75cc9ecd4f9fed9ad2d | 9afaf758857f00b3436f36dd88ef56c08eb978c6 | refs/heads/main | 2023-06-04T11:48:13.447514 | 2021-06-30T03:56:27 | 2021-06-30T03:56:27 | 378,797,528 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 273 | cpp | //StudybarCommentBegin
#include <iostream>
using namespace std;
void swap(int *, int *);
int main( )
{
int i, j;
cin >> i >> j ;
swap(&i, &j);
cout << i << " " << j << endl;
return 0;
}
//StudybarCommentEnd
void swap(int *a, int *b)
{
int p = *a;
*a = *b;
*b = p;
} | [
"1742331636@qq.com"
] | 1742331636@qq.com |
6128e824edfbfe9979d43bc1f5bfef2babf31279 | 8d81f8a15efd9a4d0f11ac3fe64d822eb98bd37d | /1_leetcode/pascalTri2.cpp | cc10a7520b21e9ff5e217691c84530b0bfe7833f | [] | no_license | wyxmails/MyCode | b32a14d3b3a63dd9b3049d266231728419ed60d1 | 641abffc65b52b6f4a279432a8c4037a3b6a900c | refs/heads/master | 2020-12-25T17:24:03.304677 | 2016-08-28T14:05:10 | 2016-08-28T14:05:10 | 18,900,363 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 466 | cpp | /*
Given an index k, return the kth row of the Pascal's triangle.
For example, given k = 3,
Return [1,3,3,1].
Note:
Could you optimize your algorithm to use only O(k) extra space?
*/
class Solution {
public:
vector<int> getRow(int rowIndex) {
vector<int> vec(1,1);
for(int i=1;i<=rowIndex;++i){
... | [
"wyxmails@gmail.com"
] | wyxmails@gmail.com |
66e311e662fbb312ca4bf5ce565d39beedef5b0e | 6fd0e447cea20bf83aaaa36a3ecd5ee08f7e19ab | /include/Imath/ImathForward.h | 8741652173b99613516945b45fe5fb2cad75328b | [
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla"
] | permissive | betajippity/Nuparu | 86bf69b9b15fda96d727640582fc76b396ccde11 | 04e8812a2599585213afa782e42eeb42d00f6626 | refs/heads/main | 2023-04-03T22:33:24.095187 | 2023-03-22T19:02:19 | 2023-03-22T19:02:19 | 12,554,728 | 16 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 2,291 | h | //
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//
#ifndef INCLUDED_IMATHFORWARD_H
#define INCLUDED_IMATHFORWARD_H
#include "ImathNamespace.h"
#include "ImathExport.h"
IMATH_INTERNAL_NAMESPACE_HEADER_ENTER
/// @cond Doxygen_Suppress
//
// Basic template type declaratio... | [
"betajippity@gmail.com"
] | betajippity@gmail.com |
5c98d677cffdc95e692e913a50c367f745f8ff6d | 2a8a290eb1d0703a7c7b21429b07870c5ffa868e | /Include/NiStreamOutSettings.inl | 27ee0cac440faaee7dcfa78e2e13a82aef352512 | [] | no_license | sigmaco/gamebryo-v32 | b935d737b773497bf9e663887e326db4eca81885 | 0709c2570e21f6bb06a9382f9e1aa524070f3751 | refs/heads/master | 2023-03-31T13:56:37.844472 | 2021-04-17T02:30:46 | 2021-04-17T02:30:46 | 198,067,949 | 4 | 4 | null | 2021-04-17T02:30:47 | 2019-07-21T14:39:54 | C++ | UTF-8 | C++ | false | false | 2,389 | inl | // EMERGENT GAME TECHNOLOGIES PROPRIETARY INFORMATION
//
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Emergent Game Technologies and may not
// be copied or disclosed except in accordance with the terms of that
// agreement.
//
// Copyright (c) 1996-... | [
"veryzon@outlook.com.br"
] | veryzon@outlook.com.br |
d61c316f985a6cc823b45f5261b9e3e6de41a003 | 3591d9986aeb633de14da54a84ef80e2958067d7 | /2A-Solutions/Problems 30-39/Problem 31.cpp | 9006341cd7f17213e3b71e267d178bf8c82f40c9 | [] | no_license | Anshul1507/a2oj-Ladder | 3fb05befce2d5b11381a09d29b8c77b968f6bfcb | 1203aad05595093ded7818d68942bc816e7d4651 | refs/heads/master | 2022-07-28T23:00:18.390815 | 2020-05-23T15:42:52 | 2020-05-23T15:42:52 | 214,992,394 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 745 | cpp | //A - Choosing Teams (C++)
#include<bits/stdc++.h>
#define ll long long int
#define HACKS std::ios::sync_with_stdio(false);cin.tie(NULL);
#define pb push_back
#define mp make_pair
#define fi first
#define se second
using namespace std;
int main()
{
HACKS
int n,k;
cin >> n >> k;
vector <int> v;
vector< ... | [
"noreply@github.com"
] | Anshul1507.noreply@github.com |
f500db2fcbcd22124e7d1e204851d3b1ab16da86 | ddac68a34a739146e7d006bcaf8b5af5fe16b70f | /register.h | d790fac9645e49b1daddee87e06d94b53d4d417e | [] | no_license | SahajGandhi/Airline_management | 2a7fa014f3b4b1305dea0a00dd8b5e6e5973222c | bd03cf364c745ada4642846cc6cbf22e171146a2 | refs/heads/master | 2020-12-29T00:56:05.260149 | 2016-01-14T19:09:58 | 2016-01-14T19:09:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,059 | h | #ifndef STRING
#define STRING
#include<string>
#endif
#ifndef IOSTREAM
#define IOSTREAM
#include<iostream>
#endif
#ifndef USER
#define USER
#include "user.h"
#endif
#ifndef DATABASE
#define DATABASE
#include "database.h"
#endif
using namespace std;
/* A driver function is called by external modules to a... | [
"abhishek.r.divekar@gmail.com"
] | abhishek.r.divekar@gmail.com |
56944e8d8f67fa0d8657ad27e1e068d11091af17 | 951618d338164be89acfb3a62f416d814de13965 | /Eshaan/Day-69.cpp | db0f7e0d513ab970e10aad7d1e3d89ac8677d4c1 | [] | no_license | eshaananand/100-Days-of-Code | ada8f45eeac283d2fb3915946f8f71b2c168611c | 7603eebf1a4b027b61d67a060dd79416b26a13a4 | refs/heads/main | 2023-08-20T06:16:37.154598 | 2021-09-21T13:17:50 | 2021-09-21T13:17:50 | 378,913,801 | 0 | 0 | null | 2021-06-21T11:53:23 | 2021-06-21T11:53:22 | null | UTF-8 | C++ | false | false | 579 | cpp | //https://www.hackerrank.com/challenges/taum-and-bday/problem
//HackerRank Day-69
#include <string>
#include <vector>
#include <cstdlib>
#include <iostream>
int main()
{
int t; std::cin >> t;
while (t-- > 0) {
unsigned long long b,w,x,y,z;
std::cin >> b >> w
>> x >> y >> z;
... | [
"eshaananand2911@gmail.com"
] | eshaananand2911@gmail.com |
485192d8f3b25931d17dd4126ed79d471afaec68 | 0966cd07ddd90d953805a4861ff109cccfab5b69 | /Summer_Training_2014/A/A_add.cpp | 2fb50cf0d6c6fc52946096cde5eae107d0e2b7e3 | [
"MIT"
] | permissive | zubie7a/Algorithms | e2a4f8a804883191e0fa46327696b34c07700ee8 | ffe317f9a984319fbb3c1811e2a438306fc4eee9 | refs/heads/master | 2022-12-09T04:50:31.953797 | 2022-12-08T08:34:52 | 2022-12-08T08:34:52 | 2,922,675 | 10 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,968 | cpp | /*Santiago Zubieta*/
#include <iostream>
#include <numeric>
#include <fstream>
#include <climits>
#include <cstring>
#include <cstdio>
#include <cmath>
#include <queue>
#include <list>
#include <map>
#include <set>
#include <stack>
#include <deque>
#include <vector>
#include <string>
#include <cstdlib>
#include <casser... | [
"santiago.zubieta@gmail.com"
] | santiago.zubieta@gmail.com |
9c91caf63a15be4de58c0e7515a164d82b62e969 | 28ee21a8f1ef96dc929bd49562583a5a145ef158 | /Main.cpp | cc4f032443b3657889e6f8392585ab23edb5769d | [] | no_license | SeniorMalkin/MPI_Lab3 | 24deb6f84805631f1c67d828ca88c4d21c8d2d07 | 5851ce777492abd1287b97b8a71f193ceb9f7e59 | refs/heads/master | 2020-04-11T05:31:18.900569 | 2018-12-12T22:27:32 | 2018-12-12T22:27:32 | 161,552,040 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,202 | cpp |
#define _USE_MATH_DEFINES
#define STB_IMAGE_IMPLEMENTATION
#define SIGMA 2
//#include "stb_image.h"
#include <stdint.h>
#include <stdio.h>
#include <mpi.h>
#include <math.h>
#include <stdlib.h>
typedef unsigned char uint8_t;
void generateKernel(double* kernel, int sigma) {
for (int i = -1; i <= 1; i++) {
for (i... | [
"senior.malkin2014@yandex.ru"
] | senior.malkin2014@yandex.ru |
9b2eea4363a9fb87faf47e9e45d656946bce3f3c | 72e08c020541364f00f2f2e1858a41b1d3e25c56 | /11101.cpp | b73eb68552cbea341efa011c14252d373f8c1550 | [] | no_license | shreyan-jaiswal/UVa-solutions | 51e8ab017723ae37c18823e4766b804ac7e2ca35 | 2263a4059045b3a93f7e598c5f18f25a973164ea | refs/heads/master | 2020-06-18T09:16:21.496199 | 2019-07-10T17:31:01 | 2019-07-10T17:31:01 | 196,248,673 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,189 | cpp | #include <bits/stdc++.h>
using namespace std;
#define watch(x) #x << "=" << x << ", "
typedef pair<int, int> ii;
typedef pair<int, ii> iii;
int p1, p2, dest[2001][2001], vis[2001][2001],x,y;
int dx[4] = {1, 0, -1, 0};
int dy[4] = {0, 1, 0, -1};
int main(){
while(cin >> p1, p1){
queue<iii> q; memset(vis, 0... | [
"sjaiswa2@andrew.cmu.edu"
] | sjaiswa2@andrew.cmu.edu |
f0257a1606c0cccef3294e83c980f826559e3a48 | 5838cf8f133a62df151ed12a5f928a43c11772ed | /NT/sdktools/custcon/aboutdlg.cpp | fcd18a76240f1eaacd34d319649c6090cc492eaa | [] | no_license | proaholic/Win2K3 | e5e17b2262f8a2e9590d3fd7a201da19771eb132 | 572f0250d5825e7b80920b6610c22c5b9baaa3aa | refs/heads/master | 2023-07-09T06:15:54.474432 | 2021-08-11T09:09:14 | 2021-08-11T09:09:14 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,956 | cpp | //////////////////////////////////////////////////////////////////////
//
// AboutDlg.cpp
//
// 1998 Jun, Hiro Yamamoto
//
#include "stdafx.h"
#include "custcon.h"
#include "AboutDlg.h"
#include <malloc.h>
/////////////////////////////////////////////////////////////////////////////
// アプリケーションのバージョン情報で使われている CAboutD... | [
"blindtiger@foxmail.com"
] | blindtiger@foxmail.com |
6cdd61a9b6b077baeee61f4a8dc2510c13ccea75 | 1013ae3eec15ece0c05d0307d79a511021205173 | /Microsoft.WindowsAzure.Storage/src/stdafx.cpp | bd6f3c2b72114ab49bad891e1ba04d56f026673b | [
"Apache-2.0"
] | permissive | Azure/azure-storage-cpp | 25548ce8ef000ed6d07ee4cbbf8661f9c817c30b | a94f027b498471865d515b9fb719d0c4c40696f7 | refs/heads/master | 2023-05-17T01:46:01.161703 | 2023-03-28T16:48:43 | 2023-03-28T16:48:43 | 13,808,985 | 145 | 164 | Apache-2.0 | 2023-03-28T16:48:45 | 2013-10-23T17:01:47 | C++ | UTF-8 | C++ | false | false | 1,188 | cpp | // -----------------------------------------------------------------------------------------
// <copyright file="stdafx.cpp" company="Microsoft">
// Copyright 2013 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with ... | [
"sozler@microsoft.com"
] | sozler@microsoft.com |
dce51f5bf9a303e2bf182d106f03709259f306ea | 39a063a9a81eb5d8776ca04d7824a6d2fa1ff144 | /src/libtidelog/Chunk.h | c62a5991e2a146b7656adeb399e8b6229063f805 | [] | no_license | mgoettin/libtidelog | 0f667b986f44c2868622383ea45dccb177fce9fe | 8f96059eea17a666d309aec0bd30ebf158182c11 | refs/heads/master | 2021-01-18T03:00:08.981850 | 2011-08-15T10:07:46 | 2011-08-15T10:07:46 | 2,205,037 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 906 | h | *
* File: chunk.hpp
* Author: ingo
*
* Created on 22. April 2011, 23:46
*/
#pragma once
#include "tidestruct.hpp"
#include <iosfwd>
namespace tide {
namespace log {
class ChunkEntry {
private:
const uint64_t timestamp;
const uint64_t length;
public:
ChunkEntry(const uint64_t timestamp, cons... | [
"michael.goetting@gmx.de"
] | michael.goetting@gmx.de |
d96c507cc2a01eb2b6104ff0ac76ed35775e7e5d | 136be4680aa6d8042ea5b168856993422ca2740f | /d06/ex01/Serialize.hpp | c4f43c068e705df946f6709c002848bb0b3cfc4a | [] | no_license | ivoriik/cpp_piscine | e1e76f17e1abf47f4f8ab24bae409ce9be069f7b | eb47a1c7fb2bd22a0d817b1b78e05b363d9db88e | refs/heads/master | 2022-01-21T03:45:29.884005 | 2019-07-07T09:42:05 | 2019-07-07T09:42:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 187 | hpp | #ifndef SERIALIZE_HPP
#define SERIALIZE_HPP
#include <string>
struct Data
{
std::string s1;
int nb;
std::string s2;
};
void *serialize(void);
Data *deserialize(void *raw);
#endif | [
"nama_om@ymail.com"
] | nama_om@ymail.com |
e1208d9f465dbb397323ea17cd6630ef9fc30aa7 | 872a2ace51c1f0e6576f8429d2b0f0324f324ef3 | /Qt/ZeroClassGenerator/fencodegenere.h | 40011aec334f5f05ae507aa57f73f14ddb43c786 | [] | no_license | asgards1990/learningCPP | 365d403057f26cf5fee481761e78326d150ba03e | e50c97d23c2cafbd4557625b05fbf080f2bdb310 | refs/heads/master | 2021-01-10T21:17:57.191262 | 2015-01-14T04:40:46 | 2015-01-14T04:40:46 | 19,703,476 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 535 | h | #ifndef FENCODEGENERE_H
#define FENCODEGENERE_H
#include <QWidget>
#include <QDialog>
#include <QVBoxLayout>
#include <QApplication>
#include <QLineEdit>
#include <QString>
#include <QTextEdit>
#include <QPushButton>
#include <QTabWidget>
class FenCodeGenere : public QDialog
{
Q_OBJECT
public:
FenCodeGenere(... | [
"ys19901010@hotmail.fr"
] | ys19901010@hotmail.fr |
ca1858cf1168f4c95fd52471034d64497c50a4b9 | 95cc023556e96743b1b47f4459181a81bf592be7 | /drivers/bluetooth/lib/hci/link_key.h | 778c31ffbb1a76caea6e99b41b6f8f3430d45e02 | [
"BSD-3-Clause"
] | permissive | return/garnet | 5034ae8b8083455aa66da10040098c908f3de532 | f14e7e50a1b6b55eaa8013755201a25fc83bd389 | refs/heads/master | 2020-03-23T16:13:28.763852 | 2018-07-21T07:24:31 | 2018-07-21T07:24:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 962 | h | // Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#pragma once
#include <cstdint>
#include "garnet/drivers/bluetooth/lib/common/uint128.h"
namespace btlib {
namespace hci {
// Represents a key used to ... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
8482bd62e601f6b6e2441331b221d728f1908d8f | cd8f24a7d33b36edf876d17da91b0175908e94fa | /GCPC11F.cpp | f30a4677a3837501dba9e7b920eb6c724d26e30d | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | vishnujayvel/SPOJ-1 | f6f34c3cdb31d3a87c04dbedd94e1936bc63d88e | a8764d2eb9cf004dc4d405f549c07275ce1d74a0 | refs/heads/master | 2021-01-15T15:56:57.947037 | 2013-03-28T09:48:42 | 2013-03-28T09:48:42 | 11,000,711 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 730 | cpp | /*
USER: zobayer
TASK: GCPC11F
ALGO: ad-hoc
*/
#include <cstdio>
#include <cstring>
#include <cstdlib>
char str[1024];
int cnt[26];
int main() {
int test, i, mx, mc, d;
test = atoi(fgets(str, 1023, stdin));
while(test--) {
fgets(str, 1023, stdin);
memset(cnt, 0, sizeof cnt);
for(i = 0; str[i]>31; i++) if(st... | [
"zobayer1@gmail.com"
] | zobayer1@gmail.com |
d5aa2fc497f4c6c18fa62eeff498a866bd410a8a | 48f0d1741b34757574feec3b576cc0b340c56da4 | /2 доп (вариант 2).cpp | 29069668e0ca9398d0ce8acccf6afab2636d3675 | [] | no_license | Fedorchuk-Valeria/3lab | 32f151d042676c69055698357e7024637e0e3043 | 874732dc07c7259f22812c8481d37450aadf75c0 | refs/heads/main | 2023-01-13T17:50:27.662669 | 2020-11-21T09:58:55 | 2020-11-21T09:58:55 | 314,769,950 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 338 | cpp | #include <iostream>
#include <string>
using namespace std;
int main()
{
long k, i;
cout << "Enter k:";
cin >> k;
string S;
for (i = 1; i < k; i++)
{
S += to_string(i);
}
cout << "Chlen posledovatelnosti nomer " << k << " : " << S[k-1] << endl;
... | [
"noreply@github.com"
] | Fedorchuk-Valeria.noreply@github.com |
b10805c3397fac1ac3b375ef14a3d47a41f71f89 | 6035fb168576b8fdbef1a3dbc871e1a06e191278 | /final_test/12/u1676_420_D_6446668.cpp | 75db691ae0e50ac770f26bd9809b1c70c23c5526 | [] | no_license | pavellevap/code_antiplagiat | 69ef3ecea5e8e88dfd3b800c0ce351fa32ee9762 | d75603e4e25519d9bb9b9720923136e324328be4 | refs/heads/master | 2021-01-10T05:30:44.560926 | 2015-04-30T14:25:34 | 2015-04-30T14:25:34 | 45,319,257 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,706 | cpp | #include <cstdio>
#include <iostream>
#include <cstring>
#include <string>
#include <algorithm>
#include <map>
#include <vector>
#include <queue>
#include <cmath>
#include <set>
#include <sstream>
#define MP make_pair
#define PB push_back
using namespace std;
typedef long long LL;
typedef vector <int> VI;
typedef vec... | [
"prorochek@gmail.com"
] | prorochek@gmail.com |
e5fa7028cd199dd9ad913b9ede8d1efedb807828 | 6442babb4e05d6a5d58e14d29ae25a7913180bbe | /CS3A - Object Oriented Programming/Final Hunter and Prey/build-HunterPrey-Desktop_Qt_5_1_1_MinGW_32bit-Debug/debug/moc_mygui.cpp | 8a3e602c86dca89f1738f1a40c85ccd3545fbc5c | [] | no_license | SpencerYoungCS/CS-Projects | 34859b29c663c5fa255917415711e17b12b612fd | 8eaef5cc666a91be473d7c601c21bfbdb8f8fcf2 | refs/heads/master | 2020-03-07T21:55:55.227506 | 2019-10-30T00:45:36 | 2019-10-30T00:45:36 | 127,740,601 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,266 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'mygui.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.1.1)
**
** WARNING! All changes made in this file will be lost!
***************************************************************... | [
"spenceryoungcs@gmail.com"
] | spenceryoungcs@gmail.com |
d11c62847a9ed735c356d3b5a2c5d75d6b168e35 | a3d9d781b71e67d701382840a58c1557bd62c0d2 | /overlayer/createSingleColorBg.cpp | 2c5466c8925d0c92cf7abe49538d877ff2e8f2a2 | [] | no_license | zouwen198317/meidacore | 8064a33e472d597cf6e52693b2240f3689d7d281 | c8c015d9a8e76655fc02062b4d18f1610cfea31d | refs/heads/master | 2020-05-29T11:46:23.737977 | 2016-06-06T01:44:29 | 2016-06-06T01:44:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 879 | cpp | #include<iostream>
#include<fstream>
#include<iterator>
#include<string>
#include<algorithm>
#include"createSingleColorBg.h"
using namespace std;
void createBg_i420(unsigned int width,unsigned int height,RGB color,unsigned char* buf)
{
YUV yuv = rgb2yuv(color);
unsigned int y_pos=0;
unsigned int u_pos=width*heigh... | [
"846993525@qq.com"
] | 846993525@qq.com |
f89e589ba5149f19beed88f476088d360d1ccde0 | df8ed4f50a6447f88f75e11ecac449b579ead152 | /Qt_Demos/VariadicTemplatesDemo/VariadicTemplates.hpp | 3032b4cecd63da68ee3463340324467fd6f00515 | [] | no_license | cgwu/eclipse_cpp | 3de8ce4b3d835729f2fcee2cd75d80a6bd772ed2 | 35f0af271a5a6382c510fdced6405fad05aaafcf | refs/heads/master | 2021-01-21T14:11:49.116017 | 2018-09-20T05:34:36 | 2018-09-20T05:34:36 | 52,364,614 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,587 | hpp | #pragma once
#include <iostream>
#include <tuple>
#include <bitset>
using namespace std;
/********* Variadic Templates(数量不定的模板参数) **********/
/*
// 一、采用参数分解递归的方式
//1.
void print() {}
//2. 与3相比,比较特化。
template <typename T, typename... Types>
void print(const T& firstArg, const Types&... args)
{
cout << "sizeof args... | [
"gg.wcg@qq.com"
] | gg.wcg@qq.com |
c67f74b9a91de0e42b2590648e27935ea27d1cd1 | 575d1c0b9f6bb8f6fab511b4dc913a18cbb56757 | /smalloc_2/details.hpp | 4a196a9dee9c7b53f8fc78a7fdb9d4ccc16e7008 | [] | no_license | qwertysyssec/smalloc_2 | 85051615a2c03910f83d792f5adbf92f4748932a | 1fcc0eaefdbd59e4948967370e64ca6fb54b92eb | refs/heads/master | 2022-02-19T18:47:14.942774 | 2019-09-25T19:52:35 | 2019-09-25T19:52:35 | 210,917,546 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 230 | hpp | #ifndef UUID_A1E18D1A_150E_4FA5_A6A8_0F5BF73D6AAC
#define UUID_A1E18D1A_150E_4FA5_A6A8_0F5BF73D6AAC
#include <cstddef>
namespace details{
constexpr extern inline std::size_t max_align = alignof(std::max_align_t);
}
#endif
| [
"noreply@github.com"
] | qwertysyssec.noreply@github.com |
0f6016d76beda2038cc068cbbe17142edb262a70 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/re2/src/re2/testing/regexp_generator.cc | 3eeda25e3ec875cf83a3ae28af6a8da59d76d255 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 8,459 | cc | // Copyright 2008 The RE2 Authors. All Rights Reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Regular expression generator: generates all possible
// regular expressions within parameters (see regexp_generator.h for details).
// The regexp generato... | [
"jengelh@inai.de"
] | jengelh@inai.de |
99f90997b09ade33414d13329336e316c55901a5 | 4d25c9e286193db52205ce7927b2126ec666bc62 | /xx_chat_server/src/db_proxy_server/business/session.cpp | 542d89573edc5bcd0825d32e8cac76bb6c8bea00 | [] | no_license | AnonymousRookie/xx_chat | ef7410320f63667e64305efd1733d44cc39668f9 | 1a3a7e4dcf8fabd090de0d3c04af4d2a7402a69c | refs/heads/master | 2021-06-09T19:49:17.932952 | 2020-12-07T15:21:31 | 2020-12-07T15:21:31 | 139,589,005 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 455 | cpp | /**
* Copyright 2019-2020, AnonymousRookie. All rights reserved.
* https://github.com/AnonymousRookie/xx_chat
* Author: AnonymousRookie (357688981 at qq dot com)
* Description: 处理会话
*/
#include "session.h"
#include "../proxy_conn.h"
NAMESPACE_BEGIN(z)
NAMESPACE_BEGIN(business)
void ProcessSessionMsg(std::shared... | [
"357688981@qq.com"
] | 357688981@qq.com |
f512137eddbdcdd46ab7795128d90621efd3714f | 071472589b758d650de7601107c40f1570abaf97 | /stack.h | 76db56d73e5d92bdfc35d5d0ba49de256ba61f2e | [] | no_license | dev-sachin-chauhan/My-General-Codes | d1b226be5419b893580bab50abcb25d87a0f96c8 | b74b3d046d5ed3620e688c05d5481a5331329aaa | refs/heads/master | 2021-06-18T19:13:55.802514 | 2017-06-16T03:23:49 | 2017-06-16T03:23:49 | 12,079,693 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,654 | h | /*****************************************************************************************/
#include <iostream>
#include <exception>
#include <limits.h>
#include <new>
using namespace std;
#ifndef STACK_H
#define STACK_H
class StackEmpty: public exception
{
// Exception class - throw an object of this type when st... | [
"noreply@github.com"
] | dev-sachin-chauhan.noreply@github.com |
f1b5ce373a4eb650efa05d397b9c6c974706d8bb | 136ef215ae05f74d31dab2336979a94dfe960992 | /varie/IotProtoShield/test_bt_touch/test_bt_touch.ino | 75826c418eb5aa8c7a3e36b5ab2ff46f464b281d | [] | no_license | zmaker/arduino_cookbook | 5ff4791ebce916e35060f2e9a7c26a014adeb26c | a972470c10f2c283d66aad8f389acf117a25f01e | refs/heads/master | 2023-08-30T21:08:28.290973 | 2023-08-28T11:14:41 | 2023-08-28T11:14:41 | 135,202,699 | 196 | 134 | null | 2020-05-27T17:53:02 | 2018-05-28T19:46:44 | C++ | UTF-8 | C++ | false | false | 292 | ino | void setup() {
Serial.begin(9600);
pinMode(32, INPUT);
pinMode(19, OUTPUT);
pinMode(23, OUTPUT);
}
void loop() {
int bt = digitalRead(32);
if (bt) {
digitalWrite(19, HIGH);
digitalWrite(23, LOW);
} else {
digitalWrite(19, LOW);
digitalWrite(23, HIGH);
}
}
| [
"zeppelinmaker@gmail.com"
] | zeppelinmaker@gmail.com |
721ee2eb6e36e9be645ea39c94866b8635a0d31e | c56b86c0c098948a1aa7ca3b4a25c7be47af2f45 | /Qt/my_old_programm/Bluetooth/Bluetooth_6x8_matrix/src/main.cpp | ad98d5b21c15db58767ca9731cd2f930c3778378 | [] | no_license | jianglin2045/mega_GIT | 764e460282f1242be5530c8e20e498119f20f827 | 7224c3cf50bf029ff127a3e3db0bb3698af28aa4 | refs/heads/master | 2023-02-13T19:41:30.407632 | 2021-01-11T21:09:31 | 2021-01-11T21:09:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,889 | cpp | /*********************************************************************************
** **
** Copyright (C) 2012 **
** ... | [
"tux4096@gmail.com"
] | tux4096@gmail.com |
ef65ada731f76b47d24ca498da63ac48286f6225 | 9a064936096b16a2f56f0e4c1a6521f19e6ea69d | /testSketch/testSketch.ino | 8783b85ff5e1d22c53c93a674bf782da792f0c45 | [] | no_license | rgmuna/LED_Items | c61671ccfec00403e2c850a3de26a9426f255401 | 59720c2b2ea424c0158ac9578fa22ba0fcbe9e21 | refs/heads/master | 2020-03-26T01:03:33.426757 | 2018-08-25T19:18:54 | 2018-08-25T19:18:54 | 144,350,238 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 54,330 | ino | #define ARM_MATH_CM4
#include <EEPROM.h>
#include <Adafruit_NeoPixel.h>
#include <RunningAverage.h>
// Pattern types supported:
enum pattern { NONE, RAINBOW_CYCLE, THEATER_CHASE, COLOR_WIPE, COLOR_WIPE_SINGLE,
COLOR_WIPE_REVERSE, SCANNER,
FADE, RANDOM_PIXELS, FLASH_COLOR, SCROLL_COLOR,... | [
"rgmuna@gmail.com"
] | rgmuna@gmail.com |
707e76a59b22d763d5e7ee7ebbbcf88a2476888c | be2ce08e46f936b8c7afc0dc4f0c6be8d8f72043 | /src/PolyTester.cpp | 3b46ca7e68f541642e784bac2a7ec9dc78d65c05 | [] | no_license | MarcosJLR/ArtNN | 9939d70a0435404a7b02f96d49096a4196fe37fd | 1a0cc0a5f168246bb1e3e9f77cc073dde13615be | refs/heads/master | 2022-11-17T14:57:38.476925 | 2020-07-06T12:35:24 | 2020-07-06T12:35:24 | 274,688,173 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,295 | cpp | #include <iostream>
#include "CSVReader.hpp"
#include "Interpolator.hpp"
void storeData(std::vector<std::pair<double, double>>& finalData,
std::vector<std::vector<std::string>> rawData)
{
finalData.clear();
for(auto& line : rawData)
{
finalData.push_back({std::stod(line... | [
"socram.693@gmail.com"
] | socram.693@gmail.com |
1d81d82925f1d8efe9d2e9834a1f8ad61eb1acaa | 4b573586f1d89ed1fe2e8e1cb1746134907aa510 | /lab6/CPoint.h | 714a39a0effec828b8810b647a66087fd68074d5 | [] | no_license | papkovalexei/lab | 3ba8bd8a0e2f84483261bca2952d602bab487c0a | ce67600030fae9f83f6f4a11d4e14eeeca9be545 | refs/heads/master | 2022-07-25T12:24:45.411240 | 2020-05-06T17:20:18 | 2020-05-06T17:20:18 | 248,800,565 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 226 | h | #pragma once
class CPoint
{
public:
CPoint() {}
CPoint(float x, float y) : x_(x), y_(y) {}
const float& x() const;
const float& y() const;
bool operator==(const CPoint& value) const;
private:
float x_;
float y_;
};
| [
"steam07151@gmail.com"
] | steam07151@gmail.com |
dcc728ab7c5cec469cfeb9415eced9156f329fd2 | ff79b2b0b400fbafae424ec22dc1b715e673c2e1 | /ContinuousHTMGPU/source/Main.cpp | 28101506f86328c2dfd8303a693c519315acb852 | [
"Zlib",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | plexzhang/ContinuousHTMGPU | 044c7ae828642191838fb263e055bd52df37b315 | e0f86e189e24af276e0161d18261c7a6ceb4ec0d | refs/heads/master | 2021-01-21T18:43:21.858611 | 2014-10-24T23:37:27 | 2014-10-24T23:37:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,736 | cpp | #include <cae/ConvAutoEncoder.h>
#include <htm/HTMRL.h>
#include <SFML/Window.hpp>
#include <SFML/Graphics.hpp>
#include <time.h>
int main() {
std::mt19937 generator(time(nullptr));
sys::ComputeSystem cs;
cs.create(sys::ComputeSystem::_gpu);
sys::ComputeProgram program;
program.loadFromFile... | [
"eric@rocketcitystudios.com"
] | eric@rocketcitystudios.com |
aeb6869f6517a5854984b63b6c73c8be4935b2d2 | 07eb6185e024c0121d6de9fb652c60004fa334e6 | /tp1/exemple/cpp_src/main.h | 32dbb7e9b3d12a3bb10ced187efc56ca8e807f83 | [] | no_license | molamk/inf4705 | 9015badfe5376404a2b2d29e06def9ae05a028b6 | 8825f7cdffd0a928a764c7859033f84e4f04f4cf | refs/heads/master | 2020-03-28T17:51:06.589182 | 2018-11-30T18:30:22 | 2018-11-30T18:30:22 | 148,828,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 158 | h | #ifndef MAIN_H
#define MAIN_H
#include "conv.h"
#include "strassen.h"
#include "strassenSeuil.h"
#include "ProgramArguments.h"
using namespace std;
#endif
| [
"molamk@protonmail.com"
] | molamk@protonmail.com |
514870006bb9d627108331d974b6f7f76d447a32 | 6be960977e8e78d69b7f12fda02f60454c2b488a | /inverse.cpp | dc5a20f200d1fee0e4f03199be9cd2f539cda7f6 | [] | no_license | arul-ashri/CPP-Templates | 081b3b31cd4ef81eb0cfb13de6717f10d267bc4e | 900aa3eabf51477587eb78818737e654aaddb51d | refs/heads/master | 2023-06-11T07:50:40.130860 | 2021-07-01T04:57:29 | 2021-07-01T04:57:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 148 | cpp | const int MOD=1000000007;
long long int inverse(long long int i){
if(i==1) return 1;
return (MOD - ((MOD/i)*inverse(MOD%i))%MOD+MOD)%MOD;
}
| [
"noreply@github.com"
] | arul-ashri.noreply@github.com |
bdb5caeb49980ca145aca716279ba782e15b1639 | f40750f2f1aec0450af8435d8c3700f683e2b12b | /cod-up 기초 100/기초_입출력_1013.cpp | 9d0a05710331ae738f1bdb0f41196893f21c5314 | [] | no_license | kimsubin-26/Algorithm | d5d019ab7fd88dafa446b659db59349f9b4c09b5 | 817f82001a3dd48355a9abc83b0a41b7caeae9d8 | refs/heads/master | 2022-12-05T20:30:52.379497 | 2020-09-04T03:50:00 | 2020-09-04T03:50:00 | 281,414,679 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 121 | cpp | #include <iostream>
using namespace std;
int main()
{
int a, b;
cin >> a >> b;
cout << a << " " << b;
return 0;
}
| [
"noreply@github.com"
] | kimsubin-26.noreply@github.com |
718d009c669f5ab46b23827bf53576ab134ed3c1 | e6e69e8d6794f409398af2cefed7092fed4691ca | /计算机与软件学院/面向对象程序设计(荣誉)/大作业1/素材1/2018192014_1235_1.cpp | 323601bc872f518bbdaf68f67d3c47c648349d78 | [] | no_license | LKHUUU/SZU_Learning_Resource | 1faca5fcaf0431adb64da031dde4fe47abcdc6ba | 88f121f275a57fc48f395bb73377e6f6e22d7529 | refs/heads/main | 2023-08-30T06:31:24.414351 | 2021-10-22T13:53:40 | 2021-10-22T13:53:40 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,173 | cpp | 2018192014:Problem1235:答案错误
#include<bits/stdc++.h>
using namespace std;
class Geometry{
public:
virtual double getArea()=0; //计算面积,结果保留小数点后两位
};
class Rect:virtual public Geometry{
protected:
double a,b;
public:
Rect(double a1,double b1):
a(a1),b(b1){
}
virtual double getArea(){
return a*b;
}
};
clas... | [
"939826879@qq.com"
] | 939826879@qq.com |
559410ffc85265bb3d5edf680f17b76ec0b51c3c | cd478fc0b137df47f80dd6f8da5300a5edec5118 | /Mars/Mars/mars.cpp | 1524d394836c206f95a62395f5df0a22c97a127c | [] | no_license | AnnyshkaF/crypt | f57a430e6810889b8e2d095f020b7246a6876e17 | 15ee63f6e32acb37dc0a9e26f8dee133f028414d | refs/heads/master | 2020-04-15T00:21:37.218528 | 2019-01-05T18:03:53 | 2019-01-05T18:03:53 | 164,237,102 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,325 | cpp | #include "mars.h"
/*
NOTE:
S0[X] and S1[X] use low 8 bits of X.
S[X] uses low 9 bits of X. S is the concatenation of S0 and S1.
// concatenation (b1 << 8) + b2
inblock/outblock is 4-bytes
initially sboxes were consists of 2 boxes with 256 values in each.
Now they are connected and 1 consists of 512 values.
Th... | [
"AnnyshkaF@github.com"
] | AnnyshkaF@github.com |
a5687de97df43b70e1a30cd42eae20086b1d3a08 | 8be083e9fbf15606201217d6c4b87c929e418065 | /tags/release-0.1/geo/size.cpp | f41e767a4bef9aaa701a05a389fb6f6b08754e99 | [
"Apache-2.0"
] | permissive | BGCX067/faint-graphics-editor-svn-to-git | 430768d441f3e9b353fbc128e132f7406ee48c0e | dad252f820d29ab336bcfa57138625dae6dfed60 | refs/heads/master | 2021-01-13T00:56:26.685520 | 2015-12-28T14:22:44 | 2015-12-28T14:22:44 | 48,752,914 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 910 | cpp | // Copyright 2012 Lukas Kemmer
//
// Licensed under the Apache License, Version 2.0 (the "License"); you
// may not use this file except in compliance with the License. You
// may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed t... | [
"you@example.com"
] | you@example.com |
80b0266ec077eea1430b5258a3a0f2d90e47083c | c0e0138bff95c2eac038349772e36754887a10ae | /mdk_release_18.08.10_general_purpose/mdk/common/components/kernelLib/MvCV/kernels/maxPool3x3hh/unittest/maxPool3x3hh_asm_test.cpp | ba4eafdeca300e153d6095ad9ba6b6ff407e46db | [] | no_license | elfmedy/vvdn_tofa | f24d2e1adc617db5f2b1aef85f478998aa1840c9 | ce514e0506738a50c0e3f098d8363f206503a311 | refs/heads/master | 2020-04-13T17:52:19.490921 | 2018-09-25T12:01:21 | 2018-09-25T12:01:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,243 | cpp | #include "TestRunner.h"
#include "FunctionInfo.h"
#include "moviDebugDll.h"
#include <cstdio>
#define EXPECTED_CC (2.017)
#define PADDING 8
TestRunner maxPool3x3hhTestRunner(APP_PATH, APP_ELFPATH, KERNEL_ASM_LABEL, DBG_INTERFACE);
unsigned int maxPool3x3hhCycleCount;
void maxPool3x3hh_asm_test(half **in... | [
"palani.andavan@vvdntech.com"
] | palani.andavan@vvdntech.com |
fc7ad96a66151078157ad7063280481937a19496 | 69af737b8376637cc3ee12943b54c40112005732 | /OOP Lab/C++/Ex7/hNodeArray.h | 6cd561d955cb00bfbc44fd79f4d4db02cd8e7b00 | [] | no_license | g-mk/Mycode | 958ebb7ef60fc875be194dc2eaedb242ef083faa | 71b8bb52fc9d95894de0b50e6789d98531d671d2 | refs/heads/master | 2021-09-24T03:02:11.823309 | 2018-10-02T06:07:53 | 2018-10-02T06:07:53 | 103,801,348 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 779 | h | #include<iostream>
using namespace std;
/*typedef struct Infomation
{
char m_sName[30];
int m_nRollNo;
float m_fCutoff;
}Info;*/
template <typename T>
class Node
{
friend class LinkList;
private:
T Val;
Node *link;
};
template<typename T,typename T1=Node>
class LinkList
{
public:
Li... | [
"gmk3071996@gmail.com"
] | gmk3071996@gmail.com |
c784b7b91d37b34694559057766efa6c14eb95cb | 6d5cdead70e05581f9401113a5c9df29c4192f85 | /CarND-Extended-Kalman-Filter-Project/src/main.cpp | c3cc3e10ca1300d31cde3dee5dc1834e45822265 | [
"MIT"
] | permissive | faranlab/ExtendedKalmanFilter | 4b6ef8bf2b3a1ace7ec0c4d974165712d24c0544 | aa3caf5a4fac2cc17c3f86bf25463cc26478b704 | refs/heads/master | 2020-05-07T11:02:22.903596 | 2019-04-09T20:44:38 | 2019-04-09T20:44:38 | 180,443,543 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,994 | cpp | #include <math.h>
#include <uWS/uWS.h>
#include <iostream>
#include "json.hpp"
#include "FusionEKF.h"
#include "tools.h"
using Eigen::MatrixXd;
using Eigen::VectorXd;
using std::string;
using std::vector;
// for convenience
using json = nlohmann::json;
// Checks if the SocketIO event has JSON data.
// If there is dat... | [
"faran954@gmail.com"
] | faran954@gmail.com |
7a6b33b70fd8938d31c1015e60ba639661e62f3c | 51c1c5e9b8489ef8afa029b162aaf4c8f8bda7fc | /raiden/src/raiden/StageCanvas.cpp | d383497769831b91881ef2d972313c84dd7d3ad6 | [
"MIT"
] | permissive | aimoonchen/easyeditor | 3e5c77f0173a40a802fd73d7b741c064095d83e6 | 9dabdbfb8ad7b00c992d997d6662752130d5a02d | refs/heads/master | 2021-04-26T23:06:27.016240 | 2018-02-12T02:28:50 | 2018-02-12T02:28:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,937 | cpp | #include "StageCanvas.h"
#include "StagePanel.h"
#include "Context.h"
#include "ActorInfo.h"
static const ee::Colorf LIGHT_GRAY = ee::Colorf(0.8f, 0.8f, 0.8f);
using namespace raiden;
StageCanvas::StageCanvas(StagePanel* parent)
: ee::SpriteStageCanvas(parent, parent)
{
}
void StageCanvas::onDraw()
{
drawGuideLin... | [
"zhuguang@ejoy.com"
] | zhuguang@ejoy.com |
bed5d8e943210c83522e6e220b198c0a324f0f5f | 28d686459c2cb9f6ea358819c64415781ee5b277 | /benchmarks/UaParserBench.cpp | 6efb4209ead6a8ec84f43bc60a7563f0d424d77c | [
"MIT"
] | permissive | ua-parser/uap-cpp | 39a86e68679452e81cf33f6e39ab6e28a562d066 | 05796295949028dbd0db4e476c143fd372c68fbd | refs/heads/master | 2022-03-11T11:01:30.913327 | 2022-02-28T09:26:24 | 2022-02-28T09:26:24 | 26,384,599 | 37 | 37 | MIT | 2021-03-21T19:54:05 | 2014-11-09T04:07:30 | C++ | UTF-8 | C++ | false | false | 620 | cpp | #include "../UaParser.h"
#include <fstream>
#include <string>
#include <vector>
int main(int argc, char* argv[]) {
if (argc != 4) {
printf("Usage: %s <regexes.yaml> <input file> <times to repeat>\n", argv[0]);
return -1;
}
std::vector<std::string> input;
{
std::ifstream infile(argv[2]);
std::... | [
"asuhan@users.noreply.github.com"
] | asuhan@users.noreply.github.com |
1e91dbcffebb06ac30519c31631599df1a12db61 | b4dc3314ebc2e8d3ba67fd777802960b4aedd84c | /brix-tools/iab/cross_platform_prototype/common/ScreenTagDescripEditor.h | b3b4bd338915d556e0bef2be22e72501b2acda9e | [] | no_license | kamilWLca/brix | 4c3f504f647a74ba7f51b5ae083bca82f70b9340 | c3f2ad913a383bbb34ee64c0bf54980562661e2f | refs/heads/master | 2021-01-18T04:08:56.435574 | 2012-09-18T16:36:32 | 2012-09-18T16:36:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 750 | h | #pragma once
#include "afxwin.h"
#include "../common/LucidTypedefs.h"
//#include "Resource.h"
// CScreenTagDescripEditor dialog
class CScreenTagDescripEditor : public CDialog
{
DECLARE_DYNAMIC(CScreenTagDescripEditor)
public:
CScreenTagDescripEditor::CScreenTagDescripEditor(
TagAndDescription_t &tagAndDescrip, CW... | [
"kamilwieczorek@hotmail.com"
] | kamilwieczorek@hotmail.com |
7f1e36299c2ba3007b432e927da11bb45a9d316c | 57d518ee92587dd07a73d4383d55e50b8db3a4a1 | /api/UserApi.h | 4365bcd536b2b68ade98f9a32adf04e172ac180b | [
"Apache-2.0"
] | permissive | iniside/openapi-generator | 45e67b4327c6224191ee7859e73be1558dcfc5da | b98e9f1c077176a4833219ad91b0cd6c7cfb359e | refs/heads/master | 2020-04-20T16:31:04.577863 | 2019-02-07T15:20:39 | 2019-02-07T15:20:39 | 168,961,021 | 2 | 0 | null | 2019-02-03T15:39:22 | 2019-02-03T15:39:22 | null | UTF-8 | C++ | false | false | 4,039 | h | /**
* Swagger Petstore
* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.
*
* OpenAPI spec ver... | [
"xeavien@gmail.com"
] | xeavien@gmail.com |
a487dab7b6af0d3dfdc6776970985f075dd6bc4e | 23e1116a76b8a914eb40463f91b4a97a1c7f2b29 | /libs/chessx-pgn/guess/sqset.h | ead58d715258bcc0fada4ecc3a08da1236cd2846 | [
"MIT"
] | permissive | loloof64/ChessTrainingVsEngine | 6b69f16865a04095cc423319c8c31e49387d0904 | 6950b5f4adf6e6bc7745884f86f994e185c3ffb4 | refs/heads/master | 2023-02-17T12:08:29.678745 | 2021-01-15T19:49:29 | 2021-01-15T19:49:29 | 280,382,648 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,418 | h | //////////////////////////////////////////////////////////////////////
//
// FILE: sqset.h
// SquareSet class
//
// Part of: Scid (Shane's Chess Information Database)
// Version: 3.4
//
// Notice: Copyright (c) 2002 Shane Hudson. All rights reserved.
//
// Author: Shan... | [
"laurent.bernabe@gmail.com"
] | laurent.bernabe@gmail.com |
647b69816db9d1a73d67a84a00cc2645c91ad510 | 9a75da71229691dc3e3c38b186fdcf1ff376cc7a | /include/pbd/particle.h | cd599e7545b59ff0291fef53589f55b11093d481 | [
"MIT"
] | permissive | xzrunner/pbd | d773b7626d7eb03962f3aecc5d13e061e820a77a | ffe768c5907e9ba3f2451a0affcc091eefbcd495 | refs/heads/master | 2020-06-04T14:00:03.089276 | 2020-04-29T01:31:00 | 2020-04-29T01:31:00 | 192,052,601 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,002 | h | #pragma once
#include "pbd/config.h"
#include <glm/vec2.hpp>
#include <glm/geometric.hpp>
#include <vector>
#include <memory>
namespace pbd
{
// Phase of mass for particles
enum Phase
{
SOLID,
FLUID,
GAS,
NUM_PHASES
};
struct Body;
struct SDFData;
// Individual particle representation
struct Part... | [
"zhuguang@ejoy.com"
] | zhuguang@ejoy.com |
7823f2260fd63c6fa4ab83e71e4e370a35648555 | f3a9174535cd7e76d1c1e0f0fa1a3929751fb48d | /SDK/PVR_MovieScene_functions.cpp | d8070cf03605b38ef56ae987ce2c0955add2c99c | [] | no_license | hinnie123/PavlovVRSDK | 9fcdf97e7ed2ad6c5cb485af16652a4c83266a2b | 503f8d9a6770046cc23f935f2df1f1dede4022a8 | refs/heads/master | 2020-03-31T05:30:40.125042 | 2020-01-28T20:16:11 | 2020-01-28T20:16:11 | 151,949,019 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 26,547 | cpp | // PavlovVR (Dumped by Hinnie) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "../SDK.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
// Function M... | [
"hsibma02@gmail.com"
] | hsibma02@gmail.com |
258668e67485770e6c35096ab5b8d0c437507e9d | 7eeb79997b3f173da998482867f26c01fb5fa0a9 | /include/clang/Basic/arm_mve_builtin_aliases.inc | bbfcd62618260721810d706b9d15ab6f7f22acfa | [] | no_license | HANA-CI-Build-Project/LiuNian-clang | f7a9d775c2506816656362fd74961690aa08fb45 | c1f1acf391027240dc5cdc0b1a5503ff7bcbfaf6 | refs/heads/master | 2020-12-14T15:21:27.344586 | 2020-01-21T04:33:06 | 2020-01-21T04:33:06 | 234,771,485 | 0 | 0 | null | 2020-01-18T17:33:36 | 2020-01-18T17:33:35 | null | UTF-8 | C++ | false | false | 186,491 | inc | case ARM::BI__builtin_arm_mve_asrl:
return AliasName == "asrl";
case ARM::BI__builtin_arm_mve_lsll:
return AliasName == "lsll";
case ARM::BI__builtin_arm_mve_sqrshr:
return AliasName == "sqrshr";
case ARM::BI__builtin_arm_mve_sqrshrl:
return AliasName == "sqrshrl";
case ARM::BI__builtin_arm_mve_sqrshrl_sat48:
... | [
"herlambangdicky5@gmail.com"
] | herlambangdicky5@gmail.com |
8ec5a2d0d0e4be5bf8982d570d47e298d700a81f | 1c961bfb785fb4bbd84343f110d12c2d5ca98f14 | /common/parser/agenda.h | 4601a880196a301496f610dc280c795a242662a4 | [] | no_license | yangzhixuan/xParser | 85622cac937f9ac19672192d1f9250c6f318608f | b439b1e27f477f5c41cddf4df7e10a36b25d44b2 | refs/heads/master | 2021-01-22T16:45:08.994989 | 2015-10-27T06:02:17 | 2015-10-27T06:02:17 | 45,020,492 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,140 | h | #include <utility>
#include <iterator>
#include <functional>
#ifndef _AGENDA_H
#define _AGENDA_H
template<typename T>
class BeamIterator {
public:
typedef BeamIterator<T> self;
typedef T value_type;
typedef T *pointer;
typedef T &reference;
public:
T *node;
public:
BeamIterator() = default;... | [
"javer821@gmail.com"
] | javer821@gmail.com |
fff6d9968a3ed99a2e713ae292d161c98da88c25 | 00e925fe9705dddd93c155667d71da861fb01772 | /src/util/time.h | 292f9f9ed7272a270eb240543de99364b743d0d4 | [
"MIT"
] | permissive | Crowndev/crown | f017445d4cbc6b5dda4e6a57fec16d07febfdf92 | 7d8f35e5f1749b0b93e16fda5c45c800ba15f882 | refs/heads/main | 2022-12-28T08:08:51.649518 | 2022-12-25T19:59:36 | 2022-12-25T19:59:36 | 415,886,236 | 7 | 3 | MIT | 2022-12-25T19:59:37 | 2021-10-11T10:57:29 | C++ | UTF-8 | C++ | false | false | 2,198 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2020 The Crown Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef CROWN_UTIL_TIME_H
#define CROWN_UTIL_TIME_H
#include <stdint.h>
#include <... | [
"blockmecha@gmail.com"
] | blockmecha@gmail.com |
112528d7dfe97bc35c5b2762ca8565a19118e70d | 1a77b5eac40055032b72e27e720ac5d43451bbd6 | /フォーム対応/VisualC++/MFC/Chap2/Dr15_1/Dr15_1/MainFrm.cpp | ad4c92e48471d077ee19a4a667452c20bdd0d7b4 | [] | no_license | motonobu-t/algorithm | 8c8d360ebb982a0262069bb968022fe79f2c84c2 | ca7b29d53860eb06a357eb268f44f47ec9cb63f7 | refs/heads/master | 2021-01-22T21:38:34.195001 | 2017-05-15T12:00:51 | 2017-05-15T12:01:00 | 85,451,237 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 2,110 | cpp | // MainFrm.cpp : CMainFrame クラスの実装
//
#include "stdafx.h"
#include "Dr15_1.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMainFrame
IMPLEMENT_DYNCREATE(CMainFrame, CFrameWnd)
BEGIN_MESSAGE_MAP(CMainFrame, CFrameWnd)
ON_WM_CREATE()
END_MESSAGE_MAP()
static UINT indicators[] =
{
ID_SEPAR... | [
"rx_78_bd@yahoo.co.jp"
] | rx_78_bd@yahoo.co.jp |
7a1cff07a879abd334914ec7bdd4cb1bae1eb17d | 174522e7e2f3e38d0a3b8f1fa65f68e367f42290 | /InteractionBase/src/expression_editor/tree_builder/ExpressionTreeBuildInstruction.h | 0439ea6eceebbb8e4c61a2f9ce2ceacff521978b | [
"BSD-3-Clause"
] | permissive | helandre/Envision | e8c97a34a66d0fbbe55c61ec6a68150079c32460 | 904e69146e38c0ee52d2cfee4ab01a93970d86c8 | refs/heads/master | 2021-01-21T01:12:16.809436 | 2012-09-12T15:29:18 | 2012-09-12T15:29:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,419 | h | /***********************************************************************************************************************
**
** Copyright (c) 2011, 2012 ETH Zurich
** All rights reserved.
**
** Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
** follo... | [
"dimitar.asenov@inf.ethz.ch"
] | dimitar.asenov@inf.ethz.ch |
b0817a6df46137f64a1661fc3cb5725c5618815b | 332515cb827e57f3359cfe0562c5b91d711752df | /Application_UWP_WinRT/Generated Files/winrt/impl/Windows.Devices.Printers.Extensions.0.h | b64b8875636dc9d89a257e7a2720c16ce1e76475 | [
"MIT"
] | permissive | GCourtney27/DX12-Simple-Xbox-Win32-Application | 7c1f09abbfb768a1d5c2ab0d7ee9621f66ad85d5 | 4f0bc4a52aa67c90376f05146f2ebea92db1ec57 | refs/heads/master | 2023-02-19T06:54:18.923600 | 2021-01-24T08:18:19 | 2021-01-24T08:18:19 | 312,744,674 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,708 | h | // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.201113.7
#ifndef WINRT_Windows_Devices_Printers_Extensions_0_H
#define WINRT_Windows_Devices_Printers_Extensions_0_H
WINRT_EXPORT namespace winrt::Windows::Foundation
{
struct EventRegistrationToken;
template <typename TSender, typenam... | [
"garrett1168@outlook.com"
] | garrett1168@outlook.com |
f2e3ddb197c589bb0b8bb55b3bf0ca2c565f4d14 | 8903cb76cedac12995249e2e613af65365be7cf2 | /ares/sfc/coprocessor/hitachidsp/hitachidsp.cpp | 1ec99441125ed8230eed89c1815cfe4c47f9ce9f | [
"ISC"
] | permissive | kirwinia/ares-emu-v121 | 0c1e21e073f291741406cd1ed01acca43acd56d7 | 722aa227caf943a4a64f1678c1bdd07b38b15caa | refs/heads/main | 2023-06-09T15:28:23.665934 | 2021-06-28T06:10:46 | 2021-06-28T06:10:46 | 380,923,321 | 0 | 0 | ISC | 2021-06-28T06:05:04 | 2021-06-28T06:05:04 | null | UTF-8 | C++ | false | false | 736 | cpp | HitachiDSP hitachidsp;
#include "memory.cpp"
#include "debugger.cpp"
#include "serialization.cpp"
auto HitachiDSP::load(Node::Object parent) -> void {
node = parent->append<Node::Object>("Hitachi");
debugger.load(node);
}
auto HitachiDSP::unload() -> void {
node = {};
debugger = {};
rom.reset();
ram.res... | [
"ecallaghan@protonmail.com"
] | ecallaghan@protonmail.com |
407605ff8c7a206138caf552f29b0089da19642f | 772d932a0e5f6849227a38cf4b154fdc21741c6b | /CPP_Joc_Windows_Android/SH_Client_Win_Cpp_Cmake/App/src/graphics/material/attributeTypes/MACastColor.cpp | 5c589684d02b17b002a41f003050e26e5c743169 | [] | no_license | AdrianNostromo/CodeSamples | 1a7b30fb6874f2059b7d03951dfe529f2464a3c0 | a0307a4b896ba722dd520f49d74c0f08c0e0042c | refs/heads/main | 2023-02-16T04:18:32.176006 | 2021-01-11T17:47:45 | 2021-01-11T17:47:45 | 328,739,437 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 872 | cpp | #include "MACastColor.h"
#include <base/opengl/util/GLUtil.h>
#include <graphics/shader/program/ShaderProgram.h>
#include <graphics/attribute/IAttributesList.h>
#include <graphics/material/attributeTypes/MAShadowMapLight3D.h>
#include <graphics/camera/OrthographicCamera.h>
#include <base/MM.h>
using namespace graphics... | [
"adriannostromo@gmail.com"
] | adriannostromo@gmail.com |
51ba3ad91aefeebf524c78c396c711538cde3f6f | 74fc7c5d39baa6c30aa929e629ff60bf40500c61 | /test/unit-tests/meta_file_intf/mock_file_intf_mock.h | ecadb995ed98f20948331ef4a90f08623238f845 | [
"BSD-3-Clause"
] | permissive | jhyunleehi/poseidonos | e472be680d0e85dc62f0e2c0d7356dbee74a3bd6 | 1d90e4320855d61742ff37af8c0148da579d95d4 | refs/heads/develop | 2023-07-13T03:37:29.754509 | 2021-08-23T15:26:08 | 2021-08-23T15:26:08 | 393,203,347 | 0 | 0 | BSD-3-Clause | 2021-08-20T00:04:14 | 2021-08-06T00:30:35 | C | UTF-8 | C++ | false | false | 935 | h | #include <gmock/gmock.h>
#include <list>
#include <string>
#include <vector>
#include "src/meta_file_intf/mock_file_intf.h"
namespace pos
{
class MockMockFileIntf : public MockFileIntf
{
public:
using MockFileIntf::MockFileIntf;
MOCK_METHOD(int, Create, (uint64_t fileSize, StorageOpt storageOpt), (override))... | [
"kyuho.son@samsung.com"
] | kyuho.son@samsung.com |
56cca96d83fc5600b57303a191f85d93f5cf0cef | fca6056231f476f018a96149c6c6e83e60a8f379 | /Source/Voxel/Private/VoxelRender/Private/VoxelRender.cpp | 0963409ef83fe14eee9013ce8e3432a9800b004c | [
"MIT"
] | permissive | getnamo/Voxel | dc9c179a267e2e801e8a694bcc0fb86e8ce0167b | cdafa2f6abd602ddfe5c7131832d92147f8d03fe | refs/heads/master | 2021-08-10T15:14:08.274759 | 2017-11-12T14:49:25 | 2017-11-12T14:49:25 | 110,459,942 | 0 | 0 | null | 2017-11-12T18:57:27 | 2017-11-12T18:57:26 | null | UTF-8 | C++ | false | false | 8,117 | cpp | // Copyright 2017 Phyronnaz
#include "VoxelPrivatePCH.h"
#include "VoxelRender.h"
#include "VoxelChunkComponent.h"
#include "ChunkOctree.h"
DECLARE_CYCLE_STAT(TEXT("VoxelRender ~ ApplyUpdates"), STAT_ApplyUpdates, STATGROUP_Voxel);
DECLARE_CYCLE_STAT(TEXT("VoxelRender ~ UpdateLOD"), STAT_UpdateLOD, STATGROUP_Voxel);
... | [
"phyronnaz@gmail.com"
] | phyronnaz@gmail.com |
a546029de30ff01dfeac57001b49c3308c39821a | 4a238068e29a1f6871cc049a0486b20b27e781de | /Supermicro/benchmarks/dlrm/implementations/hugectr_J/test/utest/layers/fully_connected_layer_test.cpp | cb461eba4030a8391fc181ecb6a7f5d53b2e6981 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Pixelz-Inc/training_results_v1.0 | 61b4555ad482b189d1966be3edd127858addd628 | c507130c4e04c1f274a9ae8b7284aac79f26325a | refs/heads/master | 2023-08-18T22:46:13.316503 | 2021-10-22T04:01:57 | 2021-10-22T04:01:57 | 399,047,712 | 0 | 0 | NOASSERTION | 2021-08-23T09:37:25 | 2021-08-23T09:37:25 | null | UTF-8 | C++ | false | false | 6,809 | cpp | /*
* Copyright (c) 2020, NVIDIA CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | [
"vsb@fb.com"
] | vsb@fb.com |
ebdf599188e6d4bf593482e66b03b882c30bcf69 | e0d753aee00dd0f4a5defe5c42b8da74f01cd8b3 | /core/input/CapturedMouseController.cpp | 9b6b18739fa7d37f137f6ac7e2d6a23833cf3c26 | [] | no_license | gulbanana/musa | 05ea7e636ee73109d08c124cd865f24258ec453a | 5925d23e109422a38a0a6e917094fe0a3194fcfd | refs/heads/master | 2016-09-05T12:20:11.966246 | 2014-04-21T17:48:21 | 2014-04-21T17:48:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,039 | cpp | #include <core/stdafx.h>
#include "CapturedMouseController.h"
using namespace std;
CapturedMouseController::CapturedMouseController()
{
SDL_SetRelativeMouseMode(SDL_TRUE);
}
void CapturedMouseController::handle(SDL_Event& event)
{
/*switch (event.type)
{
case SDL_MOUSEMOTION:
{
//XXX chang... | [
"castiglione@gmail.com"
] | castiglione@gmail.com |
89f74514e8ca1bb93f600d5b4088003774a86671 | 1be66b32b55baeef9dff49bafc04a26dce301192 | /Components/BSSelectableComponent.cpp | 497735869cb9251927d86206002ec4ed735b6ced | [] | no_license | LarssonSv/HordeHavoc | d66c622814d0794ad08c076af9d441ac311aa407 | a2435f09ef0018995497b9cf1def7f573f7fd491 | refs/heads/master | 2020-08-05T00:36:29.716542 | 2019-10-23T07:34:50 | 2019-10-23T07:34:50 | 212,334,305 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,382 | cpp | #include "BSSelectableComponent.h"
#include <GameFramework/Actor.h>
#include <Components/StaticMeshComponent.h>
#include "Core/BSPlayerController.h"
UBSSelectableComponent::UBSSelectableComponent()
{
PrimaryComponentTick.bCanEverTick = true;
}
void UBSSelectableComponent::BeginPlay()
{
Super::BeginPlay(... | [
"noreply@github.com"
] | LarssonSv.noreply@github.com |
15547b25577cf9d2637c7dd89a9f1efc735e6a44 | 820913c9f783ff4642ee69b92789044549bbdb4a | /src/StdHeaders.cpp | 91153831878ce150234ea94845649bc55aec80cf | [] | no_license | opticyclic/npp-puppet-lint | 8d6d993efca298d9495664615732c1ac5ac79a5d | 0524ec0ebcbb81f68f6caa85fbd5989bca69fe27 | refs/heads/master | 2021-01-10T05:54:55.150632 | 2016-04-02T18:17:29 | 2016-04-02T18:17:29 | 36,915,588 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 842 | cpp | //This file is part of JSLint Plugin for Notepad++
//Copyright (C) 2010 Martin Vladic <martin.vladic@gmail.com>
//
//This program is free software; you can redistribute it and/or
//modify it under the terms of the GNU General Public License
//as published by the Free Software Foundation; either
//version 2 of the... | [
"mvladic@users.sourceforge.net"
] | mvladic@users.sourceforge.net |
a5524cce8173d961a0960a14989952a3c85d507f | 7538f30404c0eb74c17d5b982eae689b754e227e | /13.5/PrivateFrameworks/TextInput.framework/CDStructures.h | a7d0416fd49b38d80ba41d0ecaf77bb1c38c0bf6 | [] | no_license | xybp888/iOS-Header | cdb31acaa22236818917245619fe4f4b90d62d30 | 0c23e5a9242f1d8fd04d376c22e88d2ec74c3374 | refs/heads/master | 2022-11-18T22:35:35.676837 | 2022-10-29T23:47:18 | 2022-10-29T23:47:18 | 204,074,346 | 156 | 63 | null | null | null | null | UTF-8 | C++ | false | false | 1,577 | h | //
// Generated by class-dump 3.5 (64 bit).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#pragma mark Blocks
typedef void (^CDUnknownBlockType)(void); // return type and parameters are unknown
#pragma mark Named Structures
struct CGPoint {
double x;
double y;
};
struct CGRect {
struct CGPoint or... | [
"8657156@qq.com"
] | 8657156@qq.com |
e0e47ad782d0ecf5940f022a3fae0496640cfeb9 | d6cdd85ce4ed49613951dbab233a5d473f073cab | /UsbEmulationServer/VirtualBulkDevice.h | a92e02f7aaae8ca7de553165305e8967d6b4468b | [] | no_license | L-proger/SoftUsb | 17ae66f9d7fc23dc0cdf41acab7d10f6f247065a | f0156a5e0ce1a7ba28f45b85c059f244cab209cd | refs/heads/master | 2021-09-07T06:59:38.631082 | 2018-02-19T08:00:49 | 2018-02-19T08:00:49 | 115,264,572 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 259 | h | #ifndef VIRTUALBULKDEVICE_H
#define VIRTUALBULKDEVICE_H
#include <lframework/USB/USBDevice.h>
class VirtualBulkDevice : public LFramework::USB::UsbDevice<>
{
public:
VirtualBulkDevice::VirtualBulkDevice()
{
}
};
#endif // VIRTUALBULKDEVICE_H
| [
"l-proger@yandex.ru"
] | l-proger@yandex.ru |
4aaf41400b41f3f27a0eb2e866788559a88109a9 | e70a21a634146df96af6500901c3af001b2524b3 | /Lab9/Lab9/isDigit.cpp | 0ad8a55a3c97bb26d3e3d477531d3a33c197b248 | [] | no_license | yangellen/Introduction_to_Computer_Science | c6009593f58994f71eb7b4cbd845cc6e891e55f0 | 1edb576a652b5e756293296ad18c09286c1ff3dc | refs/heads/master | 2021-01-07T20:27:03.321018 | 2020-09-09T19:11:47 | 2020-09-09T19:11:47 | 241,811,936 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,654 | cpp | /*********************************************************************
** Program name: Lab3_Yang_Ellen.zip
** Author: Ellen Yang
** Date: Oct 10, 2018
** Description: A function that takes a string to check if it's all digits
** and return bool
***************************************... | [
"49252706+yangellen@users.noreply.github.com"
] | 49252706+yangellen@users.noreply.github.com |
cea62196d0c203f43c899114e25fe4d51def7b23 | 5e90bfd76149789b2242382ecea0c2a43a1e5807 | /sources/Reconstruction/SAMURAI/include/TArtNeuLANDPla.hh | 8303ab60020a5b30178cff75ee8b94376582126d | [] | no_license | Phystam/anashikiroot | fcf9b6c2eabff2695f842d6b45e0691ed37786eb | eff1c1a75816e2b7017c5d1f65a52fd86262eb7c | refs/heads/master | 2021-01-02T09:03:56.958863 | 2018-06-21T11:16:27 | 2018-06-21T11:16:27 | 99,131,998 | 0 | 0 | null | 2017-11-07T10:06:59 | 2017-08-02T15:23:01 | C++ | UTF-8 | C++ | false | false | 4,801 | hh | #ifndef _TARTNEULANDPLA_H_
#define _TARTNEULANDPLA_H_
#include "TString.h"
#include <TRandom3.h>
#include <iostream>
#include "TArtDataObject.hh"
class TArtNeuLANDPla : public TArtDataObject
{
public:
TArtNeuLANDPla()
: TArtDataObject(),
fLayer(-1), fBarID(-1), fPos(-1), fZPos(-1)
{
for(int i=0;i<2... | [
"tomai@mail.nucl.ap.titech.ac.jp"
] | tomai@mail.nucl.ap.titech.ac.jp |
7f931d7a3a01e9b9787abaf021bf07e298456fbe | 2f57510287c1c4e0ec6b9a6d8335c3495c8251a3 | /cpp/unittest/testcode/source/testcase/SimpleRPCTest.cpp | 5ccd694a370013f823e0795889b7f23d24c14cf0 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"BSL-1.0",
"Apache-2.0"
] | permissive | jhhe66/MyTars | e0fa5fb52ba070acbd9202496f064ba34f95296b | 7a439c50760f8626011e0add47e8fbb0cde8579c | refs/heads/master | 2022-10-14T08:09:48.074518 | 2019-12-04T06:09:30 | 2019-12-04T06:09:30 | 223,847,863 | 0 | 1 | NOASSERTION | 2022-10-04T23:54:56 | 2019-11-25T02:44:14 | C++ | UTF-8 | C++ | false | false | 2,538 | cpp | /**
* Tencent is pleased to support the open source community by making Tars available.
*
* Copyright (C) 2016THL A29 Limited, a Tencent company. All rights reserved.
*
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except
* in compliance with the License. You may obtain a c... | [
"nnd1686@163.com"
] | nnd1686@163.com |
26ef28df0342274616b8f1a8f823fe8d3cc83295 | 68504653348fbee0b87cfe7fe907dc79e9d2aa66 | /Texture.hpp | 50cabbd757934dcc40323f9b71f42034831cb770 | [] | no_license | tmcol/gameengine2 | b823b2ccaa2005111acc053798cb01f24f056a5a | c1aefdde6c156757787fa133231b3514e267a932 | refs/heads/master | 2016-09-08T00:43:13.546678 | 2015-08-09T20:27:59 | 2015-08-09T20:27:59 | 40,449,254 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,172 | hpp | #ifndef TEXTURE_H
#define TEXTURE_H
#include <GL/glew.h>
#include <string>
#include <array>
#include <vector>
class Texture
{
GLuint textureID;
bool inited = false;
public:
Texture(GLenum type, std::string fname);
Texture(GLenum type, std::string fname, std::vector<std::array<GLenum... | [
"thomas.collingwood13@imperial.ac.uk"
] | thomas.collingwood13@imperial.ac.uk |
1e72d5e6a4b17112b050245001e8b553204bd60b | 0ffc1b87e74dbce62f399191bcd4278b3677543f | /Day9/Day9/Scene.h | 7a96e7904bbb11daa7274a0ceb9b1616ac703f00 | [] | no_license | ParkHD/school | 7b5cba8fca83fd81fb7cf079251988c0891cf780 | 98fcb43d79aa048b0bcd72882b14dff0587d6a1a | refs/heads/main | 2023-03-18T00:17:48.751346 | 2021-03-10T08:53:01 | 2021-03-10T08:53:01 | 337,343,304 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 194 | h | #pragma once
#include "Include.h"
class Scene
{
public:
virtual void Initialize() PURE;
virtual void Progress() PURE;
virtual void Render() PURE;
virtual void Release() PURE;
};
| [
"noreply@github.com"
] | ParkHD.noreply@github.com |
85cc2f7b0adaea6b15d4a18d4327bd0e4249fb92 | 857aa84e31e4d1eca2f6f4e663d4797c645b9a20 | /A7-3-810197520/server/server.cpp | d643680ebe1e806b65ccd24da8de2cf0fd1e63e7 | [
"MIT"
] | permissive | zamanimatin/FinalProject | d82545f0911183bf6a1a49a05191b5243bf9e5e2 | f462d4a382317a4e27c1deb7c76187eccf70c378 | refs/heads/master | 2020-05-26T21:01:51.181831 | 2019-06-06T11:27:48 | 2019-06-06T11:27:48 | 188,372,272 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,222 | cpp | #include "server.hpp"
#include "../utils/utilities.hpp"
#include <algorithm>
#include <dirent.h>
#include <errno.h>
#include <fstream>
#include <iostream>
#include <limits.h>
#include <map>
#include <netinet/in.h>
#include <sstream>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/stat.h>
#... | [
"noreply@github.com"
] | zamanimatin.noreply@github.com |
9d0a9c3461e5d3929f4ed3dbccc0b5c64500ed7f | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /third_party/blink/renderer/bindings/core/v8/v0_custom_element_constructor_builder.cc | 35937f6e29d86fccd1fc0256132e267a74af1306 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft"
] | permissive | ECS-251-W2020/chromium | 79caebf50443f297557d9510620bf8d44a68399a | ac814e85cb870a6b569e184c7a60a70ff3cb19f9 | refs/heads/master | 2022-08-19T17:42:46.887573 | 2020-03-18T06:08:44 | 2020-03-18T06:08:44 | 248,141,336 | 7 | 8 | BSD-3-Clause | 2022-07-06T20:32:48 | 2020-03-18T04:52:18 | null | UTF-8 | C++ | false | false | 15,789 | cc | /*
* Copyright (C) 2013 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
2ea2a4b772f35db54ab6698a347d97050cc0ad6e | b5a9d42f7ea5e26cd82b3be2b26c324d5da79ba1 | /tensorflow/compiler/xla/service/hlo_get_dimension_size_rewriter.cc | c575903581d106122194c8ec6b9fcf76d4998710 | [
"Apache-2.0"
] | permissive | uve/tensorflow | e48cb29f39ed24ee27e81afd1687960682e1fbef | e08079463bf43e5963acc41da1f57e95603f8080 | refs/heads/master | 2020-11-29T11:30:40.391232 | 2020-01-11T13:43:10 | 2020-01-11T13:43:10 | 230,088,347 | 0 | 0 | Apache-2.0 | 2019-12-25T10:49:15 | 2019-12-25T10:49:14 | null | UTF-8 | C++ | false | false | 2,954 | cc | /* Copyright 2018 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable ... | [
"v-grniki@microsoft.com"
] | v-grniki@microsoft.com |
acd3df9b2b143a1e5e53453799170d56396c4305 | cf7ae4ac2644daa52e0f7c5ae30c72b66d15fc7f | /dependence/opcode/OPC_MeshInterface.h | c12f5559aff1b5af1384adaf9207b4478e770834 | [] | no_license | ZHOURUIH/GameEditor | 13cebb5037a46d1c414c944b4f0229b26d859fb5 | eb391bd8c2bec8976c29047183722f90d75af361 | refs/heads/master | 2023-08-21T10:56:59.318660 | 2023-08-10T16:33:40 | 2023-08-10T16:33:40 | 133,002,663 | 18 | 21 | null | null | null | null | UTF-8 | C++ | false | false | 9,748 | h | ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/*
* OPCODE - Optimized Collision Detection
* Copyright (C) 2001 Pierre Terdiman
* Homepage: http://www.codercorner.c... | [
"12345678@qq.com"
] | 12345678@qq.com |
f1239b9032615104ff496061b47aded38018ec9d | 53d94215d42c7433295ec6a5638950f10859151d | /sdaver/CSU_Base-1.2-Linux/src/csu/base/ui/abstract_ui_evaluator/evaluators/basic_evaluators/basic_container_evaluator.h | efe5f9b3c405da44c7c771da24e34e1dd4dbf8c8 | [] | no_license | pedromateo/sdaver_qtlua_v2 | d8f7cd4ed6fa7f6cd528e2848cfd5338328114d4 | 81f719f1cc34edeb625cdf473806b774712bc4fa | refs/heads/master | 2016-09-05T12:32:29.287095 | 2015-01-28T10:41:50 | 2015-01-28T10:41:50 | 16,796,732 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,721 | h | // -*- mode: c++; c-basic-offset: 4; c-basic-style: bsd; -*-
/*
* This program is free software; you can redistribute it and/or
* modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 3.0 of
* the License, or (at your option) a... | [
"pedromateo@um.es"
] | pedromateo@um.es |
ca135790fc1ac78fd30a15057461bba105a9e24b | 1e0ca22adee1f8c18d3a46ddea03f3e35e78cda2 | /include/graphics_engine/IGraphicsLight.h | fd1240f7059110ce9f48aaca291bb553d979857c | [] | no_license | OsipovDmitry/FreeWorldEngine | 197561d0514e9e2d0cfecaecec5394c27ee96e28 | b8a19dd7c553f12f59f7946b4f067ec8813b58df | refs/heads/master | 2020-04-17T00:55:38.739237 | 2017-08-08T13:21:11 | 2017-08-08T13:21:11 | 66,136,564 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,133 | h | #ifndef __IGRAPHICSLIGHT__
#define __IGRAPHICSLIGHT__
#include <3rdparty/glm/vec2.hpp>
#include <3rdparty/glm/vec3.hpp>
#include "IGraphicsResource.h"
namespace FreeWorldEngine {
namespace GraphicsEngine {
class IGraphicsScene;
class IGraphicsLight : public IGraphicsResource {
public:
virtual ~IGraphicsLight() {... | [
"dmitry1992osipov@yandex.ru"
] | dmitry1992osipov@yandex.ru |
c07d0a77c604c5bb70b6fcdcdb12f73a79fa063d | b633e0b76c8f0e14d83d9ec346aea2549fe2bed2 | /include/asio-httpd/posthandler.h | 0907c2a7b1ce85ee408b39b3bbc21d7cb594696b | [] | no_license | guidow/asio-httpd | 23a34d8673ace1d55df89b1b1c8b3a7f5ff754da | e3d1d9bca80c9ebdefcfc29375a25941cc7d3297 | refs/heads/master | 2020-11-28T09:35:11.270711 | 2019-12-29T14:11:08 | 2019-12-29T14:11:08 | 229,771,742 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,053 | h | #ifndef _ASIOHTTPD_POSTHANDLER_H_
#define _ASIOHTTPD_POSTHANDLER_H_
#include "handlerbase.h"
namespace asio_httpd {
class PostHandler : public HandlerBase
{
public:
PostHandler(boost::asio::io_service& io) : HandlerBase(io) {}
virtual ~PostHandler() {}
// Override the following (always both, nev... | [
"guido@unknownsite.de"
] | guido@unknownsite.de |
1ed4c693d7287b0121d30edbe48bc57ebb742db0 | 1f17c16f3c492cc8061b4a6fa911c8897c2094c3 | /Settings.cpp | d6918ccda834a2f8558c7636777064768e0e2f34 | [] | no_license | misakshoyan/MovingDetection | 235f0d5ec36a57a3ada0c52746f76adb34ed9afe | 426d3080e8ae441a6efbc573a0da4e81a574b149 | refs/heads/master | 2020-12-26T19:24:30.997698 | 2020-02-01T12:49:45 | 2020-02-01T12:49:45 | 237,613,811 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 221 | cpp | #include "Settings.h"
#include <iostream>
Settings* Settings::s_instance = NULL;
Settings* Settings::createSettings()
{
if (s_instance == NULL) {
s_instance = new Settings();
}
return s_instance;
}
| [
"misakshoyan@gmail.com"
] | misakshoyan@gmail.com |
5adde68ba682ec9683d7b65c3814c15f49fd16e6 | d6e3150e58f78ef0c2c08f5ef4493b9951c8bb7d | /Chapter05/Practice5_1/MainFrm.cpp | 83b9d482ea53e151d361487dbbd6eaed0efcc76f | [] | no_license | SuperNova911/MFC-Class | fdba15bc6c456322bd6b758de397cebd4f305f7c | 02d53bc34626f6991ea89ce4eb6c341574a5498a | refs/heads/master | 2021-04-15T15:37:15.289858 | 2018-06-15T03:29:58 | 2018-06-15T03:29:58 | 126,199,036 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 9,207 | cpp |
// MainFrm.cpp : CMainFrame 클래스의 구현
//
#include "stdafx.h"
#include "Practice5_1.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMainFrame
IMPLEMENT_DYNCREATE(CMainFrame, CFrameWndEx)
const int iMaxUserToolbars = 10;
const UINT uiFirstUserToolBarId = AFX_IDW_CONTROLBAR_FIRST + 40;
const U... | [
"suwhan77@naver.com"
] | suwhan77@naver.com |
75e777a79b411cc516f193b280d8230310b408f7 | 0d0e78c6262417fb1dff53901c6087b29fe260a0 | /scf/include/tencentcloud/scf/v20180416/model/PublishVersionResponse.h | 68e0d8757cd097a06d462dea3379a140e6d1fc6e | [
"Apache-2.0"
] | permissive | li5ch/tencentcloud-sdk-cpp | ae35ffb0c36773fd28e1b1a58d11755682ade2ee | 12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4 | refs/heads/master | 2022-12-04T15:33:08.729850 | 2020-07-20T00:52:24 | 2020-07-20T00:52:24 | 281,135,686 | 1 | 0 | Apache-2.0 | 2020-07-20T14:14:47 | 2020-07-20T14:14:46 | null | UTF-8 | C++ | false | false | 6,456 | h | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"zhiqiangfan@tencent.com"
] | zhiqiangfan@tencent.com |
ff3bbb92d2d4ef2836795daa7fe1a6acb01c6e02 | c7e688da8112c484c59a1560bfde129637f9abe0 | /Project 1/file_reverse/file_reverse.cpp | 29f202b18115ee9ccb2db791d2a2d4d36774823e | [] | no_license | nichilstewart/CS104-Projects | 024ff775afa960a982004af1af857086b2985882 | 4f03066d1bc419583c1416150dcacdce7a444d17 | refs/heads/master | 2023-01-04T05:20:23.450780 | 2020-10-31T02:56:08 | 2020-10-31T02:56:08 | 250,409,372 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,360 | cpp | #include <iostream>
#include <cstdlib>
#include <cstring>
#include <fstream>
using namespace std;
int main(int argc, char* argv[])
{
if (argc < 2)
{
//Wrong number of arguments
cout << "Please enter correct number of arguments" << endl;
return 1;
}
ifstream in_file; ... | [
"noreply@github.com"
] | nichilstewart.noreply@github.com |
cd91d3cd6ec937a398680cb816315f30e5e80403 | 16d159d6d3fe69d513717caad3e2c21320f93224 | /AtCoder/ABC/ABC101-150/abc142/abc142d.cpp | e6ebdb66777dc5d9a45efb1ec9d82858cbadabed | [] | no_license | tsushiy/competitive-programming-submissions | d4f068a5157c0de0f1822367e0ca66dd978e43f9 | 9011d855d9252134179cc9cc8f328f6e0ca32407 | refs/heads/master | 2023-04-11T08:34:01.015316 | 2021-04-11T15:16:17 | 2021-04-11T15:17:35 | 175,807,862 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,552 | cpp | #include <bits/stdc++.h>
using namespace std;
#define REP(i,b,e) for(int i=(b);i<(e);++i)
#define RREP(i,b,e) for(int i=(b)-1;i>=e;--i)
#define rep(i,e) for(int i=0;i<(e);++i)
constexpr int MOD = 1000000007;
constexpr int INF = 1LL << 30;
constexpr long long LLINF = 1LL << 60;
constexpr double EPS = 1e-9;
struct Init... | [
"28962399+tsushiy@users.noreply.github.com"
] | 28962399+tsushiy@users.noreply.github.com |
a349923c0091d25e453ebf582b03ce3f3467ed13 | 4b31f168b85401933b80e4d92eed3d51521b75fd | /lesson-01-hello-world-in-wt/FactoryHelloWorldWebsite.cpp | 4b7be0bced6b23a900496ca6b4c5aeaceb53e8b4 | [] | no_license | lyase/witty-tutorial | 9797ee05a67b0d9efa6951a09be00802b6aa1d62 | 8338d461f803768df20c25e33aa243f0115c2588 | refs/heads/master | 2021-01-16T17:40:35.260662 | 2015-02-11T06:54:11 | 2015-02-11T06:54:11 | 4,239,061 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,872 | cpp | /** \file FactoryHelloWorldWebsite.hpp
*implementation of the HelloFactory factory a Factory that manages a web site saying hello
*\n
*\version 1.0
*\date 31/05/12 10:06:50
* Revision: none
* Compiler: gcc
*
*\author: lyase.d, lyase.d@gmail.com
* Company:
*
* ===========================... | [
"lyase.d@gmail.com"
] | lyase.d@gmail.com |
526624a2d10864693087eb47793f4a6f4330dfb2 | 5edff52141bb25c0fdf8cb55c66f2df71d3f00b9 | /27. 31.03.2021 - Сканирование папок/Home work/Project1/Project1/task2.cpp | 6d23988b2fc203efd4ad61b8bb9d6abe4d61f0c1 | [] | no_license | MikhailGoriachev/C-C | 78e9597e3b5dce6b4086ddf9056545b49af8f462 | 3ef464aa030788c21c49d1d3983a7b5330250b02 | refs/heads/master | 2023-08-25T18:48:26.464614 | 2021-10-20T10:24:20 | 2021-10-20T10:24:20 | 419,278,130 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 8,111 | cpp | #define _CRT_SECURE_NO_WARNINGS
#include <iostream>
#include <io.h>
#include <conio.h>
using namespace std;
// сканирование папок и подпапок
void scanFile(char* dir, unsigned long* min_size, unsigned long* count)
{
// добавка к пути '\'
strcat(dir, "\\");
// указатель на начало имени в пути
char* name = dir + s... | [
"mishagor228@gmail.com"
] | mishagor228@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.