blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1e29e7513257305cc5edabf872713b5ee9582778 | e9a8fffb05b32e8332f15d4dea96761261c0353c | /image-compression/compression.cpp | cbe935ab6ee868186775c93baea6b355ca2b5f5a | [] | no_license | brightnesss/image-processing | 7590933547519ba551d2b6df630a92437a329f7a | 450914d04d33020e1868d800f2fe2e7896397da2 | refs/heads/master | 2020-05-23T08:10:40.040189 | 2017-01-13T12:02:09 | 2017-01-13T12:02:09 | 70,224,402 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,928 | cpp | //8*8矩阵的zigzag行程压缩编码示意
#include <iostream>
#include <opencv2\opencv.hpp>
#include <math.h>
#include <vector>
#include <algorithm>
#define PLUS 1
#define MINUS 0
using namespace std;
using namespace cv;
void InitMat(Mat &img, float(*pf)[8])
{
for (unsigned short i = 0;i < img.rows;++i)
for (unsigned short j = 0;j... | [
"brightness_j@hotmail.com"
] | brightness_j@hotmail.com |
e7820c344e997399de0e161fa13f2b383210532f | d4faf438bd3f8e94178acdd31157d03d955c582b | /src/Utils/FBX_Importer.h | 759a910069e1b49bb741af0d9bd49e06d6f142b9 | [] | no_license | luoxz-ai/cpp_game_engine | 19684a3c235fb7738b2988ed73dbaab08e2e5c2d | f25c950c9c312cc239e27acaeda85b5f852e8a01 | refs/heads/master | 2023-04-12T13:55:31.426366 | 2021-05-05T20:11:40 | 2021-05-05T20:11:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,223 | h | #pragma once
#include <Windows.h>
#include <stdio.h>
#include <iostream>
#include <string>
#include <sstream>
#include <vector>
#include "Structs.h"
#include "Entity/Mesh/Mesh.h"
#include "Entity/Mesh/MeshDeformer/Animation/Animation.h"
// Utils
#include "fbxsdk.h"
struct FBX_LoadResult {
bool success = false;
boo... | [
"fmehmetun3@gmail.com"
] | fmehmetun3@gmail.com |
6ec8d304fd26a61d2effef62a2239c1f6c11884e | 7619f1f54f8a1f7b11dc1dbb840fd15677a10855 | /playertwo/cmake-build-debug/playertwo_autogen/EWIEGA46WW/moc_Player.cpp | a3bc45f8640e6634c9e9c8e0e4524d496c17869b | [] | no_license | kbyun03/4122FinalProject | b52ffd6f3f09161c2523f48dd6e061e130ea2554 | 83a414c3ebe49d03b0e90a8b515c81fa1666891c | refs/heads/master | 2020-03-10T15:13:30.964122 | 2018-05-03T18:22:36 | 2018-05-03T18:22:36 | 129,444,228 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,541 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'Player.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.10.1)
**
** WARNING! All changes made in this file will be lost!
*************************************************************... | [
"tzeng.a@gmail.com"
] | tzeng.a@gmail.com |
15cf0b87bfc035b27021c2a3dfb125420b23527d | 1f013e822124dfe9b4611f1fe08675a23871566e | /home/akielczewska/z1/tro.cpp | 96a7d0afb9c43832fc3df50ae45c2c0fbce2429e | [] | no_license | dtraczewski/zpk2014 | a1d9a26d25ff174561e3b20c8660901178d827a5 | 548970bc5a9a02215687cb143d2f3f44307ff252 | refs/heads/master | 2021-01-21T06:06:32.044028 | 2015-09-06T12:17:07 | 2015-09-06T12:17:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 188 | cpp | #include <iostream>
using namespace std;
main() {
int a,b,c;
cin >> a >> b >> c;
if (a+b>c && a+c>b && b+c>a)
cout << "TAK" << endl;
else cout << "NIE" << endl;
}
| [
"aneta.kielczewska@student.uw.edu.pl"
] | aneta.kielczewska@student.uw.edu.pl |
8f2195874ab869da11fe15fa5c70102ef01b4a9b | 43a2fbc77f5cea2487c05c7679a30e15db9a3a50 | /Cpp/External (Offsets Only)/SDK/BP_msc_hurdygurdy_pio_01_a_ItemDesc_classes.h | 82fec60f39c50589d4d8837a2324442017ddafd7 | [] | no_license | zH4x/SoT-Insider-SDK | 57e2e05ede34ca1fd90fc5904cf7a79f0259085c | 6bff738a1b701c34656546e333b7e59c98c63ad7 | refs/heads/main | 2023-06-09T23:10:32.929216 | 2021-07-07T01:34:27 | 2021-07-07T01:34:27 | 383,638,719 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 867 | h | #pragma once
// Name: SoT-Insider, Version: 1.102.2382.0
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//-----------------------------------------------... | [
"Massimo.linker@gmail.com"
] | Massimo.linker@gmail.com |
35e5a5651241d6561f29a640d3b3b2f6bf154417 | d09945668f19bb4bc17087c0cb8ccbab2b2dd688 | /atcoder/abc251-300/abc282/h.cpp | ff41ae325bad8c630c66d30fb5858e4ead9e7f67 | [] | 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 | 1,757 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef signed long long ll;
#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 FORR2(x,y,arr) for(auto& [x,y]:arr)
#define ALL(a) (a.begin()),(a.end())
#define ZERO(a) memset(a,0,sizeof(a))... | [
"kmjp@users.noreply.github.com"
] | kmjp@users.noreply.github.com |
6137213523d3ddd397365b81fe30a82fce77eccb | 095b7832c29a9225b83f9f4ff8355ef6a6543b0d | /Miscellaneous/BinaryTreeZigZagTraversal.cpp | 191fc1ca50e3913bcc670415f192f6b1997872b8 | [] | no_license | I-Venkatesh/Data-structures-and-algorithms | a459b2a45fe0b5d2399e4f287bb83ea5d1742fac | 0d05ee80d0e6dd5f376b843975f3c70abac1457f | refs/heads/master | 2023-08-13T20:19:52.214023 | 2021-09-11T14:36:30 | 2021-09-11T14:36:30 | 323,447,201 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,503 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode() : val(0), left(nullptr), right(nullptr) {}
* TreeNode(int x) : val(x), left(nullptr), right(nullptr) {}
* TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), l... | [
"venkatesh.i18@iiits.in"
] | venkatesh.i18@iiits.in |
00554c1b359ed4d05a729f6915fdca3655b76a48 | 019b1b4fc4a0c8bf0f65f5bec2431599e5de5300 | /content/browser/tracing/tracing_controller_impl_data_sinks.cc | 1ee6327893aad4cbbf028b0de0034db24642d901 | [
"BSD-3-Clause"
] | permissive | wyrover/downloader | bd61b858d82ad437df36fbbaaf58d293f2f77445 | a2239a4de6b8b545d6d88f6beccaad2b0c831e07 | refs/heads/master | 2020-12-30T14:45:13.193034 | 2017-04-23T07:39:04 | 2017-04-23T07:39:04 | 91,083,169 | 1 | 2 | null | 2017-05-12T11:06:42 | 2017-05-12T11:06:42 | null | UTF-8 | C++ | false | false | 12,000 | cc | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <utility>
#include "base/bind.h"
#include "base/files/file_util.h"
#include "base/json/json_writer.h"
#include "base/macros.h"
#include "base/str... | [
"wangpp_os@sari.ac.cn"
] | wangpp_os@sari.ac.cn |
aa12e239d41a9ee497b2e97df0453b6729800804 | c980768b06aed339b2d6b47fc0d13507f068537c | /GhCore/ghApp.h | 4fa3402a08aa5c8d87e7bf529bd000dd78e8fb10 | [] | no_license | jiaco/genehuggers | f4a3b99cdfea59cbaf56fc29a26f0230db69dcbb | 30c3ba1f07aa7a9832385b2d2847d051e77cfd28 | refs/heads/master | 2021-01-01T05:51:38.865068 | 2012-04-16T07:57:40 | 2012-04-16T07:57:40 | 32,718,214 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,994 | h | #ifndef GH_APP_H
#define GH_APP_H 1
#include <QtCore>
#include "ghDef.h"
#include "ghVariant.h"
#include "ghParam.h"
#include "ghOfp.h"
#include "ghErrorprone.h"
namespace GH
{
inline QMap<QString,QString> Args( const int argc, char** argv )
{
QMap<QString,QString> rv;
for( int ac = 1; ac < argc;... | [
"jiacov@gmail.com"
] | jiacov@gmail.com |
f2bcacd71d462cf0bdaef301cc87e2cc42df506d | 436adbbd309a6d2d283a4e9fe2e7c5c671ce0db7 | /Classes/UIWidgets/LuaExtensionsDS.cpp | 27966b4584bdcb073317745e07b72dc64e07d7f2 | [] | no_license | daxingyou/q_card | 87077b343445acf04132cdd0701952d941f19036 | 3b458ee32ec03509f293324ab8de88efad3d2501 | refs/heads/master | 2021-12-23T19:59:58.341338 | 2017-11-21T06:36:57 | 2017-11-21T06:36:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,185 | cpp | /*
** Lua binding: Cocos2d
** Generated automatically by tolua++-1.0.92 on 02/10/14 14:41:11.
*/
/****************************************************************************
Copyright (c) 2011 cocos2d-x.org
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of ... | [
"chenhlb8055@gmail.com"
] | chenhlb8055@gmail.com |
cef497f735fbabddfd787d44d52843c202c02f06 | 734431ff4768b4129450523319ba80ea3e2a5898 | /test/flip.cpp | 45faf408155b591c6e984ae2799838d2bcb21b45 | [] | no_license | dopic/Fit | 5b9b8ea8b5505eb585575d3c1c57c34e7b189eb0 | d895d531fb27e9ac642158851d6782553d94b9d3 | refs/heads/master | 2020-12-30T22:09:02.318221 | 2015-03-18T22:34:02 | 2015-03-18T22:34:02 | 33,482,242 | 1 | 0 | null | 2015-04-06T13:04:42 | 2015-04-06T13:04:42 | null | UTF-8 | C++ | false | false | 215 | cpp | #include <fit/flip.h>
#include <fit/placeholders.h>
#include "test.h"
FIT_TEST_CASE()
{
FIT_TEST_CHECK(3 == fit::flip(fit::_ - fit::_)(2, 5));
FIT_STATIC_TEST_CHECK(3 == fit::flip(fit::_ - fit::_)(2, 5));
} | [
"pfultz2@yahoo.com"
] | pfultz2@yahoo.com |
e9ae623dc7570ac6dee58c45760afa2438624337 | 9808c0970f80c3260d1b91a226580aba3e52e2d5 | /valdes-engineering/src/investigations/bulkDiffusivityMeasurements2015/beamExpander/adiabatic_rear/aluminum_target/sept24/fit_models.h | 9a0e0155ccc7e3d1c83d634a693089187992951e | [] | no_license | raymondvaldes/tat | 5d519732efb5ed379be1ac2579a6dbf7ac67e52f | 0fa3a1902cf81682d741fe0063435c6b61bac148 | refs/heads/master | 2021-01-18T15:42:09.009818 | 2015-10-30T16:55:23 | 2015-10-30T16:55:23 | 13,633,268 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 972 | h | //
// asdf.h
// tat
//
// Created by Raymond Valdes on 9/24/15.
// Copyright © 2015 Raymond Valdes. All rights reserved.
//
#ifndef fit_models_asdf_h
#define fit_models_asdf_h
#include "run1_rear_70degC.h"
#include "fit_a_b1_b2_RC.h"
namespace investigations{
namespace bulkDiffusivityMeasurements2015{
namespace ... | [
"raymondvaldes@gmail.com"
] | raymondvaldes@gmail.com |
94a434f969372b613b73094534ce370f783953bc | 85515970843a39d6ddae0476320c4027aa050e49 | /iptux0.5.3/src/SendFileData.cpp | e1c1843423a141f483d700a4764ebd62485390ed | [] | no_license | zzqhost/iptux | ed0ddea05e0ca7bb683e878d97ab4710c4baba21 | 48a722ea8d76f0df83e69e4e5b5cd2f2b2cc8800 | refs/heads/master | 2020-05-26T21:50:08.358593 | 2013-04-09T07:44:21 | 2013-04-09T07:44:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,131 | cpp | //
// C++ Implementation: SendFileData
//
// Description:
//
//
// Author: Jally <jallyx@163.com>, (C) 2009
//
// Copyright: See COPYING file that comes with this distribution
//
//
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "SendFileData.h"
#include "ProgramData.h"
#include "MainWi... | [
"b649@borqs.com"
] | b649@borqs.com |
4cd32807cffd98f94f1276eee77893ee61de3e3b | 2f0c70013cb2e8f3815694ae75dd9b73fdf22d33 | /spectrum/models/genericE6SSM/genericE6SSM_two_scale_soft_beta_TYd.cpp | ff52d8cc917d9aa0a22a282839b612a222bbea22 | [] | no_license | azedarach/E6SSM-Tuning | 9d3e0fffb3fe5979b8735a2907219eb944fcfeae | 62f8050e814db2e4468b868cb31bcb63ee1dbda2 | refs/heads/master | 2021-05-31T00:07:01.359375 | 2016-01-03T22:34:23 | 2016-01-03T22:34:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,711 | cpp | // ====================================================================
// This file is part of FlexibleSUSY.
//
// FlexibleSUSY 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 3 of the Licens... | [
"dylan.harries@adelaide.edu.au"
] | dylan.harries@adelaide.edu.au |
ed920c83d7b4584a0fcb0fc0fea55f795d3fb57c | 1a9bb62b32771102c0b32ffefe305ca702bea268 | /tide/core/configuration/Configuration.h | 297ff1b68fc9def56ed0641fcb4aab1edb2a207e | [
"BSD-2-Clause"
] | permissive | BlueBrain/Tide | 9fa3a5b802026f204491eb625653d6e431c2bea8 | e35a8952b3c8ea86db098602f2d95fb4ba542dae | refs/heads/master | 2022-05-07T01:14:44.308665 | 2022-04-27T13:47:18 | 2022-04-27T13:47:18 | 54,562,203 | 52 | 21 | BSD-2-Clause | 2022-04-27T13:47:19 | 2016-03-23T13:33:25 | C++ | UTF-8 | C++ | false | false | 6,568 | h | /*********************************************************************/
/* Copyright (c) 2013-2018, EPFL/Blue Brain Project */
/* Raphael Dumusc <raphael.dumusc@epfl.ch> */
/* All rights reserved. */
/* ... | [
"raphael.dumusc@epfl.ch"
] | raphael.dumusc@epfl.ch |
fcb02db4a7cc309e81b6c76bd0b5b5913660dc50 | b1905a6fff073d63ca9a9f93475d35758b5a9c76 | /src/names/mempool.cpp | c27060d4dc725ff53ea1de4cba4eb5a1a36d90d7 | [
"MIT"
] | permissive | transferdeer/namecoin-core | 3800be405bb4ee7536a571040a6b73f92c1a8d91 | d42521bf1364dac0efa6b38b1355dd13a8298207 | refs/heads/master | 2023-05-29T13:10:02.092814 | 2021-06-07T08:23:28 | 2021-06-07T08:23:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,915 | cpp | // Copyright (c) 2014-2021 Daniel Kraft
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <names/mempool.h>
#include <coins.h>
#include <logging.h>
#include <names/encoding.h>
#include <script/names.h>
#include <txmempoo... | [
"d@domob.eu"
] | d@domob.eu |
a39da48198dd89cd99930e80b97855e3fd33a20b | c8e3da287e92eb3e24b7f1dbefddde083053754a | /src/SerializableArray.h | f4b035f53eb61f986fb1bc983ceb4e93be75cb94 | [] | no_license | rvishna/flow-shop-scheduler | e55269cdfbcc2a69ad32569cbccbc6fbddbb59b1 | d36d52c0bf56d47be9c8d556f3a7b7229fb86915 | refs/heads/master | 2023-03-25T19:24:33.868554 | 2021-03-23T06:10:22 | 2021-03-23T06:10:22 | 348,830,865 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,054 | h | #ifndef SERIALIZABLE_ARRAY_H
#define SERIALIZABLE_ARRAY_H
#include "DataContext.h"
namespace flow_shop_scheduler {
template<typename T>
class SerializableArray : public JSONSerializable
{
public:
virtual void set(json&) const override;
virtual void get(const json&, std::shared_ptr<DataContext> dataContext = ... | [
"rvishnampet@gmail.com"
] | rvishnampet@gmail.com |
bc0b5fb2921833ec34fad9ba1af60d8cb87d43b1 | b1d02643a70ce076f167a84eb1ff36bfcdb5b704 | /e/time.h | ff0fd4006f0a49da19279ae4f58926109ea4acdb | [] | no_license | cnangel/libe | b534b90c8710243f37f407b360200bb215572df3 | 9e2c6af24b4ca5b388243af882ea8fdbb8a0583b | refs/heads/master | 2021-01-20T18:43:30.808316 | 2016-05-30T09:36:31 | 2016-05-30T09:36:31 | 59,999,009 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,723 | h | // Copyright (c) 2011, Robert Escriva
// 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... | [
"cnangel@gmail.com"
] | cnangel@gmail.com |
bca7c2163b5e24c1392c716253f18bb4bdef6063 | 5363c29a3631ddf7739e03bce9f8eec7733300bf | /Reme/src/Reme/Events/ApplicationEvent.h | c699b598c22fac99955b147c10980ebe3e3e6f38 | [] | no_license | remtori/Reme | a6b8e3aa9c9785a6e0d11ba3f4b80a38cc7e3251 | ba85a9bf98dfb0ff553b470daf34ed807f30333a | refs/heads/master | 2021-02-17T14:49:12.409353 | 2020-04-27T02:48:38 | 2020-04-27T02:48:38 | 245,104,489 | 2 | 0 | null | 2020-04-27T02:48:39 | 2020-03-05T08:10:39 | C++ | UTF-8 | C++ | false | false | 1,284 | h | #pragma once
#include "Reme/Events/Event.h"
namespace Reme
{
class WindowResizeEvent : public Event
{
public:
WindowResizeEvent(unsigned int width, unsigned int height)
: m_Width(width), m_Height(height) {}
inline unsigned int GetWidth() const { return m_Width; }
inline unsigned int GetHeight() const { r... | [
"lqv.remtori@gmail.com"
] | lqv.remtori@gmail.com |
92eac32f9362139f98ca92273c5b56c18c748f61 | 5031748db8679263b080e625bcd71b8324dc2e45 | /polymorphism_virtual/source/static_local_obj.h | 8052068ed7be2b7b2cfcd91284bece6fd6c78a7d | [] | no_license | MingYueRuYa/cpp_inside_object | d9e40092a6e4f39a2d89ed61287958903a9e2788 | a142c27de275e994333e60434f92c170640ca842 | refs/heads/master | 2021-06-09T16:25:58.594969 | 2021-05-23T04:38:50 | 2021-05-23T04:38:50 | 180,293,312 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 860 | h | /****************************************************************************
**
** Copyright (C) 2019 635672377@qq.com
** All rights reserved.
**
****************************************************************************/
#ifndef static_local_obj_h
#define static_local_obj_h
#include <Windows.h>
#include <iostre... | [
"liushixiong@flash.cn"
] | liushixiong@flash.cn |
93bce8db60f0b5c5f6a547f18e5ea477664bb386 | 363ed21924ca293ce9f7a375840eb70a0d1900a4 | /utility/geoip/geoip_deprecated.cpp | 187e09eb07faf603fc070fab1234e9a6b2214c6f | [] | no_license | voseventosixm/porchswingchair | a4577227a93fb941ddb14ff3587772f488249c2e | 6bc4466d8522612cbac069fa28fdc00f33246ce2 | refs/heads/master | 2021-01-23T08:15:22.607557 | 2017-03-28T17:28:26 | 2017-03-28T17:28:26 | 86,490,216 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,538 | cpp |
#include "geoip_internal.h"
char *
GeoIP_org_by_ipnum(GeoIP * gi, unsigned long ipnum)
{
GeoIPLookup gl;
return GeoIP_name_by_ipnum_gl(gi, ipnum, &gl);
}
char *
GeoIP_org_by_ipnum_v6(GeoIP * gi, geoipv6_t ipnum)
{
GeoIPLookup gl;
return GeoIP_name_by_ipnum_v6_gl(gi, ipnum, &gl);
}
char *
GeoIP_org_b... | [
"zhouyu2410@gmail.com"
] | zhouyu2410@gmail.com |
bf9e7bfe7409151ecd76df7a38451d06befb68db | afef6fbfdc966ef99b1a5fe670d7221bbf825639 | /intersections/intersectionkdtreegeometrymedian.cpp | 5f53418c1d5c4088f241e05e433468a2736ba88a | [] | no_license | poechsel/raytracer | 3886a3b3f7cbb088aae78da9b8089eac5b661319 | 31c49f6b0688ae6cf01289602184dd255d92d449 | refs/heads/master | 2021-07-03T00:41:40.323621 | 2017-09-23T21:25:50 | 2017-09-23T21:25:50 | 104,599,919 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,332 | cpp | #include "intersectionkdtreegeometrymedian.h"
IntersectionKdTreeGeometryMedian::IntersectionKdTreeGeometryMedian(Scene *scene,
bool a):
IntersectionKdTree(scene, a)
{
//ctor
}
SplitPlane IntersectionKdTreeGeometryMedian::heuristic(BoundingBo... | [
"pierre.oechsel@gmail.com"
] | pierre.oechsel@gmail.com |
24ad28795c3e5c26021ecba8228850c23bf5321a | e8a7ceb8962d118a5dd816ac14b1e3c94e5c7f8b | /spepcpp/src/spep/ipc/Engine.cpp | bdd8c4dcfd10786c527c57557791e10007049dae | [
"Apache-2.0"
] | permissive | axilotl/esoeproject | dcfa73cb10b3977728fe2a76f24417837614a3b0 | 42348b232559a5013314863dc506948c2353f0e8 | refs/heads/master | 2020-12-25T00:09:23.529134 | 2012-02-13T05:13:04 | 2012-02-13T05:13:04 | 1,539,359 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,306 | cpp | /* Copyright 2006-2007, Queensland University of Technology
* 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 requi... | [
"s.mangelsdorf@gmail.com"
] | s.mangelsdorf@gmail.com |
43d45e2b9e81492779ed297d6f0346fa8c48107f | c6c1b91615287a431581d3e71d87eda3aed5713a | /Demos/iOS/UnicodeDemo/Classes/UnicodeDemoController.h | 8a483d5b3859aa7576aa897fc61e00151d1709d4 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | sloopdoom/ftgles-gles2 | a813eaf57d98ef33c976c0c700444946d000f4b6 | 13aa7b45ecc890efc6703abcb0cbdd59ffb5cde3 | refs/heads/master | 2021-01-15T18:50:43.125598 | 2013-05-07T08:17:32 | 2013-05-07T08:17:32 | 9,907,253 | 0 | 1 | MIT | 2018-10-01T03:54:29 | 2013-05-07T08:18:24 | C | UTF-8 | C++ | false | false | 1,449 | h | /*
Copyright (c) 2010 David Petrie
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distri... | [
"yeetan@gmail.com"
] | yeetan@gmail.com |
2c141e0a8dbd034e3a30fc5d5c44a85ff02c4cbe | 3e5ae9b260b16fcc86bb0669c1bd4e56912b5433 | /VCB600ENU1/MSDN_VCB/SAMPLES/VC98/MFC/GENERAL/SNAPVW/SNAPPS.H | 01f7981508fc0a467886e459561a64b889340833 | [] | no_license | briancpark/deitel-cpp | e8612c7011c9d9d748290419ae2708d2f3f11543 | 90cdae5661718e65ab945bcf45fe6adff30c1e10 | refs/heads/main | 2023-06-14T14:07:05.497253 | 2021-07-05T01:46:04 | 2021-07-05T01:46:04 | 382,984,213 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,480 | h | #if !defined(AFX_SNAPPS_H__E2FD70FC_605F_11D1_A346_00C04FD91807__INCLUDED_)
#define AFX_SNAPPS_H__E2FD70FC_605F_11D1_A346_00C04FD91807__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SnapPs.h : header file
//
///////////////////////////////////////////////////////////////////////////... | [
"briancpark@berkeley.edu"
] | briancpark@berkeley.edu |
3ea8fdf0f1d8fdccfde60f5ced1edf7a5792a09d | 95b4c39aa258a484e867027328efc9ff6010b1db | /util/Ext/typeid_cast.h | bc6034db180a44631b50bd0660c217778eda8af7 | [] | no_license | wusihang/db | d9d1067d4e4a145a56682cffaab64371079833a4 | 2d17871abd6135fbf60cd3083e78a6f79e7584ea | refs/heads/master | 2020-03-13T06:57:04.561319 | 2018-11-27T00:51:12 | 2018-11-27T00:51:12 | 131,015,240 | 0 | 1 | null | 2018-11-27T00:51:13 | 2018-04-25T14:01:22 | C | UTF-8 | C++ | false | false | 664 | h | #pragma once
#include <type_traits>
#include <typeinfo>
#include <string>
#include<Poco/Exception.h>
template <typename To, typename From>
typename std::enable_if<std::is_reference<To>::value, To>::type typeid_cast(From & from)
{
if (typeid(from) == typeid(To))
return static_cast<To>(from);
else
... | [
"wusihang9@139.com"
] | wusihang9@139.com |
cdbfa32e9d1832828f4dd0abcd2c523571e46cfa | 6336483e4cb8bff0f0cf2ecbb70a88c57d6f9c87 | /SDXEngine/SDXRenderer.h | 1e84814175683ebdc2777204282fe866dc90ec60 | [] | no_license | hoisin/SDXEngine | 8deef9f456bf41ac0c420c5a1498176abc44cb94 | 7d5cb792657a19ef4055f159a1d8d645e950db93 | refs/heads/master | 2022-08-10T19:21:16.553728 | 2022-08-01T20:43:51 | 2022-08-01T20:43:51 | 139,254,558 | 0 | 0 | null | 2022-07-30T14:46:04 | 2018-06-30T14:09:33 | C++ | UTF-8 | C++ | false | false | 1,448 | h | //--------------------------------------------------------------------------
//
// Renderer class
//
//--------------------------------------------------------------------------
#pragma once
#include <list>
#include "SDXDirectX.h"
#include "SDXDirect2D.h"
#include "SDXCameraFP.h"
#include "SDXRasterState.h"
#include "... | [
"mwctsang@gmail.com"
] | mwctsang@gmail.com |
fbab7dfdc2b5e4a7ad4d47e9e08373704ee5705a | c237a84cbb8ce7742233249391ac57324bd50ee9 | /Neo_Study/0828_API_03_BLOCKGAME/SceneManager.cpp | 2d56d45cef34d8855ebcdf373b281078f8959731 | [] | no_license | JongHyunP/PJH | f7e0b597594520a2dc82eed249a87da599c38a17 | 621bf2385197cd2ba445ae1b5dcb38489aa5d6ed | refs/heads/master | 2020-07-07T06:48:47.162030 | 2019-10-24T00:06:07 | 2019-10-24T00:06:07 | 203,282,005 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 626 | cpp | #include "SceneManager.h"
SceneManager::SceneManager()
{
}
SceneManager::~SceneManager()
{
}
void SceneManager::registerScene(const string & sceneName, Scene * scene)
{
sceneContainer.insert(pair<string,Scene*>(sceneName, scene));
}
void SceneManager::reserveChangeScene(const string & sceneName)
{
map<string, ... | [
"Administrator@DESKTOP-UPBBAIM"
] | Administrator@DESKTOP-UPBBAIM |
f0f2cf8c0240b1b4e6f6c889b1434985304cfb63 | 67110b6ee81e0958ae7150687d78a279ddc9a133 | /cl_dll/hud.cpp | 08b76aeeeb3abb7a720e5d100f2942f724ae96eb | [] | no_license | ataceyhun/LeakNet-SDK | c383fb8fa555d33c5d3a9e9283590a3a28244745 | aeedaf894a3f5e749e59e80c39600c5fd3e89779 | refs/heads/master | 2020-06-13T19:38:15.198904 | 2016-11-18T11:25:56 | 2016-11-18T11:25:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,731 | cpp | /***
*
* Copyright (c) 1999, Valve LLC. All rights reserved.
*
* This product contains software technology licensed from Id
* Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc.
* All Rights Reserved.
*
* Use, distribution, and modification of this source code and/or resulting
* object co... | [
"uavxp29@gmail.com"
] | uavxp29@gmail.com |
6877ce8b88cee81dc5d4c0c4e92b3df63c062472 | 170dd8b4d93da1f3431054a97cad2e7fabfffd09 | /libredex/ControlFlow.cpp | ece4f112f9069d8218cafafc6e396a1d2b7e2964 | [
"MIT"
] | permissive | urantialife/redex | 37959427c167df8d92622e3ad67c4ba8ae4e32d5 | 7c970695c7bb1ca3720c6843de7abcb0175faa8f | refs/heads/master | 2020-06-01T14:18:23.771227 | 2019-06-07T00:09:34 | 2019-06-07T00:22:25 | 190,811,580 | 1 | 0 | null | 2019-06-07T21:36:30 | 2019-06-07T21:36:29 | null | UTF-8 | C++ | false | false | 78,112 | cpp | /**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#include "ControlFlow.h"
#include <boost/dynamic_bitset.hpp>
#include <boost/numeric/conversion/cast.hpp>
#include <iterator>
#in... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
4de4d446c75776fb8e30e043fbdb19a35617595e | 62c5835005ce84cd7f18cefb1ad3b5ee46e20ecc | /src/Eta.h | 2e0d576c34f02c339223c60c35a7cd5b254c2f0f | [] | no_license | s-jeong/MSBS | b5ca0a938ab0c13c7d7e76a1267ecc3c788d2a76 | d911084bba137867cffd68241d41115f4c3a4847 | refs/heads/master | 2023-07-09T13:41:44.479595 | 2021-08-21T15:40:31 | 2021-08-21T15:40:31 | 286,003,613 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 814 | h | #ifndef _ETA_H
#define _ETA_H
#include <RcppArmadillo.h>
using namespace Rcpp;
// [[Rcpp::depends(RcppArmadillo)]]
// [[Rcpp::export]]
IntegerVector Eta(List delta, IntegerVector gamma, int p, int q) {
int total_length = 0;
for (int i = 0; i < p; ++i){
total_length += Rf_length(delta[i]);
}
IntegerVector ind(... | [
"sjeong823@gmail.com"
] | sjeong823@gmail.com |
4d73cc07efeb029b65692723e40d589e8fd725ef | eb1d2c439aa39a699efbe67221d2ce60355ee334 | /main.cpp | d2c135a35b0841fa051c3dc1493836c711cfbcac | [] | no_license | ruthbijaoui/hw9 | 2ba73642061c29858d9ed5fb31aa098242d4738d | fc43e590330d995306c97b1d0b643a3d6c77d3fe | refs/heads/main | 2023-02-23T18:45:08.044951 | 2021-01-30T16:21:19 | 2021-01-30T16:21:19 | 333,941,916 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,166 | cpp | #include <iostream>
#include <cstring>
#include "ip.h"
#include "port.h"
extern int check_args(int, char**);
extern void parse_input(Field&);
int main(int argc, char** argv) {
String* output;
size_t size = 0;
/* Check that the parameters of main method are correct */
if (check_args(argc, argv) != 0) {
retu... | [
"ruthbijaoui"
] | ruthbijaoui |
0592ba078b8772fbbce1d2ec29ba1990b58e6d5a | ccddbc9b140b5630212f75f1654073edfdf8cfd9 | /Third/ExCode/bigNumber.cpp | 533936fab61bf334db0ff0543c1d000884f4fcb0 | [] | no_license | ksunchikk/oop | fd974d436dd6ab5bef4f078e9a537e101b075655 | 2530c625e224fad0df1e5e0cb545105edd0b5e5b | refs/heads/master | 2023-02-13T13:33:56.688722 | 2021-01-09T09:49:51 | 2021-01-09T09:49:51 | 296,397,165 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,418 | cpp | #include "bigNumber.h"
#include <cstdio>
#include <iostream>
namespace Prog3a {
bigDecNum::bigDecNum()
{
//знак +, все цифры - нули
for (int i = 0; i < SZ + 1; ++i) Num[i] = 0;
n = 1; //количество разрядов
}
//формирование из типа long int
bigDecNum::bigDecNum(long int x... | [
"k151201@yandex.ru"
] | k151201@yandex.ru |
9890d3a178eda9ed7d21fb9173a577d04c71417b | cdd954c874762b94828dac7c29f185804403b4b2 | /RocketPlugin/buildmode/RocketScenePackager.h | 584e0cc6fe475b6af799cd658b99a72f73842eae | [
"Apache-2.0"
] | permissive | Adminotech/meshmoon-plugins | cd2c898bcae0fbab796e9829c48754c81be4644a | 32043ef783bdf137860d7d01eb22de564628e572 | refs/heads/master | 2021-01-13T00:44:55.012875 | 2016-03-07T14:58:03 | 2016-03-07T14:58:03 | 52,879,540 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 8,573 | h | /**
@author Adminotech Ltd.
Copyright Adminotech Ltd.
All rights reserved.
@file
@brief */
#pragma once
#include "RocketFwd.h"
#include "FrameworkFwd.h"
#include "SceneFwd.h"
#include "CoreDefines.h"
#include "qts3/QS3Fwd.h"
#include "utils/RocketZipWorker.h"
#include "IAttribute.h"
#incl... | [
"jonne@adminotech.com"
] | jonne@adminotech.com |
a56741b839854b815bc2c9af710b293492279984 | 41b4e949f031f189ac27f16cb45fc29801c1cebb | /frameworks/base/services/surfaceflinger/Layer.cpp | 307ef5531dc183934df2fab827070be809e70e83 | [
"Apache-2.0",
"LicenseRef-scancode-unicode"
] | permissive | MeteorOS-project/android_gingerbread_inspiration | b9d498c79ace82c6dd1a0ec9f26aedca8e9804d5 | 80269edd6df74514e37d87cfabd3570123cd80f1 | refs/heads/master | 2023-05-23T04:42:55.879988 | 2015-02-22T06:14:57 | 2015-02-22T06:14:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 34,385 | cpp | /*
* Copyright (C) 2007 The Android Open Source Project
* Copyright (C) 2010, Code Aurora Forum. 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://w... | [
"xdtianyu@gmail.com"
] | xdtianyu@gmail.com |
d9a2ff812cfdef3b3287f75d7ecc730bb1b54808 | 5e4a548b4531f68eb55af8804b3fe12499195179 | /frameworks/base/core/jni/android_hardware_camera2_legacy_LegacyCameraDevice.cpp | d349f3881bf7c47bd1e10854e0dbdbf724559eab | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | ytjojo/Framwork8.1 | 41f9264e0023377646b116d9635fc81440f8cf6a | 564fb59e980c1e41d5b07ecdd29dac7f3ae90e58 | refs/heads/master | 2020-03-23T09:03:04.962984 | 2017-10-28T06:40:48 | 2017-10-28T06:40:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,418 | cpp | /*
* Copyright (C) 2014 The Android Open Source Project
*
* 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 app... | [
"xiangchunhua8888@163.com"
] | xiangchunhua8888@163.com |
7fc04c794ab80b01acb34b7a63b9bdbb86444e1b | 2eecc41bc8ae893490b30e3abd9808bbd2bd6bdb | /Source/DirectX11Texture.cpp | 278a4cd13f1a17ac6ce27b97da5abbd3c9e725ff | [] | no_license | shadercoder/scge | d991230860573a56a44f3ecac2de38c4f25a67f3 | cec2bb285aa284206b4d41b9bbbf129a151bf200 | refs/heads/master | 2021-01-10T04:20:19.240225 | 2012-11-05T22:50:20 | 2012-11-05T22:50:20 | 44,643,412 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,637 | cpp | #include "scge\Graphics\DirectX11\DirectX11Texture.h"
#include <string>
#include <fstream>
#include <sstream>
DirectX11TextureData::DirectX11TextureData(ID3D11Device *d3d11Device, Console &console, FileSystem &fileSystem, bool multiThreadLoad, const std::string &arguments)
: TextureResourceData(fileSystem)
... | [
"quaver.smith@0469fb3b-1f0d-998d-8d12-02512b85cd7a"
] | quaver.smith@0469fb3b-1f0d-998d-8d12-02512b85cd7a |
247b288bd8c17df8885928057c7739b8e3c9aee0 | 7292047e5cf82bfeec921ac1623ea3038a564ff3 | /GraphicManager.cpp | c49b3d64a6216e6705bda9878e861108aef2e326 | [] | no_license | kokojae/MultiMapEngine | 9e756fd21e20cbae9b811d247e3048b825aeb4eb | 60783f59441e84e7989351fe488d16c03defef7c | refs/heads/master | 2022-11-22T02:01:26.395661 | 2020-07-25T08:28:34 | 2020-07-25T08:28:34 | 282,165,144 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,994 | cpp | #include "DXUT.h"
#include "GraphicManager.h"
#include "MultiMapEngine.h"
LPD3DXSPRITE GraphicManager::sprite = nullptr;
ID3DXFont* GraphicManager::font = nullptr;
void GraphicManager::Init()
{
D3DXCreateSprite(DXUTGetD3D9Device(), &sprite);
D3DXCreateFont(
DXUTGetD3D9Device(),
70,
0,
FW_BOLD,
1,
FALSE... | [
"54296776+kokojae@users.noreply.github.com"
] | 54296776+kokojae@users.noreply.github.com |
4a749cb60b637b01dbd5ed6da0898f7c7ddf8bdc | 6a2b431dbccff26a1a092ed506bebdfa4ae261b8 | /VectTypes/VectVert.hpp | a7bb4aa5c0c97a76da9f1a96f4375114359cb6bd | [] | no_license | l-GlebaTi-l/VectHoriVert | e75781bb7955d6550b62d57c91a0687183814ef3 | ddbf976420ee026fd4ca57fdae0518b1518294b3 | refs/heads/master | 2022-09-18T16:53:40.507211 | 2020-06-03T12:01:22 | 2020-06-03T12:01:22 | 269,068,309 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 274 | hpp | class CStringVert : public CString {
public:
using CString::operator=;
CStringVert(char *str) : CString(str){}
int output();
};
class FactoryCStringVert : public CFabricData{
public:
CString* Create(char *str){
return new CStringVert(str);
}
};
| [
"gleban37@rambler.ru"
] | gleban37@rambler.ru |
6cb53157b9dfeb0cf3351cd1075f43053653f031 | 9413ac384ca5a94484b0cfe11a95d09d01bd1015 | /main.cpp | e0d9138cec7088969dfb44edac3bc4fc4899bae5 | [] | no_license | peerasakp/demo2 | ae75106758b864b64a5c68f0ad851301ee666001 | f3ab8b296d90cebeffcf9a6be0633f05d4a8292a | refs/heads/master | 2022-12-28T15:54:08.788643 | 2020-10-15T06:54:32 | 2020-10-15T06:54:32 | 304,235,276 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 208 | cpp | #include <iostream>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main(int argc, char** argv) {
cout << "hello";
return 0;
}
| [
"peerasakp@gmail.com"
] | peerasakp@gmail.com |
3e6d26dfd305babd712138badda5af72a4d2cf91 | cc034592d1eeb2a1d8a5bfbb96346a3da7f812f2 | /Sail/src/graphics/text/Text.cpp | f16ac205025499b5aca08e1375f7f0d552596831 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | tofb15/Sail | 63187e070b8bc45cc216e1975e3224c30e52c26b | ce3162a7336a4ef77221eac9a7e96ac2e4f8de0b | refs/heads/master | 2020-06-13T03:37:26.946324 | 2019-02-05T22:36:36 | 2019-02-05T22:36:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 784 | cpp | #include "pch.h"
#include "Text.h"
#include "SailFont.h"
#include "../shader/ShaderSet.h"
using namespace DirectX::SimpleMath;
Text::Ptr Text::Create(const std::wstring& text, const Vector2& pos, const Vector4& color) {
return std::make_unique<Text>(text, pos, color);
}
Text::Text(const std::wstring& text, const V... | [
"alexander.wester@gmail.com"
] | alexander.wester@gmail.com |
d808cf570c37eaf7d975d2382f8882ba4a37cdb9 | 82996d1c42874a5e75ebde51189e086126162774 | /screenshot.cpp | ab86c9beb1f14f1d951ff47ca7bd29435820a269 | [
"MIT"
] | permissive | Happy-Ferret/GLCollection | 804f7c85e322ff83d725ad12247fc4f7305739b5 | 13d7a60e7e7a4bd099195fe4d3d35d9c08c31a62 | refs/heads/master | 2020-06-02T21:13:56.982206 | 2018-12-14T19:53:47 | 2018-12-14T19:53:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,602 | cpp |
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <time.h>
#include "gl.h"
#include "glfw_utilities.h"
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include <stb_image_write.h> // https://github.com/nothings/stb
void flipVertically(int width, int height, char *data)
{
char rgb[3];
for (int y = 0; y <... | [
"vallentinsource@gmail.com"
] | vallentinsource@gmail.com |
7f568f1b1cefcd2c3d315456368f8ccf99a36cb6 | eeedc65ef99590d8316963717d1012cc6c90c9c5 | /src/qt/addresstablemodel.cpp | c85306b81d7557a7d4c5dcd2cc205287826833ef | [
"MIT"
] | permissive | BayerTM/DraftCoinZ | e277353042c908373738bce65716c38ab0cbc0ff | 217db2822a320d278d93dda4d3cd5dc4d01764f2 | refs/heads/main | 2023-06-01T00:54:12.511923 | 2021-06-09T21:35:24 | 2021-06-09T21:35:24 | 362,256,925 | 0 | 0 | MIT | 2021-04-27T22:23:49 | 2021-04-27T21:33:59 | null | UTF-8 | C++ | false | false | 14,640 | cpp | // Copyright (c) 2011-2015 The Bitcoin Core developers
// Copyright (c) 2014-2020 The DFTz Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "addresstablemodel.h"
#include "guiutil.h"
#include "walletmode... | [
"james@xmc.com"
] | james@xmc.com |
de0ea780bde278519d98386257e3ca0a1532af17 | 8a0fa8913bd6fc1dc0573c3bd1178083f9c7cbdc | /排序/归并排序/归并排序.cpp | 60962ac5d44a22f3321ba88e799937f1a5f28b68 | [] | no_license | zhenghao-peng13/first | 18469c813080941cfb125413f261f6659b202fac | 2ca015baf634a414d65555b76951fd3f9433aa15 | refs/heads/master | 2023-04-25T11:09:18.274625 | 2021-05-14T11:33:46 | 2021-05-14T11:33:46 | 330,086,776 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 256 | cpp | #include <iostream>
#include<random>
using namespace std;
int main()
{
srand((unsigned)time(NULL));
int a[10];
for (int i = 0; i < 10; i++) {
a[i] = rand() % 50;
cout << a[i]<<'\t';
}
cout << endl;
return 0;
}
| [
"3120001535@mail2.gdut.edu.cn"
] | 3120001535@mail2.gdut.edu.cn |
f469b2a95a3d505457d0a3873898a94f90ed9607 | cce5c0e483c887dea4a32da7bcdd7118d437987c | /Forest Simulator/ForestSim/ForestSimApp.cpp | 23201c0fb2179bde08c0bafe627ed3cbfc1de50d | [] | no_license | PotatoesBasket/AIE-AIForGames | 7f79a929da820313877937d4a4de38f2eb9cbe98 | 2bc1a2f0226d5e2a008da1f721eebf2a9ffd9f83 | refs/heads/master | 2021-08-06T03:58:08.253386 | 2021-07-13T04:58:43 | 2021-07-13T04:58:43 | 221,143,227 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,367 | cpp | #include "ForestSimApp.h"
#include "Texture.h"
#include "Font.h"
#include "Input.h"
#include "ScreenDefines.h"
#include <time.h>
bool ForestSimApp::startup()
{
RNG& rng = RNG::getInstance();
rng.setSeed((int)time);
m_2dRenderer = std::make_unique<aie::Renderer2D>();
m_map = std::make_unique<Map>();
initCamera(... | [
"PotatoesBasket@hotmail.com"
] | PotatoesBasket@hotmail.com |
e7c31c7808d3ffd0e8ad54a248ca63a7d2ae8a89 | 417f0d1edc5e77c5a0073ac88e274cf97b4768a1 | /Basketball_demo/src/Regulator.h | b186ad706712a22129900ed35c090a717b422f4a | [] | no_license | lyback/LGameAI | c559dea9f77c24c216fd3f4bff953a927b4309e5 | 4751a6fa699f77379eb56565139e96b40ad89b11 | refs/heads/master | 2021-01-05T14:25:50.448823 | 2017-07-23T08:16:46 | 2017-07-23T08:16:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,794 | h |
// @Name : REGULATOR_H
//
// @Author : Yukang Chen (moorekang@gmail.com)
// @Date : 2011-09-04 21:56:19
//
// @Brief : this is defination of Regulator,
// : be used by those requested more time distance computations
#if !defined(REGULATOR_H)
#define REGULATOR_H
#include "PrecisionTimer.h"
class Regula... | [
"laiyierjiangsu@gmail.com"
] | laiyierjiangsu@gmail.com |
a361b74378c300f6c8497fc181e09278f2737d19 | 9f32ed58a8c9c1fb390d5f5b27542bdc534dbc6b | /astgen/src/ast_utils.cpp | ee4c387c7ab9dcfaf8131ef9ebcbbd9b57944cc0 | [] | no_license | bgyss/cppmm | f97fb52cf3c90f8a49ecaba10f8cdafe35989231 | cf6506283625256d1e61356b8986e8db98eb1962 | refs/heads/main | 2023-08-19T23:55:27.813763 | 2021-10-22T21:25:08 | 2021-10-22T21:25:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,639 | cpp | #include "ast_utils.hpp"
#include "pystring.h"
namespace ps = pystring;
#include "base64.hpp"
#include <clang/AST/ASTContext.h>
#include <clang/AST/Attr.h>
#include <clang/Basic/ExceptionSpecificationType.h>
#include <clang/Basic/SourceManager.h>
#define SPDLOG_ACTIVE_LEVEL TRACE
#include <spdlog/fmt/fmt.h>
#include ... | [
"anderslanglands@gmail.com"
] | anderslanglands@gmail.com |
9254a860f87e923fb8403077c9aae5c7704a5444 | e41bbc5c02ccea33b7904ff0799c7d16ab48c6d5 | /client/AuctionWidget.hpp | ba927aa6eec268b1d4dca9740d8a9f64693422e1 | [] | no_license | dbertha/quidditch-man | a1a53ae2cfb5bdf1b588340df57ee31644547f84 | 91dc4938c2e1b4acd488e7888cde076125f915ad | refs/heads/master | 2020-03-30T08:05:37.019366 | 2014-04-08T09:08:40 | 2014-04-08T09:08:40 | 30,409,519 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,437 | hpp | #ifndef AUCTIONWIDGET_H
#define AUCTIONWIDGET_H
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <QMainWindow>
#include <QAction>
#include <QMenuBar>
#include <QMenu>
#include <QMessageBox>
#include <QStringList>
#include <QProgressDialog>
#include <QSocketNotifier>
#include <QTimer>
#include <QLabe... | [
"manolegr@ulb.ac.be"
] | manolegr@ulb.ac.be |
8d233de45ba7a1e22720382a48b39438077f424f | a4a8b3219ff36ce2d945c50f01e3fedd2796446a | /muduo/net/http/HttpRequest.h | 6714fd72b0fccd69559b0bbac2011001ddf812f6 | [
"BSD-3-Clause"
] | permissive | HhTtLllL/muduo | 9883bc0c1ce9004cbff1695b6884c30718446c47 | 5250f18c2efda4cac7d8a03eb0b37b2a2f0a64b4 | refs/heads/master | 2021-05-18T11:03:33.570737 | 2020-08-10T05:17:56 | 2020-08-10T05:17:56 | 251,220,297 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,053 | h | // Copyright 2010, Shuo Chen. All rights reserved.
// http://code.google.com/p/muduo/
//
// 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)
//
// This is a public header file, it must only include public header fi... | [
"1430249706@qq.com"
] | 1430249706@qq.com |
289fa46965c3730d770a63fd67a294e8432ded8d | 72b7c060297cb81101047f5e2e575b6f532541ca | /src/Open3D/Geometry/EstimateNormals.cpp | d4ce195490d47a8b9f130754a7b0fac402114132 | [] | no_license | iwanbok/INFOMR_Project | cfd0d56401f448d64f647bc1e7f4399001b2b3f0 | 5c8317f36304e45ca279f7bec069faeb55a2bef5 | refs/heads/master | 2022-03-15T20:44:43.865180 | 2019-11-10T11:18:34 | 2019-11-10T11:21:27 | 206,776,943 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,496 | cpp | // ----------------------------------------------------------------------------
// - Open3D: www.open3d.org -
// ----------------------------------------------------------------------------
// The MIT License (MIT)
//
// Copyright (c) 2018 www.open3d.org
//
// Permissio... | [
"iwan.boksebeld@gmail.com"
] | iwan.boksebeld@gmail.com |
196df46724cbedbc46d6503fad0507c5ab170929 | 7719e2ae617b3bd0a444444707682d75c379c82d | /Labirintas/Priesai.cpp | 070b1d283b030419b8b5b2a7fad237f8d0146cf4 | [] | no_license | deivunis/Labirintas | d599db168eca8b38cc410ef3a9736b08b4402bb7 | 45b6806d30d185dd5afad1cb319ce3620721bcbf | refs/heads/master | 2023-04-20T01:20:44.277461 | 2021-05-14T16:36:23 | 2021-05-14T16:36:23 | 364,684,556 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,052 | cpp | #include "Priesai.h"
using namespace std;
/*/void Goblinas::Monstras()
{
mx = 7;
my = 1;
monstras = { 4 };
}*/
int Goblinas::Damage()
{
srand((unsigned)time(0));
int dmg = 1 + (rand() % 30);
return dmg;
}
int Goblinas::Exhaustion()
{
srand((unsigned)time(0));
int exh = 1 + (rand() % 30);
return exh;
}
int Go... | [
"d3ivunis@gmail.com"
] | d3ivunis@gmail.com |
e774613e5bb5e7e77921eb67f01f7eeb3f36929c | a46973289535ae19034b148fa54c2e91db3f4436 | /15 Geometry Shader Beginning/Effects.h | faabeade92e97759e27a93f70763367ee472b442 | [
"MIT"
] | permissive | SunIcey/DirectX11-With-Windows-SDK | 2ba4e77cdf07ec3d49c9f1cbba26d8910849f44d | a0bb4fd618c6d9e1b4a35b46f2f94a289072a8e9 | refs/heads/master | 2020-04-30T00:57:59.161013 | 2019-03-17T04:31:27 | 2019-03-17T04:31:27 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,529 | h | //***************************************************************************************
// Effects.h by X_Jun(MKXJun) (C) 2018-2019 All Rights Reserved.
// Licensed under the MIT License.
//
// 简易特效管理框架
// Simple effect management framework.
//**************************************************************************... | [
"757919340@qq.com"
] | 757919340@qq.com |
55b6ada0906ca3825603842a71a9f597cb58a473 | 17c9968d84be9a156d4717248b44bb0ea133233e | /SS_Dll/Misc.cpp | 6c4e3aa5bab5053b8b04b38fa87994ba28bc9546 | [] | no_license | NamoPark/Sample | b0f48f4b977c22456c8e615f2be98736fa263ff8 | ccc873db51bce9fd16084474232630b9d9d036d6 | refs/heads/master | 2021-01-15T05:24:47.277293 | 2020-02-25T02:16:15 | 2020-02-25T02:16:15 | 242,889,282 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,831 | cpp | #include "stdafx.h"
#include "Misc.h"
#include <WS2tcpip.h>
#include "SS_Interface.h"
#define UNSIGNED_BYTE_0 85;
#define UNSIGNED_BYTE_1 83;
#define SIGNED_BYTE_0 83;
#define SIGNED_BYTE_1 73;
static char ix_Mutex[cVaU3_MaxMutexID + 1];
void SleepMsg(DWORD dwMilliseconds)
{
DWORD dwStart = 0;
MSG msg = { 0, };
... | [
"nhpark@DESKTOP-F13BD6F"
] | nhpark@DESKTOP-F13BD6F |
797f0ca69040d4f031ccbcf79ab26195a1ef2da7 | f299ad78e0760d64dc2a9cb78ccba99f0f5353de | /src/RDSParser.cpp | 3752ad231fe4670c89fbe8a445dcfb894bc378be | [
"BSD-3-Clause"
] | permissive | mathertel/Radio | 20f98fc4afe64cffb7a8134b31d38e95b1138f28 | 470badc405b07cb52340c860024bc84027fe1e46 | refs/heads/master | 2023-02-13T18:12:54.391452 | 2023-02-11T15:03:15 | 2023-02-11T15:03:15 | 23,551,116 | 274 | 101 | BSD-3-Clause | 2023-02-03T19:02:28 | 2014-09-01T18:05:11 | C++ | UTF-8 | C++ | false | false | 5,702 | cpp | ///
/// \file RDSParser.cpp
/// \brief RDS Parser class implementation.
///
/// \author Matthias Hertel, http://www.mathertel.de
/// \copyright Copyright (c) 2014 by Matthias Hertel.\n
/// This work is licensed under a BSD style license.\n
/// See http://www.mathertel.de/License.aspx
///
/// \details
///
///... | [
"mathertel@hotmail.com"
] | mathertel@hotmail.com |
30b3c7d54d1c1210d296287bc65e31b594a6f02b | bbeaadef08cccb872c9a1bb32ebac7335d196318 | /Fontes/Patamar/TFormPatamar.h | c3eb60a9132d04bbc2c22734a6e1a06442ad7c9b | [] | no_license | danilodesouzapereira/plataformasinap_exportaopendss | d0e529b493f280aefe91b37e893359a373557ef8 | c624e9e078dce4b9bcc8e5b03dd4d9ea71c29b3f | refs/heads/master | 2023-03-20T20:37:21.948550 | 2021-03-12T17:53:12 | 2021-03-12T17:53:12 | 347,150,304 | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 2,815 | h | //---------------------------------------------------------------------------
#ifndef TFormPatamarH
#define TFormPatamarH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ActnList.hpp>
#in... | [
"danilopereira@usp.br"
] | danilopereira@usp.br |
6143f3d82fc58dc22669d41a127e4d47c562d521 | 10883f9d5286249c155c01292e090320e09da1f7 | /DeviceGateway/serialport/myserialport.h | e4ac4a3f6210c1737585790824245bd9b93c1744 | [] | no_license | ZJPJAY/QT_Quick_Project | 004bb1b52640704ef8cebfd5e34d25cbd1c6e6a6 | e00ebc40912adacc00fd336684a29963fedbe761 | refs/heads/main | 2023-06-16T22:01:29.547663 | 2021-07-16T13:32:28 | 2021-07-16T13:32:28 | 384,033,166 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,375 | h | #ifndef MYSERIALPORT_H
#define MYSERIALPORT_H
#include <QSerialPort>
#include <QTimer>
#include <QStringList>
class MySerialPort : public QSerialPort
{
Q_OBJECT
protected:
explicit MySerialPort(QObject *parent = nullptr);
public:
static MySerialPort *getObject();
QStringList getPortLis... | [
"563902816@qq.com"
] | 563902816@qq.com |
e6fb6f4685c46f5af54a6ab2ebb93dc2201a4ff9 | c8cadfa6aca222ac8d7f8f54c9c18c6fa463309a | /zlibrary/core/src/language/ZLLanguageDetector.h | 44435adf900a370b1370d31d7adf6fae1a5db518 | [] | no_license | justsoso8/fbreader-0.8.17 | 9f402e4796b5d9eb0eb008d40f38d28f19a73cfa | 9aab2bbcb3db1ac0c4927919cdcfd24cfa2abe4b | refs/heads/master | 2021-01-22T23:21:22.120929 | 2010-11-11T03:59:00 | 2010-11-11T03:59:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,594 | h | /*
* Copyright (C) 2007-2008 Geometer Plus <contact@geometerplus.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later ver... | [
"Justsoso8@gmail.com"
] | Justsoso8@gmail.com |
f1b2d8711664ef90eded1c74bd147f3a1e32ad0c | 659d99d090479506b63b374831a049dba5d70fcf | /xray-svn-trunk/xrNetServer/NET_Client.cpp | 96b27ed91435f13d94683fa52958d3ac65daa281 | [] | 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 | UTF-8 | C++ | false | false | 20,620 | cpp | #include "stdafx.h"
#include "NET_Common.h"
#include "net_client.h"
#include "net_server.h"
#include "net_messages.h"
#include "NET_Log.h"
#pragma warning(push)
#pragma warning(disable:4995)
#include <malloc.h>
#include "dxerr.h"
//#pragma warning(pop)
// {0218FA8B-515B-4bf2-9A5F-2F079D1759F3}
static const GUID NET_... | [
"16670637+KRodinn@users.noreply.github.com"
] | 16670637+KRodinn@users.noreply.github.com |
0c7e412c1bb7d289b054db0581581c8870fbda15 | c6b2a8cd924e89e484a2b00b8cc5c8e8a6ed349e | /ArkTransactions.ino | 13d10f5311d1f5b0c9afe4154a53534008eb6ed9 | [] | no_license | PhillipJacobsen/Ark_IOT_BasicDemo1 | 058e1c1080d48b0f1b390d1b0cc94e53a699c87b | 3fba6c96715df914f0f02ee5c5a7b18c9871c1e2 | refs/heads/master | 2020-05-01T12:26:10.263811 | 2019-03-24T23:23:28 | 2019-03-24T23:23:28 | 177,465,556 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,202 | ino | /********************************************************************************
This file contains functions that interact with Ark client C++ API
code here is a hack right now. Just learning the API and working on basic program flow and function
*******************************************************************... | [
"33669966+PhillipJacobsen@users.noreply.github.com"
] | 33669966+PhillipJacobsen@users.noreply.github.com |
3c4d8280dc09d6e5bc323ede7fe86a41107c8287 | d6cf7e3a1a58fd3185e2619419f6aa66e8e9a9da | /3.6.7 Cyclic process. Working with numbers in number/9/main.cpp | ce0abb202045bce0c497a2731fa39e7c85b34228 | [] | no_license | Nkeyka/Qt-Creator-Cpp-Book | 6ba92cdb0eda0b844c83815266756c7e18d285e1 | dcbfaf86bd0ece7c0e5642e03ab5796e2a68c916 | refs/heads/main | 2023-02-23T08:52:16.902547 | 2021-02-02T05:21:36 | 2021-02-02T05:21:36 | 319,847,831 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 299 | cpp | #include <iostream>
using namespace std;
int main()
{
int N, N2;
cout << "N = ";
cin >> N;
cout << "N2 = ";
cin >> N2;
while (N != N2) {
if (N > N2) N -= N2;
else N2 -= N;
}
(N == 1) ? cout << "Yes" : cout << "No";
return 0;
}
| [
"nkeyka@gmail.com"
] | nkeyka@gmail.com |
c8e487cbfecf24e8f60c12a2732b7298a49ffe24 | 0674a19a60ed1e2c16cd8eeae4306de2bcf44e92 | /dialog.cpp | c974c2a43a2fde5be671d20fcd9887307bf4612c | [
"MIT"
] | permissive | ashumeow/SchoolSystem | e5ca45ba5cf5db1231d6f00a68f65e775f4cc25c | 5bd9ed8e6c32246293cc70a7a75d2e67986bf7bd | refs/heads/master | 2021-01-15T05:43:46.274299 | 2014-04-25T22:02:33 | 2014-04-25T22:02:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,329 | cpp | #include "dialog.h"
Dialog::Dialog(const QStringList &m_listSubject, QDialog *parent): QDialog(parent),
gLayout(new QGridLayout), labelSubject(new QLabel("Subject")), labelGrade(new QLabel("Grade")),
comboBoxSubject(new QComboBox), comboBoxGrade(new QComboBox),
ok(new QPushButton("Accept")), cancel(new QPu... | [
"ogunyinkajoshua@yahoo.com"
] | ogunyinkajoshua@yahoo.com |
c76901b79ddc1fde28ec5b381a51268310540deb | 5b4613175235957af30f4982b26f58ca7e0d126e | /source/GcLib/directx/VertexBuffer.hpp | 4ffb6df07bdf3bfd8ac74c43be84f856e18db866 | [] | no_license | illusion-star/Touhou-Danmakufu-ph3sx-2 | b6b8596a6fa15a98768239d1ec5ae4f537f2de60 | 3a0f5329aae41f9191ec28c67191882ea303f24f | refs/heads/master | 2023-08-01T18:04:09.349811 | 2021-10-05T03:12:03 | 2021-10-05T03:12:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,436 | hpp | #pragma once
#include "../pch.h"
#include "DxConstant.hpp"
namespace directx {
struct BufferLockParameter {
UINT lockOffset = 0U;
DWORD lockFlag = 0U;
void* data = nullptr;
size_t dataCount = 0U;
size_t dataStride = 1U;
BufferLockParameter() {
lockOffset = 0U;
lockFlag = 0U;
data = nullptr;
... | [
"32347635+Natashi@users.noreply.github.com"
] | 32347635+Natashi@users.noreply.github.com |
94a9f361206b04755a7660397ce84d06744a6353 | 0865e1c71ad4ceb5502377d1d94e672f9ab8b08d | /Greatest_Common_Divisor.cpp | 796187e04528bcf0eea919eb4986fbf042541ab3 | [] | no_license | xznxzy/Algorithm | c57cf9824c7ee96b487851842aa7362ed0adccaf | 7eedb7460e860a735e89e2f6a50054a6e93ba1a5 | refs/heads/master | 2021-09-18T20:35:36.869818 | 2018-07-19T15:27:09 | 2018-07-19T15:27:09 | 105,955,013 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,213 | cpp | //
// main.cpp
// Greatest_Common_Divisor
// 最大公约数
// 1.题目描述:求解两个整数(不能是负数)的最大公约数(要求两数不能同时为0)
// 2.方法:
// (1)穷举法
// (2)相减法
// (3)欧几里得辗转相除法
// (4)欧几里得辗转相除法:递归实现
// Created by zhangying on 10/5/17.
// Copyright © 2017 zhangying. All rights reserved.
//
//穷举法
unsigned long GCD1(unsigned long a, unsigned long b){
... | [
"ying5@g.clemson.edu"
] | ying5@g.clemson.edu |
9f6409b4ad031fd1090c6ffab3f56cda5f9fe999 | 1bcb966740f47c0edc23e9b05afec55f2bcae36a | /client/cplusplus/loginregister/LayerLogin.h | 12718b2ecc2884e87d36f3e0954e405c91a08027 | [] | no_license | East196/diabloworld | 0d2e9dbf650aa86fcc7b9fc1ef49912e79adb954 | d7a83a21287ed66aea690ecb6b73588569478be6 | refs/heads/master | 2021-05-09T12:15:31.640065 | 2018-02-04T15:16:54 | 2018-02-04T15:16:54 | 119,007,609 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,283 | h | #ifndef Client_LayerLogin_h
#define Client_LayerLogin_h
#include"cocos2d.h"
#include"cocos-ext.h"
#include "SocketClient.h"
#include "CData.h"
#include "LodingLayer.h"
#include "TeXiao.h"
USING_NS_CC;
USING_NS_CC_EXT;
using namespace std;
class LayerLogin:public CCLayer
{
public:
CREATE_FUNC(LayerLogin... | [
"2901180515@qq.com"
] | 2901180515@qq.com |
a4f6d0e543c002fa28f2ef1867a35dc5e5bf21e6 | b146b54363a20726b3e1dc0ef0fadc82051234f9 | /Lodestar/symbolic/OrdinaryDifferentialEquation.hpp | 8b4520a185ba000261308d0981d36d96e4bc0ccb | [
"BSD-3-Clause"
] | permissive | helkebir/Lodestar | 90a795bbbd7e496313c54e34f68f3527134b88ce | 465eef7fe3994339f29d8976a321715441e28c84 | refs/heads/master | 2022-03-12T23:16:03.981989 | 2022-03-03T05:08:42 | 2022-03-03T05:08:42 | 361,901,401 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,916 | hpp | //
// Created by Hamza El-Kebir on 5/8/21.
//
#ifndef LODESTAR_ORDINARYDIFFERENTIALEQUATION_HPP
#define LODESTAR_ORDINARYDIFFERENTIALEQUATION_HPP
#ifdef LS_USE_GINAC
#include <Eigen/Dense>
#include "ginac/ginac.h"
#include "Lodestar/systems/StateSpace.hpp"
#include <string>
#include <deque>
namespace ls {
nam... | [
"ha.elkebir@gmail.com"
] | ha.elkebir@gmail.com |
cc2dcfea52939245f47000c480e053e21ef0e4b9 | 9a3f8c3d4afe784a34ada757b8c6cd939cac701d | /leetFindCorrNodeOfTreeInClone.cpp | 8750b92a73c27e8c0e4e63a06a93df7154ee98d7 | [] | no_license | madhav-bits/Coding_Practice | 62035a6828f47221b14b1d2a906feae35d3d81a8 | f08d6403878ecafa83b3433dd7a917835b4f1e9e | refs/heads/master | 2023-08-17T04:58:05.113256 | 2023-08-17T02:00:53 | 2023-08-17T02:00:53 | 106,217,648 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,344 | cpp | /*
*
//******************************1379. Find a Corresponding Node of a Binary Tree in a Clone of That Tree.******************************
https://leetcode.com/problems/find-a-corresponding-node-of-a-binary-tree-in-a-clone-of-that-tree/description/
*****************************************************************... | [
"kasamsaimadhavk@gmail.com"
] | kasamsaimadhavk@gmail.com |
6863f703f8a40aa48fb126df24b08bada6792cb7 | a5f35d0dfaddb561d3595c534b6b47f304dbb63d | /Source/BansheeCore/Resources/BsResourceHandle.h | 88e80c13582a6729171af50d4b67fdd846238c81 | [] | no_license | danielkrupinski/BansheeEngine | 3ff835e59c909853684d4985bd21bcfa2ac86f75 | ae820eb3c37b75f2998ddeaf7b35837ceb1bbc5e | refs/heads/master | 2021-05-12T08:30:30.564763 | 2018-01-27T12:55:25 | 2018-01-27T12:55:25 | 117,285,819 | 1 | 0 | null | 2018-01-12T20:38:41 | 2018-01-12T20:38:41 | null | UTF-8 | C++ | false | false | 11,174 | h | //********************************** Banshee Engine (www.banshee3d.com) **************************************************//
//**************** Copyright (c) 2016 Marko Pintera (marko.pintera@gmail.com). All rights reserved. **********************//
#pragma once
#include "Reflection/BsIReflectable.h"
#include "Utility... | [
"bearishsun@gmail.com"
] | bearishsun@gmail.com |
7de5d53b837d791d3125a432884b505633281464 | 855521b1d4bbc4a2f42b91bd1c2bf3c0b68c439c | /source/engine/Component.cpp | 62b5ec8a4159291ef98a3e70170e5f930948c63d | [] | no_license | asam139/gameEngine | 30995b6eb64a8679b1daeda8e2746795d3375f08 | 55257426bc02ad3a2292d782d841a5474a6ca900 | refs/heads/master | 2021-09-07T15:01:21.988625 | 2018-02-24T12:12:11 | 2018-02-24T12:12:11 | 115,192,409 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 358 | cpp | //
// Created by Saul Moreno Abril on 04/02/2018.
//
#include "Component.h"
#import "GameObject.h"
const std::size_t Component::Type = std::hash<std::string>()(TO_STRING(Component));
bool Component::IsClassType(const std::size_t classType) const {
return classType == Type;
}
GameObject& Component::getGameObjec... | [
"sam6.13.93@hotmail.com"
] | sam6.13.93@hotmail.com |
7aed2890b7fa7e77d35496cb1eb12528826bd04d | 3c4a127a1c76be81d47eb45f417808ecf0d21f23 | /3 parcial/Arboles/pruebas/5-Arbol AVL con doble apuntador.cpp | c039adee742379d2d566fd09ba591ff36496de7b | [] | no_license | Wicho1313/Estructuras-de-datos | cc9b02d93bcab1a8884ac7ec1e9850e0d184267c | 21166885ef72def9f37a4ae6f89f728d9a614622 | refs/heads/master | 2023-06-09T17:43:54.011511 | 2021-07-02T20:28:57 | 2021-07-02T20:28:57 | 309,032,966 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,110 | cpp | #include <stdio.h>
#include <conio.h>
#include <stdlib.h>
struct nodo{
int dato;
int bal;
struct nodo *ptrDer;
struct nodo *ptrIzq;
};
struct nodo *crearnodo(int dato1){
struct nodo *ptrN;
ptrN=(struct nodo*)malloc(sizeof(struct nodo));
ptrN->dato=dato1;
... | [
"lrojase1@gmail.com"
] | lrojase1@gmail.com |
66109cb2333938dafed6f1d1d81d550ce957bbb6 | a1c82112744d7bab6055d723b7fc648ef484e064 | /Employee/Source.cpp | d8eb62aaefcfdf308686b35c92bdfdffb42dcfe5 | [] | no_license | Aashutoshh/Tut5-Employee | aa663760ca8ecee8c8a4e275f3bf8800c775ec96 | 5c6e90b8e8a158f0ec50f7731c70f879cb86a4dc | refs/heads/master | 2021-01-13T00:42:44.707998 | 2016-03-23T14:50:50 | 2016-03-23T14:50:50 | 54,557,615 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 606 | cpp | #include "Employee.h"
#include "CommisionEmployee.h"
#include "HourlyEmployee.h"
#include "SalaryEmployee.h"
int main()
{//array of employees
//commision employee
CommisionEmployee cEmp("Tom", 1);
cEmp.setBaseSalary(20000.00);
cEmp.setRate(500.00);
cEmp.setRevenue(5000.00);
float sal1 = cEmp.salary();
//H... | [
"214506607@stu.ukzn.ac.za"
] | 214506607@stu.ukzn.ac.za |
c5583dc9e366bbf48c27d1fd9bb21327b3b524ec | c7be52078daa48f8e2efa3102782d3be99bf6478 | /HidEngine/HidEngine.cpp | 68b74a70a4d2463632f27452545b8886164fa2ef | [] | no_license | ogatatsu/HID-Playground-Lib | db36d447397ce494ca33cc62f7e6bbabd0c4a249 | 22d71b98a35446b4762c4d4a1708377cf268a7b3 | refs/heads/master | 2022-12-07T21:38:55.843618 | 2022-11-27T08:33:01 | 2022-11-30T13:59:26 | 187,300,341 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 23,507 | cpp | /*
The MIT License (MIT)
Copyright (c) 2019 ogatatsu.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify... | [
"ogwrtty@gmail.com"
] | ogwrtty@gmail.com |
4d6d965dc0f04d54144e9f9ad66a33bbf96f6111 | 30e1dc84fe8c54d26ef4a1aff000a83af6f612be | /src/external/boost/boost_1_68_0/libs/bimap/test/test_structured_pair.cpp | 2d4fbdc5cc5609c5683a7cefc3300c075f9c53c2 | [
"BSD-3-Clause",
"BSL-1.0"
] | permissive | Sitispeaks/turicreate | 0bda7c21ee97f5ae7dc09502f6a72abcb729536d | d42280b16cb466a608e7e723d8edfbe5977253b6 | refs/heads/main | 2023-05-19T17:55:21.938724 | 2021-06-14T17:53:17 | 2021-06-14T17:53:17 | 385,034,849 | 1 | 0 | BSD-3-Clause | 2021-07-11T19:23:21 | 2021-07-11T19:23:20 | null | UTF-8 | C++ | false | false | 2,328 | cpp | // Boost.Bimap
//
// Copyright (c) 2006-2007 Matias Capeletto
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// VC++ 8.0 warns on usage of certain Standard Library and API functions that
// can be cause bu... | [
"znation@apple.com"
] | znation@apple.com |
c4d7311e9d80171e618ccd892cfbd0717b383483 | 16aa5d7812bb7a18cdfb85d0eaf1773d15b4284f | /type_to_enum.cpp | ae6a6e87e8ef7fffee9a64f70c61a7d6d8061264 | [] | no_license | strvert/cpp-playground | b56339a565832319166ed3c78286876a6a3de670 | bcdb154fcb80b01af13da4a595570d7e725e03e5 | refs/heads/master | 2023-07-27T14:56:06.472613 | 2021-09-07T14:26:52 | 2021-09-07T14:26:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,447 | cpp | #include <iostream>
#include <map>
enum class TypeEnum : uint8_t {
Unknown = 1,
Int,
Float,
Double,
Char,
};
template<typename T>
struct Mapper {
struct MTable;
using ET = TypeEnum;
using enum ET;
template<ET E>
struct ToEnum {
char _[static_cast<std::underlying_type_t<... | [
"strv13570@gmail.com"
] | strv13570@gmail.com |
9df4f84464466d05b097655f6435504762d6bb5a | b0c1a37e3cf5cb08541a045e2f9f3120e1af4fce | /LinearRemapFV.h | a437f671de416c257587305f79ef4f30a59a2011 | [] | no_license | mmundt/MRMtempestremap | 6678fb228716762a3ee6b8c9f0111c33f9268ddc | a995c919638bd298b5d038a6d1454c43ade7f128 | refs/heads/master | 2021-01-15T23:27:17.046170 | 2015-07-30T15:33:19 | 2015-07-30T15:33:19 | 30,560,664 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,905 | h | ///////////////////////////////////////////////////////////////////////////////
///
/// \file LinearRemapFV.h
/// \author Paul Ullrich
/// \version September 1, 2014
///
/// <remarks>
/// Copyright 2000-2014 Paul Ullrich
///
/// This file is distributed as part of the Tempest source code package.
/// Permission ... | [
"paullrich@ucdavis.edu"
] | paullrich@ucdavis.edu |
7c1304b2248d87b3af516d31b8e7a6e0e0bebd53 | 1381d80073068f122672484273142687d7e2479a | /execises/Network-Uva.cpp | bf5ce83a2c3eb88d0dfdd7b97fcad008484e81e5 | [] | no_license | Guilherme26/algorithm_practices | 17c313745f692934ef6a976bee99259cbf0787d0 | ac3c65969173f6cc754b98e6fb3ae48d45e3c3c5 | refs/heads/master | 2021-06-27T21:46:50.087521 | 2020-09-22T14:40:48 | 2020-09-22T14:40:48 | 131,619,766 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,098 | cpp | #include <bits/stdc++.h>
using namespace std;
#define WHITE 1
#define BLACK 0
typedef struct{
int color;
vector<int> adjs;
} Vertex;
Vertex graph[111];
void initialize(bool clear){
for(int i = 0; i < 111; ++i){
graph[i].color = WHITE;
if(clear)
graph[i].adjs.clear();
}
}
void DFS(int initial){
// prin... | [
"guilherme.hra26@gmail.com"
] | guilherme.hra26@gmail.com |
f1e8046f4fd8a4e81e69cd2187dec7ecc7b168e3 | fb72a82827496e66e04ecb29abbca788a1ea0525 | /src/rpc/rawtransaction.cpp | b130783db6f85798a215a9edd3192c0d6f6dff61 | [
"MIT"
] | permissive | exiliumcore/exilium | 92631c2e7abeeae6a80debbb699441d6b56e2fee | 6aa88fe0c40fe72850e5bdb265741a375b2ab766 | refs/heads/master | 2020-03-14T05:50:41.214608 | 2018-05-13T01:00:24 | 2018-05-13T01:00:24 | 131,472,364 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 39,585 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 The Exilium Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mi... | [
"devexilium@gmail.com"
] | devexilium@gmail.com |
16f4640694be942494c95e736078113659b21422 | 501ab25fa68690556d90d528b0c8fb6ef5b0eeee | /Белый пояс/Неделя 1/Второе вхождение/Vtor.vhoz.cpp | 90f262061b86a95882481de0084254b8e45c0ebc | [] | no_license | spectrdort/kurs_yandex | 2ec6badf4532eb2ae70a44c54bfafabe7f9f7407 | 3c2571720947f9b508bd577f8c4fd435cd984193 | refs/heads/master | 2023-06-09T14:09:08.869588 | 2021-06-15T19:55:38 | 2021-06-15T19:55:38 | 366,669,939 | 0 | 0 | null | 2021-06-15T19:55:39 | 2021-05-12T09:58:06 | C++ | UTF-8 | C++ | false | false | 360 | cpp | #include <iostream>
#include <vector>
#include <string>
#include <algorithm>
int main()
{
std::string n;
std::cin >> n;
int x = 0;
for (int i = 0; i < n.size(); ++i)
{
if (n[i] == 'f')
{
x++;
if (x >= 2)
{
std::cout << i;
return 0;
}
}
}
if (x == 0)
{
std::cout << "-2";
}
else
... | [
"sms1995@rocketmail.com"
] | sms1995@rocketmail.com |
38205e65b5eaadbc45cdfa297a42b7641655cc81 | 67b7a7085447b7561208ed6df95dd3133df580e2 | /may01/macri/src/Shaders/IawShader.h | e6e7246ce818462111b776ce5a4961a18d47d258 | [
"LicenseRef-scancode-other-permissive"
] | permissive | dwilliamson/GDMagArchive | 81fd5b708417697bfb2caf8a983dd3ad7decdaf7 | 701948bbd74b7ae765be8cdaf4ae0f875e2bbf8e | refs/heads/master | 2021-06-07T23:41:08.343776 | 2016-10-31T14:42:20 | 2016-10-31T14:42:20 | 72,441,821 | 74 | 4 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 10,904 | h | // IawShader.h App Wizard Version 2.0 Beta 1
// ----------------------------------------------------------------------
//
// Copyright © 2001 Intel Corporation
// All Rights Reserved
//
// Permission is granted to use, copy, distribute and prepare derivative works of this
// software for any purpose and without fee,... | [
"dwilliamson_coder@hotmail.com"
] | dwilliamson_coder@hotmail.com |
022c23cfebf067463df682437ea2ccd30aeec772 | 9ae5d2ce9daed564edbe9502872477cbc623ad27 | /ThirdPersonTest/Source/ThirdPersonTest/ThirdPersonTestCharacter.cpp | 3f6edd7798a381f19cd64e88b2a751244a543157 | [] | no_license | homeguatlla/UnrealGASTest | d4b1f88a8d12c59dd68b1c00420d7209ca066e60 | decf8fd3215fb6c770d2fffb5eda5fca9b732c81 | refs/heads/main | 2023-03-25T03:08:46.962309 | 2021-03-05T18:44:27 | 2021-03-05T18:44:27 | 340,334,270 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,604 | cpp | // Copyright Epic Games, Inc. All Rights Reserved.
#include "ThirdPersonTestCharacter.h"
#include "AttributeSet.h"
#include "HeadMountedDisplayFunctionLibrary.h"
#include "MyPlayerState.h"
#include "Utils.h"
#include "Camera/CameraComponent.h"
#include "Components/CapsuleComponent.h"
#include "Components/InputCompone... | [
"dguerrero_bcn@hotmail.com"
] | dguerrero_bcn@hotmail.com |
92bf3bdaba1a0005629063db4643d4158d4faec8 | f739df1f252d7c961ed881be3b8babaf62ff4170 | /softs/SCADAsoft/5.3.2/ACE_Wrappers/ace/os_include/os_dirent.h | 2a881e40b0901b1dcad507128c42de8695adfd93 | [] | no_license | billpwchan/SCADA-nsl | 739484691c95181b262041daa90669d108c54234 | 1287edcd38b2685a675f1261884f1035f7f288db | refs/heads/master | 2023-04-30T09:15:49.104944 | 2021-01-10T21:53:10 | 2021-01-10T21:53:10 | 328,486,982 | 0 | 0 | null | 2023-04-22T07:10:56 | 2021-01-10T21:53:19 | C++ | UTF-8 | C++ | false | false | 2,826 | h | // -*- C++ -*-
//=============================================================================
/**
* @file os_dirent.h
*
* format of directory entries
*
* $Id: os_dirent.h 935 2008-12-10 21:47:27Z mitza $
*
* @author Don Hinton <dhinton@dresystems.com>
* @author This code was originally in various plac... | [
"billpwchan@hotmail.com"
] | billpwchan@hotmail.com |
19688079901577c712eab4620050ba201f779d0a | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /c++/ClickHouse/2017/8/ASTLiteral.cpp | bd88a90a301382cb3b948a25b67a24466b144457 | [
"BSL-1.0"
] | permissive | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | C++ | false | false | 810 | cpp | #include <Common/SipHash.h>
#include <Core/FieldVisitors.h>
#include <Parsers/ASTLiteral.h>
#include <IO/WriteHelpers.h>
namespace DB
{
String ASTLiteral::getColumnNameImpl() const
{
/// Special case for very large arrays. Instead of listing all elements, will use hash of them.
/// (Otherwise column name wi... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
9131de57b8b629101b0fad4e2b340203867d00de | 5370b9e27da3064f35a59610b7746a263204e621 | /CodeForces/Div3/Round498/b.cpp | 9c2fdeb07f274250d7440d2c6e024720ca372538 | [] | no_license | Paryul10/Competetive-Coding | 4619d84b282d58303dc5db9cb8bdad769fc3176d | 3cc06f80dfffe4dc742fd5d8a4b427a9de778d85 | refs/heads/master | 2020-04-02T11:12:49.838056 | 2018-08-02T11:36:04 | 2018-08-02T11:36:04 | 154,376,787 | 0 | 1 | null | 2019-10-19T12:00:45 | 2018-10-23T18:22:09 | C++ | UTF-8 | C++ | false | false | 1,086 | cpp | #include "bits/stdc++.h"
#include "string"
using namespace std;
int main()
{
int n, k;
cin >> n >> k;
int arr[n];
for (int i=0; i<n; i++) cin >> arr[i];
vector <pair<int, int> > ind;
for (int i=0; i<n; i++)
{
ind.push_back(make_pair(arr[i], i));
}
sort(ind.begin(), ind.end()... | [
"eeshadutta99@gmail.com"
] | eeshadutta99@gmail.com |
b103ce66cecc09bea2dba14a61e6519267f4af60 | 1aaa697e8a716ee1dee3a8fb9f67d8c6432c1320 | /Framework/Shared/Camp/CampBindings.h | 04f76383dc8616fe3a175b1c75ab8ef0b0e002c8 | [] | no_license | MelvinRook/Diversia | a4a6d0dd6ec1e8509a0839e8a0ab1a9d4fd5a596 | 6e7bfbfa48bbd733da5c786dfad8e7d3a3645b42 | refs/heads/master | 2021-01-20T20:36:24.736608 | 2012-02-05T19:36:16 | 2012-02-05T19:36:16 | 60,241,791 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,745 | h | /*
-----------------------------------------------------------------------------
Copyright (c) 2008-2010 Diversia
This file is part of Diversia.
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 wi... | [
"gabrielkonat@gmail.com"
] | gabrielkonat@gmail.com |
bcc04f8fe31e868237a1153c5a4bf70468d7f7e6 | a679dba6ef0364962b94ed65d0caad1a88da6c43 | /OrginalServerCode/OrginalCode/labixiaoxin/ACE_wrappers/ASNMP/asnmp/oid.cpp | 8cbd4c661616d3ba19249529ccc77fa67550b63a | [
"MIT-CMU",
"LicenseRef-scancode-hp-snmp-pp"
] | permissive | w5762847/Learn | 7f84933fe664e6cf52089a9f4b9140fca8b9a783 | a5494181ea791fd712283fa8e78ca0287bf05318 | refs/heads/master | 2020-08-27T05:43:35.496579 | 2016-12-02T12:16:12 | 2016-12-02T12:16:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,829 | cpp | // $Id: oid.cpp 91670 2010-09-08 18:02:26Z johnnyw $
// ============================================================================
//
// = LIBRARY
// asnmp
//
// = FILENAME
// oid.cpp
//
// = DESCRIPTION
// This module contains the implementation of the oid class. This
// includes all protecte... | [
"flyer_son@126.com"
] | flyer_son@126.com |
5b2191d22e7ff9d4dd1fbddc170ef623bb6ca102 | e3ceca6a34bf3426b90b3952782d4fd94c54d08a | /b問題/b_chocolate.cpp | c19b4db14f1c3a0cbc38383eeb4d9561086c74c3 | [] | no_license | THEosusi/atcoder | ede5bffb44d59e266c6c4763a64cddeed8d8101f | 0e9a17a82562e469198a6cc81922db5ac13efa6d | refs/heads/master | 2023-06-21T06:45:28.128553 | 2021-07-27T09:02:55 | 2021-07-27T09:02:55 | 336,729,745 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 518 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
int N,D,X;
cin >> N >> D >>X;
vector<int> vec(N);
for(int i=0;i<N;i++){
cin >>vec.at(i);
}
int count=0;
for(int j=0;j<N;j++){
if(vec.at(j)==1){
if(N==1){
count++;
continue;
... | [
"bp20129shibaura-it.ac.j@shibaura-it.ac.jp"
] | bp20129shibaura-it.ac.j@shibaura-it.ac.jp |
e662c436eb642e7a44130d20688dbfa5e6a14778 | dc61e8c951f9e91930c2edff8a53c32d7a99bb94 | /include/inviwo/qt/widgets/properties/lightpropertywidgetqt.h | 5ba7c43bbe9afa60e4aa53659c3b4fd42487c66d | [
"BSD-2-Clause"
] | permissive | johti626/inviwo | d4b2766742522d3c8d57c894a60e345ec35beafc | c429a15b972715157b99f3686b05d581d3e89e92 | refs/heads/master | 2021-01-17T08:14:10.118104 | 2016-05-25T14:38:33 | 2016-05-25T14:46:31 | 31,444,269 | 2 | 0 | null | 2015-02-27T23:45:02 | 2015-02-27T23:45:01 | null | UTF-8 | C++ | false | false | 2,762 | h | /*********************************************************************************
*
* Inviwo - Interactive Visualization Workshop
*
* Copyright (c) 2013-2015 Inviwo Foundation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided th... | [
"eriksunden85@gmail.com"
] | eriksunden85@gmail.com |
a86a3cdb105058cf4b7a43042198ce12b29eb609 | 88026fecc64f11bb17c4c7f938fc3ff60c80e72f | /src/wallet/rpcwallet.cpp | af0f90db3709ce5b018f47f4ce6ba9978d41a441 | [
"MIT"
] | permissive | docharlow/spoomy | 59c54e9a97fd91e54cdf46daafb50215edcc0025 | 794c5cbed698857d1078efede59bad1e73d4af8d | refs/heads/master | 2020-04-16T10:49:30.187434 | 2019-01-13T15:24:22 | 2019-01-13T15:24:22 | 165,518,257 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 121,387 | cpp | // Copyright (c) 2009-2018 Satoshi Nakamoto
// Copyright (c) 2009-2018 The Bitcoin Developers
// Copyright (c) 2014-2018 The Dash Core Developers
// Copyright (c) 2017-2018 Spoomy Developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit... | [
"dev@zumy.co"
] | dev@zumy.co |
90640ee2452c5ce91e3109819e6ee41710e6c52e | a2973e7238e0dc8c7b70da7d92e3c5712af0f4ae | /graphicsProgramming/runaway shapes rasist/MacGraphicsStarter/Triangle.h | 470169203cbebbbbb154a24097ed9910ccaa1f84 | [] | no_license | codybrowncit/C-plus-plus | 581487db5e3b35ee9388f1a110a40d27c38cf343 | 2cea4d315b96f0537a598e16fcbcb430e1bd47a4 | refs/heads/master | 2020-12-25T19:04:11.471095 | 2015-05-14T23:16:57 | 2015-05-14T23:16:57 | 31,285,389 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 535 | h | //
// Triangle.h
// MacGraphicsStarter
//
// Created by Cody Brown on 11/2/14.
//
//
#ifndef _TRIANGLE_H_
#define _TRIANGLE_H_
#include "Shape.h"
#include <stdio.h>
#ifdef _WIN32
#include "glut.h"
#else
#ifdef __APPLE__
#include <GLUT/glut.h>
#else
#include <GL/glut.h>
#endif
#endif
class Triangle : public Shape
{
... | [
"codybrowncit@gmail.com"
] | codybrowncit@gmail.com |
fcb4311f6f18fc608b4a938e55d3cee38192f212 | c075cfe521103977789d600b61ad05b605f4fb10 | /PI/ZAD_A.cpp | accad407d4909894943044aaeb2058198318eac3 | [] | no_license | igoroogle/codeforces | dd3c99b6a5ceb19d7d9495b370d4b2ef8949f534 | 579cd1d2aa30a0b0b4cc61d104a02499c69ac152 | refs/heads/master | 2020-07-20T12:37:07.225539 | 2019-09-05T19:21:27 | 2019-09-05T19:35:26 | 206,639,451 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 630 | cpp | #include <iostream>
#include <iomanip>
#include <cstdio>
#include <algorithm>
#include <cstdlib>
#include <vector>
#include <set>
#include <cmath>
#include <map>
using namespace std;
typedef long long ll;
const ll INF = 1000000000000000000;
ll a[100010];
int main()
{
ll n, i, x, y;
cin >> n;
for (i = 0; i <... | [
"160698qnigor98"
] | 160698qnigor98 |
97e466ef9ce9ec11921d28b127559626f374a82d | d75c8f301f369fde8ef2ad1b54168978906f129f | /tajadac/Tajada/AST/Expression.hh | d95b501a1ccbf248efeccc2233a64c85203e169e | [] | no_license | mgomezch/Tajada | efb006b64f278725fc8a542d613574e6c43e7776 | 4fc9ca6e93632ad2a2c73588582235627d6faae1 | refs/heads/master | 2016-09-06T19:07:42.782966 | 2012-07-12T23:04:49 | 2012-07-12T23:04:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,389 | hh | #ifndef TAJADA_AST_EXPRESSION_HH
#define TAJADA_AST_EXPRESSION_HH
#include <string>
// Superclasses:
#include "Tajada/AST/AST.hh"
#include "Tajada/Code/Block.hh"
#include "Tajada/Code/Intermediate/Address/Address.hh"
#include "Tajada/Type/Type.hh"
namespace Tajada {
namespace AST {
class Exp... | [
"targen@gmail.com"
] | targen@gmail.com |
92c6b2d5de2bdbec5503462c3736bb14137f32e8 | 8d672a07b0f1182471aefea80e26bfdac4d2eac5 | /Repo Server/Repo Server/Pro2/Version/version.cpp | 2e8dd8b42fe8ad0a32b9aeb14210d6c06b49ce45 | [] | no_license | nileshivam/Repo_Build_server | 80a80770934a330ee229daa01d21286e71b9ab43 | 218fc0bae7c3edc6d31918a9f8213637efcaea09 | refs/heads/master | 2020-03-18T16:45:10.590787 | 2018-05-28T22:49:42 | 2018-05-28T22:49:42 | 134,984,583 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,104 | cpp | //////////////////////////////////////////////////////////////////////
// Version.cpp - Implements Version Functionalities //
// ver 1.0 //
// Source: Jim Jawcett //
// Dwivedi Nilesh, CSE687 - Object Oriented Design, Spring 2018 //
/////////////////////////////////////... | [
"dwivedinilesh11@gmail.com"
] | dwivedinilesh11@gmail.com |
04daa99c37f017fcb6dbf4599f4486580c24d74f | 7e458c5c0b8c2953ccd7618bd534bd783513fbf3 | /mod/ls/LSCompiler.cpp | 9b9b43d16ab9ff9c5052fab821b4ed6353ecbfa2 | [
"LicenseRef-scancode-public-domain",
"Unlicense"
] | permissive | WindowxDeveloper/L | bdf2fac26861d5b3ae62039a5975a12837190655 | 0d390a6931a8121c9c6b38c363878e475f33211f | refs/heads/master | 2021-04-21T12:57:22.392499 | 2020-03-11T21:04:42 | 2020-03-11T21:04:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,101 | cpp | #include "LSCompiler.h"
#include <L/src/stream/CFileStream.h>
#include "ls.h"
using namespace L;
static const Symbol local_symbol("local"), set_symbol("set"), object_symbol("{object}"), array_symbol("[array]"),
fun_symbol("fun"), return_symbol("return"), foreach_symbol("foreach"), do_symbol("do"), if_symbol("if"), s... | [
"lutopia@hotmail.fr"
] | lutopia@hotmail.fr |
ce3d89925dfbc340b2ceed86c6459b05d4c28928 | 1066b428e123f4212431cd124bc5b71b60a3bf90 | /src/util/xmlsettings/xmlsettings.cpp | 4916d9c044a083fd90c0b9301eb94b78e68d4f6d | [] | no_license | amigomcu/bterm | 54523c9ceb15538cb8d93ec8161deb8e81db609c | a92bd0dcd31e82beda0fbe8b205ddfd5927eb502 | refs/heads/master | 2021-06-11T16:18:06.508638 | 2016-12-25T11:39:48 | 2016-12-25T11:39:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,818 | cpp | /******************************************************************************
* Description: See class declaration in header file
*
******************************************************************************/
/******************************************************************************************
* INC... | [
"dimon.frank@gmail.com"
] | dimon.frank@gmail.com |
510efa5ce86b2b9878848b0688d003617704d6dc | 0b66e8133c28fd50e2ffddba741710bdc7756cb4 | /1.BinaryTree/1325. Delete Leaves With a Given Value.cc | a96f6632253a9479a5828cc6cd4a674af0b98e0d | [] | no_license | tonyxwz/leetcode | 21abed951622ed3606fc89c580cd32cda7b84a2f | 1b7d06e638c0ff278c62d3bae27076b0881b5fde | refs/heads/master | 2023-04-05T07:10:18.342010 | 2021-04-13T11:45:58 | 2021-04-13T11:45:58 | 71,467,875 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 980 | cc | // https:// leetcode.com/problems/delete-leaves-with-a-given-value/
#include "leetcode.h"
// 思路:后序遍历树如果左孩子和右孩子都是空且root
// ->val等于target,那么删除当前节点。删除的方式是返回空值即可。
// ```cpp
/**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode() :... | [
"tonyxwz@yahoo.com"
] | tonyxwz@yahoo.com |
698d50530f487ef794ba0e80419aff41e27b02f8 | 7e1e036af3a15dd1d1c0940109f5943010144f7e | /Aula 03/Pos-Aula 03.cpp | 5217a95611494b9ecef15c9ffa978e114079ad39 | [] | no_license | GustaFreitas/AulasAED | 7ecb1f03c70c1eac91aa83d1833d5b84f29b947f | 5ed05ecf1bca04a9f24ca1bdbd1ae7fa5f55a6c9 | refs/heads/master | 2021-03-04T23:21:21.890940 | 2020-06-01T21:31:46 | 2020-06-01T21:31:46 | 246,075,313 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,825 | cpp | #include <math.h>
#include <conio.h>
#include <stdio.h>
#include <locale.h>
#include <stdlib.h>
#include <string.h>
struct Bolsa
{
char Nom[50], Are[20];
float Val_Atu, Val_Ant, Dif;
double Var;
};
float Media (float x)
{
return (x / 5);
}
float Novo (float x, float y)
{
return (x + y);
}
int main (void)
{... | [
"gustavoluizdefreitas@hotmail.com.br"
] | gustavoluizdefreitas@hotmail.com.br |
eee188f0c7bcfe9c81187469b2ed11b178ab890c | 57126f65a47d4b8ccd8932425178c6717639c989 | /external/glbinding-2.0.0/source/glbinding/include/glbinding/gl31/enum.h | ffb1de207180ecc648d1c87b621d998d12dd9fda | [
"MIT"
] | permissive | 3d-scan/rgbd-recon | 4c435e06ecee867fd7bd365363eff92ef7513a39 | c4a5614eaa55dd93c74da70d6fb3d813d74f2903 | refs/heads/master | 2020-03-22T16:09:56.569088 | 2018-04-28T10:58:51 | 2018-04-28T10:58:51 | 140,307,666 | 1 | 0 | MIT | 2018-07-09T15:47:26 | 2018-07-09T15:47:26 | null | UTF-8 | C++ | false | false | 49,577 | h | #pragma once
#include <glbinding/nogl.h>
#include <glbinding/gl/enum.h>
namespace gl31
{
// import enums to namespace
// AccumOp
using gl::GL_ACCUM;
using gl::GL_LOAD;
using gl::GL_RETURN;
using gl::GL_MULT;
using gl::GL_ADD;
// AlphaFunction
using gl::GL_NEVER;
using gl::GL_LESS;
using gl::GL_EQUAL;
using g... | [
"jakob.wagner@uni-weimar.de"
] | jakob.wagner@uni-weimar.de |
8a6c8c4c56f8907cf18522567ea1c6402e847703 | 12d3908fc4a374e056041df306e383d95d8ff047 | /Programs/prog14.cpp | 9c65a7e36a4f92e0db39b5f7b581dc3f34539d9a | [
"MIT"
] | permissive | rux616/c201 | aca5898c506aeb1792aa8b1f9dcf3d797a1cd888 | d8509e8d49e52e7326486249ad8d567560bf4ad4 | refs/heads/master | 2021-01-01T16:14:44.747670 | 2017-07-20T05:14:24 | 2017-07-20T05:14:24 | 97,792,948 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,940 | cpp | /* Prog14.cpp
Shows how to pass command line arguments to a function and how to
reference individual characters of command line arguments.
------------------------------------------------------------------------*/
#include <iostream>
#include <string>
using namespace std;
void ShowCommandLineArgs (... | [
"dan.cassidy.1983@gmail.com"
] | dan.cassidy.1983@gmail.com |
fabb85fc1d7896ddecd72a73d69997a9de63a946 | 622974cd61d5a4c6cb90ce39775198989e0a2b4c | /cuda/io/include/pcl/cuda/io/predicate.h | 2d4d9ae11b9c4d551ec565852ecbed9f574053b5 | [
"BSD-3-Clause"
] | permissive | kalectro/pcl_groovy | bd996ad15a7f6581c79fedad94bc7aaddfbaea0a | 10b2f11a1d3b10b4ffdd575950f8c1977f92a83c | refs/heads/master | 2021-01-22T21:00:10.455119 | 2013-05-13T02:44:37 | 2013-05-13T02:44:37 | 8,296,825 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,013 | h | /*
* Software License Agreement (BSD License)
*
* Copyright (c) 2011, Willow Garage, 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:
*
* * Redistributions of source code mu... | [
"jkammerl@rbh.willowgarage.com"
] | jkammerl@rbh.willowgarage.com |
f0cbe107198ae902d704935269727cb7c2e1ccbb | e7aadf0214af5077d3516f7201a9c7e753c22e5b | /extensions/ringqt/gdial.cpp | f3bc029389e82587ef0b12498bae6bc761516e39 | [
"MIT"
] | permissive | sethgreen23/ring | 7e45524a946e41af8bf6dda488b6e2e6d7d7fc60 | 2c4e0717a30f056ce677b2cce5e0b0a2a7680787 | refs/heads/master | 2020-06-17T20:23:56.435446 | 2016-11-26T09:11:57 | 2016-11-26T09:11:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,909 | cpp |
/* Copyright (c) 2013-2016 Mahmoud Fayed <msfclipper@yahoo.com> */
extern "C" {
#include "ring.h"
}
#include "gdial.h"
GDial::GDial(QWidget *parent,VM *pVM) : QDial(parent)
{
this->pVM = pVM;
this->pParaList = ring_list_new(0);
strcpy(this->cactionTriggeredEvent,"");
strcpy(this->crangeChangedEvent,"... | [
"msfclipper@yahoo.com"
] | msfclipper@yahoo.com |
2aa6ef371aa6cf24afd6510cb495a41fb2e377fc | 62d4601d67c3f86287f107843d800e1c4dd09c9c | /code/main.cpp | 85b6eb8d9b74784c7661f99194469a1327051872 | [] | no_license | JorgeBarcena3/SDL2-Base-project | c7549743f8559d753cdecb1b41c5f083655be1bf | 616b8bb6e90049f3d8e74ce58991443a863087f0 | refs/heads/master | 2020-09-08T22:57:53.627280 | 2020-03-25T02:44:24 | 2020-03-25T02:44:24 | 221,268,448 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 2,264 | cpp | // File: main.cpp
// Description : Proyecto base con la libreria de SDL2
// Author: Jorge Bárcena Lumbreras
// © Copyright (C) 2019 Jorge Bárcena Lumbreras
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Softw... | [
"j.barcenalumbreras@gmail.com"
] | j.barcenalumbreras@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.