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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2f429d5d7a6662a0c9f3be0a26da1b2201f2a849 | 4fd3e685130c062f05b60114d7d1495709fc10dd | /Assignment6_SceneGraphOrParticleSystem/SceneGraph/main.cpp | 086d1d088ecbcb730b39c0b5a6fbb3ff896b92fa | [] | no_license | wongno/ComputerGraphics | b230dce578db4f200de9f703d2c62a6c88668f76 | f91bcd33119bd38103d2bbcea202a888b4a0948f | refs/heads/master | 2020-12-06T11:08:18.581538 | 2020-04-15T22:23:34 | 2020-04-15T22:23:34 | 232,446,227 | 0 | 0 | null | 2020-01-08T00:50:18 | 2020-01-08T00:50:17 | null | UTF-8 | C++ | false | false | 679 | cpp | /**
* Support code written by Erik W. Anderson
*/
#include <QtCore>
#include <QtGui>
#include <QtOpenGL>
// Lab application
#include "App.h"
static bool enableGLDebug = true;
int main(int argc, char** argv) {
QApplication a(argc, argv);
QString appDir = a.applicationDirPath();
QDir::setCurrent(appDir... | [
"wong.no@husky.neu.edu"
] | wong.no@husky.neu.edu |
babfcd1274ee4621e0b6a1b97adc7869c042c0af | b10ea1d9f12a5c994b6ff0cec2e3920c12432eab | /Labs_C++/lab08-64bit/threexinput.cpp | fa179a97b8d794bc9bd89be7214d7caac00cf3fc | [] | no_license | TrevorBedsaul/CodeSamples | a259b72b1082091d28111ebb20140a5972bf183e | 8fc2ff0979f757017d3b47b30152a5325f39d362 | refs/heads/master | 2021-08-31T13:55:39.270997 | 2017-12-21T15:42:37 | 2017-12-21T15:42:37 | 110,299,674 | 0 | 1 | null | 2017-12-21T15:00:31 | 2017-11-10T22:45:17 | Java | UTF-8 | C++ | false | false | 260 | cpp | //Trevor Bedsaul
//tdb7mw
//threexinput.cpp
#include <iostream>
#include <cstlib>
using namespace std;
extern "C" int threexplusone(int);
int main() {
int x;
cout << "Enter int x: ";
cin >> x;
cout << "Result = " << threexplusone(x);
return 0;
}
| [
"tdb7mw@virginia.edu"
] | tdb7mw@virginia.edu |
2964f3fb890fb3c2987c3d7f663237ba6ced99e5 | e60678d3bd87ba051f73772fe956271847bd09d5 | /18-c-and-cpp/cpp/C++程序设计题解与上机指导(第2版)-byeink/习题程序/xt3/xt3-21.cpp | 6e295d2a897dfb9d51f5cad154201cf7a5c13705 | [] | no_license | juyingguo/android-knowledge-principle-interview | da75682d97ab9353850567eb9d96f516a7d36328 | 368a3ce91bc9bd735d78985a8dd8925232f9b8c6 | refs/heads/master | 2023-04-15T06:18:36.200436 | 2023-03-21T13:39:29 | 2023-03-21T13:39:29 | 198,389,681 | 2 | 2 | null | 2022-09-01T23:10:43 | 2019-07-23T08:44:37 | Java | GB18030 | C++ | false | false | 359 | cpp | #include <iostream>
using namespace std;
int main()
{int i,t,n=20;
double a=2,b=1,s=0;
for (i=1;i<=n;i++)
{s=s+a/b;
t=a;
a=a+b; // 将前一项分子与分母之和作为下一项的分子
b=t; // 将前一项的分子作为下一项的分母
}
cout<<"sum="<<s<<endl;
return 0;
}
| [
"juying2050@sina.cn"
] | juying2050@sina.cn |
6c8343f40dcf1ad64578a0cadd964aa8e0bc80b4 | 675b48fea07692e7e4f709660af33261ba212711 | /代码1/345/345/345.cpp | 6ce9acbca8259d851f3e58b3f2e5c35cd695da90 | [] | no_license | six-beauty/six_beauty | b939f41d64a85c9de23540c9231c1247cb546181 | 756c832f8c74412705eac3f9ededdf46e83e2fad | refs/heads/master | 2021-01-21T02:28:10.832079 | 2015-08-27T05:59:26 | 2015-08-27T05:59:26 | 25,392,927 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 135 | cpp | // 345.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
| [
"sanyue9394@163.com"
] | sanyue9394@163.com |
5fd3081bd254bc544c6ef31d1e085b126354d4a3 | a97cb7fb087ac7b545146e0fbdb0e272db337aab | /Server_Link/ServerSocket.h | 4cbb28e522828d70cfcab3b178753111f6194232 | [] | no_license | djnandinho26/Legend_Server_S16 | e331a15613f2099d4c37945d8b041a3be58e1420 | b1111b2fd1db85d6aa25f850be446903ec7928ba | refs/heads/main | 2023-04-25T03:10:52.968102 | 2022-08-16T12:50:04 | 2022-08-16T12:50:04 | 373,501,276 | 0 | 0 | null | 2021-06-03T12:35:46 | 2021-06-03T12:35:45 | null | UTF-8 | C++ | false | false | 3,674 | h | /*
* Copyright (C) 2008-2014 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2... | [
"korjik87@gmail.com"
] | korjik87@gmail.com |
85c200451aa309ed7d50eeb29e0af61cde976c64 | b7139acb3448d39dbeb8597c7f65d4a378ddc330 | /2017/dayofyear.h | a83b5a1bc80cfcc2f9b8790a9db5340649312633 | [] | no_license | linsallyzhao/earlyobjects-exercises | 3f88e2d48674fdd431ecfd7e57c0fe2fa30c93f8 | 746a2489eb135fee8c04c74e3e763b07853e6796 | refs/heads/master | 2021-08-24T13:27:43.256219 | 2017-12-10T00:38:56 | 2017-12-10T00:38:56 | 113,711,078 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 542 | h | #ifndef DAYOFYEAR_H
#define DAYOFYEAR_H
#include <string>
class Dayofyear {
private:
int day;
static std::string months[12];
public:
Dayofyear(int d);
Dayofyear(std::string month, int d);
void print ()const;
Dayofyear operator++ ();
Dayofyear operator++... | [
"lin.sally.zhao@gmail.com"
] | lin.sally.zhao@gmail.com |
214aa19530c78949ae22d0b34df54e00deb42149 | 58a37bb5a670848010f855bba97e26d4eecc6568 | /src/nextPermutation.cpp | 89fc5a4dfad30276aad5941c2a405bc3ea04a9ad | [] | no_license | ederfmartins/programming-challenges-snippets | 603d5700947fd1b07943c0774fc247ecef7b0216 | 0f798e5869425458b0d304911d10be6771bd70c9 | refs/heads/master | 2020-04-09T17:22:04.537706 | 2016-08-18T17:25:33 | 2016-08-18T17:25:33 | 40,633,045 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 944 | cpp | bool nextPermutation(string& number)
{
bool isBigger = true;
int i, j;
for (i = number.size() - 1; i >= 0; i--)
{
if (number[i] < number[i+1]) break;
}
if (i != -1)
{
isBigger = false;
for (j = number.size() - 1; j >= i+1; ... | [
"csantos@dcc.ufmg.br"
] | csantos@dcc.ufmg.br |
6b5e9fb8ce126c22c2f1adc11a357a5dafa527fe | 62678b50ddb1fcda4f8561d73667852220463632 | /Source Code/17_recursion/17_recursion_example_2.cpp | a07d7f38b61ace913d27473bdeb11466772c6ca9 | [
"MIT"
] | permissive | rushone2010/CS_A150 | 3979a78a1f0774b5a3e999a3abcbcb34cf50d351 | 0acab19e69c051f67b8dafe904ca77de0431958d | refs/heads/master | 2021-01-22T10:36:00.742028 | 2017-03-17T20:05:11 | 2017-03-17T20:05:11 | 82,015,810 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 713 | cpp | /*
The recursive function squares with parameter n of
type int and returns the sum of the square of the
numbers 1 to n.
Example: squares(3) returns 14, because
1^2 + 2^2 + 3^2 is 14
*/
#include <iostream>
using namespace std;
int squares (int);
//squares - computes the sum of the squares from 1... | [
"rushone2010@gmail.com"
] | rushone2010@gmail.com |
731eea310c3d6987e9699ee16313c9ba9fca271e | 71e7675390503901564239473b56ad26bdfa13db | /src/iofwdutil/hash/Adler32.hh | 354bb8387b1abcaa4015e13a0c4404e737ab8e89 | [] | no_license | radix-io-archived/iofsl | 1b5263f066da8ca50c7935009c142314410325d8 | 35f2973e8648ac66297df551516c06691383997a | refs/heads/main | 2023-06-30T13:59:18.734208 | 2013-09-11T15:24:26 | 2013-09-11T15:24:26 | 388,571,488 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 819 | hh | #include <boost/cstdint.hpp>
#include "HashFunc.hh"
#include "HashAutoRegister.hh"
namespace iofwdutil
{
namespace hash
{
//===========================================================================
class Adler32 : public HashFunc
{
public:
HASHFUNC_DECLARE(Adler32);
... | [
"dkimpe@mcs.anl.gov"
] | dkimpe@mcs.anl.gov |
07337569a0aa9e7483fc1207a972bf2877583b9d | d1d9bf0c0247bb3e3d7021337eb0559b29718596 | /moc_eye_sec_user.cpp | aa650363ea4bd6e7058613868b280f3d05b44b16 | [] | no_license | CalamariDude/Iris-Scanner | 9fbc8c41fd133bac1d181ad601a4753b8c119ecd | 137fd3cb4b313e5f0af7e7f8c71a443aa887ea68 | refs/heads/master | 2021-06-08T20:28:00.061495 | 2016-12-05T06:26:04 | 2016-12-05T06:26:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,589 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'eye_sec_user.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.0)
**
** WARNING! All changes made in this file will be lost!
********************************************************... | [
"delebot@gmail.com"
] | delebot@gmail.com |
b7bbf72e7957fcb05c3238ba7596136b0ed1643a | d976eb3bf136ec04c2287cc196c22a8a3a1081eb | /sln/spoj-61.cc | c15cc6a65eaf79187b91ef5a3be362eafcf58995 | [] | no_license | idemura/codecon | 4060995ae5ece108c1ee18a10a71b21cf03306ef | 4dcd966c5c52618903e643303c791ab7e700553f | refs/heads/master | 2020-04-22T01:08:32.407524 | 2019-12-22T07:58:33 | 2019-12-22T07:58:33 | 170,004,764 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,790 | cc | #include <algorithm>
#include <assert.h>
#include <ctype.h>
#include <limits.h>
#include <map>
#include <math.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <string>
#include <vector>
#define ARRAY_SIZEOF(A) (sizeof(A) / sizeof(A[0]))
#define INF 0x7fffffff
#define NON_COPYA... | [
"igor.demura@gmail.com"
] | igor.demura@gmail.com |
9a46d199e33cc25a5ae0ed67a86aa058a2c380bb | 9f3ec71f502ffc1a32b1c9fbdf52cc27f79cd266 | /C++(1st)/844.backspace-string-compare.cpp | f4e593ad4e50b1d15fdcdd81d962c2abd4bdf97e | [] | no_license | shanerbo/leetcode | 3b91383bf8b1bb13c7ca1e58507cf24f60fc23de | a08f897e73bd2fdd28eb723aeddd4eb617340691 | refs/heads/master | 2021-08-16T16:54:45.471245 | 2021-08-09T23:04:33 | 2021-08-09T23:04:33 | 211,225,118 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,018 | cpp | /*
* @lc app=leetcode id=844 lang=cpp
*
* [844] Backspace String Compare
*
* https://leetcode.com/problems/backspace-string-compare/description/
*
* algorithms
* Easy (46.72%)
* Likes: 883
* Dislikes: 55
* Total Accepted: 85.7K
* Total Submissions: 183.2K
* Testcase Example: '"ab#c"\n"ad#c"'
*
* G... | [
"shanerbo@gmail.com"
] | shanerbo@gmail.com |
3dcd0d7dd53377a9fc73100f169b80c62e041b16 | 8dcf693fc5da1d743d67e806e4c637deebc36eca | /include/DownloadFlowController.h | 3dcbc69d1eaa5d1bfb7ea0f42dd23223118eaf85 | [
"Zlib"
] | permissive | turutosiya/mod_uploader24 | c50218fe704d564a6b240aca1be5e82595bb9345 | 7c95ee7ae7e10465cbb26ae3025036b917c5fd38 | refs/heads/master | 2020-07-02T00:00:04.156949 | 2015-05-14T10:47:16 | 2015-05-14T10:47:16 | 35,604,428 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,071 | h | /******************************************************************************
* Copyright (C) 2007 Tetsuya Kimata <kimata@acapulco.dyndns.org>
*
* All rights reserved.
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any
* damage... | [
"turutosiya@gmail.com"
] | turutosiya@gmail.com |
62795bf56dd9d621816f065be5c527748ad257a6 | 112f4d5b2d64f3b2e0efc10a3a89c7eb001498cd | /Assignment 0/1to5.cpp | a052f702a0dbbe3c1e3a16b1767f37fa02389e25 | [] | no_license | EmmanuelMarianMat/friendly-train | c675c6613f510e9adc942c91524418d6f08640b1 | 2c3ec41c8b4825b67ca3ccab74b52e01ab0657a0 | refs/heads/main | 2023-06-14T01:36:03.666061 | 2021-07-07T10:45:17 | 2021-07-07T10:45:17 | 380,265,978 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,263 | cpp | #include<iostream>
using namespace std;
class Node
{
public:
Node(int x){
data = x;
next = NULL;
}
private:
Node *next;
int data;
friend class LinkedList;
};
class LinkedList{
public:
LinkedList(){
head = NULL;
... | [
"emmanuelmarianmat@gmail.com"
] | emmanuelmarianmat@gmail.com |
22fdef3614b80cc7556b41720ee46139369377be | 7f7ebd4118d60a08e4988f95a846d6f1c5fd8eda | /wxWidgets-2.9.1/include/wx/osx/cocoa/private/textimpl.h | 91325d7dbe4721db4cc31b267a825022ae8fbf2c | [] | no_license | esrrhs/fuck-music-player | 58656fc49d5d3ea6c34459630c42072bceac9570 | 97f5c541a8295644837ad864f4f47419fce91e5d | refs/heads/master | 2021-05-16T02:34:59.827709 | 2021-05-10T09:48:22 | 2021-05-10T09:48:22 | 39,882,495 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,359 | h | /////////////////////////////////////////////////////////////////////////////
// Name: textimpl.h
// Purpose: textcontrol implementation classes that have to be exposed
// Author: Stefan Csomor
// Modified by:
// Created: 03/02/99
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
// Lic... | [
"esrrhs@esrrhs-PC"
] | esrrhs@esrrhs-PC |
645e8cce57a2fe425b7e00dbb9b1c293f2bf1ca6 | 904441a3953ee970325bdb4ead916a01fcc2bacd | /src/apps/wiseml/templates.h | 349f6570b92365cb3da37c1987c62c1d5728dff1 | [
"MIT"
] | permissive | itm/shawn | 5a75053bc490f338e35ea05310cdbde50401fb50 | 49cb715d0044a20a01a19bc4d7b62f9f209df83c | refs/heads/master | 2020-05-30T02:56:44.820211 | 2013-05-29T13:34:51 | 2013-05-29T13:34:51 | 5,994,638 | 16 | 4 | null | 2014-06-29T05:29:00 | 2012-09-28T08:33:42 | C++ | UTF-8 | C++ | false | false | 2,600 | h | /************************************************************************
** This file is part of the network simulator Shawn. **
** Copyright (C) 2004-2007 by the SwarmNet (www.swarmnet.de) project **
** Shawn is free software; you can redistribute it and/or modify it **
** under the terms of t... | [
"github@farberg.de"
] | github@farberg.de |
235ada9571dc17b8c27b71dcb9ae6484913c0a66 | c7f3db94cc3d69cd9a2ae24aa3c69cd767b28672 | /must_rma/src/tests/DeadlockDetection/CollectiveMatch/collAlltoallTypeLenError.cpp | 3d064b4b1b7bc3626e365f064d5f2bfd38ae62b7 | [] | no_license | RWTH-HPC/must-rma-correctness22-supplemental | 10683ff20339098a45a35301dbee6b31d74efaec | 04cb9fe5f0dcb05ea67880209accf19c5e0dda25 | refs/heads/main | 2023-04-14T20:48:36.684589 | 2022-08-10T20:28:43 | 2022-11-18T03:33:05 | 523,105,966 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,980 | cpp | /* Part of the MUST Project, under BSD-3-Clause License
* See https://hpc.rwth-aachen.de/must/LICENSE for license information.
* SPDX-License-Identifier: BSD-3-Clause
*/
// RUN: %must-run %mpiexec-numproc-flag 3 \
// RUN: %must-bin-dir/collAlltoallTypeLenError 2>&1 \
// RUN: | %filecheck --check-prefix 'CHECK-LOCAL... | [
"schwitanski@itc.rwth-aachen.de"
] | schwitanski@itc.rwth-aachen.de |
f7b08ffa5ac055ff9a55afc1f5914c62fb2b2850 | 80526cce8359a484763d3108d5a367c1f8f0a4be | /src/wallet.h | 6a762f9bd4c6930e52958d2d7c13a1a13f5c1ed4 | [
"MIT"
] | permissive | kobrin/smc-coin | 7536e3c945dafee6feb8f03e02da28e4ab7db5e9 | 5d7dbca8d23389a654ad2bf7ba38a771d037620e | refs/heads/master | 2020-03-22T01:29:40.473732 | 2018-07-02T12:41:24 | 2018-07-02T12:41:24 | 139,308,873 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 41,798 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2016 The Smc-coin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-li... | [
"sano.86@inbox.ru"
] | sano.86@inbox.ru |
b9b503cad9feea7bd8484094dfeb820b0ab6e3b0 | 0a4afeefecd3a88ebbf5b43f35e648947faeebc0 | /deps/libgdal/gdal/frmts/hfa/hfatype.cpp | 08a89a521091a959ca6b3c76b9689988f54ff2a8 | [
"Apache-2.0",
"LicenseRef-scancode-info-zip-2005-02",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer",
"MIT",
"SunPro"
] | permissive | blairdgeo/node-gdal | 2fe1968fa4e144bce77eb2d920f6bf3e3db6d5da | a9bb3c082b30605ed1668dd9fe49afd25a7bb9d6 | refs/heads/master | 2020-12-07T15:26:32.119888 | 2014-11-22T04:55:33 | 2014-11-22T04:55:45 | 27,499,472 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,887 | cpp | /******************************************************************************
* $Id: hfatype.cpp 27729 2014-09-24 00:40:16Z goatbar $
*
* Project: Erdas Imagine (.img) Translator
* Purpose: Implementation of the HFAType class, for managing one type
* defined in the HFA data dictionary. Managed by HF... | [
"brian@thirdroute.com"
] | brian@thirdroute.com |
e18b221506b7d3bb734348d9de4699fe61863742 | f1ded8bb18a493ec872d79128e7b54417f27c425 | /gui/adduserdialog.cpp | d31d9eaa57f1771a869ce3edb345c7167556da97 | [] | no_license | nikname/LinQedIn | 7f893b02e4f1fe94b857290bda81b0be9e739747 | c541ed3a908107cf40a34c0dad5a039c327204bb | refs/heads/master | 2021-01-10T06:25:49.807807 | 2015-11-16T19:54:42 | 2015-11-16T19:54:42 | 45,493,764 | 0 | 0 | null | 2015-11-16T19:54:42 | 2015-11-03T20:33:05 | C++ | UTF-8 | C++ | false | false | 4,297 | cpp | #include <QGroupBox>
#include <QLabel>
#include <QLineEdit>
#include <QMessageBox>
#include <QPushButton>
#include <QRadioButton>
#include <QVBoxLayout>
#include "adduserdialog.h"
#include "adminwindow.h"
#include "utente_basic.h"
#include "utente_business.h"
#include "utente_executive.h"
// COSTRUTTORE AddUserDialog
... | [
"dalla.costa.nicola@gmail.com"
] | dalla.costa.nicola@gmail.com |
6084c81e914e2104a4d3f0c5cb79c90e279569b2 | a690d2321ad27f3987f867a43ff604698f32d02e | /Object.cpp | 0d3260b4e68f0c6b2b31de3f1b19c6a7ac83fa29 | [] | no_license | didrikmunther/StBernandScript | 12fc0628702581297e4e85fc1cfdb7828b8b8add | 0b4b2626c5779fb2a78951c1103f1ea5dcc784d0 | refs/heads/master | 2021-05-30T20:24:46.206150 | 2016-01-15T08:26:01 | 2016-01-15T08:26:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,332 | cpp | //
// Object.cpp
// StBernandScript
//
// Created by Didrik Munther on 12/01/16.
// Copyright © 2016 Didrik Munther. All rights reserved.
//
#include <iostream>
#include "Object.hpp"
#include "Function.hpp"
#include "Lexer.hpp"
#include "Helper.hpp"
Object::Object(void* value, Token type, bool isConst)
: va... | [
"malaxiz.main@gmail.com"
] | malaxiz.main@gmail.com |
376aa1acc3dcc4cd38cc00e6b3485806ab2a43ba | c5bebc2fe7b373e30ddf5e7ee2c4dda4ed08602a | /bm6es/src/pp5/ast_decl.h | 965637a0eede14259aefe8ebaf5624c5ceb10dd3 | [] | no_license | oceanicbo/bm6es | a0cb569c013a25e3f4b24cd1b7a0560287168d59 | 11805c32ee56fc410c7c0712e2b1b5004cb2b474 | refs/heads/master | 2021-01-20T09:02:00.534769 | 2013-12-10T19:55:15 | 2013-12-10T19:55:15 | 12,634,562 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,423 | h | /* File: ast_decl.h
* ----------------
* In our parse tree, Decl nodes are used to represent and
* manage declarations. There are 4 subclasses of the base class,
* specialized for declarations of variables, functions, classes,
* and interfaces.
*
* pp5: You will need to extend the Decl classes to implement
* co... | [
"oceanicbo@live.cn"
] | oceanicbo@live.cn |
31979218a93591f69aa3f586cb82c4b32c8f84ef | 854842413dab1625b3a869d60f3df6b92f3f2979 | /Project1ACI/Project1ACI.cpp | 61573e505fe59f301c4a8ba3b5b8afa8319c3eeb | [] | no_license | nmarklund10/Project1ACI | b23dea5071f5d4492be98e9ae7bc7d1a99c12a2b | 430317db053195a8369c4da4ff07867ed6fd1098 | refs/heads/master | 2021-01-01T04:53:57.876344 | 2017-07-14T19:35:54 | 2017-07-14T19:35:54 | 97,243,245 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,298 | cpp | // Project1ACI.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int main()
{
//Create new output file
FILE* file;
file = fopen("C:\\Users\\Public\\sys.txt", "w");
if (file == NULL) {
printf("File could not be created!\n");
return 1;
}
//Get basic system info
SYSTEM_INFO i... | [
"nmarklund10@hotmail.com"
] | nmarklund10@hotmail.com |
80bba81a5188466b7ab92287eaae209f6514357a | ad0078a5cf257929243d253f60a14e62922b7c66 | /src/extensions/compact/compact8_unweighted_acceptor-fst.cc | de6dbf2d8dc4c522ae2db2d2c49ca2524ac65131 | [
"Apache-2.0"
] | permissive | watergear/openfst | 4c7b46d93dc643cf0c788d6e317fe56390cbb16a | e895302f40d6ff9b5d37452f628b67ffca47cbfc | refs/heads/master | 2021-06-25T09:45:35.042119 | 2020-12-16T09:08:49 | 2020-12-16T09:08:49 | 174,268,680 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 572 | cc | // See www.openfst.org for extensive documentation on this weighted
// finite-state transducer library.
#include <fst/compact-fst.h>
#include <fst/fst.h>
namespace fst {
static FstRegisterer<CompactUnweightedAcceptorFst<StdArc, uint8>>
CompactUnweightedAcceptorFst_StdArc_uint8_registerer;
static FstRegisterer<C... | [
"watergear@gmail.com"
] | watergear@gmail.com |
91b5ea131009d6820d01799903836b38bd9e7973 | 762db54c7264e307474e206a62c6d317b8152bf3 | /Scheduler.h | 5ac29c604f038a98a0a0fe3564e6bcfa2b6d033c | [] | no_license | KimBP/RobotGame | 6b6228753882311b3ca3627b910be466cf69464d | d14868924ce103669ae1c7685808a0e30fee72b5 | refs/heads/master | 2020-12-30T14:33:22.058482 | 2015-12-30T21:13:20 | 2015-12-30T21:13:20 | 91,318,577 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 965 | h | /*
* Sheduler.h
*
* Created on: Oct 15, 2015
* Author: kbp
*/
#ifndef SCHEDULER_H_
#define SCHEDULER_H_
#include <vector>
#include "Robot.h"
#include "RobCtrl.h"
#include "CannonShell.h"
#include <thread>
#include <mutex>
namespace RobotGame {
class Scheduler {
public:
static Scheduler& getScheduler();
... | [
"kim@fam-boendergaard.dk"
] | kim@fam-boendergaard.dk |
f7be61c2c5e526d90e18ee6d7817444db291184a | aedd5ef3e7673a3bfa948ccd83e044ac1f42e7d9 | /godotcpplib/CameraControl.h | 1dceebcc21eea9ed14c0ea940aa94fb049ca18d6 | [
"Unlicense"
] | permissive | CZHeron/Qt-Creator-Godot-project-wizard | 0ab9da193b0e6a031569c1c5a66e06777ce581ee | c2bed3e7486c8030f24488375a56d98eb349e3fb | refs/heads/master | 2020-04-26T12:11:10.707149 | 2019-03-14T09:15:11 | 2019-03-14T09:15:11 | 173,541,001 | 9 | 0 | Unlicense | 2019-03-14T09:15:13 | 2019-03-03T06:46:57 | C++ | UTF-8 | C++ | false | false | 1,042 | h | #ifndef CAMERACONTROL_H
#define CAMERACONTROL_H
#include <core/Godot.hpp>
#include <gen/Camera.hpp>
#include <gen/InputEvent.hpp>
using namespace godot;
class CameraControl : public Camera{
GODOT_CLASS(CameraControl, Camera);
public:
Vector3 m_translateVector = {0,0,0};
Vector2 m_originalMousePosition = ... | [
"czheron@gmail.com"
] | czheron@gmail.com |
59c88d90cd9b94603f42a06f2da248d1cf871054 | eba096ece583a340a310d8d6227f4308de79b2df | /lab_08/bad-code.cpp | 128de148884e93cf2c4e0bf897f143546f32ceac | [] | no_license | angelalim1010/part2 | 1001ca0730c193b31535f571d5de18f6fad43100 | 47a8244aca08ea5ade85f4444da5814e788532c2 | refs/heads/master | 2020-03-07T02:45:20.987791 | 2018-04-09T14:17:25 | 2018-04-09T14:17:25 | 127,216,420 | 0 | 1 | null | 2018-04-09T14:14:14 | 2018-03-29T00:55:07 | C++ | UTF-8 | C++ | false | false | 177 | cpp | #include <iostream>
using namespace std;
int main(){
// Hi, I'm a program!
int x = 1;
for(int i = 0; i < 10; i++) {
cout << i;
cout << endl;
}
} | [
"angela.lim57@myhunter.cuny.edu"
] | angela.lim57@myhunter.cuny.edu |
a12eaa09040fe00704d7af3751364cb554195f2d | 03b9b33da8fe317087cee2f7139375614853b07b | /client/serverconnectionthread.h | cb8805590509c15a0caa59c0262015118c5573b1 | [] | no_license | lexgolubev/Kryptonite | 103d6c26911c94586f9e8b42f2c84b1e760ac223 | c0acef81239ea4b748bd8b4693a2606fa0699b59 | refs/heads/master | 2021-01-01T19:15:39.170886 | 2015-05-12T18:24:55 | 2015-05-12T18:24:55 | 26,493,368 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,669 | h | #ifndef SERVERCONNECTIONTHREAD_H
#define SERVERCONNECTIONTHREAD_H
#include <QThread>
#include <QString>
#include <QEventLoop>
#include "client.h"
class ServerConnectionThread : public QThread
{
Q_OBJECT
void run() Q_DECL_OVERRIDE {
QEventLoop loop;
client = new Client(name, localPort, serverIp... | [
"lex_golubev@mail.ru"
] | lex_golubev@mail.ru |
9988c5bac4d40310cd651d849f9a838a068d0ee8 | 211857ea633218010fbd6a9ce7e8210002c95ffe | /c++11/nullptr/nullptr.cpp | e16c053db2d57616578993bdfd6399667291b9ee | [] | no_license | mettasri/cpp | 6fdcd1c5fc120277d9ecaf26692d2dfdf521474a | ab2800de215999576c3bc9604dce0254e45a1388 | refs/heads/master | 2022-11-18T22:26:47.562834 | 2020-02-05T18:24:38 | 2020-02-05T18:24:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 339 | cpp | #include <iostream>
#include <iomanip>
using namespace std;
void func(int x)
{
cout << "int: " << x << endl;
}
void func(int *x)
{
cout << "int* : " << x << endl;
}
template<typename F, typename P>
void logAndCall(F foo, P param)
{
foo(param);
}
int main()
{
// logAndCall(func, 0);
logAndCall(func, nullpt... | [
"bhogeswar.m@gmail.com"
] | bhogeswar.m@gmail.com |
dc7f0e9978b8538f3853f8c1bcdce3a1f54e7f37 | 1677771f5ad8a70d8b7fab274d316d52a6925309 | /물리 엔진 폴더/Windows Physical Engine/1.Fall Cycle/Particle.cpp | 1275d6475ac5bef360213274045c7aef0ad2fa66 | [
"Apache-2.0"
] | permissive | CRY-D/M.J_Physical_GameStudio_Engine | 5b9c7579656404291196757c883b8f45c19d97cc | 929d3c57549bfa960c0dc139846caf3c8b81903e | refs/heads/master | 2021-06-01T02:22:49.747546 | 2016-07-18T18:34:54 | 2016-07-18T18:34:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,855 | cpp |
#include "Particle.h"
#include "winmain.h"
Particle::Particle(void)
{
fMass = 1.0;
vPosition.x = 0.0;
vPosition.y = 0.0;
vPosition.z = 0.0;
vVelocity.x = 0.0;
vVelocity.y = 0.0;
vVelocity.z = 0.0;
fSpeed = 0.0;
vForces.x = 0.0;
vForces.y = 0.0;
vForces.z = 0.0;
fRadius = 0.1;
vGravity.x = ... | [
"jrcright1004@gmail.com"
] | jrcright1004@gmail.com |
c3f3dcbc5a777e2ced321b31539ddfbfb5faa99d | 49e4bf21f731e430cd704e5e8bb025160f7ba11c | /modeleruiwindows.h | a0673be9d1b8ab2454af07cf5f80cbae2f201611 | [] | no_license | johnmave126/Animator | 5976b5b84386ac50669f15349af6013b45235f21 | 1f7ccaf18742239cd72dbbd9a31f7239e5de5e96 | refs/heads/master | 2016-09-01T19:27:33.208704 | 2014-05-09T15:06:01 | 2014-05-09T15:06:01 | 19,302,493 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,440 | h | // generated by Fast Light User Interface Designer (fluid) version 1.00
#ifndef modeleruiwindows_h
#define modeleruiwindows_h
#include <FL/Fl.H>
#include <FL/Fl_Window.H>
#include <FL/Fl_Menu_Bar.H>
#include <FL/Fl_Browser.H>
#include <FL/Fl_Tabs.H>
#include <FL/Fl_Scroll.H>
#include <FL/Fl_Pack.H>
#include "FL/Fl_Box... | [
"johnmave126@gmail.com"
] | johnmave126@gmail.com |
57c24fa62d80294e1b611478a8cb4be8a473e797 | 067caa3f23177db5039da692081070abfef1f5e5 | /OpenGL_Game/OpenGL_Game/Cube.h | d7f7ff2f287fed1f4c72af54a7a411e12625d5de | [] | no_license | ugetko3d/OpenGL_Game | 6eee6194b42e2f064779441ce8ecb92aab891ea0 | f1d5bd49a63216042f1dde3f0b6da4e510f95a53 | refs/heads/master | 2022-10-08T09:46:27.717199 | 2022-09-29T19:42:25 | 2022-09-29T19:42:25 | 140,593,711 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 420 | h | #pragma once
#include "Mesh.h"
class Cube : public Mesh
{
private:
const float WIDTH = 1.0f, HEIGHT = 1.0f;
/* Create a cube */
void createCube(float width, float height);
public:
/* Create a Cube object with default sizes. */
Cube();
/* Create a Cube object with width. */
Cube(float width);
/* Create a Cube o... | [
"vetled64@gmail.com"
] | vetled64@gmail.com |
d2791d776a3f798b8c5e39d04f8ee7e77239b1c9 | 515a28f08f58aaab7e277c90c7902c21bc8f4125 | /src/lipservice/LEAPR/Card10/Temp.hpp | 78cbb9062e311eab152643efada59303abce817d | [
"BSD-2-Clause"
] | permissive | njoy/lipservice | e3bf4c8c07d79a46c13a88976f22ee07e416f4a6 | 1efa5e9452384a7bfc278fde57979c4d91e312c0 | refs/heads/master | 2023-08-04T11:01:04.411539 | 2021-01-20T22:24:17 | 2021-01-20T22:24:17 | 146,359,436 | 0 | 2 | NOASSERTION | 2023-07-25T19:41:10 | 2018-08-27T22:05:50 | C++ | UTF-8 | C++ | false | false | 808 | hpp | struct Temp {
using Value_t = double;
static std::string name(){ return "temp"; }
static std::string description() {
return
"temp specifies the temperature in Kelvin at which the scattering law\n"
"should be prepared. Each temp input initiates a temperature loop\n"
"(which consists of cards ... | [
"jlconlin@lanl.gov"
] | jlconlin@lanl.gov |
333ba8620efa5cbc9ea73bd09f100c3fab81b75c | 2f9a2b449107ee7e3bf2558a9480ba8c108f0a90 | /neo_local_planner/include/NeoLocalPlanner.h | 02312ce9a31e5e914d242c6c217745c59bf4d340 | [] | no_license | SiddharthGhodasara/Neo | 83d59206fd5c35dc661c0491dcdc2b7b0b0bfc67 | 9cd238ba5264fd62a99afce9fcbb6a278f562bf0 | refs/heads/master | 2022-11-30T00:12:32.923657 | 2020-08-06T07:44:25 | 2020-08-06T07:44:25 | 285,498,772 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,550 | h | /*********************************************************************
* Software License Agreement (BSD License)
*
* Copyright (c) 2016, Neobotix GmbH
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condi... | [
"sid.ghodasara@gmail.com"
] | sid.ghodasara@gmail.com |
5572bad7068dd65f0d4b26d72d7ceeeadb416531 | b6120d50b43d97dc802028f4d225aa4a75c28526 | /Day 05/ex01/Form.class.hpp | 13c0919f947c7f8e05f5e63fc0be49e7a419721f | [] | no_license | aastefian/Piscine-CPP | b8eeb4ee7f98f38d950456dfc1002146072235a4 | 55cbd67e969fe1db9d6b1b465339edcb2efba88c | refs/heads/master | 2020-03-30T13:01:14.492089 | 2019-03-07T11:22:12 | 2019-03-07T11:22:12 | 151,252,691 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,540 | hpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* Form.class.hpp :+: :+: :+: ... | [
"svilau@student.42.fr"
] | svilau@student.42.fr |
0134ae5c8bcfa81a5fe2ce40a411fe1b02d1bf49 | 4c2d750b96e8cb0e029f8d732da32ebdff648ffa | /include/mpm_base.h | 99c1a8d5563aa46b5c79dbcd11d7ae6cb35e2342 | [
"MIT"
] | permissive | UWGeotech/mpm | 065952014be17ebb992a2ec3346c2a612bc06139 | 00a5dd34f0e999cb4a85d7ba032583c48b01c1f5 | refs/heads/develop | 2020-05-16T08:29:55.792374 | 2019-08-06T21:06:18 | 2019-08-06T21:06:18 | 182,912,582 | 0 | 0 | NOASSERTION | 2019-08-06T21:06:19 | 2019-04-23T02:44:54 | C++ | UTF-8 | C++ | false | false | 2,450 | h | #ifndef MPM_MPM_BASE_H_
#define MPM_MPM_BASE_H_
#include <numeric>
#include <boost/lexical_cast.hpp>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
// MPI
#ifdef USE_MPI
#include "mpi.h"
#endif
#include "tbb/task_group.h"
#include "container.h"
#include "m... | [
"3963513+kks32@users.noreply.github.com"
] | 3963513+kks32@users.noreply.github.com |
4c072a0ee8a1e38d3e0acdb860c670dd3cfadd00 | fbf7cd0ff11e18fb7d36b898d14530c7b77afa17 | /weird_logical_and.cpp | a10fd03eb00155ae22b4eeed805b980666ae691b | [] | no_license | kanj-github/my_programs | a6706709fe30df958b94c765395adef7dc3e803e | 3d1a69c7aaa71d9b99925535eb49fc31936af870 | refs/heads/master | 2020-12-02T02:42:43.905247 | 2018-07-27T05:50:13 | 2018-07-27T05:50:13 | 66,712,537 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 857 | cpp | #include <cstdio>
#include <cstring>
using namespace std;
char * test_func () {
char *po = new char[5];
printf("Kanj -1\n");
sprintf(po, "very_long");
printf("Kanj -2\n");
return po;
}
int main() {
/*char *cp = new char[10];
strcpy(cp, "string");
int *ip = new int;
*ip = 64;*/
char c = 0x80;
int n = (int)c;//... | [
"kanjnarayan@Kanjs-MacBook-Air.local"
] | kanjnarayan@Kanjs-MacBook-Air.local |
5053912d44d608cab958833333cb99b6117b019e | dca653bb975528bd1b8ab2547f6ef4f48e15b7b7 | /tags/wxPy-2.9.5.0/tests/controls/notebooktest.cpp | 212a9104013e0aefb5b63e0a783a457726bccd47 | [] | no_license | czxxjtu/wxPython-1 | 51ca2f62ff6c01722e50742d1813f4be378c0517 | 6a7473c258ea4105f44e31d140ea5c0ae6bc46d8 | refs/heads/master | 2021-01-15T12:09:59.328778 | 2015-01-05T20:55:10 | 2015-01-05T20:55:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,395 | cpp | ///////////////////////////////////////////////////////////////////////////////
// Name: tests/controls/notebooktest.cpp
// Purpose: wxNotebook unit test
// Author: Steven Lamerton
// Created: 2010-07-02
// RCS-ID: $Id$
// Copyright: (c) 2010 Steven Lamerton
//////////////////////////////////... | [
"RD@c3d73ce0-8a6f-49c7-b76d-6d57e0e08775"
] | RD@c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 |
8878dda05ffb2c56e543d7e1e77fa0e64b04b3e6 | 4636812cd9de422639d8fab6f63696364bb0db03 | /labs_first_course_2019-2020/lab15/Project1/Project1/Servant.h | ed03aa37bcb0251940c398c981dc7bf6c1a3a94f | [] | no_license | Andrey2528/Program_c-plus-plus | 506fe990e3cb387ce9ebc311fe2f235615b06864 | c0297cdf3124f1469664f4e8d81754cd579d4f91 | refs/heads/main | 2023-02-24T16:27:16.611488 | 2021-01-28T12:16:03 | 2021-01-28T12:16:03 | 333,746,725 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 33 | h | #pragma once
class Servant
{
};
| [
"andreys20.2016@ukr.net"
] | andreys20.2016@ukr.net |
2277b77008b511999623de46b9a71ed2fc13fc69 | c2fc1a18181cbf928fc63b492fdcfa20ec9100b7 | /ECAL/Calibration/RegionalScale/macros/R9fraction.cxx | ace69ec12ad68ebdc4bcac9b3cc2e4ae19bc2fdd | [] | no_license | martinamalberti/UserCode | 9fc981818892facd44f44a95938342471f7bdef8 | 500d078466e787cb22e5cfff48168a61a2298ae6 | refs/heads/master | 2016-09-03T06:36:25.472785 | 2014-04-02T07:12:39 | 2014-04-02T07:12:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,612 | cxx |
{
TFile *fz = TFile::Open("../NTUPLES/Run2011B/WZAnalysis/WZAnalysis_DoubleElectron_Run2011B-ZElectron-PromptSkim-v1_42XReReco_FT_R_42_V21B.root");
TH1F *hz = new TH1F("hz","hz",100, -2.5, 2.5);
TH1F *hzHighR9 = new TH1F("hzHighR9","hzHighR9",100, -2.5, 2.5);
TH1F *hzLowR9 = new TH1F("hzLowR9","hzLowR... | [
""
] | |
3f7236845df47fa3783359d3ab0afa859d24a941 | 8cfd5f68ccb88032b8f35aee33e3fe1f9853c838 | /prob42.cpp | 5b76dfc637ab43b03a580ce37aee78a9b4afb145 | [] | no_license | srinathmkce/Project-Euler | dc9ba986eb8984fcdcdc8c0f5896736a93438aff | ba725f20589551536b8f80fcdbd45cba49313f59 | refs/heads/master | 2021-01-02T09:32:51.754961 | 2015-06-30T00:15:22 | 2015-06-30T00:15:22 | 38,277,756 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,719 | cpp | #include <iostream>
#include <vector>
#include <fstream>
#include <map>
using namespace std;
void computeSequence(int min, int max, vector<int> &seq);
bool binarySearch(int min, int max, int key, vector<int> seq);
int main()
{
vector<int> seq;
int ans = 0;
vector<string> words;
computeSequence(1,10000... | [
"shrinath.suresh@gmail.com"
] | shrinath.suresh@gmail.com |
31d1f3088533fdb01afdc4955b289000908e14fe | 7e4999d12b8668c3f54697afb0df34f5b7030673 | /project/cgopengl/math/include/lt/math/math.hpp | a982e8f60574f6e313882ab027089ac85bbefc63 | [] | no_license | leeeyupeng/leeeyupeng.github.io | b34e29696190bcc1e05ec0d43385118acddd743c | 63f7d3d8c0c56e70b087ca71cc22f57f4367aa1f | refs/heads/master | 2023-08-21T01:55:17.190264 | 2021-10-28T10:12:38 | 2021-10-28T10:12:38 | 239,906,740 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 140 | hpp |
#ifndef _LTMATH_H
#define _LTMATH_H
namespace lt {
int round(float r) {
return r > 0.0 ? (int)(r + 0.5f) : (int)(r - 0.5f);
}
}
#endif | [
"leeyupeng@126.com"
] | leeyupeng@126.com |
3177c31fc9996c2880130940c4b7b6a5eafcb264 | 37aabc655cd6e17c148bbac7e8e8112c91375ff3 | /src/qt/macnotificationhandler.h | b57fed7a8a9c501b398d86abbea10308af7db2c6 | [
"MIT"
] | permissive | Chellit/Chellit | 84ac02c08ab286ffbab3582b4ef2cce0addec1cf | 7d804cfc64b4e91234b68f14b82f12c752eb6aae | refs/heads/master | 2023-02-12T01:49:33.344076 | 2021-01-12T23:10:20 | 2021-01-12T23:10:20 | 283,389,696 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 913 | h | // Copyright (c) 2011-2014 The Bitcoin Core developers
// Copyright (c) 2017-2019 The Raven Core developers
// Copyright (c) 2020 The Chellit Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef CHELLIT_QT_MAC... | [
"chellitcoin@gmail.com"
] | chellitcoin@gmail.com |
a95be6eba2088c99b40eb272fb833f928cd5f196 | 17b935d2c25f1903eff571a72c9694940db1d967 | /Plugins/MagicNodeSharp/Source/MagicNodeSharpEditor/Private/DiffTool_ListItem.cpp | a15ed021fb0ad69cc4b3f925c43692747a47bf25 | [
"MIT"
] | permissive | denfrost/Unreal-Magic-Nodes-CS | 4f4986a02b7c857a1f8893132078dd3f4b7cbb70 | e49bfb7644c4ccf4c55c76eb016c3e21f150b1ff | refs/heads/main | 2023-08-13T01:28:37.849022 | 2021-10-02T19:27:23 | 2021-10-02T19:27:23 | 425,415,041 | 1 | 1 | MIT | 2021-11-07T04:49:27 | 2021-11-07T04:49:27 | null | UTF-8 | C++ | false | false | 6,918 | cpp | /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////... | [
"bruno_xavier_@msn.com"
] | bruno_xavier_@msn.com |
fb5cdb7b0ae62c3b5d6b91035a543f516edc00eb | 19194c2f2c07ab3537f994acfbf6b34ea9b55ae7 | /android-33/java/nio/file/ProviderNotFoundException.hpp | c330cc5bd18ceddf74ab2f57ea80a2d9dc860c29 | [
"GPL-3.0-only"
] | permissive | YJBeetle/QtAndroidAPI | e372609e9db0f96602da31b8417c9f5972315cae | ace3f0ea2678967393b5eb8e4edba7fa2ca6a50c | refs/heads/Qt6 | 2023-08-05T03:14:11.842336 | 2023-07-24T08:35:31 | 2023-07-24T08:35:31 | 249,539,770 | 19 | 4 | Apache-2.0 | 2022-03-14T12:15:32 | 2020-03-23T20:42:54 | C++ | UTF-8 | C++ | false | false | 745 | hpp | #pragma once
#include "../../../JString.hpp"
#include "./ProviderNotFoundException.def.hpp"
namespace java::nio::file
{
// Fields
// Constructors
inline ProviderNotFoundException::ProviderNotFoundException()
: java::lang::RuntimeException(
"java.nio.file.ProviderNotFoundException",
"()V"
) {}
inline P... | [
"YJBeetle@gmail.com"
] | YJBeetle@gmail.com |
077a2648ccc566f7164fbdc08af88d9954709fa4 | eb4ddf99b731f67dd441beceaae55bf8858382da | /src/main/tuts/nptel/naveengarg/lecture06/treeutil.h | 43eaefcf569bc45246290c0a17150ff3a3fbd0df | [] | no_license | avikodak/algos | 839aed944ba3514b23fe966c4f404c29e3e807c2 | fe1141808d37e88e796e5f437e316bb367f7106d | refs/heads/master | 2020-04-13T07:08:29.560535 | 2014-07-28T06:55:27 | 2014-07-28T06:55:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,209 | h | /****************************************************************************************************************************************************
* File Name : treeutil.h
* File Location : C:\Users\AVINASH\Desktop\CC++\algorithms\src\main\tuts\nptel\naveengarg\lecture06\treeutil.h
* Created on : Jun 2,... | [
"avikodak@gmail.com"
] | avikodak@gmail.com |
e824f64ffea4291f95c15f21ca51bc9006539c20 | 1880ae99db197e976c87ba26eb23a20248e8ee51 | /tcb/include/tencentcloud/tcb/v20180608/model/CreateCloudBaseRunResourceResponse.h | a8c5991202f7c9fb81b78be17c069e214722e4ea | [
"Apache-2.0"
] | permissive | caogenwang/tencentcloud-sdk-cpp | 84869793b5eb9811bb1eb46ed03d4dfa7ce6d94d | 6e18ee6622697a1c60a20a509415b0ddb8bdeb75 | refs/heads/master | 2023-08-23T12:37:30.305972 | 2021-11-08T01:18:30 | 2021-11-08T01:18:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,621 | h | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"tencentcloudapi@tenent.com"
] | tencentcloudapi@tenent.com |
3fbc68cb6638e7f2a96d1fe875f760d620c6a9a2 | aecf4944523b50424831f8af3debef67e3163b97 | /net.ssa/AlexRR_Editor/MSC_SelObject.cpp | c380b713c4b888e5bd0e99bd398c36357781f5e4 | [] | no_license | xrLil-Batya/gitxray | bc8c905444e40c4da5d77f69d03b41d5b9cec378 | 58aaa5185f7a682b8cf5f5f376a2e5b6ca16fed4 | refs/heads/main | 2023-03-31T07:43:57.500002 | 2020-12-12T21:12:25 | 2020-12-12T21:12:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,708 | cpp | //----------------------------------------------------
// file: MSC_SelObject.cpp
//----------------------------------------------------
#include "Pch.h"
#pragma hdrstop
#include "NetDeviceLog.h"
#include "UI_Main.h"
#include "MSC_List.h"
#include "MSC_SelObject.h"
#include "Scene.h"
#include "SObject2.h"... | [
"admin@localhost"
] | admin@localhost |
daeb2783ef2cb43cb813175e882541fdbf8af547 | fd84c4c97bf33b99b063ec9d41fc00752ad45b86 | /tests/ut/cpp/dataset/repeat_op_test.cc | 99e91afe817555fdce879919960655b0049c87c2 | [
"Apache-2.0",
"AGPL-3.0-only",
"BSD-3-Clause-Open-MPI",
"MPL-1.1",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-unknown-license-reference",
"Unlicense",
"MPL-2.0",
"LGPL-2.1-only",
"GPL-2.0-only",
"Libpng",
"BSL-1.0",
"MIT",
"MPL-2.0-no-copyleft-exception",
"IJG",
"Z... | permissive | zjd1988/mindspore | d9c283416bee6e18b6ca2b04ff0d9fd8f1473c2e | 10481470df2dd0c9713ce45e41b7c37a4050f643 | refs/heads/master | 2021-05-23T00:19:47.869207 | 2020-04-04T09:31:23 | 2020-04-04T09:31:23 | 253,152,063 | 1 | 0 | Apache-2.0 | 2020-04-05T04:01:54 | 2020-04-05T04:01:53 | null | UTF-8 | C++ | false | false | 1,688 | cc | /**
* Copyright 2019 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... | [
"leon.wanghui@huawei.com"
] | leon.wanghui@huawei.com |
5478574f9931d3956451436bab4c120ef8d0bb1f | 07b3bfd5fccf5eed4e24c73d134d67b9986c8a45 | /aooni/Classes/Native/mscorlib_System_Collections_Generic_KeyValuePair_21857991158.h | c300d50b8e03fd52ae59acf3f08ab4502251e687 | [] | no_license | koromochu9999/AooniVR | 4fb3cde8da799a723a4b43c645b7332ed91763e3 | 363f79bd6bd35fe3a44d275de363df61d295b52c | refs/heads/master | 2023-02-20T08:51:46.695028 | 2018-06-13T07:10:29 | 2018-06-13T07:10:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,535 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.String
struct String_t;
// IObjectPool
struct IObjectPool_t731761956;
#include "mscorlib_System_ValueType4014882752.h"
#ifdef __clang__
#pragma clang diagnostic push
#prag... | [
"yuuyuu1492daze@gmail.com"
] | yuuyuu1492daze@gmail.com |
1e33f822fc38a148b0ed55d0625611cb87fe1a66 | 917bc29195834b7c4f6775658e32033851b34196 | /include/ns/CompType.h | af56ba8af4b4925b8d8ae1e220b1ed6b5e51e7a6 | [
"MIT"
] | permissive | xzrunner/nserializer | ebc31f44b564a7c91dc352b8ddf98a23b36dbf86 | 44c252703a53c5970b8d9f2b608d56830601055e | refs/heads/master | 2021-01-24T02:13:51.857108 | 2020-11-02T23:15:17 | 2020-11-02T23:15:17 | 122,839,761 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 159 | h | #pragma once
namespace ns
{
enum CompType
{
COMP_UNKNOWN = 0,
COMP_COLOR_COMMON,
COMP_COLOR_MAP,
COMP_TRANSFORM,
COMP_BOUNDING_BOX,
}; // CompType
} | [
"zhuguang@ejoy.com"
] | zhuguang@ejoy.com |
7bdf83312c43cad5ec213e421ddabf9578a1eaa1 | 3f197e0363db57141f92b4cf7c06a940331cc832 | /test/parser_orcale_test.cc | 0b5db0780445a0031ad664fb32671bb3f3264617 | [
"MIT"
] | permissive | ishine/MilkCat | 431cdd0da222886f8848510d797ef81e2c79ac1a | a31c5c7f2ceba0ba3aea9fa88f9da5e9caddacea | refs/heads/master | 2020-08-28T14:24:02.504438 | 2015-05-17T11:31:21 | 2015-05-17T11:31:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,485 | cc | //
// The MIT License (MIT)
//
// Copyright 2013-2014 The MilkCat Project Developers
//
// 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 th... | [
"ling032x@gmail.com"
] | ling032x@gmail.com |
51aecfb4cd93f8b63706febbd1d00f4074231cf7 | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /chromeos/components/proximity_auth/proximity_auth_client.h | c0fde5680511dfd3968364a420e61872b043ded7 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | C++ | false | false | 3,185 | h | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROMEOS_COMPONENTS_PROXIMITY_AUTH_PROXIMITY_AUTH_CLIENT_H_
#define CHROMEOS_COMPONENTS_PROXIMITY_AUTH_PROXIMITY_AUTH_CLIENT_H_
#include <memory>... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
e31952c57343740a112da5e691845054b50a2cca | 839793dee5bd8fa38c7752eef8ca740400317fb8 | /src/raster.cpp | 92f58c483d344ae62abddeab39a8ee9641362365 | [
"BSL-1.0"
] | permissive | ahnan4arch/disposer_module | e8ecf8d05285b7d3c12e154f06d84d34dcb95be5 | 6a8ca8a18310ddf8e7c9d6dced04e96543398342 | refs/heads/master | 2021-01-20T12:06:21.699932 | 2017-02-20T17:08:35 | 2017-02-20T17:08:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,641 | cpp | //-----------------------------------------------------------------------------
// Copyright (c) 2015-2017 Benjamin Buch
//
// https://github.com/bebuch/disposer_module
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0... | [
"benni.buch@gmail.com"
] | benni.buch@gmail.com |
9e623b400f9170470213525e89d9ec6fbca9087d | 5ed65af02de75f734df78d44373890ef6b4080a8 | /src/data/DiagramDataSet.h | 14d06eb15fcea67e7f98d176c10b6561c6388d3d | [] | no_license | GFHund/cTelemetry | 387d44d1ec89403c93f998e64d14716d89520cf4 | ec7862fb6884a5a486d548bd90076d59d077b793 | refs/heads/master | 2023-04-28T02:36:31.181024 | 2021-04-10T10:59:43 | 2021-04-10T10:59:43 | 326,468,334 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,148 | h | #ifndef __DIAGRAM_DATA_SET__
#define __DIAGRAM_DATA_SET__
#include <vector>
#include <string>
class DiagramDataSet{
private:
std::vector< std::pair<float,float> > mData;
float mMaxXValue;
float mMinXValue;
float mMaxYValue;
float mMinYValue;
std::string mName;
... | [
"Philipp.Holzmann@sinkacom.de"
] | Philipp.Holzmann@sinkacom.de |
898ac82bffd39897dad0fdbdfa5531d709cf9cd3 | 0b9f3cebf60c7cc606a7c6fac9a4df43bdf2e506 | /src/qt/bitcoingui.cpp | 85a87d26ac697af3cd63cb04a4a012d006fe46be | [
"MIT"
] | permissive | vitalitycoin/Vitality | a0965d171a8edc91e65e43140d49ccd0d50433d0 | 28c2e679f84a488560385c2b35a81e4c1da7dab0 | refs/heads/master | 2020-03-14T14:29:30.883290 | 2018-04-30T22:54:02 | 2018-04-30T22:54:02 | 131,654,684 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 52,384 | cpp | // Copyright (c) 2011-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2017-2018 The Vitality developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses... | [
"38859629+vitalitycoin@users.noreply.github.com"
] | 38859629+vitalitycoin@users.noreply.github.com |
7be77d694172c63d5313a819cc96229010fe98d1 | 7a875fc13215c60c0270f1f213cfc2a784872777 | /appseed/aaa_want_to_remove_openh264/codec/decoder/core/inc/slice.h | 3958703649fce62a80f074b048999b8f0f2dad6d | [
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ca2/third1 | bef97986fc92ad6467ce11f86b4682809b2ab56a | b27557f90493234b5f288a1be0750bc0cba6512f | refs/heads/master | 2021-09-27T01:44:49.722906 | 2018-11-05T12:36:49 | 2018-11-05T12:37:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,705 | h | /*!
* \copy
* Copyright (c) 2013, Cisco Systems
* 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... | [
"camilo@ca2.email"
] | camilo@ca2.email |
ecdc4f8f2ffc8f330d8efcf5270e3334260662c5 | 0463a59155f5711acd9007cddc1f65a6a3ba5f1a | /mchelper/tags/mchelper-v2.2.0/include/Board.h | 415be3f8a730abffa34288f9ab3e039d173741c3 | [] | no_license | HorstBoy/makecontroller | f481def53f72958d4a7aaac52b0b90c36ad4498e | bd4a3de16b416d5c4549cec05b6659a9b52c02cc | refs/heads/master | 2023-04-04T14:18:57.353375 | 2015-04-16T23:12:28 | 2015-04-16T23:12:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,424 | h | /*********************************************************************************
Copyright 2006-2008 MakingThings
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/lic... | [
"liam@stask.net"
] | liam@stask.net |
43c11e7e1efa10ab906a3837358f635ae57568b9 | 5e69f8a34b07c16ec3e7daf96b477e5f5c5c2b9a | /src/lib/pubkey/xmss/xmss_signature_operation.cpp | 07121db149e710253906035db522a3688d4557b7 | [
"BSD-2-Clause"
] | permissive | neverhub/botan | 102bd9a0ecdd969d0fbc8fb6ac22f69e0c3c02b0 | 54da2ad8474401d8d3bdd97d62cb96b3244cdaac | refs/heads/master | 2021-01-13T08:15:35.575291 | 2016-11-22T16:54:48 | 2016-11-22T16:54:48 | 71,804,844 | 0 | 0 | null | 2016-10-24T15:47:16 | 2016-10-24T15:47:16 | null | UTF-8 | C++ | false | false | 3,323 | cpp | /**
* XMSS Signature Operation
* Signature generation operation for Extended Hash-Based Signatures (XMSS) as
* defined in:
*
* [1] XMSS: Extended Hash-Based Signatures,
* draft-itrf-cfrg-xmss-hash-based-signatures-06
* Release: July 2016.
* https://datatracker.ietf.org/doc/
* draft-irtf-cfrg-xm... | [
"matthias.gierlings@hackmanit.de"
] | matthias.gierlings@hackmanit.de |
f61c0e08f3dafbdc8f8bed0fe103cf7a63b54bef | 83bacfbdb7ad17cbc2fc897b3460de1a6726a3b1 | /third_party/WebKit/Source/core/html/HTMLParagraphElement.h | c1827898b91ade7c8f3da665561efea611bbe995 | [
"BSD-2-Clause",
"LGPL-2.1-only",
"LGPL-2.0-only",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft",
"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 | 1,446 | h | /*
* Copyright (C) 1999 Lars Knoll (knoll@kde.org)
* (C) 1999 Antti Koivisto (koivisto@kde.org)
* Copyright (C) 2010 Apple Inc. All rights reserved.
*
* 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 ... | [
"22249030@qq.com"
] | 22249030@qq.com |
aeeb2dfdf154974b959cfa5cff571fa725921eb0 | f26d9c7d6560ffff2fb0479e3ecd52a48432052e | /61E.cpp | 53d46e5e28703300240280fcc67e8cd90ae7c6f8 | [] | no_license | HelioStrike/Codeforces | e7fc10af38546638ad1049e3a80a9c0884a3ca92 | 39ae1a0cd8c4ea6b795e74db7b486bef94db84dc | refs/heads/master | 2021-06-24T18:29:57.882308 | 2020-10-29T16:44:44 | 2020-10-29T16:44:44 | 158,788,257 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 640 | cpp | #include <bits/stdc++.h>
#define FOR(i,a,b) for(int i = (a); i < (b); i++)
#define ll long long
#define N 1000010
using namespace std;
ll n,ans,pos,cur,a[N],b[N],ft[N];
ll get(ll idx)
{
ll ret=0;
for(;idx;idx-=idx&-idx) ret+=ft[idx];
return ret;
}
void add(ll idx)
{
for(;idx<=n;idx+=idx&-idx) ft[idx]... | [
"rageofepicfury@gmail.com"
] | rageofepicfury@gmail.com |
6a0182792f15b62b283021c65e84129030ae7ef4 | 9df4df516f40806925288f07a77eed54dd073079 | /Entrega2/Framework/Comparacion.h | 01b35dd350e9839110cbe3ce7d8c8fe4bae38da2 | [] | no_license | JPcarbonell/Algoritmos2E2 | 099478471dc6b5f9f6b22afbc34eade20462ac35 | 158a2347f8b0eb731190c1ac6d6a632ccfdad6bc | refs/heads/master | 2020-03-28T17:59:00.453257 | 2018-09-15T18:58:50 | 2018-09-15T18:58:50 | 148,841,717 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 247 | h | #pragma once
enum CompRetorno
{
IGUALES,
MENOR,
MAYOR,
DISTINTOS
};
template <class T>
class Comparacion abstract
{
public:
virtual ~Comparacion() {}
virtual CompRetorno Comparar(const T& t1, const T& t2) const abstract;
}; | [
"juanpablocarbonellgarcia@gmail.com"
] | juanpablocarbonellgarcia@gmail.com |
01c1389c1c7e1c69d2ee92f5edaec05fd3734e6e | 677716c147ba51558fe6245412bafdfb3c01fafd | /curses.hpp | 0abb16266c0af6be56bedc19de9d814fadb78fa0 | [
"BSD-2-Clause"
] | permissive | voodooattack/ADWIF | b9771318693b13833c7176a87c8f8103f3370f11 | 5267400362f66986ab138e376807720584f52811 | refs/heads/master | 2021-01-01T18:07:53.362624 | 2014-07-30T11:16:09 | 2014-07-30T11:16:09 | 14,306,563 | 6 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 3,397 | hpp | /* Copyright (c) 2013, Abdullah A. Hassan <voodooattack@hotmail.com>
* 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 no... | [
"voodooattack@hotmail.com"
] | voodooattack@hotmail.com |
01282ff67fcc80569d969296ed31b436b87328e4 | 7073da2db2f27a20a7ba999d26606d802fc85147 | /Arduino/libraries/Seg7LED/examples/ScrollAllChars/ScrollAllChars.ino | 37ae0cdf469fa2d8c470ae0fe7dcbd68040e2d71 | [] | no_license | bytecodeuk/seg7led | 6476ff9cc5acb8753ae9d28f874a32292374e6ef | 897c0eb786a962531532048b7b52799171d1183e | refs/heads/master | 2020-12-30T10:23:39.802344 | 2013-02-23T16:41:46 | 2013-02-23T16:41:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,397 | ino | /**
Author: Andrew Shepherd
Date: 11/02/12
Description:
Scrolls Seg7LED through all the predefined chars.
Circuit:
Arduino connected to Seg7LED board
**/
#include <Seg7LED.h>
const int pinLatch = 12;
const int pinRTS = 11;
const int pinData = 10;
const int pinCTS = 9;
Seg7LED LED( pinLatch, pinRTS, pinData, p... | [
"git@bytecode.co.uk"
] | git@bytecode.co.uk |
a14e763d3e6745d4fc0f678fe9690ee0cf95aa35 | 2a8a290eb1d0703a7c7b21429b07870c5ffa868e | /Include/ecrD3D11Renderer/D3D11ShadowWriteShader.inl | 13b0a50fca7a3656b037f2d5766bfa0ed3e5de04 | [] | no_license | sigmaco/gamebryo-v32 | b935d737b773497bf9e663887e326db4eca81885 | 0709c2570e21f6bb06a9382f9e1aa524070f3751 | refs/heads/master | 2023-03-31T13:56:37.844472 | 2021-04-17T02:30:46 | 2021-04-17T02:30:46 | 198,067,949 | 4 | 4 | null | 2021-04-17T02:30:47 | 2019-07-21T14:39:54 | C++ | UTF-8 | C++ | false | false | 857 | inl | // EMERGENT GAME TECHNOLOGIES PROPRIETARY INFORMATION
//
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Emergent Game Technologies and may not
// be copied or disclosed except in accordance with the terms of that
// agreement.
//
// Copyright (c) 1996-... | [
"veryzon@outlook.com.br"
] | veryzon@outlook.com.br |
74a8a2063937111d1dbb33d3ccacc4bc9a3a6950 | 51d4e96950c2930764d1c05fdfb2bb88e24286d3 | /projects/project2/CanadianExperience/MachineDemo/MachineDemoDlg.cpp | 0dfecafe8dfd672f14701c86a6d7fc935516921d | [] | no_license | nicwigs/335 | b47d8586828ff3ad1200db3325405599b4901eb1 | 1d6f42649fc4d0b48c05a61c56faf90d99fd7319 | refs/heads/master | 2020-03-28T12:17:17.563805 | 2018-09-13T05:49:33 | 2018-12-23T23:17:11 | 148,285,082 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,995 | cpp | /**
* \file MachineDemoDlg.cpp
*
* \author Charles Owen
*/
#include "stdafx.h"
#include <string>
#include <sstream>
#include "MachineDemo.h"
#include "MachineDemoDlg.h"
#include "MachineDlg.h"
#include "afxdialogex.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
using namespace std;
/// The ... | [
"wiggins.nic@gmail.com"
] | wiggins.nic@gmail.com |
23823cb665c1c2b0c2342c239c9d0c55221c1069 | c0164407327b147c68c76b039c31c39b1446b012 | /NDK_Sample000/app/src/main/cpp/native-lib.cpp | 966d7c87fbab818f89dcbd4b412570984d3fa9e0 | [] | no_license | NDK-Secrets/NDK-Projects | 880cb24b7d1edc8b4425f9c1664f464a3b24a8ba | c31f1e492b1cc7b8bf20589fa5e46f1ecf5e27f7 | refs/heads/master | 2021-06-28T13:55:00.877121 | 2017-09-17T18:10:26 | 2017-09-17T18:10:26 | 100,281,315 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 283 | cpp | #include <jni.h>
#include <string>
extern "C"
JNIEXPORT jstring JNICALL
Java_com_letsgotoperfection_ndk_1sample000_MainActivity_stringFromJNI(
JNIEnv* env,
jobject /* this */) {
std::string hello = "Hello from C++";
return env->NewStringUTF(hello.c_str());
} | [
"hossamhassancs15@gmail.com"
] | hossamhassancs15@gmail.com |
75fcb846ef8973fa8efec8b95aee93c4afc8cc4a | 339672d7faf246bb85ed8ab934d9a6f8351a0ecc | /day01/ex06/HumanA.hpp | d815ca5d05758245db08cde2b43d4664bb9173e4 | [] | no_license | kndahl/CPP | 04cd0c446e2736259528acc7786c6272aea12b2a | fe84df5778876f4737861ab9e6fe8ecb60d1ec5c | refs/heads/main | 2023-07-12T22:58:59.252553 | 2021-08-31T22:43:00 | 2021-08-31T22:43:00 | 329,016,999 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,115 | hpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* HumanA.hpp :+: :+: :+: ... | [
"romaactor@gmail.com"
] | romaactor@gmail.com |
2a06343baf7e735231fd830d4ba069eea903d75f | 8f50c262f89d3dc4f15f2f67eb76e686b8f808f5 | /Trigger/TrigAnalysis/TrigEgammaAnalysisTools/TrigEgammaAnalysisTools/TrigEgammaPhysValBase.h | 6b77c0d095ad3a618aafaa64ea4996f86faa60e5 | [
"Apache-2.0"
] | permissive | strigazi/athena | 2d099e6aab4a94ab8b636ae681736da4e13ac5c9 | 354f92551294f7be678aebcd7b9d67d2c4448176 | refs/heads/master | 2022-12-09T02:05:30.632208 | 2020-09-03T14:03:18 | 2020-09-03T14:03:18 | 292,587,480 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,510 | h | /*
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
#ifndef TRIGEGAMMAANALYSISTOOLS_TRIGEGAMMAPHYSVALBASE_H
#define TRIGEGAMMAANALYSISTOOLS_TRIGEGAMMAPHYSVALBASE_H
#include "xAODEventInfo/EventInfo.h"
#include "xAODTruth/TruthParticle.h"
#include "xAODTruth/TruthParticleContainer.h"
#inclu... | [
"jodafons@cern.ch"
] | jodafons@cern.ch |
f4d100b8951d60e7bfd405f10e03c60340063381 | f3a52a8832519729d65c5c3c436db2000217703c | /Source/FSD/Public/FakePhysicsMover.h | 80dd8250b0aec0ab9fae9933989f33410128e48a | [] | no_license | NicolasAubinet/virtual-rock-galactic | 50be56c6548cfd44b3187cb41e4e03847b2093e7 | e82ce900f1f88c7db0abdb1d69c2de31650ca628 | refs/heads/main | 2023-07-22T08:04:59.552029 | 2023-07-15T08:16:22 | 2023-07-15T08:16:22 | 425,605,229 | 22 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,586 | h | #pragma once
#include "CoreMinimal.h"
#include "UObject/NoExportTypes.h"
#include "FakeMoverState.h"
#include "FakeMoveState.h"
#include "GameFramework/Actor.h"
#include "FakePhysicsMover.generated.h"
class USceneComponent;
class UFakeMoverSettings;
UCLASS(Blueprintable)
class AFakePhysicsMover : public AActor {
... | [
"n.aubinet@gmail.com"
] | n.aubinet@gmail.com |
4d34e3eee4ad76e23ae12845d59cccac674f155b | ea337cf136f29b3428e041468b5a22a1b7e1e026 | /BSMApp/include/CommonTools/JetSubstructure.hh | beeecd8d6919a393a39cc82421ea814728aa439b | [] | no_license | cmorgoth/BSMatLHC | 118ddcc880021cb3a11ef2ff998b90974ab7f364 | 84f020c89e68be6c80705ea1d5ff1feeace05115 | refs/heads/development | 2020-04-05T04:55:53.250464 | 2017-03-27T15:48:47 | 2017-03-27T15:48:47 | 83,012,294 | 0 | 3 | null | 2017-02-24T07:06:37 | 2017-02-24T07:06:37 | null | UTF-8 | C++ | false | false | 843 | hh | //-----------------------------------------------------------------
// Description: Conatiner of Jet substructure variables calculation
// Authors: Maurizio Pierini, CERN
//-----------------------------------------------------------------
#ifndef JetSubstructure_h
#define JetSubstructure_h
// FASTJET includes ... | [
"maurizio.pierini@cern.ch"
] | maurizio.pierini@cern.ch |
9b6ec679ec37f069cb7f1a948e5be416fa2a3906 | 0934420dd42933dcbd7756ef52752a7d5d3dccec | /ECM/stdafx.cpp | af65ab50acce38349a64d63d49d2edc9eebe50e9 | [] | no_license | BenDB925/ECS | 884334d7c6f4666fc42b6392a864c2ab9d735429 | 1ff1bb37b6b9e5d78ed1ef40e7a0c393a30eb773 | refs/heads/master | 2021-01-22T22:45:10.473949 | 2017-02-03T11:49:45 | 2017-02-03T11:49:45 | 85,577,814 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 282 | cpp | // stdafx.cpp : source file that includes just the standard includes
// ECM.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"bendb923@gmail.com"
] | bendb923@gmail.com |
b220675e9e9b86bfddbd2d72278e86ea0cc5b591 | 7ca9ffca319ad6b89f48e416be799c50cd246359 | /Source/DebugConsoleTest/DebugConsoleTest.cpp | 99cb28fbf18992a3a82cb9694227add8d2995d8c | [] | no_license | vcutman/BootCamp | 3ebd52e0c1b757d123208b7ffb7267aa44262544 | f417300c0dd5ef93359c184f794dd293e186b54f | refs/heads/master | 2020-03-12T23:00:29.874117 | 2018-04-19T11:38:18 | 2018-04-19T11:38:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,834 | cpp | #include "DebugConsole.h"
#include "EventSystem.h"
#include "Input.h"
#include "Logger.h"
#include "SFML\Graphics.hpp"
//=================INPUT TEST PART==================
enum class GameActions
{
Console
};
std::multimap<int, ButtonKey_t> init()
{
std::multimap<int, ButtonKey_t> customActions =
{
{
stati... | [
"yuyoyuppe@users.noreply.github.com"
] | yuyoyuppe@users.noreply.github.com |
f24500e35d2a0518fda01c596448dacaa64cc656 | 7853bee66370a5e523a13d0fbd28be0ae86b18ca | /Tree.h | 4dc7a7b85890218726e4cd6cd42a325b9a5dad25 | [] | no_license | fh-tech/algodat_ue2_avl-tree | 7d06f875cf89b5832d24cb531b22a18edee4684f | b33288e8b000a60fc910e360a7216643e0367a65 | refs/heads/master | 2020-03-18T00:24:11.750491 | 2018-04-15T21:50:46 | 2018-04-15T21:50:46 | 134,092,082 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,793 | h | //
// Created by daniel on 15.04.18.
//
#ifndef UE2_AVLTREE_TREE_H
#define UE2_AVLTREE_TREE_H
#include <memory>
#include <functional>
#include <cassert>
struct node_visiter;
struct node {
std::unique_ptr<node> left{};
std::unique_ptr<node> right{};
std::unique_ptr<int> val{};
node() = default;
... | [
"d.kudernatsch@outlook.com"
] | d.kudernatsch@outlook.com |
ea95714b40d1fa225810b9cb37ab949f055b12e3 | 1ea4c630f96531f184cf17a7873f44c4ff2530b7 | /interfaces/player/SimulationInterface.hh | 1af4684836f116e74374168c230c326e37f2c955 | [
"Apache-2.0"
] | permissive | pinkedge/gazebo | 90e5a223b0b3e028e8a8050f116ae070d0be3e45 | fff0aa30b4b5748e43c2b0aa54ffcd366e9f042a | refs/heads/master | 2022-04-03T09:49:13.953676 | 2012-05-24T13:23:36 | 2012-05-24T13:23:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,931 | hh | /*
* Copyright 2011 Nate Koenig & Andrew Howard
*
* 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 l... | [
"natekoenig@gmail.com"
] | natekoenig@gmail.com |
ae25310e53ee56cbdf998db93afe286ce66329b2 | c1ef7d20c5ee8c324d1c77d436c91d7b5076442a | /算法与数据结构/cpp_leetcode/069 x的平方根/main.cpp | de7874da084038701be09b6535749ce290a50767 | [] | no_license | Daibingh/MyAlgoLearning | 3cf91e763decbd24211e4bdb1ffd6eb36c57b345 | 0c49bfdc55eb7f325a10a1aff1c7936cc353cc43 | refs/heads/master | 2023-07-08T21:08:00.301218 | 2021-08-15T02:39:59 | 2021-08-15T02:39:59 | 294,886,010 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 447 | cpp | #include "utils.hpp"
using namespace std;
class Solution {
public:
// f(x) = x^2 - a;
// f(x) = 0
// f'(x) = 2*x
// 牛顿迭代公式
// x1 = x - f(x)/f'(x)
int mySqrt(int a) {
double x = 1.;
while (true) {
double y = x*x - a;
double x1 = x-y... | [
"daibingh@gmail.com"
] | daibingh@gmail.com |
45fb66f4d822002b2fbd60f29285bde9f7beb229 | 6981a1cbd746fb3351fb2fa0e284c67c27fcf94a | /libs/quanVisLib/backup/svLLPCylinder.h | 4be516441e74dbd5c0f62401f94a070dbc31209a | [] | no_license | quantumExploration/Desktop_Tool | 3242901a39d245f0a0229af8fd5f96b0afa7e1d4 | 265db5c81bca991cd83309a00dca80cd355067df | refs/heads/master | 2022-12-01T21:06:15.294151 | 2018-03-13T16:16:30 | 2018-03-13T16:16:30 | 122,759,263 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 654 | h | /* rendering routine of a vector field using glyphs */
#ifndef __SV_LLP_CYLINDER_H
#define __SV_LLP_CYLINDER_H
#include "svVectorField.h"
#include "svCylinderGlyph.h"
namespace __svl_lib {
class svLLPCylinder : public svCylinderGlyph{
public:
svLLPCylinder(svVectorField *f);
virtual ~svLLPCylinder(){};
... | [
"henan@pooled-93-96.pooled.umbc.edu"
] | henan@pooled-93-96.pooled.umbc.edu |
b71c58927450c54af77f02a05f7e83c665ce8a5b | b4347cebc83e360b2bb35ea79701f82565f7cbf7 | /hal/cpp/samples/metavision_hal_sample_plugin/include/future/sample_decoder.h | 08705ee76f35cbdfff67c0dc9c33cf2a215a7997 | [] | no_license | sssphil/openeb | 5f3903eb6997c344764d3df63fff8b876177d357 | e77750b77cc9dc3dcef26518f2bdedafad0d6a5b | refs/heads/main | 2023-08-20T14:16:44.245289 | 2021-10-14T08:00:31 | 2021-10-14T08:20:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,423 | h | /**********************************************************************************************************************
* Copyright (c) Prophesee S.A. *
* ... | [
"nmartin@prophesee.ai"
] | nmartin@prophesee.ai |
faaa4f166f2f7211273c3c052b473aaeb6ebe000 | c30c2417d92756e524998348795410b5b734f6ae | /minimumswaps.cpp | 2b0cdc5c026ee9d83c5b1e3bce563140761db0ad | [] | no_license | thegenetic/HackerRank-solutions | b4141e573b257ef917e9ddaab65085f954857bbf | ff18613e851101f16a286e22268ca5f2f4360c99 | refs/heads/master | 2023-01-10T07:54:07.028859 | 2020-11-15T03:34:31 | 2020-11-15T03:34:31 | 312,944,730 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 777 | cpp | #include <bits/stdc++.h>
using namespace std;
long minswap(long long int a[], long long int n)
{
long count = 0;
for (long long i = n - 1; i >= 0; i--)
{
if (a[i] != i + 1)
{
for (long long j = i; j >= 0; j--)
{
if (a[j] == (i + 1))
{
... | [
"paudipesh29@gmail.com"
] | paudipesh29@gmail.com |
d8d21b1b55ca54752f27e8eec4ad3a19be2d1815 | e0dd49c468e6ad1af0e18b0fd176d1582848b0a0 | /MazeProject/main.hpp | f181de5fe3bf4fb796135478c3e6152f6961fc29 | [] | no_license | emwebb/MazeProject | cfd50ed9ed2be80b163404361b7f913b92985d73 | f266bcc7c81817c79ec6f0ea2d0867df9493526b | refs/heads/master | 2021-03-19T18:17:43.739201 | 2017-03-13T16:16:32 | 2017-03-13T16:16:32 | 84,848,259 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 187 | hpp | #ifndef main_h
#define main_h
#include <iostream>
#include "GLUTGame.hpp"
#include "SDL2Game.hpp"
#include "Scene.hpp"
#include "TestScene.hpp"
#include "logger.hpp"
#endif /* main_h */
| [
"ethanmwebb@gmail.com"
] | ethanmwebb@gmail.com |
e299dd98eb68fc4209172c71c80aa94bec942bdf | 34d7349a27105acdc69c6075e3f47e3e1a18110c | /rtree.cc | adb5f8d5708ab9bed78084c0f178ca98d6dfba59 | [] | no_license | yubai/RLinkTree | 145acb2834bb8ffe4920fcb94d2065dc6244bff1 | b04aa8e9f247cfbadfefaf47849e73672a01119b | refs/heads/master | 2021-01-23T15:41:25.219030 | 2013-04-22T01:43:38 | 2013-04-22T01:43:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,945 | cc | /***
* 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 to use, copy, modify, merge,
* publish, distribute, sublicense, and/or... | [
"bai@localhost.localdomain"
] | bai@localhost.localdomain |
d7c369fa91f5874cfd7c7f774889d1efc09ee7ad | a5ac4b4d742ec97028692a6b02b654bebeeb01a2 | /Webots/FinalArena/controllers/basc_v0/basc_v0.cpp | 231000eab79cfc99411eb21d2d8ead724a5fc9a6 | [] | no_license | PamudithaSomarathne/BASC2020 | 0470f779cd67c165af96e963e74ac91237fb447a | 33c49719ac43fe1db6ed470e271c24751b4e301a | refs/heads/master | 2023-06-27T18:27:38.818359 | 2021-07-31T14:44:51 | 2021-07-31T14:44:51 | 247,042,805 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,700 | cpp | #include <webots/Robot.hpp>
#include <webots/Motor.hpp>
#include <webots/DistanceSensor.hpp>
#include <webots/PositionSensor.hpp>
#include <webots/Gyro.hpp>
using namespace webots;
float MAX_SPEED = 10;
float MID_SPEED = 5;
Robot *robot = new Robot();
const int timeStep = (int)robot->getBasicTimeStep();
Motor *l_mo... | [
"62246285+thieshanthan@users.noreply.github.com"
] | 62246285+thieshanthan@users.noreply.github.com |
bf28c5783d22cbffb68eddc96a61b04eae653dc1 | 2c78de0b151238b1c0c26e6a4d1a36c7fa09268c | /garantPIL/implementation/component/cpp/tools/gctools/src/loadStringMap.cpp | edbed0607a2ad3bbf598c3ba736f4df762247038 | [] | no_license | bravesoftdz/realwork | 05a3b308cef59bed8a9efda4212849c391b4b267 | 19b446ce8ad2adf82ab8ce7988bc003221accad2 | refs/heads/master | 2021-06-07T23:57:22.429896 | 2016-11-01T18:30:21 | 2016-11-01T18:30:21 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 42,853 | cpp | #include "shared/Core/fix/mpcxc.h"
#include <vector>
#define yy_create_buffer lsm__create_buffer
#define yy_delete_buffer lsm__delete_buffer
#define yy_scan_buffer lsm__scan_buffer
#define yy_scan_string lsm__scan_string
#define yy_scan_bytes lsm__scan_bytes
#define yy_flex_debug lsm__flex_debug
#define yy_init_buffer... | [
"instigator21@gmail.com"
] | instigator21@gmail.com |
2b6f65a977c853549e1a8e6bee637f35af5a6ddd | 9c1fb3c401db1345f91b6cfabe2937e8301da854 | /haitest/bspsvs/suite/bsp/sound/src/t_currentsoundformatdata.cpp | b671fcca09baabb772bda8bb303e3607841ea591 | [] | no_license | SymbianSource/oss.FCL.sf.os.boardsupport | 4df8e5f0f0b7fcc82f5acfd19f5b9ac0cb77bf2e | f56e7abb15ad570df84615851bc1718a5cd750da | refs/heads/master | 2021-01-12T10:56:42.172825 | 2010-10-27T22:07:27 | 2010-10-27T22:07:27 | 72,764,766 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 12,138 | cpp | /*
* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl... | [
"kirill.dremov@nokia.com"
] | kirill.dremov@nokia.com |
6c76e94326587dbab3aa875f96595504b2bd0ec2 | 1ee1ef164d2568d3fc99c100c1464628ead29d4d | /PSS/StackService/SRM/Lib/Src/SRM_CSrtpContextSend.cpp | 0416c6752dc30012305716e9ee09426905f856fd | [] | no_license | cen123456/shannon_s5000 | 0f2ec3ba5a8ad8343ec16d57440c2f8ec6bc035e | cf61944f3d2904fd4190ce3d3f9950c820907e4a | refs/heads/master | 2022-04-06T19:31:24.568193 | 2020-01-31T15:49:25 | 2020-01-31T15:52:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 50 | cpp | Line 93: [SRTP TX] SSRC(0x%x) ROC(0x%x) Seq(0x%x)
| [
"grant.h.hernandez@gmail.com"
] | grant.h.hernandez@gmail.com |
d53464f0cecaf1eefcb09be58b6ca2379618d4dd | 663ef61c8b4ab887ba2286e3d239bb68fd65aa86 | /P4.Li,Chenyang.V1/RayTrace/RayTrace/RayTrace/RayTrace/RayTrace.h | 6d1431eade307d8fdeeb15e50c9d5ed8a9cfd6c0 | [] | no_license | RadiumP/Computer-Graphics | 87541de2e967e333382f636df4d1ee4054dab52d | 62f32a1d021507589d04ce884a39db177ebc53d9 | refs/heads/master | 2021-01-10T15:27:14.581465 | 2016-11-21T09:23:49 | 2016-11-21T09:23:49 | 52,844,857 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,001 | h | /*
NOTE: This is the file you will need to begin working with
You will need to implement the RayTrace::CalculatePixel () function
This file defines the following:
RayTrace Class
*/
#ifndef RAYTRACE_H
#define RAYTRACE_H
#include <stdio.h>
#include <stdlib.h>
#include "Utils.h"
#define Pi 3.1415926
#define WIN... | [
"chenyan5@asu.edu"
] | chenyan5@asu.edu |
cdd55955dd7af965e528b78f9d04f58c1fc4dcc8 | b2dc49f05e0423ff25ca72738521380cb3d43c84 | /chapter3/3-6/mywidget/mywidget.cpp | 2d34fc8b53b6f93e356a82ca825e9ced0659b8b8 | [] | no_license | myclass242/learn-QT | f656d011f82afff4234c66f0b73e18f979d72c5d | 1af088bc1e7ac81cd69ef66ff3a9b097b6b6853d | refs/heads/master | 2020-04-10T08:04:13.479275 | 2018-12-11T15:26:12 | 2018-12-11T15:26:12 | 160,896,682 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 373 | cpp | #include "mywidget.h"
#include "ui_mywidget.h"
#include "mydialog.h"
MyWidget::MyWidget(QWidget *parent) :
QWidget(parent),
ui(new Ui::MyWidget)
{
ui->setupUi(this);
}
MyWidget::~MyWidget()
{
delete ui;
}
void MyWidget::on_pushButton_clicked()
{
close();
MyDialog dialog;
if (dialog.exec()... | [
"1037236503@qq.com"
] | 1037236503@qq.com |
af7b528ad13c256518f22e2a1990ba76ceed6954 | 1850fe58a070c6fcf64ac3644a0982ec93bd1b74 | /renderer/rend/camera.h | ae921beb4bade4ad3468cab2865baf092b9b1e5d | [
"MIT"
] | permissive | TheExceptionist/software-renderer | 37ed80cc17675ef74756b32f306b22670d470de3 | dfeb24eb4ac6f90552e65cc7e0cf97d7d693ad7b | refs/heads/master | 2021-04-28T01:10:38.344736 | 2013-02-24T11:06:17 | 2013-02-24T11:06:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,142 | h | /*
* camera.h
*
* Created on: Mar 10, 2012
* Author: flamingo
*/
#ifndef CAMERA_H
#define CAMERA_H
#include "math/vec3.h"
#include "math/m44.h"
namespace rend
{
class Viewport;
class RenderList;
class SceneObject;
//! Scene camera.
/*!
*
*/
class Camera
{
friend class V... | [
"epiforce57@gmail.com"
] | epiforce57@gmail.com |
c74ce8b487a65ab53d1b52275980d074e81602df | d02e654decd860324ecfabb97c470de2ebda87a3 | /codeup/1934.cpp | 7038c6504099567ff70c7e4a663301936da11c1d | [] | no_license | zhishunzhao/pat180109 | 9d31a4810b3bda0ac4d010c3208ea8042133661d | e001b011123b051661969cf7ee9cb6c83963b287 | refs/heads/master | 2021-05-13T16:18:53.119839 | 2018-10-28T03:25:00 | 2018-10-28T03:25:00 | 116,790,136 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 466 | cpp | #include<stdio.h>
const int maxn = 210;
int a[maxn];
int main()
{
int n, x;
while(scanf("%d", &n) != EOF)
{
for(int i = 0; i < n; ++i)
{
scanf("%d", &a[i]);
}
scanf("%d", &x);
int k;
for(k = 0; k < n; ++k)
{
if(a[k] == x)
... | [
"jas0nh20a@gmail.com"
] | jas0nh20a@gmail.com |
afa136530623e0dec6bf65c25b5181840c0cee9d | c913d48e5bfb652515555c1f251726d3aa331c7a | /FrontEnd/frontend/src/REPL.cpp | 92aadfdf0a7516de13bed8181f06736706f944ff | [] | no_license | eamal27/projectSquash | c39c3ab2f6c5a60ee7b83881e7159c016bc47385 | 721b174fccf9bdf59b73293b79736501ad5c9fcf | refs/heads/master | 2021-01-18T16:24:59.947447 | 2017-04-10T23:42:49 | 2017-04-10T23:42:49 | 84,350,614 | 0 | 0 | null | 2017-04-09T08:06:33 | 2017-03-08T17:57:55 | Java | UTF-8 | C++ | false | false | 9,735 | cpp | #include "REPL.h"
#include <stdio.h>
#include <unistd.h>
REPL::REPL(string logsFolder) {
this->logger = new LogHelper(logsFolder);
this->helper = new TransactionHelper();
helper->setTickets(logger->loadTicketsLog());
queue<string> commandBuffer;
}
void REPL::logError(string error) {
cout << "Inval... | [
"elias.amal27@gmail.com"
] | elias.amal27@gmail.com |
b0d103d42bffb3efd523f2a93a9107cfbfb5adca | 500db53b0cdfc977c5a400f7fdbb4eddedebdbbd | /sipXsaa/src/AppAgentSubscribePolicy.h | e778427a5cdb3dc466983d393f9dfeddfcf0435c | [] | no_license | member2015/sipxecs | 239796627a12d73e9593ab2c207bd781044fb8ab | a10083fd462c9312d1cf44d2852995d075a625fd | refs/heads/master | 2021-06-05T02:30:18.191697 | 2009-12-16T21:22:50 | 2009-12-16T21:22:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,372 | h | //
//
// Copyright (C) 2009 Nortel, certain elements licensed under a Contributor Agreement.
// Contributors retain copyright to elements licensed under a Contributor Agreement.
// Licensed to the User under the LGPL license.
//
// $$
//////////////////////////////////////////////////////////////////////////////
#ifnd... | [
"cbeeton@ab1d8caa-1f67-47f1-9e81-24633a41865c"
] | cbeeton@ab1d8caa-1f67-47f1-9e81-24633a41865c |
0ac985e9770762e1cc1875decbbfd949f4abab20 | a15950e54e6775e6f7f7004bb90a5585405eade7 | /content/browser/renderer_host/media/service_video_capture_provider_unittest.cc | d1dc91e616c4e0db40f5fdd1f37fb411b3f9fb0e | [
"BSD-3-Clause"
] | permissive | whycoding126/chromium | 19f6b44d0ec3e4f1b5ef61cc083cae587de3df73 | 9191e417b00328d59a7060fa6bbef061a3fe4ce4 | refs/heads/master | 2023-02-26T22:57:28.582142 | 2018-04-09T11:12:57 | 2018-04-09T11:12:57 | 128,760,157 | 1 | 0 | null | 2018-04-09T11:17:03 | 2018-04-09T11:17:03 | null | UTF-8 | C++ | false | false | 16,536 | cc | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/renderer_host/media/service_video_capture_provider.h"
#include "base/run_loop.h"
#include "base/test/mock_callback.h"
#include ... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
392aac590d30b43792ed6b904c6535e83f86ddb8 | 552b925700cefe3ad21962999ed995e9fcf092cf | /gui/ui/repodialog.h | 8a624b02992a157a496e651b8ff27e5e18bc1a63 | [] | no_license | EdwardTuring/CUC_FrameWork | 1af3f644e31d39411d1b3aba183eeca68ae32b12 | eb127b98f4f39322f83663b09eee4c085ae5ffc5 | refs/heads/master | 2016-09-06T02:41:25.840276 | 2012-02-09T04:46:49 | 2012-02-09T04:46:49 | 3,169,207 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 373 | h | #ifndef REPODIALOG_H
#define REPODIALOG_H
#include <QDialog>
#include "web/webview.h"
namespace Ui {
class RepoDialog;
}
class RepoDialog : public QDialog
{
Q_OBJECT
public:
explicit RepoDialog(QWidget *parent = 0);
~RepoDialog();
void setRepoUrl(QString url);
private:
Ui::RepoDialog *ui;
... | [
"mxturing@yeah.net"
] | mxturing@yeah.net |
6a21665c2c598410313bcedaa63cb104a224a498 | 16bf90564d41c73ae0b163052bd4b90c9db9175d | /Algorithm/2309_re.cpp | e2bd6d02816d52375b6375d012ac6dbd6cf2d257 | [] | no_license | knoxx20/Algorithm | c0a0e4b20d63efa271e1c771b9ada9c33f0689b6 | 803c492a7cd28811cd984761a8afa1762fe33a9c | refs/heads/master | 2020-03-23T14:09:32.170857 | 2018-10-20T13:23:00 | 2018-10-20T13:23:00 | 141,653,816 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 531 | cpp | //#include <cstdio>
//#include <algorithm>
//
//using namespace std;
//
//int arr[10];
//int sum = 0;
//
//void search() {
// for (int i = 0; i < 9; i++) {
// for (int j = i + 1; j < 9; j++) {
// if (sum - arr[i] - arr[j] == 100) {
// arr[i] = 101;
// arr[j] = 101;
// return;
// }
// }
// }
//}
//
//int ... | [
"suyunshin@gmail.com"
] | suyunshin@gmail.com |
ad87e4652055e8d9cb1e03f37bce1f7bfcb66b17 | b7e30c4413ffc9c29a9f1543648efa393a390666 | /libraries/chain/include/besio/chain/authority_checker.hpp | 8e0c94bd6abe306e8ee9cae85751e5e19278d26f | [
"MIT"
] | permissive | apolloaotc/src | 3daf159f89dd13e30ab858ce0fcf291c7ecd153b | a4fe59d8322d2ab4eef37a4c7af8db573d230b3d | refs/heads/master | 2022-11-19T05:21:54.749513 | 2020-06-08T03:34:01 | 2020-06-08T03:34:01 | 270,195,262 | 0 | 0 | MIT | 2020-07-21T01:26:09 | 2020-06-07T04:47:52 | C++ | UTF-8 | C++ | false | false | 13,122 | hpp | /**
* @file
* @copyright defined in bes/LICENSE.txt
*/
#pragma once
#include <besio/chain/types.hpp>
#include <besio/chain/authority.hpp>
#include <besio/chain/exceptions.hpp>
#include <besio/utilities/parallel_markers.hpp>
#include <fc/scoped_exit.hpp>
#include <boost/range/algorithm/find.hpp>
#include <boost... | [
"caokun8008@gmail.com"
] | caokun8008@gmail.com |
d49d497021a50a11972062a1e08f90d03d9f66fe | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /ui/ozone/platform/wayland/host/wayland_auxiliary_window.cc | 0a1d2438aebcb499f2923c17cf48b679c69026aa | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 5,139 | cc | // Copyright 2019 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 "ui/ozone/platform/wayland/host/wayland_auxiliary_window.h"
#include "ui/ozone/platform/wayland/common/wayland_util.h"
#include "ui/ozone/platfo... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
70d9dd7b2614d6c0e2ce54ddcbeaf71449e8f117 | 70418d8faa76b41715c707c54a8b0cddfb393fb3 | /10504.cpp | 8ef3a24c7dae61d385c1295d20e71489cf00b741 | [] | no_license | evandrix/UVa | ca79c25c8bf28e9e05cae8414f52236dc5ac1c68 | 17a902ece2457c8cb0ee70c320bf0583c0f9a4ce | refs/heads/master | 2021-06-05T01:44:17.908960 | 2017-10-22T18:59:42 | 2017-10-22T18:59:42 | 107,893,680 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 885 | cpp | #include <bits/stdc++.h>
using namespace std;
#define MAXN 302
char grid[MAXN][MAXN];
int N, M;
int Count(char cc)
{
int t = 0, i, j, k, l;
int dx, dy, p, q, r, s;
for (i = 0; i < N; i++)
{
for (j = 0; j + 1 < N; j++)
{
if (grid[i][j] != cc)
continue;
for (k = i; k < N; k++)
{
for (l = j + ... | [
"yleewei@dso.org.sg"
] | yleewei@dso.org.sg |
5d9d2c11742a02ed26c98bf44ffe5d32ca612ea2 | 84a9cf5fd65066cd6c32b4fc885925985231ecde | /Plugins2/ElementalEngine/LuaNSM/StaticLibSymbols.cpp | 37c5dc4290e4f789968fb8fe3fb2ef7ea0e258cd | [] | no_license | acemon33/ElementalEngine2 | f3239a608e8eb3f0ffb53a74a33fa5e2a38e4891 | e30d691ed95e3811c68e748c703734688a801891 | refs/heads/master | 2020-09-22T06:17:42.037960 | 2013-02-11T21:08:07 | 2013-02-11T21:08:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 360 | cpp | //Autogenerated Static Lib File:
//Generated on: 03/23/09 14:27:48
#include ".\StaticLibSymbols.h"
#ifdef _LIB
void *LUANSM_LIBEXTERNS[] = {
(void *)&CLuaStateHandlerRO,
(void *)&CLuaStateHandlerRO,
(void *)&RegisterLuaActions_CLuaStateHandlerRM,
(void *)&UnregisterLuaActions_CLuaStateHandlerRM,
(... | [
"klhurley@yahoo.com"
] | klhurley@yahoo.com |
cdfad3b81d39e7da9e05c1303228fb5d0f5b03b8 | e1d6417b995823e507a1e53ff81504e4bc795c8f | /gbk/client/Client/GameInterface/src/GIUISystem.cpp | 06d6e36aa1b301a0fdae855e54d6fb06029bd1c5 | [] | no_license | cjmxp/pap_full | f05d9e3f9390c2820a1e51d9ad4b38fe044e05a6 | 1963a8a7bda5156a772ccb3c3e35219a644a1566 | refs/heads/master | 2020-12-02T22:50:41.786682 | 2013-11-15T08:02:30 | 2013-11-15T08:02:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 131 | cpp |
#include "StdAfx.h"
#include "GIUISystem.h"
#include "GIException.h"
KL_IMPLEMENT_DYNAMIC_VIRTUAL(tUISystem, GETCLASS(tNode));
| [
"viticm@126.com"
] | viticm@126.com |
78aad41e9ab328ab8fe582f3106e29c2f54133a2 | 16a76ee66d9b2f59c9beee4a4a0e104ce347e32a | /from_decompile-it.com/elinks/ia32_elf_from_website/by_decompile-it.com/source/gif.cpp | 66252492ffe6c2afc7dd3f7ec6a5353bf93d566e | [] | no_license | rfalke/decompiler-subjects | 4cee3263fa9116285b4bc4b6373efd2e4efa925f | 7187fa93b285c32325826eecd0128e907a28809b | refs/heads/master | 2023-08-10T08:24:27.198393 | 2023-07-28T19:44:41 | 2023-07-28T19:44:41 | 3,725,678 | 41 | 12 | null | 2023-03-15T16:14:41 | 2012-03-15T06:01:36 | null | UTF-8 | C++ | false | false | 28,426 | cpp | #include "gif.cpp.h"
using namespace std;
using namespace __debug;
using namespace pov_base;
namespace pov {
int out_line( unsigned char *pixels, int linelen )
{
int edx;
{
int x;
unsigned char *line;
if ( Current_Image->iheight == Bitmap_Line )
{
Warning( 0, "Extra data at end of GIF image." );
}
lin... | [
"rfalke-decompilersubjects@kronotai.com"
] | rfalke-decompilersubjects@kronotai.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.