blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f67c345877dd292818f0d3566c9b7654b87f76ec | ce262ae496ab3eeebfcbb337da86d34eb689c07b | /SERenderers/SE_DX9_Renderer/SEDX9RendererRegister.cpp | 87932745be7143ee568754137c560aef41996feb | [] | no_license | pizibing/swingengine | d8d9208c00ec2944817e1aab51287a3c38103bea | e7109d7b3e28c4421c173712eaf872771550669e | refs/heads/master | 2021-01-16T18:29:10.689858 | 2011-06-23T04:27:46 | 2011-06-23T04:27:46 | 33,969,301 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,873 | cpp | // Swing Engine Version 1 Source Code
// Most of techniques in the engine are mainly based on David Eberly's
// Wild Magic 4 open-source code.The author of Swing Engine learned a lot
// from Eberly's experience of architecture and algorithm.
// Several sub-systems are totally new,and others are re-implimented or
... | [
"hide106@163.com@876e9856-8d94-11de-b760-4d83c623b0ac"
] | hide106@163.com@876e9856-8d94-11de-b760-4d83c623b0ac |
71386e0b7320a9948649f8af671d066d01c85a45 | 721abe93582ff6256d2c465ce6620c9b4f48f518 | /AKROS_bridge_converter/include/AKROS_bridge_converter/motors/AK80-6_old.h | 17d9e1672ae2d5caff55ec765e13ec1e8e5e782e | [] | no_license | jeremyroy/AKROS_bridge | 67d709e078a57a5d64bb0c7d1a8c728ae9ae497b | a9f6ed7d6c41080fa1c423b92c073ee4299b1fbe | refs/heads/master | 2023-08-28T05:24:46.874259 | 2021-07-15T02:37:59 | 2021-07-15T02:37:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 395 | h | // AK10-9(new)
#ifndef AK80_6_OLD_H_
#define AK80_6_OLD_H_
#include <string>
namespace AK80_6_OLD{
static const std::string model_name = "AK80-6_OLD";
static const float P_MIN = -95.5f;
static const float P_MAX = 95.5f;
static const float V_MIN = -22.5f;
static const float V_MAX = 22.5f;
static... | [
"o.hayabusa@gmail.com"
] | o.hayabusa@gmail.com |
8c4ffa672682cb238b44725a130383472f408605 | db40fc0c9a6327f6daf03655e520eda41d07af80 | /Pooling.h | 0f97e0b540685a0c14031c115a5fc1fbbac0fe08 | [
"Apache-2.0"
] | permissive | cstghitpku/N3LDG | 50ec0c78825443676665131c4ae17d5863b516de | c4ee4d505a744695631c81ad52f466584c65f535 | refs/heads/master | 2020-06-06T21:56:54.786323 | 2018-10-07T14:30:08 | 2018-10-07T14:30:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,207 | h | #ifndef POOLING
#define POOLING
/*
* Pooling.h:
* pool operation, max, min, average and sum pooling
*
* Created on: Apr 22, 2017
* Author: mszhang
*/
#include "MyLib.h"
#include "Node.h"
#include "Graph.h"
class PoolNode : public Node {
public:
vector<PNode> ins;
public:
PoolNode() : Node() {
... | [
"mason.zms@gmail.com"
] | mason.zms@gmail.com |
570a5e5559b7ac8ec7525839c2efb6a667ec16da | dc4cf5b634c533f93b27de0ba29878874ed1d66f | /HGServer/Msg.cpp | ebf39b9755f7c31acabd0337f47525536693704e | [] | no_license | ymind/Helbreath-800x600 | 022c5da15bb489fe0639f52b1ea729188beff65f | 423b29c26d920b56aae5cf08e66ec1f09644bfcf | refs/heads/master | 2020-04-18T05:49:19.804061 | 2018-12-19T12:54:01 | 2018-12-19T12:54:01 | 167,293,043 | 0 | 1 | null | 2019-01-24T03:01:35 | 2019-01-24T03:01:35 | null | UTF-8 | C++ | false | false | 1,110 | cpp | /*
* 800x600 resolution by sLeeq
* Based on v3.82 sources
* https://github.com/sleeqeels/Helbreath-800x600
*/
// Msg.cpp: implementation of the CMsg class.
//
//////////////////////////////////////////////////////////////////////
#include "Msg.h"
//////////////////////////////////////////////////////////... | [
"noreply@github.com"
] | noreply@github.com |
1e2b5502b86bde64048097b657c2b57efc0fa897 | 2874670b1089469a3ba27943897c13c1cc57617f | /yingying_delphi/Delphicpp_v8.4.2_Linux/src/delphi/delphi_data_reset.cpp | 7704c40970d18bba1721a9a75fce41c1350c1d28 | [
"MIT"
] | permissive | GunnerLab/Develop-MCCE | 659d9f337664a10c038fea91fd6aaa0cd424a0a8 | d97b43b20bc2f06f26ebecb764317aba7597ea19 | refs/heads/master | 2020-05-29T19:38:30.659424 | 2020-02-07T21:09:05 | 2020-02-07T21:09:05 | 189,330,734 | 0 | 6 | MIT | 2020-02-07T21:09:06 | 2019-05-30T02:23:22 | Smarty | UTF-8 | C++ | false | false | 16,323 | cpp | /*
* delphi_data_reset.cpp
*
* Created on: Apr 4, 2014
* Author: chuan
*/
#include "delphi_data.h"
void CDelphiData::reset(const string& strF95File)
{
ifstream ifFileStream;
ifFileStream.open(strF95File.c_str());
string strLine;
while( !ifFileStream.eof() )
{
getline(ifFileStre... | [
"junjun.mao@gmaile.com"
] | junjun.mao@gmaile.com |
59e33f5bee2addf720a838b77aa6bb953479c35d | 5bef53b0dc9539a4953919f75fde1f0ebd20e9fb | /CF/CONTEST_612D1/C1.cpp | 4850aa316d47555c39ba6ebcabb6bff0306ec39b | [] | no_license | atrin-hojjat/CompetetiveProgramingCodes | 54c8b94092f7acf40d379e42e1f2c0fe8dab9b32 | 6a02071c3869b8e7cd873ddf7a3a2d678aec6d91 | refs/heads/master | 2020-11-25T10:51:23.200000 | 2020-10-08T11:12:09 | 2020-10-08T11:12:09 | 228,626,397 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,065 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
#include <string>
#include <map>
using namespace std;
const int MaxN = 100 + 10 + 1;
map<string, int> m;
vector<int> C[MaxN];
string res;
int main() {
int n; cin >> n;
cout << "? " << 1 << " " << n << endl;
for(int i = 0; i < n * (n + 1) / 2; i++) {
... | [
"magic.h.s.atrin@gmail.com"
] | magic.h.s.atrin@gmail.com |
c23e0d5d2b4505b82f5384f9d7371d59f938f786 | 7a3bfa2a22ff89104487a8d54e9ee9fcd83b584c | /c++/11.Container_With_Most_Water.cpp | 5acc5ed7b6e2c5e2a75ecb485204bdb73c46ef10 | [] | no_license | waynewu6250/LeetCode-Solutions | 8c751b42423434ee8c7ba5b111d15d510149e75d | f7fbe6fe74bfad225d58ead99d6414773b1fcda0 | refs/heads/master | 2021-06-23T09:57:44.580004 | 2020-11-16T19:47:10 | 2020-11-16T19:47:10 | 141,864,999 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 435 | cpp | class Solution {
public:
int maxArea(vector<int>& height) {
int left = 0;
int right = height.size()-1;
int maxarea = 0;
while(left < right){
maxarea = max(maxarea, (right-left)*min(height[right], height[left]));
if(height[left] <... | [
"waynewu6250@gmail.com"
] | waynewu6250@gmail.com |
66c6e4e7a4ea325d0bcec51c7f41bf85c1172e74 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5753053697277952_1/C++/mmcpc/a.cpp | 6eb0f2a3a6601a31a35057ffde3cb98df4c8c2ed | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,053 | cpp | #include <iostream>
#include <algorithm>
#include <cstring>
#include <map>
#include <set>
#include <stack>
#include <string>
#include <vector>
#include <queue>
using namespace std;
int main() {
int t;
cin >> t;
for (int ci = 1; ci <= t; ++ci) {
int n;
cin >> n;
vector<pair<int, char> > data;
int... | [
"alexandra1.back@gmail.com"
] | alexandra1.back@gmail.com |
8a62996ea4182bf8fa350e6f11fc87cd01d602df | a7330487b18519661136532ec8ab7e0e7c095f83 | /src/wrench_manager.cpp | 0ca6a5801170212c9737d88a7e8ecb870cbd41f8 | [
"MIT"
] | permissive | glahr/generic_control_toolbox | 3a4cb87059a9b475e3f20425f094610b8eff40a8 | f03b1c95dabd91c72538ac5a0fbe5a9d3c84f8b7 | refs/heads/master | 2020-04-16T14:21:11.018023 | 2018-12-15T10:59:55 | 2018-12-15T10:59:55 | 165,663,622 | 0 | 0 | null | 2019-01-14T13:10:23 | 2019-01-14T13:10:23 | null | UTF-8 | C++ | false | false | 5,641 | cpp | #include <generic_control_toolbox/wrench_manager.hpp>
namespace generic_control_toolbox
{
WrenchManager::WrenchManager()
{
nh_ = ros::NodeHandle("~");
if (!nh_.getParam("wrench_manager/max_tf_attempts", max_tf_attempts_))
{
ROS_WARN(
"WrenchManager: Missing max_tf_attempts parameter, setting default"... | [
"diogoa@kth.se"
] | diogoa@kth.se |
7fad13b734dad8c26a4283ceb241e6e76cb52a19 | d74e22f0dd5294f3113c127fad14a420b67f8de9 | /Contests/01 Contest/01 PairSumDivisibleB.cpp | 85c3bd0710bc61e09d746f1fd237bb16d24f3f5e | [] | no_license | FazeelUsmani/Scaler-Academy | c44327223f062ab27e5230b13ec4a0cfa35269f9 | 229141a69ca0522e4048181d0ec9c3316b3148ae | refs/heads/master | 2022-02-07T02:15:35.196734 | 2022-01-06T13:32:42 | 2022-01-06T13:32:42 | 236,805,007 | 194 | 144 | null | null | null | null | UTF-8 | C++ | false | false | 1,139 | cpp | /*
Pair Sum divisible by M
Problem Description
Given an array of integers A and an integer B, find and return the number of pairs in A whose sum is divisible by B.
Since the answer may be large, return the answer modulo (109 + 7).
Problem Constraints
1 <= length of the array <= 100000
1 <= A[i] <= 109
1 <= B <= 1... | [
"noreply@github.com"
] | noreply@github.com |
52511370e34fb19448e13b52273fa7b60a51c2ee | f0a26ec6b779e86a62deaf3f405b7a83868bc743 | /Engine/Source/Runtime/Engine/Public/HighResScreenshot.h | 63edff2f139d53210496888d361466c3d0a1f3b0 | [] | no_license | Tigrouzen/UnrealEngine-4 | 0f15a56176439aef787b29d7c80e13bfe5c89237 | f81fe535e53ac69602bb62c5857bcdd6e9a245ed | refs/heads/master | 2021-01-15T13:29:57.883294 | 2014-03-20T15:12:46 | 2014-03-20T15:12:46 | 18,375,899 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,042 | h | // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
#pragma once
struct ENGINE_API FHighResScreenshotConfig
{
static const float MinResolutionMultipler;
static const float MaxResolutionMultipler;
FIntRect UnscaledCaptureRegion;
FIntRect CaptureRegion;
float ResolutionMultiplier;
float ResolutionMultipl... | [
"michaellam430@gmail.com"
] | michaellam430@gmail.com |
2306f95e2d0763580065ee0b132cdce7a7a882e3 | fc5dbb1f62b14ea59072b16fe43d503db163879f | /Project2/roboticarm.cpp | d2a089a96c1d43ff0b0112cbd09e59bb53b5d97f | [] | no_license | darrentran33/UdacityRobotics | 9832474b395373e9e807bf4a390c099070908168 | f876ecb3af0a0fd0770ac9ce3b7d2a21f9092ae7 | refs/heads/master | 2022-11-18T02:21:30.393025 | 2020-07-19T02:42:19 | 2020-07-19T02:42:19 | 275,843,033 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,457 | cpp | //ros is the official library for ROS. Provides much of the functionality required for intercfa
#include "ros/ros.h"
// Contains the primitive message types in ROS, will publish Float64 messages to command topics for each joint of the arm
#include "std_msgs/Float64.h"
int main(int argc, char** argv)
{
// In... | [
"noreply@github.com"
] | noreply@github.com |
561c41b1e14bf5ce69bbd904e9764b7ae49c0d19 | 792e697ba0f9c11ef10b7de81edb1161a5580cfb | /lib/Transforms/Utils/SSAUpdater.cpp | 7d99921766587f97aa04dc2a63833785e6e8439b | [
"NCSA",
"LLVM-exception",
"Apache-2.0"
] | permissive | opencor/llvmclang | 9eb76cb6529b6a3aab2e6cd266ef9751b644f753 | 63b45a7928f2a8ff823db51648102ea4822b74a6 | refs/heads/master | 2023-08-26T04:52:56.472505 | 2022-11-02T04:35:46 | 2022-11-03T03:55:06 | 115,094,625 | 0 | 1 | Apache-2.0 | 2021-08-12T22:29:21 | 2017-12-22T08:29:14 | LLVM | UTF-8 | C++ | false | false | 16,772 | cpp | //===- SSAUpdater.cpp - Unstructured SSA Update Tool ----------------------===//
//
// 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
//
//===---------------------------... | [
"agarny@hellix.com"
] | agarny@hellix.com |
d62945c5509a18cd1f05ec9bf189ea341d39d76c | 8eb61bb222fa58e5d695c6aff7dd59d925eac583 | /SingWhale05/src/swMenu.h | 7d1a1588513460279d8ec476a68dba61ed9c1d2f | [] | no_license | liamartinez/Sing-Whale | 353d9a176a161d785f70d6a2cf1aaac6707a72be | e38251cedea5e05334eb70d1cd1d9ee954a8e59d | refs/heads/master | 2021-01-25T04:03:02.642281 | 2012-04-27T01:37:28 | 2012-04-27T01:37:28 | 3,550,078 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,330 | h | //
// swMenu.h
// SingWhale01
//
// Created by Stephen Varga on 6/15/11.
// Modified by Lia Martinez on 2/25/12.
//
#ifndef SingWhale01_swMenu_h
#define SingWhale01_swMenu_h
#pragma once
#include "ofMain.h"
#include "baseButton.h"
#include "swAssetManager.h"
#include "songSceneManager.h"
#include "ofxTweenzor.h"
... | [
"sushionthego@gmail.com"
] | sushionthego@gmail.com |
b998bec7c2aed559bc63486f2ac5f52d2c7469d2 | 2b85b516fdab7e0f85f41df237cfac90d6797f9f | /iverilog-parser/Module.cc | 80e1200e2f8e61a50298dbbacd4cccf87c35e588 | [
"LGPL-2.1-only",
"GPL-2.0-only",
"MIT"
] | permissive | gokhankici/iodine | d09da6043b1cb7363bbf0d2b3693241b1c6127a1 | 7b5d00eb37bf31b9d1c4e69e176271244e86b26f | refs/heads/master | 2021-06-16T17:24:20.327886 | 2019-06-19T01:52:47 | 2019-06-19T21:56:15 | 185,876,768 | 12 | 0 | MIT | 2021-03-29T19:42:08 | 2019-05-09T21:54:18 | C++ | UTF-8 | C++ | false | false | 3,318 | cc | /*
* Copyright (c) 1998-2016 Stephen Williams (steve@icarus.com)
*
* This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU
* General Public License as published by the Free Software
* Foundation; either version 2 of the License, or... | [
"gokhankici@gmail.com"
] | gokhankici@gmail.com |
5343b931cefab9bed5e8bddd34de9c86759d8445 | a671414f8f624acfeb1db81a43a13ba1b780fc37 | /Kernel/FileSystem/Custody.h | 8df1c746a7217a70fd4f5e8066aae4b68d039ace | [
"BSD-2-Clause"
] | permissive | Thecarisma/serenity | 28940e6a1c304e9c330fdb051b179ae687eb15bc | bd1e8bf16639eda528df671e64447febbcffd10a | refs/heads/master | 2020-07-30T07:34:49.840914 | 2019-09-21T22:46:29 | 2019-09-21T22:46:29 | 210,136,929 | 3 | 0 | BSD-2-Clause | 2019-09-22T11:37:41 | 2019-09-22T11:37:41 | null | UTF-8 | C++ | false | false | 1,497 | h | #pragma once
#include <AK/String.h>
#include <AK/Badge.h>
#include <AK/InlineLinkedList.h>
#include <AK/RefCounted.h>
#include <AK/RefPtr.h>
class Inode;
class VFS;
// FIXME: Custody needs some locking.
class Custody : public RefCounted<Custody>
, public InlineLinkedListNode<Custody> {
public:
static Custod... | [
"awesomekling@gmail.com"
] | awesomekling@gmail.com |
69f273a6970ca78f975715f482ec71f79cd0e942 | 6f90fcb6e3769225fd0a0fb78b8f7347b9f9ca05 | /examples_newgl_glfw/40_femcloth/main.cpp | 30f952aadae7292e3ed5a3221e54d6317c4cbb74 | [
"MIT"
] | permissive | huminzheng/delfem2 | 3fd759c49e427d1a0c46d7a24bf2f2f449df9b4b | 8ca4923a7a9abb6f264d7bf364304c0730b47636 | refs/heads/master | 2023-02-17T22:33:33.346479 | 2021-01-17T05:47:58 | 2021-01-17T05:47:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,712 | cpp |
#include <glad/glad.h>
#include "delfem2/opengl/glfw/viewer_glfw.h"
#include "delfem2/opengl/new/funcs.h"
#include "delfem2/opengl/new/mshcolor.h"
#include "delfem2/opengl/funcs.h"
#include "delfem2/cloth_internal.h"
#include "delfem2/mshmisc.h"
#include "delfem2/mshuni.h"
#include "delfem2/jagarray.h"
#if defined(_M... | [
"n.umetani@gmail.com"
] | n.umetani@gmail.com |
161f111c3b7a8e08b84235fae0d6c79c6c06d4b3 | 8709b44704df2f06c357d4e7b56df85599ad4e7c | /func/CanGripCube.h | e7a40d145c31509fe05e42f04e00353c6520c3ce | [] | no_license | reo-prg/cube- | b203f97fae5144eacb4fe3b397bdfc54cc3739b3 | 37b1fff36c8324a1cfae022d94210c3900c0f0b3 | refs/heads/master | 2021-08-18T16:00:22.358310 | 2020-12-09T13:56:11 | 2020-12-09T13:56:11 | 232,468,698 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 157 | h | #pragma once
#include <Objects/player.h>
#include <Scene/GameScene.h>
struct CanGripCube
{
public:
std::shared_ptr<object> operator()(class player&);
};
| [
"59633704+reo-prg@users.noreply.github.com"
] | 59633704+reo-prg@users.noreply.github.com |
1aed65fdc51c870c05800b52eddb311c5e867251 | ff066051eeb4462fa256889155730afbfce729c4 | /Hazel/src/Platform/Windows/WindowsWindow.cpp | fbdd01f28251ba1c21087f062591b3060b220107 | [
"MIT"
] | permissive | RATIU5-zz/Hazel | 5d825f39232297dc30bf6263bf57e3b3a7325dd5 | ae9d545961067cec1e30470580494f70e4095a7c | refs/heads/master | 2023-01-27T23:33:17.225825 | 2020-09-04T19:34:50 | 2020-09-04T19:34:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,826 | cpp | #include "hzpch.h"
#include "WindowsWindow.h"
#include "Hazel/Events/ApplicationEvent.h"
#include "Hazel/Events/MouseEvent.h"
#include "Hazel/Events/KeyEvent.h"
namespace Hazel {
static bool s_GLFWInitialized = false;
static void GLFWErrorCallback(int error, const char* description)
{
HZ_CORE_ERROR("GLFW Erro... | [
"jasonmemm@gmail.com"
] | jasonmemm@gmail.com |
744115ca4743cfb30b08deb795e2ecadbd9d9140 | af1649826cf9e1933ec0f0d7fa65b7ff7c7ac341 | /ChaosTheory/MinimalEngine/WindowHandler.cpp | cd2a92f398e4fba38c4af45c5663ce20ee1527e3 | [] | no_license | harleymandk/2012SourcePack_aDDict | b608524358517a4efe00e63e0a952c8c9843686f | 5beac8153c72a68337c6d64818196b4c8d1eccac | refs/heads/main | 2023-02-19T13:05:31.337492 | 2021-01-02T13:01:21 | 2021-01-02T13:01:21 | 326,180,188 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,123 | cpp | #include "windowhandler.h"
//#include "windows.h"
HDC hDC=NULL;
HGLRC hRC=NULL;
HWND hWnd=NULL;
HINSTANCE hInstance;
MSG msg;
bool Keys[256];
bool Active = true;
bool Done = false;
int XRes,YRes;
#ifdef MINIMALTWEAKER
int mx,my,lx,ly,rx,ry,mbx,mby,wheel,fwKeys,Wheel;
bool LeftShift,LeftCtrl,RightShift,Right... | [
"noreply@github.com"
] | noreply@github.com |
ea9b47e7b21e908db7637a5f623c4e07bf733c96 | f140d489a1d5bb0e5221b7ef72b1b8d1441c7834 | /thrift/compiler/test/fixtures/refs/gen-cpp2/module_metadata.cpp | dafb4dfc0885ef9c54100a6257091100ebefb7bf | [
"Apache-2.0"
] | permissive | terrorizer1980/fbthrift | aa9ebacfb97de312fc05a903d75dfe36fb48a6a3 | 9fe9e1ed327e9480e5aeb63d84cb5e00adf97b21 | refs/heads/master | 2023-04-10T19:11:13.606785 | 2020-08-16T05:10:56 | 2020-08-17T03:22:12 | 288,077,464 | 0 | 0 | Apache-2.0 | 2023-04-04T00:05:10 | 2020-08-17T03:46:11 | null | UTF-8 | C++ | false | false | 16,665 | cpp | /**
* Autogenerated by Thrift
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
#include <thrift/lib/cpp2/gen/module_metadata_cpp.h>
#include "thrift/compiler/test/fixtures/refs/gen-cpp2/module_metadata.h"
namespace apache {
namespace thrift {
namespace detail {
namespace md {
... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
c6469af216df821424519e70bcae8f134129320c | 18d761be9ae024b4dcfcb5612889905616c6d8ef | /paledll/PaleIO.cpp | 114e77f237b076ee8d06aaa87097d86f0352246d | [] | no_license | VB6Hobbyst7/palewin32 | ba705b4dd972cf04f4ee7d5bc7b3b6edc512691e | b2d80f00d682119b09610ff8e7e460219ec5790a | refs/heads/master | 2022-01-26T06:56:55.817053 | 2019-05-03T16:16:51 | 2019-05-03T16:16:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,568 | cpp | #include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <io.h>
#include <time.h>
#include "z80.h"
#include "windows.h"
#include <stdlib.h>
#include "libdsk.h"
#include "Paledisk.h"
#include "Pale.h"
#include "PaleIO.h"
#include "PaleVID.h"
#include "PalePRINTER.h"
... | [
"noreply@github.com"
] | noreply@github.com |
bd2e65d2a3518746185ac43b170ad7fafea0a52a | 5e1c25f1b378259af9d43ba82d5540e1baae74bd | /C++ Projects/C++-Boost-Library/main.cpp | 9e4114eb54338e2a354fdb0d11e8d6ae7e5aaac8 | [] | no_license | zhtcnkaraca/Projects-In-Different-Languages | 7e97a2ddd63bbe1d7a86cb727e8a711189d537d3 | d991c0a77b2fb02d68b3d124b3d771a141e8432e | refs/heads/main | 2023-03-17T09:51:09.520008 | 2021-03-03T17:28:50 | 2021-03-03T17:28:50 | 344,197,215 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,548 | cpp | #include <iostream> // for std::cout
#include <utility> // for std::pair
#include <algorithm> // for std::for_each
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/dijkstra_shortest_paths.hpp>
using std::vector;
u... | [
"zahitcankaraca@gmail.com"
] | zahitcankaraca@gmail.com |
ffaabca565b4c596c4f25df894a281b4c8265aa9 | 96a1cd55d60cee44e5251860892b5306ff8e99f5 | /LLVMCompatibility/3.9.x/LLVMCompatibility.cpp | 49aef47ce64bfe8261847fe13d29934e9419f6c1 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jonasnick/mull | 5599cde92e4b24e65bc1045a9aaaa965dd79fc5e | 2ed740e05ff8e7c28bbafb01bd3504df01cd9883 | refs/heads/master | 2020-09-20T09:17:51.867849 | 2019-11-26T19:52:23 | 2019-11-26T19:52:23 | 224,434,657 | 0 | 0 | Apache-2.0 | 2019-11-27T13:14:41 | 2019-11-27T13:14:40 | null | UTF-8 | C++ | false | false | 1,654 | cpp | #include "LLVMCompatibility.h"
#include <llvm/Bitcode/ReaderWriter.h>
#include <llvm/IR/DebugInfoMetadata.h>
#include <llvm/IR/DebugLoc.h>
#include <llvm/Object/ObjectFile.h>
using namespace llvm;
namespace llvm_compat {
uint64_t JITSymbolAddress(JITSymbol &symbol) {
return symbol.getAddress();
}
JITSymbolFlags ... | [
"1101.debian@gmail.com"
] | 1101.debian@gmail.com |
9521766b5d70f526d18241a69c60016bda2fc63c | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/wget/hunk_3633.cpp | 18c0ccf1716b9c1c9edb10b146f0aa256c4cfbd2 | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 413 | cpp | "Du kan stoppa Wget genom att trycka CTRL+ALT+DELETE.\n"
#. parent, no error
-#: src/mswindows.c:106 src/utils.c:457
+#: src/mswindows.c:106 src/utils.c:458
msgid "Continuing in background.\n"
msgstr "Fortsätter i bakgrunden.\n"
-#: src/mswindows.c:108 src/utils.c:459
+#: src/mswindows.c:108 src/utils.c:460
#,... | [
"993273596@qq.com"
] | 993273596@qq.com |
2f64733c7b534f33fe73e3dbcda90a27ae982195 | d3e5d5d08e11f0107e51ecfc14176b0416f94c85 | /Dojo/Structured Parallel Programming/code/src/karatsuba/common/temp_space.h | b656713cd9225d7d954bc54a41a05b631be07724 | [
"MIT"
] | permissive | miguelraz/PathToPerformance | d99625477679d3d88c789dd2835afa945a9d8619 | 4f098e55023007e62c338d31a7ed2a46a3c99752 | refs/heads/master | 2021-01-22T20:50:47.017079 | 2020-05-19T04:14:40 | 2020-05-19T04:14:40 | 85,366,992 | 9 | 0 | null | 2017-09-28T23:45:20 | 2017-03-18T01:13:30 | Jupyter Notebook | UTF-8 | C++ | false | false | 376 | h | template<typename T>
class temp_space {
static const size_t n = 4096/sizeof(T);
T temp[n];
T* base;
public:
T* data() {return base;}
T& operator[]( size_t k ) {return base[k];}
temp_space( size_t size ) {
base = size<=n ? temp : new T[size];
}
~temp_space() {
... | [
"miguelraz@ciencias.unam.mx"
] | miguelraz@ciencias.unam.mx |
86f398b56cf41d2f80235a2c8d83bfb342b245af | f4c8cef6b0e0e054b946db014d546921e43b8480 | /src/nvimage/Filter.h | b48678a16f1a7081bb983354044462886d88c889 | [
"MIT"
] | permissive | ameisen/SV-SpriteMaster-NVTT | c89c81697bff3917aa3ff900ca5806d44aeda47a | 16d363e1d3ed3fac0d26de650af7abb7911add5a | refs/heads/master | 2020-12-11T16:02:40.386249 | 2020-01-14T20:25:27 | 2020-01-14T20:25:27 | 233,891,231 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,232 | h | // This code is in the public domain -- castanyo@yahoo.es
#pragma once
#ifndef NV_IMAGE_FILTER_H
#define NV_IMAGE_FILTER_H
#include "nvimage.h"
#include "nvcore/Debug.h"
namespace nv
{
class Vector4;
/// Base filter class.
class NVIMAGE_CLASS Filter
{
public:
Filter(float width);
... | [
"14104310+ameisen@users.noreply.github.com"
] | 14104310+ameisen@users.noreply.github.com |
6efe19b17ca0eeb20c609d11f4e962c41f8e54d5 | 237bce29b43b5dd01620cb4d9b37340c64a8d120 | /src/spriteutils.cpp | 9a5cd08a89b5a615ef461c7d9ea40f2fa6d84567 | [] | no_license | m-irigoyen/sfmlutils | 04929c55da7d7a997dd749235f944744f87f7a78 | 1d30174f743bdb443f4116575f590b95b228e6a3 | refs/heads/master | 2020-12-02T19:33:36.672116 | 2017-07-26T11:21:59 | 2017-07-26T11:21:59 | 96,360,394 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 679 | cpp | #include <sfmlutils\spriteutils.hpp>
#include <SFML\Graphics\Texture.hpp>
namespace sfmlutils
{
bool isFlipped(sf::Sprite * sprite)
{
if (sprite)
{
return sprite->getTextureRect().width < 0;
}
else
{
return false;
}
}
void flipHorizontal(sf::Sprite * sprite)
{
if (sprite)
{
sf::Vector2u... | [
"milan.irigoyen@gmail.com"
] | milan.irigoyen@gmail.com |
03cd8d43c800e51c9f654d4263368b4985ad39c5 | fd67546a7a334fa71c20af4bf3a4bb42ac93c268 | /T-Rex_TFT.ino | ea2edab557677f32a8d80df6ee260cc4b4d779b2 | [
"MIT"
] | permissive | SaimShuja/T-Rex_TFT | 8237276c2190c10951821ad92843ff307b92dc12 | aad182feee87b04c45d3ce9a37a42577ef142cab | refs/heads/master | 2020-06-15T01:39:17.693818 | 2019-07-02T13:26:09 | 2019-07-02T13:26:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 883 | ino | #include <Adafruit_GFX.h>
#include "WROVER_KIT_LCD.h"
#include <DinoGame.h>
//#define USE_NOINTERNET
#ifdef USE_NOINTERNET
#include "no_internet.h"
#endif
WROVER_KIT_LCD tft;
DinoGame game(tft);
void setup(void) {
Serial.begin(115200);
tft.begin();
tft.setRotation(1);
game.newGame();
pinMode(13, INPUT_PUL... | [
"bbranislav99@gmail.com"
] | bbranislav99@gmail.com |
c26b8ce9ac27434cadb48c246f803a24601ce024 | ceed8ee18ab314b40b3e5b170dceb9adedc39b1e | /android/external/libweave/third_party/modp_b64/modp_b64.cc | 6624ec540faa7af9f1a7ef12c4ed8b5d07881dda | [
"BSD-3-Clause"
] | permissive | BPI-SINOVOIP/BPI-H3-New-Android7 | c9906db06010ed6b86df53afb6e25f506ad3917c | 111cb59a0770d080de7b30eb8b6398a545497080 | refs/heads/master | 2023-02-28T20:15:21.191551 | 2018-10-08T06:51:44 | 2018-10-08T06:51:44 | 132,708,249 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,339 | cc | /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 -*- */
/* vi: set expandtab shiftwidth=4 tabstop=4: */
/**
* \file
* <PRE>
* MODP_B64 - High performance base64 encoder/decoder
* Version 1.3 -- 17-Mar-2006
* http://modp.com/release/base64
*
* Copyright © 2005, 2006 Nick Galbreath -- n... | [
"Justin"
] | Justin |
1a709f3bba5d3cc7de806cd8a988a8467bb33144 | b1af8bb863a6730e6e4e93129efbad89d33cf509 | /SDK/SCUM_ExtremelyRare_01_functions.cpp | f7f88a73f297fb10f8570be3f7ddc0bcaabd1b76 | [] | no_license | frankie-11/SCUM_SDK7.13.2020 | b3bbd8fb9b6c03120b865a6254eca6a2389ea654 | 7b48bcf9e8088aa8917c07dd6756eac90e3f693a | refs/heads/master | 2022-11-16T05:48:55.729087 | 2020-07-13T23:48:50 | 2020-07-13T23:48:50 | 279,433,512 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 43,983 | cpp | // SCUM (4.24) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "../SDK.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
// Function ConZ.Item.Use
// ()
// Paramete... | [
"60810131+frankie-11@users.noreply.github.com"
] | 60810131+frankie-11@users.noreply.github.com |
a21cd9f4ac43f2da8314f8229a96db969d50c9f9 | d953c4e4dcb3e20276f157dcb209d6ce564f5fc1 | /driver/mouse.h | a4e53b124c66de2d397dc253f1ddeb6ace1a1d3a | [] | no_license | HobbyOSs/bayos | 56f2dbf26de6eb8d264c8bc75647cab4769f12d9 | a1e0b3d062bb956acce1522fc24937f0bd0cd296 | refs/heads/master | 2021-01-12T10:23:49.942353 | 2016-12-25T17:31:34 | 2016-12-25T17:31:34 | 76,443,492 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 647 | h | #ifndef _DRIVER_MOUSE_H_INCLUDED_
#define _DRIVER_MOUSE_H_INCLUDED_
#define KEYCMD_SENDTO_MOUSE 0xd4
#define MOUSECMD_ENABLE 0xf4
#define MOUSE_W 11
#define MOUSE_H 17
namespace driver {
/* PS/2マウスドライバー */
class Mouse {
public:
static int x;
static int y;
... | [
"idiotpanzer@gmail.com"
] | idiotpanzer@gmail.com |
86f88802dee8c8cba01c180bfafbf61b8cabd361 | 92d0fcc0600adf506c8d6e6b087b5ba7769d04e5 | /Gloom/src/MsgQueue.h | 31b8ba6a1cbc60818440551e276184d0d2e4746b | [] | no_license | p-mccusker/Gloom | ef58a9e2f245411211640bc2dab5ae877c786788 | cbefc405e17e84e73021fa38f41a15b2f3c2ddc1 | refs/heads/master | 2021-12-15T06:00:50.939740 | 2021-12-07T20:11:45 | 2021-12-07T20:11:45 | 168,581,794 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 891 | h | #pragma once
#include "def.h"
struct Node {
public:
Node(const std::string& msg) { _data = msg, _next = nullptr; }
~Node() { }
Node* Next() { return _next; }
std::string Data() { return _data; }
void setNext(Node* next) { _next = std::move(next); }
friend std::ostream& operator<<(std::ostream& os, const Node& ... | [
"gamesareme2013@yahoo.com"
] | gamesareme2013@yahoo.com |
22c6ba504da63abf3d6d4a1289818d04cae4f8f5 | 5838cf8f133a62df151ed12a5f928a43c11772ed | /NT/shell/services/hdsrv/lib/str.cpp | 5549d2ad4b3bbda4c9b24f11c90a20feb79b38cb | [] | no_license | proaholic/Win2K3 | e5e17b2262f8a2e9590d3fd7a201da19771eb132 | 572f0250d5825e7b80920b6610c22c5b9baaa3aa | refs/heads/master | 2023-07-09T06:15:54.474432 | 2021-08-11T09:09:14 | 2021-08-11T09:09:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 763 | cpp | #include "str.h"
#include "sfstr.h"
#include "dbg.h"
///////////////////////////////////////////////////////////////////////////////
//
HRESULT _StringFromGUID(const GUID* pguid, LPWSTR psz, DWORD cch)
{
LPOLESTR pstr;
HRESULT hres = StringFromCLSID(*pguid, &pstr);
if (SUCCEEDED(hres))
{
// ... | [
"blindtiger@foxmail.com"
] | blindtiger@foxmail.com |
08b77c9ab00b10c6523c22a45498074e6abaef20 | 52a2b295eb6d4322a70f9bf8b213364e640522c2 | /cpp/include/sort_huge_numbers.hpp | 29e770a04744b0be1a93fbc1fe7ffd5b75e3c0eb | [
"Unlicense"
] | permissive | kondratyev-nv/training | c11f6d84983c466f4c1ea81072090ca87931c238 | 503b439ce33452b5ea757bca6382d846db1e2b77 | refs/heads/master | 2022-02-17T01:10:31.361339 | 2022-02-10T20:37:13 | 2022-02-10T20:37:13 | 93,407,798 | 5 | 4 | Unlicense | 2022-02-10T19:49:41 | 2017-06-05T13:40:06 | Java | UTF-8 | C++ | false | false | 190 | hpp | #ifndef SORT_HUGE_NUMBERS_HPP
#define SORT_HUGE_NUMBERS_HPP
#include <string>
#include <vector>
void sort_huge_numbers(std::vector<std::string>& values);
#endif // SORT_HUGE_NUMBERS_HPP
| [
"kondratyev.nv@gmail.com"
] | kondratyev.nv@gmail.com |
4a5cac61b3241dacab64ecb638405eb29a9d9a7a | f775f8aa51e7b938b1e3ed61b4d26a70348e2ac7 | /src/SelectivePageMigration/PythonInterface.h | b597095af8c20970bdd726ee1cf5d03aafd6753d | [] | no_license | lisqu/selective-page-migration-ccnuma | 29c8602a5a8146bc238dfb1e17401fbaeae8cc37 | 5615d6aabaeeeab4004df8385ce5577961263d44 | refs/heads/master | 2021-01-10T08:42:03.445497 | 2014-04-16T20:50:03 | 2014-04-16T20:50:03 | 51,476,921 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,340 | h | #ifndef _PYTHONINTERFACE_H_
#define _PYTHONINTERFACE_H_
#include "Expr.h"
#include "llvm/Pass.h"
#include "llvm/IR/Instructions.h"
#include "llvm/Support/raw_ostream.h"
#include <python2.7/Python.h>
#include <vector>
using namespace llvm;
class PythonObjVec {
public:
PythonObjVec(std::vector<PyObject*> Objs) : O... | [
"hnsantos@gmx.com"
] | hnsantos@gmx.com |
58136e73a17230e9ef1d612ee3dbf1ea4ccf6128 | a27729260e8ffb62377e75be1b37c50f0c5cfe8e | /src/test/kinematic_car_test.cpp | 5420af94dbecc7affb56b4fce2187aa4ffbd88aa | [] | no_license | kveps/sbpl_ppma | 1c50608657b2832ddc5f051710f349805d768283 | a5d44d0a753729874f33801284f607a18c35f966 | refs/heads/master | 2021-01-25T04:42:16.570631 | 2017-06-06T15:42:18 | 2017-06-06T15:42:18 | 93,466,861 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,444 | cpp | /*
* Copyright (c) 2008, Maxim Likhachev
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright
* notice, th... | [
"karthik4294@gmail.com"
] | karthik4294@gmail.com |
eb645526b48b59628b7775e878f0d49bd2a5afce | f81664ad23806f837b154cd9c193b4b0a4cbecb9 | /vs2003_cd01/Program Files/Microsoft Visual Studio .NET 2003/Vc7/VCWizards/mfcappwiz/templates/1041/frame.cpp | fbcab005f1f785a13bec18b42464ed3b342e5780 | [] | no_license | HowlTheHusky/vs2003 | 7b3c5a412e76025f203b7a2bf93daed546834e68 | 2f9e0d77ddb69453626459221128d941c31a2330 | refs/heads/master | 2021-06-28T13:57:57.230418 | 2017-09-18T13:39:52 | 2017-09-18T13:39:52 | 103,944,102 | 0 | 4 | null | null | null | null | SHIFT_JIS | C++ | false | false | 12,266 | cpp | // [!output MAIN_FRAME_IMPL] : [!output MAIN_FRAME_CLASS] クラスの実装
//
#include "stdafx.h"
#include "[!output APP_HEADER]"
#include "[!output MAIN_FRAME_HEADER]"
[!if PROJECT_STYLE_EXPLORER]
[!if APP_TYPE_SDI || APP_TYPE_MTLD]
#include "[!output TREE_VIEW_HEADER]"
#include "[!output VIEW_HEADER]"
[!endif]
[!endif]
#ifd... | [
"32062494+HowlTheHusky@users.noreply.github.com"
] | 32062494+HowlTheHusky@users.noreply.github.com |
b05fbca7bcdc6ebafd98d1ebe3f7ccd8c05a035f | 142983463f9b638a119b6657e9c8df60ecbef170 | /ACM/spoj/ASISTENT.cpp | 3b482570a82742c0913f8f818bb326047e7ffead | [] | no_license | djsona12/ProgramsInUndergrad | 300264e0701dbc8a53bb97a0892284f57477402c | bbf1ee563660f55ca4bdbf4b7ab85604ab96149e | refs/heads/master | 2021-06-28T15:34:31.030557 | 2017-08-28T04:48:27 | 2017-08-28T04:48:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,505 | cpp | #include <algorithm>
#include <cctype>
#include <cstdio>
#include <utility>
#include <vector>
using namespace std;
typedef long long LL;
const int MaxN = 50010;
const LL Mod = 1000000000 + 7;
char inBuffer[10000000], outBuffer[10000000], *hd = inBuffer, *tl = outBuffer;
struct Data {
int first;
LL second;
Data(... | [
"“wereFluke@gmail.com”"
] | “wereFluke@gmail.com” |
bfe8772c017633d22c0479010a90f64524166d83 | 6595c8c7df2356151520913e85b4774244caf840 | /connect4/Menu.h | a81dcd93c155598155ec36c263c7d0a63f1ecd9b | [] | no_license | gauthier-th/cpp-connect4 | 177d8068bedc5532175a94c2f8853c431b17be46 | 17689ac017d8c22a393b7ff01502320e7dc54988 | refs/heads/master | 2023-05-28T23:18:47.448629 | 2021-06-10T11:58:24 | 2021-06-10T11:58:24 | 343,446,872 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 246 | h | #pragma once
#include <SFML/Graphics.hpp>
#include <SFML/Window.hpp>
#include <SFML/Audio.hpp>
#include <SFML/Network.hpp>
#include <SFML/System.hpp>
#include "Config.h"
class Menu
{
private:
Config config;
public:
Menu();
void afficher();
}; | [
"mail@gauthier-thomas.dev"
] | mail@gauthier-thomas.dev |
639683f1ab536cca46a8919b8f5012b7394842ff | 73d2b8b95621af3e4c177c06e26b1a47aee23335 | /2011/4/[geometrija]/main.5.cpp | 76afd38a1ef1691ed135488621f0e13752b78a00 | [] | no_license | tpetrina/rp1 | 4b3a788fd9c06996366e49e7c3a0cfedaff2d90e | 189ede53dbe1cc2a09725b0200b5fe7063a879c0 | refs/heads/master | 2020-09-22T10:38:08.483096 | 2014-06-14T18:14:24 | 2014-06-14T18:14:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 424 | cpp | #include<iostream>
#include<cmath>
#include"geometrija.h"
using namespace std;
bool z(const Tocka& A,const Tocka& B){
return fabs(A.x-B.x)<0.001&&fabs(A.y-B.y)<0.001;
}
int main(){
const Tocka ishodiste,Ex(1,0),Ey(0,1);
cout<<Ey.x<<endl;
const Pravac osx=ishodiste/Ex,osy=ishodiste/Ey;
cout<<(fabs((osx^osy)-M... | [
"toni@massivepixel.hr"
] | toni@massivepixel.hr |
e85c3e14f3841cc0386f16b48b57ec64f32bf2fe | 1417ee1aed058527d4e4e44c4bc46b2379b17547 | /BattleShip/BattleShip/src/ActionReport.cpp | 9b607c76ffed2c4dce454c7fd08bd62eddadffc7 | [] | no_license | human-osaka-game-2013/BattleShip | 10634b8c1b6ba4fa3feee2eaa3512df0d0c31092 | a20b90304f9263e2771dd4c96868fd772bad3174 | refs/heads/master | 2020-03-30T16:18:42.646299 | 2018-10-03T18:07:46 | 2018-10-03T18:22:09 | 151,403,135 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 3,237 | cpp | #include "ActionReport.h"
bool ActionReport::Init()
{
ReadTableData( _REWARDTABLE_PASS_, _REWARD_MAX_, _MAX_REPORT_VAR_ );
m_reward.GetDrawManagerPtr(m_pDrawManager);
m_reward.InitReward( m_pAudio );
m_reward.SetDrawFlag(true);
for ( int i = 0; i < _REWARD_MAX_; i++ )
JudgmentReward( i );
r... | [
"tomoaki-kameda@c0c35299-66f9-4b7c-b7c0-c64df79a37b7"
] | tomoaki-kameda@c0c35299-66f9-4b7c-b7c0-c64df79a37b7 |
9bc454667552aee739e54e34dc8be6a68c6a34fd | 02d063758c8e7a5ad0843b32146f2c92c9defaac | /include/ibeosdk/datablocks/Odometry9002.cpp | 225fccb02e10f9ffde8e79fddba89963c90cc436 | [
"MIT"
] | permissive | chouer19/enjoyDriving | f0a9a20fe576c39bb210e7e597adf610bb719696 | e4a29e6cad7d3b0061d59f584cce7cdea2a55351 | refs/heads/master | 2021-10-24T20:26:11.429966 | 2019-03-28T14:05:33 | 2019-03-28T14:05:33 | 166,670,001 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,866 | cpp | //======================================================================
/*! \file Odometry9002.cpp
*
* \copydoc Copyright
* \author Anil Kumar (ank)
* \date Mar 24, 2017
*///-------------------------------------------------------------------
//======================================================================... | [
"xuec16@mails.tsinghua.edu.cn"
] | xuec16@mails.tsinghua.edu.cn |
1060a78e2d6c089638ef7a40ac60512dd724d930 | 6ec7728f8eb7f50317f00835a8e46876b5f5d38b | /P02/bonus/main.cpp | 60b153227e813abcf87c0dd06d5e4f20694874c6 | [] | no_license | cole111197/CSE1325 | 2c6fe73443e8b1ffe1993f3d8dbf82761eec5b0f | a84971e9b2a891ca9e8ad03216a94e840d179a10 | refs/heads/master | 2022-03-21T05:05:01.407667 | 2019-12-03T09:19:20 | 2019-12-03T09:19:20 | 204,408,295 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,617 | cpp | #include "average.h"
#include <iostream>
#include <cstdlib>
#include <ctime>
#include <vector>
int main(){
std::vector<Average> students;
students.push_back(Average());
srand(time(NULL));
int input;
int student{0};
do{
std::cout << " =========================" << std::endl;
std::cout << " Merely A... | [
"cole.montgomery@mavs.uta.edu"
] | cole.montgomery@mavs.uta.edu |
ede679b583d4401817999dc3b61b10a63ca4ca39 | 346c17a1b3feba55e3c8a0513ae97a4282399c05 | /applis/Traj_AJ/Traj_Aj.h | 1d3517df2a1e66f4135d1f3a2288efdd685c97f0 | [
"LicenseRef-scancode-cecill-b-en"
] | permissive | micmacIGN/micmac | af4ab545c3e1d9c04b4c83ac7e926a3ff7707df6 | 6e5721ddc65cb9b480e53b5914e2e2391d5ae722 | refs/heads/master | 2023-09-01T15:06:30.805394 | 2023-07-25T09:18:43 | 2023-08-30T11:35:30 | 74,707,998 | 603 | 156 | NOASSERTION | 2023-06-19T12:53:13 | 2016-11-24T22:09:54 | C++ | UTF-8 | C++ | false | false | 12,170 | h | /*Header-MicMac-eLiSe-25/06/2007
MicMac : Multi Image Correspondances par Methodes Automatiques de Correlation
eLiSe : ELements of an Image Software Environnement
www.micmac.ign.fr
Copyright : Institut Geographique National
Author : Marc Pierrot Deseilligny
Contributors : Gregoire Maille... | [
"deseilligny@users.noreply.github.com"
] | deseilligny@users.noreply.github.com |
2fd310cf2a7adc3be45a749a1df1501b61f9965e | 244b4f2d65ac8590a22f870c494dfe16c2ba14c8 | /1712_손익분기점.cpp | 17dc4553782205b2350471c9f4477df97cd14264 | [] | no_license | PGENIE/SelfStudy | 6d74859a4b0bcff90600bcf7448f479d3e8cf051 | 9ec9289e49291580f5224de68dcc828cfcd96945 | refs/heads/master | 2021-07-12T02:17:58.408961 | 2020-10-14T13:28:20 | 2020-10-14T13:28:20 | 209,071,490 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 217 | cpp | #include<iostream>
using namespace std;
int main()
{
int a, b, c;
cin >> a >> b >> c;
int makeCost = c-b;
int fixed = a;
if (makeCost <= 0)
cout << -1;
else
cout << fixed / makeCost + 1;
return 0;
} | [
"ougenie02@gmail.com"
] | ougenie02@gmail.com |
cfc6f47cab12c4b734fef019fbf53c1039e4b508 | a736856db64f1d5cdd799f9b5e331335ea7355fa | /src/fdm_c130/c130_Engine.cpp | 3a3436ee6633cf83d4ccf9c82ca5e890d0ebb9f4 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | ericyao2013/mscsim | a83f84ed1f961bbe6c341c5643b956f98b503499 | e9b81410eadee8d8b61be151a6c11e7b2df766cf | refs/heads/master | 2020-11-27T12:45:54.592213 | 2019-12-15T08:27:25 | 2019-12-15T08:27:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,638 | cpp | /****************************************************************************//*
* Copyright (C) 2019 Marek M. Cel
*
* 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, ... | [
"46421808+marek-cel@users.noreply.github.com"
] | 46421808+marek-cel@users.noreply.github.com |
c3dec186505df6802761e53bb59e9336d311d2de | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/107/850/CWE590_Free_Memory_Not_on_Heap__delete_struct_declare_68a.cpp | e01acc080dae3cf63e55479013507bdde821dc59 | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,753 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE590_Free_Memory_Not_on_Heap__delete_struct_declare_68a.cpp
Label Definition File: CWE590_Free_Memory_Not_on_Heap__delete.nonpointer.label.xml
Template File: sources-sink-68a.tmpl.cpp
*/
/*
* @description
* CWE: 590 Free Memory Not on Heap
* BadSource: declare Data buf... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
391fce78e4aac8833571d2f57560b759db951b14 | e93312c9388e16180be80e79d811e3338cf5e902 | /Cpp/IdSearchSeq4/IdSearchSeq4.cpp | 7d792978af067af1c3ca0cdb953d909a88eece05 | [
"MIT"
] | permissive | VontineDev/repos | 787d64e5222005359d0b510bf74f158fef870ba1 | 0e98250a00d3deb0da4907898c3972222f14a5c8 | refs/heads/main | 2023-04-17T05:10:57.202546 | 2021-04-29T02:18:15 | 2021-04-29T02:18:15 | 362,630,964 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,290 | cpp | // IdSearchSeq4.cpp : 이 파일에는 'main' 함수가 포함됩니다. 거기서 프로그램 실행이 시작되고 종료됩니다.
//
#include <iostream>
using namespace std;
int nData = 100;
namespace TEST
{
int nData = 200;
}
//TEST 네임스페이스를 사용한다면 전역변수 사이의 모호함이 문제가 된다.
//using namespace TEST;
int main()
{
cout << nData << endl;
return 0;
}
// 프로그램 실행: <Ctrl+F5> 또는... | [
"57723128+VontineDev@users.noreply.github.com"
] | 57723128+VontineDev@users.noreply.github.com |
a86b57da735a285542be2ba9e691fe440bebdbee | 17de782236016310839e8cd79ca2033cf8603a5b | /vendor/nanogui/textbox.cpp | 3de9991576930298479fbad7162f1f654e27befc | [
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | johnlunney/Avara-1 | 8da2beb8e9e164f19677934ba7302869d74e2679 | 9bdb46307d2750c18b7ec10b9efbc3078937aca4 | refs/heads/master | 2020-03-28T11:00:19.943162 | 2018-09-10T01:08:28 | 2018-09-10T01:08:28 | 148,167,767 | 1 | 0 | MIT | 2018-09-10T14:26:15 | 2018-09-10T14:26:15 | null | UTF-8 | C++ | false | false | 20,379 | cpp | /*
src/textbox.cpp -- Fancy text box with builtin regular
expression-based validation
The text box widget was contributed by Christian Schueller.
NanoGUI was developed by Wenzel Jakob <wenzel.jakob@epfl.ch>.
The widget drawing code is based on the NanoVG demo application
by Mikko Mononen.
... | [
"dcwatson@gmail.com"
] | dcwatson@gmail.com |
6002855abb8e294353aaa1ad95a485c29a88e238 | 9c4c0f689aafdcda23572aa86970fe47f9598864 | /hw/hw6/src/test_median_calculate.cc | 832172083951b009556931c48f74826ece4039c5 | [] | no_license | justinba1010/CSCE240 | 23393255ad90ed1afd0e38ecbff95e1cca1870d1 | 108b197fbcff3d251271f0d51041baa3e2aba206 | refs/heads/master | 2020-04-14T10:26:28.642194 | 2019-05-06T21:02:09 | 2019-05-06T21:02:09 | 163,787,071 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,165 | cc |
#include <iostream>
using std::cout;
using std::endl;
#include <median.h>
using csce240::Median;
#include <statistic.h>
using csce240::Statistic;
bool TestMedianCalculate(Statistic*);
int main(int argc, char* argv[]) {
Statistic *stat = new Median();
cout << "Testing Median::Calculate()" << endl;
if (!TestMed... | [
"justin.baum@ninefx.com"
] | justin.baum@ninefx.com |
f365a7e8cfe89d4f5a6424fe8a2537eb70d81ad5 | 0c594b129cf1e941d2e8ab3f4f2fdc062d2e1c9e | /MdApi/MdApi.cpp | 84928b9181de7fd6bf166f6038b5e417c12ed186 | [
"Apache-2.0"
] | permissive | txyrenen/CTPCSharp | 5867d8517894977e129905447d959f9258ceea24 | 62e420a1f8ae40613440c5814892376eda15236c | refs/heads/master | 2021-06-30T09:24:00.983484 | 2017-09-14T02:47:28 | 2017-09-14T02:47:28 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,838 | cpp | // MdApi.cpp : 定义 DLL 应用程序的导出函数。
//
#include "stdafx.h"
#include "MdApi.h"
#include <iostream>
//#include <vector> //动态数组,支持赋值
using namespace std;
#include "..\api\ThostFtdcMdApi.h"
// 这是导出变量的一个示例
//MDAPI_API int nMdApi=0;
// USER_API参数
extern CThostFtdcMdApi* pUserApi;
extern CBOnRspError cbOnRspError;
extern CB... | [
"yajiedesign@163.com"
] | yajiedesign@163.com |
888978167e6c1eca9664ccae57080fcdeb3334af | b03328e82c81905699447456735b07c6f7651b09 | /Player.cpp | 4b9a502124586cbaf163c2a05512cb7a5ca28216 | [] | no_license | caldi5/15-Puzzle | fde6cc3e5db00bb5b334c4330ac124ffa4d1082d | cf9e57d5f72c36811e30e823e36201a5f454857d | refs/heads/master | 2020-04-10T14:56:09.282426 | 2016-02-01T10:31:16 | 2016-02-01T10:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 333 | cpp | #include "Player.h"
Player::Player(int pos)
{
position = pos;
moves = 0;
}
Player::~Player()
{
}
int Player::getPos()
{
return position;
}
void Player::setPos(int pos)
{
position = pos;
}
void Player::addMove()
{
moves++;
}
int Player::getMoves()
{
return moves;
}
void Player::Reset()
{
position = 0;
... | [
"andweij@gmail.com"
] | andweij@gmail.com |
848f60ddbad36f4e7172916cc8ea66d78f0ae247 | d1938e22e60ddbd858920514e6daaa4a6fc27917 | /61~80/77-组合/combine.cpp | b9fbca7c2fba98d572b2041f193a943b15ed7c64 | [] | no_license | Qoo00/leetcode | e4af7acbbac84d5cbfa5274cfe26fbeae0870f90 | 97bbe90ed30647abbc577acaa0f6a7af99b73605 | refs/heads/master | 2021-04-23T14:00:34.085826 | 2020-03-22T18:11:12 | 2020-03-22T18:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 806 | cpp | #include<iostream>
#include<vector>
#include<algorithm>
#include<string>
using namespace std;
class Solution {
private:
vector<vector<int>> res;
void dfs(int n, int k, int start, vector<int>& path) {
if (path.size() == k) {
res.push_back(path);
return;
}
for (int i = start; i <= n - (k - path.size()) ... | [
"dongzj1997@gmail.com"
] | dongzj1997@gmail.com |
a593936904406374f1634e7c4c1e602dbfa5c8cf | b22517f050296795a40845168e270e113ac8f5c5 | /Idk/TestAssimp/Source.cpp | 80c9d0a55406ea1daa040cf4e43931c488dd8ac5 | [] | no_license | movinglinguini/GraphicsProgrammingStuff | b35502cc117c7cce3af2c4739af06e4b8577889a | 8fbb7ce7938c0fa8b162faed13e626417a0ebbef | refs/heads/master | 2021-06-16T07:36:04.294299 | 2017-05-03T15:54:04 | 2017-05-03T15:54:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,241 | cpp | #include <GL/glut.h>
void display()
{
glClear(GL_COLOR_BUFFER_BIT);
glutSolidIcosahedron();
glRotatef(10.0f, 0.0f, 1.0f, 0.0f);
glFlush();
}
void reshapeWindow(int width, int height)
{
//Set the aspect ratio for orthogonal view
float aspectRatio = ((float)width / height);
float xSpan = 1; //The scaling on ... | [
"luis.a.garcia01996@gmail.com"
] | luis.a.garcia01996@gmail.com |
b8209968fa8d2834c7626d5de4bc86b09ea37005 | ad373a36ac7a794d39bd9d5f54143aeccf4ac329 | /LinkedHomeMain/WebServer.h | 4690a552651ba79dfeba667a5b01c7d97a515a9c | [] | no_license | kontroller/LinkedHome | ed8592a2118caf98ee6b4dcff318dab3084a4b14 | e1ba05ee44f6b060f36b1fb08abac4dbd18a1017 | refs/heads/master | 2021-01-10T19:32:24.169554 | 2015-08-26T09:28:36 | 2015-08-26T09:28:36 | 41,364,522 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,245 | h | /*
Copyright(c) 2014, Kontroller (kontroller.blog@gmail.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 :
*Redistributions of source code must retain the above copyright notice, this
list of c... | [
"kontroller.blog@gmail.com"
] | kontroller.blog@gmail.com |
ee8da122be4f09b63d94a316baac9dfe5b8baffa | 7b78b02689544dc7a53ee17cd24e005d020f5d38 | /TheBreukenEngine/Singleton.h | 65dc18cab58a0ed718862769de6ac76265d0576e | [] | no_license | SebastienVermeulen/BubbleBobble | 1a133c9cc7d7dbc89987d361a049329999e05bef | 95c489d063bb3591108feeacea90c2196e359d6f | refs/heads/master | 2022-04-09T04:48:58.314113 | 2020-03-15T23:40:47 | 2020-03-15T23:40:47 | 245,976,461 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 457 | h | #pragma once
namespace breuk
{
template <typename T>
class Singleton
{
public:
static T& GetInstance()
{
static T instance{};
return instance;
}
virtual ~Singleton() = default;
Singleton(const Singleton& other) = delete;
Singleton(Singleton&& other) = delete;
Singleton& operator... | [
"noreply@github.com"
] | noreply@github.com |
89c495887380e301586fa06f89fa0b4a9565d6b7 | a4e3f58154c349f951066c61db4c2e23ddb095ce | /OpenFoam_Cases/Channel_14124_M2/processor3/4000/phi | 07af4251dfe3aa93c4fd43510feb6da04b983a70 | [] | no_license | dikshant96/Thesis_OF1 | a53d1b01b19e9bf95f4b03fc3787298b8244c1c5 | 2c6ed256347a2e32611a93e117022d9aa1ff3317 | refs/heads/master | 2020-09-11T01:59:25.606585 | 2019-11-15T11:04:11 | 2019-11-15T11:04:11 | 221,902,054 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 198,857 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"dikshant.sud@gmail.com"
] | dikshant.sud@gmail.com | |
a21637b7a9a5c121f3549257fa4fc127acc07f87 | c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64 | /Engine/Source/ThirdParty/llvm/3.5.0/include/llvm/CodeGen/PBQP/Math.h | 69a9d83cc09236374cb4d230a5a75c4244f849b6 | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | windystrife/UnrealEngine_NVIDIAGameWorks | c3c7863083653caf1bc67d3ef104fb4b9f302e2a | b50e6338a7c5b26374d66306ebc7807541ff815e | refs/heads/4.18-GameWorks | 2023-03-11T02:50:08.471040 | 2022-01-13T20:50:29 | 2022-01-13T20:50:29 | 124,100,479 | 262 | 179 | MIT | 2022-12-16T05:36:38 | 2018-03-06T15:44:09 | C++ | UTF-8 | C++ | false | false | 13,416 | h | //===------ Math.h - PBQP Vector and Matrix classes -------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"tungnt.rec@gmail.com"
] | tungnt.rec@gmail.com |
01944497d1c7e1be5f8a7aab2aa7ee5e0e9a03e1 | fcb99830b111a32edc18b25a6c43387262c6f13a | /SolarSystem/BmpLoader.h | 565459dd1b30a8df05b8249f23e4ac360e9fa0d1 | [] | no_license | ungod/SolarSystem | 9f7cbbbe509bc38e9b4cedcd7e4f7a587bff8dac | 8ce99e773cf0dc9f0d5f8b70fb90fc3237b585d7 | refs/heads/master | 2021-01-21T04:55:39.548317 | 2015-03-16T17:03:39 | 2015-03-16T17:03:39 | 32,338,944 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 351 | h | #ifndef BMP_LOADER_H
#define BMP_LOADER_H
/*
bmp¶ÁÈ¡Àà
*/
class BmpLoader
{
public:
BmpLoader(void);
~BmpLoader(void);
// returns number of triangles that were loaded. Data is persists until the class is destructed.
bool loadBmp(const char *filename);
int mWidth;
int mHeight;
unsigne... | [
"jimkenfires@163.com"
] | jimkenfires@163.com |
3fcc5952799d214448eef9721d8b56a777fa22d4 | e217eaf05d0dab8dd339032b6c58636841aa8815 | /Ifc4/src/OpenInfraPlatform/Ifc4/entity/IfcSchedulingTime.cpp | fd8c9111b3d6e4fd1907dd1ece7df4a8cbc050c1 | [] | no_license | bigdoods/OpenInfraPlatform | f7785ebe4cb46e24d7f636e1b4110679d78a4303 | 0266e86a9f25f2ea9ec837d8d340d31a58a83c8e | refs/heads/master | 2021-01-21T03:41:20.124443 | 2016-01-26T23:20:21 | 2016-01-26T23:20:21 | 57,377,206 | 0 | 1 | null | 2016-04-29T10:38:19 | 2016-04-29T10:38:19 | null | UTF-8 | C++ | false | false | 2,891 | cpp | /*! \verbatim
* \copyright Copyright (c) 2015 Julian Amann. All rights reserved.
* \author Julian Amann <julian.amann@tum.de> (https://www.cms.bgu.tum.de/en/team/amann)
* \brief This file is part of the OpenInfraPlatform.
* \endverbatim
*/
#include <sstream>
#include <limits>
#include "OpenInfraPlatform/Ifc4/mo... | [
"julian.amann@tum.de"
] | julian.amann@tum.de |
7efc5a59e84426f6e83ac7f0cd62f7f71ac56fe7 | cf47614d4c08f3e6e5abe82d041d53b50167cac8 | /CS101_Spring2020-21 /LAB4_L2/categorized/maxsum/all_passed/47_maxsum.cpp | b133c6ec9704123336c13fda5ac37f39662e62fa | [] | no_license | krishna-raj007/BodhiTree-Annotation | 492d782dffe3744740f48c4c7e6bbf2ee2c0febd | 28a6467038bac7710c4b3e3860a369ca0a6e31bf | refs/heads/master | 2023-02-28T18:23:05.880438 | 2021-02-07T17:55:33 | 2021-02-07T17:55:33 | 299,254,966 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 195 | cpp | #include<simplecpp>
main_program{
int n, a,b ;
cin>>n>>a>>b;
int max(a+b);
if (n>=3){
repeat(n-2){
cin>>a;
if (a+b >max){
max=a+b;
}
b = a ;
}
}
cout<< max;
}
| [
"krishna_raj007@yahoo.in"
] | krishna_raj007@yahoo.in |
fed7dfcd10baed5cbca7dfd9e95b4f5b18a977c4 | 2c6f1bbd71f3b3054566f3fb9cf539ec7f1f6b72 | /yama/314_Binary_Tree_Vertical_Order_Traversal.h | 179a832a0144dfb49b0120d2d5ad55b10d200709 | [] | no_license | LucasZhangPrivate/LeetCode | c375add58d83c04dd3c90cf7b330a2e2c20173bb | 9dd2f4b4cc508abf539a2840ccb8eea046786ee2 | refs/heads/master | 2020-04-30T05:17:19.969170 | 2019-07-05T01:57:22 | 2019-07-05T01:57:22 | 176,624,764 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,271 | h | /*Given a binary tree, return the vertical order traversal of its nodes' values. (ie, from top to bottom, column by column).
If two nodes are in the same row and column, the order should be from left to right.
Examples 1:
Input: [3,9,20,null,null,15,7]
3
/\
/ \
9 20
/\
/ \
15 7
... | [
"noreply@github.com"
] | noreply@github.com |
98126d42c0fd49254b866f15e53cff78c6990b79 | 8d32fa421d3b38001ad6acfe602a7c2806ada11b | /src/view/user/UserAddBuilder.cpp | 26c53f9664314c580a9469a5bdbef8576ac43475 | [] | no_license | danidim13/compra-cr | 79c5abb780f07697c739e7437174db0517a5b1e4 | b9c35c5f5d91c2b92a27a0c04302bfb2b116e606 | refs/heads/master | 2020-08-06T18:26:49.360453 | 2019-10-28T23:27:42 | 2019-10-28T23:27:42 | 213,106,361 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,162 | cpp | //
// Created by daniel on 15/09/19.
//
#include <sstream>
#include "UserAddBuilder.h"
#include "../Form.h"
view::UserAddBuilder::UserAddBuilder(const std::string &title) : PageBuilder(title) {}
std::string view::UserAddBuilder::build_content() {
std::ostringstream content;
view::Form form("POST", "/user/ad... | [
"danidiaza@gmail.com"
] | danidiaza@gmail.com |
556d43df90078fc5ebc50e8cd8c4ff584ba8a92c | 9364aa96f9e4de9504ca1a843dd8f69fc619c18e | /Document.h | 529ec94ab505afccec25e280938b20f309ec4056 | [] | no_license | aimanyounises1/AP1 | f7c8936666c47d4330e3f567ad3114e18987698d | f194a4cf7b888109830f62507753e4be20fd4942 | refs/heads/master | 2023-01-14T11:13:40.352911 | 2020-11-16T11:45:34 | 2020-11-16T11:45:34 | 308,050,234 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 664 | h | #include <string>
#include <iostream>
#include <vector>
using namespace std;
class Document{
private:
bool addForward;
bool addBackward;
public:
int currentLine;
vector<string>lines;
bool replace(std::string& str, const std::string& from, const std::string& to);
Document();
void init(ifstream& is);
void text(... | [
"aymanyounis@icloud.com"
] | aymanyounis@icloud.com |
d63b2bd68b7793f8d1b1538b1dfc53f8184a1fa9 | 2e619c8e2b667640989c6703a39fde3e4485679b | /2. Leetcode/easy level/082. maximum depth of binary tree.cpp | 343116e9fe094da8afd11356caa7afd3eb3df7aa | [] | no_license | satyampandey9811/competitive-programming | 76957cde72ba217894ba18370f6489d7c481ba55 | 8ca1e2608f5d221f4be87529052c8eb3b0713386 | refs/heads/master | 2022-10-14T11:13:16.704203 | 2022-09-20T18:24:09 | 2022-09-20T18:24:09 | 203,355,790 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 494 | cpp | // link to question - https://leetcode.com/problems/maximum-depth-of-binary-tree/
/**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution {
public:
int maxDepth... | [
"satyampandey9811@gmail.com"
] | satyampandey9811@gmail.com |
6846c17e03cc7bb7aa8ce4c7699dcf3f0cbec727 | d09945668f19bb4bc17087c0cb8ccbab2b2dd688 | /codeforce/381-400/388/a2.cpp | f51e148a39396ec790c6f2e9356b44cd1d55c1f0 | [] | no_license | kmjp/procon | 27270f605f3ae5d80fbdb28708318a6557273a57 | 8083028ece4be1460150aa3f0e69bdb57e510b53 | refs/heads/master | 2023-09-04T11:01:09.452170 | 2023-09-03T15:25:21 | 2023-09-03T15:25:21 | 30,825,508 | 23 | 2 | null | 2023-08-18T14:02:07 | 2015-02-15T11:25:23 | C++ | UTF-8 | C++ | false | false | 818 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef signed long long ll;
#undef _P
#define _P(...) (void)printf(__VA_ARGS__)
#define FOR(x,to) for(x=0;x<(to);x++)
#define FORR(x,arr) for(auto& x:arr)
#define ITR(x,c) for(__typeof(c.begin()) x=c.begin();x!=c.end();x++)
#define ALL(a) (a.begin()),(a.end())
#... | [
"kmjp@users.noreply.github.com"
] | kmjp@users.noreply.github.com |
0c65c43688e0cc5f1c7b696c33b7b2aa46e62826 | 6d71677fe493b96088b22bde3c839284cbf6caae | /MathematicsExpresssion/BinaryExpression.h | b00debcf337a465966e044183624db68cc5b6b80 | [
"BSD-3-Clause"
] | permissive | treemantan/NewQuant | 087c586d267c7fea6df95748ba7b91d71b404d51 | 798224ff43db9ba6132bb24e35bc31cf8369203b | refs/heads/master | 2021-01-16T18:29:08.246295 | 2015-03-22T16:12:27 | 2015-03-22T16:12:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 48,205 | h | #ifndef BINARY_EXPRESSION_H
#define BINARY_EXPRESSION_H
#include <functional>
#include "BaseExpression.h"
namespace NewQuant
{
template<typename T, typename ExprT, template<typename ELEM> class UniOp> class UnitaryExpression;
template<typename T> class Constant;
template<typename T> class Variable;
t... | [
"xuruilong100@hotmail.com"
] | xuruilong100@hotmail.com |
b59b4de2d195ac2fc6544d2a2dbabf7c4424c723 | 522600a2def1527ab33f925843368c22bd46be78 | /SOAP12ClientTest/CloudStacksoap12Stub.h | d26e8ac190751c308b65f1335451e3051003fe78 | [] | no_license | radtek/lgjaps | c00792f2f6b0a08490668b82502cb1c6da43cdad | d2b5f6ff12d00940248f8cdc6178730384f9b10c | refs/heads/master | 2020-06-21T22:28:50.716686 | 2018-01-25T10:23:18 | 2018-01-25T10:23:18 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 294,618 | h | /* soapStub.h
*/
#define SOAP_NAMESPACE_OF_ns2 "http://www.aglaia-gmbh.de/xml/2013/05/17/BaSS_SOAPd.xsd"
#ifndef soapStub_H
#define soapStub_H
#include "CloudStackstdsoap2.h"
#if GSOAP_VERSION != 20834
# error "GSOAP VERSION 20834 MISMATCH IN GENERATED CODE VERSUS LIBRARY CODE: PLEASE REINSTALL PACKAGE"
#endif
/**... | [
"hnlylgj@qq.com"
] | hnlylgj@qq.com |
f0588b67818db69f9e8075c1db43b04b0434797d | 2b936f32e6ab6d5f411a120fda2077abc6aeaff6 | /hw6_2/hw6_2.cpp | fc550af8940419e51853f3355ca0f94f6436f220 | [] | no_license | jerryshano/370 | 14e3c49181722b20ad0cadd0f6e592dd18356dd9 | 227683826aa27699d93fdd38eaee25f08238b0f1 | refs/heads/master | 2022-12-12T21:57:40.051591 | 2020-09-09T21:02:31 | 2020-09-09T21:02:31 | 294,228,885 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,618 | cpp | /*
* HackerRank link: https://www.hackerrank.com/contests/cst370-s20-hw6/challenges/knapsack-8/submissions/code/1321768689
* Title: knapsack
* Abstract: read the weight and value of each item
* from a user and determine the best subset
* Author: Jerry Kankelborg
* ID: 8404
* Date: 11MAR20
*/
#include <iostream... | [
"jkankelborg@csumb.edu"
] | jkankelborg@csumb.edu |
de7b719ddde73d26ed44962519d9b1e71be2598a | b9bd6860803fa32aafff1385d6fa3abdec1b1210 | /src/dist/replication/lib/duplication/test/replica_duplicator_manager_test.cpp | 79616014d93ceb6de73a651969e98490351c0fc5 | [
"MIT"
] | permissive | Smityz/rdsn | c7371e3d6ff39a54bf1e0488ba8007011f9d78a9 | dccb6b3c273197e334ef02f742dc590894e58be8 | refs/heads/master | 2022-02-13T09:06:20.161168 | 2019-12-03T05:44:38 | 2019-12-03T05:44:38 | 219,897,862 | 0 | 0 | MIT | 2019-12-03T05:44:39 | 2019-11-06T02:47:05 | C++ | UTF-8 | C++ | false | false | 2,741 | cpp | // Copyright (c) 2017-present, Xiaomi, Inc. All rights reserved.
// This source code is licensed under the Apache License Version 2.0, which
// can be found in the LICENSE file in the root directory of this source tree.
#include "duplication_test_base.h"
namespace dsn {
namespace replication {
class replica_duplica... | [
"noreply@github.com"
] | noreply@github.com |
4287bcc89508ed8af911068031000a12cc465ecf | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /third_party/blink/renderer/platform/wtf/typed_arrays/array_buffer_view.h | 238290301f660a3c47230afc4e4de5b025599545 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0"
] | 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 | 4,418 | h | /*
* Copyright (C) 2009 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
18dec38443fef8f6fa0de2dfd30d81c5fce7756d | 659d99d090479506b63b374831a049dba5d70fcf | /xray-svn-trunk/xr_3da/xrGame/UIStaticItem.cpp | 52c1922a6bb0c382fd9b6f8b1c76c65dfcc65df8 | [] | no_license | ssijonson/Rengen_Luch | a9312fed06dd08c7de19f36e5fd5e476881beb85 | 9bd0ff54408a890d4bdac1c493d67ce26b964555 | refs/heads/main | 2023-05-03T13:09:58.983176 | 2021-05-19T10:04:47 | 2021-05-19T10:04:47 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 5,076 | cpp | #include "stdafx.h"
#include "UIStaticItem.h"
#include "ui_base.h"
CUIStaticItem::CUIStaticItem()
{
uFlags.zero ();
vSize.set (0,0);
TextureRect.set (0,0,0,0);
vHeadingPivot.set (0,0);
vHeadingOffset.set (0,0);
dwColor = 0xffffffff;
}
void CUIStaticItem::ResetHeadingPivot()
{
uFlags.set(flValidHead... | [
"16670637+KRodinn@users.noreply.github.com"
] | 16670637+KRodinn@users.noreply.github.com |
fd3debb818b353be2bd4034563e32a1e1b05243d | 77f7b9c32665fe795c8d6c77412dce8c8013a3c1 | /Example/LoginServer/LoginServer.cpp | 9f8faefb7dd9ec3422c915e1a76dc7518b3d75d0 | [] | no_license | wenge8126/MemoryDB | 7d9fb7e8aaf2393941f90089f80cf6bd6a9b1419 | b5e133a23db94039990270a198f29bb4b0275cdc | refs/heads/master | 2021-09-10T16:21:00.935843 | 2018-03-29T05:47:45 | 2018-03-29T05:47:45 | 113,527,948 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 3,346 | cpp | // LoginServer.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include <conio.h>
#include "Login.h"
#include "LoginThread.h"
#include "Dump.h"
#include "TableManager.h"
#include "HttpClient.h"
#include "GameLog.h"
#include "Resource.h"
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
SetUnhandledExceptionF... | [
"34360740+wenge8126@users.noreply.github.com"
] | 34360740+wenge8126@users.noreply.github.com |
158eb783cdf1f14c8fd3d781476e43512b082f96 | 603a1e413cab3e40fc9a7cc5e2b789eb846a5b2b | /include/LiveActor/State/ActorStateBase.h | 80e20c8d0eae541b6181a7e68c700b5e7f160d1f | [] | no_license | BooshSource/Petari | 999fdfda45411052942f3daafe7f3a78ff084899 | cb63f1782b56f3c023edd89ddee5bfeb659f20dd | refs/heads/master | 2023-02-09T10:43:37.879079 | 2021-01-08T00:05:27 | 2021-01-08T00:05:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 278 | h | #pragma once
#include "LiveActor/Nerve/NerveExecutor.h"
class ActorStateBaseInterface : public NerveExecutor
{
public:
virtual void init();
virtual void appear();
virtual void kill();
virtual bool update();
virtual void control();
u8 mIsDead; // _8
}; | [
"jtandrew@umes.edu"
] | jtandrew@umes.edu |
7da15837f3a8899876353e454944a2dc0b0ddba9 | a5fb019fd8c5016d4aced3d23ae9cf7ba5e07816 | /Graphics Ray Tracer/Source/MiniTrace - Working/MiniTraceOGLWin/RayTracer.h | 54f8c53fdcec5d87d4aea92477764ce9a6fbdbf3 | [] | no_license | Terror-Byte/Graphics-2-Ray-Tracer | 1ae11befaa2651add71ce25464d23e362fb0e278 | 788c10b54ab34236b002b4f5e21ba2b9d3ca9e8d | refs/heads/master | 2020-05-29T10:41:30.359400 | 2019-05-28T21:29:36 | 2019-05-28T21:29:36 | 189,099,166 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,301 | h | /*---------------------------------------------------------------------
*
* Copyright © 2015 Minsi Chen
* E-mail: m.chen@derby.ac.uk
*
* The source is written for the Graphics I and II modules. You are free
* to use and extend the functionality. The code provided here is functional
* however the author does not guaran... | [
"liamswain4@gmail.com"
] | liamswain4@gmail.com |
1dd62a046a95f2d5c8fe6d2647ea023be3e11b65 | 6a8c28657e7141632251ebb3525700db349da1f4 | /CS 271 - Object Oriented Programming/Lab10/lab10submission/Term.cpp | 4f59c3abc243e8734a8f334b862ef2dbdc121fe2 | [] | no_license | torresmi6/NMSU-Undergraduate | b2cc25382e985f65bcb897c4385bba30ebad5bd5 | 870ff95c3bf7e28f3e212cc8bcd9c0c3c2e7e53f | refs/heads/master | 2021-06-18T23:32:59.138161 | 2021-05-16T05:23:48 | 2021-05-16T05:23:48 | 210,255,837 | 0 | 0 | null | 2021-05-16T05:22:20 | 2019-09-23T03:19:56 | TSQL | UTF-8 | C++ | false | false | 1,904 | cpp | #include <iostream>
#include <stdexcept>
#include "Term.h"
using namespace std;
Term::Term(int coef, int exp){
setCoefficient(coef);
setExponent(exp);
}
Term& Term::setCoefficient(int coef){
coefficient = coef;
return *this;
}
Term& Term::setEx... | [
"torresmi@nmsu.edu"
] | torresmi@nmsu.edu |
00ab19a677a4d8b5d8ef27423546c92c09665d15 | d700c13a5e84ac4fd55d9696e4f21c50a82a0fdf | /Desktop/Blue/Platform.cpp | 8c316ea24107e51aa33da9fa865476a430fc1716 | [] | no_license | Kyle5G8/Blue | 69381384bb8e1c3cfeab9cb95a159a73932ab49e | 29aea0854f173eeee506ce8032e5b8548ae300cf | refs/heads/master | 2020-04-18T21:29:53.616194 | 2019-02-08T02:08:13 | 2019-02-08T02:08:13 | 167,766,741 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 557 | cpp |
#include <Servo.h>
#include "Platform.h"
int leftThrottle = 0;
int rightThrottle = 0;
Servo leftT;
Servo rightT;
Platform::Platform()
{
}
void Platform::attachPins(int leftTrack, int rightTrack)
{
_pinL = leftTrack;
_pinR = rightTrack;
leftT.attach(_pinL);
rightT.attach(_pinR);
}
void Platform::passR... | [
"kylestricklandj@gmail.com"
] | kylestricklandj@gmail.com |
ddc6986206c9599f3854a0e58f26f8aca68b2e68 | 20aa912f602fbe5bfeaeb225815eecbed0837861 | /Gklee/include/cuda/thrust/detail/backend/cpp/fill.h | 8b3ec52422d8f3e84ae18343d6c3b429d79f3ad2 | [
"NCSA"
] | permissive | lipeng28/Gklee | 9e51bacb046cd4eb67d215e24981dfc189227378 | 4cce6387f4c3283fc4db8c48e8820c6718ce109f | refs/heads/master | 2021-05-28T03:35:07.655773 | 2014-12-12T03:15:30 | 2014-12-12T03:15:30 | 13,846,791 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,101 | h | /*
* Copyright 2008-2012 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... | [
"peterlee@cs.utah.edu"
] | peterlee@cs.utah.edu |
a4280c3f44541eb10a2fdfbfc0bc062ad6ed918a | eb07d716d1211a6b041ec7e94abd65b5bec92261 | /backup/manage(971).cpp | 15431d36a6f9c628d557400e70317ba0f47665be | [] | no_license | ErniuTian/te | c4b3e2d01e5fb4b2129ede8abdd8751415efc5b7 | 4ae0a46bc628949e6fb456d88968a73b6c0ab27c | refs/heads/master | 2020-03-23T03:25:31.159567 | 2018-08-18T05:24:46 | 2018-08-18T05:24:46 | 141,029,879 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,774 | cpp | #include <iostream>
#include "manage.h"
#include <string.h>
manage::manage()
{
num=-1;
int i;
for(i=0;i<CLIENT_NUM;i++)
{
client_fd[i]=-1;
}
for(i=0;i<CHILD_DATA_LEN;i++)
{
child_data[i]=0x00;
}
for(i=0;i<DATA_LEN;i++)
{
parent_data[i]=0x00;
//parent_back_data[i]=0x00;
}
chi... | [
"572660688@qq.com"
] | 572660688@qq.com |
96fbf806a8b42febc82a88b07d1fd92c1e895ced | 4c33df200d923c59568d9433e460146a2c65b150 | /dbscan-with-intensive-data/Dbscan_Rtree.cpp | 73049fa7b590ecf5d183c3e58747f8e6b0492b62 | [
"MIT"
] | permissive | l3lackcurtains/dbscan-cpu-variants | f865eee7e52306246b199ab2906f1d9b38a392c9 | c207a54300ce7cd2525cba94040a3bd4be26401c | refs/heads/master | 2023-05-07T19:18:55.961245 | 2021-06-01T06:55:47 | 2021-06-01T06:55:47 | 241,261,877 | 1 | 0 | null | 2021-06-01T06:55:48 | 2020-02-18T03:17:52 | C++ | UTF-8 | C++ | false | false | 5,577 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fstream>
#include <iostream>
#include <vector>
#include "Rtree.h"
#define DATASET_SIZE 1864620
// #define DATASET_SIZE 10000
#define DIMENTION 2
#define ELIPSON 1.5
#define MIN_POINTS 4
using namespace std;
struct Rect {
Rect() {}
long double... | [
"king.ov.universe@gmail.com"
] | king.ov.universe@gmail.com |
4d92f679322861cd6780fe945bfc988ca8d5b46d | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function13738/function13738_schedule_41/function13738_schedule_41_wrapper.cpp | e68ebe9243c47fa2da87387d160ab2132e168908 | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,491 | cpp | #include "Halide.h"
#include "function13738_schedule_41_wrapper.h"
#include "tiramisu/utils.h"
#include <cstdlib>
#include <iostream>
#include <time.h>
#include <fstream>
#include <chrono>
#define MAX_RAND 200
int main(int, char **){
Halide::Buffer<int32_t> buf00(128);
Halide::Buffer<int32_t> buf01(64, ... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
bc34a5b7df9988104e8dca7ae97cd91edfbafa02 | 68fc1ca475775d96442c17826ac6e8cc2e06a7c7 | /project/main.cpp | 686fba6148f1870db33d196d66ee410fa0045713 | [] | no_license | IslamSabra99/software_project | c1116e059d5199a6a5cec6dbc21a694e4bd22cbb | dfe046ff715f231446c9213c463cb084d7ed8405 | refs/heads/master | 2020-11-24T23:35:40.935664 | 2019-12-16T13:28:04 | 2019-12-16T13:28:04 | 228,389,967 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,843 | cpp | #include <iostream>
#include <string>
#include <fstream>
#include "important_information.h"
using namespace std;
class Log_in
{
public :
string name;
string E_mail;
string type;
void Setname(string x)
{
name=x;
}
string Getname()
{
return name;
}
void SetE_mail(... | [
"58940616+IslamSabra99@users.noreply.github.com"
] | 58940616+IslamSabra99@users.noreply.github.com |
b729ccb325902b56f05a62b06fa02bbf42dae0eb | f80795913b6fbbfbc1501ca1e04140d1dac1d70e | /10.0.14393.0/winrt/internal/Windows.UI.Notifications.Management.3.h | ab88af01131b6c4e571c4d81c9df58c4fbb5fb5c | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | jjhegedus/cppwinrt | 13fffb02f2e302b57e0f2cac74e02a9e2d94b9cf | fb3238a29cf70edd154de8d2e36b2379e25cc2c4 | refs/heads/master | 2021-01-09T06:21:16.273638 | 2017-02-05T05:34:37 | 2017-02-05T05:34:37 | 80,971,093 | 1 | 0 | null | 2017-02-05T05:27:18 | 2017-02-05T05:27:17 | null | UTF-8 | C++ | false | false | 531 | h | // C++ for the Windows Runtime v1.0.161012.5
// Copyright (c) 2016 Microsoft Corporation. All rights reserved.
#pragma once
#include "Windows.UI.Notifications.Management.2.h"
WINRT_EXPORT namespace winrt {
namespace Windows::UI::Notifications::Management {
struct WINRT_EBO UserNotificationListener :
Windows::U... | [
"josuen@microsoft.com"
] | josuen@microsoft.com |
9cca7a2690fb05a40224b82bdbef2ba64aa3ef1b | 4d77398fc24009f483f2b2abc028a135e09fc9eb | /Assignment4/Solid_exchange/5.6/gradTx | 90f2db12562bef0e683a312de5eec5bda31296f6 | [] | permissive | Naveen-Surya/CFD-Lab-1 | 12c635b72c611d83080ed6dd316b1b0016f2f86f | c38b0bfe43c7135f4a10e744ea1ac6cf6e9d4a1a | refs/heads/master | 2020-04-05T16:43:39.651232 | 2018-08-23T12:10:06 | 2018-08-23T12:10:06 | 157,026,052 | 0 | 1 | MIT | 2018-11-10T22:11:51 | 2018-11-10T22:11:51 | null | UTF-8 | C++ | false | false | 40,587 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 5.x |
... | [
"sarthakgarg1993@gmail.com"
] | sarthakgarg1993@gmail.com | |
6ca1fc367d170edb2d24e737999a03a56b7e7129 | 70599f0ea828564278b33ba46966c4b32ac78d56 | /src/qt/kts/privacywidget.cpp | 37c7a4258be389a57961e2599e0bb4c24d5cc522 | [
"MIT"
] | permissive | klimatas/klimatas-core | 9b4c95a93ca4f6e42d98df7f4ff4ea2864f9ba7f | 7421ecd2ba1a88dcc15a1dc95f66e82e398cfe90 | refs/heads/master | 2022-05-21T01:05:07.481022 | 2022-03-29T15:40:42 | 2022-03-29T15:40:42 | 167,570,221 | 8 | 25 | MIT | 2022-03-29T15:40:43 | 2019-01-25T15:38:30 | C++ | UTF-8 | C++ | false | false | 16,776 | cpp | // Copyright (c) 2019 The PIVX developers
// Copyright (c) 2020 The Klimatas developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "qt/kts/privacywidget.h"
#include "qt/kts/forms/ui_privacywidget.h"
#include "qt/kt... | [
"m.vanamstel@dutchcrypto.works"
] | m.vanamstel@dutchcrypto.works |
7fa92a9529f59f1ef78d79e19ef3fdc305fea393 | f3f8df08ccd69c2536b62b353c63d3cfcc375ee7 | /sterna/qizlezniispratnicilista.h | 590c04e5c39605b31daf0c1c02ab3e65b2366989 | [] | no_license | srgank/SternaLite | 32c7d399ffdc34fa5e95fc38b8a88b50c20dce3e | 1f055743e370aac0667de3431985a7eaa9b1928c | refs/heads/master | 2021-06-19T09:19:46.059553 | 2021-02-08T13:21:43 | 2021-02-08T13:21:43 | 179,518,434 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,413 | h | #ifndef QIZLEZNIIspratniciLISTA_H
#define QIZLEZNIIspratniciLISTA_H
#include "qmybaseformwidget.h"
#include "ui_qizlezniIspratnicilista.h"
#include <QStandardItemModel>
#include <QItemSelection>
#include "xx.h"
class QIzlezniIspratniciLista : public QMyBaseFormWidget
{
Q_OBJECT
public:
QIzlezniIspratniciLista(... | [
"srdzank1@gmail.com"
] | srdzank1@gmail.com |
3afec6af8bd6f7878689a11a56ee046fb69e7bf5 | ded682a97d00b85055471a5f27240f67d1ba2373 | /Audio/src/AudioStreamPcm.cpp | cacc867b1dcdddfbb0ee91930bdb258f140c9ba6 | [
"MIT"
] | permissive | Drewol/unnamed-sdvx-clone | c9b838da0054019fb9f4c07cb608c05455c9cd4e | 7895040479b560c98df19ad86424b2ce169afd82 | refs/heads/develop | 2023-08-11T15:22:23.316076 | 2023-08-02T17:31:35 | 2023-08-02T17:31:35 | 66,410,244 | 726 | 149 | MIT | 2023-08-02T17:31:36 | 2016-08-23T23:10:52 | C++ | UTF-8 | C++ | false | false | 3,686 | cpp | #include "stdafx.h"
#include "AudioStreamPcm.hpp"
bool AudioStreamPcm::Init(Audio *audio, const String &path, bool preload)
{
AudioStreamBase::Init(audio, path, preload);
m_initSampling(m_sampleRate);
return true;
}
void AudioStreamPcm::SetPosition_Internal(int32 pos)
{
//negative pos is causing issues... | [
"emildraws@gmail.com"
] | emildraws@gmail.com |
a275dbfdb84b75995b11c63bd8ad5d4305907dce | 38c10c01007624cd2056884f25e0d6ab85442194 | /content/shell/browser/layout_test/layout_test_javascript_dialog_manager.cc | f4045bf94a03d298fdd380a0c7abdfb9fe434958 | [
"BSD-3-Clause"
] | 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,476 | cc | // Copyright 2014 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/shell/browser/layout_test/layout_test_javascript_dialog_manager.h"
#include "base/command_line.h"
#include "base/logging.h"
#include "b... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
fb02d198e34c05ff30bef8e75fa18accd9ac2059 | 1768686ec477ecec1f867876dff13a61708029b0 | /src/imprecise_costmap_2d.cpp | 3756d123ca148495144226661ac90e3cd9ad1f94 | [] | no_license | EduardoFF/imprecise_costmap_2d | dcc757d334303fc96ac4d632d23944b4e9f27a36 | 4fe6803878bb9d6671299b18e9cd116cbf16d455 | refs/heads/master | 2021-10-25T01:49:31.496639 | 2021-10-18T06:58:44 | 2021-10-18T06:58:44 | 169,230,349 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,455 | cpp | /*********************************************************************
*
* Software License Agreement (BSD License)
*
* Copyright (c) 2008, 2013, Willow Garage, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the ... | [
"efeoflus@andrew.cmu.edu"
] | efeoflus@andrew.cmu.edu |
27c64e4645d23c4cb734d373d27a81e1668c57fa | c8a3f2f6f7eda6369a5c13f637a333be865a838c | /Purple/VuPurple/Managers/VuCarManager.h | efc4ec0d974cf2a629ae02d9b9053233436d5de7 | [] | no_license | PenpenLi/tools_script | e3a73775bb2b19fb13b7d15dce5d47c38566c6ca | 8f0fce77799e4598ff00d408083597a306f8e22e | refs/heads/master | 2021-06-07T22:38:17.214344 | 2016-11-21T02:10:50 | 2016-11-21T02:10:50 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,043 | h | //*****************************************************************************
//
// Copyright (c) 2011-2013 Vector Unit Inc
// Confidential Trade Secrets
//
// CarManager class
//
//*****************************************************************************
#pragma once
#include "VuPurple/Entities... | [
"chris@lis-Mac-mini.local"
] | chris@lis-Mac-mini.local |
75c55119a0e11960d9329f867d9fffd74f78fefe | 54cafdb334958931f696bb4d3f150a91f39e6f2a | /161_ABC/b.cpp | 73097d4ddf472092f730910622c119d76eaa98c5 | [] | no_license | yuta-minamisawa/AtCoder | c7363f15786e2e2cd171f41d7556af0fc83ffbe7 | 57b53b7afb2103c7b1ab19703d732cf3be33e42f | refs/heads/master | 2023-01-14T04:52:49.987960 | 2020-11-21T04:27:49 | 2020-11-21T04:27:49 | 295,385,829 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 455 | cpp | #include <bits/stdc++.h>
using namespace std;
#define rep3(i, s, n ,a) for (int i = (s); i < (int)(n); i+=a)
#define rep2(i, s, n) rep3(i, s, n, 1)
#define rep(i, n) rep2(i, 0, n)
int main(){
int n, m, sum=0;
cin >> n >> m;
int *a = new int[n];
rep(i, n){
cin >> a[i];
sum += a[i];
... | [
"y.m_mt.spring@ruri.waseda.jp"
] | y.m_mt.spring@ruri.waseda.jp |
e83d5cd2d2af27395e64fdf65c4346a7af054801 | 4a9412def9d99293590d028d1f4b381aa66d3594 | /View2D.cpp | 155373f6f09e282cd1a261ddef12c73484386462 | [] | no_license | jefix/TestCpp | 448ff4a2f08c7fb47dfdabb9f182002547da32e9 | 2d9d6392bdb63afe6e20a0eeeb24847a408a3e90 | refs/heads/master | 2023-06-18T15:16:44.564246 | 2019-05-20T08:17:43 | 2019-05-20T08:17:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,579 | cpp | //-------------------------------------------------------------------------------------------------------------------
/*! \brief Implementation of class View2D
* \file View2D.cpp
*///-----------------------------------------------------------------------------------------------------------------
#include "View2D.h"
... | [
"vincent.simoes@imascap.com"
] | vincent.simoes@imascap.com |
0a25df7a274b153982105db23dbcfbdc5842f100 | 58591bc6576708ae68b8b2fc27117d8b84d7cf99 | /okno.h | 4527922272e49809c11bf00aa5c151b6822d000d | [] | no_license | niffler666/graffityEditor14 | f9f72c1daceb5c9a9e0d0e6ae853dac4a7679849 | e1983c2ff4108c6810cf8129528813b440a79198 | refs/heads/main | 2023-05-09T19:12:58.936427 | 2021-06-07T18:11:34 | 2021-06-07T18:11:34 | 374,757,919 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 506 | h | #ifndef OKNO_H
#define OKNO_H
#include <QMainWindow>
#include <QMessageBox>
namespace Ui {
class okno;
}
class okno : public QMainWindow
{
Q_OBJECT
public:
explicit okno(QWidget *parent = nullptr);
~okno();
private slots:
void on_spinBox_valueChanged(int arg1);
void on_pushButton_clicked();
... | [
"niffler666@mail.ru"
] | niffler666@mail.ru |
ff449325d33684f4bea69944aede495cf6c466b6 | 872f24199d847f05ddb4d8f7ac69eaed9336a0d5 | /code/display/QtViewer/QtLELEdit.qo.h | 731167e27fc02e9373e621bf7ab08711ddef6e32 | [] | no_license | schiebel/casa | 8004f7d63ca037b4579af8a8bbfb4fa08e87ced4 | e2ced7349036d8fc13d0a65aad9a77b76bfe55d1 | refs/heads/master | 2016-09-05T16:20:59.022063 | 2015-08-26T18:46:26 | 2015-08-26T18:46:26 | 41,441,084 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,796 | h | //# QtLEL.qo.h: Helper class for viewer data manager widget (QtDataManager).
//# Copyright (C) 2005
//# Associated Universities, Inc. Washington DC, USA.
//#
//# This library is free software; you can redistribute it and/or modify it
//# under the terms of the GNU Library General Public License as published by
//# the ... | [
"darrell@schiebel.us"
] | darrell@schiebel.us |
7d5c30caa81f64c709825fd732c28be2db1d35fa | 9846ed0002c68c95c22f1c3e7ed961fddefb822a | /121. Best Time to Buy and Sell Stock.cpp | 720ebda35e33f4c5379e2a746bb1028065fdf59a | [] | no_license | Ostrichisme/LeetCode | 5e046227776047c78952a944771b9d4b093d1f2f | ec4466fb6dbbd33cc03866b1595c732d523c6612 | refs/heads/master | 2021-07-11T21:24:20.376861 | 2020-09-28T15:25:24 | 2020-09-28T15:25:24 | 205,076,459 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 417 | cpp | class Solution {
public:
int maxProfit(vector<int>& prices) {
if(prices.empty()) return 0;
int ans=0,buy=INT_MAX;
for(int& price:prices){
//璝芥基ゑ程潦禦基临穝程潦禦基price
if(price<buy)
buy=price;
else if(price-buy>ans)
ans=pr... | [
"garytd7610@gmail.com"
] | garytd7610@gmail.com |
7f020d9241ba10886144ab958d284ee19e77d0b1 | e42a3d52fd1618d5c37bdb116550b8fe765d6fdd | /cpp/Icf/BoxFeatureFactory.h | c9c426b3b4be9982957abffda0d4c97b1fed38b6 | [] | no_license | peterabel/master | 45f28e36829adba383b6a7eb7a72f167d6e261b0 | 6e45cbdcae71b2ab1176494d90f667f852a936f1 | refs/heads/master | 2021-01-21T14:09:00.231064 | 2016-10-28T17:01:45 | 2016-10-28T17:01:45 | 59,204,054 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,717 | h | #pragma once
#include "FeatureContainer.h"
#include <random>
#include "features/FeaturesLogger.h"
#include "features/FeaturesMacros.h"
namespace vca
{
namespace icf
{
class VCA_API BoxFeatureFactory
{
public:
struct BoxFeatureConfig
{
BoxFeatureConfig()
{
useLuv =... | [
"noreply@github.com"
] | noreply@github.com |
843ae56b3f372f115a634a39107fc3949cf601f7 | 4cb210dad55139d4d2db787524beba685a39ff65 | /CodeChef/src/y2013/m06/challenge/ChallengeOrNot.cpp | 59f08c862463caee9f13f940ea6f8ae88e915c5d | [] | no_license | pavel-zeman/CodeChef | 7e0d4b97d9032647a922bc5991a33e66ce8d5483 | a8a6b7638d3af4ed9fe7f64843a86e218882194a | refs/heads/master | 2021-04-12T02:49:21.699583 | 2018-11-03T19:03:04 | 2018-11-03T19:03:04 | 9,584,588 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,952 | cpp | /**
* This solution simply sorts input numbers and takes one by one, if there is no collision.
*/
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include <math.h>
#include <stdlib.h>
#include <ctype.h>
#include <assert.h>
#include <time.h>
#define FOR(c, m) for(int c=0;c<(m);c++)
#define FORE(c, f, t) fo... | [
"pavel@pavel"
] | pavel@pavel |
c43c1ef4cc1f4a8a9c4380d1e514f30d35270102 | 1a50510ada7a0b333fd27760f0c70b518838ee9f | /app/src/main/cpp/native-lib.cpp | 57bd9c732b91201bb730b92c5c1c382be3bcc1e4 | [] | no_license | han1202012/010_FFMPEG | 2b470969dfb2b46133dbe831808c6b69350dd733 | 79411e9b84d65b4c6818aeb4f42568b1aa56b431 | refs/heads/master | 2021-01-07T10:24:33.489634 | 2020-02-19T16:51:18 | 2020-02-19T16:51:18 | 241,661,531 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 407 | cpp | #include <jni.h>
#include <string>
// 注意 FFMPEG 是 C 开发的 , 在 C++ 中使用需要使用 extern "C" 进行兼容
extern "C"{
#include <libavcodec/avcodec.h>
}
extern "C" JNIEXPORT jstring JNICALL
Java_kim_hsl_ffmpeg_MainActivity_stringFromJNI(
JNIEnv *env,
jobject /* this */) {
std::string hello = "Hello from C++";
... | [
"octopus_truth@163.com"
] | octopus_truth@163.com |
c0fb09377cda0c3ebc42817669c6aaf9d9f1e837 | 83a0e630963f01a78618f1ef6734f14d3acca2e0 | /algo/simple array sum.cpp | b18de2573ce3b98af4a0491ff16775497ec3ffa6 | [] | no_license | winterdl/Hackerank-solutions | c574a4424adeb56a9748783f5ee5ed8510a12c2c | 277054e6aceb535eb63603f84baf4623e9980fb7 | refs/heads/master | 2020-09-08T04:18:29.810019 | 2018-01-12T16:07:35 | 2018-01-12T16:07:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 338 | cpp | #include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
int main(){
int n,sum=0;
cin >> n;
vector<int> arr(n);
for(int arr_i = 0;arr_i < n;arr_i++)
{
cin >> arr[arr_i];
sum+=arr[arr_i];
}
cout<<sum;
... | [
"noreply@github.com"
] | noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.