blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cd3c07c14ca2847f72938142221099bb3ef950c5 | dfd7839ae278804d6639cbb770407fa3a1346c73 | /4_singleton/SingletonA.h | 1f825f1637f7f4c53aeed764d57469a9da773309 | [] | no_license | BobLiao1987/designpattern | fa6d753d01708f5c350ccfab43add89f8c6d4332 | de2425699632d0614ace6dc9946180045bc8d75a | refs/heads/master | 2021-01-18T18:42:27.386619 | 2016-08-15T16:54:17 | 2016-08-15T16:54:17 | 65,748,359 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 184 | h | #pragma once
#include "Singleton.h"
class SingletonA: public Singleton
{
friend class Singleton;
public:
void Show(){cout<<"SingletonA"<<endl;}
private:
SingletonA(){}
};
| [
"liaofangbo@163.com"
] | liaofangbo@163.com |
ba1e39fc010d67160abfdd217bc4c8fea11afdcb | 9a3b9d80afd88e1fa9a24303877d6e130ce22702 | /src/Providers/UNIXProviders/ReplicaPairView/UNIX_ReplicaPairViewProvider.cpp | e9e2df0a8ee2adaf8644d7ccb74fe2a2ddb11a8c | [
"MIT"
] | permissive | brunolauze/openpegasus-providers | 3244b76d075bc66a77e4ed135893437a66dd769f | f24c56acab2c4c210a8d165bb499cd1b3a12f222 | refs/heads/master | 2020-04-17T04:27:14.970917 | 2015-01-04T22:08:09 | 2015-01-04T22:08:09 | 19,707,296 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,047 | cpp | //%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
864f28789aa3b32ce4ac57671d90f455b42456f6 | 70d160671ef29470ce17debfe786400f02fbeb73 | /cpp/include/cudf/dictionary/dictionary_column_view.hpp | 16c7250f4b83124f9cff40539f9a28c900d28e2c | [
"Apache-2.0"
] | permissive | benfred/cudf | 1c3d0b0e3c9d7879c329bb9ea1b8b7d1c6eb8be7 | 3cd4c9f0602840dddb9a0e247d5a0bcf3d7266e1 | refs/heads/branch-0.14 | 2023-07-10T05:26:54.971778 | 2020-04-09T19:29:29 | 2020-04-09T19:29:29 | 254,483,116 | 1 | 0 | Apache-2.0 | 2020-04-09T21:34:52 | 2020-04-09T21:34:50 | null | UTF-8 | C++ | false | false | 2,307 | hpp | /*
* Copyright (c) 2020, NVIDIA CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | [
"dwendt@nvidia.com"
] | dwendt@nvidia.com |
1ddadb3bd66285939c9241fd5d6b2c1db4ef09c2 | 3a39b41a8f76d7d51b48be3c956a357cc183ffae | /Codeforces/EducationalRound/E71_D2/A.cpp | bd3e09566fe84f3d98b1a775a9f46367c717ec28 | [] | no_license | Acka1357/ProblemSolving | 411facce03d6bf7fd4597dfe99ef58eb7724ac65 | 17ef7606af8386fbd8ecefcc490a336998a90b86 | refs/heads/master | 2020-05-05T10:27:43.356584 | 2019-11-07T06:23:11 | 2019-11-07T06:23:11 | 179,933,949 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 391 | cpp | #include <cstdio>
#include <algorithm>
using namespace std;
int main()
{
int tc; for(scanf("%d", &tc); tc--;){
int B, P, F, H, C; scanf("%d %d %d %d %d", &B, &P, &F, &H, &C);
int ans = 0;
for(int i = 0; i <= P; i++){
int pcnt = min(B / 2, i);
int s1 = pcnt * H;
int s2 = min((B - pcnt * 2) / 2, F) * C;... | [
"Acka1357@gmail.com"
] | Acka1357@gmail.com |
d4d7b36422da6c5b71e8cb6a4d86f55ecd8e436a | 6902f31f69e00a1a6c5dd99a7512566ced96f0b2 | /cutRod.cpp | bf0b5891bbb3e48981b813c775afebeb3f5a99e9 | [] | no_license | AnusreeK-2000/ADA_1BM18CS017 | 6b820bcf1ebffd7925a321721fda336f1a366314 | 1e8c70af12dc406351b42ceb03f6db76f9e0cfeb | refs/heads/master | 2020-12-23T12:36:39.410343 | 2020-05-02T07:41:39 | 2020-05-02T07:41:39 | 237,154,864 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,380 | cpp | /* Given a rod of length ‘n’ inches and an array of prices that contains prices of all pieces of size smaller than ‘n’. Determine the maximum value obtainable by cutting up the rod and selling the pieces. For example, if length of the rod is 8 and the values of different pieces are given as following, then the maximum ... | [
"noreply@github.com"
] | AnusreeK-2000.noreply@github.com |
298011ae6766e0eda483299abbf9eae11fa874c1 | 99d3989754840d95b316a36759097646916a15ea | /tags/2011_09_07_to_baoxin_gpd_0.1/ferrylibs/src/ferry/cv_geometry/Camera.h | a925ad8f7c346848a3d6e35356fc590127df3113 | [] | no_license | svn2github/ferryzhouprojects | 5d75b3421a9cb8065a2de424c6c45d194aeee09c | 482ef1e6070c75f7b2c230617afe8a8df6936f30 | refs/heads/master | 2021-01-02T09:20:01.983370 | 2011-10-20T11:39:38 | 2011-10-20T11:39:38 | 11,786,263 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,767 | h | #pragma once
#include <vector>
#include "highgui.h"
#include "cv.h"
#include "CvMatUtil.h"
using namespace std;
using namespace ferry::cv_mat;
namespace ferry {
namespace cv_geometry {
class Camera
{
public:
//P = K[R|t], t = -RC
Camera(double f, const CvPoint3D32f& origin, const CvPoint3D32... | [
"ferryzhou@b6adba56-547e-11de-b413-c5e99dc0a8e2"
] | ferryzhou@b6adba56-547e-11de-b413-c5e99dc0a8e2 |
f5011d003534001cd3d6fb31c2f6d40f2eb3ebe4 | 6e6cfee5f92724f57897307f00cffff18a609c15 | /intermittent.cpp | 461ef236e5e700644f315e7a43463f05d4ed1372 | [] | no_license | keithw/chansym | 847b478186de112029a8667eda1ad289ac6a078a | 86ba59ef0087f2d0f3457db6a7ef4030145b47cb | refs/heads/master | 2020-12-25T18:20:38.157757 | 2011-12-06T17:15:37 | 2011-12-06T17:15:37 | 1,978,613 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,291 | cpp | #include <boost/functional/hash.hpp>
#include <sstream>
#include "intermittent.hpp"
#include "container.hpp"
Intermittent::Intermittent( double s_probability, double s_interval )
: Channel(), working( true ), probability( s_probability ), interval( s_interval )
{}
void Intermittent::init( void )
{
container->sle... | [
"keithw@mit.edu"
] | keithw@mit.edu |
bdf750d96473649abf8807887030ee69bafd347c | f9ce3c2c3024d19207518db5ef6d2622fec3a67b | /Gomoku/GomokuController.cpp | e06c13993cd362f1495b64d483f4ac647e25a30c | [] | no_license | h26liu/gomoku | d3830a81fe5ce4f575687c11c0edb46e3c51b3f2 | b7c52962c5935f48100dca6741cb05fc7daf3564 | refs/heads/master | 2022-11-28T02:44:01.654746 | 2020-08-03T19:37:50 | 2020-08-03T19:37:50 | 284,791,098 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,719 | cpp | /*! \author Haohan Liu
\date 2019-04-15
\file GomokuController.cpp
*/
#include "GomokuController.hpp"
bool applicationQuitting = false;
bool CtrlHandler(DWORD ctrlType) {
switch (ctrlType) {
case CTRL_C_EVENT:
applicationQuitting = true;
return TRUE;
}
return FALSE;
}
GomokuController... | [
"eric@tacobell-pro.local"
] | eric@tacobell-pro.local |
45c6c1408abc78d3f802747580f3dbc6cd1aaba5 | 5625ec41afd5747567c0325f637ecedacf7ffd24 | /White Belt/Week_4/Task_17/Task_17.cpp | 93da96872f1787befe8ff4b739dbfde49a395928 | [] | no_license | m3nf1s/Modern-Cplusplus | c2ea3c080804057756d26947a13212ca38338456 | d29d94463d91a42b36b890316106723b2be422a1 | refs/heads/master | 2023-03-20T18:34:19.771170 | 2023-03-02T22:30:11 | 2023-03-02T22:30:11 | 170,276,288 | 28 | 10 | null | null | null | null | UTF-8 | C++ | false | false | 3,764 | cpp | /*
* Вам дана функция string AskTimeServer(), про которую известно следующее:
* в процессе своей работы она обращается по сети к удалённому серверу, запрашивая текущее время;
* если обращение к серверу прошло успешно, функция возвращает текущее время в виде строки;
* если в процессе обращения к серверу возникл... | [
"titan94@mail.ru"
] | titan94@mail.ru |
da0ff53a91d0029ef86fb257d0f86a5cc6a5e4ca | df1b1ca52a2934d3c3495345692afb06926a1145 | /Exec/src/hashqueue_exceptions.hpp | cd105b7f4de3fed652cf8908e3463f0d44597b9f | [
"MIT"
] | permissive | sashank6/HashQueue | fd6eb3957f834289ac75399d324b62d16526eeac | 0b0c9afd2a1026981fc9bae317f6fbe07a1a820d | refs/heads/master | 2021-01-15T22:51:37.384314 | 2017-08-27T19:52:36 | 2017-08-27T19:52:36 | 99,919,496 | 0 | 0 | null | 2017-08-27T19:52:37 | 2017-08-10T12:15:42 | C++ | UTF-8 | C++ | false | false | 397 | hpp | //
//
//
#include<exception>
#ifndef EXEC_EXCEPTIONS_H
#define EXEC_EXCEPTIONS_H
struct QueueEmptyException:public std::exception {
const char* what() const throw() {
return "Queue is Empty";
}
};
struct InvalidPushException:public std::exception {
const char* what() const throw() {
retur... | [
"sashank.alladi@live.com"
] | sashank.alladi@live.com |
9cdf98f2e327efd424d1476512594af23442de30 | 390c723171375b6c8034c4a074d9dc8df73e5a2d | /src/dllmain.cpp | c26f6334dded13fe14f9545f73f341195f2ca0a4 | [
"MIT"
] | permissive | maple-ml/cinnamon | dfd37168f6e529125a685286450c620220d9e537 | 34b461fe75482753dec63bc2c7dbb81d21d064c8 | refs/heads/master | 2023-04-29T16:01:13.096421 | 2023-04-28T05:55:44 | 2023-04-28T05:55:44 | 339,519,179 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,181 | cpp | #define WIN32_LEAN_AND_MEAN
#undef ERROR
#include <windows.h>
#include <stdio.h>
#include <iostream>
#include <filesystem>
#include <thread>
#include <cocos2d.h>
#include <pybind11.h>
#include <pybind11/embed.h>
#include "core/utilities/path.h"
#include "core/python.h"
#include "core/logger.h"
#include "core/module.h... | [
"50897638+spookybear0@users.noreply.github.com"
] | 50897638+spookybear0@users.noreply.github.com |
7419ad1a5d73574d3cc950b96c49618256bf6073 | 64895fff118ac407357a050861297a395fa2fbc6 | /Hackerrank/University Codesprint/seperate_numbers.cpp | e4b9873d610d71e307154c0b1ea911041d6f3da4 | [] | no_license | whiz-Tuhin/Competitve | 38df5475ba8f9e4ecfa96071e1a0b639bb2ab41e | f5fd063e31f0e5b6addc26c83e007eeb5ae7b89f | refs/heads/master | 2020-04-06T03:46:19.820666 | 2017-08-01T08:02:00 | 2017-08-01T08:02:00 | 68,317,364 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 821 | cpp | //TODO := i'm not able to figure out the logic as of now
#include <iostream>
#include <string>
#include <math.h>
#include <algorithm>
#include <vector>
using namespace std;
typedef unsigned long long int ulli;
vector<int> convert_to_vector(ulli num){
vector<int> digits;
while(num > 0){
d... | [
"tuhinkhare3@gmail.com"
] | tuhinkhare3@gmail.com |
fe3b2646ed4e7fba39d1a907b3e5cb653e5e9306 | 10bf73993e6bf611f73c8b2a0125a5dafa3a2574 | /software/binaryClock/binclock.cpp | f5b51198d42ab1759cfd8ceae607a22eac4a7b67 | [] | no_license | cryptoluks/binaryclock | b407d8d72e2bb1dfe497a86a795bb607d5db656e | df80437817ca891fbebde23ccee4362ae14bfaf4 | refs/heads/master | 2020-06-28T21:59:04.537898 | 2019-08-02T19:18:23 | 2019-08-02T19:18:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,496 | cpp | #include "binclock.h"
#include "binclockHAL.h"
#include "Arduino.h"
#include <TimeLib.h>
RTC_DS3231 BinaryClock::rtc;
BinaryClock::BinaryClock(): state(STATES::SHOW_CLK), brightness(100), brighttype(STATIC){
}
void BinaryClock::displayTick() {
counter++; if(counter > 9) counter = 0;
switch(state) {
... | [
"email@kmkcl.de"
] | email@kmkcl.de |
6efd989f1628c5386c4c785b8660220c7dd0222f | 238e46a903cf7fac4f83fa8681094bf3c417d22d | /OCC/opencascade-7.2.0/x64/debug/inc/ShapePersistent_Geom2d.hxx | 67b8131fcfbd5547c50cd36c525bd4e3d262508a | [
"BSD-3-Clause"
] | permissive | baojunli/FastCAE | da1277f90e584084d461590a3699b941d8c4030b | a3f99f6402da564df87fcef30674ce5f44379962 | refs/heads/master | 2023-02-25T20:25:31.815729 | 2021-02-01T03:17:33 | 2021-02-01T03:17:33 | 268,390,180 | 1 | 0 | BSD-3-Clause | 2020-06-01T00:39:31 | 2020-06-01T00:39:31 | null | UTF-8 | C++ | false | false | 6,585 | hxx | // Copyright (c) 2015 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special ... | [
"l”ibaojunqd@foxmail.com“"
] | l”ibaojunqd@foxmail.com“ |
e90f31dd4aa7f445d4794d76367edfcc49d97bd3 | 3df49215f37c9e3f12f0504792cd07992f620f82 | /codechef/codechef The Lead Game.cpp | 623d068580f6471d5aa7b02efe3ba3f5367de295 | [] | no_license | PushkarDhakad2505/Programming | 906f30792761d0b3c91e8711d4129674324d60e1 | e28cf89dd2865025ac900463e76ca3ba10997b52 | refs/heads/main | 2023-07-12T09:19:43.255208 | 2021-07-29T04:23:32 | 2021-07-29T04:23:32 | 390,586,130 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 363 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int t,lead,max=0;
cin>>t;
int ar[t];
for (int i=0;i<t;i++)
{
int n,m,max=0;
cin>>n>>m;
lead=n-m;
ar[i]=lead;
}
for (int i=0;i<t;i++)
{
if(abs(ar[i])>abs(max))
max=ar[i];
}
if(max>0)
cout<<"1"<<" "<<abs(max);
else
... | [
"noreply@github.com"
] | PushkarDhakad2505.noreply@github.com |
58ef6856d0165cbf755e8b0a850b781814a3779e | 8e38d2962162e9dc1b127d260def9d2ac6487089 | /Week_07/Minimum Genetic Mutation.cpp | 544d4637024558c20bdf62f0184ccb50b56758b4 | [] | no_license | DeepJunJie/algorithm009-class02 | 4f8fefa17bfcdd85ad50416655fb0be2ccfa46c2 | 6401476358dd5848b0d15bada4b1c7993bf511fc | refs/heads/master | 2022-11-23T20:15:59.436922 | 2020-07-26T06:11:46 | 2020-07-26T06:11:46 | 265,857,926 | 0 | 0 | null | 2020-05-21T13:38:29 | 2020-05-21T13:38:28 | null | UTF-8 | C++ | false | false | 899 | cpp | class Solution {
public:
int minMutation(string start, string end, vector<string>& bank) {
vector<set<string>> levels(bank.size()+2,set<string>());
vector<int>flag(bank.size(),0);
levels[0].insert(start);
for(int i=0;i<levels.size();i++)
for(auto it=levels[i].begin();it... | [
"lijj11@lzu.edu.cn"
] | lijj11@lzu.edu.cn |
caf16b5e326e730daad7b02bcdc509dcd3482f8a | f0d7d208a2d2f93bf7cb5217e737ba066d31658f | /2019_2/10866_Deque.cpp | 13814afb01245f7c8410f5be7921b95e940d5a82 | [] | no_license | Aranch422/Algorithm_Study | c26f82bc7884886e1558edbb2c13799df946dddd | a61a546cc8ddce4fa51272aa9c42ba4933880a58 | refs/heads/master | 2023-07-23T17:13:13.827634 | 2023-07-07T15:53:56 | 2023-07-07T15:53:56 | 234,075,498 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 2,202 | cpp | #include <iostream>
#include <string>
using namespace std;
class node {
public:
int key;
node* next;
node() {
key = 0;
next = NULL;
}
};
class Deque {
public:
int size=0;
node* begin;
node* end;
//push
void push_front(int x) {
node* newnode = new node();
newnode->key = x;
if (size != 0) {
ne... | [
"aranzh@yonsei.ac.kr"
] | aranzh@yonsei.ac.kr |
192e83830d0d946d5734ae52a905000a517ecbd4 | 986c21d401983789d9b3e5255bcf9d76070f65ec | /src/util/network/networkdiskcache.cpp | 50d1cb7468441645e9ae74bc94fb245e3612bc2a | [
"BSL-1.0"
] | permissive | 0xd34df00d/leechcraft | 613454669be3a0cecddd11504950372c8614c4c8 | 15c091d15262abb0a011db03a98322248b96b46f | refs/heads/master | 2023-07-21T05:08:21.348281 | 2023-06-04T16:50:17 | 2023-06-04T16:50:17 | 119,854 | 149 | 71 | null | 2017-09-03T14:16:15 | 2009-02-02T13:52:45 | C++ | UTF-8 | C++ | false | false | 2,806 | cpp | /**********************************************************************
* LeechCraft - modular cross-platform feature rich internet client.
* Copyright (C) 2006-2014 Georg Rudoy
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at https://www.boost.org/LICENSE... | [
"0xd34df00d@gmail.com"
] | 0xd34df00d@gmail.com |
aff82bf70b4682da1f98f8d8d293225b528a3c9e | 1519b6c8282eb1a624e1735e5564d270e970cfdd | /include/GUI/DialogWindowBuilder.h | 9a488afb551fe1c06218135ff729f58fce0bc504 | [] | no_license | SarandaGamez/DPS | 94fc1c4c2c1c189df5a6a732577c79e2ceccfd92 | d9d80716610703ec286ffd6dfe14c2d654200c0a | refs/heads/master | 2022-11-12T10:01:46.160833 | 2020-07-10T14:40:12 | 2020-07-10T14:40:12 | 255,684,877 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,050 | h | #ifndef GUI_DIALOG_WINDOW_BUILDER_H
#define GUI_DIALOG_WINDOW_BUILDER_H
#include "GUI/Window.h"
#include <SFML/Graphics/Font.hpp>
#include "GUI/TextButton.h"
#include "GUI/TextComponent.h"
#include <memory>
#include <vector>
namespace gui {
class DialogWindowBuilder{
public:
DialogWindowBuilder(std::shared_ptr<... | [
"bezifabr@gmail.com"
] | bezifabr@gmail.com |
6fe2a6169fc42e12f6c9b9f6c92607fa9c521e18 | 19b6a8318f28da5ef621f17d3ec8e04a706c90c0 | /uibase/src/tutorialcontrol.cpp | 08698dd0a1f7a43624e59f8c21dc28aec2b962b2 | [] | no_license | Holt59/mo2-merge | b10fa6ac545788d32d0a435ca07c3604b1e90f10 | 242ad876bb650d43bdd47b3a73c1650ab9f32a0f | refs/heads/master | 2022-09-08T21:02:22.972613 | 2020-05-29T08:14:40 | 2020-05-29T08:14:40 | 267,673,908 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 12,136 | cpp | /*
Copyright (C) 2012 Sebastian Herbord. All rights reserved.
This file is part of Mod Organizer.
Mod Organizer is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
... | [
"capelle.mikael@gmail.com"
] | capelle.mikael@gmail.com |
e156f3145a9d23bca33de7d4028ef3b6852063a6 | 2bd235464bca304fa8f992cbba55e4df96544fd0 | /src/mack/callbacks/consoleoutput.h | 1c3f2a587d2506d922ab25a5ee7d97c17db055e5 | [] | no_license | queer1/mack | 57f54c5e4ed10367ede08cac8b7eea8dd67bfca2 | bc9e5c25bf3bb7bffb41ad05435a7a5ef54a0b97 | refs/heads/master | 2021-01-20T10:57:01.137007 | 2012-09-20T13:14:03 | 2012-09-20T13:14:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 999 | h | /*
* consoleoutput.h
*
* Created on: 09.08.2012
* Author: Paul Kramer
*/
#ifndef CONSOLEOUTPUT_H_
#define CONSOLEOUTPUT_H_
#include <mack/callback.hpp>
/**
* @file mack/callbacks/consoleoutput.h
*/
namespace mack {
namespace callbacks {
/**
* @class Console_Output
* @is_of_type{callbacks}
* @brief T... | [
"azzaroff@felux.fritz.box"
] | azzaroff@felux.fritz.box |
5e1b9eca01ef2656488b44ec5fdac650c82d6e75 | 38c10c01007624cd2056884f25e0d6ab85442194 | /third_party/pdfium/core/src/fpdfdoc/doc_viewerPreferences.cpp | 50962b7d47a5cee4ad28d9b50731b769083386d9 | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0"
] | permissive | zenoalbisser/chromium | 6ecf37b6c030c84f1b26282bc4ef95769c62a9b2 | e71f21b9b4b9b839f5093301974a45545dad2691 | refs/heads/master | 2022-12-25T14:23:18.568575 | 2016-07-14T21:49:52 | 2016-07-23T08:02:51 | 63,980,627 | 0 | 2 | BSD-3-Clause | 2022-12-12T12:43:41 | 2016-07-22T20:14:04 | null | UTF-8 | C++ | false | false | 1,774 | cpp | // Copyright 2014 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "../../include/fpdfdoc/fpdf_doc.h"
CPDF_ViewerPreferences::CPDF_Viewe... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
9f9c2f5edfd98866581a7ddf865c25a49b8faed0 | 6ab8afcd1de7d81529f239b614c29ba2019e3609 | /DataStructure/src/queue.cpp | ed8127b16175aa22b3ec2d2aa775cb5fc3fd29a3 | [] | no_license | wangfeng0301/Cpp_DataStructure_VS2010 | a754eaebff97141b49418a3292e941d5abc6ca26 | a4fe4a192c519fa48929f4815dbff497ee5e9e10 | refs/heads/main | 2023-05-06T01:38:45.915024 | 2021-05-22T14:49:22 | 2021-05-22T14:49:22 | 365,073,553 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,189 | cpp | /************************************************************************
*队列:先进先出的一种数据结构
*参考资料:《数据结构与算法》张铭,王腾蛟,赵海燕等
*wangfeng
*E-mail:fengwang0301@163.com
*CSDN:https://blog.csdn.net/u013073067?spm=1001.2101.3001.5343
*GitHub:https://github.com/wangfeng0301
*2021.5.3 首次提交
*2021.5.12 将类模板的实现和类定义放在一个文件中,即放在头文件中实... | [
"fengwang0301@163.com"
] | fengwang0301@163.com |
f47eb367de58e1a49d1092e30f18405097ba0f94 | 7ba00b5ddef44558b503419d53c44640b117adad | /modules/ext/yang/protobuf-c/protobuf-c/protoc-c/c_field.h | 650ecc5e92ed9cbdce746d9d1706b5d20d4c177e | [
"Apache-2.0",
"BSD-2-Clause"
] | permissive | agunturu/RIFT.ware | 50a3d185843589215b5cdafba614fa0a3a199fb7 | b1744f1e8d520b31b8df9f58a063e8e6dd80dec7 | refs/heads/master | 2021-01-22T14:24:49.976255 | 2016-03-10T22:46:16 | 2016-03-10T22:46:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,328 | h | // Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http://code.google.com/p/protobuf/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistri... | [
"Wei.Wang@riftio.com"
] | Wei.Wang@riftio.com |
9e3df8ba782761fcbef9bf569549b4ff1bc661a1 | 8daf331f2d97b5b2c50d281ef32301eed820ff91 | /src/core/common.cpp | 72f1bead87e41c55fca40e1d9eece0df90a17454 | [] | no_license | Noughmad/Wobble | 589b89c1ad9e1a747e21bb7c6a2b9e24753e6491 | 1d222efdd5c7260438072866f81ead27b7725cd1 | refs/heads/master | 2021-01-25T10:06:45.998458 | 2012-03-04T18:52:37 | 2012-03-04T18:52:37 | 3,169,158 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,429 | cpp | /*
This file is part of Wobble, a code generation framework
Copyright (C) 2012 Miha Čančula miha@noughmad.eu
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
ver... | [
"miha@noughmad.eu"
] | miha@noughmad.eu |
0b436696f1f1aaf4f91b5d2ef7526fb67c0bee88 | c09719111455e219f0055f6e5f6780b34bf6e915 | /dbms/src/Dictionaries/MongoDBDictionarySource.cpp | ee14b15447aac4cc2d086d72f04e2d847a773c6f | [
"Apache-2.0"
] | permissive | StarWix/ClickHouse | 0379ea22098977ebf781388f1bb513303c3188e7 | 6f106c748eed98ceb492768f0ca73cc51dc4da60 | refs/heads/master | 2021-01-21T06:59:56.012787 | 2017-02-27T07:01:52 | 2017-02-27T07:01:52 | 83,303,559 | 1 | 0 | null | 2017-02-27T11:35:36 | 2017-02-27T11:35:36 | null | UTF-8 | C++ | false | false | 8,910 | cpp | #include <Poco/Util/AbstractConfiguration.h>
#include <Poco/MD5Engine.h>
#include <Poco/MongoDB/Connection.h>
#include <Poco/MongoDB/Database.h>
#include <Poco/MongoDB/Cursor.h>
#include <Poco/MongoDB/Array.h>
#include <Poco/Version.h>
#include <DB/Dictionaries/MongoDBBlockInputStream.h>
#include <DB/Dictionaries/Mongo... | [
"milovidov@yandex-team.ru"
] | milovidov@yandex-team.ru |
8f930e010e3b3aef41e41a74b65361cb0ed412d6 | d3506a1dcca099154a11dc0fb9276c02487cc5a2 | /wcm/shell.cpp | 4ba6c353cccb04624cfc7c2bffcaf33bef7794ba | [
"MIT"
] | permissive | kvark/WalCommander | 6fc00a3f91f2a144ca625280c45f2198fabd0921 | 86fbf1ce9f79d23b35abd1417c49ac4a2cf2d47a | refs/heads/master | 2021-01-15T09:18:39.336865 | 2014-10-07T20:12:47 | 2014-10-07T20:12:55 | 24,912,101 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,151 | cpp | /*
* Part of Wal Commander GitHub Edition
* https://github.com/corporateshark/WalCommander
* walcommander@linderdaum.com
*/
#include <sys/types.h>
#include <signal.h>
#include <sys/wait.h>
#include <termios.h>
#include <sys/ioctl.h>
#include "shell.h"
/*
протокол внутреннего шела - синхронный (запрос - ответ)... | [
"sk@linderdaum.com"
] | sk@linderdaum.com |
d9e76d9249eb273a282d957a443ad9c7c3a4434a | 0b0aaa2c0b1f87112599b331e995df8c646895db | /Pratica/Pratica 3/4/4.cpp | fabab6f1cae993fb0c917cb98f9c472d0158809b | [] | no_license | VictorGeralt/ProgII | 044679c172de5548b9ce082d3cf651a3bb2433bf | 4eebdc4ccfa4f53c571c641f5229e788053a0524 | refs/heads/master | 2020-07-26T02:40:14.670116 | 2019-09-22T20:00:42 | 2019-09-22T20:00:42 | 207,871,882 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 226 | cpp | #include <iostream>
#include <fstream>
using namespace std;
int main(){
int linha=0;
char c;
ifstream file("lab2.txt");
while (file.get(c))
{
if (c=='\n')
{
linha++;
}
}
cout<<"Linhas: "<<linha;
} | [
"victor.vic2009@Hotmail.com"
] | victor.vic2009@Hotmail.com |
8a61b8da856e0ff0bc90d0ed8ebd1e9adc31d4f8 | 41a76318e5b9eef2c69bbf922724f8b191d7d124 | /kokkos/core/src/eti/HPX/Kokkos_HPX_ViewCopyETIInst_int64_t_double_LayoutStride_Rank8.cpp | c1e57d2db0458e9beb1048406c263057df930e13 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | zishengye/compadre | d0ff10deca224284e7e153371a738e053e66012a | 75b738a6a613c89e3c3232cbf7b2589a6b28d0a3 | refs/heads/master | 2021-06-25T06:16:38.327543 | 2021-04-02T02:08:48 | 2021-04-02T02:08:48 | 223,650,267 | 0 | 0 | NOASSERTION | 2019-11-23T20:41:03 | 2019-11-23T20:41:02 | null | UTF-8 | C++ | false | false | 2,720 | cpp | //@HEADER
// ************************************************************************
//
// Kokkos v. 3.0
// Copyright (2020) National Technology & Engineering
// Solutions of Sandia, LLC (NTESS).
//
// Under the terms of Contract DE-NA0003525 with NTESS,
// the U.S. Governmen... | [
"pakuber@sandia.gov"
] | pakuber@sandia.gov |
ba9f5fbec1cae7dad0ad8f41239a7d93948b2f2c | 037d518773420f21d74079ee492827212ba6e434 | /blaze/util/mpl/Equal.h | c397dda77191b38c3a9d4889e87c7352318a83cc | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | chkob/forked-blaze | 8d228f3e8d1f305a9cf43ceaba9d5fcd603ecca8 | b0ce91c821608e498b3c861e956951afc55c31eb | refs/heads/master | 2021-09-05T11:52:03.715469 | 2018-01-27T02:31:51 | 2018-01-27T02:31:51 | 112,014,398 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,599 | h | //=================================================================================================
/*!
// \file blaze/util/mpl/Equal.h
// \brief Header file for the Equal class template
//
// Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved
//
// This file is part of the Blaze library. You can redistr... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
4a53fb3feb9e03df44f43630ce65cc09ad7ca502 | 67e17d140cd439e75a07cfb9f09c7bc73dcafc94 | /Tests/ESP-Quadcopter-Codes/espcopter-ROS/src/libraries/ros_lib/stdr_msgs/AddSoundSource.h | 617ae2c62abbc8ffef24f182f631173dd0293b93 | [
"Apache-2.0"
] | permissive | ClockWorkKid/WiFi-Nano-Quadcopter | 4f9419c0cd98348654cdbb7ff8f8d8c752f69ee7 | d588c165e88de9661d2df484df7f02110dc36614 | refs/heads/master | 2022-12-27T13:01:43.943644 | 2020-10-12T07:09:38 | 2020-10-12T07:09:38 | 266,081,215 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,900 | h | #ifndef _ROS_SERVICE_AddSoundSource_h
#define _ROS_SERVICE_AddSoundSource_h
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ros/msg.h"
#include "stdr_msgs/SoundSource.h"
namespace stdr_msgs
{
static const char ADDSOUNDSOURCE[] = "stdr_msgs/AddSoundSource";
class AddSoundSourceReq... | [
"msmohammad90@gmail.com"
] | msmohammad90@gmail.com |
d224a494a8f6efb930de4e3772ea1040a4d5e26e | e96dbc2964dabbc089a8a95ec69866f5bfd5e529 | /projects/graduate/cs6V81-independent-research/project/Quaternion.cpp | 6bcd597090f55f843deafe790c6a81bd1a921124 | [] | no_license | umairsajid/my-random-cpp-libraries | 871ba5a748732652438eda19ab1cc9ded25e9489 | 8c07ed3d4eba2bb5aeebe368a94c9b16676de819 | refs/heads/master | 2021-01-21T03:14:23.904870 | 2013-05-10T23:18:48 | 2013-05-10T23:18:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 915 | cpp | #include "Quaternion.h"
Quaternion::Quaternion() : values(0.0, 0.0, 0.0, 0.0) {
}
Quaternion::Quaternion( float x, float y, float z, float w ) {
values.x = x;
values.y = y;
values.z = z;
values.w = w;
}
Quaternion::Quaternion( const Quaternion& rhs ) {
values.x = rhs.values.x;
values.y = rh... | [
"Flaming.Zelda@gmail.com@4324a9da-489b-ea18-4a0b-e0fe39f471b6"
] | Flaming.Zelda@gmail.com@4324a9da-489b-ea18-4a0b-e0fe39f471b6 |
c6ca38e472bca3d315108ae25bfd4bc6a3c98f82 | 6a3105ce63d0ca261a8c6a96ae34c54b034bafc2 | /src/faceutil.hpp | 13e4de03af3ea2a3c1306b96733df70f14ef6b79 | [] | no_license | mincore/facealg | 548180407a3c3106aee702d30f61548b94d5cd12 | 155a6e6760969eee786d1741db502c4662c65dfd | refs/heads/master | 2021-07-25T12:03:54.275569 | 2017-11-07T16:50:10 | 2017-11-07T16:50:10 | 109,864,391 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,681 | hpp | /* ===================================================
* Copyright (C) 2017 chenshuangping All Right Reserved.
* Author: mincore@163.com
* Filename: faceutil.hpp
* Created: 2017-11-07 16:44
* Description:
* ===================================================
*/
#ifndef _FACEUTIL_HPP_
#define _FACEUTI... | [
"mincore@163.com"
] | mincore@163.com |
93ff4381a0b1ea7fc9667b88480fd3ee71d61e5b | 966818603978f073d4f4ed85709ec1ad0c794be4 | /INSIGHT_20191106/example/functional_test/protobuf/MDSubscribe.pb.cc | 53029d841049cd67ae01a6fcb969aea4407fd416 | [] | no_license | lastvangogh/YANGZE | c337743e29dafadbfb1ed532f6c9ce35ce7f24df | 870eb6066b360036a49ebe40bd9435cdd31ff5ac | refs/heads/master | 2020-09-01T13:43:02.027589 | 2019-11-06T08:40:09 | 2019-11-06T08:40:09 | 218,970,441 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 116,953 | cc | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MDSubscribe.proto
#define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION
#include "MDSubscribe.pb.h"
#include <algorithm>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/port.h>
#include <google/protobuf/stubs/once.h>
#inc... | [
"zhangzhuo@yangzeinvest.com"
] | zhangzhuo@yangzeinvest.com |
2fd26235900dcfef693e1b3d887393bcdf6e630e | 433918960a7a3c6b09d9b29a63ed1e8fb5de1050 | /src/fuml/src_gen/fUML/Semantics/SemanticsPackage.cpp | 0fb5e16b31b6306e53fb11a4ded98aaa4222dec2 | [
"EPL-1.0",
"MIT"
] | permissive | MDE4CPP/MDE4CPP | 476709da6c9f0d92504c1539ee4b1012786e3254 | 24e8ef69956d2a3c6b04dca3a61a97223f6aa959 | refs/heads/master | 2023-08-31T03:15:56.104582 | 2023-01-05T14:45:37 | 2023-01-05T14:45:37 | 82,116,322 | 14 | 27 | MIT | 2023-06-23T09:23:01 | 2017-02-15T23:11:29 | C++ | UTF-8 | C++ | false | false | 732 | cpp | #include "fUML/Semantics/SemanticsPackage.hpp"
#include "fUML/Semantics/impl/SemanticsPackageImpl.hpp"
using namespace fUML::Semantics;
//static initialisation
const std::string SemanticsPackage::eNAME ="Semantics";
const std::string SemanticsPackage::eNS_URI ="http:///fUML_Semantics/Semantics.ecore";
const std::stri... | [
"Ralph.Maschotta@tu-ilmenau.de"
] | Ralph.Maschotta@tu-ilmenau.de |
2123c69f17c89c00c23eeae3acd9b9378fc42dae | 98beeffab0570eb7e4bd2785fc195658e18aa6dd | /SRC/image/GRAINBDY/close.h | eabcdf630ba36435426d1eec5ad09c59c069ed17 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | shkeshavarz/OOF2 | 27f59bb04775b76ad250ecfd76118b3760647bba | 0f69f535d040875354cd34e8bbedeae142ff09a3 | refs/heads/master | 2021-01-15T15:32:10.713469 | 2016-01-13T14:44:20 | 2016-01-13T14:44:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 956 | h | // -*- C++ -*-
// $RCSfile: close.h,v $
// $Revision: 1.5 $
// $Author: langer $
// $Date: 2014/09/27 21:41:28 $
/* This software was produced by NIST, an agency of the U.S. government,
* and by statute is not subject to copyright in the United States.
* Recipients of this software assume all responsibilities associ... | [
"lnz5@rosie.nist.gov"
] | lnz5@rosie.nist.gov |
06c13cccdc4dab8be03cc1b856ed8cabf8752667 | f57610ce330076f2ba95041bbf5f295a9ef40dfe | /Solution/794-valid-tic-tac-toe-state/valid-tic-tac-toe-state.cpp | f7dfbf502c0734801e6fbbf7f0b2a9b5c78cf165 | [] | no_license | derek-zr/leetcode | 095df86dd00c85b98a3f3ef51e784a65ab75c13d | ec7edcca6a63648d87bed6dd557738b89511368d | refs/heads/master | 2021-01-21T21:07:07.114659 | 2020-11-27T09:29:35 | 2020-11-27T09:29:35 | 92,308,067 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,132 | cpp | // A Tic-Tac-Toe board is given as a string array board. Return True if and only if it is possible to reach this board position during the course of a valid tic-tac-toe game.
//
// The board is a 3 x 3 array, and consists of characters " ", "X", and "O". The " " character represents an empty square.
//
// Here are the... | [
"derek_zhengrui@foxmail.com"
] | derek_zhengrui@foxmail.com |
3b86c2392fa257af93f8324f54fbe44a94688610 | 777a75e6ed0934c193aece9de4421f8d8db01aac | /src/Providers/UNIXProviders/ESPTransform/UNIX_ESPTransform.h | 887df2472ff13028c4c0973b79c0cf0ad3db5752 | [
"MIT"
] | permissive | brunolauze/openpegasus-providers-old | 20fc13958016e35dc4d87f93d1999db0eae9010a | b00f1aad575bae144b8538bf57ba5fd5582a4ec7 | refs/heads/master | 2021-01-01T20:05:44.559362 | 2014-04-30T17:50:06 | 2014-04-30T17:50:06 | 19,132,738 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,546 | h | //%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
9c607600df0ed480b6b8719b17a4ef2312d0653c | 38af1e7e3ed5a993dc6db6bb172c2471ea9e192f | /symbol_table/ClassInfo.cpp | cb6b0af386f3081b8e84fbe15bc54f605468f341 | [] | no_license | zhukovp0101/compilers | b87f118ae2b3874f51ab1a0bd0e2e4e8170ff28e | 8299dcdd8f577538e4a83e03490d5f5eafef65f3 | refs/heads/master | 2022-07-14T20:43:05.809153 | 2020-05-22T01:16:36 | 2020-05-22T01:16:36 | 265,988,081 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 68 | cpp | //
// Created by bevertax on 04.04.2020.
//
#include "ClassInfo.h"
| [
"bevertax@gmail.com"
] | bevertax@gmail.com |
910f844f5087e26f04c50b34c8e314cbd804072b | 4f307eb085ad9f340aaaa2b6a4aa443b4d3977fe | /Roman.Miller/assignment5/Game.cpp | f854bdc77bf54544e4f5ea70befcfb2be0b75443 | [] | no_license | Connellj99/GameArch | 034f4a0f52441d6dde37956a9662dce452a685c7 | 5c95e9bdfce504c02c73a0c3cb566a010299a9b8 | refs/heads/master | 2020-12-28T10:29:19.935573 | 2020-02-04T19:41:09 | 2020-02-04T19:41:09 | 238,286,390 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,976 | cpp | #include "Event.h"
#include "Game.h"
#include <PerformanceTracker.h>
#include "EventSystem.h"
#include "GameEvent.h"
Game* Game::mpsGameInstance = nullptr;
void Game::render()
{
mSystem->getGraphicsSystem()->draw(Vector2D(0, 0), *mpWoodsSprite, WOODS_SCALE);
mUnitManager.updateUnit();
mUnitManager.draw();
mSystem... | [
"john.connelly@mymail.champlain.edu"
] | john.connelly@mymail.champlain.edu |
26402dc115d9a7d1438a096420b6b5bb2b55d7a5 | 0daf0d997653db5759d5bd98308bad08a994b220 | /src/qt/btcu/addnewaddressdialog.cpp | a69dbc56d9e5e82ad10aa2f4b15ccc830afcde53 | [
"MIT"
] | permissive | dim4egster/btcu_coderev | 5e5dbdbc4434f23b92d6322348e88af6c49f931d | 75daa1a8ab6010c93939f8bdd6d71101fbc58c48 | refs/heads/main | 2023-02-28T08:40:27.318343 | 2021-02-03T14:47:31 | 2021-02-03T15:02:09 | 322,042,518 | 0 | 0 | MIT | 2021-02-02T22:31:39 | 2020-12-16T16:39:35 | C++ | UTF-8 | C++ | false | false | 976 | cpp | // Copyright (c) 2019 The PIVX developers
// Copyright (c) 2020 The BTCU developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "qt/btcu/addnewaddressdialog.h"
#include "qt/btcu/forms/ui_addnewaddressdialog.h"
AddN... | [
"dim4egster@gmail.com"
] | dim4egster@gmail.com |
8e3ca96ae3f29399e5545a971234a6067e49b80b | b2e21c4578ec8816220ab8af904e15b7cc31fd7e | /HORRIBLE.cpp | cc9fdd2e385a07cc6c1f42935f7cfec112700fc9 | [] | no_license | vkthakur/spoj | 70968b8ecd67208e33dd7d666a69047eb71b7e26 | 1731c05624a1eaed0fec3d84c31b4b2aaaea11b5 | refs/heads/master | 2016-09-10T01:10:34.977541 | 2015-01-19T20:18:33 | 2015-01-19T20:18:33 | 28,721,879 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,321 | cpp | #include <iostream>
#include <stdio.h>
#include <math.h>
#include <utility>
#include <algorithm>
#include <set>
#include <queue>
#include <vector>
#include <stack>
#include <map>
#include <stdlib.h>
using namespace std;
#define input(i) scanf("%lld",&i);
long long int tree1[100001],maxval,tree2[100001];
long long int... | [
"me.vivekkrthakur@gmail.com"
] | me.vivekkrthakur@gmail.com |
00d520454c4d4e3738a2d62025564d9247f2d328 | 41704dd9a57c4f84e639e7ee2610e5cd71a5826a | /Castlevania/BulletManager.h | be09a5283ef61ce65bd4b0ba0e9227f86652493e | [] | no_license | GameCastleVania/CSVNL | b373f213b720c316a5784e7506a7bfaa3edf7723 | 65a452d1b36c8c40ce754fcf5affcab2ac665f24 | refs/heads/master | 2020-06-11T10:12:56.490391 | 2017-01-04T20:28:26 | 2017-01-04T20:28:26 | 75,696,672 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,206 | h | #pragma once
#include "FireBall.h"
#include "Boss2Bullet.h"
#include "SkeletonBullet.h"
#include "Boss3Bullet.h"
#include "Bullet.h"
#include "keyboard.h"
#include "psound.h"
#include "utils.h"
#include <vector>
typedef vector<Bullet*> BulletList;
class BulletManager
{
protected:
Keyboard* kbd;
PSoun... | [
"13520592@gm.uit.edu.vn"
] | 13520592@gm.uit.edu.vn |
04a10a2447cd6488bac678b43f54102de89c293c | 769c03556677d81357cd980812cb4e0e610f09cb | /jeu-entreprise/entite.h | ec000a7bd77374394121c4cd9831734c59fc6bfb | [] | no_license | rcatajar/jeu-entreprise | f1c4df9a216df0c5d840105838ec687af3685b23 | ba9b381998750452aef6b15d8fc237fec9158156 | refs/heads/master | 2021-01-18T01:47:56.990528 | 2016-02-02T11:22:17 | 2016-02-02T11:22:17 | 46,358,368 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 890 | h | // Classe (abstraite) representant une Entité.
// Une entité est un acteur du marché (client ou entreprise)
// avec:
// - un nom (constant)
// - une tresorerie (variable)
// - un stock (vecteur d'Objets)
#ifndef ENTITE_H
#define ENTITE_H
#include <vector>
#include <QString>
// forward-declaration de... | [
"rcatajar@gmail.com"
] | rcatajar@gmail.com |
ebcd9765404c87f80d7356a83d9fd37266e7d0fa | 8a659a42a51c301a56c1c7dfd6488f65022f2429 | /libs/eos/eos/learn-eos/pca/main.cpp | 533018eafeef22a445339ec915f164ead7f054ee | [
"Apache-2.0"
] | permissive | quanhua92/learning-notes | 0aacf7873b44abf22af0c6721dba0c9f81753080 | a9c50d3955c51bb58f4b012757c550b76c5309ef | refs/heads/master | 2021-01-22T12:35:01.130145 | 2018-12-11T07:41:24 | 2018-12-11T07:41:24 | 102,350,672 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 866 | cpp | #include <iostream>
#include <Eigen\Core>
#include "pca.h"
using namespace std;
using Eigen::ArrayXXf;
using Eigen::MatrixXf;
using Eigen::VectorXf;
using namespace eos::pca;
int main(int argc, char** argv) {
VectorXf eigenvalues;
MatrixXf eigenvectors;
MatrixXf meanfree_data = MatrixXf::Random(10, 50); // rows,... | [
"quanhua92@gmail.com"
] | quanhua92@gmail.com |
483959a2453a12413495a660a11a65008cb1df1f | ab0a8234e443a6aa152b9f7b135a1e2560e9db33 | /Server/CGSF/LogicLayer/MOGame/account-server/flooritem.h | 436dedbc71e56fbfec60c728d567a42a76668eb7 | [] | no_license | zetarus/Americano | 71c358d8d12b144c8858983c23d9236f7d0e941b | b62466329cf6f515661ef9fb9b9d2ae90a032a60 | refs/heads/master | 2023-04-08T04:26:29.043048 | 2018-04-19T11:21:14 | 2018-04-19T11:21:14 | 104,159,178 | 9 | 2 | null | 2023-03-23T12:10:51 | 2017-09-20T03:11:44 | C++ | UTF-8 | C++ | false | false | 1,593 | h | /*
* The Mana Server
* Copyright (C) 2011 The Mana Development Team
*
* This file is part of The Mana Server.
*
* The Mana Server 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... | [
"sinyonzzang@gmail.com"
] | sinyonzzang@gmail.com |
940017fe8451a5352018a80725d35c7e7978960b | 64ea78e9237ee9a96a28dfa73bab3aa295934b66 | /gradebook/src/gradebook.cpp | 91fa6333274cc9a4a5627dcb926647275618e448 | [] | no_license | sccdyuyu/zhang_yushi | 5fb8874fb108e65997e5d6f7cdf0360c15484f42 | c63128ebfebbe080e6f58bf81ee57329f89cd345 | refs/heads/master | 2020-04-27T10:04:11.482951 | 2019-05-12T14:53:43 | 2019-05-12T14:53:43 | 174,238,598 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 584 | cpp | #include <iostream>
#include<GradeBook.h>
using namespace std;
GradeBook::GradeBook (string cn,string tn)
:courseName(cn),teacherName(tn)
{
}
void GradeBook::setCourseName(string cn)
{
courseName=cn;
}
string GradeBook::getCourseName()const
{
return courseName;
}void GradeBook::setTeacherName(string tn)
{
... | [
"sccdyuyu@gmail.com"
] | sccdyuyu@gmail.com |
105f29cdfa8a3709057f06143857ffbedd830a5e | 3bbefab6c034154ae4724baf0fe9de1eb2008d82 | /src/appleseed/renderer/kernel/texturing/texturecache.h | ba7b7ab760a98e3ab21710697854426077d0afba | [
"MIT"
] | permissive | johnhaddon/appleseed | e959a30ab24f80a4cb3639d22c1b16b58fc3373c | 82eb4693f7a64fcaf238272a1ad62ff38c5b870b | refs/heads/master | 2021-01-22T09:32:01.704121 | 2016-08-22T17:41:23 | 2016-08-22T17:41:23 | 17,192,177 | 1 | 0 | null | 2016-08-24T12:04:18 | 2014-02-25T23:36:11 | C++ | UTF-8 | C++ | false | false | 5,667 | h |
//
// This source file is part of appleseed.
// Visit http://appleseedhq.net/ for additional information and resources.
//
// This software is released under the MIT license.
//
// Copyright (c) 2010-2013 Francois Beaune, Jupiter Jazz Limited
// Copyright (c) 2014-2016 Francois Beaune, The appleseedhq Organization
//
... | [
"beaune@aist.enst.fr"
] | beaune@aist.enst.fr |
228c4b1524fa9ed820c22cd34ea93bade0d70a4a | df889323b01f408e0949b2592e2ef35371e67bac | /CS32/Homeworks/Homework2/mazestack.cpp | 2e71f1a21a065f4cd3d397255e36839f43ff94bc | [] | no_license | thenathanyang/UCLA | 0c750744b5bf283e16abac904a110850efab7fef | fc7781361c93370b80a265615189253995693070 | refs/heads/master | 2021-09-08T07:35:48.921714 | 2021-09-02T02:07:56 | 2021-09-02T02:14:01 | 57,343,142 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,961 | cpp | // mazestack.cpp Problem 1
#include <stack>
#include <iostream>
using namespace std;
class Coord
{
public:
Coord(int rr, int cc) : m_r(rr), m_c(cc) {}
int r() const { return m_r; }
int c() const { return m_c; }
private:
int m_r;
int m_c;
};
bool pathExists(string maze[], int nRows, int nCol... | [
"thenathanyang@gmail.com"
] | thenathanyang@gmail.com |
820825995a791125da8b3aa558e4c66a822195d2 | e753f8ab10eb6732f272217169e48ab4754295ee | /www/chromium/files/patch-chrome_browser_safe__browsing_cloud__content__scanning_binary__upload__service.cc | da2a6a7844aef14fb4ef21cfa121aecac8acf1bc | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | DragonFlyBSD/DPorts | dd2e68f0c11a5359bf1b3e456ab21cbcd9529e1c | 4b77fb40db21fdbd8de66d1a2756ac1aad04d505 | refs/heads/master | 2023-08-12T13:54:46.709702 | 2023-07-28T09:53:12 | 2023-07-28T09:53:12 | 6,439,865 | 78 | 52 | NOASSERTION | 2023-09-02T06:27:16 | 2012-10-29T11:59:35 | null | UTF-8 | C++ | false | false | 1,090 | cc | --- chrome/browser/safe_browsing/cloud_content_scanning/binary_upload_service.cc.orig 2023-05-31 08:12:17 UTC
+++ chrome/browser/safe_browsing/cloud_content_scanning/binary_upload_service.cc
@@ -18,7 +18,7 @@
#include "net/base/url_util.h"
#include "third_party/abseil-cpp/absl/types/variant.h"
-#if BUILDFLAG(IS_WIN... | [
"nobody@home.ok"
] | nobody@home.ok |
0c7b3db9ea97c5ce35c38b6e7c75b284dac050af | 495ddf1234614b60a4fee08b13a43c8cba9fd6db | /IO_SRV_PROJECTS/I7000_IO_SRV/SOURCES/INCLUDE/I7000_proto.h | bbc9218857caa1c3b902448ce1dfce7bcc5edfb8 | [] | no_license | emenshoff/IO_SRV_2002 | cea81e4e9eb684e84c2f51da540ccc17fb183dc3 | 9d185223f55e3ae15dc640160477a5caf331aa79 | refs/heads/master | 2020-04-16T00:03:57.492915 | 2019-01-13T20:18:20 | 2019-01-13T20:18:20 | 165,123,541 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 11,797 | h | /***********************************************************
Функции для формирования и разбора пакетов протокола
I7000. Два типа функций (для асинхронной работы) :
ф-я отсылки запроса(с префиксом "Out") и ф-я чтения ответа
("In").
created by M.E.N
*****************************************... | [
"menshoff@MacBookMenshoff-3.local"
] | menshoff@MacBookMenshoff-3.local |
7d212e3f7264ad55ca0cc9eeacf927f74d9a760f | 0696a91b447ada7f384356acc1895283941f1ab7 | /计蒜客/Out-out-control cars 计算几何 两三角形有速度判相交.cpp | dbdce370ed1658ef9e1a41a3f0f4790af84a347d | [] | no_license | sunhaotian0122/ACM | 2b28226c3b4648be71386910ceeb130af97161eb | f24e9db6c1dffe1fe459f04ec6e03a4bb66424a1 | refs/heads/master | 2021-01-19T23:24:28.785529 | 2017-11-12T11:02:35 | 2017-11-12T11:02:35 | 88,972,559 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,342 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
const double eps = 1e-8;
const double PI = acos(-1);
struct Point{
double x,y;
Point(double x=0,double y=0):x(x),y(y){}
//向量+
Point operator +(const Point &b)const
{
return Point(x+b.x,y+b.y);
}
//向量-
Point operator -(const Point &b)const
... | [
"1056572776@qq.com"
] | 1056572776@qq.com |
414407c3437dcbb6048adfa5b23b882289e4fa5c | d640d8890bab87a85c1b29cd8a6131196582031e | /WorldEditor/src/events.h | 072a1cfee168121df316a0d964defa8e12164cef | [] | no_license | sjsimmo/PlatformerGame | f8a528f842779daee0e176b4acdfcf3b53a00152 | a9cb9237a237d3ae761296459d9c5968349d9f3f | refs/heads/master | 2023-01-23T11:05:46.718942 | 2020-11-29T02:42:09 | 2020-11-29T02:42:09 | 289,417,321 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 591 | h | #ifndef EVENTS_H
#define EVENTS_H
#include <SDL.h>
class settings;
class events {
private:
SDL_Event event;
public:
void manage(settings &Settings);
//Control events
bool quit_pressed = false;
//Keyboard events
bool s_pressed = false;
bool left_pressed = false;
bool right_pr... | [
"sjsimmo123@gmail.com"
] | sjsimmo123@gmail.com |
94059eeeb10d8b87fdd3b0af554859f0a0eb4312 | 86e57b906be05a581284cb0428d1da04e86d7b70 | /Collector/CallStack_Win32.h | e5d700326ce1eb56e388819c55fade62ceb17599 | [
"MIT",
"BSD-2-Clause"
] | permissive | dakahler/alloclave | 19861f96d9adc625932ef4cbd8cd513a88c1a61a | 5f14f2341a9ec336782a4da1cdfda3438d703315 | refs/heads/master | 2021-01-23T19:13:01.055898 | 2016-01-30T22:29:32 | 2016-01-30T22:29:32 | 50,745,985 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 343 | h | #ifndef _ALLOCLAVE_CALLSTACK_WIN32_H
#define _ALLOCLAVE_CALLSTACK_WIN32_H
#include "CallStack.h"
namespace Alloclave
{
// Win32-specific specialization of stack walking
class CallStack_Win32 : public CallStack
{
public:
CallStack_Win32();
virtual void Rebuild();
};
};
#endif // _ALLOCL... | [
"dakahler@gmail.com"
] | dakahler@gmail.com |
907add9ef47b7b96f155e8b2f66ef8a6e78999c7 | 4f7c53c128328f294e9b67a4eb00b72c459692e6 | /app/Main/MainTabPurchaseItemController.cpp | f5be0551f30daab636fd2dabf7070dab28ed08dc | [] | no_license | milczarekIT/agila | a94d59c1acfe171eb361be67acda1c5babc69df6 | ec0ddf53dfa54aaa21d48b5e7f334aabcba5227e | refs/heads/master | 2021-01-10T06:39:56.117202 | 2013-08-24T20:15:22 | 2013-08-24T20:15:22 | 46,000,158 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,997 | cpp | #include "MainTabPurchaseItemController.h"
MainTabPurchaseItemController::MainTabPurchaseItemController()
{
view = new MainTabPurchaseItem(this);
purchaseInvoiceService = new PurchaseInvoiceService();
fzkService = new DocumentFZKService();
nkService = new DocumentNKService();
initModel();
initF... | [
"milczarek@bluebraces.com"
] | milczarek@bluebraces.com |
60b8ed0dcb99b5614837f083b19b7c15e059aa63 | c46b55c0ec5120d8ff617e0a5cd2363fa73f66fa | /All Practice/pracloop-15.cpp | e988fc3e13b723e8c836bc5d84e3c442d8e42f67 | [] | no_license | Nasir53/Practice-Programming-in-C | b382c8da07fb661b5d671245f636f9bfa3a75fa6 | a4fb6dc6fd7d446f0c008e8370e87e19e7681b35 | refs/heads/master | 2020-03-19T05:30:57.687015 | 2018-06-05T18:44:15 | 2018-06-05T18:44:15 | 135,940,072 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 167 | cpp | #include<stdio.h>
#include<conio.h>
int main()
{
int i,j,sum=0;
for(i=1,j=1;j<=100;i++)
{
sum=sum+j;
j=j+i;
}
printf("sum is:%d",sum);
getch();
}
| [
"mahrajukhan@gmail.com"
] | mahrajukhan@gmail.com |
f16624b42c9a1c507e096fc6c410e2a376204bf3 | 5bccf2d2118008c0af6a51a92a042e967e4f2abe | /Support/Modules/GSRoot/StartupManager.hpp | 68abe779333e4791707182db95c5da915755db67 | [
"Apache-2.0"
] | permissive | graphisoft-python/DGLib | fa42fadebedcd8daaddde1e6173bd8c33545041d | 66d8717eb4422b968444614ff1c0c6c1bf50d080 | refs/heads/master | 2020-06-13T21:38:18.089834 | 2020-06-12T07:27:54 | 2020-06-12T07:27:54 | 194,795,808 | 3 | 0 | Apache-2.0 | 2020-06-12T07:27:55 | 2019-07-02T05:45:00 | C++ | UTF-8 | C++ | false | false | 1,434 | hpp |
// *****************************************************************************
//
// Declaration of StartupManager class
//
// Module: GSRoot
// Namespace: GS
// Contact person: SN
//
// *****************************************************************************
#ifndef GS_STARTUPMANAGER_HPP
#define GS_STARTUP... | [
"445212619@qqcom"
] | 445212619@qqcom |
3d75aeae2cbfb2865d3e7c4ba3a850064bfc3674 | 94cad258e538c567d46cf75ac4c289a3f6341bd6 | /database_design/Bplus.cpp | 6e6b73df1b5faacbc322dfb57242c75704da17d1 | [] | no_license | XuBaozhao/database_create | ee047ba59ba258e063b9d6e9d28140b750e3a414 | a0580937579f8f87f9444b0d05a80cb03d005e5f | refs/heads/master | 2020-04-14T19:11:58.556985 | 2019-01-04T02:45:56 | 2019-01-04T02:45:56 | 164,048,930 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,799 | cpp | #include <cstdlib>
#include <iostream>
#include <fstream>
#include <string>
#include <limits.h>
using namespace std;
// 定义B+树的阶数
#define M 4
// B+树结点定义
struct BPlusNode
{
int amount; // 该结点中已保存的键值个数
long key[M]; // 键值数组
long children[M]; // 子结点位置数组
long father; // 父结点位置... | [
"noreply@github.com"
] | XuBaozhao.noreply@github.com |
c2090ce7e3e430fc65ef49fc06a9e37f71e32925 | 94a93e269c97a2dbc847dda05e3daab333787b58 | /figura.cpp | 39d7e47a51241e6625c25fccd4865b6474b8edd5 | [] | no_license | PatrykGregorczyk/projekt | dd95ed4c560aaf87edf04eed35140715adfd8a9f | 00fa80e7193ccfe56700f9ecb86e861183e17180 | refs/heads/master | 2020-06-15T13:01:49.164004 | 2017-01-19T12:51:32 | 2017-01-19T12:51:32 | 75,291,689 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,655 | cpp | #include "menu.hpp"
// Wypelnia tablice bialymi znakami
void czyszczenie(char **S) { // zastepuje kazdy element tablicy spacja
for(int j = Y; j >= 0; j--) {
for(int i = 0; i <= X; i++) {
S[i][j] = ' ';
}
}
}
void wypiszTablice(char **S) {
clear(); ... | [
"noreply@github.com"
] | PatrykGregorczyk.noreply@github.com |
086ebff3d118f35efd2940c37c1085db4e20e8df | f553f5e7755f92de755e7f57c2eacf584d4c5cbe | /QT_Creator/Creador de figuras/square.h | 9610206c4bc705c42dd1811f7e889468db94e7de | [] | no_license | Eduardojav/LP2 | 83b1651663d075e8039d5441ee7767002d7fe709 | 150b093a6d30bd363c240d0a91c520ac00c0300e | refs/heads/master | 2020-05-01T14:58:55.950015 | 2019-06-20T19:02:01 | 2019-06-20T19:02:01 | 177,534,518 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 479 | h | #ifndef SQUARE_H
#define SQUARE_H
#include<iostream>
#include<QMainWindow>
#include<figure.h>
#include<QColor>
#include<QPainter>
#include<QPixmap>
#include<QPen>
using namespace std;
class square:public figure{
private:
int x,y,h,w;
public:
square(int _x=0,int _y=0, int _h=0... | [
"noreply@github.com"
] | Eduardojav.noreply@github.com |
abda2b050ecebb053ab3c1ed0902b8b9bc6500c8 | a743e8b7acd8f1355431758e5050f15e73481106 | /sketch_mar25a.ino | 59005591db29f63ec064cfa84dd8f351397bd3c9 | [] | no_license | el-gringo94/piezo-knock-detector | c0fcc9fbd2dd8f9a46ed50c8772da55e7715e07e | aa0825c35d85b78fb07861a419e8c475346a536b | refs/heads/master | 2022-04-15T20:28:39.130441 | 2020-03-26T20:27:38 | 2020-03-26T20:27:38 | 250,364,459 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 239 | ino | // these constants won't change
int wert = 0;
void setup() {
Serial.begin(9600);
}
void loop() {
wert = analogRead(A0);
// Serial.println(wert);
if (wert >= 1) {
Serial.println("Klopf Klopf");
Serial.println(wert);
}
}
| [
"noreply@github.com"
] | el-gringo94.noreply@github.com |
a61b684d493de069d3a9c8c9c021c924a75b94d3 | 6d86bfbca4c05dc5d5b40b54741d5fdca5912df7 | /mpr/myImageLoader.cpp | a77bc61178c2893078d0bd31df23ea3f547d00d1 | [] | no_license | geronimo-lisboa/estudo-mpr | cc59d27f3d149d97315d9e73e16629e0e88816b2 | af3cf2758917a091c16e9f5896fc599383a76a2b | refs/heads/master | 2021-07-04T22:36:37.407432 | 2017-09-25T13:31:30 | 2017-09-25T13:31:30 | 103,576,213 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,478 | cpp | #ifndef __myImageLoader_hxx
#define __myImageLoader_hxx
#include "myImageLoader.h"
#include "itkObjectFactory.h"
#include "itkImageRegionIterator.h"
#include "itkImageRegionConstIterator.h"
#include <itkImageFileReader.h>
#include <itkImage.h>
#include <itkRGBAPixel.h>
#include <itkRGBToLuminanceImageFilter.h>
#includ... | [
"luciano.geronimo.fnord@gmail.com"
] | luciano.geronimo.fnord@gmail.com |
52539094a4143d21618d9f57da6eb529fe6ee209 | 298e9823887ae4ae62592163b83acecfe22c34e1 | /Ch08/Postfix.cpp | 3464488d52a0777debca5ef1b9a9407a60c16e91 | [] | no_license | KarimEnien/cpp_templates | 54ebf047541dba79528b7708bc30642d9bf27c65 | d9a493131234b166e0be2db0bfbdf4c5eed1bd9b | refs/heads/master | 2021-04-25T12:32:55.277416 | 2018-03-07T08:41:38 | 2018-03-07T08:41:38 | 124,051,896 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,653 | cpp | // postfix.cpp
// overloaded ++ operator in both prefix and postfix
#include <iostream>
using namespace std;
////////////////////////////////////////////////////////////////
class Counter
{
private:
unsigned int count; //count
public:
Counter() : count(0) //constructor no ... | [
"noreply@github.com"
] | KarimEnien.noreply@github.com |
165541672f137c69f7fdd2df6ae79816018ec58b | 493ac26ce835200f4844e78d8319156eae5b21f4 | /flow_simulation/ideal_flow/0.13/p | 29ddd5da401058c13b191c56f3c380eca196bb0e | [] | no_license | mohan-padmanabha/worm_project | 46f65090b06a2659a49b77cbde3844410c978954 | 7a39f9384034e381d5f71191122457a740de3ff0 | refs/heads/master | 2022-12-14T14:41:21.237400 | 2020-08-21T13:33:10 | 2020-08-21T13:33:10 | 289,277,792 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 46,979 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
... | [
"mohan.2611@gmail.com"
] | mohan.2611@gmail.com | |
82928f352658dd7f1df1a9ceca537555a2488b58 | 1e18176f4a2ee9c414119e6e5ae785212c2f521f | /compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h | 72b1ad02e5a0e143a0d1e2925b7f1c073487ebbf | [
"LLVM-exception",
"Apache-2.0",
"NCSA",
"MIT"
] | permissive | dawmlight/third_party_llvm-project | 523ff2b43983ee742c3a5b35f5fc5c7d9f3f3d33 | 8f792f129c7aa42564701de4f9acb8771f05cca7 | refs/heads/master | 2023-08-09T22:43:19.872691 | 2021-08-06T07:39:58 | 2021-08-06T07:39:58 | 406,236,811 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,814 | h | //===-- sanitizer_stacktrace.h ----------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | [
"pengzhuoli@huawei.com"
] | pengzhuoli@huawei.com |
6d0180de82152149f12fa2452fd50c9a530a900c | c993b955f1d0e77952c53a2abfe8f582a32a802c | /ref-impl/src/impl/ImplAAFModule.h | 15c2eefd614b44026b3198f93e00c7bc7ea2e113 | [] | no_license | christianscheuer/aaf | 6d67e767f439d6f43c3b7fba64336876bcbc0b8d | 0b76dd5bf4f70b0e7b3c33fd6d923ce6f67c71aa | refs/heads/master | 2020-05-01T03:08:19.586353 | 2019-05-01T09:34:40 | 2019-05-01T09:34:40 | 177,238,098 | 0 | 0 | null | 2019-03-23T03:12:02 | 2019-03-23T03:12:02 | null | UTF-8 | C++ | false | false | 18,025 | h | //=---------------------------------------------------------------------=
//
// $Id$ $Name$
//
// The contents of this file are subject to the AAF SDK Public Source
// License Agreement Version 2.0 (the "License"); You may not use this
// file except in compliance with the License. The License is available
// in AAFSD... | [
""
] | |
26af8efe427529c77dc1fd7b34f8920d9dbf207a | 880387c837ed0a6e0002bb0e549413d892fd432c | /src/qt/multisigdialog.cpp | 16330b55898569b00a23c7c42d6a11e1555a27bc | [
"MIT"
] | permissive | bitcoin-token/Bitcoin-Turbo-Koin-Core | 442bd64d7488487bffb15b6611ca4c85ee4ca2ff | 4dcfed3192bb1085f685c86211ed08c68c20c7a3 | refs/heads/master | 2020-04-27T10:14:32.071751 | 2019-03-06T00:52:29 | 2019-03-06T00:52:29 | 174,245,608 | 5 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 39,838 | cpp | // Copyright (c) 2017-2018 The PIVX developers
// Copyright (c) 2019 The BTK developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "multisigdialog.h"
#include "forms/ui_multisigdialog.h"
#include "askpassphras... | [
"cryptojoehodler@gmail.com"
] | cryptojoehodler@gmail.com |
b8dabc2712411eaac169ac245517a58ea8519d12 | 89bd59ee256ccaa70340b0443ca1b89db4568401 | /BON2Component.cpp | 0e37a2c5acc714740f9dbab72f5a694bd39ca955 | [] | no_license | waijay1688/Garbled-Circuit-Interpreter | c756085404d55bb1bb117264fb40c63bb4b58bf2 | e09e5f37d85f76f6afb5fd143699705702ca8fad | refs/heads/master | 2021-01-10T01:31:44.677740 | 2015-11-02T02:23:22 | 2015-11-02T02:23:22 | 45,367,597 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,281 | cpp | //###############################################################################################################################################
//
// Meta and Builder Object Network V2.0 for GME
// BON2Component.cpp
//
//#################################################################################################... | [
"weijie.yu1992@gmail.com"
] | weijie.yu1992@gmail.com |
0ef42adb3f48c471198cbb29e4320b39bd6dbc37 | 303be3bada0b3643abbf47423d54498558442c00 | /src/settings.h | 2e7d66ffa850600c13cf98285ef090a5b27dfaa8 | [] | no_license | llelectronics/tuschbox | ecfd8208723a0cca8f9e3ad3f00182f01a779666 | 70caa260c5b57d21c8d13f3d44e90c46407a250e | refs/heads/master | 2020-05-21T20:32:58.310103 | 2016-12-19T10:28:07 | 2016-12-19T10:28:07 | 65,725,357 | 1 | 1 | null | 2016-12-19T10:17:12 | 2016-08-15T10:48:05 | QML | UTF-8 | C++ | false | false | 416 | h | #ifndef SETTINGS_H
#define SETTINGS_H
#include <QObject>
#include <QSettings>
class Settings : public QObject
{
Q_OBJECT
public:
explicit Settings(QObject *parent = 0);
Q_INVOKABLE void setValue(const QString & key, const QVariant & value);
Q_INVOKABLE QVariant value(const QString &key, const QVariant... | [
"martonmiklosqdev@gmail.com"
] | martonmiklosqdev@gmail.com |
4697f2b5969b114b17e7b3e409b5971a6a8ed377 | b27f95abb8d8bf08feb662d93b4d0f7aa834d84c | /lab10-11/GeneratedFiles/qrc_lab1011.cpp | c09a901f3619f493eac020ed3068818a9d2b725e | [] | no_license | skywallkee/ShopQt | dccbe36b2fb8701515f6ccf3640cea7c62fb4e6c | 50e71ddddf81ecb5daccd67f474289ed9ca0dad2 | refs/heads/master | 2020-09-22T12:48:56.051231 | 2019-12-20T22:27:54 | 2019-12-20T22:27:54 | 225,202,389 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,351 | cpp | /****************************************************************************
** Resource object code
**
** Created by: The Resource Compiler for Qt version 5.12.3
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#ifdef QT_NAMESPA... | [
"raduamaistroaie@gmail.com"
] | raduamaistroaie@gmail.com |
c25e554f5f7e1b361af9ae5302e565c7d1fe28c0 | a50dbf905ce4b51e2a89e894f6840e67d56d367c | /To insert node at Nth postion in linkedlist.cpp | 29b97ce2a8240dfd374f90702d82d8a106b2f1d6 | [] | no_license | hamzaiqbal2000/LinkedList | dbe1a43283c4cfeba543739c6934f878bb0ccd90 | 49f01cc46306d19867a2adeac90d2e506d476f3d | refs/heads/master | 2020-07-25T20:16:49.484463 | 2019-09-28T15:44:01 | 2019-09-28T15:44:01 | 208,413,430 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 758 | cpp | #include <iostream>
//linked list :: program to insert node at Nth postion
struct Node {
int data;
Node* next;
};
Node* head;
void Insert(int data, int n) {
Node* temp1 = new Node();
temp1->data = data;
temp1->next = NULL;
if (n == 1) {
temp1->next = head;
head = temp1;
return;
}
Node* tem... | [
"noreply@github.com"
] | hamzaiqbal2000.noreply@github.com |
59c0dd037fc2e59deab9f31072be8b12d7158075 | d8bff35df8373d81f9152a282666387032460f66 | /ACU/auto_widget.cpp | e43589e2107ab3192717f60fb9893ffedc287150 | [] | no_license | W-ang11/distal_warehouse | 4e1aba43a0722c243b5448928b64cda9564224cf | 5ef10b57bc57fa259e8a88beea4e62ef10579555 | refs/heads/master | 2020-09-13T21:13:53.690672 | 2019-11-21T08:14:46 | 2019-11-21T08:14:46 | 222,904,578 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,261 | cpp | #include "auto_widget.h"
#include "ui_auto_widget.h"
#include <QVector>
#include <QTimer>
#include <QTime>
#include "deal_thread.h"
extern Auto_Widget *a_w;
Auto_Widget::Auto_Widget(QWidget *parent) :
QWidget(parent),
ui(new Ui::Auto_Widget)
{
ui->setupUi(this);
setupRealtimeDataDemo(ui->customPlot_3);... | [
"1962918321@qq.com"
] | 1962918321@qq.com |
8760a17039e0bbe699ba81584fef8534b6c1449a | 71e1c30c4a120078e4a80d3617a34e0f1cf00a41 | /Scratch/LowLevelGraphics/VulkanSample/AeVulkanLib/ae/base/FrameCounter.hpp | afda361d8744bceb9ffbafe700b91179c9aa68b7 | [] | no_license | hoboaki/engineplan | 26d7c1296670cc4c6bc875b175c1aff4857c9e8d | 79e5a2e75540aebb00eaae3da6cdc04067207d19 | refs/heads/main/master | 2023-08-16T20:29:18.927297 | 2023-08-14T01:01:37 | 2023-08-14T01:01:37 | 100,376,204 | 2 | 0 | null | 2023-08-14T01:01:38 | 2017-08-15T12:43:00 | C++ | UTF-8 | C++ | false | false | 1,736 | hpp | // 文字コード:UTF-8
#if defined(AE_BASE_INCLUDED_FRAMECOUNTER_HPP)
#else
#define AE_BASE_INCLUDED_FRAMECOUNTER_HPP
#include <ae/base/BuiltInTypes.hpp>
//------------------------------------------------------------------------------
namespace ae::base {
/// @addtogroup AeBase-Util
//@{
/// フレームカウンター。
class FrameCounter {
... | [
"hoboaki@10106.net"
] | hoboaki@10106.net |
5a7f35c0225fdb6e63cead1c7990336e2136402d | 9ac8e41b3ee4593e2d8a0eaf5c1cf8ac957a2c82 | /src/bignum.h | cc2d48f343a2e65e93375fccfc2085442f92f8b6 | [
"MIT"
] | permissive | northwoodlabs/flaxscript | 3de5b764ec4505d4422f3d9fef89ed13f67b5138 | 1764ca06346c8cdb43b5a3217ce832a16e702b88 | refs/heads/master | 2021-01-01T18:08:55.623328 | 2018-01-07T11:13:40 | 2018-01-07T11:13:40 | 98,257,174 | 0 | 0 | MIT | 2018-01-07T03:47:54 | 2017-07-25T02:52:37 | C++ | UTF-8 | C++ | false | false | 16,987 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-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.
#ifndef BITCOIN_BIGNUM_H
#define BITCOIN_BIGNUM_H
#include "serialize.h"
#include... | [
"adamandshandra@server.local"
] | adamandshandra@server.local |
16ba482d4125a0b622b96e664e06dfc854687398 | 2a5affbef27afd7f554272c3d1978255af91196b | /uos-F4DiscoveryTest/f4discovery-blinky-micro-os-plus/generated/micro-os-plus-iii/include/cmsis-plus/memory/malloc.h | 8658b91d5672b3bdf4ceadfca9e164e1859077d0 | [] | no_license | quzhi010/uos-F4DiscoveryTest | 1112a74ffda596730cd92702d133e186d534d6c9 | 2b37e7376a3ef929e7ca642e99781a0add5f87bc | refs/heads/master | 2020-05-01T12:37:45.306888 | 2019-04-11T06:03:41 | 2019-04-12T05:15:41 | 177,459,453 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,993 | h | /*
* This file is part of the µOS++ distribution.
* (https://github.com/micro-os-plus)
* Copyright (c) 2016 Liviu Ionescu.
*
* 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
... | [
"quzhi010@gmail.com"
] | quzhi010@gmail.com |
45e5ea73ca05acea920cd0b3b5ceb17b71e2f791 | 33c664e99bdb4b5d7e0cd35e3bbe7dc43b4f9cdd | /embedded/polargraph_server_mega_mod/exec.ino | a3177b80c7cac8e98aabb102b819e882bba0027b | [] | no_license | airzone-sama/polargraph | 6cdb04dad9005cf49b94471792f0ff470dba019d | 1ca7f6f766bbf126ada58988a1b21d705196c6f8 | refs/heads/master | 2021-01-23T19:41:35.498416 | 2013-02-16T12:09:14 | 2013-02-16T12:09:14 | 8,235,250 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,061 | ino | /**
* Polargraph Server. - CORE
* Written by Sandy Noble
* Released under GNU License version 3.
* http://www.polargraph.co.uk
* http://code.google.com/p/polargraph/
Exec.
This is one of the core files for the polargraph server program.
Purposes are getting a little more blurred here. This file contains
the b... | [
"IRELANM@SYD0LT-210.goodrich.root.local"
] | IRELANM@SYD0LT-210.goodrich.root.local |
7ff423bd8f5bc82373bea9989c83a63d8b15b053 | bf0b58bcb5141fc3f0c5dbacae15d84c703e95ab | /Plugins/UnrealEnginePython/Source/UnrealEnginePython/Private/UEPySequencer.cpp | b7d189f83353f118719315e99dfaf75e86f936e0 | [
"MIT"
] | permissive | mrG7/tensorflow-ue4-examples | 9fa1a2475ea022c9b75f9d3f2bd106343e87dcce | 94482eaa0576a812be66dd62795605afc3ee5bcf | refs/heads/master | 2021-01-19T14:57:22.156420 | 2017-03-30T02:50:47 | 2017-03-30T02:50:47 | 86,651,659 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,856 | cpp | #include "UnrealEnginePythonPrivatePCH.h"
#include "Runtime/MovieScene/Public/MovieScene.h"
#include "Runtime/MovieScene/Public/MovieScenePossessable.h"
#include "Runtime/MovieScene/Public/MovieSceneBinding.h"
#include "Runtime/MovieScene/Public/MovieSceneTrack.h"
#include "Runtime/MovieScene/Public/MovieSceneNameable... | [
"i.synapse@gmail.com"
] | i.synapse@gmail.com |
40abae2ae74c0ce37546a37bb137f324a868b73b | d1ef3ea5961b19183ed4241f97faf5a26bdb64e3 | /XenonResurrection/SimulatorXenon2/CicParserSim/indirect.h | 577f925e95d80a22eddc31aa2af1ddfc2f726e05 | [] | no_license | gabonator/Projects | d69fd88558d79b0104af708e374605a3d4b5d7f4 | 9d2fa11404ff0a362c876b43a519f4e2728d4d7d | refs/heads/master | 2023-08-31T07:53:32.893768 | 2023-08-23T21:02:40 | 2023-08-23T21:02:40 | 139,358,974 | 24 | 12 | null | 2021-07-13T19:42:55 | 2018-07-01T20:14:01 | C++ | UTF-8 | C++ | false | false | 6,481 | h | // FIXED: first two trees not animating
// TODO: cannot buy anything in shop
// TODO: should blink white when hit
// FIXED: two trees in front of first boss
// TODO: worms coming out from wrong hole
// FIXED: cannon does not work
// FIXED: respawn position on map wrong
void sub_1F2BA();
void sub_14311();
void sub_1475... | [
"gvalky@sygic.com"
] | gvalky@sygic.com |
6d12fce89ccd03f83ae64c4f339c7f095d0ff86f | f933b3960ba73367d95b510c196a5e13d9e77ab9 | /trx/inc/opencv/opencv2/contrib/detection_based_tracker.hpp | 4b8a0277b35e061b2fa36756dcaee8fe880e21b9 | [] | no_license | victorursu/walls | 7ba50033c1ad28f66e8a97bcf37248e527c878a1 | fab6c82714d837acdc5ecb95c7cb36a5d0cbc903 | refs/heads/master | 2021-01-21T14:17:21.934574 | 2017-02-19T23:58:52 | 2017-02-19T23:58:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,384 | hpp | #pragma once
#if defined(__linux__) || defined(LINUX) || defined(__APPLE__) || defined(__ANDROID__)
#include <opencv2/core.hpp>
#include <opencv2/objdetect.hpp>
#include <vector>
namespace cv
{
class CV_EXPORTS DetectionBasedTracker
{
public:
struct Parameters
{
int m... | [
"jedwards@fastmail.com"
] | jedwards@fastmail.com |
18b1db7ad7d86393b2289bc1b5e6795227f1f19a | 53c4e64c6c3f7e85dbb78b96fe4d53aef3524f7b | /Collision.h | f50bf4732a5234968835b1c83edf1d01a0861ac1 | [] | no_license | ska9641/20151695 | 2d9feddf6dd237e7b79057a76620421945dd0255 | ae972e10670e50879c680190acdf33e0f6c40672 | refs/heads/master | 2021-01-09T06:38:46.833097 | 2016-06-14T02:18:23 | 2016-06-14T02:18:23 | 61,084,266 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 478 | h | #pragma once
#include "Boss.h"
#include "Bullet.h"
#include "Tank.h"
#include "Wall.h"
#include "Object.h"
class Collision
{
private:
public:
Collision();
~Collision();
static bool CollisionOBJ(CObject *_obj1,CObject *_obj2);
static void CollisionBuObj(CBullet *_bu,CObject *_obj);
static void Col... | [
"noreply@github.com"
] | ska9641.noreply@github.com |
d25247daad4b76a56b6b7f0249ae3b13a5d2c190 | 0b2c2179046bb8cf4d6d6cc9d736529fda603556 | /plugins/MacVST/TransDesk/source/TransDeskProc.cpp | c8b45c2d561d6b869a41b067abb754237d13501c | [
"MIT"
] | permissive | benjohnson2001/airwindows | 5730fc7e79c1e16e07b5950bb9c925e97c3d8caa | 37719b99ec4d6882ab0e836d423cb69a86472aac | refs/heads/master | 2022-04-24T08:25:50.677085 | 2020-04-25T06:07:00 | 2020-04-25T06:07:00 | 258,698,797 | 0 | 0 | MIT | 2020-04-25T05:56:15 | 2020-04-25T05:56:15 | null | UTF-8 | C++ | false | false | 15,618 | cpp | /* ========================================
* TransDesk - TransDesk.h
* Copyright (c) 2016 airwindows, All rights reserved
* ======================================== */
#ifndef __TransDesk_H
#include "TransDesk.h"
#endif
void TransDesk::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames)
{
... | [
"jinx6568@sover.net"
] | jinx6568@sover.net |
9b4cea3c9dea6d4197fe3613fb332b23a30d05cc | 7b8979bdabad9fd5c600272680ef030d1c14ffba | /Code/swGraphicAPI/DX11API/stdafx.h | 74a304b6c5a58fdf628113b5670071d48fb9a5be | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | armadi110/VoxelRenderer | 2e67883b76f4632a477490d3cd35243d8c1952a5 | fcf8aa8105d37638a21bca87fa56e294314a9548 | refs/heads/master | 2021-09-09T16:05:14.138595 | 2018-03-13T20:11:27 | 2018-03-13T20:11:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,347 | h | #pragma once
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
/// @note You can disable all headers in precompiled header with one macro.
/// All cpp files should be precompiled header independet and explici... | [
"nieznany.sprawiciel@gmail.com"
] | nieznany.sprawiciel@gmail.com |
4fe2e4d115e1a6dd01503860ea46b10ac2d98375 | 9911cd289f63b8ad9e5d11f425eae528de32698d | /modules/svg/include/SkSVGTypes.h | e0ea73e44d6f3a51fd919b6617c5f2d9e0310284 | [
"BSD-3-Clause"
] | permissive | udevbe/skia | 0e74bda28a5479c02006877ec6e07b1482dfe7c2 | b432d0b757655ae0f855a4f138b196d2da9ee8a1 | refs/heads/master | 2023-01-07T09:16:34.705268 | 2020-10-21T04:01:57 | 2020-10-21T04:56:01 | 283,236,350 | 0 | 0 | NOASSERTION | 2020-07-28T14:27:29 | 2020-07-28T14:27:28 | null | UTF-8 | C++ | false | false | 11,162 | h | /*
* Copyright 2016 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkSVGTypes_DEFINED
#define SkSVGTypes_DEFINED
#include "include/core/SkColor.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkPath.h"
#include "include/... | [
"skia-commit-bot@chromium.org"
] | skia-commit-bot@chromium.org |
ee2b151749ec59f48d4d98ff7259de564e3a1367 | 0f896bb9f7dbccfe7e42463350aec4e438303661 | /vendors/XMSAALib.cpp | eedc87535753466dc28b588f18c956ff8bc5b9eb | [] | no_license | inCenter/work-proof | 6ae6933217f9921641011223bd9b1314396720e9 | 1d2ce356b87c829b6512aa671138b5e71536c508 | refs/heads/master | 2021-01-15T13:18:12.839624 | 2013-11-13T00:44:26 | 2013-11-13T00:44:26 | 14,349,100 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,107 | cpp | // XMSAALib.cpp Version 1.0 - see article at CodeProject.com
//
// Author: Hans Dietrich
// hdietrich@gmail.com
//
// Description:
// XMSAALib implements a class to retrieve MSAA information from a window.
//
// History
// Version 1.0 - 2009 February 10
// - Initial public release
//
... | [
"alexander-vgx@yandex.ru"
] | alexander-vgx@yandex.ru |
b9eff68686da618d46616233ba1c062a79094367 | 22732cb593533e9134a7589e8f93597ce3790a4e | /Dwarves-vs-Zombies/render.h | ac6103754fa168c37c1c313b6ba468206392050d | [] | no_license | Fishandchips321/Dwarves-vs-Zombies | 6f7116b10cd70b0d65224d9dde111c7d4eb15f8c | a4aff08c832ee09828c9b450bba7e5acfa48241c | refs/heads/master | 2021-01-12T07:36:22.863110 | 2017-05-18T17:21:47 | 2017-05-18T17:21:47 | 76,985,989 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,007 | h | #pragma once
#include <SDL.h>
#include <SDL_image.h>
#include <iostream>
#include <vector>
class render
{
public:
render();
static bool init();
static bool update();
static bool drawScreen();
static bool drawTexture(SDL_Texture* texture, SDL_Rect* rect, SDL_Rect* viewport = NULL);
static bool drawSurface(SDL_Surf... | [
"f10fox@yahoo.co.uk"
] | f10fox@yahoo.co.uk |
5663965fed3faecdeabda3b63f43cb63fb23b73c | eefce09344d0e4f85056fd2f18aa28fee7da73be | /sqlite3command.h | af9042fc1c772fe5f5f5bf159ab4bf2802ec728a | [
"MIT"
] | permissive | itsPG/sqlite_fts_substring | 9d1b02ca6e64ce93a3ca5602b18f50438051fb33 | d66b82f3708bfd6837f04bece32a6cb80ca62e82 | refs/heads/master | 2021-01-01T16:25:07.854716 | 2014-05-24T16:35:06 | 2014-05-24T16:35:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,356 | h | #include "sqlite3.h"
#ifdef __cplusplus
extern "C" {
#endif
#include "character_tokenizer.h"
#ifdef __cplusplus
}
#endif
#define DEBUGMSGRED(msg) cout << "\033[0;31m" << msg << "\033[0m" << endl;
#define DEBUGMSGGREEN(msg) cout << "\033[0;32m" << msg << "\033[0m" << endl;
#define DEBUGMSGBROWN(msg) cout << "\033[0;33m... | [
"smartPG@gmail.com"
] | smartPG@gmail.com |
4d8635d1fb8e249f9b837c7ae375ff641cf188ef | 5c34abe10630b23da8ba7d1cbce38bda53a4b6fa | /G4HadronSim/G4HadronSim/G4PiKBuilder.hh | 766a22fc17e2c518c8a0abeaf6ec586e5f895678 | [] | no_license | fermi-lat/GlastRelease-scons-old | cde76202f706b1c8edbf47b52ff46fe6204ee608 | 95f1daa22299272314025a350f0c6ef66eceda08 | refs/heads/master | 2021-07-23T02:41:48.198247 | 2017-05-09T17:27:58 | 2017-05-09T17:27:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,988 | hh | //
// ********************************************************************
// * DISCLAIMER *
// * *
// * The following disclaimer summarizes all the specific disclaimers *
// * of contributors to this ... | [
""
] | |
11843f6712cbe1ddb29494edb8f241f71c821e20 | 39cdab177f5e33db7e3113426f1817c012b9de9c | /src/main.cpp | 189fa8b2fb15f2ec1345b735b52a6ed2c58af8d8 | [] | no_license | VincentWells/CAST-Project | 22f289e18ace70824efd857aba3c08d10af8af2b | bbfdfd3cef171f54c52fc0b7ecab6c27553301bc | refs/heads/master | 2021-06-01T12:23:22.593872 | 2020-01-23T16:56:07 | 2020-01-23T16:56:07 | 79,065,798 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,159 | cpp | #include "graph.h"
#include <iostream>
#include <vector>
#include <string>
#include <fstream>
#include <istream>
using namespace std;
//find the proportion of item in a vector inside a given range relative to that range
double overlap(vector<int>& v, int s, int e){
int count = 0;
for(int i = 0; i < v.size(); i++){
... | [
"me@localhost.localdomain"
] | me@localhost.localdomain |
6dc9e9ec38ca913de195b93cc20e3bf15878e366 | a0c6c9428387083ca7d95ac66709d74d700be00d | /Pong/src/Texture2D.cpp | 70c4dbeff5a46abd81fdfc50ead3890f2b83d8e0 | [] | no_license | robot9706/Pong3D | 60d0b7e729ffde21dcdf1d7a000b1f2776549114 | 8821eab3f0a7ca5dba7bb37948b51230f21bb888 | refs/heads/master | 2021-01-10T04:24:07.936894 | 2015-05-29T13:05:52 | 2015-05-29T13:05:52 | 35,967,662 | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 2,378 | cpp | //============================
//Nagygyörgy Bence 11.b - 2015
//============================
#include "Texture2D.h"
#include <glew.h>
#include <SDL.h>
#include <SDL_image.h>
#include <DataBlock.h>
#include <iostream>
#include <string>
using namespace std;
Texture2D::Texture2D()
{
glGenTextures(1, &_texture);
}
... | [
"robot9706@gmail.com"
] | robot9706@gmail.com |
52d1ac49929fbe3b4c99df33d542e12608945f26 | 006f035d65012b7c5af15d54716407a276a096a8 | /dependencies/include/cgal/CGAL/Handle_with_policy.h | 04f38c639cbc62f0a5252cac4caec9465514b945 | [] | no_license | rosecodym/space-boundary-tool | 4ce5b67fd96ec9b66f45aca60e0e69f4f8936e93 | 300db4084cd19b092bdf2e8432da065daeaa7c55 | refs/heads/master | 2020-12-24T06:51:32.828579 | 2016-08-12T16:13:51 | 2016-08-12T16:13:51 | 65,566,229 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 57,070 | h | // Copyright (c) 2001-2007 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation; either version 3 of the Li... | [
"cmrose@lbl.gov"
] | cmrose@lbl.gov |
6509b75300d3a650b52967930adada458be19f20 | e029e3cfddcf7051d2937600bd420da638ab0e04 | /src/masternode-payments.cpp | e88daf4c987e98958ad112a89704cc655bb3c3ed | [
"MIT"
] | permissive | reflexcoin/core | d49e2fd8b7383d3fc101752dccf7fa45a4b26391 | eeda5f3424d4eb8969580b5ac8787d350760d1f5 | refs/heads/master | 2020-06-12T04:45:26.910957 | 2019-07-10T03:10:20 | 2019-07-10T03:10:20 | 194,197,107 | 0 | 1 | MIT | 2019-07-10T03:10:21 | 2019-06-28T03:03:39 | C++ | UTF-8 | C++ | false | false | 42,192 | cpp | // Copyright (c) 2014-2017 The Dash Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "activemasternode.h"
#include "governance-classes.h"
#include "masternode-payments.h"
#include "masternode-sync.h"
... | [
"glordcryptex@yandex.com"
] | glordcryptex@yandex.com |
8a2a5693784592fc47b9cac7a38e5f015781261f | 9c8b549af87c4d2b4648b454769f2c111199c5f6 | /liblrc/lyrics.h | 56c07e2015f8927f21c2e7eb246367ec3c7dc558 | [
"MIT"
] | permissive | ywh233/LRC-Tools | bc4e800bd0789c166310b84503dd9832f36447d5 | 1fc3872320cd449933bffefc6527928262ee0629 | refs/heads/master | 2021-09-06T23:09:03.240811 | 2018-02-13T07:52:30 | 2018-02-13T07:52:30 | 17,500,048 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,944 | h | //******************************************
// Author : Yuwei Huang
// Created On : Thu Feb 08 2018
// File : lyrics.h
//******************************************
#ifndef LIBLRC_LYRICS_H
#define LIBLRC_LYRICS_H
#include <cstdint>
#include <string>
#include <vector>
namespace lrc {
class Lyrics {
public:
str... | [
"yuwaiw@gmail.com"
] | yuwaiw@gmail.com |
5876542a94571933402642720d1d38f2da5af3f5 | 156d4f5c53d28d473083c0e8a3f4048c82365ded | /CPP/OSIP/Pipeline/inlet.hpp | 461b36244cc722b7f698e4d013b45b3507014655 | [] | no_license | amcelroy/Lepton | ee4ec9b03ee90716bc64c9c78799f88d52272123 | f2efb60c3a96afbdff9bb9007a18ce4e26ea250b | refs/heads/master | 2021-09-05T23:37:11.587886 | 2018-01-31T17:58:54 | 2018-01-31T17:58:54 | 115,148,552 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,844 | hpp | #ifndef INLET_H
#define INLET_H
#include <vector>
#include <queue>
#include "payload.hpp"
#include <mutex>
#include "boost/signals2.hpp"
using namespace std;
namespace OSIP {
template<class I>
class Inlet
{
private:
boost::signals2::signal<void(int)> sig_ElementsInQueue;
/**
... | [
"mcelroy.austin@gmail.com"
] | mcelroy.austin@gmail.com |
fc5a408be3c8cda5657b5bc1b9db67124a4fcedc | ba9322f7db02d797f6984298d892f74768193dcf | /emr/src/model/CreateClusterHostGroupResult.cc | d20ff2884111997388daae13ecbfb3b1bc30e717 | [
"Apache-2.0"
] | permissive | sdk-team/aliyun-openapi-cpp-sdk | e27f91996b3bad9226c86f74475b5a1a91806861 | a27fc0000a2b061cd10df09cbe4fff9db4a7c707 | refs/heads/master | 2022-08-21T18:25:53.080066 | 2022-07-25T10:01:05 | 2022-07-25T10:01:05 | 183,356,893 | 3 | 0 | null | 2019-04-25T04:34:29 | 2019-04-25T04:34:28 | null | UTF-8 | C++ | false | false | 1,612 | cc | /*
* Copyright 2009-2017 Alibaba Cloud 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... | [
"haowei.yao@alibaba-inc.com"
] | haowei.yao@alibaba-inc.com |
fd344163e726ce275f53e224be30c10aaac91bd3 | 30086c6f0eaac5e02115b5827a31254fb042d218 | /GF5000_66/view/modifyadtablewidget.cpp | 4435e2c9585773b9f420db68a6995ac16eda0008 | [] | no_license | qinjiexiansheng/qinQtproject | 364820bcd291edbdacbe2a775d8bafd4ec3599bd | 06c5d89c7ff110a10aa075b4bcdc3934d9f87a53 | refs/heads/master | 2022-12-30T15:00:54.491908 | 2020-10-17T08:02:50 | 2020-10-17T08:02:50 | 304,822,226 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,123 | cpp | #include "modifyadtablewidget.h"
ModifyAdTableWidget::ModifyAdTableWidget(QWidget *parent) : QWidget(parent){
mSatData = SatData::initance();
mModel = mSatData->getModel();
mView = new QTableView(this);//表格窗口
mView->horizontalHeader()->setResizeMode(QHeaderView::Stretch);//行表头均分
mView->verticalHead... | [
"1042034984@qq.com"
] | 1042034984@qq.com |
c8baa0d4d6cefd5e15901554bb28093d7278455d | 5387d1bc0bfd550c5aaa19f02928c58cd535003e | /ChatManager/log/winlog.h | e000fb0e117ac5c8bd3ff760e8d14d001ce9ee78 | [] | no_license | StrokeAce/YunKa826 | 90e96f5627e7c70c895aa89c7256919d66fd8c6f | efa3cddd7b0347846a7156a627c452447e1b92b6 | refs/heads/master | 2020-07-03T19:03:18.098740 | 2017-03-13T03:10:56 | 2017-03-13T03:10:56 | 66,622,447 | 0 | 2 | null | null | null | null | GB18030 | C++ | false | false | 4,021 | h | /************************************************************************
Submodule : log.h
Depict : Write log Interface
Language : ANSI C++
Version : 3.0
Compile : make
Compat : Linux/Windows
Editor : yanyg
Time : 2007 07 15
***********************************************************... | [
"gaowenbo123456tv@163.com"
] | gaowenbo123456tv@163.com |
0cd89bc2c275755a97aeb691a6a3cbb98d0d7286 | c279a2fcb56de70f5cac2c8e890f155e177e676e | /Source/Plugins/SubsystemPlugins/BladeGraphics/source/interface_imp/Shadows/DefaultShadowTechnique.h | 8b38ecdd6ce97a95013d0df7b4b2e993c3cebac7 | [
"MIT"
] | permissive | crazii/blade | b4abacdf36677e41382e95f0eec27d3d3baa20b5 | 7670a6bdf48b91c5e2dd2acd09fb644587407f03 | refs/heads/master | 2021-06-06T08:41:55.603532 | 2021-05-20T11:50:11 | 2021-05-20T11:50:11 | 160,147,322 | 161 | 34 | NOASSERTION | 2019-01-18T03:36:11 | 2018-12-03T07:07:28 | C++ | UTF-8 | C++ | false | false | 3,871 | h | /********************************************************************
created: 2017/06/21
filename: DefaultShadowTechnique.cc
author: Crazii
purpose:
*********************************************************************/
#ifndef __Blade_DefaultShadowTechnique_h__
#define __Blade_DefaultShadowTechnique_h__
#inclu... | [
"xiaofeng.he@mihoyo.com"
] | xiaofeng.he@mihoyo.com |
cd3bc566577bdef259d712ee418df8ecb59a9fa6 | dcf8b9a8c0cd7a0cac742c7af9cc2d8cb06f7f69 | /SymbolTable.h | 704c34e615db2cca3ad2af21b5152ced498f9732 | [] | no_license | saadabrar12/CSC512_HW4 | a6dbbcbbbec2b0ef526c0d32f8b7a1c7df59e228 | cea9eccecb8fa029668521b0b67301a1cb13c771 | refs/heads/master | 2022-11-30T07:58:42.747243 | 2020-08-06T01:01:43 | 2020-08-06T01:01:43 | 285,436,879 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 585 | h | #ifndef _SYMBOLTABLE_H
#define _SYMBOLTABLE_H
#include <string>
#include <queue>
#include "Variable.h"
#include "Function.h"
class SymbolTable
{
public:
std::vector< std::pair<std::string, Variable*> > globalVariables;
std::vector< std::pair<std::string, Function*> > functions;
Function* curFunction;
int lableCnt;... | [
"saad6522@gmail.com"
] | saad6522@gmail.com |
7dbd5d33f93ec9638f6fffe60ccb5419a8641c4f | 6fe2aa21c7ec38f6789f3ff3eaa5c3efdc459fae | /Linux/51muduoBaseStudy/AsyncLogging.cpp | 99f1de46526fde5bf45ddb30b3def7bb28684f47 | [
"Apache-2.0"
] | permissive | ggwhsd/CPPStudy | 192f83e9b8406b464b42ece656448e27895fd950 | 9661e231e1f9577bb85855c0ff1840f764c7b444 | refs/heads/master | 2023-06-29T10:49:50.984447 | 2023-05-12T13:45:24 | 2023-05-12T13:45:24 | 155,736,327 | 6 | 1 | Apache-2.0 | 2023-06-14T22:32:46 | 2018-11-01T15:30:49 | C++ | UTF-8 | C++ | false | false | 3,333 | cpp | // Use of this source code is governed by a BSD-style license
// that can be found in the License file.
//
// Author: Shuo Chen (chenshuo at chenshuo dot com)
#include "AsyncLogging.h"
#include "LogFile.h"
#include "Timestamp.h"
#include <stdio.h>
using namespace muduo;
AsyncLogging::AsyncLogging(const string& base... | [
"ggw_hsd@hotmail.com"
] | ggw_hsd@hotmail.com |
15410c11dffa3c6ac15cfc997c61f09987001e96 | 1f44fb3915f6b362464fe9c2b38b530c518b2f2a | /Proyecto Graficas/Example/Example/MeshGl.cpp | c9ba765384c5c5bce275e3bbbbc6e84b1c06ceb1 | [] | no_license | MinusDelta21/Graficas-STL | 33cdafc918cf72f2a705a1fab53dcaa271381fb8 | d31a0cba312a77c8defeb9e1f6c81efd7007a90f | refs/heads/master | 2021-05-07T18:57:59.341019 | 2017-12-08T04:08:27 | 2017-12-08T04:08:27 | 108,810,966 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,852 | cpp | #define STB_IMAGE_IMPLEMENTATION
#include <stb_image.h>
#include "MeshGl.h"
#include "Matrix4D.h"
#include <iostream>
#include <fstream>
#include <string>
#include "D3DXTexture.h"
using namespace std;
#define BUFFER_OFFSET(i) ((char *)NULL + (i))
void MeshGL::SetDocName(char* docname) {
docName = docname;
}
void Mes... | [
"idv16a.stoll@uartesdigitales.edu.mx"
] | idv16a.stoll@uartesdigitales.edu.mx |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.