blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c24f5714f47bcf036faf3b938d6da7b32404124e | 8555f0a26c2563f4ad1e3f525b12166b1bb66366 | /TripleX/TripleX/TripleX.cpp | 9bb86c35480db43dc95b877e5802f4017d9dbfd2 | [] | no_license | Aaronoftheages/Unreal_CPP_Tuts | aef9a68e6a94c4700b189ad098599dbe1b71b593 | 6071488dab2c219e4e41ef7476055b72e1498757 | refs/heads/main | 2023-01-31T01:45:15.529037 | 2020-12-08T17:18:28 | 2020-12-08T17:18:28 | 319,650,691 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,862 | cpp | #include <iostream>
#include <ctime>
void IntroductionMessage(int Difficulty) {
std::cout << "Cybertron Command \n Access to Database 'LEVEL - " << Difficulty << "' Restricted behind Code.";
std::cout << "\nERROR\n";
std::cout << "\nBiometrics failed, enter code manually.\n";
}
bool PlayGame(int Difficu... | [
"aaronmccracken1996@outlook.com"
] | aaronmccracken1996@outlook.com |
fb441c301108f53fbe1f23852b4d579c5ae4ba47 | 051ee8974ba920bf92c4456ce7fd92154068764f | /test/sync/syncoutTest.h | bc74717dffc753dd04c5476e5327c55419c13097 | [] | no_license | k06a/boolib | ab0f379ad9079434e91452d7287509b843dc2641 | 9b154e6d54b7e54b6fe847d53580ec61fd358c20 | refs/heads/master | 2016-09-06T18:25:02.912776 | 2010-12-26T19:11:21 | 2010-12-26T19:11:21 | 32,887,618 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,122 | h | #ifndef SYNCOUT_CPP
#define SYNCOUT_CPP
#include "sync.h"
#include <iostream>
#include <sstream>
#include <windows.h>
DWORD WINAPI syncoutFunc(LPVOID p)
{
std::stringstream & mystream = *(std::stringstream*&)p;
for (int i = 0; i < 100; i++)
{
syncout_t(mystream)
<< "a" ... | [
"k06a@localhost"
] | k06a@localhost |
e001954209ecd266f19918c9c0f74548b35594a2 | 7069c4dbc65c88144d2f89bfe433febaf0a57e2a | /src/appleseed.studio/meta/tests/test_projectmanager.cpp | 2ddbea32324188a0de8470feb844e5f7501acc41 | [
"MIT"
] | permissive | tomcodes/appleseed | 4d39965f168be1fd8540b635b5f32c2e8da188b6 | e8ae4823158d7d40beb35c745eb6e9bee164dd2d | refs/heads/master | 2021-01-17T22:45:50.384490 | 2012-01-20T17:54:49 | 2012-01-20T17:54:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,440 | cpp |
//
// This source file is part of appleseed.
// Visit http://appleseedhq.net/ for additional information and resources.
//
// This software is released under the MIT license.
//
// Copyright (c) 2010-2012 Francois Beaune, Jupiter Jazz
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
/... | [
"beaune@aist.enst.fr"
] | beaune@aist.enst.fr |
a619129d56b2a916e92205700a8d4a79c5e54f44 | 77972df564f83532bc1db08cd3d8c3ffaca32c0e | /Leetcode/N-997.cpp | e2eb21c6126a3ea763192ef9637dea02a2b26542 | [] | no_license | vibhutimishra/DSA | 21296b1f1b5b73e30348d78c90fcb31074e94bc7 | a4b9dc34a219c7767e32e55c6e20f56d6b75ab2c | refs/heads/master | 2023-01-10T21:12:46.800706 | 2020-11-19T22:48:23 | 2020-11-19T22:48:23 | 293,320,806 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 882 | cpp | class Solution {
public:
int findJudge(int N, vector<vector<int>>& trust) {
int i,j,flag=0;
map<int,vector<int>> dict,dict1;
vector<int>demo;
for (i=0;i<N;i++){
demo.push_back(0);
dict.insert({i+1,demo});
dict1.insert({i+1,demo});
demo.... | [
"vibhuti.mishra09@gmail.com"
] | vibhuti.mishra09@gmail.com |
3921ebbc60f66d55ec7b97896474572a37b34462 | f58be962a33a8b782ecf9b2a901d8f65e95b190f | /mfc_detect_object/stdafx.cpp | 91afd5756e496b1fc8502523720a7ee82f853c05 | [] | no_license | CUGLSF/mfc_detect_object | 37c666ba9d04d6c2e6bca3e42271c2069159b233 | ca0ca172095256acda77e5056f4fa98a96ee0c71 | refs/heads/master | 2021-01-10T18:12:12.518863 | 2015-12-25T11:55:42 | 2015-12-25T11:55:42 | 48,576,885 | 1 | 1 | null | null | null | null | GB18030 | C++ | false | false | 172 | cpp |
// stdafx.cpp : 只包括标准包含文件的源文件
// mfc_detect_object.pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
| [
"lsfzq@sina.cn"
] | lsfzq@sina.cn |
2b02a77eeb68b821f7b8189be76dd42c92e25188 | b677894966f2ae2d0585a31f163a362e41a3eae0 | /ns3/ns-3.26/src/aodv/model/aodv-rtable.cc | c0545c2492db6e4e2d2227881f87e9f69ec45bd0 | [
"LicenseRef-scancode-free-unknown",
"GPL-2.0-only",
"Apache-2.0"
] | permissive | cyliustack/clusim | 667a9eef2e1ea8dad1511fd405f3191d150a04a8 | cbedcf671ba19fded26e4776c0e068f81f068dfd | refs/heads/master | 2022-10-06T20:14:43.052930 | 2022-10-01T19:42:19 | 2022-10-01T19:42:19 | 99,692,344 | 7 | 3 | Apache-2.0 | 2018-07-04T10:09:24 | 2017-08-08T12:51:33 | Python | UTF-8 | C++ | false | false | 12,310 | cc | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2009 IITP RAS
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation;
*
* This program is distribu... | [
"you@example.com"
] | you@example.com |
5cf76afdfa518eb006d1ef5443309fe6f5fd31f0 | 2f7b1e5376481896d02b14591b0a45e138c122c3 | /include/Networking/Message.h | 95fbfc746633f7ac78850b5a5344ecf759261ea3 | [] | no_license | Ramneet-Singh/Pacman-Multiplayer | a5f36f2428d3d38384bf9c0ea09d7393be01697a | c0c2aa00273ab532c11354afdb3249a19c271753 | refs/heads/master | 2023-07-13T07:12:51.269131 | 2021-08-15T18:32:10 | 2021-08-15T18:32:10 | 368,476,955 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 496 | h | #pragma once
#include <cstdint>
#include "Networking/Networking.h"
#include "Game/Utils/Vector2D.h"
enum class GameMsg : uint32_t
{
Client_InitMap,
Client_AssignID,
Game_UserInput
};
enum class UserInput
{
DUMMY,
ONE,
TWO,
THREE,
FOUR,
W,
A,
S,
D,
UP,
LEFT,
... | [
"ramneet2001@gmail.com"
] | ramneet2001@gmail.com |
2c6d69c813edf745c5f9320864f09ff0132b9ec9 | 2be7c87ec0a9cc03b0a944379b8485a8f5a2f93c | /bams_Arduino/bams_Arduino.ino | 2dd22737b02fdb1760a4136d90c8bd7dac1e0417 | [] | no_license | alphonse/bams | 85a6b3dfc4c1c8c39d56a1ed9665eef714855116 | 53d708da368b2aaf4580b5e105528a3016271332 | refs/heads/master | 2020-04-10T03:10:14.148714 | 2016-02-19T19:17:40 | 2016-02-19T19:17:40 | 40,276,964 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,471 | ino | // -------------------------------------------------------------------------
// bams: Bicycle-based Air Monitoring System
// v. 1.0 | AF | 2015-08-11
// -------------------------------------------------------------------------
// Contains code for Adafruit GPS modules using MTK3329/MTK3339 driver
// and reads data from... | [
"alphonse.fisch@gmail.com"
] | alphonse.fisch@gmail.com |
739586615dce5626782a925ab1c8b0a5aa5a1776 | e5ec93a45eecf20095d52d013dd1f94e293aa48b | /vsdk/VisVFWCamera/VisVFWCamDLL.cpp | f224565022b278562634f2a0e7dda631ff46ac0e | [] | no_license | Ethan-Zhou/Portrait | 6342f13e5263fe735f12801140e36adc5772123c | 9b8cc97d470274c1a57656f61d06bf7dd9972b21 | refs/heads/master | 2020-12-29T00:41:36.816002 | 2013-03-10T08:21:26 | 2013-03-10T08:21:26 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,662 | cpp | ////////////////////////////////////////////////////////////////////////////
//
// @doc INTERNAL EXTERNAL VISVFWCAMDLL
//
// @module VisVFWCamDLL.cpp |
//
// This file implements the exported function <f VisGetImSrcProvider>, which
// is used to create a <c CVisVFWProvider> object. It also implements
// the DLL entry... | [
"fish_wsr@hotmail.com"
] | fish_wsr@hotmail.com |
536544ae0a32ea37f76ac9f2658180865376699b | 988c8499c97c83099f193e6c0450636716fe685d | /question/cpp/base/d2-2-函数重载.cpp | 1a16d5863437bd524fa8e6994db84ffb52c06047 | [] | no_license | ueumd/clang | febfd9b1567eaf021b69f4c807afafa6228f6b2a | a98a6eddb41647a22b5d148c2dd523ef13985885 | refs/heads/master | 2021-02-22T16:50:30.072296 | 2020-04-24T12:41:22 | 2020-04-24T12:41:22 | 247,006,609 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 601 | cpp | #include "iostream"
using namespace std;
/*
至少满足下面一个条件:
参数个数不同
参数类型不同
参数顺序不同
函数返回值不是函数重载的判断标准
*/
void myFunPrint(int a)
{
cout << a << endl;
}
void myFunPrint(char *a)
{
cout << a << endl;
}
void myFunPrint(int a,int b)
{
cout << a+b << endl;
}
//函数重载和函数参数默认编译是可以通过,但是调用时非产生二义性 不知道该调哪个
void myFunPrint(int a, int... | [
"51134642@qq.com"
] | 51134642@qq.com |
6f30d1fe54198d5cea00aaa6cbf71cbe69c3fa93 | dc007d392a935b5dffd2812c79a28914aaaff0b4 | /src/address.cpp | 64d722c59f4f6a72b531d623627d366720051ba5 | [] | no_license | nullcatalyst/cpp-http | aafef6c4543793ffc04ac66ca77164970f687913 | ad31208a4f07f3fab61e4c79b27bd7c2b19b236e | refs/heads/master | 2021-04-06T09:00:11.338760 | 2018-03-21T16:23:23 | 2018-03-21T16:23:23 | 124,931,549 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,845 | cpp | #include "address.h"
#include <cstring> // memcmp
namespace http {
Address Address::fromIPv4(const std::string & ip4, uint16_t port) {
Address address;
if (uv_ip4_addr(ip4.c_str(), port, (struct sockaddr_in *) &address.sock)) {
// Error
}
return address;
}
Ad... | [
"scottbennett912@gmail.com"
] | scottbennett912@gmail.com |
7fb69408ea17f06e91d2a777406e317ad1c7f9c0 | 793d0548102f1fca145f6b5366199ab6e182209f | /ch04/stack_stl.cpp | 1f5331263ce2d9e5bc17bcb3601655454fa709fc | [] | no_license | ht0919/ALDS | 7ef558e2e760a5e4c008ecdcca53fc9e6acf51f2 | 0fcd022d5e3f5f29a2ba2fab14369abb28bf618c | refs/heads/master | 2021-02-17T12:45:52.828097 | 2020-03-11T12:17:43 | 2020-03-11T12:17:43 | 245,098,270 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 617 | cpp | #include<iostream>
#include<cstdlib>
#include<stack>
using namespace std;
int main() {
// 標準ライブラリからstackを使用
stack<int> S;
int a, b, x;
string s;
while( cin >> s ){
if ( s[0] == '+' ) {
a = S.top(); S.pop();
b = S.top(); S.pop();
S.push(a + b);
} else if ( s[0] == '-' ) {
b = ... | [
"ht0919@gmail.com"
] | ht0919@gmail.com |
175898203ea11d2a1c39b5ee747a4a506a68f79f | 148b61252764fdd95aa17e52179d801bdd20ee15 | /mars/comm/socket/udpserver.cc | 8132651ebec99eba2e237e4b0810813703f4cb69 | [
"MIT",
"Zlib",
"BSD-3-Clause",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"BSL-1.0",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"OpenSSL"
] | permissive | Lynnnnnn/mars | 8c7ab4b6e193de5e83ba79668f9461fea017f9a7 | 2b87cceec445b649b5c0190c119e9cbb30e5dc85 | refs/heads/master | 2021-04-29T08:17:35.555275 | 2016-12-29T14:32:28 | 2016-12-29T14:32:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,453 | cc | // Tencent is pleased to support the open source community by making GAutomator available.
// Copyright (C) 2016 THL A29 Limited, a Tencent company. All rights reserved.
// Licensed under the MIT License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the ... | [
"garryyan@tencent.com"
] | garryyan@tencent.com |
33a1f47cee578794034b826c8ca8f10762d756a5 | ac5442020a5247231ede042926530e500b16b501 | /compilers/frontend/src/syntax/task/environment_section.cc | abb2e3701f537dd58346706bb98a4322ed0de14d | [] | no_license | MuhammadNurYanhaona/ITandPCubeS | e8a42d8d50f56eb76954bdf2cb786377cb5a8ee5 | 8928c56587db8293f0ec02c7cb030cfb540ce2b4 | refs/heads/master | 2021-01-24T06:22:37.089569 | 2017-04-22T15:57:04 | 2017-04-22T15:57:04 | 15,794,818 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,156 | cc | #include "../ast.h"
#include "../ast_type.h"
#include "../ast_def.h"
#include "../ast_stmt.h"
#include "../ast_type.h"
#include "../ast_task.h"
#include "../ast_partition.h"
#include "../../common/errors.h"
#include "../../common/location.h"
#include "../../common/constant.h"
#include "../../semantics/scope.h"
#include... | [
"mny9md@virginia.edu"
] | mny9md@virginia.edu |
cde597a11a215efa6ab5896e376e06b0d675dfd0 | c690cc401fac423c7aa573a3a12c961850751be1 | /src/uint256_t.h | 13c4339758ae6bb7dad945beec2ab87e987965df | [
"MIT"
] | permissive | kimseonghui/MercyCoin | 9cb5c8746492d95436be295712cb7b7ba9336b1f | b051db796c5d0cca637056916a558bd55ce19de1 | refs/heads/master | 2021-01-20T09:21:31.005075 | 2017-08-28T01:04:10 | 2017-08-28T01:04:10 | 101,590,630 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,952 | h | // Copyright (c) 2009-2015 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin developers
// Copyright (c) 2015 The MercyCoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_UINT256_H
#define BI... | [
"ksh21tprld@naver.com"
] | ksh21tprld@naver.com |
322b8b52dc64f857794dcd834a56c0053230bef1 | 59d26f54e985df3a0df505827b25da0c5ff586e8 | /OJ_LEETCODE/Accepted/3887 - Group Anagrams_AC.cpp | 6f002baff70a79db8489ff24b45a5a2f81612b45 | [] | no_license | minhaz1217/My-C-Journey | 820f7b284e221eff2595611b2e86dc9e32f90278 | 3c8d998ede172e9855dc6bd02cb468d744a9cad6 | refs/heads/master | 2022-12-06T06:12:30.823678 | 2022-11-27T12:09:03 | 2022-11-27T12:09:03 | 160,788,252 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,483 | cpp | /*
Minhazul Hayat Khan
Website: www.minhazul.com
EWU, Bangladesh
Problem Name:
Problem Link:
Date : 12 / August / 2021
Comment:
*/
#include<bits/stdc++.h>
//#include<iostream>
using namespace std;
#define DEBUG 1
#define check(a) DEBUG==1?(cout << a << endl):null;
#define cc(a) DEBUG==1?(cout << a << endl):cout<<"";
#d... | [
"minhaz1217@gmail.com"
] | minhaz1217@gmail.com |
7691c686a076acf8a712c4dd0cea1de0ea4a306b | 49022e7430be70ab6880c28b759f9c68e1e2edf8 | /RetCode251/Game/GameUtil.h | 813be43384f5bcfe400704b334dd20c9ad480f52 | [] | no_license | f3db43f4g443/SimpleSample11 | 61a634afa664676f94bf51f58c38640ee7ee1b64 | e6aa0ceb34843defd0433b09f42f2de036d443d7 | refs/heads/master | 2022-03-10T18:21:42.698566 | 2022-02-18T06:42:18 | 2022-02-18T06:42:18 | 68,726,252 | 0 | 1 | null | 2021-04-15T18:51:36 | 2016-09-20T15:30:41 | C++ | UTF-8 | C++ | false | false | 579 | h | #pragma once
#include "Common/Math3D.h"
#include <vector>
using namespace std;
enum ERangeType
{
eRangeType_Normal,
};
void GetRange( ERangeType eRangeType, uint32 nRange, uint32 nRange1, vector<TVector2<int32> >& result, bool bExcludeSelf = false );
bool IsInRange( ERangeType eRangeType, uint32 nRange, uint32 nRan... | [
"654656040@qq.com"
] | 654656040@qq.com |
94f53a215259b794bce5fc4472b2d44ce98469c1 | 5326421d3d4b272b63d3a64a99438203dba88e95 | /VolMagick/RawV.cpp | 1dfa867de33b789f182e9e900e62dc03a7119676 | [] | no_license | transfix/cvc-mesher | 2d7eb953bb351a388e02d2e0a3f68a6c5dfa70cb | 466c507b622d5c397326ad03f73aad42d8cc2ba3 | refs/heads/master | 2021-01-10T20:56:08.732959 | 2014-01-11T22:52:33 | 2014-01-11T22:52:33 | 15,577,133 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,572 | cpp | /* $Id: RawV.cpp,v 1.2 2008/02/01 20:12:12 transfix Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <math.h>
#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include "VolMagick.h"
#include "endians... | [
"transfix@sublevels.net"
] | transfix@sublevels.net |
578568d19105572531489667f3fde9a4a7905975 | f0b7bcc41298354b471a72a7eeafe349aa8655bf | /codebase/libs/Radx/src/include/Radx/RayxData.hh | 1ba84aa845461aa0c3ef1b09b7e49c9c91c44b58 | [
"BSD-3-Clause"
] | permissive | NCAR/lrose-core | 23abeb4e4f1b287725dc659fb566a293aba70069 | be0d059240ca442883ae2993b6aa112011755688 | refs/heads/master | 2023-09-01T04:01:36.030960 | 2023-08-25T00:41:16 | 2023-08-25T00:41:16 | 51,408,988 | 90 | 53 | NOASSERTION | 2023-08-18T21:59:40 | 2016-02-09T23:36:25 | C++ | UTF-8 | C++ | false | false | 22,959 | hh | // *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
// ** Copyright UCAR (c) 1990 - 2016
// ** University Corporation for Atmospheric Research (UCAR)
// ** National Center for Atmospheric Research (NCAR)
// ** Bo... | [
"dixon@ucar.edu"
] | dixon@ucar.edu |
defcfccb78bca3fcf03877b37ba5db3082adb450 | a21cade1dc20ad1dafae410017eee14eee45f505 | /Data_structures/tree/right_view.cpp | 0ddba5380490464134b2c9da67ac4d6496fe56ca | [] | no_license | pranit-yawalkar/C_plus_plus_practice | 302f2ac737318dbbba95dcc52cf79ed14fa67204 | f7007fe2485e359304cd5e1bc230d4cb93b784c9 | refs/heads/master | 2023-06-03T18:02:49.299573 | 2021-06-21T14:38:32 | 2021-06-21T14:38:32 | 378,959,956 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,121 | cpp | #include<bits/stdc++.h>
using namespace std;
class Node{
public:
int data;
Node* left;
Node* right;
Node(int val){
data = val;
left = NULL;
right = NULL;
}
};
// O(n) complexity
void rightView(Node* root){
if(root==NU... | [
"pranityawalkar10@gmail.com"
] | pranityawalkar10@gmail.com |
6fe0f8d566961a8366822a66db6dc9f6b57366a8 | 9a3522f8e5f713bf6d59bb3177d64f5f0c3821f1 | /DMOJAndWCIPEG/coci14c2p1.cpp | 0140e31622852f7b5d2a3dee6ec88b41a929fd64 | [] | no_license | BenjaminBLi/ccc-with-c | 6cbce36ed2cf23949a8ab1a74e85f768096853d8 | 277428e76d45cddf854cc4213f9c97d9099d5466 | refs/heads/master | 2020-06-09T23:44:38.015491 | 2018-04-15T02:13:16 | 2018-04-15T02:13:16 | 76,123,105 | 8 | 3 | null | 2017-11-17T18:27:20 | 2016-12-10T16:08:58 | C++ | UTF-8 | C++ | false | false | 1,165 | cpp | #include "bits/stdc++.h"
using namespace std;
map<int, int> behaviour;
map<int, string> flip;
char line[110];
void gen(){
flip[2] = "abc";
flip[3] = "def";
flip[4] = "ghi";
flip[5] = "jkl";
flip[6] = "mno";
flip[7] = "pqrs";
flip[8] = "tuv";
flip[9] = "wxyz";
}
int main(){
gen();
... | [
"li.benjamin.b@gmail.com"
] | li.benjamin.b@gmail.com |
3f6fb08293c8337dc18862d7453f205d4383b1cb | d3bf068ac90138457dd23649736f95a8793c33ae | /AutoPFA/DlgGraphRef.h | 708298e166e59d9dcf220e4586fed42a8150721e | [] | no_license | xxxmen/uesoft-AutoPFA | cab49bfaadf716de56fef8e9411c070a4b1585bc | f9169e203d3dc3f2fd77cde39c0bb9b4bdf350a6 | refs/heads/master | 2020-03-13T03:38:50.244880 | 2013-11-12T05:52:34 | 2013-11-12T05:52:34 | 130,947,910 | 1 | 2 | null | null | null | null | GB18030 | C++ | false | false | 1,725 | h | #if !defined(AFX_DLGGRAPHREF_H__3BA2BC07_5CB5_4B08_B6E0_6D80D20ED815__INCLUDED_)
#define AFX_DLGGRAPHREF_H__3BA2BC07_5CB5_4B08_B6E0_6D80D20ED815__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgGraphRef.h : header file
/*
* Copyright (C), 2006,长沙优易软件公司CAE开发部
* All rights reserved.
*
文件名... | [
"uesoft@163.com"
] | uesoft@163.com |
61c471ca75f4519316b4922f4e9f292ecf61cc17 | 2b575a874daf99beeffc4e24290d48373068ff32 | /api/ShippingsApi.h | 1fa8cdb9dfd3f80252ecc404c794b8852d42e3d7 | [] | no_license | facestorept/api-sdk-cpprest | 669febedea1c37c79e0c793a3be06d1727aa65f4 | 195ab61d2099e4d6d08a2f5c59bf4b58315df5a2 | refs/heads/master | 2021-08-26T04:38:59.844262 | 2017-11-21T14:46:46 | 2017-11-21T14:46:46 | 111,561,687 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,797 | h | /**
* Facestore API
* This is a reference to Facestore API. # Introduction This API is documented in **OpenAPI format** and provided by [facestore.pt](http://facestore.pt) team. # About the API Through the Facestore API your applications can retrieve and manage Facestore platform content in your store. The base add... | [
"luciano.goncalves@facestore.pt"
] | luciano.goncalves@facestore.pt |
549cda4a8399ab02397dae3f862061a38873be6d | 0958cceb81de1c7ee74b0c436b800a1dc54dd48a | /wincewebkit/WebKit/gtk/webkit/webkitwebbackforwardlist.cpp | 25729f9de237087e9f4bc3e74d5b0abec991c302 | [
"BSD-2-Clause"
] | permissive | datadiode/WinCEWebKit | 3586fac69ba7ce9efbde42250266ddbc5c920c5e | d331d103dbc58406ed610410736b59899d688632 | refs/heads/master | 2023-03-15T23:47:30.374484 | 2014-08-14T14:41:13 | 2014-08-14T14:41:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,544 | cpp | /*
* Copyright (C) 2008 Jan Michael C. Alonzo
* Copyright (C) 2009 Igalia S.L.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at y... | [
"achellies@163.com"
] | achellies@163.com |
b9d50ea4195e4877c4361dbab4098f401cad3a4e | c415b67b1c6585eadc5cb1b110af401b0e3efc29 | /cpp/TopologySort/Basic.cpp | 5b038aa6adb40193da145c842d9e1e8ece998644 | [] | no_license | ASHD27/algorithmBasic | 6eab42feeffadeafc126cb8c67a268749897cf16 | 0a6519466a2ddba2425388a7bd93824454bb80ed | refs/heads/master | 2022-12-24T01:15:49.848226 | 2020-10-01T04:55:21 | 2020-10-01T04:55:21 | 300,148,572 | 0 | 0 | null | 2020-10-01T04:55:32 | 2020-10-01T04:55:31 | null | UTF-8 | C++ | false | false | 4,445 | cpp | /*
Topology Sort (위상 정렬)
위상 정렬이란 순서가 정해져 있는 작업을 차례로 수행해야 할 때,
그 순서를 결정해주기 위해 사용하는 알고리즘을 말한다.
위상정렬은 순서를 결정해주는 알고리즘으로
꼭 하나의 순서만 존재하는 것은 아님
다른 방식의 순서가 존재할 수 있다.
위상정렬의 특징은 DAG(Directed Acyclic Graph) 에만 적용이 가능하다
DAG 란 용어를 보면 알겠지만, 방향성이 존재하지만 cycle 은 존재하지 않는 그래프
에서만 적용이 가능하다.
중요한 것은... | [
"vel1024@khu.ac.kr"
] | vel1024@khu.ac.kr |
80f0ea927d9000b01775c949b9522d8d19bd5c56 | 30f530277d108cb1901b54a633acf9bdac8eaef3 | /inc/obj/Material.h | 78a41524edb1575acc13e26f0468141c24935ec6 | [] | no_license | davtwal/gproj | 26781ff8fb5a09250bdd52d5a04efd6d6dc73ab8 | 389fda53d5994776540aee210cda3e2fe5fd13d5 | refs/heads/master | 2020-06-25T19:07:47.298231 | 2020-02-27T04:13:32 | 2020-02-27T04:13:32 | 199,397,402 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,204 | h | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
// * gproj : Material.h
// * Copyright (C) DigiPen Institute of Technology 2019
// *
// * Created : 2019y 11m 04d
// * Last Altered: 2019y 11m 04d
// *
// * Author : David Walker
// * E-mail : d.walker\@digipen.edu
// *
//... | [
"davtwal@gmail.com"
] | davtwal@gmail.com |
4664d716958f896255cafae718723b471b38afcd | 70e426a976da6c4ba9cb8e74ee63c8e5ada57f75 | /bullet/GameManager.h | 5f533618514d8dbea98899120dbc2c8c79447d48 | [] | no_license | Roxasispoor/bullethell | 4b6c0e6538df5e09c2f2873361e6161a2fba5ec1 | 4eba170226a4765175d3e6e7a6f7cc5ccb2bb3f0 | refs/heads/master | 2021-07-17T17:02:49.943632 | 2018-11-10T10:02:22 | 2018-11-10T10:02:22 | 135,216,120 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,305 | h | #pragma once
#include "Body.h"
#include "Character.h"
#include <vector>
#include "Ennemy.h"
#include "Player.h"
#include <chrono>
#include "MyContactListenner.h"
#include "const.h"
class GameManager
{
public:
GameManager();
void mainLoop();
void render(double timeOnNextFrame);
void createPatternsFromXml(std::... | [
"manzanoalban@gmail.com"
] | manzanoalban@gmail.com |
5c1db353ff7ce9a8887894d4fd2459273cd92d30 | 5742956215201e4558bdeaf272d42ab3f39ad7bc | /src/cetech/gfx/private/debugdraw.cpp | 81f10295507a284b9d0327f19e113cd1c68937ce | [
"CC0-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | qipa/cetech | 8fcdd677f241d16285034125706d398a8022d3c7 | 6a06291498c38e67607c29369c6e4f56f70a5f8f | refs/heads/master | 2020-04-05T19:48:46.705757 | 2018-11-11T20:01:03 | 2018-11-11T20:01:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,641 | cpp | extern "C" {
#include <celib/bounds.h>
#include "celib/api_system.h"
#include "celib/module.h"
#include "celib/memory.h"
#include <celib/hashlib.h>
#include <celib/array.inl>
#include <celib/log.h>
#include <cetech/gfx/renderer.h>
#include <cetech/gfx/debugdraw.h>
}
#include <cetech/gfx/private/debugdraw/debugdraw.h>... | [
"ondra.voves@cyberego.org"
] | ondra.voves@cyberego.org |
dc49c66dddb45e63a9050bb74f443115d48a1d5d | fef750f91e71daa54ed4b7ccbb5274e77cab1d8f | /UVA/1200-1299/1203.cpp | beb517c265290b47e41bc6e357df7d4805261a87 | [] | no_license | DongChengrong/ACM-Program | e46008371b5d4abb77c78d2b6ab7b2a8192d332b | a0991678302c8d8f4a7797c8d537eabd64c29204 | refs/heads/master | 2021-01-01T18:32:42.500303 | 2020-12-29T11:29:02 | 2020-12-29T11:29:02 | 98,361,821 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 731 | cpp | #include <stdio.h>
#include <queue>
using namespace std;
#define N 20
char cmd[N];
struct Node {
int id, t, p;
Node() {}
Node (int id, int t, int p) {
this->id = id;
this->t = t;
this->p = p;
}
bool operator < (const Node & a) const {
return p > a.p || (p == a.p &&... | [
"qazxswh111@163.com"
] | qazxswh111@163.com |
4253c09ac1ea8085208c53d7a375debf8a0ae54f | 238e46a903cf7fac4f83fa8681094bf3c417d22d | /VTK/vtk_7.1.1_x64_Debug/include/vtk-7.1/vtkArrayInterpolate.h | 57aed36fc323818f761c5e1b9cf780dbdfb25052 | [
"BSD-3-Clause"
] | permissive | baojunli/FastCAE | da1277f90e584084d461590a3699b941d8c4030b | a3f99f6402da564df87fcef30674ce5f44379962 | refs/heads/master | 2023-02-25T20:25:31.815729 | 2021-02-01T03:17:33 | 2021-02-01T03:17:33 | 268,390,180 | 1 | 0 | BSD-3-Clause | 2020-06-01T00:39:31 | 2020-06-01T00:39:31 | null | UTF-8 | C++ | false | false | 2,309 | h | /*=========================================================================
Program: Visualization Toolkit
Module: vtkArrayInterpolate.h
-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with S... | [
"l”ibaojunqd@foxmail.com“"
] | l”ibaojunqd@foxmail.com“ |
2ae57beef81662688b7266ef0f1dafdd2286e906 | 31ac07ecd9225639bee0d08d00f037bd511e9552 | /externals/OCCTLib/inc/Graphic3d_CBitFields20.hxx | 22fdb02faa7e9afb1467189db2ff5b9bcd2550dc | [] | no_license | litao1009/SimpleRoom | 4520e0034e4f90b81b922657b27f201842e68e8e | 287de738c10b86ff8f61b15e3b8afdfedbcb2211 | refs/heads/master | 2021-01-20T19:56:39.507899 | 2016-07-29T08:01:57 | 2016-07-29T08:01:57 | 64,462,604 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,998 | hxx | // Copyright (c) 1995-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
... | [
"litao1009@gmail.com"
] | litao1009@gmail.com |
03dd22ac470baded678fae96e59a0a2b443c5cf4 | a28ccadc85e1d356743f5f23b7a9945c7e3ee20f | /OpenCVNetwork/src/main/c++/native/network/properties/protocol/in/GetAllPropertiesPacket.cpp | f024c0ffb5ecd12ba45daf80df1c1a0a231e45b3 | [
"MIT"
] | permissive | hesitationer/OpenCVClient | 2e8b2db538c92a05f3a62e5b78d04a1d23a44885 | a7119b1b108b8f15090751218851b8852241d274 | refs/heads/master | 2021-06-11T22:29:49.622612 | 2017-03-09T19:37:57 | 2017-03-09T19:37:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 502 | cpp | //
// Created by dialight on 01.11.16.
//
#include "network/properties/protocol/in/GetAllPropertiesPacket.hpp"
using namespace std;
GetAllPropertiesPacket::GetAllPropertiesPacket() : InPacket() {}
void GetAllPropertiesPacket::read(TCPSocketClient *client) {
}
PacketType GetAllPropertiesPacket::getType() {
ret... | [
"light_01@rambler.ru"
] | light_01@rambler.ru |
5bffb882e41ffda91a5eae39f3dc1314a2346154 | 76a5814b43ffb285e5c02b7b727b1ffeaab60957 | /CommandBasedv10/src/Subsystems/MecanumDrive.cpp | 25ccbca1c75f93653c4809e17c5e786fca4805bc | [] | no_license | Team135BlackKnights/2015-Code2 | e73a31c7348f2279718f45a7c1b7e2d8a10d8760 | 90200ff2a8796d863911eafb076b4852388bbe6d | refs/heads/master | 2021-01-02T22:51:09.701959 | 2016-02-01T20:57:50 | 2016-02-01T20:57:50 | 29,403,901 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,769 | cpp | #include "MecanumDrive.h"
#include "../RobotMap.h"
#include "../Commands/DriveJ.h"
#include <cmath>
MecanumDrive::MecanumDrive() :
Subsystem("MecanumDrive")
{
motors[FRONT_LEFT] = new CANTalon(MOTOR_FRONT_LEFT);
motors[REAR_LEFT] = new CANTalon(MOTOR_REAR_LEFT);
motors[FRONT_RIGHT] = new CANTalon(MOTOR_FRONT_RI... | [
"robotics@phm.k12.in.us"
] | robotics@phm.k12.in.us |
95dda852ca52fb0307e27383be2cfc93567dba82 | feceebb980e460ee6553f9024af3ba2bcfad930e | /0.org/alpha1 | 4d838b9f917ad0aad86f070834bcd8dcc5969153 | [] | no_license | eloic/openFOAM-wall | f0f2b999100873ef857fc99862dfc0d9e877be93 | 422a778fcec9f59afba53232928c09109aefa3c1 | refs/heads/master | 2021-01-22T09:32:42.698731 | 2011-08-02T08:59:54 | 2011-08-02T08:59:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,275 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.0.0 |
... | [
"nickmcclendon@gmail.com"
] | nickmcclendon@gmail.com | |
8f2d5badfd6cb8bb94539f85d3be867715bb0d69 | 38b9daafe39f937b39eefc30501939fd47f7e668 | /tutorials/2WayCouplingOceanWave3D/EvalResults180628-oneWay/59.8/uniform/time | 697ef996eb8a5bba578ad66dbb18e9ce6368eede | [] | no_license | rubynuaa/2-way-coupling | 3a292840d9f56255f38c5e31c6b30fcb52d9e1cf | a820b57dd2cac1170b937f8411bc861392d8fbaa | refs/heads/master | 2020-04-08T18:49:53.047796 | 2018-08-29T14:22:18 | 2018-08-29T14:22:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,005 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 3.0.1 |
... | [
"abenaz15@etudiant.mines-nantes.fr"
] | abenaz15@etudiant.mines-nantes.fr | |
65678d998e86f8e3968fe656ad7f14008baa053a | c153d5da1ca7e0e7e74a9f4a05c6f240f82312b0 | /src/emitters/collimated.cpp | 79f5af135e3b049fa37d5ef1d0dde2e203ee425b | [] | no_license | zhoub/mitsuba | 4649239b60854c514c1be2d59e62e1dd6e0f140a | 1cfdd2ed0989379c13218933b5ac79feaccb9f2a | refs/heads/master | 2021-01-22T23:43:23.109918 | 2014-05-08T10:29:00 | 2014-05-08T10:29:00 | 19,692,894 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,044 | cpp | /*
This file is part of Mitsuba, a physically based rendering system.
Copyright (c) 2007-2012 by Wenzel Jakob and others.
Mitsuba is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License Version 3
as published by the Free Software Foundation.
... | [
"wenzel@cs.cornell.edu"
] | wenzel@cs.cornell.edu |
bc20909018720d64621166cd960fa2d1ff96ff5a | 8326bfed5d6fe646bf7ef1dff62b963641536580 | /uva/11780-Miles-2-Km/11780-Miles-2-Km.cpp | fc8b4d190c02e5c8d40d98e1ad8429decca47e6a | [] | no_license | mehranagh20/ACM-ICPC | 04ddbaf7ade9f266b6e74a19b2bd966d19ea442e | 76eb30b5df8545b04efc1df9c2e557ab0f83d2fb | refs/heads/master | 2018-10-20T02:59:43.070665 | 2018-08-10T16:53:56 | 2018-08-10T16:54:12 | 59,946,269 | 15 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,187 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef unsigned long long llu;
typedef pair<int, int> ii;
typedef pair<int, ii> iii;
typedef vector<ll> vi;
typedef vector<vi> vvi;
typedef vector<vvi> vvvi;
typedef vector<ii> vii;
typedef vector<iii> viii;
typedef vector<vii> vvii;
#define inf 10... | [
"mehranagh200@gmail.com"
] | mehranagh200@gmail.com |
53bd4b424f2700a10a165d2571466647a8c3743f | 3ed684f77dda3a153c8379005a5baae4d0409f27 | /D_Platform_Ver3.020/SDK/MJFrame/Include/Common/Frame/MJ.cpp | f73e6dab4e9edd112b4e94a4a2d6cab0dce68c67 | [] | no_license | StarKnowData/robinerp | c3f36259ef0f2efc6a3e2a516b40c632e25832f9 | 65bae698466bad45488971d07ccb9455c0d7d3d9 | refs/heads/master | 2021-05-30T07:35:35.803122 | 2012-12-17T13:42:33 | 2012-12-17T13:42:33 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 60,713 | cpp | #include "MJ.h"
namespace MyGame
{
CMJHand::CMJHand()
{
m_nCurrentLength = 0;
}
CMJHand::~CMJHand()
{
m_nCurrentLength = 0;
}
/**
* @brief 重载CMJHand操作符
* @param[in] mjHands 给定的手牌
* @return 操作后的手牌
* @sa
*/
CMJHand CMJHand::operator + (const CMJHand& mjHan... | [
"china.jeffery@gmail.com"
] | china.jeffery@gmail.com |
06124ab494b93be299c908a0f604b7554797ae91 | 4aee0c6651f68083430a568417a4e6c9c86d88ca | /Source/BuildingEscape/OpenDoor.cpp | 6287d1663db1e5eec8b82bdc3082a701bbe5ff82 | [
"MIT"
] | permissive | dawsonc623/building-escape | 510b59f1e02183504b35bec5c67c7c187ba63fc5 | b4dcf41f890425347e73a43b3ee5a98a1dfb35a2 | refs/heads/master | 2020-09-24T10:09:11.199751 | 2019-12-07T16:04:37 | 2019-12-07T16:04:37 | 225,736,618 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,540 | cpp | // Copyright Cyle Ven Dawson 2019
#include "Components/PrimitiveComponent.h"
#include "Engine/World.h"
#include "GameFramework/Actor.h"
#include "GameFramework/PlayerController.h"
#include "OpenDoor.h"
// Sets default values for this component's properties
UOpenDoor::UOpenDoor()
{
// Set this component ... | [
"dawsonc623@gmail.com"
] | dawsonc623@gmail.com |
453a53b097a9b5bb8435bf959397cf463a5aa48c | 74decd580bb41c597a4f16553d3c170e4c9d99f2 | /main.cpp | 5e26291b544cc74273ade72760549e611266f88d | [] | no_license | Lanilor53/9-LAB | 7b96a8858d737cc4a1ea20d1408154fc8405124b | 07d903372247f9b8bb188e560341902373e2cc74 | refs/heads/master | 2022-11-14T02:46:41.368682 | 2020-07-08T16:59:35 | 2020-07-08T16:59:35 | 278,146,956 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,497 | cpp | #include <iostream>
#include <array>
#include <random>
#include <ctime>
// some globals
// global variables are bad practice btw
// but I don't care here :^)
std::array<std::array<std::string,3>,3> field;
enum GameState { PLAYING, X_WIN, O_WIN, DRAW };
int turnCount;
//Setup random
std::mt19937 mt(time(nullptr)); // I... | [
"lanilor53@gmail.com"
] | lanilor53@gmail.com |
73a6f2e75766acf26bb782ec298e5934c6447210 | edc6bb870a453226cebed8e82ff421351cdf1778 | /cplusplus/C++标准程序库/10.特殊容器.cpp | 74fa4658eedc02b118fde50d350f4e73e110bcf7 | [] | no_license | evelio521/Books | 6984b6364c227154acae149e05c9a2f6e5d6be2c | 558fd6da4392ae08a379c52ac7a658212240112f | refs/heads/master | 2022-03-23T08:05:51.121884 | 2019-12-08T12:23:40 | 2019-12-08T12:23:40 | 193,418,837 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 130 | cpp | version https://git-lfs.github.com/spec/v1
oid sha256:ea01698a0712dced3c18423b7da4b3511e8497f93a8acaa4704a061c8b8abc44
size 10446
| [
"evelio@126.com"
] | evelio@126.com |
eefb11279f1b1a3bcb947f8d7658feece1a8ab8c | 238a48db95e4592cf2e45d05637fa7f9ef001730 | /ast/include/Expressions.h | 841d47e8dd64a6421769c103760a584104c07be4 | [] | no_license | xingfancn/GHouan | 25012e0548b120186914a005f8f0bf77afb00b03 | 85f97b6d3381d51b28a628434d97a01af2069fd4 | refs/heads/master | 2021-05-28T12:22:19.357116 | 2015-04-20T06:36:37 | 2015-04-20T06:36:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 76 | h | #include <iostream>
#include <list>
#include <string>
using namespace std;
| [
"x.fan.cn@gmail.com"
] | x.fan.cn@gmail.com |
f13a93a3e4eb88b9667fbecb16d058df76b5cd82 | 6c4c94b559516be975c7fba00e663a82dd4bb522 | /source/examples/codeStyle/headerCodeTemplate.hpp | 806d3ed9537ddaa7f3176974a9f05df9b7ab13c5 | [] | no_license | Zeke133/stm32 | cf0e99f1472d46a2622d244876f64bb922bd516b | 3e98299b38226130857b36b200eb54f6c9967752 | refs/heads/master | 2021-06-26T02:05:35.284377 | 2019-05-12T18:24:30 | 2019-05-12T18:24:30 | 124,997,584 | 2 | 1 | null | 2018-04-19T07:10:57 | 2018-03-13T05:33:36 | C | UTF-8 | C++ | false | false | 1,746 | hpp | /**
* @file headerCodeTemplate.hpp
* @author Denis Homutovski
* @version V1.0.0
* @date 12-12-2018
* @brief Class header template.
* @details Class header code-style template.
* @pre -
* @bug -
* @warning -
* @copyright GNU Public License.
*/
#ifndef _HEADER_CODE_TEMPLATE_H
#define ... | [
"denishomutovski@gmail.com"
] | denishomutovski@gmail.com |
a2e5e5e321be9ffd843b015e3f96ca77ad89fd24 | 647fd50e4a8a0f29470599ac725eea6ee9a3c60e | /fractalCreator/main.cpp | faad9f6e2691b2896036452fbe3955ee99aa30a9 | [] | no_license | kazoo-kmt/fractalCreator | 1dce6d7b2879f39204e0e16e085a6dbb5ddc57c3 | 09aec830a44b53470f8c399d31947a6950a6d8c9 | refs/heads/master | 2021-01-19T06:40:16.417813 | 2016-06-23T15:42:44 | 2016-06-23T15:42:44 | 61,763,839 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 757 | cpp | //
// main.cpp
// fractalCreator
//
// Created by 小林和宏 on 6/21/16.
// Copyright © 2016 mycompany. All rights reserved.
//
#include <iostream>
#include "FractalCreator.hpp"
#include "RGB.hpp"
#include "Zoom.hpp"
using namespace std;
using namespace caveofprogramming;
int main() {
FractalCreator frac... | [
"kazuhiro.komoto@students.makeschool.com"
] | kazuhiro.komoto@students.makeschool.com |
999d70cfa94fb8f31a8841b9a6bbe6fc53fbad2d | 911729e019762ed93b14f49d19c1b7d817c29af6 | /Cmodel/CmodelAlg/Still/CmBoxStill/bmp2rgbbox.cpp | 283ecaac966e9782902056a9132988916340a025 | [] | no_license | JackBro/DragonVer1.0 | 59590809df749540f70b904f83c4093890031fbb | 31b3a97f2aa4a66d2ee518b8e6ae4245755009b1 | refs/heads/master | 2020-06-19T21:02:17.248852 | 2014-05-08T02:19:33 | 2014-05-08T02:19:33 | 74,833,772 | 0 | 1 | null | 2016-11-26T15:29:10 | 2016-11-26T15:29:10 | null | UTF-8 | C++ | false | false | 655 | cpp |
#include "internal.h"
static const int g_BoxFormats[] =
{
BMP | (VIDEOCLASS << CLASSSHIFT)
};
CBmp2rgbBox::CBmp2rgbBox(void) : CImageUnit(1, 1, "Bmp2Rgb", 0)
{
this->SetAlgStr(1, (char **)gDefaultAlgType);
this->m_pAlg = &this->m_alg1;
this->SetInportFormat(0, sizeof(g_BoxFormats) / sizeof(int), (int... | [
"ranger.su@gmail.com"
] | ranger.su@gmail.com |
e6bb5cf1f0eca9144761b66b723e9dc198645f12 | 275de18444d493ad2bde5b6fb41578f87bc65fae | /Engine/src/Core/Layer.h | 94faf38501f7425b8c0f3b7fdaba6fb7849d3525 | [
"MIT",
"LicenseRef-scancode-public-domain"
] | permissive | 00mjk/Cross-Platform-Game-Engine | 4eda739d4dd43287e4204ea51cdd16edc2d14865 | a2743314d2ca71fc7f722d03994e7850d26d83a3 | refs/heads/master | 2023-04-14T10:18:37.128338 | 2021-04-14T16:09:47 | 2021-04-14T16:09:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 735 | h | #pragma once
#include "Core/core.h"
#include "Events/Event.h"
class Layer
{
public:
Layer(const std::string& name = "Layer");
virtual ~Layer();
/**
* Called when the layer is added to the layer stack
*/
virtual void OnAttach() {}
/**
* Called when the layer is removed from the layer stack
*/
virtual v... | [
"thomas_jowett@hotmail.co.uk"
] | thomas_jowett@hotmail.co.uk |
23bf3ffb0bd8c7bdf7afb4fa97e3482df22f902e | b72989976e21a43752510146101a11e7184a6476 | /GraphIVM-generated-code/Q1/TweetProjectedTupleMapManager.cpp | 41e9137049c814a5413c681d6e319d281d45bc4e | [] | no_license | gauravsaxena81/GraphIVM | 791c2f90d7a24943664f0e3427ffb26bded20029 | d3d1d18206910a41ed6ce4e338488bf53f56ac54 | refs/heads/master | 2021-01-21T21:54:54.679396 | 2015-11-20T00:11:24 | 2015-11-20T00:11:24 | 34,547,806 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,224 | cpp | #include "DataStructures.hpp"
#include "Functions.hpp"
#include <string>
#include <stdlib.h>
#include <iostream>
inline static void hashCode(int&h, int& userIdTweetUserId, int& tweetId, std::string& tweetDate ) __attribute__((always_inline));
static void increaseArraySize(TweetProjectedTupleMap* tweetProjectedTupleEntr... | [
"gsaxena81@gmail.com"
] | gsaxena81@gmail.com |
0414c238ee922ad09225e389cedbcab4dceec781 | fd0c132f979ecd77168511c6f4d276c480147e57 | /ios/Classes/Native/mscorlib_System_Collections_Generic_List_1_Enumera2453438371.h | f1620247ae7edfc6ead3205b0da279cf5bb32a0c | [] | no_license | ping203/gb | 9a4ab562cc6e50145660d2499f860e07a0b6e592 | e1f69a097928c367042192619183d7445de90d85 | refs/heads/master | 2020-04-23T02:29:53.957543 | 2017-02-17T10:33:25 | 2017-02-17T10:33:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,467 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Collections.Generic.List`1<SettingItem>
struct List_1_t2918708697;
// SettingItem
struct SettingItem_t3549587565;
#include "mscorlib_System_ValueType3507792607.h"
#ifdef _... | [
"nguyenhaian@outlook.com"
] | nguyenhaian@outlook.com |
44e92b06a1c745e61a19fd3c6e6d2a98f5373b7c | e198d6305f2b6264fbb1a7bdfafdf88454143bb4 | /contests/srm/MaxTriangle.cpp | 463a3fa7698647f14a7dc63b9dd84cecbeb1d639 | [] | no_license | Yan-Song/burdakovd | e4ba668b5db19026dbf505fb715be0456d229527 | 0b3b90943b3f8e2341ed96a99e25c1dc314b3095 | refs/heads/master | 2021-01-10T14:39:45.788552 | 2013-01-02T10:51:02 | 2013-01-02T10:51:02 | 43,729,389 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 422 | cpp | #line 48 "MaxTriangle.cpp"
#include <string>
#include <vector>
#include <iostream>
#include <vector>
#include <map>
#include <queue>
#include <deque>
#include <set>
#include <algorithm>
using namespace std;
class MaxTriangle {
public:
double calculateArea(int A, int B) {
return 0;
}
};
... | [
"icqkill@gmail.com"
] | icqkill@gmail.com |
e6250086fb358517ed57abe879cf84e0afb09872 | 9a0d361d26ea092972a689663b9a8228f9018caa | /AlgorithmC++/Algorithm/ProblemSolving/BaekJoon/Sort/BaekJoon2230.cpp | 92fe28d2ce0a15b877bd9e56c1d166c38a0af26a | [] | no_license | Dev-RubinJo/AlgorithmCpp | b555e3e2b39565d92a64cfeed9890d26589647e3 | cac74f7a3bdb4797b28ca4d3bc7f1618fc56c1f4 | refs/heads/master | 2023-06-03T08:52:35.733749 | 2021-06-22T14:32:04 | 2021-06-22T14:32:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,065 | cpp | //
// BaekJoon2230.cpp
// Algorithm
//
// Created by YooBin Jo on 2020/07/31.
// Copyright © 2020 YooBin Jo. All rights reserved.
//
#include <stdio.h>
#include <iostream>
#include <algorithm>
using namespace std;
int main(void) {
int n, first = 0, second = 1;
int m, ans = 1000000001;
int a[100001] =... | [
"dbqlsdl1234@naver.com"
] | dbqlsdl1234@naver.com |
aa0b20ff1a14d84dfe85f4728a7ede5d43323643 | 1ec55de30cbb2abdbaed005bc756b37eafcbd467 | /Nacro/SDK/FN_BrickSimple_Window_F_classes.hpp | 7b57d30255dab15eb6dbcb08995ab9ce8dc87e46 | [
"BSD-2-Clause"
] | permissive | GDBOI101/Nacro | 6e91dc63af27eaddd299b25351c82e4729013b0b | eebabf662bbce6d5af41820ea0342d3567a0aecc | refs/heads/master | 2023-07-01T04:55:08.740931 | 2021-08-09T13:52:43 | 2021-08-09T13:52:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 653 | hpp | #pragma once
// Fortnite (1.8) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClass BrickSimple_Window_F.Bri... | [
"68667854+Pakchunk@users.noreply.github.com"
] | 68667854+Pakchunk@users.noreply.github.com |
b1b353d76b7d41e071cbdfcd0867beaf834f2786 | 83c439bf68736a6fb331283397c559ba56b4d6b6 | /Window/통신프로그램/통신프로그램/Form1.h | 02c8e1bbc63873bec45983f375b49a45cb57db97 | [] | no_license | 5-SH/PREZENTAINER | 03b61a8b94709fb1f993a37a88c3082d393b6f2f | 0609e4c9fa8cc057da05bcca3c2d569d8b1051c4 | refs/heads/master | 2021-05-29T07:05:30.656733 | 2015-08-09T10:19:52 | 2015-08-09T10:19:52 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 8,459 | h | #pragma once
#include <stdio.h>
#include "stdafx.h"
#include "SerialPort.h"
#include <windows.h>
#include <msclr\marshal_cppstd.h>
#include <boost/thread/thread.hpp>
#include "shellapi.h"
//#include <assert.h>
CSerialPort com1;
char name[20]="\\\\.\\COM";
bool check=false;
bool overlap_check=false;
void PressVirtualK... | [
"darkstars77@naver.com"
] | darkstars77@naver.com |
cec8ff43d53caf1a47fbf57787530fa01a142a82 | 8a87f5b889a9ce7d81421515f06d9c9cbf6ce64a | /3rdParty/boost/1.78.0/boost/fusion/sequence/intrinsic/at_c.hpp | 327798c0ce0719d29c0d43b0fef6bb2fd810ea69 | [
"BSL-1.0",
"Apache-2.0",
"BSD-3-Clause",
"ICU",
"Zlib",
"GPL-1.0-or-later",
"OpenSSL",
"ISC",
"LicenseRef-scancode-gutenberg-2020",
"MIT",
"GPL-2.0-only",
"CC0-1.0",
"LicenseRef-scancode-autoconf-simple-exception",
"LicenseRef-scancode-pcre",
"Bison-exception-2.2",
"LicenseRef-scancode... | permissive | arangodb/arangodb | 0980625e76c56a2449d90dcb8d8f2c485e28a83b | 43c40535cee37fc7349a21793dc33b1833735af5 | refs/heads/devel | 2023-08-31T09:34:47.451950 | 2023-08-31T07:25:02 | 2023-08-31T07:25:02 | 2,649,214 | 13,385 | 982 | Apache-2.0 | 2023-09-14T17:02:16 | 2011-10-26T06:42:00 | C++ | UTF-8 | C++ | false | false | 537 | hpp | /*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
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)
=========================================... | [
"frank@arangodb.com"
] | frank@arangodb.com |
1b77a784848ec0fb291f191a02a80a681a88e8ec | 337e351f12c583c6c86e6a8e7d6edeb0e0a43107 | /C++/RecordingAudioSolution/RecordingAudio/Content/ModelRenderer.h | bd1dcbeae57dcd2fd6ec0998b60ec73d71e1e94b | [] | no_license | dngoins/HololensDXTutorials | de7d3ba8f25f633557b98f51828ac73d671266a4 | 532907a7be6005e9f3483e26727324b3392c02f3 | refs/heads/master | 2020-04-02T06:11:29.362302 | 2018-10-27T21:16:03 | 2018-10-27T21:16:03 | 64,985,100 | 30 | 5 | null | 2016-10-01T00:17:51 | 2016-08-05T03:16:10 | C++ | UTF-8 | C++ | false | false | 4,057 | h | //*********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEM... | [
"dngoins@hotmail.com"
] | dngoins@hotmail.com |
5bf48d9469f233ff9e7b9695ba23ac61ce84334c | 447eaed2be4b70609d79cbdbd9e12a97ac7a4900 | /Week06/lfoyh6591/ITES/main.cpp | b8e7b7f7ea39d6729d57f94170a4cca22ce040e1 | [] | no_license | ps-snu/21-book-study | a143f5cec68085e4343fa720f8ecf47e2673cc1b | b1febfbca4dc78a03965226cbb470d3779bbfcb2 | refs/heads/main | 2023-08-04T12:51:05.904100 | 2021-09-27T06:59:06 | 2021-09-27T06:59:06 | 368,067,928 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 837 | cpp | #include <bits/stdc++.h>
using namespace std;
int n, k;
int process(){
queue<int> input;
int sum =0;
int ret = 0;
long long before = 1983;
for(int i=0; i<n; i++){
int x;
if(i==0){
x = 1984;
}
else{
before = (long long)(before*214013 + 2531... | [
"lfoyh6591@naver.com"
] | lfoyh6591@naver.com |
a9093a2530cbe9e4bfd3add44ab12df5a1d92f6e | 8aa6ce9d32f52050687d6f9cac142a49901b996a | /WindowAdm/admproperty.cpp | 6eaf605ec067fdc7d9734a80e6dd0ce7ee31f44d | [] | no_license | stellaem/PsyCenterFive_06 | acae02ed17cdd21e63ec34c6c7b5f7aa48f56c4d | cc72dcbb85f7b9f9c513e8a5ecc4d1172959b938 | refs/heads/master | 2023-07-04T01:02:21.949021 | 2021-08-03T06:12:38 | 2021-08-03T06:12:41 | 384,893,210 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,620 | cpp | #include "admproperty.h"
#include "objects/cellclass.h"
#include <QSqlQuery>
#include <QDebug>
AdmProperty::AdmProperty(QObject *parent) : QObject(parent),
modelPlace(new ModelPlace),
modelTask(new ModelTasks),
modelSpecialist(new ModelSpecialist),
date (QDate().currentDate())
{
reloadListVCellCla... | [
"37835683+stellaem@users.noreply.github.com"
] | 37835683+stellaem@users.noreply.github.com |
a2c755ff7392e6279cdf3a7539b8b8be3451d37f | a29fddee35ea576cab64f2fe0f10de1a97abc981 | /src/billie/src/billie.cpp | 0cc1389f79e63f96bf798a3573ec2dec6faa1048 | [] | no_license | lp02781/skripsi_billie | e3f9378c29731eed40d7914421ff105e9fac758d | 0c527aaac0cdc5a1f935727b4f090b047d1212b4 | refs/heads/master | 2022-01-13T19:59:55.533252 | 2019-03-05T03:50:31 | 2019-03-05T03:50:31 | 173,869,067 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,532 | cpp | #include <ros/ros.h>
#include <geometry_msgs/PoseStamped.h>
#include <geometry_msgs/TwistStamped.h>
#include <mavros_msgs/SetMode.h>
#include <mavros_msgs/CommandBool.h>
#include <std_msgs/String.h>
#include <mavros_msgs/State.h>
#include <termios.h>
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <un... | [
"lp02781@gmail.com"
] | lp02781@gmail.com |
6490f3bb3ee7d4f9fdb7120cd7cb310eb03f9dde | b1fe97794d2d42c66a9a63d862274108dc838a7b | /Yellow/week_2/1Decompose/main.cpp | 064919b79a562a0378fd18138fa51f2446006e46 | [] | no_license | zinjkov/erayacpp | 3833613d7f68ed60f1f4c1a4804cebca13c653ea | cecf2cd1ada9bc3e68b10f8d3d2862b8fa93a6d2 | refs/heads/master | 2020-05-17T01:30:46.378103 | 2019-09-21T15:12:40 | 2019-09-21T15:12:40 | 183,428,382 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,318 | cpp | #include <string>
#include <iostream>
#include <cassert>
#include <vector>
#include <map>
#include <algorithm>
using namespace std;
enum class QueryType {
NewBus,
BusesForStop,
StopsForBus,
AllBuses
};
struct Query {
QueryType type;
string bus;
string stop;
vector<string> stops;
};
is... | [
"zinjkov.su@gmail.com"
] | zinjkov.su@gmail.com |
0a4e9d14c3a6754d2bff7e57c2280e37ed3bd838 | 4e62733f42024b74809fe79d8e08110a5f001ec8 | /SECONDO ANNO/II SEMESTRE/Calcolatori elettronici/Esami passati/Assembly/2016-07-06_22/es1.cpp | ce05f7d3ef6877ae41fdcb6bf413e9d0572e41dd | [] | no_license | Guray00/IngegneriaInformatica | f8f56a310ac7585f105cbf1635240df2d7a43095 | 752ac634bb7f03556fd8587bf5f5a295843a76b9 | refs/heads/master | 2023-08-31T12:23:44.354698 | 2023-08-28T15:19:22 | 2023-08-28T15:19:22 | 234,406,145 | 233 | 80 | null | 2023-07-04T14:02:14 | 2020-01-16T20:31:24 | C++ | UTF-8 | C++ | false | false | 407 | cpp | #include "cc.h"
cl::cl(st1 ss)
{
for (int i = 0; i < 4; i++) {
v1[i] = v2[i] = ss.vi[i]; v3[i] = ss.vi[i] + ss.vi[i];
}
}
cl::cl(st1 s1, long ar2[])
{
for (int i=0; i<4; i++) {
v1[i] = v2[i] = s1.vi[i]; v3[i] = ar2[i];
}
}
cl cl::elab1(char ar1[], st2 s2)
{
st1 s1;
for (int i = 0; i < 4; i++)
s1.vi[i] = ar... | [
"g.loni1@studenti.unipi.it"
] | g.loni1@studenti.unipi.it |
521c3d1d63838b20b5fc196bd21ea3a08aa6ffb0 | 10e61da5f747a8d7de6493fcd67514dcadce46ad | /lib/header_format_counter_dif.cc | c1a5ab032cec6d67088235d1c0f794c5ffd46665 | [] | no_license | apruhd/gr-TFMv3 | 55239d90c442ff3d86e1c6713269d6c97c391b41 | e071ec975d501a72acea2205ba30c83772d58d2a | refs/heads/master | 2023-04-12T02:09:37.749822 | 2021-04-22T23:37:33 | 2021-04-22T23:37:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,732 | cc | /* -*- c++ -*- */
/*
* Copyright 2021 gr-TFMv2 author.
*
* SPDX-License-Identifier: GPL-3.0-or-later
*/
#include <gnuradio/digital/header_buffer.h>
#include <gnuradio/math.h>
#include <string.h>
#include <volk/volk_alloc.hh>
#include <iomanip>
#include <iostream>
#include <gnuradio/io_signature.h>
#include <TFMv3... | [
"apruhd@gmail.com"
] | apruhd@gmail.com |
d857bc680bc4a309765e89e14cb30270ceadd4dc | ec68c973b7cd3821dd70ed6787497a0f808e18e1 | /Cpp/SDK/BP_BasicLight_A_parameters.h | b86739acbdb28068dd335b83e2a884c6b99a405b | [] | no_license | Hengle/zRemnant-SDK | 05be5801567a8cf67e8b03c50010f590d4e2599d | be2d99fb54f44a09ca52abc5f898e665964a24cb | refs/heads/main | 2023-07-16T04:44:43.113226 | 2021-08-27T14:26:40 | 2021-08-27T14:26:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 931 | h | #pragma once
// Name: Remnant, Version: 1.0
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Parameters
//---------------------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
d009094336dd9455d9457b7ca39c242c580054e2 | 6605c134bf5d60774c88edfd9eefb176776d561a | /VytlaEashan_Rectangle.h | bceca3fb0764b5a9f7d82d61974f7f1d7356f4f4 | [] | no_license | EashanVytla/Circle | 2788f316334c9d5962632b9398be1785ea99cf3f | 0ac935e6376582171b2c8287711f544749898d51 | refs/heads/master | 2022-07-04T11:48:19.736003 | 2020-05-06T00:20:03 | 2020-05-06T00:20:03 | 261,611,698 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,220 | h | // Eashan Vytla
// Grade: 9
// 3/30/2020
// Honors Computer Programming 3
// Project: Checkbook
// File: circle.h
// More Projects on Github: https://github.com/EashanVytla
// The purpose of this program is to introduce object oriented programming to calculate the circumfrence of a circle
#ifndef _Rectangle_H
#define ... | [
"40774462+Eashan1234@users.noreply.github.com"
] | 40774462+Eashan1234@users.noreply.github.com |
17d1b86b455a60a3834d9dc3e3450727c420694f | ce37a5b4208319a6e917447f89f4930224e88f42 | /source/ashes/renderer/RendererCommon/IcdObject.cpp | d2b1796ae915a5e1db413668d924dc573aa33053 | [
"MIT"
] | permissive | DragonJoker/Ashes | 916e63a759b2130d65ae40f3cfdd3d896774894b | 6ceaf2b452c9778cbeafc8fb52ad97f8a02d4997 | refs/heads/master | 2023-08-03T07:04:25.952879 | 2023-06-23T23:10:30 | 2023-07-20T16:42:55 | 116,478,178 | 284 | 16 | MIT | 2023-07-20T16:42:57 | 2018-01-06T11:40:03 | C++ | UTF-8 | C++ | false | false | 137 | cpp | /**
*\file
* InlineUniformBlocks.cpp
*\author
* Sylvain Doremus
*/
#include "renderer/RendererCommon/IcdObject.hpp"
namespace ashes
{
}
| [
"dragonjoker59@hotmail.com"
] | dragonjoker59@hotmail.com |
d59d76bf3bcab182fac2c198508dbf9410676cca | d7dd9be1814517298c6f2f6b801d5f7e8187aa0f | /solutions/2Sum.cpp | 181e89358e552cedc0670d3bd07f26995384ecb1 | [] | no_license | chang-yu0928/algorithms | 18f5116e1229f754b0d21749bf767ee48d516328 | f4cea9d61578d2f0886f605a1047bffad4ba4739 | refs/heads/master | 2021-04-12T04:51:06.538497 | 2015-09-11T06:58:29 | 2015-09-11T06:58:29 | 41,877,149 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 840 | cpp | #include <iostream>
#include <unordered_map>
#include <vector>
using namespace std;
vector<int> twoSum(vector<int> &numbers, int target) {
unordered_map<int, int> container;
vector<int> result;
for(int i = 0;i < numbers.size();i ++) {
int temp = target-numbers[i];
if... | [
"chang.yu@west.cmu.edu"
] | chang.yu@west.cmu.edu |
594266c01a181d32569ebb4dee4dffbd20219d10 | 8de4524c7b23a12acd20f4d594a813ad74dcbaa4 | /DeviceAdapters/WieneckeSinske/WS.cpp | 4ad50afdf2af23df8c389458e12bc31d8d31b9e0 | [] | no_license | haiimz1234/mmCoreAndDevices | 1de2efc063a2e3dfb48e25487c6f2a86bb45a64e | f3550dc754d0fdc3e51fd34159bf30365691c777 | refs/heads/main | 2023-08-22T01:48:06.590268 | 2023-08-10T21:44:13 | 2023-08-10T21:44:13 | 370,597,847 | 0 | 0 | null | 2021-05-25T07:07:03 | 2021-05-25T07:07:03 | null | UTF-8 | C++ | false | false | 9,782 | cpp | ///////////////////////////////////////////////////////////////////////////////
// FILE: WS.cpp
// PROJECT: Micro-Manager
// SUBSYSTEM: DeviceAdapters
//-----------------------------------------------------------------------------
// DESCRIPTION: Wienecke & Sinske protcol communication
// ... | [
"steffen.leidenbach@s3l.de"
] | steffen.leidenbach@s3l.de |
124c6da76e169dd01e216549256091d81bf9c3b2 | 2a9ba22e3cc5f5d337ece346fdabe4a41d717506 | /Sparky-core/src/graphics/layers/tilelayer.h | 866dc74b7a1751769264576c240ade527643186d | [] | no_license | LordRhys/Sparky | 8e3b9702b34482e6cd051002326ac5ed45ce3d3a | 3685d3b6bfa5820803b91d3160adcc2a26c89293 | refs/heads/master | 2021-01-21T12:03:29.603919 | 2015-08-30T13:37:48 | 2015-08-30T13:37:48 | 33,830,268 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 221 | h | #pragma once
#include "layer.h"
#include "..\batchrenderer2D.h"
namespace sparky{
namespace graphics{
class TileLayer : public Layer
{
public:
TileLayer(Shader* shader);
virtual ~TileLayer();
};
}
} | [
"lordrhystower@gmail.com"
] | lordrhystower@gmail.com |
bd0e07934dd076d1b99468f061677c270acc3dc2 | 9d17a9914edb2349ef8b633635bf32ea92c95e94 | /10394 Twin Primes.cpp | 06adee471641286dee0d1b8a3c97252c07d565a0 | [
"Apache-2.0"
] | permissive | Diusrex/UVA-Solutions | b17886ef32b78758cb372d164f439f7558a14831 | 54c46a96078dbe6d7bd4d403244cdd3378c3dcff | refs/heads/master | 2023-09-06T08:16:25.911161 | 2023-08-18T20:36:38 | 2023-08-18T20:36:38 | 15,208,914 | 106 | 122 | Apache-2.0 | 2023-01-29T15:46:28 | 2013-12-15T19:00:57 | C++ | UTF-8 | C++ | false | false | 840 | cpp | #include <cstdio>
#include <vector>
#include <utility>
using namespace std;
int main()
{
vector<pair<int, int> > pairs(100001);
vector<bool> isPrime(18409202, true);
int pos = 1;
int previous = 0;
for (long long i = 3; pos <= 100000; i += 2)
{
if (isPrime[i])
{
... | [
"killakan002@hotmail.com"
] | killakan002@hotmail.com |
e5cc508939a853f80102a8cbd8dc06f355c62670 | d3851d88332e5f2b87c40bcc7634ce0c013b555a | /test/test_list.cc | 2e191483c3b32510ffc051cf22aedd455450b1f8 | [] | no_license | archilleu/ldb | e0c4fe2d8526ba3cdc77c779e63e740540ac32f9 | 6690cd29202e17a98e7d01b8780ef44118fd7faf | refs/heads/master | 2021-01-24T09:19:26.288204 | 2020-04-02T09:02:12 | 2020-04-02T09:02:12 | 69,447,957 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,493 | cc | //---------------------------------------------------------------------------
#include "test_inc.h"
#include "../src/string_value.h"
#include "../src/list_value.h"
//---------------------------------------------------------------------------
using namespace db;
using namespace db::test;
//------------------------------... | [
"archilleu9527@gmail.com"
] | archilleu9527@gmail.com |
01216b2d6d16e78600f56a23fd80cf1ff83894d2 | 69b9cb379b4da73fa9f62ab4b51613c11c29bb6b | /submissions/agc031_a/main.cpp | 1ae28e9179069049e6db5d2dfe8b2720e816313f | [] | no_license | tatt61880/atcoder | 459163aa3dbbe7cea7352d84cbc5b1b4d9853360 | 923ec4d5d4ae5454bc6da2ac877946672ff807e7 | refs/heads/main | 2023-07-16T16:19:22.404571 | 2021-08-15T20:54:24 | 2021-08-15T20:54:24 | 118,358,608 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 816 | cpp | //{{{
#include <bits/stdc++.h>
using namespace std;
#define repX(a,b,c,x,...) x
#define repN(a) repX a
#define rep(...) repN((__VA_ARGS__,rep3,rep2,loop))(__VA_ARGS__)
#define rrep(...) repN((__VA_ARGS__,rrep3,rrep2))(__VA_ARGS__)
#define loop(n) rep2(i_,n)
#define rep2(i,n) rep3(i,0,n)
#define rep3(i,begin,end) for(in... | [
"tatt61880@gmail.com"
] | tatt61880@gmail.com |
a206130be368183d806e63e9e8a77eb2b11b38db | dc9c6f34e15ae60cdecd503117334f5db2276ecd | /052_offer_49_nthUglyNumber.cpp | 3b10833f09b7117c5cba7ce7e18b893e10ccdaa7 | [] | no_license | z2z23n0/Algorithm | 43c669958972b73dab95adf8314bbf219690c4d2 | 6582688bd387b2bb04eb39bafa58e0180f665bb4 | refs/heads/master | 2022-06-09T22:43:25.914800 | 2020-05-07T16:27:03 | 2020-05-08T16:27:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 788 | cpp | //
// Created by Zeno on 2020/4/24.
//
#include <iostream>
#include <vector>
#include <cmath>
using namespace std;
class Ugly {
public:
int *nums = new int[1690]();
Ugly() {
nums[0] = 1;
int ugly, i2 = 0, i3 = 0, i5 = 0;
for (int i = 1; i < 1690; i++){
ugly = std::min({nums... | [
"zhangyuzechn@foxmail.com"
] | zhangyuzechn@foxmail.com |
8d2ac6ba82f901a106f99c1b80598d5488f841de | 89dbaf6b4e7e79441a1bcfdce7b645179209d2ea | /src/univalue/univalue_write.cpp | 4a77d4d80bbdb9dda70ad9ec4240b61792e67759 | [
"MIT"
] | permissive | dzcoin/DzCoinMiningAlgorithm | cd7f7af778f350442e3b1154ae34ec1916a46b2a | b0294cf5ac893fe907b08105f1aa826c3da464cf | refs/heads/master | 2021-01-09T20:57:23.439272 | 2016-08-14T17:33:38 | 2016-08-14T17:33:38 | 65,678,189 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,133 | cpp | // copyright 2014 bitpay inc.
// distributed under the mit software license, see the accompanying
// file copying or http://www.opensource.org/licenses/mit-license.php.
#include <ctype.h>
#include <iomanip>
#include <sstream>
#include <stdio.h>
#include "univalue.h"
#include "univalue_escapes.h"
// todo: using utf8
... | [
"dzgrouphelp@foxmail.com"
] | dzgrouphelp@foxmail.com |
1b905831fcd0d45b0374b2865f1b0d50562facaa | 643cff3866309a434f320e3889c359e2a75ce662 | /Assignment_4/Code.ino | 252c395d5e9c21272029d4c7b3118314c8c99dea | [] | no_license | sakshitantak/CL-X | 1081cf13d3e35928fb754f14297eaee62ad5c1f7 | cdea2d6986ce5f0395207d722e94a50a56b88136 | refs/heads/master | 2023-06-04T06:37:23.864467 | 2021-06-13T04:03:46 | 2021-06-13T04:03:46 | 373,409,297 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 361 | ino | // Name - Nilambari Rathi
// Roll No - 43154
int out_pin = 9;
void setup() {
pinMode(out_pin, OUTPUT);
pinMode(A0, INPUT);
Serial.begin(9600);
}
void loop() {
int inputLight = analogRead(A0);
Serial.println(inputLight);
if (inputLight < 450) {
digitalWrite(out_pin, HIGH);
}
else {
digitalW... | [
"sakshi99tantak@gmail.com"
] | sakshi99tantak@gmail.com |
ddf84ce1cb3655a2c89876e43c600eff9a51eb03 | 975826d14e0ce906a54287ed10e0f879166fd2cd | /sorting/presubmissions/presubmission4.cpp | b34f74eae1e2c420b397deb64d390a5ba482b788 | [
"MIT"
] | permissive | wolframalexa/dsa-i | c95d7d0ffdbc3d5d59cf1e76407ecfc67211e7a1 | 2a29263ac189e2056ff5006c194f26602d4d58d7 | refs/heads/master | 2020-09-04T16:41:47.665868 | 2019-12-10T19:59:14 | 2019-12-10T19:59:14 | 219,806,339 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,625 | cpp | // THIS IS THE PROVIDED CODE FOR PROGRAM #2, DSA 1, FALL 2019
#include <iostream>
#include <fstream>
#include <sstream>
#include <list>
#include <vector>
#include <string>
#include <algorithm>
#include <ctime>
#include <cmath>
#include <cstring>
#include <cctype>
#include <cstdlib>
using namespace std;
// A simple c... | [
"alexa.jakob4@gmail.com"
] | alexa.jakob4@gmail.com |
c3a6557ddf01e79eb61eb634a1faec92df7677ad | 286ac32f8c995b1cd9d6f087c1e790abb37c5ee0 | /Lab4b/console.h | 6b482ae7c779b9d99cf9bb55017d313640337eb9 | [] | no_license | medhanie-weldemariam-git/All_C-_Programming_Lab_Assignments | 6f7ce55a1b640651b442cc92c3c7ce58886d8d73 | 968e1ba47cc949b81e856f8d2d8e1dc93889c8b1 | refs/heads/master | 2021-07-25T07:30:55.977499 | 2017-11-02T18:33:57 | 2017-11-02T18:33:57 | 109,303,875 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,303 | h | #ifndef CONSOLE_H
#define CONSOLE_H
#include <exception>
#include <string>
#ifdef _SOLARIS_
#include <ncursesw/ncurses.h>
#else
#include <ncurses.h>
#endif
/**
* This is the color constants you can use where a color is expected:
*
* COLOR_BLACK
* COLOR_RED
* COLOR_GREEN
* COLOR_YELLOW
* COLOR_BLUE
* COLOR_MAG... | [
"medwe277@student.liu.se"
] | medwe277@student.liu.se |
d74ca1553c4ed5c7fe06d24507ef2198888237d6 | 86509c4124a1eb7311efc155869974835b1e7178 | /leetcode/editor/en/292.nim-game.cpp | 6b77a45dc0ac58d9ec894535cf3e0cbb5bfa902e | [] | no_license | limoiie/algorithm-dojo | 3ddd2fe58d1a3c7a648f5d6ec170dc58a35cbcc2 | 5158e889568f108b0a6fc2c2224265b3b870a8c4 | refs/heads/master | 2023-07-11T15:22:33.439864 | 2021-08-20T16:12:13 | 2021-08-20T16:12:13 | 271,736,789 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,564 | cpp | #pragma clang diagnostic push
#pragma ide diagnostic ignored "cert-err58-cpp"
#pragma ide diagnostic ignored "readability-convert-member-functions-to-static"
#include <gtest/gtest.h>
#include "base.h"
//You are playing the following Nim Game with your friend: There is a heap of st
//ones on the table, each time one o... | [
"limo.iie4@gmail.com"
] | limo.iie4@gmail.com |
191b9cd79f248f2ccba5b594f8992ba82a9ea17e | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /third_party/WebKit/Source/modules/device_orientation/DeviceAcceleration.h | 7b35fc8165a37859de2c989df20e0cbe685a6423 | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"MIT",
"Apache-2.0"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C++ | false | false | 2,192 | h | /*
* 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:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of condit... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
016c3895a543503b976154ab774fae928ce40c4a | ed5669151a0ebe6bcc8c4b08fc6cde6481803d15 | /test/magma-1.6.0/src/sgelqf.cpp | 1a0ed17b060fc52a0d4571cda668f6abae72d265 | [] | no_license | JieyangChen7/DVFS-MAGMA | 1c36344bff29eeb0ce32736cadc921ff030225d4 | e7b83fe3a51ddf2cad0bed1d88a63f683b006f54 | refs/heads/master | 2021-09-26T09:11:28.772048 | 2018-05-27T01:45:43 | 2018-05-27T01:45:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,006 | cpp | /*
-- MAGMA (version 1.6.0) --
Univ. of Tennessee, Knoxville
Univ. of California, Berkeley
Univ. of Colorado, Denver
@date November 2014
@generated from zgelqf.cpp normal z -> s, Sat Nov 15 19:54:09 2014
*/
#include "common_magma.h"
/**
Purpose
-------
SGELQF comput... | [
"cjy7117@gmail.com"
] | cjy7117@gmail.com |
6ca59df0c549d26bf3deb6f79af89682c2f9c0b9 | 8a13626dcd5724331353249c4d5aa06f2d79d47f | /ex3_eliyhoTsuri/Log.h | e15e0acb76b0c3e2393aa6da3ebdeb4a9b219a57 | [] | no_license | elitsuri/ex3_eliyhoTsuri_OOP_B | 09bb6029130f03799f96d79287545325ff8ef52d | 440538d0f5cb4bdcf8175f4b4b6816a9e31b09bc | refs/heads/master | 2023-07-01T09:46:50.340397 | 2021-08-04T08:45:24 | 2021-08-04T08:45:24 | 392,614,829 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 298 | h | #pragma once
#include "CompOperation.h"
class Log :public CompOperation
{
public:
Log(int log_num, shared_ptr<Function> func);
Log(Log &log_func, double num);
const double getCalc();
const string getDimens();
private:
shared_ptr <Function> m_func;
int m_log;
double m_num;
double m_calc;
}; | [
"zelitesuri@gmail.com"
] | zelitesuri@gmail.com |
6963fea06bd0a31043f8dbabec53cf544915d378 | f01c9fe998f1c972e948f899fc87da2a0780d607 | /dasT64/dasgetnoise.cpp | 7d735718380dd86ed6c8d8ae90275d625c4fb70c | [] | no_license | VisionandCognition/Tracker-MRI | 8224a3ddf0168b8f06559c536c8aeeb51c02c1ea | c434fb498e2c773d2eea3f62139e5283de1d6d12 | refs/heads/master | 2023-06-09T11:23:38.087129 | 2023-06-01T16:23:27 | 2023-06-01T16:23:27 | 64,005,109 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 339 | cpp | #include "mex.h"
#include "DasControl.h"
void mexFunction(
int nlhs, mxArray *plhs[],
int nrhs, const mxArray *prhs[])
{
double *avg, *Out;
plhs[0] = mxCreateDoubleMatrix(2, 1, mxREAL);
Out = mxGetPr(plhs[0]);
avg = get_Noise( );
Out[0] = avg[0];
Out[1]... | [
"sjoerd.r.murris@gmail.com"
] | sjoerd.r.murris@gmail.com |
dd32414a5979fa96a998a4257f276701565006d0 | 07047a045b522e94726189e8d73707d95858ed2f | /topcoder/722-div1/TCPhoneHome.cpp | 5ffab422ba45185bdc914fa666ae78bc41433b8f | [] | no_license | lyoz/contest | c4f8542c2be39be6c3568c76df479c137e4fde12 | 43d9d4787ec89a7d4171979387437fc75ebb85c2 | refs/heads/main | 2023-04-28T22:16:16.809496 | 2023-04-15T18:13:59 | 2023-04-15T18:13:59 | 56,969,366 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,738 | cpp | #include <bits/stdc++.h>
using namespace std;
#define repi(i,a,b) for(int i=int(a);i<int(b);i++)
#define peri(i,a,b) for(int i=int(b);i-->int(a);)
#define rep(i,n) repi(i,0,n)
#define per(i,n) peri(i,0,n)
#define all(c) begin(c),end(c)
#define mp make_pair
#define mt make_tuple
using uint=unsigned;
using ll=long long... | [
"lyoz@users.noreply.github.com"
] | lyoz@users.noreply.github.com |
20ff58f0974862ff483f19b7e42ef05ba4c76ec3 | d44b555d3cccb428eb0a5d348207fd5095245f58 | /src/qt/clientmodel.cpp | b854b14e558e6040829f8c26a3c77c837ff71c91 | [
"MIT"
] | permissive | zeusthealmighty/Yeah | 6c423a21c3bab336b911b2dae6b16d21120791f6 | 8b057854f4c7603f09932747b54d47cdda914400 | refs/heads/master | 2020-03-08T22:18:32.405702 | 2018-04-06T18:25:42 | 2018-04-06T18:25:42 | 128,427,269 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 12,793 | cpp | // Copyright (c) 2011-2015 The Bitcoin Core developers
// Copyright (c) 2014-2017 The GoSuperSayayinCoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "clientmodel.h"
#include "bantablemodel.h"
#inclu... | [
"admin@polispay.org"
] | admin@polispay.org |
7cfce4a0d1bdcbfa0f411985051c793b70156766 | 11c3ebc1f229d50ad78214a9566119e73361b2ac | /Tests/Conformance/C7.4.5.1.CC | 8aa3f49f42b64513dca61fdb6335e30325abefd5 | [] | no_license | cbmeeks/ORCA-C | 185e77d38de9c9b8e41b57115bade92cf5ef4d46 | bc5e49739568b1a8091d9742e4b1a65752b0d3b2 | refs/heads/master | 2021-07-06T00:22:28.347364 | 2017-10-02T03:19:30 | 2017-10-02T03:19:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 738 | cc | /* Conformance Test 7.4.5.1: Verification of postdecrement operator */
#include <stdio.h>
main ()
{
int i = 5;
long L = 32777;
char ch = 'y';
unsigned int ui = 65534;
unsigned long ul = 0x7FFFFFFF;
unsigned char uch = 0x80;
comp c = 4294967295ul;
float f = 3.5;
double d ... | [
"mikew50@aol.com"
] | mikew50@aol.com |
ee3fa5c7b00feef657768c7d648860daab040d46 | 498da5600672998b3b8889ee2d487b0131a4cdd5 | /GCJ/2016/DR1/winning_move.cpp | 02a9e2d04724870c6d71897ce909c7220db7ce5c | [] | no_license | heyihong/algorithm-contest-solution | 783e1a6b7b7e7610f2728d215525c693cac3797f | 566571f558e9b8733b59b417fcec03d4057222d4 | refs/heads/master | 2020-04-05T03:55:56.426095 | 2017-01-08T02:19:25 | 2017-01-08T02:19:25 | 32,659,825 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,993 | cpp | #include <message.h>
#include <stdio.h>
#include <algorithm>
#include <functional>
#include <vector>
#include <unordered_map>
#include "winning_move.h"
using namespace std;
int main() {
int n = GetNumPlayers();
int nodes = NumberOfNodes();
int my_id = MyNodeId();
if (my_id == 0) {
int l = 0;
for (int ... | [
"heyihong.cn@gmail.com"
] | heyihong.cn@gmail.com |
e5dbb8f39d12c01d1fed6239ac6be77b75ba4717 | 97aab27d4410969e589ae408b2724d0faa5039e2 | /SDK/EXES/INSTALL VISUAL 6 SDK/INPUT/6.0_980820/MSDN/VCPP/SMPL/MSDN98/98VSa/1036/SAMPLES/VC98/sdk/com/inole2/chap20/patron/pages.h | 9c70e5687a53bd0c7a7a95d4d3b02865b7168e8c | [] | no_license | FutureWang123/dreamcast-docs | 82e4226cb1915f8772418373d5cb517713f858e2 | 58027aeb669a80aa783a6d2cdcd2d161fd50d359 | refs/heads/master | 2021-10-26T00:04:25.414629 | 2018-08-10T21:20:37 | 2018-08-10T21:20:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,588 | h | /*
* PAGES.H
* Patron Chapter 20
*
* Definitions and function prototypes for the Pages window control
* as well as the CPage class.
*
* Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
*
* Kraig Brockschmidt, Microsoft
* Internet : kraigb@microsoft.com
* Compuserve: >INTERNET:kraigb@micro... | [
"david.koch@9online.fr"
] | david.koch@9online.fr |
83757e723d9304adbd866ff5c7966dd9df826eeb | 9ea41f6f3c778153955e0721d6e0946a825a3cd1 | /LoreEngine3D/src/graphics/buffers/GLBuffers.cpp | 83db1244708e4f627e6a500a4c8330a2a8e1f4d6 | [
"Apache-2.0"
] | permissive | Nebulous03/LoreEngine3D-V2 | 6a984266c68e7aecb367c34c53a762fcf67d3e4b | e140b4183edc1e5e6837e97e5559405be0cec3a7 | refs/heads/master | 2021-06-22T18:17:48.519584 | 2017-08-10T20:11:05 | 2017-08-10T20:11:05 | 99,972,770 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,559 | cpp | #include "GLBuffers.h"
#include <iostream>
/* VAO */
VAO::VAO()
{
glGenVertexArrays(1, &vao);
}
VAO::~VAO()
{
glDeleteBuffers(1, &vao);
}
GLuint VAO::get()
{
return vao;
}
void VAO::attach(GLuint location, VBO vbo, GLsizei vecSize)
{
bind();
vbo.bind();
glEnableVertexAttribArray(location);
glVertexAttribPoi... | [
"nebulousdev@gmail.com"
] | nebulousdev@gmail.com |
ea76f501e6c16d3bd2dbf3224da66eda9c1d70f9 | 9ea87c10180665db0db6fa36997704acc001692d | /prodtools/src/prodtools/prodtools.hpp | 71fc0f2ca4642258fcfa407ebb899288acf09ffa | [
"MIT"
] | permissive | ToraNova/library | 8af942f4657ebc07043848616e5b75cdace67212 | 20b321302868e8c2ce8723c808aa9e7a313e2cb8 | refs/heads/master | 2021-07-13T07:57:40.631816 | 2020-07-02T18:41:08 | 2020-07-02T18:41:08 | 159,255,786 | 0 | 0 | MIT | 2019-05-17T05:43:34 | 2018-11-27T01:16:08 | Python | UTF-8 | C++ | false | false | 856 | hpp | /*
Prodtools main header file
FOR C/CXX USE
this file consist of all the important headers
for the prodtools project
include this file to use all of prodtools functions
@author ToraNova
chia_jason96@live.com
*/
#ifndef PRODTOOLS_HPP
#define PRODTOOLS_HPP
#define TRUE 1
#define FALSE 0
//CXX headers ... | [
"chia_jason96@live.com"
] | chia_jason96@live.com |
324131917b069e1c8bea8a44b8848883c8e28d90 | 69a22a21b7df8a23c74ce34d75a375936e3b426f | /coline/smartlib/Smart/scintilla/LexMPT.cxx | a69cec9dfe88c8a56498697a865c0c46d2957de6 | [] | no_license | lanyawu/coline | ba8681c1b2242365cccef2b95bcb771c18af45fa | b63b997002e2e1d14674cde9a8ff1c95a6a299aa | refs/heads/master | 2021-05-04T05:16:10.474229 | 2016-10-15T05:52:47 | 2016-10-15T05:52:47 | 70,963,112 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,341 | cxx | // Scintilla source code edit control
/** @file LexMPT.cxx
** Lexer for MPT specific files. Based on LexOthers.cxx
** LOT = the text log file created by the MPT application while running a test program
** Other MPT specific files to be added later.
**/
// Copyright 2003 by Marius Gheorghe <mgheorghe@cabletest... | [
"lanya.wu@foxmail.com"
] | lanya.wu@foxmail.com |
f58e65d49baead5a42e69db30cb021ecf28a5d89 | 81a4d5e0a6875fc0d03331861c60871fbb011c82 | /Programmers/Level1/Level1-23.cc | 9d33c7364a3c1696fd58fae71ebfabe81cb0e9fd | [] | no_license | parksangji/Coding-Test | 37cb4fd1c56cefb19871a07cff04bdbf7942ef5f | 00900e1ea4311a19dfcebcb9b5283dd23c97e618 | refs/heads/main | 2023-08-27T17:12:50.689472 | 2021-10-12T08:17:30 | 2021-10-12T08:17:30 | 363,352,381 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 242 | cc | #include <string>
#include <vector>
#include <cmath>
using namespace std;
long long solution(long long n) {
long long answer = 0;
if(floor(sqrt(n)) == sqrt(n)) answer = pow(sqrt(n) + 1, 2);
else {return -1;}
return answer;
} | [
"parksangji1109@gmail.com"
] | parksangji1109@gmail.com |
43c4a7a6278a557f44e04b318f118910e63921fb | 9a6774b22e862626b1747876d12c8ba243ca4952 | /rectangle/main.cpp | 3b249faa18b599a10bd0eb1596d502ad1395fe45 | [] | no_license | Goolory/CProjects | e5252b962d02fa5a483750cdfb167adf9d8dd2f2 | 1f2828ae78864c4048350f503629e0e9d13828d8 | refs/heads/master | 2021-09-10T01:33:35.293078 | 2018-03-20T15:19:24 | 2018-03-20T15:19:24 | 113,868,468 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 345 | cpp | #include<iostream>
using namespace std;
#ifndef MYEXAMPLECLASS_H
#define MYEXAMPLECLASS_H
#include "/Users/xiesheng/Cprojects/MyExampleClass.h"
#endif
int main(){
float al = (float)8.2;
MyRectangle<int> d1;
MyRectangle<float> d2, d3;
d1.setNo(1);
d2.setNo(2);
d3.setNo(3);
cout<<d1<<d2<<d3<<endl;
cin>>d1>... | [
"xiesheng@xieshengdeMacBook-Pro-2.local"
] | xiesheng@xieshengdeMacBook-Pro-2.local |
18b487cbf09043379f57096f92dbb316ceaa5dc1 | c59784458e4dcb34eadd6941bc4297c28c1a7e53 | /Contrib/at67/validater.cpp | 396038f3f520c4e4d63ce247728697539f8a15b6 | [
"BSD-2-Clause",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | kervinck/gigatron-rom | 42af9ce548d34d64ee667f662337ea7aa6d331e8 | 5d24889a661793ef0a9fb8d714bab9127307ee30 | refs/heads/master | 2023-07-30T02:11:24.748356 | 2023-07-07T06:27:20 | 2023-07-07T06:27:20 | 106,879,621 | 216 | 85 | BSD-2-Clause | 2023-08-08T09:40:32 | 2017-10-13T22:40:14 | C | UTF-8 | C++ | false | false | 22,431 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string>
#include <vector>
#include <algorithm>
#include "memory.h"
#include "cpu.h"
#include "assembler.h"
#include "compiler.h"
#include "validater.h"
namespace Validater
{
bool initialise(void)
{
return true;
}
void adjust... | [
"at67@internode.on.net"
] | at67@internode.on.net |
a9bf1b8b6200ad2f2de53c8216ef5e4c4cf9c0cb | 2860e9958323db038f7b83d05f89959b853c4406 | /think_in_cpp/ch3/prac1.cpp | d21676e579ba3100e4894def7293e60ad03eb297 | [] | no_license | shanwu/cpp_review | a922e853076901f147a6a7cb72333ab67b49fdf6 | 2ea5ef9f008e54bbdc482f8d6ecc55fa0a9aa080 | refs/heads/master | 2021-01-19T03:40:51.236906 | 2018-07-02T13:31:40 | 2018-07-02T13:31:40 | 87,332,727 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 222 | cpp | #include "prac1.h"
#include <iostream>
using namespace std;
void function(int num, bool flag) {
string flag_text = (flag)? "true": "false";
cout << "function( "<< num << ", "<< flag_text << ") called..."<< endl;
}
| [
"sungzheguang@hotmail.com"
] | sungzheguang@hotmail.com |
280415c47753e2316fc56bc3343215843655fbe1 | 4c20b5105d7770e8f1520a62cdf459ecc8f02992 | /test/smart_contract/java_query_repo_domain_test.cpp | 15d49f7a3a417cf4c65eb9e55bc69b1278a8513e | [
"Apache-2.0"
] | permissive | yantao006/iroha | b2fca37c3ecef55c1778542245199c8ac9a7a111 | 77d2f0965c6e34c9f87bfd7cbbbde7dc6842b7e2 | refs/heads/master | 2021-01-22T20:25:08.396693 | 2017-03-11T04:08:15 | 2017-03-11T04:08:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,995 | cpp | /*
Copyright Soramitsu Co., Ltd. 2016 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 law or agre... | [
"motohiko.ave@gmail.com"
] | motohiko.ave@gmail.com |
fd574848aa5166cab0122dd5ff1955be9bbfc345 | 02b68f3587417f81aa233de017de0aa950c16733 | /Developer/include/Game.hpp | 61ef6158083d21da5a7b5b9d426a224df487b6df | [] | no_license | CS-RPG/BADASSLAND | cb524474faaf92c11c1e1d7e206feef7761a0b4c | 9066ca4135a595cb338d78b63603e0b01e5ee0b5 | refs/heads/master | 2020-12-24T16:14:49.400007 | 2014-05-22T05:30:59 | 2014-05-22T05:30:59 | 17,319,484 | 1 | 1 | null | 2014-05-03T15:49:48 | 2014-03-01T16:59:47 | C++ | UTF-8 | C++ | false | false | 882 | hpp | //Game.hpp
#ifndef _Game_hpp_included_
#define _Game_hpp_included_
#include <DataTypes.hpp>
#include <World.hpp>
//============Game==========================
//
class Game {
public:
Game();
void run();
void update(sf::Time);
void processEvents();
void render();
void loa... | [
"pavel.pushmin@yahoo.co.uk"
] | pavel.pushmin@yahoo.co.uk |
6bd5f6d238c7b2086b5541bfce22c22b83c2ae65 | 154edcee481abc9888ebf0c6479018f24ed1c411 | /bin/data/robots/snail/include/fetController.h | 5bafa42686109b233e3580f7d576ca9e9816720a | [] | no_license | scimusmn/Animation-Lab | 9e21515811380284dd5282aaf2270d78a78850e8 | 2108ec8e3c51d45c9dc7308e274c4892b2c2b6c0 | refs/heads/master | 2020-04-10T16:55:53.971293 | 2014-10-03T12:58:50 | 2014-10-03T12:58:50 | 3,335,891 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,117 | h | /*
* fishMove.h
* robotBlocksVectors
*
* Created by Exhibits on 5/11/2554.
* Copyright 2011 Science Museum of Minnesota. All rights reserved.
*
*/
#ifndef _FET_CONTROL
#define _FET_CONTROL
#include "WProgram.h"
class fetController {
int fetPin;
bool bAnalogPin;
bool bRunning;
int switchSpeed;
publi... | [
"aheidgerken@smm.org"
] | aheidgerken@smm.org |
1e63a2c0467b73a26dc281fba5a839d12bb2bfe9 | cb80a8562d90eb969272a7ff2cf52c1fa7aeb084 | /inletTest3/0.137/alphat | 342182398e2be7eb0dc037a3339bffc25ac6a10c | [] | no_license | mahoep/inletCFD | eb516145fad17408f018f51e32aa0604871eaa95 | 0df91e3fbfa60d5db9d52739e212ca6d3f0a28b2 | refs/heads/main | 2023-08-30T22:07:41.314690 | 2021-10-14T19:23:51 | 2021-10-14T19:23:51 | 314,657,843 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 177,747 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2006 |
... | [
"mhoeper3234@gmail.com"
] | mhoeper3234@gmail.com | |
3cdaf0f2613a288933fa99dc87ddc7b61af7577c | b5d73eb3fd01c14253df57707bef7fa32455cc0a | /src/FontManager.h | 28c7c49d718733debea6cbf7eaa2262269e68f9f | [] | no_license | nugurejeil/2dGameEngine | a660a68403f1ad66f10adaa6e4f7123b3aa0ebb5 | 2e1ee03caa8d8990c29f5f22d7ae1f9d3a76831c | refs/heads/master | 2022-11-25T12:20:11.845881 | 2020-07-24T08:06:12 | 2020-07-24T08:06:12 | 280,333,028 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 233 | h | #ifndef FONTMANAGER_H
#define FONTMANAGER_H
#include "./Game.h"
class FontManager{
public:
static TTF_Font* LoadFont(const char* fileName, int fontSize);
static void Draw(SDL_Texture* texture, SDL_Rect position);
};
#endif
| [
"user@userui-MacBookPro.local"
] | user@userui-MacBookPro.local |
561f210a74c6f0aab7545de8d3da552764c4ce2c | 0fa5aec8016399a8003ad552fb993af4994291a5 | /agg_vcgen_smooth_poly1.h | 00bb6c4556d4632df5e5c30faba040a8b89c97ea | [
"BSD-3-Clause",
"LicenseRef-scancode-boost-original",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | projectitis/agg_t3 | 69c49aeb458a1b24bb51c2c4ed5b2988a7a6463e | 22fb60a272ef1fe03da4cbef561607313b4f076a | refs/heads/master | 2022-12-15T19:34:22.912456 | 2020-09-05T08:28:27 | 2020-09-05T08:28:27 | 293,017,169 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,576 | h | //----------------------------------------------------------------------------
// Anti-Grain Geometry - Version 2.4
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
//
// Permission to copy, use, modify, sell and distribute this software
// is granted provided this copyright notice appears in all... | [
"peter@projectitis.com"
] | peter@projectitis.com |
213ceac9a0aa5e922bdc8f155c4fec4b33d24e87 | 0efc9cba519517d9cfdb1e05ebc26805a1645aff | /usr/pkg/include/ETL/_mutex_null.h | a42a75a237df2cd9c73a8daed2a68afe84dee63d | [
"MIT"
] | permissive | CyberSys/Python-2.7-for-QNX6.5.0-x86 | 05e1eeb54c390a954741af2df6b94162b919011b | f24ff021f9f64e85adc4f3e5d057a0463a9af725 | refs/heads/master | 2021-05-28T12:26:22.927759 | 2014-11-06T02:02:42 | 2014-11-06T02:02:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,052 | h | /*! ========================================================================
** Extended Template and Library
** NULL Mutex Abstraction Class Implementation
** $Id: _mutex_null.h 631 2007-09-08 15:33:07Z dooglus $
**
** Copyright (c) 2002 Robert B. Quattlebaum Jr.
**
** This package is free software; you can redistribu... | [
"info@symmetry.com.au"
] | info@symmetry.com.au |
21a4c4c03899ec2fc799de6aff8bec6baf32f05a | c77147987cf47155cb65664acd5104b83b8d76cc | /audioplayer.cpp | 304a8ba52f17d43eb0dfbbf781ed10293190fcec | [
"Apache-2.0"
] | permissive | cagdasc/CacaTube | f39524f4e3dbbc85828f86ef0103094dc7ad1ece | dfacd89aab9930d6698f2b6ae525e7927f0f5170 | refs/heads/master | 2016-09-11T02:05:45.988932 | 2015-02-16T00:10:08 | 2015-02-16T00:10:08 | 29,970,290 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,111 | cpp | /*
* Copyright 2015 Cagdas Caglak
*
* 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... | [
"cagdascaglak@gmail.com"
] | cagdascaglak@gmail.com |
19186b19c0b871e1c6626f6514bee93a9ef261f2 | 39ab8bd2238e55d4da5b7a04b6bc32668f42df27 | /munkres.cpp | ed27a301a132edf64dab8503813cb80cf747d355 | [] | no_license | Mihai-Ionut-Aurel/BotTribalWars | bf4de3ec6337838040c4a9ca24b259ab085ea039 | cdb4602cafd864b59e1f0e98be9b71f2ebd2d932 | refs/heads/master | 2021-01-01T18:17:41.273659 | 2014-06-05T18:35:36 | 2014-06-05T18:35:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,563 | cpp | /*
* Copyright (c) 2007 John Weaver
*
* 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 License, or
* (at your option) any later version.
*
* This progr... | [
"freaky_jo777@yahoo.com"
] | freaky_jo777@yahoo.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.