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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
62b34b71db5ba1e1fb8f5d104dd18934d072b88f | 7d5593b9bbaf6bb8eaacca88449d90c9c305c36e | /problems/410-split-array-largest-sum/410.cc | b5a7bb3ac817bcef3ac862f2af579bd0f0f23306 | [] | no_license | yottacto/leetcode | fc98052ed9d643be8a79116d28540596bcc7c26b | 9a41e41c0982c1a313803d1d8288d086fbdbd5b6 | refs/heads/master | 2021-04-25T12:05:55.671066 | 2019-12-15T03:07:31 | 2019-12-15T03:07:31 | 111,814,868 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 34 | cc | #include "410.hh"
int main()
{
}
| [
"yotta.w.cto@gmail.com"
] | yotta.w.cto@gmail.com |
8b6f6b1a521c8efebe17d50ee310ee77b6858d9e | 4ddd4adf99e34befe3e568068ecf03313161f3a9 | /test/test_params.cpp | e49f1a80f8e51fd5090b98340f26e99ab5e19616 | [
"MIT"
] | permissive | Nico-Curti/rFBP | 6a7451935e58ab0e8f41976b0b293f28f6677e33 | 12a9ed0bcd85482497ce8edab6c19c798fd6d3ea | refs/heads/master | 2021-06-25T14:42:42.522050 | 2020-10-23T09:03:47 | 2020-10-23T09:03:47 | 148,807,575 | 7 | 1 | NOASSERTION | 2020-10-12T08:05:31 | 2018-09-14T15:25:23 | C++ | UTF-8 | C++ | false | false | 1,641 | cpp | #define CATCH_CONFIG_MAIN
#include <catch.hpp>
#include <params.hpp>
#include <algorithm>
TEST_CASE ( "Test Params object", "[params]" )
{
SECTION ("Test Params object MagP64")
{
long int max_iters = 100;
double damping = 0.1;
double epsil = 0.2;
double beta = 0.3;
double r = 0.4;
doub... | [
"nico.curti2@unibo.it"
] | nico.curti2@unibo.it |
d0d7e0df4e751656ec8b370c029269ebd2d71331 | b8d8c163cea4a612eb198d0c98086bcb1aecb093 | /timer/include/timer/timer.h | 542487ac8508ae2b67090c2376bc83b1e4a7e6df | [] | no_license | yinheng/wzq_utils | 5f6890c8283cd1ee251d1e2f19fcd8b82f135ec0 | 437d1d568a0f2339a32773b173b6adb04904797c | refs/heads/master | 2023-06-19T17:59:59.210092 | 2021-07-18T08:05:10 | 2021-07-18T08:05:10 | 387,123,715 | 0 | 0 | null | 2021-07-20T14:14:04 | 2021-07-18T08:07:16 | C++ | UTF-8 | C++ | false | false | 4,777 | h | #ifndef __TIMER__
#define __TIMER__
#include <atomic>
#include <chrono>
#include <condition_variable>
#include <functional>
#include <iostream>
#include <map>
#include <mutex>
#include <queue>
#include "common/map.h"
#include "thread/thread_pool.h"
namespace wzq {
class TimerQueue {
public:
... | [
"fightingwangzq@163.com"
] | fightingwangzq@163.com |
acd94e9cf87f0c88019003003470c3085abf4081 | bf63ebe639b6ce7abcf89380232a4211a6833c2e | /lab1/lex.cc | dd46bb2492b6c1f278f35cb586fa5ab0bb8ad7c9 | [] | no_license | pradyotprakash/CompilersLab | 671244e8c17cc688a6d592051ec7e114b4e3cf8a | 5baed9053f4922a86ac2e72f2e11767c77b4d7f1 | refs/heads/master | 2016-09-12T05:32:26.946201 | 2016-04-28T21:13:13 | 2016-04-28T21:13:13 | 50,577,930 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 34,224 | cc | // Generated by Flexc++ V2.01.00 on Thu, 11 Feb 2016 11:04:13 +0530
#include <iostream>
#include <fstream>
#include <sstream>
#include <stdexcept>
// $insert class_ih
#include "Scanner.ih"
// s_ranges__: use (unsigned) characters as index to obtain
// that character's range-number.
// ... | [
"shanu.thakoor@gmail.com"
] | shanu.thakoor@gmail.com |
4962aab585435df7621904a6c774f2afc62c580a | 243bb6d51977d45074fba741fc58f3d15f415b74 | /edu-63-div2/d.cpp | dd168f7474b8035ca08ef8971e50bcff40cb6882 | [] | no_license | gaurav167/competitive-codes | 12fc5fbdfc7845491279952958eb6349edca6626 | 0c7a9caefe80e016168e4f105ef19ff0fc0bb471 | refs/heads/master | 2020-08-24T20:27:58.088700 | 2019-10-22T20:18:28 | 2019-10-22T20:18:28 | 216,899,571 | 0 | 0 | null | 2019-10-22T20:18:29 | 2019-10-22T20:02:56 | C++ | UTF-8 | C++ | false | false | 2,509 | cpp | #include <bits/stdc++.h>
using namespace std;
#define endl "\n"
#define pb push_back
#define mp make_pair
#define ff first
#define ss second
#define trace1(x) cout<<#x<<": "<<x<<endl;
#define trace2(x, y) cout<<#x<<": "<<x<<" | "<<#y<<": "<<y<<endl;
#define trace3(x, y, z) cout<<#x<... | [
"gaurav.goel167@gmail.com"
] | gaurav.goel167@gmail.com |
bf288087e0a9295141373274060ecb8eb079ed5f | 97756c60216574b0dcdc05dfcbd25d0246a071f7 | /lib/libbullet/src/btTriangleIndexVertexArray.cpp | 236272072f8dba3531bb0a0a6b77719de60564c3 | [
"Apache-2.0"
] | permissive | hivesolutions/mariachi | 1b703ed004922d8140caace3ea98c788858c26e6 | b8dc552e1c961f5faca1e9331d2b2ea45bdbdc76 | refs/heads/master | 2020-12-24T16:34:54.606556 | 2020-01-02T16:33:04 | 2020-01-02T16:33:04 | 27,374,575 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,543 | cpp | /*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2009 Erwin Coumans http://bulletphysics.org
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permission is... | [
"joamag@gmail.com"
] | joamag@gmail.com |
8ae19af7781c9ad1024f8fcc81aed7abc3a20b75 | 29145ccfe83bcb93d7924a4386f44f22b2cdc8f9 | /Practica 1/MyApp/Camera.cpp | 7dedb9eeed1585de0e9b714869f2c77e59681a6a | [] | no_license | pablma/Informatica-Grafica | 0c39ba26f45553b3b6d93209be7efc88933829a9 | 911e51676e8731efade0090ccef464124eaba9fe | refs/heads/master | 2020-05-22T14:06:44.481573 | 2019-05-13T08:33:59 | 2019-05-13T08:33:59 | 186,376,039 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,738 | cpp | #include "Camera.h"
#include <gtc/matrix_transform.hpp>
#include <gtc/type_ptr.hpp>
using namespace glm;
//-------------------------------------------------------------------------
void Viewport::setSize(GLsizei aw, GLsizei ah)
{
w = aw;
h = ah;
set();
}
//---------------------------------------... | [
"pablma11@ucm.es"
] | pablma11@ucm.es |
547e4ad769464f1dd9fcb49a5f5ae55476a35099 | 9cea6b30137e4929faa41b200a602c4a8c34bdad | /Software/Core/Controllers/test/qp_solver_test.cpp | ec5e6c7274794122fcfee6e9dac3cd74b0069d86 | [
"MIT"
] | permissive | implementedrobotics/Nomad | 0f2f37a365b5eea538e49bd5fcd5c086535ae41e | cf5afe1e249b28623b33bc76fde2bb1436ea1243 | refs/heads/master | 2022-05-24T08:46:04.452299 | 2022-03-23T00:32:12 | 2022-03-23T00:32:12 | 185,265,099 | 32 | 12 | MIT | 2021-04-23T01:21:40 | 2019-05-06T20:14:47 | C | UTF-8 | C++ | false | false | 2,908 | cpp | #include <qpOASES.hpp>
#include <iostream>
#include <Eigen/Dense>
#include <unsupported/Eigen/MatrixFunctions>
//#include <OptimalControl/ControlsLibrary.hpp>
using namespace qpOASES;
using Eigen::MatrixXd;
int main()
{
/*
MatrixXd A(2,2);
MatrixXd B(2,1);
A(0,0) = 1;
A(0,1) = 1;
A(1,1) = 1... | [
"quincy@implementedrobotics.com"
] | quincy@implementedrobotics.com |
0cd7e4eec3517af03a26b6edae0f15b8d7759c55 | 4f571ce1ad0bb28de75419db98fc3f5f7e8f21a2 | /MyManage3.0/MyManage/RightLoginView.h | 6d78126b45d43d992fad985e296363156f99abda | [] | no_license | shangdufeng/ManangeClient | 4f86fd4a62a7bbbc01f7a2a3e8734444ef72920d | 5261405aa045e16c9e3d962a66d915090e5d3882 | refs/heads/master | 2021-01-15T11:43:37.719783 | 2015-07-10T05:49:36 | 2015-07-10T05:49:36 | 38,862,766 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 896 | h | #pragma once
#include "d:\健康云项目\cbtnst_source\btnst.h"
/*#include "MyManageDlg.h"*/
// CRightLoginView 对话框
class CRightLoginView : public CDialog
{
DECLARE_DYNAMIC(CRightLoginView)
public:
CRightLoginView(CWnd* pParent = NULL); // 标准构造函数
virtual ~CRightLoginView();
// 对话框数据
enum { IDD = IDD_RIGHT_LOGIN };
p... | [
"shangdufeng@163.com"
] | shangdufeng@163.com |
4c14ee8375b01fd92f8ffa28d8fbd52c24048907 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/ds/adsi/winnt/cdompwd.hxx | 19b6fd4fe8911a7ffb71e52d078dafcfcf638a11 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C++ | false | false | 795 | hxx |
class CWinNTDomainPassword;
class CWinNTDomainPassword : INHERIT_TRACKING,
public IADsFSDomainPassword
{
friend class CWinNTDomain;
public:
/* IUnknown methods */
STDMETHOD(QueryInterface)(
THIS_ REFIID riid,
LPVOID FAR* ppvObj
) ;... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
6be70207dc55fe78d541885506ca8d66ee171fa1 | 9b89fb59b4cdf648d93ef66fe1f0a877b456ca12 | /source/aufgabe5.cpp | c328efaca787a14b26334f98e9695e410b280396 | [
"MIT"
] | permissive | LS060598/programmiersprachen-aufgabenblatt-3 | bba073e402f8640b0e3982b9e707b262b1c69d15 | 5d9af11f347d21b5c826620708601e3b064fcf50 | refs/heads/master | 2021-01-20T17:21:37.581904 | 2017-05-20T16:52:35 | 2017-05-20T16:52:35 | 90,869,074 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 674 | cpp | #define CATCH_CONFIG_RUNNER
#include <catch.hpp>
#include <cmath>
#include <algorithm>
#include <vector>
#include <iostream>
//Hilfsfunktion
bool isnt_multiple_of_3(int i){
return (i % 3) != 0;
}
bool is_multiple_of_3(int i){
return (i % 3) == 0;
}
TEST_CASE("filtere alle vielfache von 3","[eras... | [
"laura.simon@uni-weimar.de"
] | laura.simon@uni-weimar.de |
2ad6eaf5e14a2bff41bf93d6885746b4855e27ef | 3e81d0a0f8a19aa3d0a777ca063a4ba79a672454 | /app/views/products/crypt1.cpp | b2d3feffc65eee85f6124ca98b21c246d2ba3561 | [] | no_license | veenus-gupta/depot | 8784aac1cc0f8cd7d3208568f912628020ba2269 | 7ad2d98026446a64f4b2919b2b7bde54b9e37183 | refs/heads/master | 2021-01-15T13:18:07.670559 | 2013-09-20T18:51:37 | 2013-09-20T18:51:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,499 | cpp | /*
ID: veenus.1
PROG: crypt1
LANG: C++
*/
#include <iostream>
#include <cassert>
#include <cmath>
#include <cstring>
#include <iostream> // std::cout
#include <algorithm> // std::find
#include <vector>
using namespace std;
int main()
{
freopen("crypt1.in","r", stdin);
freopen("crypt1.out","w", stdout);
int ... | [
"veenus@veenus-Satellite-C640.(none)"
] | veenus@veenus-Satellite-C640.(none) |
a63df42e2717c7c0f66c4f2f19e8f284f605d1ff | 5f32abf13d68329b0d0d3ac1ae85768e0ebd7f3b | /mpt.h | 5fa4c094d2727470d46f48abba132b353deb3758 | [] | no_license | henhans/ipt_matsu | 4356b7213ef3fcda529209d6c2dc5d1d82ac6c2f | fe837a06b17076778ab65a207af2df407c172246 | refs/heads/master | 2021-01-18T23:06:13.925322 | 2017-01-21T16:18:29 | 2017-01-21T16:18:29 | 30,771,625 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,915 | h | /* class for perturbation calculations 07/16/2014 Tsung-Han Lee*/
#ifndef MPT_
#define MPT_
#include <complex>
using namespace std;
class mpt
{
public:
mpt(int Nw,double U,double T, double t);
void init_gw(int in); // initiate green function in t space
void im_solver(); // impurity solver
void update_G(do... | [
"thlee@sdas990-ubuntu.(none)"
] | thlee@sdas990-ubuntu.(none) |
1ba2e4b14829fc249690589ea335e93c77de89b5 | d4d2af94869c3d42094af071237ce9cee7b863f9 | /jaccard.cc | 6a377f5fcfc0488d61859c836ce1730856d1bf9a | [] | no_license | cescmentationfolch/bookish-umbrella | 4a413a6c1bfbb7f28a0ccde474942cb0b05b7a66 | 7ecadefa146c1c721ace9ea6c41560a089e6e537 | refs/heads/master | 2020-04-11T19:51:09.318644 | 2018-12-17T00:42:07 | 2018-12-17T00:42:07 | 162,049,684 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,020 | cc | #include "parser.h"
#include <iostream>
#include <set>
#include <vector>
const int P = (1 << 20) - 3; //un primer proper al milio
const int B = 27; //26 lletres i l'espai
//O(nklogn)
set <string> shinglesString(string text, int k) {
set <string> shingles;
int n = text.size();
for (int i = 0; i < n-k; i++) {
... | [
"joanmassachs@gmail.com"
] | joanmassachs@gmail.com |
4002813e1afb1597436d3fc6146b7d4bec98d30e | 09e5cfe06e437989a2ccf2aeecb9c73eb998a36c | /modules/clipper/clipper/core/map_utils.h | 44b47160934df7ab80af26f575bfba6257e8c04e | [
"LGPL-2.1-only",
"BSD-3-Clause"
] | permissive | jorgediazjr/dials-dev20191018 | b81b19653624cee39207b7cefb8dfcb2e99b79eb | 77d66c719b5746f37af51ad593e2941ed6fbba17 | refs/heads/master | 2020-08-21T02:48:54.719532 | 2020-01-25T01:41:37 | 2020-01-25T01:41:37 | 216,089,955 | 0 | 1 | BSD-3-Clause | 2020-01-25T01:41:39 | 2019-10-18T19:03:17 | Python | UTF-8 | C++ | false | false | 4,958 | h | /*! \file lib/map_utils.h
Header file for map statistics type
*/
//C Copyright (C) 2000-2004 Kevin Cowtan and University of York
//C Copyright (C) 2000-2005 Kevin Cowtan and University of York
//L
//L This library is free software and is distributed under the terms
//L and conditions of version 2.1 of the GNU Les... | [
"jorge7soccer@gmail.com"
] | jorge7soccer@gmail.com |
8f943b799a914ecb1ecf195d6a3fbae533586efa | f6e2f7977b579a4d40a87a8ff69f0ba5b294d3c9 | /coen445server/coen445server/protocol.h | 1594922302ed19cdbcce9430be3558cffa95e780 | [] | no_license | jabbasj/Publish-Chat | 43276d7a8a489a122a7a5e313f4083292fac4243 | 74fb3f217f84e3c1f1cc53e299171d397c437b8f | refs/heads/master | 2021-06-10T21:46:34.613355 | 2017-01-08T12:20:57 | 2017-01-08T12:20:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,681 | h | #include "allheaders.h"
//structure sent down the wire, cast to a char*
struct my_MSG
{
std::string type = "";
int id = -1;
int port = -1;
std::string addr = "";
std::string name = "";
std::string message = "";
int SERVER_MSG = 0;
int MORE_BIT = 0;
int OFFSET = 0;
};
struct client_data {
std::stri... | [
"abbasj92@gmail.com"
] | abbasj92@gmail.com |
99b3ca33aa7f6f19752fba250941c03f1de74be4 | 7276789925366bf16557f619f3ee4b55b940de56 | /Arrays(Q1-Q36)/iQ20.cpp | acd6c73a52bd719af71c119de6b18330474fa25a | [] | no_license | vaibhavv96321/DS_Algo_Cpp | a33accd5dd6cb4d074d40b25a657abc912cd7641 | 65191e87163c754f9f89d1f53771446a7744d8e4 | refs/heads/master | 2023-08-02T04:46:41.457163 | 2021-09-10T18:11:49 | 2021-09-10T18:11:49 | 405,173,897 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 768 | cpp | #include<iostream>
using namespace std;
int main()
{
int a[100],b,a1[100],a2[100],c=0,d=0;
cout<<"enter no. ";
cin>>b;
for(int i=0;i<b;i++)
{
cin>>a[i];
}
for(int i=0;i<b;i++)
{
if(a[i]<0)
{
a1[c]=a[i];
c++;
}
if(a[i]>0)
... | [
"vaibhavv96321@gmail.com"
] | vaibhavv96321@gmail.com |
7714b385b60d4de41467f33776efaad49a0f14af | d5a04502a3fabd35cc97f1b29ecb74da00bbb498 | /eosio_llvm/lib/Target/X86/X86GenInstrInfo.inc | 95951e7a6080a2b80d478e011e2b68a6a4698792 | [] | no_license | bankerneel/build | c84bd8f94559302030ba63d92a6e38b0a5c99d97 | 96f9a40647e0e22823a7a4c9e330da7f1ad33008 | refs/heads/master | 2020-08-21T13:28:47.154011 | 2019-10-19T07:33:11 | 2019-10-19T07:33:11 | 216,166,967 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,476,783 | inc | /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|* *|
|* Target Instruction Enum Values and Descriptors *|
|* ... | [
"root@ip-172-31-27-16.us-east-2.compute.internal"
] | root@ip-172-31-27-16.us-east-2.compute.internal |
dde8209a571d03991c071796856982b9732cdca9 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5695413893988352_0/C++/LienTran/small.cpp | 27e3977a9cc38cfccba138965976eae5e82e3964 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,445 | cpp | #include <bits/stdc++.h>
using namespace std;
char s[1000], f[1000];
bool a[1000], b[1000];
int n, ques;
pair<string, string> ans;
int diff;
char arr[10];
void go(int at) {
if (at == ques) {
int top = 0;
for(int i = 0; i < n; ++i)
if (a[i]) s[i] = arr[top++];
... | [
"alexandra1.back@gmail.com"
] | alexandra1.back@gmail.com |
3a206315c2b6ad26ff4c66550a8e313b5cb35708 | 33bd048480e70839fedbdddb590c1be94c8ddd5e | /main.cpp | da625c24747c6aa0f1dd69d471a23c5416dd4ec7 | [] | no_license | natafer/Tarea3isw | 5373c72e78d383790a919764cb6929200b4dceb7 | 407773ee72f76440cccf2e5bde1a6a6b26935da4 | refs/heads/master | 2016-09-05T13:39:45.353788 | 2013-04-12T00:39:45 | 2013-04-12T00:39:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 496 | cpp | #include <iostream>
#include "libpq-fe.h"
using namespace std;
void CloseConn(PGconn *conn)
{
PQfinish(conn);
getchar();
}
PGconn *ConnectDB()
{
PGconn *conn = NULL;
conn = PQconnectdb("user=isw password=isw dbname=iswdb hostaddr=sebastian.cl port=5432");
if (PQstatus(conn) != CONNECTION_OK)
{
cou... | [
"nherrera@icci.cl"
] | nherrera@icci.cl |
ebc7baf71490ecf4e697fb077b853de69eba3217 | aea7d4e41b6b8847e5cd6f2a9df89688e894f6e4 | /src/invariant/waypoint.cpp | 1356556077e3b29a710fef4e04b9d84729bad68f | [
"NCSA"
] | permissive | netarch/neo | 8284b44371614ae029efed99304c7798aa605671 | 82db0a66a69b55e131173f82204ae77110bc24d8 | refs/heads/master | 2023-08-04T16:38:30.260181 | 2023-07-23T21:08:11 | 2023-07-23T21:08:11 | 183,942,096 | 10 | 5 | NOASSERTION | 2022-10-31T04:20:13 | 2019-04-28T18:03:51 | C++ | UTF-8 | C++ | false | false | 832 | cpp | #include "invariant/waypoint.hpp"
#include "model-access.hpp"
#include "node.hpp"
#include "process/forwarding.hpp"
#include "protocols.hpp"
using namespace std;
string Waypoint::to_string() const {
string ret = "Waypoint (";
ret += pass_through ? "O" : "X";
ret += "): [";
for (Node *node : target_no... | [
"kuanyenchou@gmail.com"
] | kuanyenchou@gmail.com |
5b1e97c5e75d80ea0639781478e7f19a811e0b78 | eee5f509a50ef46b332c7477142e21707c002c82 | /src/Texture.h | 64eae342879b4f444bf61ce9d14321ce0a148367 | [] | no_license | ShantanuJamble/DirectX11_Engine | 6bfbbed705909a3da3c1d3e6321ceca7196a89b5 | 24460579a5e56e36ff77d3532562b81dbc1fec8f | refs/heads/master | 2020-04-17T20:44:38.614771 | 2019-03-24T02:14:20 | 2019-03-24T02:14:20 | 166,919,044 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 295 | h | #pragma once
#include <string>
#include <d3d11.h>
class Texture
{
private:
ID3D11ShaderResourceView* textureSRV;
public:
Texture(std::wstring filepath,ID3D11Device* &device, ID3D11DeviceContext* &context);
ID3D11ShaderResourceView*& GetTextureSRV() { return textureSRV; }
~Texture();
};
| [
"sj6045@rit.edu"
] | sj6045@rit.edu |
92cce252ea5d6592e9740ec60da86d52b50991f1 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/rsync/gumtree/rsync_old_hunk_204.cpp | 32bfaf0bb6a42caedcd6d60e477a1dfe80c20fe4 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,410 | cpp | write_int(f,strlen(file->link));
write_buf(f,file->link,strlen(file->link));
}
#endif
if (always_checksum) {
write_buf(f,file->sum,SUM_LENGTH);
}
last_mode = file->mode;
last_dev = file->dev;
last_uid = file->uid;
last_gid = file->gid;
p = strrchr(file->name,'/');
if (p) {
int... | [
"993273596@qq.com"
] | 993273596@qq.com |
db51fb566229ee04bd410688905f796e0e3548db | 4b36550e781dc52c4778ee3b79abed2a23764f33 | /mesh/my_thread.cc | 82fb79ae97e545b47c07fd963716835c6268efb5 | [
"BSD-3-Clause"
] | permissive | rafgitdz/bimodal-scheduler-rstm | c1ab80bca9990fb0912f48c6a00fc51802d6ce66 | 7d6f795e6a2820a4c59cdc195bcea4d13c5d20c8 | refs/heads/master | 2016-09-16T02:30:04.118997 | 2015-09-24T09:30:01 | 2015-09-24T09:30:01 | 42,301,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,105 | cc | ///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2006, 2007
// University of Rochester
// Department of Computer Science
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... | [
"foucault.matthieu@532f2ef2-ef11-80ae-07eb-e5a816fadd2e"
] | foucault.matthieu@532f2ef2-ef11-80ae-07eb-e5a816fadd2e |
ca988d9c59921023e49a1625781a7ca48e5cabfe | 1eb637772ddf185e61050e63528d93044506bf12 | /Exercise2/pointers.cpp | babcbc0b977f6311fc31557815d68ed1f6c435a8 | [] | no_license | arifalishaik/google-cpp | 8ea4338b7c31ce38a34d4854d24f9cc5c583fa82 | 8b973b47b3a7be37f98fd3c7836d075da3d06701 | refs/heads/master | 2021-05-05T08:55:05.740142 | 2018-01-31T10:02:18 | 2018-01-31T10:02:18 | 119,101,536 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 402 | cpp | #include <iostream>
using namespace std;
void DoIt(int &foo, int goo);
int main()
{
int *foo, *goo;
foo = new int;
*foo = 1;
goo = new int;
*goo = 3;
*foo = *goo + 3;
foo = goo;
*goo = 5;
*foo = *goo + *foo;
DoIt(*foo, *goo);
cout << (*foo) << endl;
}
void DoIt(int &foo, in... | [
"arifali2016@gmail.com"
] | arifali2016@gmail.com |
3ab83389c0c6ff05d43cb52baff7655b4de4035f | 021cd4714a0afc680292191c8a4a8e34fc2c6bd4 | /tests/benchmark/CL/PoolingLayer.cpp | d8a8e454951877e3cfcb280cdc5cc604725272af | [
"MIT"
] | permissive | liangdong-xjtu/ComputeLibrary | af6476dd926740ec12f394ccddf2d7faccbda609 | 8fbb5a59206e5a83b7ed3fa88deca9a8c1666786 | refs/heads/master | 2021-01-18T15:30:42.933987 | 2017-08-15T13:25:19 | 2017-08-15T13:25:19 | 100,378,810 | 1 | 0 | null | 2017-08-15T13:13:27 | 2017-08-15T13:13:27 | null | UTF-8 | C++ | false | false | 5,102 | cpp | /*
* Copyright (c) 2017 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rights ... | [
"anthony.barbier@arm.com"
] | anthony.barbier@arm.com |
d680f5b115b3d24b30531990a391cfe49f64dddb | 47e3b6e6ea89c37c35908b18d55d3f292dd9c477 | /挑夹棋(最终版本)/挑夹棋/源.cpp | 9255c9e6a3ed814c887e4e55b2e6830c72689bb1 | [] | no_license | DOGGY-SAINT/2018-final-project | 56bc89ca9d375e627028a9b48b8c5c9f8506972c | d05249bf5b462493272d5183690a0011dc283f08 | refs/heads/master | 2020-09-15T12:03:01.636430 | 2019-11-18T15:22:08 | 2019-11-18T15:22:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 369 | cpp | int Count_Stone(char board[12][12])
{
int value = 0;
for (int i = 0; i < 12; i++)
{
for (int j = 0; j < 12; j++)
{
if (board[i][j] == me_flag)
{
for (int k = 0; k < 8; k++)
{
if(board[i+dir[k][0]][j+dir[k][1]]==me_flag)
}
}
}
}
return value;
}
int dir[8][2]={ {1,-3}, {3, -1}, {3, ... | [
"1196128112@qq.com"
] | 1196128112@qq.com |
7d33018481e4bc266825eea28c355842e09794b8 | bcdfad635054cef0e17357efebc1d80d91124fc1 | /include/shellcode-asm/Composition.h | 5ec234342f02785a6e7b635a720a387eac862548 | [
"MIT"
] | permissive | jvstech/shellcode-asm | 37686e2d480e6d353e77da1c111aedcefe260126 | 0414be61004c2f6191486f1a12d30081fd52f85d | refs/heads/main | 2023-06-29T19:23:52.912497 | 2023-06-12T00:32:30 | 2023-06-12T00:32:30 | 370,791,451 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,326 | h | #if !defined(SHELLCODE_ASM_COMPOSITION_H_)
#define SHELLCODE_ASM_COMPOSITION_H_
#include <memory>
#include <string>
#include <string_view>
#include "llvm/ADT/Triple.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCDisassembler/MCDisassembler.h"
#include "llvm/MC/MCInstrI... | [
"3452757+jvstech@users.noreply.github.com"
] | 3452757+jvstech@users.noreply.github.com |
f8910bb72fad1595db10ad75646e1da69790db13 | d564787650beac7c8d0272c4c46ca09ec86d93e4 | /src/qt/aboutdialog.cpp | 3c5af125f8d6657501847ea89f264ac99ea15866 | [
"MIT"
] | permissive | Findblocks/quant | f3de9a18fbe4caa5e1c3925bb96e4e289fde1fc4 | c0c1d7cb82b6cc82cbc1f444fc4063891cf12593 | refs/heads/master | 2021-01-19T13:19:40.295465 | 2017-02-18T12:26:32 | 2017-02-18T12:26:32 | 82,385,082 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,113 | cpp | // Copyright (c) 2011-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "aboutdialog.h"
#include "ui_aboutdialog.h"
#include "clientmodel.h"
#include "clientversion.h"
// Copyright year (... | [
"findblocks@gmail.com"
] | findblocks@gmail.com |
38a6fa82431160b3f25b83765a198145f09db051 | 06fee45a8cd9f5391bb89e0dcbd81a374ea3593b | /Libraries/NtlLib/Shared/PathEngine-5.03/code/common/VectorBuildingOutputStream.h | 81179730edfe1149c16ef7972667b20bd185525b | [] | no_license | ivanlamega/dragon-ball-online-tw-server | 3afde0aae0c8a15370559670e58ec509fa680147 | 31e432f208d725cb4c71d91d0292b4056819d075 | refs/heads/master | 2022-03-03T14:57:27.590250 | 2022-02-16T17:49:51 | 2022-02-16T17:49:51 | 208,133,340 | 33 | 37 | null | 2019-10-15T10:33:29 | 2019-09-12T19:44:55 | Perl 6 | UTF-8 | C++ | false | false | 815 | h | //**********************************************************************
//
// Copyright (c) 2004
// PathEngine
// Lyon, France
//
// All Rights Reserved
//
//**********************************************************************
#ifndef VECTOR_BUILDING_OUTPUT_STREAM
#define VECTOR_BUILDING_OUTPUT_STREAM
#include "i_... | [
"ivan_lamega_13@hotmail.com"
] | ivan_lamega_13@hotmail.com |
e0f7a2bde067b15345596e826f0aacaf26252232 | 1dbb60db92072801e3e7eaf6645ef776e2a26b29 | /server/src/common/proto/temple/PRTempleInfo.h | 898a03f1879269c184ec22f390d5b3e3e9ab32bb | [] | no_license | atom-chen/phone-code | 5a05472fcf2852d1943ad869b37603a4901749d5 | c0c0f112c9a2570cc0390703b1bff56d67508e89 | refs/heads/master | 2020-07-05T01:15:00.585018 | 2015-06-17T08:52:21 | 2015-06-17T08:52:21 | 202,480,234 | 0 | 1 | null | 2019-08-15T05:36:11 | 2019-08-15T05:36:09 | null | UTF-8 | C++ | false | false | 1,131 | h | #ifndef _PRTempleInfo_H_
#define _PRTempleInfo_H_
#include <weedong/core/seq/seq.h>
#include <proto/common/SMsgHead.h>
#include <proto/temple/STempleInfo.h>
class PRTempleInfo : public SMsgHead
{
public:
STempleInfo info;
PRTempleInfo()
{
msg_cmd = 1890641118;
}
virtual ~PRTempleInfo()
... | [
"757690733@qq.com"
] | 757690733@qq.com |
575890ab3244781dc0edff74c0ba85a51e749124 | 1c923f92063a6d1e9aad6af15da5acb5e3275790 | /uri/c++/extremamente_basico.cpp | 9a1a249dc834ad6a595a515880a594e3ded610c4 | [] | no_license | dijsilva/competitive-programming | 302435186774782cca2ed3602c7694dff419663b | 892cd3ac6a726cf666f84e165fc8186007acbcb5 | refs/heads/master | 2022-11-26T05:31:53.191811 | 2020-08-03T23:18:52 | 2020-08-03T23:18:52 | 239,907,173 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 242 | cpp | // problem 1001
//
#include <iostream>
#include <string>
using namespace std;
int main()
{
int a, b, soma;
cout << "";
cin >> a;
cout << "";
cin >> b;
soma = a + b;
cout << "X = " << soma << endl;
return 0;
}
| [
"diegojsilvabr@gmail.com"
] | diegojsilvabr@gmail.com |
778335f8804173b153f95b3f8ef5e3394a318a26 | 83bacfbdb7ad17cbc2fc897b3460de1a6726a3b1 | /third_party/skia/src/ports/SkFontMgr_win_dw_factory.cpp | 85ed56d695bd231008dc15fed3bb386b129b7b41 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | cool2528/miniblink49 | d909e39012f2c5d8ab658dc2a8b314ad0050d8ea | 7f646289d8074f098cf1244adc87b95e34ab87a8 | refs/heads/master | 2020-06-05T03:18:43.211372 | 2019-06-01T08:57:37 | 2019-06-01T08:59:56 | 192,294,645 | 2 | 0 | Apache-2.0 | 2019-06-17T07:16:28 | 2019-06-17T07:16:27 | null | UTF-8 | C++ | false | false | 273 | cpp | /*
* Copyright 2015 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "SkFontMgr.h"
#include "SkTypeface_win.h"
SkFontMgr* SkFontMgr::Factory() {
return SkFontMgr_New_DirectWrite();
}
| [
"22249030@qq.com"
] | 22249030@qq.com |
b586d53693e95e91e2bfbfa332ec7ba9415a8a6d | 2a9fa870f43a41c131662ede8ce44464ddff8e71 | /ServeurWidget1/serveurwidget.cpp | 8fa2198828565e15b6e4efdb74fcdd872116ab27 | [] | no_license | LehouxKevin/QtCreator | 9fc9a05ddc3add2ec7ce2606ea715345e3721c1d | 3d50ead86ac4754b7f6695b35752787aa9d50873 | refs/heads/master | 2022-01-19T23:19:25.969107 | 2019-06-28T14:36:03 | 2019-06-28T14:36:03 | 194,287,905 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,448 | cpp | #include "serveurwidget.h"
#include "ui_serveurwidget.h"
#include <QDebug>
ServeurWidget::ServeurWidget(QWidget *parent) :
QWidget(parent),
ui(new Ui::ServeurWidget)
{
ui->setupUi(this);
socketEcouteServeur = new QTcpServer;
connect(socketEcouteServeur,&QTcpServer::newConnection,this,&ServeurWid... | [
"klehoux@pommier4.depinfo.touchard.edu"
] | klehoux@pommier4.depinfo.touchard.edu |
94d691b0d303b1db85afadfcf800edb88f869181 | cea74570a5a2511e68e4ba968220cd4bbb13c516 | /OpenSauce/shared/Include/YeloLib/Halo1/render/lightmaps/c_lightmap_manager.cpp | 93fce9e571dba04d931ea43cd04857b3304b75d0 | [] | no_license | Dwood15/OpenSauce_Upgrade | 80bbc88fbf34340323d28ccd03623a103a27e714 | d48cf4819ed371beb4f6e9426f8ab8bcd67fe2b3 | refs/heads/master | 2021-05-04T18:35:39.132266 | 2018-02-18T01:26:48 | 2018-02-18T01:26:48 | 120,191,658 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,550 | cpp | /*
Yelo: Open Sauce SDK
Halo 1 (CE) Edition
See license\OpenSauce\Halo1_CE for specific license information
*/
#include "Common/Precompile.hpp"
#include <YeloLib/Halo1/render/lightmaps/c_lightmap_manager.hpp>
#include <blamlib/Halo1/rasterizer/dx9/rasterizer_dx9.hpp>
namespace Yelo
{
namespace Render { namespac... | [
"Dwood15@users.noreply.github.com"
] | Dwood15@users.noreply.github.com |
86a298933b892f4ebf93c8bad24e17935217c0b7 | 87b4fd1026b7bc954c2b6ee982e094d92be3b223 | /seniorSaleQ5.h | 2235327ee3c0acd8c6058902acccbb4c1cff36b7 | [] | no_license | daze-dream/CS449_Refactoring_Factory_Methods | 747ac661c37ec34aece2c288739f1a93574362af | f4fd1225803a6751ca413902375462ce2415280b | refs/heads/master | 2023-01-24T14:55:20.720542 | 2020-12-08T04:38:19 | 2020-12-08T04:38:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 149 | h | #pragma once
#include "SaleAbstractQ5.h"
class seniorSaleQ5 :
public SaleAbstractQ5
{
public:
double getDiscountRate() { return 0.10; };
};
| [
"misterrolypoly@gmail.com"
] | misterrolypoly@gmail.com |
6983b2f4ae7f4149045170fcf5bf6ea19109dc65 | 82c7ebed686441d0768ee9e3e970d1fdfae42cc9 | /include/mpi_reduce_sum.hpp | 09a1356d9ca9552b113f90f38bff326dc4062bd8 | [
"BSD-2-Clause"
] | permissive | KrishnaPrasath/primecount | 6ee0a88d9373b328233a40636fc2a7bed1e5a61a | 16e6f70643c45aaac8a96aa127f21b1ed1a51063 | refs/heads/master | 2020-09-07T15:56:08.085074 | 2019-11-10T14:14:09 | 2019-11-10T14:14:09 | 220,833,932 | 1 | 0 | BSD-2-Clause | 2019-11-10T18:45:45 | 2019-11-10T18:45:45 | null | UTF-8 | C++ | false | false | 1,313 | hpp | ///
/// @file mpi_reduce_sum.hpp
/// @brief MPI utility functions and classes
///
/// Copyright (C) 2017 Kim Walisch, <kim.walisch@gmail.com>
///
/// This file is distributed under the BSD License. See the COPYING
/// file in the top level directory.
///
#ifndef MPI_REDUCE_SUM_HPP
#define MPI_REDUCE_SUM_HPP
#include... | [
"kim.walisch@gmail.com"
] | kim.walisch@gmail.com |
f1d2871955ac1405dc3a365a2520cec7a5d27243 | c74977031f679b69860814848c62a9d069767b18 | /C-Code/DP)땅따먹기.cpp | 697165c161647fc0b862cfcdb8fc8b297a93eace | [] | no_license | TwentyFiveSeven/Algorithm | 6c4bcd06f9417c27ad7aa32affc13ee07e6801e4 | b829657f777fa1f4a9846fd7d8cb5ede6cf48a2e | refs/heads/master | 2023-04-05T10:43:00.105616 | 2021-04-13T14:30:27 | 2021-04-13T14:30:27 | 152,981,379 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 627 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
int solution(vector<vector<int> > land)
{
int answer = 0,size = land.size();
for(int i=1;i<size;i++){
land[i][0] = max({land[i-1][1],land[i-1][2],land[i-1][3]}) + land[i][0];
land[i][1] = max({land[i-1][0],land[i-1]... | [
"xortm854@naver.com"
] | xortm854@naver.com |
501b263b746e42cfc0a4df60507926a11ffb6a23 | 71445ce9808412c0dc0b559250ca4d2f37c78413 | /ParaView/CoProcessing/Adaptors/FortranAdaptors/NPICAdaptor/NPICAdaptor.cxx | 4d15355d1b6748016daef2b2a92f5336ddd2bedf | [
"LicenseRef-scancode-protobuf",
"LicenseRef-scancode-paraview-1.2"
] | permissive | alexisylchan/CollabVRGUI | 400f2169898e6ed2b962dba29a2776b1dc3442df | 8392162df5d115bb1128b92d267886c5227e7708 | refs/heads/master | 2021-01-01T06:33:45.035077 | 2012-09-10T04:58:34 | 2012-09-10T04:58:34 | 5,745,206 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,679 | cxx | #include "FortranAdaptorAPI.h"
#include "vtkCellType.h"
#include "vtkCPDataDescription.h"
#include "vtkCPInputDataDescription.h"
#include "vtkCPProcessor.h"
#include "vtkDoubleArray.h"
#include "vtkImageData.h"
#include "vtkMultiBlockDataSet.h"
#include "vtkPointData.h"
#include "vtkStdString.h"
extern "C" void create... | [
"alexis.cyl@gmail.com"
] | alexis.cyl@gmail.com |
6e791a3644ba920b046df8d8c15bed317cdd47bd | fc2fbdab6773198787eea41eed2deaa0d3ac651e | /src/stcstats.h | fb8a8e3d2acb3d7506be06e721e8e47bff570073 | [] | no_license | Gummy35/stc1000p-esp | b600926ce64ade0e3fa4ff0d660ea628db331e05 | 585c8dcfa482335fa4aba85fb11ad5a4a8a9900c | refs/heads/master | 2023-03-19T21:47:17.629712 | 2021-03-06T22:15:29 | 2021-03-06T22:15:29 | 345,192,777 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,063 | h | #ifndef __STCSTATS_H_
#define __STCSTATS_H_
#ifdef ESP32
#include <WiFi.h>
#else
#include <ESP8266WiFi.h>
#endif
#include <WiFiClientSecure.h>
#include "linkedlist.h"
class StcData
{
public:
unsigned long timestamp;
double temperature;
double setpoint;
bool cooling;
bool heating;
void... | [
"none@none"
] | none@none |
8e6e240384f43f42c8cfd82d886f17b6d5b677ca | aacb1cb56796f7135066b3c99d3b389bca4fcd73 | /src/face/living/FaceAntiSpoofing.cpp | 725fb95b114f83b9bba5f9ef46acceb46f6972b2 | [
"MIT"
] | permissive | Asher-1/VisionEngine | e2b785baaa74a06471d910795169f810f7fcdb78 | 28ccb924170da1a3322ffa80b75f9b490ff1c6fc | refs/heads/main | 2023-07-14T21:23:37.086209 | 2021-08-21T10:53:17 | 2021-08-21T10:53:17 | 378,023,153 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,923 | cpp | #include "FaceAntiSpoofing.h"
#include "./live/LiveDetector.h"
#include <ncnn/net.h>
#include <ncnn/cpu.h>
#include <iostream>
namespace mirror {
FaceAntiSpoofing::FaceAntiSpoofing(FaceAntiSpoofingType type) :
type_(type),
model_num_(1),
verbose_(false),
gpu_mode_... | [
"ludahai19@163.com"
] | ludahai19@163.com |
c941166e9e96433aa60c1c3fa317371f365b9e99 | 9e9e8df92fe16fcd5713c60735a6f079a77cfc1c | /KaranAndStrings.cpp | 37461efcc0a711524d185e4778158d73c7b74d18 | [] | no_license | xxyyzz/HackerEarth | a2cbb074c7834b5c68e7758cac45a971926ca4fc | f48a4410bbfa37f76cdc80bfba196d0e73ccfce6 | refs/heads/master | 2021-06-10T13:40:34.021271 | 2017-01-27T11:07:43 | 2017-01-27T11:07:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 367 | cpp | #include <cstdio>
#include <iostream>
int main(){
int t; scanf("%d\n", &t);
while(t--){
std::string s; getline(std::cin, s);
std::string ans("");
ans = ans + s[0];
for(long p = 1; p < s.size(); p++){
if(s[p - 1] != s[p]){ans = ans + s[p];}
}
std::co... | [
"barmpoutis@gmail.com"
] | barmpoutis@gmail.com |
c0579e4e263c191e70c3f931fc897ec52f3fd888 | a1fbf16243026331187b6df903ed4f69e5e8c110 | /cs/engine/xrGame/UIZoneMap.h | 2f85be78bc6dbd6ea919f56b3fd83d13bc2b2e61 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause"
] | permissive | OpenXRay/xray-15 | ca0031cf1893616e0c9795c670d5d9f57ca9beff | 1390dfb08ed20997d7e8c95147ea8e8cb71f5e86 | refs/heads/xd_dev | 2023-07-17T23:42:14.693841 | 2021-09-01T23:25:34 | 2021-09-01T23:25:34 | 23,224,089 | 64 | 23 | NOASSERTION | 2019-04-03T17:50:18 | 2014-08-22T12:09:41 | C++ | UTF-8 | C++ | false | false | 1,060 | h | #pragma once
#include "ui/UIStatic.h"
class CActor;
class CUICustomMap;
//////////////////////////////////////////////////////////////////////////
class CUIZoneMap
{
public:
bool visible;
private:
CUICustomMap* m_activeMap;
// float m_fScale;
CUIStatic m_background;
CUIStatic m_center;
... | [
"paul-kv@yandex.ru"
] | paul-kv@yandex.ru |
2a6d46ee85520a40fe1e97ed7315b3569f40ce82 | 59dd61ebf101f8f037018d026231301ead18aa32 | /Code/Ultra Core/Vector/Layer 3/CVector3ui32.h | bb94003401080662c65cc1119e86aaa9d4180940 | [] | no_license | X-Seti/KGM | d4e6900d590bc22c9be90e6a7129699a1119902c | edc034930f1dfbb61027992f9347ef5f0bdb0cb4 | refs/heads/master | 2020-12-30T19:36:52.838360 | 2017-07-11T16:45:43 | 2017-07-11T16:45:43 | 60,021,522 | 0 | 0 | null | 2016-05-30T15:46:12 | 2016-05-30T15:46:12 | null | UTF-8 | C++ | false | false | 160 | h | #ifndef CVector3ui32_H
#define CVector3ui32_H
#include "Types.h"
#include "Vector/Layer 2/CVector3.h"
class CVector3ui32 : public CVector3<uint32> {};
#endif | [
"mexuk@hotmail.co.uk"
] | mexuk@hotmail.co.uk |
ae56260a518623bc147fad5fd051105c53ce0714 | 9b5196a94fdf5443caf9965ed3dc84ac93517e4b | /HelloQt/HelloQt/main.cpp | a630a1a455c1822955c9248d59d16fa46d467447 | [] | no_license | XuWei9506/MYTest | e798987a95bfed7b22d3c3382bf01ad7e3088ae2 | f0a69f3e9b2431d6fa88ac655b14d6d1b3f02d4c | refs/heads/master | 2022-09-08T22:33:46.386949 | 2020-06-03T15:46:33 | 2020-06-03T15:47:35 | 268,060,374 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 432 | cpp | #ifdef WIN32
#pragma execution_character_set("utf-8")
#endif
#include "MyWidget.h"
#include <QtWidgets/QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv); //应用程序类,每个qt程序只有一个only
// 窗口类,默认不显示,基类是QWidget
MyWidget w;
// 显示窗口
w.show();
return a.exec(); //程序进入消息循环,等待某些... | [
"xuwei9506@gmail.com"
] | xuwei9506@gmail.com |
11abc2f36120dbc36695d0ce6e8f5a7657aeb156 | 53bed22185c0929801c440356f8fffc653d97324 | /Chapter05/ex_test.cpp | bb28d550959483e64ae7367199a2d6efb588925f | [] | no_license | idleyui/CppPrimer_5th | ce922a540d80207679a2738d69d29549b3abab0d | a561c5c004642f02a1d74d8e4094493f8a753a42 | refs/heads/master | 2021-06-09T04:30:42.329298 | 2016-11-25T03:13:25 | 2016-11-25T03:13:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 249 | cpp | #include <iostream>
#include <string>
#include <vector>
using namespace std;
int main() {
int a = 1;
switch (a) {
case 1:
int b = 2;
//cout << b;
break;
case 2:
break;
}
while (1)
while (1)
goto outloop;
outloop:
cout << 1;
} | [
"Leelddd@outlook.com"
] | Leelddd@outlook.com |
4afc2a310431e7e6d4fc904a083cbb31b314b82f | cb142e98b043e7088f0fe009f5159928877acf1b | /BalanceCar/A1_sample_test/BBK5_Car_Run.ino | 848935977dbff90686a8963d8f7a93a79f08939d | [] | no_license | wetnt/Arduino_public | ef30502b4a30e099a09e2617fd58fd3a9801cf13 | 4cc331e2f43dda0df8f78d9cfe924da130ca5df3 | refs/heads/master | 2021-01-23T09:38:43.302783 | 2019-09-12T00:29:43 | 2019-09-12T00:29:43 | 33,909,041 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,003 | ino | //===================================================================
int CarR = 0, CarL = 0;
//===================================================================
Wheel wr, wl;
int loopMS = 50;//50ms
double carSpeedMax = 0;
//===================================================================
//JGA25-371全金属电机、超耐磨65MM橡... | [
"jinping.xu@woqu.com"
] | jinping.xu@woqu.com |
800918d43637e65d6e7e1cee6bf6d6dfaa635d9e | 9030ce2789a58888904d0c50c21591632eddffd7 | /SDK/ARKSurvivalEvolved_DinoCharacterStatusComponent_BP_RubbleGolem_classes.hpp | 62c5ae43243780147ecc06237dda1ba0967bf1a8 | [
"MIT"
] | permissive | 2bite/ARK-SDK | 8ce93f504b2e3bd4f8e7ced184980b13f127b7bf | ce1f4906ccf82ed38518558c0163c4f92f5f7b14 | refs/heads/master | 2022-09-19T06:28:20.076298 | 2022-09-03T17:21:00 | 2022-09-03T17:21:00 | 232,411,353 | 14 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 974 | hpp | #pragma once
// ARKSurvivalEvolved (332.8) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_DinoCharacterStatusComponent_BP_RubbleGolem_structs.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Classes
//-----------------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
17fde601d5323cc6aabdbfca646b0e6aef18570c | 10ecd7454a082e341eb60817341efa91d0c7fd0b | /SDK/BP_Prompt_RepairShipMast_classes.h | c1c36bb9607bf66a8e1568c9a39ed3180dbb2f4a | [] | no_license | Blackstate/Sot-SDK | 1dba56354524572894f09ed27d653ae5f367d95b | cd73724ce9b46e3eb5b075c468427aa5040daf45 | refs/heads/main | 2023-04-10T07:26:10.255489 | 2021-04-23T01:39:08 | 2021-04-23T01:39:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,670 | h | #pragma once
// Name: SoT, Version: 2.1.0.1
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//------------------------------------------------------------... | [
"ploszjanos9844@gmail.com"
] | ploszjanos9844@gmail.com |
1e0a289a5bd0c8ce9348ad7aecc3d7a60dbe07ab | 0f91500c2e86799d8e20cf3f7969c098dc61881e | /myWorkLib/admissionControl/estimator/estimatorActive.cpp | 9a04cdda25e12bab74fd93d823a9c2c93fb8c849 | [] | no_license | wicanr2/wjyworklibrary | 032fca678fdf74025c01a179b54ad7571a6f761a | 412c78bf075efe7ff445abacf7d74c49749f7a94 | refs/heads/master | 2021-01-10T20:01:01.584524 | 2010-12-06T02:59:45 | 2010-12-06T02:59:45 | 32,438,897 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,603 | cpp | #include <admissionControl/estimator/estimator.hpp>
int Estimator::ActiveEstimator() {
int i = 0;
/*if ( this->ringBuf == 0 )
this->ringBuf = new RingBuffer<float>(this->recordNum);*/
// ringbuffer pool scheme
if ( this->ringBufPool == 0 ) {
this->ringBufPool = new RingBuffer<float>*[PI_GetMaxPeerNum()];
... | [
"wicanr2@07557586-8a0b-8cd6-2bd1-5dab5fce6798"
] | wicanr2@07557586-8a0b-8cd6-2bd1-5dab5fce6798 |
e5a3ff94e6cd9d6159b4e515fb59ea83f918c265 | 0e8fae0de6c69e9ada6e13a8fec9986b9448314d | /study/language/Essentialc/ch5/oop/main.cpp | 29b0a1d3c8ecef0176d4e4a8c68efdb43b5d3c1a | [] | no_license | QYPan/lexical | 933d8ec3fa9af8a64e30a0338f521b635f8b5972 | 3893f28ee948fedbdfb2b4b985bcca309420bc0d | refs/heads/master | 2020-04-15T14:02:06.499723 | 2019-04-12T14:39:59 | 2019-04-12T14:39:59 | 57,446,043 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 143 | cpp | #include "Fibonacci.h"
#include "num_sequence.h"
int main(){
const int pos = 8;
Fibonacci fib;
display( cout, fib, pos );
return 0;
}
| [
"QingYouPan1994@163.com"
] | QingYouPan1994@163.com |
a95186741c81c4eea0a446ca66e74683c5015eb2 | e9f87e5fc628c5ee2bdf8c0e9088d8ee4b7eb47e | /datastructure/sort/uoj8642.cpp | 103361009c001a531f720a0d4704df855755c686 | [
"MIT"
] | permissive | MartiansLeague/my_oj | f433037046a5e84c750395588133ce92be7d0500 | a0dca112cc6f5f376636f6a42e66c486ad5d8b26 | refs/heads/master | 2020-04-20T05:54:41.109961 | 2017-08-10T12:02:09 | 2017-08-10T12:02:09 | 168,668,879 | 1 | 0 | null | 2019-02-01T08:51:11 | 2019-02-01T08:51:11 | null | UTF-8 | C++ | false | false | 941 | cpp | #include <iostream>
using namespace std;
void print(int *nums,int len){
for(int i=1;i<=len;i++){
cout<<nums[i]<<' ';
}
cout<<endl;
}
void swap(int&a,int &b){
int temp;
temp=a;
a=b;
b=temp;
}
int len;
int patch(int *num,int start,int end){
int temp=num[start];
while(sta... | [
"czfshine@outlook.com"
] | czfshine@outlook.com |
9e52a13cd447de6a5e1cad60f3ac44e208191f99 | 8567438779e6af0754620a25d379c348e4cd5a5d | /net/quic/chromium/quic_end_to_end_unittest.cc | 30e89f18ee55f6af47875f218d59405f881012a4 | [
"BSD-3-Clause"
] | permissive | thngkaiyuan/chromium | c389ac4b50ccba28ee077cbf6115c41b547955ae | dab56a4a71f87f64ecc0044e97b4a8f247787a68 | refs/heads/master | 2022-11-10T02:50:29.326119 | 2017-04-08T12:28:57 | 2017-04-08T12:28:57 | 84,073,924 | 0 | 1 | BSD-3-Clause | 2022-10-25T19:47:15 | 2017-03-06T13:04:15 | null | UTF-8 | C++ | false | false | 13,827 | cc | // Copyright 2013 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 <memory>
#include <ostream>
#include <utility>
#include <vector>
#include "base/compiler_specific.h"
#include "base/memory/ptr_util.h"
#include ... | [
"hedonist.ky@gmail.com"
] | hedonist.ky@gmail.com |
e45f9543702f7889b1a9ca3ede4f5d4337c5ece6 | 6db9d9a2e05721f448f7e3942f63b89572574f90 | /node_modules/react-native-windows/Microsoft.ReactNative/Utils/UwpPreparedScriptStore.h | ce18dc059f50ac2e736c91e4b2951a13fe325baf | [
"MIT"
] | permissive | karamatghous/ZampiMobileApp | 63239a8c92df79915d5a20fcfcb338791e7d2358 | dfa373ad3f4ccbafe2d6070e25ddc1f0749b4475 | refs/heads/main | 2023-08-29T19:28:14.692646 | 2021-10-06T09:35:32 | 2021-10-06T09:35:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,457 | h | #pragma once
#include <JSI/ScriptStore.h>
#include <cxxreact/JSBigString.h>
#include <jsi/jsi.h>
#include <winrt/Windows.Foundation.h>
#include <winrt/Windows.Storage.h>
#include <future>
#include <string>
namespace Microsoft::ReactNative {
class UwpPreparedScriptStore : public facebook::jsi::PreparedScriptS... | [
"karamatghous@Karamats-MacBook-Pro.local"
] | karamatghous@Karamats-MacBook-Pro.local |
ba5082f1e91314a43a6ffd4617eeaa609cca659b | 4f8e66ebd1bc845ba011907c9fc7c6400dd7a6be | /SDL_Core/src/components/JSONHandler/src/RPC2ObjectsImpl/NsRPC2Communication/UI/SliderResponseMarshaller.h | f162ec3004dc0c596e2cfd68ccc4d6b684dd48c2 | [] | no_license | zhanzhengxiang/smartdevicelink | 0145c304f28fdcebb67d36138a3a34249723ae28 | fbf304e5c3b0b269cf37d3ab22ee14166e7a110b | refs/heads/master | 2020-05-18T11:54:10.005784 | 2014-05-18T09:46:33 | 2014-05-18T09:46:33 | 20,008,961 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,340 | h | //
// Copyright (c) 2013, Ford Motor Company
// 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 condit... | [
"kburdet1@ford.com"
] | kburdet1@ford.com |
d8f94d3450bc214988b7e336b047e69a98d3a803 | a61568c3c48789f4e2732da1e9e4c1e42b62e888 | /asd/library/src/lib/liste/ListaPtr.h | b0420edf3d447c1d3b432457b9e216594e7b7d24 | [] | no_license | ximarx/asd | c7cb8b9518dc9342dc834a19117cdc258c2ce29e | 90d3b3ad418986d7a8aa79e2fd21d09f9b27aa68 | refs/heads/master | 2020-04-06T06:25:06.368415 | 2012-11-05T16:04:59 | 2012-11-05T16:04:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,393 | h | #ifndef LISTAPTR_H_
#define LISTAPTR_H_
#include "../common/stdInclude.h"
#include "NodoListaPtr.h"
template <class T>
class ListaPtr {
public:
typedef NodoListaPtr<T>* posizione;
ListaPtr();
~ListaPtr();
void creaLista();
posizione primoLista();
posizione succLista(posizione );
posizione precLista(po... | [
"ximarx@gmail.com"
] | ximarx@gmail.com |
7f63d910e7f301fde6b45bbe8f2cb483b547e130 | a93b6b6d49c75cfb503acdd104b595cd984147aa | /main.cpp | 09100e3309e63b1ff8a893e84d06eedaffe6ed41 | [] | no_license | PrzemyslawPanek/StockApp | cf2816ceb4bbe9d0791325fc33091c83d4620ecd | f22f970f43bf6278593cced6091bdf7c1f7ebe0c | refs/heads/master | 2020-07-05T04:28:37.141624 | 2019-08-15T10:42:38 | 2019-08-15T10:46:37 | 202,520,836 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 301 | cpp | #include <QApplication>
#include "mainwindow.h"
#include "parser.h"
#include <fstream>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
//w.setWindowState(Qt::WindowFullScreen);
w.show();
return a.exec();
}
| [
"doksiazek7@gmail.com"
] | doksiazek7@gmail.com |
b1dc523e7d45447501084c5c341716d44b52e14b | dd97a2dbcc6461ed19aa03295d369aa77e532277 | /src/common/VertexBuffer.cpp | 9544b762a9ae97334440b201f7e45c532ce2d42c | [] | no_license | karthikrao5/pantheon | 139aa2629d1b76ae5cbd86d6b63c75876cc5d829 | c73cd130beb1baa916bb75f924d1a0e6a16cf1ce | refs/heads/master | 2021-07-10T14:18:20.613827 | 2021-02-20T18:03:55 | 2021-02-20T18:03:55 | 229,533,856 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 700 | cpp | //
// Created by Karthik Rao on 9/6/20.
//
#include <glad/glad.h>
#include "VertexBuffer.h"
#include "utils.h"
#include "iostream"
VertexBuffer::VertexBuffer(const void* data, unsigned int size) {
GLCall(glGenBuffers(1, &m_RendererID))
GLCall(glBindBuffer(GL_ARRAY_BUFFER, m_RendererID))
GLCall(glBufferDat... | [
"karthik.rao543@gmail.com"
] | karthik.rao543@gmail.com |
a4203c2937933784c780954e7a8390a7a36314b6 | 8d1725e2bedd244d7bc865df75317a85d2468e93 | /qt_gui/c_lib/src/qt_gui_c_QMoveEvent.cpp | 26b271848c44c02e2fec5b73bf20cb9c44bd7ad4 | [] | no_license | aristotle9/qt_generator-output | 04100597f923b117314afcc80f0ea85417d342be | be98dd92de8d2e2c43cf8e9e20ebd1316fd4b101 | refs/heads/master | 2021-07-23T12:20:15.277052 | 2017-10-24T08:20:03 | 2017-10-24T08:20:03 | 108,097,475 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 666 | cpp | #include "qt_gui_c_QMoveEvent.h"
QEvent* qt_gui_c_QMoveEvent_G_static_cast_QEvent_ptr(QMoveEvent* ptr) {
return static_cast<QEvent*>(ptr);
}
QMoveEvent* qt_gui_c_QMoveEvent_G_static_cast_QMoveEvent_ptr(QEvent* ptr) {
return static_cast<QMoveEvent*>(ptr);
}
void qt_gui_c_QMoveEvent_delete(QMoveEvent* this_ptr) {
... | [
"lanfan.1987@gmail.com"
] | lanfan.1987@gmail.com |
e45b894e301da4b65235e86ae4daf97fe90a3329 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14768/function14768_schedule_38/function14768_schedule_38.cpp | bf4e75642d9eed3729782bb835999016dc524873 | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 728 | cpp | #include <tiramisu/tiramisu.h>
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("function14768_schedule_38");
constant c0("c0", 128), c1("c1", 2048), c2("c2", 128);
var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i01("i01"), i02("i02"), i03("i03"), i04("i04"), i05("i05"),... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
1472f3f27fedb3fd478d8f304149c5e0565b2d8c | 0cc4a7790a96ac19d26a313aec95eb954efeb131 | /demo/unit_test.cxx | 0581097214afd50c27a70188518b0f4d40263bb9 | [] | no_license | ntraft/ubc-WAM95 | 3e918d0daccca4f313d24827d1aa5ad48540cdad | 9d1d5dd45c643877a190ec0e4392a2da115401b0 | refs/heads/master | 2021-01-22T16:11:14.809775 | 2013-11-15T04:59:26 | 2013-11-15T04:59:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,135 | cxx | #include "stdheader.h"
#include "robot.h"
#include "memory.h"
#include "rtmemory.h"
#include <iostream>
#include <assert.h>
using namespace std;
bool memory_test(){
cout << "Testing Memory System" << endl;
Memory* memory = new Memory();
string var_name = "memory_test";
cout << "Testing set_string + ... | [
"troniak@cs.ubc.ca"
] | troniak@cs.ubc.ca |
7fc58b8f15a9b2bf43d2d8d77d18ed1335955a1e | e637f7657ba4c0934308b669e2f6b8ad2f4670ac | /nikita.cpp | 087bfdd018f0ca259998dfc01696a50c7545710e | [] | no_license | EunsookShin/TOTM_BasiCS_demo_01 | 61eda9ce5336c754371a90c31f8f0412d80f226c | 2eb1f25bf67a771f91b10871a5cff2519ed21a5f | refs/heads/main | 2023-03-14T09:49:04.538498 | 2021-03-03T05:07:17 | 2021-03-03T05:07:17 | 337,298,949 | 0 | 2 | null | 2021-02-09T05:31:27 | 2021-02-09T05:09:40 | C++ | UTF-8 | C++ | false | false | 170 | cpp | // Done! ^^
// Your First C++ Program
#include <iostream>
int main() {
std::cout << "Hello World!";
std::cout << "Welcome to TOTM Git Workshop";
return 0;
} | [
"nloginov@usc.edu"
] | nloginov@usc.edu |
7b9b1b90bc1ed457c6033079eeda6e084842cbac | b6e8a1fa1085a52d7ba6ed6b6f11dbd82905f3ba | /source/compression/brsdbmhash.cpp | 20ab4bde075592bdc5f2b902eb97b958a45407a6 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"Zlib"
] | permissive | etsangsplk/burgerlib | ed4039b175ec96fe28c0ccd52d19f5715fbeccc9 | bec821be1ba1d7fbe08e3b128b086158d3bb1b21 | refs/heads/master | 2022-04-03T20:56:46.598519 | 2020-02-24T09:25:15 | 2020-02-24T09:25:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,115 | cpp | /***************************************
SDBM hash manager (Service Data Base Management)
Implemented following the documentation found in
http::/www.cs.yorku.ca/~oz/hash.html
Copyright (c) 1995-2017 by Rebecca Ann Heineman <becky@burgerbecky.com>
It is released under an MIT Open Source license. Please see LIC... | [
"becky@burgerbecky.com"
] | becky@burgerbecky.com |
334a9c292f594f91cb23d3598ef406f9ca44fd50 | 2a88b58673d0314ed00e37ab7329ab0bbddd3bdc | /blazemark/blazemark/blaze/init/CompressedStrictlyLower.h | 1221e5b4c3d879dda2e2e7492301217f8e25f5f6 | [
"BSD-3-Clause"
] | permissive | shiver/blaze-lib | 3083de9600a66a586e73166e105585a954e324ea | 824925ed21faf82bb6edc48da89d3c84b8246cbf | refs/heads/master | 2020-09-05T23:00:34.583144 | 2016-08-24T03:55:17 | 2016-08-24T03:55:17 | 66,765,250 | 2 | 1 | NOASSERTION | 2020-04-06T05:02:41 | 2016-08-28T11:43:51 | C++ | UTF-8 | C++ | false | false | 7,876 | h | //=================================================================================================
/*!
// \file blazemark/blaze/init/CompressedStrictlyLower.h
// \brief Header file for the Blaze strictly lower compressed matrix initialization functions
//
// Copyright (C) 2013 Klaus Iglberger - All Rights Reserved
... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
46d80773bb8cbb73a212723163033ab233ea641b | c3f715589f5d83e3ba92baaa309414eb253ca962 | /C++/round-5/1201-1300/1261-1280/1272.h | d0deb94b94c15d286444fe655e08127c3491022e | [] | no_license | kophy/Leetcode | 4b22272de78c213c4ad42c488df6cffa3b8ba785 | 7763dc71fd2f34b28d5e006a1824ca7157cec224 | refs/heads/master | 2021-06-11T05:06:41.144210 | 2021-03-09T08:25:15 | 2021-03-09T08:25:15 | 62,117,739 | 13 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 621 | h | class Solution {
public:
vector<vector<int>> removeInterval(vector<vector<int>> &intervals,
vector<int> &toBeRemoved) {
vector<vector<int>> result;
for (auto interval : intervals) {
if (interval[1] <= toBeRemoved[0] || interval[0] >= toBeRemoved[1]) {
result.... | [
"kophy@protonmail.com"
] | kophy@protonmail.com |
a6f9c6a29d2242fdb780b0ee921603fe3fbfa8d2 | 426b246a915839d0f50ad9fa2ce54656ba53fde2 | /ImageProcess/main.cpp | a5684ea73dca21d898a14c99d2b7edcd8ce238ae | [] | no_license | Ouyancheng/CSCE_2017_OpenCV_GitHub | e663344bfe9cc4207d8ddc82d974df37b7cabd25 | 362883e6a0a4df50813607ee137276e22247cafc | refs/heads/master | 2021-01-21T09:29:53.475786 | 2017-05-29T08:50:28 | 2017-05-29T08:50:28 | 91,656,097 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 885 | cpp | /*
* main.cpp
*
* Created on: May 18, 2017
* Author: Ouyancheng
*/
#include "PreProcess.hpp"
using namespace cv;
int main(int argc, char *argv[]) {
Mat srcImg = imread("8.png");
// Mat srcImg2 = imread("frame1.png");
Mat dstImg;
std::vector<cv::Mat> ROI;
if (!srcImg.data) {
std::fprintf(stderr, "\033[... | [
"1024842937@qq.com"
] | 1024842937@qq.com |
4ec2691ef0791c67629a2e3b6a7bd8b51de67686 | 47f4617dca4aeadb54cb58a7a98d84b18cc31b9e | /D3D12HelloTriangle.h | c3d6c2f51e479b5964e6a6494c1c648f6e292ec1 | [] | no_license | HakaruN/DissertationGPURaytracer | 0d22d77ed8082ba602c014d3cf41d3bedcb81ecd | e849bb9a6f2a0675a27d9980f1261cb3d2924d02 | refs/heads/master | 2023-03-23T02:37:57.200838 | 2021-03-12T21:37:55 | 2021-03-12T21:37:55 | 347,197,087 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,132 | h | //*********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// This code is licensed under the MIT License (MIT).
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL... | [
"="
] | = |
421c6a46d508556d15fe6182869162b091026968 | ff4d7aaab642fc9e81b888a00aebe5ae1db093c4 | /include/SeamCarver/SeamCarverKeepout.h | 61d633449d0ce6ab7eac5672632fb81cc706a2a1 | [] | no_license | darbitman/CameraTracking | 4c49dc239ac3ce786a7a20eb5dc19869f8e31065 | cd7bc7fbff21e135a6d91b4a96d44eab3df270fb | refs/heads/master | 2021-07-20T12:39:54.265364 | 2019-01-21T03:40:32 | 2019-01-21T03:40:32 | 138,441,544 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,926 | h | #pragma once
#include <opencv2/opencv.hpp>
#include <stdint.h>
#include "SeamCarver.h"
namespace ct {
struct KeepoutRegionStruct {
int32_t row_;
int32_t col_;
int32_t height_;
int32_t width_;
KeepoutRegionStruct(int32_t row, int32_t col, int32_t height, int32_t width) :
row_(row), col_(c... | [
"d.arbitman@gmail.com"
] | d.arbitman@gmail.com |
64ddab1441ce2ad1bab65dcba228611613137a52 | af8ac9ce6dc6d5dfddb645502fa4ffe9ea01a070 | /lw3/GeometricShapesToolbar/GeometricShapesToolbar/States/CAddState.h | c73b8782aa1a86ba37d9bcc349aa032c9f89db3f | [] | no_license | lordeup/ood_course | 32472506fee98bfed68cf7d8d9611b04c6c5a9c5 | fa3501e452e964838fabcbf27bcea105b50e37c8 | refs/heads/master | 2020-07-19T05:47:11.894929 | 2020-05-21T12:37:29 | 2020-05-21T12:37:29 | 206,385,724 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,224 | h | #pragma once
#include "../Shape/CCircle.h"
#include "../Shape/CRectangle.h"
#include "../Shape/CTriangle.h"
#include "CDragState.h"
#include "CStateContext.h"
class CAddState : public IState
{
public:
CAddState(CStateContext* context);
void MouseButtonPressedEvent(CToolbar& toolbar, std::unordered_set<ShapePtr>& sh... | [
"lordeup"
] | lordeup |
66568d8706d208e320d6e5118ca58d1f3bdedcb2 | 62be8bc0cb134f3b2847c0c3ce7670849159eb9e | /program/program/main.cpp | 86edf16ac971c58ae96412da8eb6fb7d87a247ed | [] | no_license | nghiand/SoftQA | 1f10b35ad2b4fbfee1f1eff751b5bafb8e513bba | 0e18046d9cf2f456d97af31a16824fedd25f7872 | refs/heads/master | 2016-09-06T01:56:45.356385 | 2015-06-26T20:59:32 | 2015-06-26T20:59:32 | 37,995,767 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,173 | cpp | #include "functions.h"
/*!
* Выполняет программу
* \param[in] argc - количество переданных аргументов командной строки
* \param[in] argv[1] - имя файла вводных данных
* \param[in] argv[2] - имя файла выводных данных
* \return 0 - при успешном выполнении
* \return 1 - в противном случае
*/
int main(int argc, char *arg... | [
"ngonghiahp93@gmail.com"
] | ngonghiahp93@gmail.com |
1e9810b0a43e63d75827f051ae229d6c223b289d | 250a8aa7cc370a65189d3f91ca0783e59d52a7cf | /evolve2.cpp | e79f476d1ed04965e5eb919cde11e253dcee27f2 | [] | no_license | aminazar/creatures | 6536593fa1c20866f381adb9386a58c2becf4116 | 2ac7887811c02e7a7b54f2f6a825086ca21e3939 | refs/heads/master | 2021-01-10T14:27:49.626475 | 2016-02-29T01:41:15 | 2016-02-29T01:41:15 | 52,751,807 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,918 | cpp | #include <ode/ode.h>
#include <drawstuff/drawstuff.h>
#include "definitions.h"
#include "animat.h"
#include <iostream>
#include <algorithm>
#include <fstream>
#include <time.h>
#include <dirent.h>
#include <vector>
#include <string>
#include <sstream>
#include <unistd.h>
#define POPULATION_SIZE 94
#define NEXPRMNTS 1
... | [
"amin@azarbadegan.net"
] | amin@azarbadegan.net |
2fb3ce6d6fd8d3b9275602eb9348eaa153dccd68 | 277c35b6e91473182fc6b4b526df1b1ce8232463 | /vendor/bundle/ruby/3.1.0/gems/eventmachine-1.2.0/ext/ed.cpp | 4df49335e38b1f0725c7f8a12e779853cf47abc4 | [
"MIT",
"GPL-2.0-only",
"Ruby",
"LicenseRef-scancode-public-domain",
"GPL-1.0-or-later"
] | permissive | thehimalayanleo/thehimalayanleo.github.io | b77ffeeff9f10d478507abf7d31d6144509d0f44 | 847910d93bb9e2687273b44529037029565ad27d | refs/heads/master | 2023-06-23T03:14:49.998082 | 2023-06-09T22:22:58 | 2023-06-09T22:22:58 | 189,641,792 | 1 | 0 | MIT | 2022-12-25T20:55:51 | 2019-05-31T18:39:39 | CSS | UTF-8 | C++ | false | false | 57,366 | cpp | /*****************************************************************************
$Id$
File: ed.cpp
Date: 06Apr06
Copyright (C) 2006-07 by Francis Cianfrocca. All Rights Reserved.
Gmail: blackhedd
This program is free software; you can redistribute it and/or modify
it under the terms of either: 1) the GNU Gene... | [
"ajinkyamulay123@gmail.com"
] | ajinkyamulay123@gmail.com |
37ba75243a28bd5012879a470ee46553bbabc73d | 62d9a8b84fed1258c493a40dac45556cbcf01d09 | /Engine/Actions.h | 69dfcb19e02b066466e3195c977e6ff925938e3f | [] | no_license | kmclarnon/Tranquility | d0f25727a71907ec44c4c6b235cf307fbd5cfa31 | a78ad3ccfb058701c0e2947356aeef4ffc4b2ce1 | refs/heads/master | 2021-01-10T19:09:43.849748 | 2013-09-08T00:18:47 | 2013-09-08T00:18:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 758 | h | #ifndef _TRANQUILITY_ACTIONS_H_
#define _TRANQUILITY_ACTIONS_H_
const static std::string ACTION_QUIT_STRING = "ACTION_QUIT";
const static std::string ACTION_FORWARD_STRING = "ACTION_FORWARD";
const static std::string ACTION_BACKWARD_STRING = "ACTION_BACKWARD";
const static std::string ACTION_LEFT_STRING = "ACTION_LEFT... | [
"mclarnon.k@gmail.com"
] | mclarnon.k@gmail.com |
a63ee4f8fe77934497ef8b2154f1ac396a62035d | e3df9ec5eef6831900d1ea9d400ff8bdd3678556 | /openvision3/plugin/FaceDetect/facedetect.cpp | ac736d10c15db7d4af71b866239fb7c286643e10 | [
"Apache-2.0"
] | permissive | ThePowerOfSwift/openvisionapp | a06f83d76367545bd0064ed1e5c0e68f6af8f580 | 6d8d525e568f10a50166df6274ea37b9fe565fe8 | refs/heads/master | 2021-01-23T07:50:56.120858 | 2016-05-08T13:15:24 | 2016-05-08T13:15:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,148 | cpp | //Face detector that is referenced from OpenCV
//Xin Chen
//Date: May 7, 2016
#include "facedetect.hpp"
//CascadeClassifier loadCascade(const char *facecascadename)
//{
// const char *face_cascade_name = "haarcascade_frontalface_alt.xml";
// CascadeClassifier face_cascade;
// if (!face_cascade.load(face_casc... | [
"holyliu211@gmail.com"
] | holyliu211@gmail.com |
a842c20264bd595e216bd36d703c1ad6b6914750 | ddded4d509dc76fd82a238f1ea66f51f459e5234 | /src/components/spawner.h | 33518014e6dfdd16be3a1283d7b47135606cf4ab | [] | no_license | Loddgrimner/betelgeuse | 5dab1b06cd069bd384ae344163cfabb6703b4b7a | 1c4b7714cc73b7f355d051f3ee3e7c5776853382 | refs/heads/master | 2021-01-10T16:52:19.436509 | 2016-08-12T16:22:22 | 2016-08-12T16:22:22 | 48,343,045 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 217 | h | #pragma once
#include "component.h"
class spawner:public component
{
public:
spawner ();
virtual ~spawner ();
void receivemessage(message msg);
void update();
private:
int x;
int y;
int spawntimer = 99;
};
| [
"mikael.ciuk.karlsson@mediaplanet.com"
] | mikael.ciuk.karlsson@mediaplanet.com |
5e8447f4e0bd3264e62cc7fe18a7a130b1aac02b | 009368c60455009916a449b1e7e5ebc97c2fdb94 | /ESP_TOUCH/ESP_TOUCH.ino | 05ae6488f90b6aa670d38a31410e1faba0fa5ae3 | [] | no_license | brunohorta82/DIFERENT_WAYS_TO_CONNECT_ESP_ON_WI_FI | 3c02608848b2f470167da912ee2b98fdebdd5a04 | 550130f62b89087c99a8033fcb74b6f615cb0ab1 | refs/heads/master | 2021-05-11T08:35:44.664318 | 2018-03-28T14:36:11 | 2018-03-28T14:36:11 | 118,056,309 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 696 | ino |
#include <ESP8266WiFi.h>
const int led = D4;
void setup(void){
long init = millis();
pinMode(led, OUTPUT);
Serial.begin(115200);
// Aguarda até estar ligado
WiFi.mode(WIFI_STA);
Serial.println("A Aguardar Configuração");
WiFi.beginSmartConfig();
while (WiFi.status() != WL_CONNECTED) {
delay(500)... | [
"brunohorta@Brunos-MacBook-Pro.local"
] | brunohorta@Brunos-MacBook-Pro.local |
84646da7a9719b136ae37b78dfb9c641ab65d878 | 3a13bc0216c4ba391d38ad30d0a43112f5e19d70 | /资料集/code/算法2:LeetCode/94inorder.cpp | 83e2d0303da3d0671f44ba1de7d624cf6dd43aac | [] | no_license | ZakeyDrower/2020-job-cs-note | 86bb7c7003d38c41e17259f073dbfda0f59762c6 | 993e5810ad1672b6105cab78affbfcb88747edd5 | refs/heads/main | 2023-02-26T18:39:28.601788 | 2021-02-04T13:30:04 | 2021-02-04T13:30:04 | 335,245,619 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 950 | cpp | #include <bits/stdc++.h>
using namespace std;
struct TreeNode{
int val;
TreeNode * left;
TreeNode * right;
TreeNode(int v) : val(v), left(nullptr), right(nullptr) {};
};
bool isLeaf(TreeNode* node) {
return node->left == nullptr && node->right == nullptr;
}
vector<int> inorderTraversal(TreeNode* ... | [
"nwpu_dong@hotmail.com"
] | nwpu_dong@hotmail.com |
697b8d6ae162e70353bc269d353ee88e774f0b90 | 556db265723b0cc30ad2917442ed6dad92fd9044 | /tensorflow/core/kernels/mlir_generated/gpu_op_sin.cc | b80c076146a2724dc44f8a9cd2417a9594d9c446 | [
"MIT",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | graphcore/tensorflow | c1669b489be0e045b3ec856b311b3139858de196 | 085b20a4b6287eff8c0b792425d52422ab8cbab3 | refs/heads/r2.6/sdk-release-3.2 | 2023-07-06T06:23:53.857743 | 2023-03-14T13:04:04 | 2023-03-14T13:48:43 | 162,717,602 | 84 | 17 | Apache-2.0 | 2023-03-25T01:13:37 | 2018-12-21T13:30:38 | C++ | UTF-8 | C++ | false | false | 1,013 | cc | /* Copyright 2020 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 law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
abac2b51546cdb4ce5d51910ec186b9fc2b7e296 | a7764174fb0351ea666faa9f3b5dfe304390a011 | /inc/TDataXtd_PatternStd.hxx | eab226127ef741323c0a99857b3fcf69b0a4aa8b | [] | no_license | uel-dataexchange/Opencascade_uel | f7123943e9d8124f4fa67579e3cd3f85cfe52d91 | 06ec93d238d3e3ea2881ff44ba8c21cf870435cd | refs/heads/master | 2022-11-16T07:40:30.837854 | 2020-07-08T01:56:37 | 2020-07-08T01:56:37 | 276,290,778 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,642 | hxx | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _TDataXtd_PatternStd_HeaderFile
#defi... | [
"shoka.sho2@excel.co.jp"
] | shoka.sho2@excel.co.jp |
a46bd386101b5bdba4ef25a45945c925279bccc9 | 9f84febf7c418a7882bc0f15e6cafa8bc6222dd4 | /porTres.cpp | 2f2fd43013cc6b650998e3efce78bccd68432089 | [] | no_license | qianzi666/prac_2_qianziTan | e5a6c3da9f3c901576856d296a65eac3d8957830 | 1cbffec31f01ce88d317f19d8e29fa03e24c4704 | refs/heads/main | 2023-08-14T21:07:41.817678 | 2021-10-13T13:21:03 | 2021-10-13T13:21:03 | 416,787,072 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 605 | cpp | #include <iostream>
using namespace std;
// Autor: Qianzi Tan
// Fecha: 9 de Septiembre 2021
// Descripción: Escribe un programa PorTres.cpp en el que se llame a la función PorTres() desde main().
//--------------------------------------------------------------------------------------
double porTres(double a)
{
ret... | [
"qianzitan666@gmail.com"
] | qianzitan666@gmail.com |
6dc49ae676cf1672a5fb19887c4624d44d74a80a | 59ad5cde96c126cbc390ab47c682e16524c5a858 | /school/238/raytracer/code/Buffer.h | 20c0e0ed3a6cef07458dcf4863fad6eabdc6588f | [] | no_license | scheib/scheib.net | 096eea36b088838c6c98b2046a1a1d03b8c247d3 | ab2d0cfe0bc886ab776afb9df3eda117a5d17611 | refs/heads/master | 2021-01-13T03:42:44.855167 | 2018-10-08T17:55:08 | 2018-10-08T17:55:08 | 77,249,778 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,983 | h | // Buffer.h: interface for the Buffer class.
//
//////////////////////////////////////////////////////////////////////
// Vincent Scheib
//
// TODO: make this buffer much more generalized.
//
//
// Buffer origin is in TOP LEFT
#ifndef BUFFER_H
#define BUFFER_H
#if _MSC_VER > 1000
#pragma once
#endif //... | [
"scheib@users.noreply.github.com"
] | scheib@users.noreply.github.com |
1667e399044137ca4d0b3a70a77bb617ead206b7 | 55e295db488b49e2a3a8982dce03f7b211196af4 | /3dEngine/src/scene/renderer3d/shadow/data/ShadowData.h | 14eaa43e1345a025f8b3d0665a68037b199b2c9e | [] | no_license | CoolName11/UrchinEngine | 35acfe30abe58c2029515b3447e6c6539778bb85 | bf07373bcc7a91e9094354f6f278b8218106b39f | refs/heads/master | 2021-05-30T03:58:00.397095 | 2016-01-24T16:01:30 | 2016-01-24T16:01:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,780 | h | #ifndef ENGINE_SHADOWDATA_H
#define ENGINE_SHADOWDATA_H
#include <vector>
#include <set>
#include <memory>
#include "UrchinCommon.h"
#include "FrustumShadowData.h"
#include "scene/renderer3d/light/Light.h"
#include "utils/filter/TextureFilter.h"
namespace urchin
{
/**
* Shadow execution data for a light
*/
clas... | [
"petitg1987@gmail.com"
] | petitg1987@gmail.com |
f5422f6c43dd692fcbf2ac0eb80c7360e6cb4a22 | 14344ea4c081bbfb9639cc33dcf843b9134b7d5b | /mindspore/lite/test/ut/src/runtime/kernel/opencl/caffe_prelu_tests.cc | 15f496114b018e5ff02915197ea3791a70a9b1fb | [
"Apache-2.0",
"Libpng",
"LGPL-2.1-only",
"MIT",
"IJG",
"Zlib",
"BSD-3-Clause-Open-MPI",
"AGPL-3.0-only",
"MPL-2.0-no-copyleft-exception",
"MPL-1.0",
"MPL-1.1",
"MPL-2.0",
"LicenseRef-scancode-unknown-license-reference",
"GPL-2.0-only",
"Unlicense",
"LicenseRef-scancode-proprietary-lice... | permissive | Joejiong/mindspore | d06318e456c000f6368dbe648daa39d82ba6a2da | 083fd6565cab1aa1d3114feeacccf1cba0d55e80 | refs/heads/master | 2022-12-05T07:17:28.737741 | 2020-08-18T07:51:33 | 2020-08-18T07:51:33 | 288,415,456 | 0 | 0 | Apache-2.0 | 2020-08-18T09:43:35 | 2020-08-18T09:43:34 | null | UTF-8 | C++ | false | false | 6,289 | cc | /**
* Copyright 2020 Huawei Technologies Co., Ltd
*
* 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... | [
"liuzhongkai2@huawei.com"
] | liuzhongkai2@huawei.com |
78aa93ae8f1fb8f22cd997b5ae1d00299d5b5881 | f984422d5fccc04855cf5552e1efcd1e543931ae | /2/dfsd.cpp | 152f955c81df7634eb0bf8a321649d90847bf347 | [] | no_license | Apizz789/C_and_Cpp | b855d58fd92d751625c0d0a5b58b945b99621265 | 157a7e6b9c5c1ff471858927286302563e50a1ee | refs/heads/main | 2023-07-20T21:47:58.896449 | 2021-08-26T09:25:36 | 2021-08-26T09:25:36 | 400,111,658 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 94 | cpp | #include<stdio.h>
int main() {
char b = '115';
printf("%c","115");
}
| [
"p.pluemapirak@gmail.com"
] | p.pluemapirak@gmail.com |
9dc2d782e0a30c5c81b6d02211a0d152fc958133 | f3c413cf12cfce8842002ad503d81b33735a7247 | /examples/maxwell/main_ads.cpp | 62c8f4ad23cc0e297cf1e5f2e6f907d53f794644 | [
"MIT"
] | permissive | marcinlos/iga-ads | f02d4e9d1e70c809511cb062261bb55372f6cf42 | 4f25e75376361d5b15ddc58f16e7bf7ae0431bd8 | refs/heads/develop | 2023-07-18T21:30:29.279316 | 2023-07-04T20:42:45 | 2023-07-04T20:42:45 | 58,336,078 | 9 | 8 | MIT | 2023-07-04T19:41:43 | 2016-05-08T23:31:46 | C++ | UTF-8 | C++ | false | false | 1,428 | cpp | // SPDX-FileCopyrightText: 2015 - 2023 Marcin Łoś <marcin.los.91@gmail.com>
// SPDX-License-Identifier: MIT
#include <cstdlib>
#include <iostream>
#include <string>
#include <lyra/lyra.hpp>
#include "maxwell_ads.hpp"
#include "maxwell_base.hpp"
auto parse_args(int argc, char* argv[]) {
struct {
int n, p... | [
"marcin.los.91@gmail.com"
] | marcin.los.91@gmail.com |
f72eff2424ed4588f4274de1a0649a09c3eaeba5 | e1c08aee9e5166436d731794f19d993be6333cbc | /Custom_Template/Input/EventHandler.cpp | 51e1f9e533430119aed68fca45d0736a4e7eed72 | [] | no_license | Lijmer/Custom_Template | 6aeb02190add46f0e446ce042d36c100a461ba62 | 97e9064b56e50106b6fe9048f99008a82fe30099 | refs/heads/master | 2020-06-02T04:16:53.226001 | 2014-04-22T22:07:49 | 2014-04-22T22:07:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,139 | cpp | #include "EventHandler.h"
#include <SDL.h>
namespace engine
{
namespace event_handler
{
static void(*WindowCloseCallback)() = nullptr;
static void(*KeyDownCallback)(SDLKey) = nullptr;
static void(*KeyUpCallback)(SDLKey) = nullptr;
static void(*MouseMotionCallback)(int x, int y) = nullptr;
static... | [
"130802@nhtv.nl"
] | 130802@nhtv.nl |
653338cc9613b8277b3e8d58dbf1fe39d8c689c1 | 169e75df163bb311198562d286d37aad14677101 | /tensorflow/compiler/tf2xla/kernels/cross_op.cc | 3df8c00f1b83556d7d954aedc8eeac0728251c3e | [
"Apache-2.0"
] | permissive | zylo117/tensorflow-gpu-macosx | e553d17b769c67dfda0440df8ac1314405e4a10a | 181bc2b37aa8a3eeb11a942d8f330b04abc804b3 | refs/heads/master | 2022-10-19T21:35:18.148271 | 2020-10-15T02:33:20 | 2020-10-15T02:33:20 | 134,240,831 | 116 | 26 | Apache-2.0 | 2022-10-04T23:36:22 | 2018-05-21T08:29:12 | C++ | UTF-8 | C++ | false | false | 3,207 | cc | /* Copyright 2017 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 law or a... | [
"zylo117@hotmail.com"
] | zylo117@hotmail.com |
4b549ad67a7a2f3b55b4ad27baf48171ad2479cc | 1be2a958aeca42a2cdfa364ddbae98579b588dd1 | /day04/ex01/PowerFist.cpp | c8a5db7642f6a4a4eca5e4e3acd7513923d72cbb | [] | no_license | arnauze/Piscine-CPP | 3f87e8bb2576a268198a015d10666e3a24bcc24a | c4779a3fae3d27e9f5374ea4fd786421c5de3e96 | refs/heads/master | 2020-08-27T04:10:18.311488 | 2019-11-04T22:58:23 | 2019-11-04T22:58:23 | 217,240,743 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 567 | cpp | # include "PowerFist.hpp"
PowerFist::PowerFist(void) : AWeapon("Power Fist", 8, 50) { return ; }
PowerFist::~PowerFist(void) { return ; }
PowerFist::PowerFist( PowerFist const & pFist ) {
*this = pFist;
return ;
}
PowerFist &PowerFist::operator=( PowerFist const & pFist ) {
this->setName... | [
"arnauze@gmail.com"
] | arnauze@gmail.com |
26e725c53c29904b334db0490a4b1e619e1d0a27 | 70e9a47c7c99f68f760cd046c35136d6bdeaa4b5 | /inst/include/Rcpp/longlong.h | 0711602d57ef147278a32a82a20375ba44dd3a65 | [] | no_license | Rcpp11/Rcpp14 | 6ab870ab90e04432a0a84f3568f475e5d3b8af73 | 33693c2a56a882ac41ec4e600244ddf41a0c754f | refs/heads/master | 2020-07-05T02:16:58.047890 | 2015-07-10T17:06:36 | 2015-07-10T17:06:36 | 26,652,104 | 12 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 994 | h | #ifndef RCPP_LONG_LONG_H
#define RCPP_LONG_LONG_H
namespace Rcpp{
namespace traits{
template<> struct r_sexptype_traits<long long>{ enum{ rtype = REALSXP } ; } ;
template<> struct r_sexptype_traits<unsigned long long>{ enum{ rtype = REALSXP } ; } ;
template<> struct r_type_traits<long... | [
"romain@r-enthusiasts.com"
] | romain@r-enthusiasts.com |
674bb95f54c465eb8006eed1361c7828dac651e7 | 153bb24b624b3717849c3eae3a23953fcf4fc903 | /163_B.cpp | c5df595c3eb51afcfeb2a057ea538abf5099889e | [] | no_license | saikarthik2602/ABC | 774b6b46cd7ec68e4d75dc73987c9802cb622721 | b1efa6b1ff47ba29a70cebae54951c193d245b2d | refs/heads/master | 2023-02-16T00:54:58.944488 | 2021-01-16T08:02:27 | 2021-01-16T08:02:27 | 330,107,289 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 828 | cpp | #include <bits/stdc++.h>
#include <fstream>
#include <cstdio>
using namespace std;
// vector<pair<int,int> > v;
// cin.ignore();//twice getline(cin,s);
// g++ iterator.cpp -std=c++17
// cout<<(A + B == C ? "YES" : "NO")<<endl;
// __gcd(a,b)
// string s=to_string(i);
// sort(arr, arr+n, greater<int>());
#define ff first... | [
"saikarthikbonagiri2602@gmail.com"
] | saikarthikbonagiri2602@gmail.com |
fa3ed3b284d52aab6b831c4f1d248947b5117657 | 2fccd9aa2bf21db5045ee7413b550f26ca6bb6ef | /src/SidePanel/Processes/ImageFileArithmetic/SubtractImageWidget.hpp | e2cf637ad448302ae52a6417e9b76c083fb3bc1e | [] | no_license | jacquespillet/Improc | a3d0458ebe2af6569a10a3989d53742cff87bfb1 | 7b019277cd6eb0685e34084b97d89f85c52a5aa4 | refs/heads/master | 2023-03-30T09:24:36.120242 | 2021-04-05T16:07:23 | 2021-04-05T16:07:23 | 345,378,792 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 251 | hpp | #pragma once
#include "SidePanel/BaseProcessWidget.hpp"
class SubtractImageWidget : public BaseProcessWidget {
Q_OBJECT
public:
SubtractImageWidget(SidePanel *parent, uint32_t Index);
QString FileName;
signals:
void Modified(int index);
}; | [
"jacques@scanlabprojects.co.uk"
] | jacques@scanlabprojects.co.uk |
85f3e089ac5fbbd48516203a0e18e5e13c0ddfcf | 7682ff824fe04a9d2682cb03533c5ff879780b9c | /Binary Search/Binary Search - Recursive implementation.cpp | f2af9dbb06143c4c0df9a288d430d8a36a699c0d | [] | no_license | solankipawan/Algorithms | e4441cd0b5b4984d1b99ce684909dc79236952dd | 74261f0d2d1db076eab836077b8649f64070cae1 | refs/heads/master | 2022-11-20T08:57:44.291437 | 2020-07-25T14:37:02 | 2020-07-25T14:37:02 | 278,532,576 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 845 | cpp | /* This is the implementation of Binary Search using recursion */
#include <bits/stdc++.h>
using namespace std;
int BianrySrearch(int arr[], int low, int high, int x){
int mid = (low+(high-low)/2);
if(low>high){
return -1;
}
else if(arr[mid] == x){
return mid;
... | [
"pksaug2529@gmail.com"
] | pksaug2529@gmail.com |
482790aabd4af6d643c07f8f4930a7d0f528adc0 | ab4d5dce92111da82e6852bcb37b93f2fd40692d | /C++PrimerPlus/Chapter4.cpp | 6a70b76c15c71d9204fef1aa74833f359654f9ff | [] | no_license | vingc/CplusplusPrimerPlus | 98e5297a0549ff220ef7b428d4b6fb6cccd71184 | 62c0157985af439c0979e0709a43e8f5724cc573 | refs/heads/master | 2020-12-02T09:59:16.795568 | 2017-08-13T14:31:20 | 2017-08-13T14:31:20 | 96,671,100 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,171 | cpp | #include <iostream>
#include <cstring>
#include <vector>
#include <array>
using namespace std;
int main() {
char actor[30] = {};
char * actor2 = new char[30];
short betsie[100]{};
//stl array
array<float, 13> chuck;
array<long double, 64> dipsea;
int odd[5] = {1,3,5,7,9};
int even = o... | [
"vingc723@gmail.com"
] | vingc723@gmail.com |
da12fe05574ed5bd6f1a10b797344802e1e47b65 | 5a72847d586db91df4df66b03f40eae04a462829 | /SDL Basic/Particle.h | da182e6b7c576d90a3075acd6f62383f4c3e1e92 | [] | no_license | Takolander/Partical-Project | aeece5abcff82b032393132aa0944bb4341ced51 | e50fac84c723692d0e226bc978627d05e2317d85 | refs/heads/master | 2022-11-14T06:35:57.861811 | 2020-07-10T16:09:01 | 2020-07-10T16:09:01 | 277,516,727 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 255 | h | #ifndef PARTICLE_H_
#define PARTICLE_H_
#pragma once
struct Particle
{
double m_x;
double m_y;
private:
double m_speed;
double m_direction;
private:
void init();
public:
Particle();
virtual ~Particle();
void update(int interval);
};
#endif
| [
"william_tako@hotmail.com"
] | william_tako@hotmail.com |
1baadc5afd2b65b6fde585ae396a7ef1a7c8dee9 | 946c0296544105d1e47065cfc9002f5d79c3899f | /src/Graphics/Decoders/PNG.h | 2ef41ff57f327e309c8866775c35e74f0bb5307a | [
"MIT"
] | permissive | AntonioModer/rainbow | 1c9044698c537fb31934c65a0a5f9afb85e7108d | 13da08108d698625cd687a6eb330e809f036e063 | refs/heads/master | 2021-01-20T22:54:53.710130 | 2016-05-26T18:16:45 | 2016-05-26T19:16:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,582 | h | // Copyright (c) 2010-16 Bifrost Entertainment AS and Tommy Nguyen
// Distributed under the MIT License.
// (See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT)
#ifndef GRAPHICS_DECODERS_PNG_H_
#define GRAPHICS_DECODERS_PNG_H_
#include <cstring>
#include <memory>
#include <png.h>
#define US... | [
"tn0502@gmail.com"
] | tn0502@gmail.com |
852e2a454056bc775c82c610803e0fdfeb05f443 | 5122098dec5bd7c23b40faeb47a0bdb4ede2cb91 | /University/Semester 2/Game/Game/main.cpp | b8794752074cfb5ae5f2d28ce3bc77d1273e1f21 | [] | no_license | Jivkomg/university | 0dff86cf70260e6b3129aa38fc0d65c04f98c7dc | 61f3cb5e8e6f4fc135432556546e930ac9058064 | refs/heads/master | 2020-05-30T09:49:12.233975 | 2019-06-24T20:31:25 | 2019-06-24T20:31:25 | 189,653,396 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,850 | cpp | //
// main.cpp
// Game
//
// Created by Zhivko Georgiev on 9.04.19.
// Copyright © 2019 Zhivko Georgiev. All rights reserved.
//
#include <iostream>
#include "Game.h"
void Hacker(const Game& g){
std::cout << "The hidden number is: " << g.hiddenNumber << std::endl;
}
int main() {
Player playerOne("Pesho");
... | [
"zhivkogeorgiev@Zhivkos-MacBook-Pro.local"
] | zhivkogeorgiev@Zhivkos-MacBook-Pro.local |
f70b566d3cc8a31e5da064712ad3d3e402f744fd | e4367ba3e07e2f958a8a972f93f04cdcbfd456f6 | /COGS/1551.cpp | 0f5e21dd293c3717b5264768998c56465acb09c1 | [] | no_license | OIdiotLin/problemset | 3454987bdfdca5430673381599e02f8bf4479e38 | 7201d1b19ea5546d55559c622ab2524d57c5bbf3 | refs/heads/master | 2021-01-12T00:23:02.515619 | 2017-03-02T13:22:50 | 2017-03-02T13:22:50 | 78,716,551 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 658 | cpp | #include <iostream>
#include <cstring>
#include <cstdio>
#define INF ((1<<30))
#define MAXN
#define SpeedUp ios::sync_with_stdio(false)
#define FILE
using namespace std;
long long N,Sum;
void init()
{
SpeedUp;
#ifdef FILE
freopen("goz.in","r",stdin);
freopen("goz.out","w",stdout);
#endif
cin>>N;
Sum=0;
}
void... | [
"lhd1997@qq.com"
] | lhd1997@qq.com |
3ee9f5dd96fc9d51e887ac6d2cad00b6c0a06511 | 4ffca8ba04cf99773e14ba3ce82d8bd80bbb3d27 | /src/graphlab/aggregation/aggregation_includes.hpp | 5f371b3594c4d1fe4c4542ba2d21f0859508e966 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | lqhl/PowerWalk | 3f491dd42d16988b97f7b08dc0fef49b7496ce0f | 36aeeaeaa4eb44c76ab9633ace27972260cc098f | refs/heads/master | 2020-12-28T08:30:01.070302 | 2017-01-03T05:28:24 | 2017-01-03T05:28:30 | 38,031,557 | 16 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 794 | hpp | /**
* Copyright (c) 2009 Carnegie Mellon University.
* 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... | [
"joseph.e.gonzalez@gmail.com"
] | joseph.e.gonzalez@gmail.com |
48061103db5daa7968e05a480be2ee9483f506c5 | e05ee73f59fa33c462743b30cbc5d35263383e89 | /testing/testing_ctrmm_batched.cpp | 42c91f451906a558d8d5bdbad2bf351277ccf070 | [] | no_license | bhrnjica/magma | 33c9e8a89f9bc2352f70867a48ec2dab7f94a984 | 88c8ca1a668055859a1cb9a31a204b702b688df5 | refs/heads/master | 2021-10-09T18:49:50.396412 | 2019-01-02T13:51:33 | 2019-01-02T13:51:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,128 | cpp | /*
-- MAGMA (version 2.4.0) --
Univ. of Tennessee, Knoxville
Univ. of California, Berkeley
Univ. of Colorado, Denver
@date June 2018
@generated from testing/testing_ztrmm_batched.cpp, normal z -> c, Mon Jun 25 18:24:22 2018
@author Chongxiao Cao
*/
// includes, system
#in... | [
"sinkingsugar@gmail.com"
] | sinkingsugar@gmail.com |
42165f80581634dc2a6f20c9c616fa073caf90cf | 95957325cc5d1376e9ad1af1899795b92ab9fa1a | /gpapi.dll/gpapi.dll.cpp | c81f43462b6dbf4586072c55701a08666c78dbd6 | [] | no_license | SwenenzY/win-system32-dlls | c09964aababe77d1ae01cd0a431d6fc168f6ec89 | fb8e3a6cdf379cdef16e2a922e3fbab79c313281 | refs/heads/main | 2023-09-05T07:49:10.820162 | 2021-11-09T07:30:18 | 2021-11-09T07:30:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,181 | cpp | #include <windows.h>
#include <shlwapi.h>
extern "C" {
extern void *ptr_EnterCriticalPolicySectionInternal;
void *ptr_EnterCriticalPolicySectionInternal = NULL;
extern void *ptr_ForceSyncFgPolicyInternal;
void *ptr_ForceSyncFgPolicyInternal = NULL;
extern void *ptr_FreeGPOListInternalA;
void *ptr_FreeGPOListInternalA... | [
"udf.q@qq.com"
] | udf.q@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.