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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f7e776e7e5be071f6238e6f6bd472419cd16f7ae | 950276f370539ad552c1969170258cb8a13e137d | /src/DetectorConstruction.h | fddd4d4842c5f4128b6b95f752454912b077c819 | [
"BSD-3-Clause"
] | permissive | fermi-lat/G4Generator | b4be72b15c7898fa2c49d553e4ad09bc6bced4ca | e62475754d1be9330e2c865b0a4517f8d9b105e9 | refs/heads/master | 2022-02-17T03:19:37.917081 | 2019-08-27T17:27:36 | 2019-08-27T17:27:36 | 103,186,864 | 0 | 0 | null | 2018-07-05T20:47:41 | 2017-09-11T20:51:33 | C++ | UTF-8 | C++ | false | false | 3,757 | h | #ifndef DetectorConstruction_H
#define DetectorConstruction_H 1
class G4VPhysicalVolume;
#ifdef WIN32
# include <float.h>
#endif
#include <string>
#include <vector>
#include <map>
#include "G4VUserDetectorConstruction.hh"
#include "G4ThreeVector.hh"
#include "idents/VolumeIdentifier.h"
#include "GlastSvc/GlastDetSvc/I... | [
""
] | |
43c3abb4bff77d0056a5b6b015153272ab4e2935 | b1f7f47cf7cedfeb03d5e15104b4fcb5e5e1328a | /src/SensorFusion.cpp | da1511e9e605c7c810dae41cc8dabbe07e528278 | [] | no_license | feng1510/Path-Planning | dc63c2338a963e654ac25bd2d5578ba662f08e63 | 74526196140833d2a84d60a3203d39c1d6e7b69b | refs/heads/master | 2020-04-30T08:34:50.427342 | 2017-12-20T03:24:07 | 2017-12-20T03:24:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,950 | cpp | #include "SensorFusion.h"
#include "Types.h"
#include "Utils.hpp"
#include <algorithm>
#include <iostream>
#include <vector>
using namespace std;
void SensorFusion::Predict(double deltaTime)
{
for (auto& elem : m_mapVehicles)
elem.second.Predict(deltaTime);
}
void SensorFusion::Update(const vector<SensorFusionD... | [
"nazanin1427@gmail.com"
] | nazanin1427@gmail.com |
8b03a0609f8c599fcd87e94ee6f7b9c88aebc622 | b4ab8d59b468a29a5fdcbfa7a4de69cff7413a05 | /primer5/ch03/13.cc | fd1006b43a531d19017efc49589651bba5eb9e1f | [] | no_license | harrifeng/cpp-in-action | 5d016ad2fbe339d561fe43b78083266275089b61 | f2f331cc492d06c10ffe3b5e64ea93f29971588e | refs/heads/master | 2021-01-10T19:27:15.993260 | 2015-07-05T08:00:21 | 2015-07-05T08:00:21 | 29,420,930 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 629 | cc | #include <iostream>
#include <vector>
using namespace std;
int main(int argc, char *argv[])
{
int arr[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
int *pbeg = begin(arr);
int *pend = end(arr);
while (pbeg != pend && *pbeg >=0) {
cout << *pbeg << " ";
++pbeg;
}
cout << endl;
}
/////////... | [
"harrifeng@gmail.com"
] | harrifeng@gmail.com |
e90159005d037797a91df03d0a7f31baf2315643 | 10bbd2fcee78b8108e4c37e4c12fccc2352299eb | /Source/UE4AutomationQuick/Util/Core/LogUtilLib.h | 2c2ceace800fd6471b09afabc20c1c49bc589b9f | [] | no_license | AlexeyOgurtsov/UE4SnippetAutomationQuick | 68d41a9a9919f49161e4fc0e23db2e48f4112190 | f256e9e55fde236961d626b24e4a94cc8ebe7552 | refs/heads/master | 2020-06-04T11:06:56.455127 | 2019-06-29T06:40:10 | 2019-06-29T06:40:10 | 191,995,912 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,020 | h | #pragma once
#include "MyDebugMacros.h"
#include "Kismet/BlueprintFunctionLibrary.h"
#include "TextProperty.h"
#include "LogUtilLib.generated.h"
UENUM(BlueprintType)
enum class EMyLogObjectFlags : uint8
{
None UMETA(DisplayName="None"),
SuppressNameAndClass = 1 << 0 UMETA(DisplayName="Suppress name and cla... | [
"alexey_eng@mail.ru"
] | alexey_eng@mail.ru |
cbe0618a885107b3417dd428654c1c67809a455f | f6fca6c43ad746c45c8321541178eb02e2cb555e | /2c/level0/Plugins/WinSock/MyServer.cpp | 12abf2b25f129f9848a8f3b8868e934fa3e51781 | [] | no_license | Asakra/alterplast | da271c590b32767953f09266fed1569831aa78cb | 682e1c2d2f4246183e9b8284d8cf2dbc14f6e228 | refs/heads/master | 2023-06-22T04:16:34.924155 | 2021-07-16T06:20:20 | 2021-07-16T06:20:20 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 6,640 | cpp | //////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MyServer.h"
#include "../../OutToDebug.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
CMethods CMyServer::Methods;
////////////////////////////////////////... | [
"trdmval@gmail.com"
] | trdmval@gmail.com |
192638b591528aed7affcbc20e95bc53f01578e7 | e69c6452c8ce23d552ef39da4752f8c620b939b9 | /Code/CPP/ipMsg/SRC/INSTALL/INSTALL.H | 7b4aca660896cd7bd6ed3652b5ec184b04b0a31b | [
"BSD-3-Clause"
] | permissive | madnessw/thesnow | 31a155e428bb6f79d2003c229cf2e570ca620c0f | 0f1aeb7903397dda06e0044aa6e35cc2705ed71c | refs/heads/master | 2021-01-23T12:00:27.906724 | 2014-01-09T05:42:41 | 2014-01-09T05:42:41 | 37,446,411 | 1 | 1 | null | null | null | null | SHIFT_JIS | C++ | false | false | 5,482 | h | /* @(#)Copyright (C) H.Shirouzu 1998-2002 install.h Ver2.00 */
/* ========================================================================
Project Name : Installer for IPMSG32
Module Name : Main Header
Create : 1998-06-14(Sun)
Update : 2002-11-03(Sun)
Copyright : H.Shirouzu
Reference ... | [
"thegfw@58104c5a-2bea-11de-ae9b-2be1a451ffb1"
] | thegfw@58104c5a-2bea-11de-ae9b-2be1a451ffb1 |
6715e583b5967f0d5f2e1abb47b824ecd728f075 | aa58feec3307effa889d016893257aa832950f77 | /dht.cpp | bcefdfc3ca5f6c42a3d346776d6fae93ad54a4da | [] | no_license | pmiddend/arduino-mocking | 4846b03333c3ab4a215d59cc3ab4c637caa584e7 | 1bacffa7cb23b12af70c27b7740fc0aea4602712 | refs/heads/master | 2022-12-19T09:15:30.101030 | 2020-09-24T09:42:03 | 2020-09-24T09:42:03 | 298,233,951 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,048 | cpp | #ifndef MY_LOG
#define MY_LOG(x)
#endif
typedef unsigned long time_type;
typedef int pin_type;
uint8_t const begin_usec = 55;
time_type const min_interval = 2000;
pin_type const my_pin = 13;
time_type last_read_time = 0;
uint8_t pull_time = begin_usec;
bool last_result = false;
uint8_t data[5];
time_type max_cycles =... | [
"pmidden@mailbox.org"
] | pmidden@mailbox.org |
1eb6e426fc799e906c16c4aea31cde4186c702f4 | 011359e589f99ae5fe8271962d447165e9ff7768 | /src/burn/burn_ymf278b.cpp | 2bf1aa23ccf3bb179ac7ac711b389484e145baf0 | [] | no_license | PS3emulators/fba-next-slim | 4c753375fd68863c53830bb367c61737393f9777 | d082dea48c378bddd5e2a686fe8c19beb06db8e1 | refs/heads/master | 2021-01-17T23:05:29.479865 | 2011-12-01T18:16:02 | 2011-12-01T18:16:02 | 2,899,840 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,400 | cpp | #include "burnint.h"
#include "burn_sound.h"
#include "burn_ymf278b.h"
static int (*BurnYMF278BStreamCallback)(int nSoundRate);
static short* pBuffer;
static short* pYMF278BBuffer[2];
static int nYMF278BPosition;
static unsigned int nFractionalPosition;
// -----------------------------------------------... | [
"twinaphex1@gmail.com"
] | twinaphex1@gmail.com |
a8778ac319eb7abc0fc8eac2b002a7f9c8121f0f | 74ccb17110ee498d58964b4a1513d127f3845680 | /cpp_basic(primer)/exercises/if_stm_improved_1.cpp | 95b42f6eaf1f46292d7f86c36b9f3256c57bcf7d | [] | no_license | RickyL-2000/cpp-learning | 6b45ea3c781321dbbcb857c3d8f0c69740806490 | 3c7db1d478a53d4f7357597497ab1e447a308afb | refs/heads/master | 2021-06-13T23:34:55.149172 | 2021-06-02T03:28:59 | 2021-06-02T03:28:59 | 192,025,282 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 282 | cpp | #include <iostream>
int main()
{
std::cout << "Please Enter Some Numbers: " << std::endl;
int currval = 0, val = 0, counter = 0;
if (std::cin >> currval) {
while (std::cin >> val) {
if (val == currval)
counter += 1;
}
}
} | [
"15305813731@163.com"
] | 15305813731@163.com |
095545af38ee2069b068fc3712dbd8187464fc3a | e6d3a7c9247095e3215151ab31fe413f61bc09b7 | /OpenGL/Polygon.cpp | 6dc0fb9042353a4507ca2bbb6adc26941e115cf6 | [] | no_license | khlebous/PolygonEditor | 01a74c7b058572c2df0a4b40cdab0de195ff0d5f | 6f1a3b11ad2456473d224d977f98f547c121b8e7 | refs/heads/master | 2021-08-27T19:11:46.076671 | 2017-11-23T18:28:50 | 2017-11-23T18:30:21 | 106,214,891 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,218 | cpp | #include "Polygon.h"
#include <math.h>
#include <iostream>
#define PI 3.14159265
GL::Polygon::Polygon() :isLooped(0)
{
vertices = vector<GL::Vertex>();
vEdges = list<int>();
hEdges = list<int>();
vertSetAngle = vector<pair<int, float>>();
edgeCoeff = vector<LineCoefficients>();
}
GL::Polygon::~Polygon()
{
vertic... | [
"khlebousa@gmail.com"
] | khlebousa@gmail.com |
66f93497d4340572a5a99bf9a81f9053647fbfaa | 69590e043bb11af2d53152193c223b883e368d7e | /extra/libkmap/libkmap/backend_altitude.cpp | 6159ae008b314ef968f772726a06f7659a32af53 | [] | no_license | UIKit0/digikam | b6c49b3acd66ecf8f5b2609b854189b506eb5966 | 8a888f803bf281cc189099a1e025b7a0b1e659e4 | refs/heads/master | 2021-01-18T09:39:22.724506 | 2011-03-29T19:10:08 | 2011-03-29T19:10:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,390 | cpp | /** ===========================================================
* @file
*
* This file is a part of digiKam project
* <a href="http://www.digikam.org">http://www.digikam.org</a>
*
* @date 2010-02-13
* @brief Base class for altitude lookup backends
*
* @author Copyright (C) 2010 by Michael G. Hansen
* ... | [
"root@rosedu.org"
] | root@rosedu.org |
54120bdce5f1ab35eb417c04801a61a0aa1f110c | 68af2664b09a3b758044ea7ea29a2663ad1285a4 | /include/instrumentation/counter-inl.h | e6696da2c5b52d61e28c1e2ce8d0621eb084ca5e | [
"BSD-2-Clause"
] | permissive | nahratzah/instrumentation | fe1a4f500c5cf737a444a9dde577975db2f1d161 | c79074d29ef8cccbcf1badd61b80c6eb6a61c635 | refs/heads/master | 2021-07-20T11:06:36.167709 | 2020-04-06T07:56:21 | 2020-04-06T07:56:21 | 128,842,646 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,305 | h | #ifndef INSTRUMENTATION_COUNTER_INL_H
#define INSTRUMENTATION_COUNTER_INL_H
#include <instrumentation/engine.h>
#include <instrumentation/collector.h>
namespace instrumentation {
inline void counter::operator++() const noexcept {
if (impl_) impl_->inc();
}
inline void counter::operator++(int) const noexcept {
... | [
"ariane@stack.nl"
] | ariane@stack.nl |
da0e7c46837d50da736897a8167b681cef47f4ed | 4e59f874ccbdcb63b336ac92068153e45fc9e9df | /Example5/oleobject.cpp | 4c0d4eea104d622c0d7dcc5d7c570f4d6827e068 | [] | no_license | martinpiper/ReplicaNetPublic | e91f77cdbd131b1b7e3fec6abe10047b16a01862 | fc1a7eb124bc14bb21f98abfb1938f4e9bda30ee | refs/heads/master | 2022-12-04T21:26:24.224429 | 2020-08-16T12:14:18 | 2020-08-16T12:14:18 | 287,937,353 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,438 | cpp | /* START_LICENSE_HEADER
Copyright (C) 2000 Martin Piper, original design and program code
Copyright (C) 2001 Replica Software
This program file is copyright (C) Replica Software and can only be used under license.
For more information visit: http://www.replicanet.com/
Or email: info@replicanet.com
END_LICENSE_HEADER... | [
"martin.piper@gmail.com"
] | martin.piper@gmail.com |
8d737866b24f2104df75259c901ef7d596fb8925 | e547a5a262620e94e314c520ddb7de81f5f52356 | /Graphics/GraphicsEngine/include/BufferBase.h | b3c4434ad49353345bf37b4ce88d0561bfa83d7f | [
"Apache-2.0"
] | permissive | laurentcau/DiligentCore | 1a318bf6badc4eb813b5671b5c7607ca995f3f38 | 87e1ecdff765f9e7ada318ada1918fb63ca5984c | refs/heads/master | 2023-02-21T21:14:23.989229 | 2019-08-27T04:07:02 | 2019-08-27T04:07:02 | 204,713,221 | 0 | 0 | null | 2019-08-27T15:49:18 | 2019-08-27T13:49:17 | null | UTF-8 | C++ | false | false | 14,685 | h | /* Copyright 2015-2019 Egor Yusov
*
* 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
*
* THE SOFTWARE IS PROVIDED "AS IS", ... | [
"egor.yusov@gmail.com"
] | egor.yusov@gmail.com |
71848b868d304ca4624b381d0389de08bac3d2b3 | 0cfb7d4dba32b475189d193c627354a2c073f9a0 | /DynamicProgramming/DynamicProgramming/CoinChange.h | cf9738a0132bab61746104e654b38abbdbaeb78f | [] | no_license | JoseVillalta/MiscProjects | f68dd616cd76f767db3b99218d826e063307c7c9 | 60481c3564073c5bf99e381df65cd48be33132a0 | refs/heads/master | 2021-01-24T14:12:06.242963 | 2018-03-11T21:31:30 | 2018-03-11T21:31:30 | 38,375,734 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 101 | h | #pragma once
#include <vector>
using namespace std;
long GetChange(vector<int> coins, int amount);
| [
"jvillalt@impinj.com"
] | jvillalt@impinj.com |
9480c2296402e5386d0b48ae3059b9f01115b196 | 1d843fa12917dac74143bd71d2f0face435d26fa | /Firework/Firework.ino | b7ecad4d4041d914002bbe08a9facf0be589ebca | [] | no_license | pmerlin/16x16 | 88e43151803a8b61272e567e73b1f5372874088c | 456434701dcd6f193e80927ba63ad5430d937a15 | refs/heads/master | 2020-04-20T21:15:54.690081 | 2019-02-19T20:58:03 | 2019-02-19T20:58:03 | 169,103,822 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,812 | ino | //#include "SmartMatrix3.h"
#include "FastLED.h"
// FireworksXY
// Quick and dirty 2-D fireworks simulation using FastLED.
//
// Originaly designed an Adafruit 5x8 WS2811 shield, but works fine
// on other XY matricies.
//
// by Mark Kriegsman, July 2013
// (and not updated too much since then, so it's a little stale,... | [
"patrick@merlins.org"
] | patrick@merlins.org |
fa0487691d6545124c92d74cdf38bc7b3aa565c8 | 0c7b103d8874f31d2696ad32741ce60db6a6257f | /RunTests.re | 42e48c7ca77bc3efb58a229888c9f0aa5b655357 | [] | no_license | superherointj/rely-mock-demo | f8236938763c51146d0d5117443a04681fc95017 | ab361433ad18a93ca77525e3a2fdf2f332de240e | refs/heads/master | 2022-11-13T06:10:16.129832 | 2020-06-29T13:54:22 | 2020-06-29T13:54:22 | 275,668,968 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 78 | re | /* let () = print_endline "hello RunTests" */
Demo1tests.TestFramework.cli()
| [
"sergiomarcelo@ya.ru"
] | sergiomarcelo@ya.ru |
0d4e22c5e3fba39840995869fc4f696e57e2d595 | f695530b4c43a2de98b37e7e87d6c22d86ee0ea5 | /imu_9dof/src/Imu_Parser.h | 77c9f94067f42e1b9d838942b778a538e5bca306 | [] | no_license | aogrcs/autobots | 135692c8613130b9bc9b788fc0dfd1148b67b42c | 8073b70d3e8c4fa92b003ac6a752ee9d7cd5f2f5 | refs/heads/master | 2021-01-01T18:05:53.133163 | 2015-05-23T23:31:43 | 2015-05-23T23:31:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 952 | h | /*
* ImuParser.h
*
* Created on: Feb 14, 2015
* Author: srinivasan
*/
#ifndef IMU_PARSER_H_
#define IMU_PARSER_H_
#include "Serial_Connect.h"
#include "Acclr_Data.h"
#include "Gyro_Data.h"
#include "Mgnto_Data.h"
class Imu_Parser {
public:
Imu_Parser();
/*reads the data from the serial and saves them in... | [
"srine@seas.upenn.edu"
] | srine@seas.upenn.edu |
babbc88f02fe8567bc18f1b6ef526d7eb2073bca | ff3f0c10b1ee343fdad28be94e7b472f13ad3a86 | /PowerBench/OutputWnd.h | 2ad821aa1fb52e348148d13c5211ba301a761b04 | [] | no_license | smdx023/PowerSystem | 08b2716af613c40342f04bcaca8e2e7401d9271d | 3bfacaa24ea754c935c1591e78b2a896d2ba9edd | refs/heads/master | 2020-05-16T09:25:16.669446 | 2018-08-30T04:42:22 | 2018-08-30T04:42:22 | 182,947,907 | 0 | 1 | null | 2019-04-23T06:24:35 | 2019-04-23T06:24:34 | null | GB18030 | C++ | false | false | 1,838 | h |
#pragma once
#include <list>
/////////////////////////////////////////////////////////////////////////////
// COutputList 窗口
class FixlinesList
{
public:
FixlinesList();
CString& ToCString() const;
void AddString(const CString& data);
void SetLineNum(int linenum);
private:
int m_linenum;
std... | [
"chen_hu@outlook.com"
] | chen_hu@outlook.com |
8500d967f8579a1ff742836eec1fa56f41999aea | af355d9a3774f393499f331b2a2e83724a370685 | /sources/main.cpp | 01ac4d31fe6356f866a6d9e8d47aa43750a55df2 | [] | no_license | SuryaThiru/BasicCalculator | 2544ff2e90ad30ce18650c1e5a59b4c960573e6c | b40c38f8ba42bbff2c8b4cdcbcc5a6644ae114a0 | refs/heads/master | 2021-01-22T19:36:14.279003 | 2017-03-16T16:56:19 | 2017-03-16T16:56:19 | 85,219,895 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 368 | cpp | /*
* Basic Calculator V 1.0
* Creator : Surya K
*/
#include "mainwindow.h"
#include <QApplication>
#include <QIcon>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.setWindowTitle("Calculator");
w.setWindowIcon(QIcon(":/icon/icon/icon_calculator.png... | [
"surya.thiru001@gmail.com"
] | surya.thiru001@gmail.com |
3220c1487233215b0070cf91ddcb44e03bda5337 | 0610edaaf47b85f2ff3a4f57a2927b33e53b0357 | /mediaPlayer/system_refer_clock.cpp | f696aacf98a3dd0f11fdedb476948e8bae9ed416 | [
"LGPL-2.0-or-later",
"MIT",
"Zlib",
"curl",
"BSL-1.0",
"Apache-2.0"
] | permissive | alibaba/CicadaPlayer | 65f4453c662a021398ceebfd0d726dab4c778384 | 44aea9b4a22d60c998d976b9e063cfb46360c4ca | refs/heads/release/0.4.4 | 2023-04-07T16:23:13.271044 | 2023-03-20T00:00:20 | 2023-03-30T01:28:08 | 228,405,613 | 616 | 176 | MIT | 2023-03-23T03:30:50 | 2019-12-16T14:30:10 | C++ | UTF-8 | C++ | false | false | 2,082 | cpp |
#define LOG_TAG "AlivcPlayerClock"
#include <utils/timer.h>
#include "system_refer_clock.h"
#include "utils/frame_work_log.h"
#define CLOCK_DEVIATION_TIME_US (100 * 1000)
namespace Cicada {
int64_t SystemReferClock::GetTime()
{
int64_t timeRet = mClock.get();
if (mGetClock && !mClock.isPau... | [
"pingkai010@gmail.com"
] | pingkai010@gmail.com |
5e91aed64dec0a7fc761cc9f2bfc6416578e03bb | cb80a8562d90eb969272a7ff2cf52c1fa7aeb084 | /inletTest3/0.061/Co | 10ed468f7d3b6359ccf6df5ac70d7b954869d27d | [] | no_license | mahoep/inletCFD | eb516145fad17408f018f51e32aa0604871eaa95 | 0df91e3fbfa60d5db9d52739e212ca6d3f0a28b2 | refs/heads/main | 2023-08-30T22:07:41.314690 | 2021-10-14T19:23:51 | 2021-10-14T19:23:51 | 314,657,843 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 169,733 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2006 |
... | [
"mhoeper3234@gmail.com"
] | mhoeper3234@gmail.com | |
e23994599922f97aa1f1bd43d7767625a0ec69cd | 5631a0f8dedfc0187ab8db3dfe52a781b1a90e8a | /include/layers/argmax_layer.h | eb91ddb507fb3796681d545f30e223e4d88aa3c0 | [] | no_license | xuekunnan/forward-caffe | 80c4284e2b34e8ef466d5f7be0053de9b4fe7600 | 12562d751825edb76b9f9ea29a84ba96c109eb20 | refs/heads/master | 2021-06-15T05:30:58.283859 | 2017-03-27T13:36:35 | 2017-03-27T13:36:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,550 | h | //
// Created by huangshize on 16-5-13.
//
#ifndef JAFFE_ARGMAX_LAYER_H
#define JAFFE_ARGMAX_LAYER_H
#include "layer.h"
namespace jaffe {
// 计算每一个datum中最大值的index
// 用于分类模型
// 如果 m_out_val 为 ture, 则输出为一个 vector , 内容为每一张图片的 paris (max_ind, max_val)
// m_axis 指明了只选取其中一个 axis 进行求最大值
template <typen... | [
"xuwei1993@qq.com"
] | xuwei1993@qq.com |
c6e7b4f2b64d6a3268966e7589f35fc2edb3ddcb | 003eea62841a150e5cfddd628c27464dd89413bf | /include/Util.h | b027230b30ac00678369fbbd1d3fa4d5d00a5966 | [] | no_license | AberrantWolf/composeur_xx | bf2695b7f06c3696be53774c9453bb207d433363 | 72e7e53edbf14930e369f0b8f2f0f7290aeaa881 | refs/heads/master | 2020-03-31T21:34:22.174997 | 2018-10-14T13:40:12 | 2018-10-14T13:40:12 | 152,585,550 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 566 | h | #pragma once
#define _USE_MATH_DEFINES
#include <math.h>
#include <string>
namespace compx {
namespace util {
struct Rate {
public:
Rate(float r) : m_rate(r), m_inverse(1/r) {}
auto steps_per_second() { return m_rate; }
auto seconds_per_step() { return m_inverse; }
auto set(float rate) {
m_rate = rate;
m_... | [
"orcein@gmail.com"
] | orcein@gmail.com |
4d094e88241eb966bc6679d172774207d16abfe0 | 572024902ee45d7246bceff508f1035f8c464693 | /third_party/skia/src/gpu/ccpr/GrCCPRGeometry.h | 9a3b2553bb735cf2da6af98db2e7c5af101371f9 | [
"BSD-3-Clause",
"MIT"
] | permissive | mediabuff/Prelude | 539a275a52d65e1bf84dc218772ea24fff384391 | 601507c6dc8cf27999ceffc0fef97afba2bd764d | refs/heads/master | 2020-03-12T16:31:18.951711 | 2018-03-27T13:36:22 | 2018-04-05T19:31:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,309 | h | /*
* Copyright 2017 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef GrGrCCPRGeometry_DEFINED
#define GrGrCCPRGeometry_DEFINED
#include "SkGeometry.h"
#include "SkNx.h"
#include "SkPoint.h"
#include "SkTArray.h"
/**
* This class chop... | [
"xzwang2005@gmail.com"
] | xzwang2005@gmail.com |
1e1cffc4f85908857e1df80a657a7f47b36203e2 | 036c026ca90f4a4a663f914b5333ecd1da9ff4d3 | /bin/windows/obj/include/haxe/format/JsonPrinter.h | 28bb66f70769288ac5117fdbf4125344c91bda85 | [] | no_license | alexey-kolonitsky/hxlines | d049f9ea9cc038eaca814d99f26588abb7e67f44 | 96e1e7ff58b787985d87512e78929a367e27640b | refs/heads/master | 2021-01-22T04:27:53.064692 | 2018-05-18T02:06:09 | 2018-05-18T02:06:09 | 102,267,235 | 0 | 1 | null | 2018-03-25T19:11:08 | 2017-09-03T13:40:29 | C++ | UTF-8 | C++ | false | true | 2,397 | h | // Generated by Haxe 3.4.0 (git build development @ d2a02e8)
#ifndef INCLUDED_haxe_format_JsonPrinter
#define INCLUDED_haxe_format_JsonPrinter
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS0(StringBuf)
HX_DECLARE_CLASS2(haxe,format,JsonPrinter)
namespace haxe{
namespace format{
class HXCPP_CLASS_ATTRIB... | [
"akalanitski@playtika.com"
] | akalanitski@playtika.com |
b33c37c6c3b1e714219c37a1467d2fc245e9c07a | 3c359ad6084fc9717b0f1d414d9ebc7503253b31 | /daedalus/DaedalusGameState.h | beb8a476f50224e9e4e14c0e6ce43136d519358b | [
"MIT"
] | permissive | Hedede/ZenLib | f9115f9e1184b0aa2503eeda2553c8487c298273 | 63dcdac0ea5793c3e5b3f8e99c987963070959d4 | refs/heads/master | 2020-06-11T06:53:49.130960 | 2016-12-08T23:33:57 | 2016-12-08T23:33:57 | 75,741,593 | 0 | 0 | null | 2016-12-06T14:57:32 | 2016-12-06T14:57:31 | null | UTF-8 | C++ | false | false | 7,862 | h | #pragma once
#include "DaedalusStdlib.h"
#include "DATFile.h"
#include <utils/staticReferencedAllocator.h>
#include <vector>
#include <list>
const int MAX_NUM_NPCS = 1 << 16;
const int MAX_NUM_ITEMS = 1 << 16;
namespace Daedalus
{
class DaedalusVM;
namespace GameState
{
typedef ZMemory::StaticRef... | [
"a.taulien@live.de"
] | a.taulien@live.de |
accb832c38173dc8050f46357ecb1d3d56ae1d5f | d5819163e2c72bd2022b8557987140bed8fc615f | /Project1/Project1/MinerView.cpp | cd6570537bd2bc6273ee7bf6d1830e9bc697ec08 | [] | no_license | MiliMoutin/BitcoinsFaseI | 0df89081e155c20891e5d39cd105923fe7591d72 | f1f8c0e36b75ae1f7b8f8e98c95eab8c20415e80 | refs/heads/master | 2020-05-27T09:12:00.049805 | 2019-06-26T20:31:24 | 2019-06-26T20:31:24 | 188,560,780 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 398 | cpp | #include "MinerView.h"
MinerView::MinerView(Allegro& alle)
{
sound = alle.cash_sound;
}
void
MinerView::update(void* model)
{
Miner* miner = (Miner*)model;
ChaChig(miner);
return;
}
void
MinerView::ChaChig(Miner* min)
{
//Quizas ni tiene que recibir un Miner, depende como sea la funcion de minar
al_play_sample... | [
"dbosch@itba.edu.ar"
] | dbosch@itba.edu.ar |
0247e70d699687a15e9f72fa67b5193c322e098c | c3f715589f5d83e3ba92baaa309414eb253ca962 | /C++/round-4/401-500/461-480/477.h | 20cfec0116d567c2246c0cfbf799b542f4e74e2c | [] | no_license | kophy/Leetcode | 4b22272de78c213c4ad42c488df6cffa3b8ba785 | 7763dc71fd2f34b28d5e006a1824ca7157cec224 | refs/heads/master | 2021-06-11T05:06:41.144210 | 2021-03-09T08:25:15 | 2021-03-09T08:25:15 | 62,117,739 | 13 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 587 | h | class Solution {
public:
int totalHammingDistance(vector<int> &nums) {
// handle special cases
if (nums.size() <= 1)
return 0;
// count 1 at each position
vector<int> count(32, 0);
for (int num : nums) {
for (int i = 0; i < 32; ++i)
if ... | [
"wenjietao179@gmail.com"
] | wenjietao179@gmail.com |
35b9fd4598289a9182f843b0e31105514073e377 | fb227e3635b5c06e49bad48928f7b6d3254c4dca | /codeforces/503div2/a.cpp | e4307ac78a1e7faca43f9c6c230108e5591a247b | [] | no_license | BryanValeriano/marathon | 5be2ab354e49187c865f0296f7dfb5ab3c3d6c9b | 8dadfad7d1a6822f61ba5ed4a06e998541515634 | refs/heads/master | 2022-09-11T00:06:14.982588 | 2022-09-03T17:01:30 | 2022-09-03T17:01:30 | 141,581,750 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 904 | cpp | #include <bits/stdc++.h>
using namespace std;
#define pb push_back
#define mk make_pair
#define fi first
#define se second
#define eb emplace_back
typedef long long ll;
typedef pair<int,int> ii;
typedef vector< pair<int,int> > vii;
const int INF = 0x3f3f3f3f;
int main() {
ios::sync_with_stdio(false);
int n,h... | [
"bryan_311@hotmail.com"
] | bryan_311@hotmail.com |
5c02b8499bd79ba022b17fba77f3cfcc69a2e593 | 0016ca9ee9b5f14822809f23d7c077f156164f7d | /sketch/datastore/staticdatastore.h | f8635c8fd715442650a156938aebbf3d5baa6d51 | [
"BSL-1.0"
] | permissive | gchoinka/gpm | b7c979546d7bbc32543c9232d461827d9cadf769 | ca10d884fc6623297d71e67047e497b43991045f | refs/heads/master | 2021-06-16T09:20:20.950447 | 2019-04-24T10:07:54 | 2019-04-24T10:07:54 | 147,086,775 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,618 | h | /*
* Copyright: 2018 Gerard Choinka (gerard.choinka@gmail.com)
*
* 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)
*/
#pragma once
#include <boost/any.hpp>
#include <boost/mpl/string.hpp>
#include <boost/option... | [
"gerard.choinka@gmail.com"
] | gerard.choinka@gmail.com |
a21c19c70203665135d21cbed86fb9ac3847ea18 | 9d7fc1660d1e5d60d4a286da60313b372f48ed3b | /Communication/TcpServer.cpp | 2b5bdd48c469b0d69c6f806725678925437c842b | [] | no_license | zlmone/dev_hub | ba78a4074cab367422fcb9649a9f65f86cb63dc1 | 6b03bfc14bfc2437c8161ef7be1a2747d4cd5be0 | refs/heads/master | 2023-07-07T20:21:47.635045 | 2019-06-21T02:07:41 | 2019-06-21T02:07:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 843 | cpp | #include <string>
#include <string.h>
#include <list>
#include <iostream>
#include <algorithm>
#include "connbase.h"
#include "eventlooper.h"
#include "TcpServer.h"
using namespace std;
using namespace lux;
TcpServer::TcpServer(const string &addr, short port)
// : m_acceptor(new Acceptor(addr, port, t... | [
"zukeqiang@foxmail.com"
] | zukeqiang@foxmail.com |
33200bcd6e2922ab119592816cbbea887f905762 | 4ed0e03a070b86faa1b031ff88ad488f032dd91e | /filesystem/tests/file_unittest.cc | b78408c62a5a722f065c577e5158cf37584f9771 | [
"BSD-3-Clause"
] | permissive | canluhuang/tonic | a83df0666225e66b01501e454b6db8d65a32c821 | 7bdb116b60aebc4200823147d6986037faab43f0 | refs/heads/main | 2023-03-16T16:53:04.455969 | 2021-03-03T13:03:46 | 2021-03-03T13:03:46 | 344,128,393 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,402 | cc | // Copyright 2016 The Fuchsia 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 "filesystem/file.h"
#include <fcntl.h>
#include "filesystem/path.h"
#include "filesystem/scoped_temp_dir.h"
#include "gtest/gtest.h"
namespace ... | [
"lukehuang@tencent.com"
] | lukehuang@tencent.com |
ecef070e75d493f951e1606dada8a5736a2937c6 | 6b6e19cb8b0ae8ec47cdadd2d7ba53c52e06d769 | /MATH4060/Final Project/Combatant.cpp | 6ec4a18b18781321d213eea8c7b1829ca8077e22 | [
"MIT"
] | permissive | Bananattack/uoguelph | b0b5a69a7b1ec267017685a9c13a5fdabcc889e3 | a5c46718ac15a5738eb58a0d75147f928df1dde2 | refs/heads/master | 2021-01-01T19:00:43.738084 | 2012-08-09T07:47:01 | 2012-08-09T07:47:01 | 5,338,004 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 18,893 | cpp | #include "Combatant.h"
Combatant::Combatant()
{
int i;
setHP(COMBATANT_MAX_HP);
setMaxHP(COMBATANT_MAX_HP);
for(i = 0; i < COMBATANT_EQUIPMENT_SLOT_COUNT; i++)
{
setEquipment(i, Mersenne::RandomInt() % EQUIPMENT_TOTAL + 1);
}
actionIndex = 0;
for(i = 0; i < COMBATANT_ACTION_SLOT_COUNT; i++)
{
setAction... | [
"overkill9999@gmail.com"
] | overkill9999@gmail.com |
78e997fccaa102f2a3477ab221cbb87e734003d9 | d99f6122d4db0041289d870c9f3b5faaa53149c1 | /Bezier Curves/test.cpp | 942b907d0d954feafa7d5f4ecc65a081bc7ba8f8 | [] | no_license | aman-singh09/Computer-Graphics-Lab | 85b756b8fccad0d4ae1fc0e020749a61812ea264 | 7e88a07d9dc30f6a32e39c6597a4c4d013da8efb | refs/heads/master | 2023-06-30T00:57:50.179122 | 2021-08-06T07:09:44 | 2021-08-06T07:09:44 | 393,282,006 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,781 | cpp | #define GL_SILENCE_DEPRECATION
#include <iostream>
#include <GLUT/glut.h>
#include <stdio.h>
#include <math.h>
float theta = 0;
float rad = 3.14 / 180;
int id = 0, flag = 1;
int fact(int num)
{
int sum = 1;
for (int i = num; i >= 1; i--)
sum *= i;
return sum;
}
void combination(int n, int c[4])
{
... | [
"amankumar09jul@gmail.com"
] | amankumar09jul@gmail.com |
1f67b3c773aef0792fb976ba190de9826ce6eb96 | 719a418f63d858fa57051e7478b0be54c5914ff0 | /Image_Processing/Image_Processing/CWorksheet.h | 49063c081259b4944ae5242fbeeac0704dee1222 | [] | no_license | ZxXiaer/ImageProcessing | 7072300807ebe731e78ce91ef91dce724bc6bfa5 | 35e9a8f3b151ea7ba761dda8af7c91eaeec08371 | refs/heads/master | 2021-02-15T11:07:25.140776 | 2020-03-13T12:19:07 | 2020-03-13T12:19:07 | 244,885,268 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 31,099 | h | // 从类型库向导中用“添加类”创建的计算机生成的 IDispatch 包装器类
//#import "C:\\Program Files\\Microsoft Office\\root\\Office16\\EXCEL.EXE" no_namespace
// CWorksheet 包装器类
#include <afxdisp.h>
namespace _excel
{
class CWorksheet : public COleDispatchDriver
{
public:
CWorksheet() {} // 调用 COleDispatchDriver 默认构造函数
CWorksheet(LPDISPATCH... | [
"1063337995@qq.com"
] | 1063337995@qq.com |
1048354c00722f88cd8bbbabf21e588e20f55c34 | 74bd1523418f3ce6f45c1ee3bc5aea48d75c2b34 | /GIP_12/INF-12.01-Klassen, Unit Tests/INF-12.01-Klassen, Unit Tests/MyRectangle.h | 71314d3ae99dd79053dc0bb92754ce3c1a9ab43b | [] | no_license | JayTheferret/GIP_Praktikums-Aufgaben | 57862afd6f22d013a6e17968130cd4e4b5dd513f | 2ef3904e0295754ab325751f6efdbfa3a95a1c8b | refs/heads/master | 2020-09-30T17:57:57.965123 | 2020-01-21T21:18:07 | 2020-01-21T21:18:07 | 227,342,363 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,074 | h | #pragma once
#include "CImgGIP05.h"
class MyRectangle {
private: //"geschützt"
int x1 = 0;
int y1 = 0;
int x2 = 20;
int y2 = 20;
public:
//Konstruktor (Instanz/Objekt(
MyRectangle(int, int, int, int);
//ohne Angaben von Parametern (übernimmt standart werte -> private)
//MyRectangle(){}
//getter und S... | [
"57915168+JayTheferret@users.noreply.github.com"
] | 57915168+JayTheferret@users.noreply.github.com |
52d130327703465c2dfcd585dfb8ed6126a547e2 | 1ac57f664ce46713bc5d7e09e69c6d291675ea11 | /Engine/include/Core/AudioMaster.h | 08d43d8cf14ee884f2b531b1fe7d0f96f5d0632b | [] | no_license | tieran02/ProjectExcavator | 3dd65eb8a98d47acd2b88007d0a0dd2544844e5b | 239307597f3942b4ea71258df113b5f9afa46d78 | refs/heads/master | 2021-01-16T19:59:12.686205 | 2017-08-30T18:11:04 | 2017-08-30T18:11:04 | 100,190,939 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 501 | h | #pragma once
#include "fmod.hpp"
class AudioMaster
{
public:
const float DISTANCEFACTOR = 1.0f; // Units per meter. I.e feet would = 3.28. centimeters would = 100.
AudioMaster() = default;
~AudioMaster() { Destroy(); }
void Create();
void Destroy();
FMOD::System* System() const { return system; }
... | [
"tieran.wightman@gmail.com"
] | tieran.wightman@gmail.com |
9ba47ac47dd0b2cc49896f265f0757088ab0c3b6 | 46adde333f585a94682b5c8607f75b68f1afdd03 | /Example-Qt/Example/build-MyWidget-Desktop-qt4-Debug/ui_mykeyboard.h | 908bc40452cf049ea348e302fba40aa7a1107e05 | [] | no_license | ShangTouFan/A-Simple-Qt-Program | 524270220f3096f0c2d321c9f13ddc3b6b193405 | 4e36cb2aa9b8e46a44f21dce58ae9b261fc57060 | refs/heads/master | 2020-03-22T01:52:06.363012 | 2018-07-03T11:30:47 | 2018-07-03T11:30:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,258 | h | /********************************************************************************
** Form generated from reading UI file 'mykeyboard.ui'
**
** Created by: Qt User Interface Compiler version 4.8.7
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
****************************************... | [
"503291258@qq.com"
] | 503291258@qq.com |
4afccce9d47371397b0f04f346572a2afa8475f3 | 5bedab41982c6fcc25bb89f7f9cf5361a139076a | /array.cpp | ffcd976c76a5f6cb7a3d816a1c952b324c36462d | [] | no_license | pandemuliada/learn-cpp | 96086a44fb9a6a298d139ce8d8352c708bee88ac | 02fa9dfa3de0ef36f730e6e923b9d4905ac23b1d | refs/heads/master | 2023-02-17T22:48:54.701115 | 2021-01-11T01:08:30 | 2021-01-11T01:08:30 | 328,311,318 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,792 | cpp | #include <iostream>
#include <string>
using namespace std;
int main() {
int array[10];
int index;
int reversed_array[10];
int reversed_array_index;
int sum = 0; // Set default value
float average;
int max;
int min;
string reversed_array_string;
cout << "Latihan 5 - I Made Pande Muliada_20010100... | [
"pandemuliada@gmail.com"
] | pandemuliada@gmail.com |
0121471d13c65d5724f85ebd0b574e8aa593e986 | 89ec8113aaba079fd0cf2f271ec0808e222a426a | /test/test_main.hpp | c5d6b94041e75caf4b850ec4c172d33af49a43bd | [
"BSL-1.0"
] | permissive | kikairoya/ntfmt | 55e59109ae44ffaf62250c29303634610aaaccf5 | 17899285d87bddaf90ea64a7203f32e3881ba3b6 | refs/heads/master | 2021-01-20T05:58:00.061783 | 2014-10-02T13:11:12 | 2014-10-02T13:11:12 | 989,435 | 8 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 526 | hpp | #define BOOST_TEST_NO_LIB
#ifdef BOOST_TEST_NO_LIB
#include <boost/test/included/unit_test.hpp>
#else
#include <boost/test/unit_test.hpp>
#endif
#if defined(_WIN32) && !defined(__CYGWIN__)
#define fmtLL "I64"
#else
#define fmtLL "ll"
#endif
#define TEST_FORMAT(val, fmtstr) \
do { \
std::string s; \
... | [
"kikairoya@gmail.com"
] | kikairoya@gmail.com |
e234e19be22ee9f32dca4267eb9776f368109d3b | ab735c74e1581d2e2dd6b0c6c317119740dd6be0 | /src/util/http/asio/client.h | 7986b981ac853de5aa716737b88832b8e2e46522 | [] | no_license | kostyagin/coro | 63c6ef09cff4407b872f647dc7743643e65e02b3 | 770e4d0f325bc07ad9f5b3172355a00bebc9d61c | refs/heads/master | 2021-01-22T07:18:14.990781 | 2013-10-11T09:26:54 | 2013-10-11T09:26:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 947 | h | #pragma once
#include "./detail/connector.h"
#include "src/util/http/client.h"
#include "src/util/http/headers.h"
#include <boost/asio.hpp>
namespace http {
namespace asio {
class ResolveCache;
namespace detail {
struct MethodInfo;
}
class Client final: public http::Client {
public:
Client(ResolveCache& resolv... | [
"kostyagin@mail.ru"
] | kostyagin@mail.ru |
e9f0397f46f17edf55563d8a41dd58a6c4e55c73 | b69d4964e7b5d3452357ba65b26ee89a2735e859 | /src/server/scripts/Outland/zone_shattrath_city.cpp | 5382c4d5eec3c2afe689bf18a48d409c221b5524 | [] | no_license | grsgs/Adcore4 | 26bfde88edac2b676b892bbe8748751bf5a083f6 | 06fc23da7ebc20de8fb7d37bf8ab6efe64349943 | refs/heads/master | 2020-04-26T16:06:30.621714 | 2013-07-26T20:58:12 | 2013-07-26T20:58:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,565 | cpp | /*
*
* Copyright (C) 2011-2013 DepthsCore <http://www.mist-of-depths.com/>
*
* Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/>
*
* Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
*
* This program is free software; you can redistribute it and/or modify it
* under t... | [
"jorjescu@ymai.com"
] | jorjescu@ymai.com |
939ff16ff42a5b56e964bbaaac9782c712ee7bea | 835d70ab85f87f2d8726122ead36fbc87160d4e6 | /3DPlatform/3dViewer/predicates.cpp | b88d162dde2f33e806a108ad7993e05eea1f3694 | [] | no_license | cczbf/Porting-to-VC-2010 | b26e1d994ec0b0172f91c29a7b497e56c383961a | c314807f87fb29d69c0e17e690ff5ca3eeb7b372 | refs/heads/master | 2021-01-10T13:31:00.776740 | 2015-12-20T06:42:39 | 2015-12-20T06:42:39 | 47,168,852 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 192,844 | cpp | /*****************************************************************************/
/* */
/* Routines for Arbitrary Precision Floating-point Arithmetic */
/* and Fast Robust Geometric Predicates */
... | [
"547103995@qq.com"
] | 547103995@qq.com |
a7148bae68cbbfd345ebf86470e48bc3c2014a77 | 9b277d976635e65a5d14f3fa90b91cca895604a5 | /src/qt/transactiondesc.cpp | afc5a3136a256b63ff7b672325303c70fe972d21 | [
"MIT"
] | permissive | up30615/MineralChain | 946958fa2c40a54e98ba3d9d7652601b83f95e08 | 174d91b5d951de4746f442722ed37217d0e000af | refs/heads/master | 2021-04-12T05:15:31.947872 | 2018-03-19T16:16:06 | 2018-03-19T16:16:06 | 125,885,926 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,461 | cpp | #include "transactiondesc.h"
#include "guiutil.h"
#include "bitcoinunits.h"
#include "main.h"
#include "wallet.h"
#include "db.h"
#include "ui_interface.h"
#include "base58.h"
QString TransactionDesc::FormatTxStatus(const CWalletTx& wtx)
{
if (!wtx.IsFinal())
{
if (wtx.nLockTime < LOCKTIME_THRESHOLD)... | [
"ydjt948@126.com"
] | ydjt948@126.com |
756064dc87f3aa42ff9fe9188e471ccf9f3b32ba | 0a988470fcc3487551c54edd4e1a1cc4d824f2ca | /viennacl/linalg/row_scaling.hpp | bee381150178b4d08437e4ad056a07cfeaa37ce8 | [
"MIT"
] | permissive | albertz/viennacl-dev | a9dcc5195dfddaad56f23d8d918b549f53ef70c5 | 078c83d90787c2886136772c5a5b4db9dd3e8a80 | refs/heads/master | 2020-12-25T22:28:51.901147 | 2013-12-13T13:20:27 | 2013-12-13T13:20:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,364 | hpp | #ifndef VIENNACL_LINALG_ROW_SCALING_HPP_
#define VIENNACL_LINALG_ROW_SCALING_HPP_
/* =========================================================================
Copyright (c) 2010-2013, Institute for Microelectronics,
Institute for Analysis and Scientific Computing,
... | [
"rupp@iue.tuwien.ac.at"
] | rupp@iue.tuwien.ac.at |
7e3da695dae324a57f09e102a39fb82d34c4cb28 | c8c63195db3d229f9e2c74817ea4023605c3bfce | /src/sock_epoll/socketIO.cpp | a34956288c695284744722e1d5f94db59226ac39 | [] | no_license | jiangp/Error_search_Engine | 32d346fca67a1b835e326831d751d91d9bc0b69b | 36ba33b6d4719e2d2ea26f7133cddb5bedc165f8 | refs/heads/master | 2016-09-06T15:02:59.578887 | 2015-07-21T13:48:42 | 2015-07-21T13:48:42 | 33,914,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,859 | cpp | /*************************************************************************
> File Name: socketIO.cpp
> Author: Arwen
> Mail:745529725@qq.com
> Created Time: Sat 28 Mar 2015 07:33:52 PM CST
************************************************************************/
#include"socketIO.h"
ssize_t SocketIO::readn(char... | [
"74552925@qq.com"
] | 74552925@qq.com |
343c55975a7b00f65f8b8bf81780f68112b48033 | df8049bcc3b5cfcda2b4c020e17df0d69b414ae0 | /cocos2dx/misc_nodes/CCProgressTimer.h | ffc00d25fa248744da756948ac02e3bca8d5346a | [] | no_license | yanghuicpp/CrossApp | a7b4b7e4d29a0a4dca9ba9101cb7ce64af985e22 | 9ab6c98740025fc9c09655d409c1b254a0d6f681 | refs/heads/master | 2021-01-21T01:12:06.353606 | 2014-06-10T09:41:55 | 2014-06-10T09:41:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,068 | h | /****************************************************************************
Copyright (c) 2010-2012 cocos2d-x.org
Copyright (c) 2010 Lam Pham
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"... | [
"278688386@qq.com"
] | 278688386@qq.com |
cfab3671cf7bc147189b882fef8d294f221fe910 | e631aa723e365beef7cf34dbffb517ae3e0ecfcf | /UOJ_6/main.cpp | 1f4cd2a89edc985fe492b34dc2df443dd04f6213 | [] | no_license | Ashitemaru/OOPHomework | aaa96a1cc1e3178be1d1a8c15880a80d32207e0b | c56ca65723bc044fad0273b2902cc3120dfc2927 | refs/heads/master | 2022-12-05T15:34:10.088536 | 2020-08-23T08:35:31 | 2020-08-23T08:35:31 | 282,856,163 | 10 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 2,335 | cpp | #include <iostream>
#include <string>
#include <cstring>
std::string upper_kanji[10]={"零","壹","贰","叁","肆","伍","陆","柒","捌","玖"};
std::string lower_kanji[10]={"零","一","二","三","四","五","六","七","八","九"};
std::string upper_eng[10]={"ZERO","ONE","TWO","THREE","FOUR","FIVE","SIX","SEVEN","EIGHT","NINE"};
std::string lower_eng... | [
"qhd19@mails.tsinghua.edu.cn"
] | qhd19@mails.tsinghua.edu.cn |
1e1a236b9ea40722117fec46cd76200782299d07 | 92e67b30497ffd29d3400e88aa553bbd12518fe9 | /assignment2/part6/Re=110/34.9/p | 8f6425576e5ac6bed51ecc2c13fc0d4cea15da77 | [] | no_license | henryrossiter/OpenFOAM | 8b89de8feb4d4c7f9ad4894b2ef550508792ce5c | c54b80dbf0548b34760b4fdc0dc4fb2facfdf657 | refs/heads/master | 2022-11-18T10:05:15.963117 | 2020-06-28T15:24:54 | 2020-06-28T15:24:54 | 241,991,470 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,577 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"henry.rossiter@utexas.edu"
] | henry.rossiter@utexas.edu | |
67e8b2cb2a9d60217d05c1f0b7cb1fadf53aef12 | 4352b5c9e6719d762e6a80e7a7799630d819bca3 | /tutorials/oldd/eulerVortex.twitch/eulerVortex.cyclic.twitch.moving/2.11/rho | 656b2628927376b741188d6f5339575d775288e1 | [] | no_license | dashqua/epicProject | d6214b57c545110d08ad053e68bc095f1d4dc725 | 54afca50a61c20c541ef43e3d96408ef72f0bcbc | refs/heads/master | 2022-02-28T17:20:20.291864 | 2019-10-28T13:33:16 | 2019-10-28T13:33:16 | 184,294,390 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 71,228 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"tdg@debian"
] | tdg@debian | |
a6648fd80a9311367fb5498c32b93b07d07f2b90 | 12201d8eadb08d60bd2ad6421f34b1f745ec5622 | /planner/VAL/include/WriteController.h | 9d17b2c5fe4645d39cc4d5d5cf2b5cd1c0cef43c | [
"LGPL-3.0-only",
"MIT"
] | permissive | karthikv792/PlanningAssistance | 63b323edb7db943c33aaa6d08f9c9aeffed1a361 | 5693c844e9067591ea1414ee9586bcd2dfff6f51 | refs/heads/current-dev | 2020-09-01T22:48:21.289927 | 2019-09-23T22:21:16 | 2019-09-23T22:21:16 | 219,077,956 | 0 | 0 | MIT | 2019-11-08T00:27:42 | 2019-11-01T23:35:01 | null | UTF-8 | C++ | false | false | 5,410 | h | /************************************************************************
* Copyright 2008, Strathclyde Planning Group,
* Department of Computer and Information Sciences,
* University of Strathclyde, Glasgow, UK
* http://planning.cis.strath.ac.uk/
*
* Maria Fox, Richard Howey and Derek Long - VAL
* Stephen Cress... | [
"ssengu15@asu.edu"
] | ssengu15@asu.edu |
87d21d5faf6d2b1311aef031bf125bef551dfb81 | 70f0ec8c5bb39b87b5defe959884b25043e612fb | /main.cpp | bfb1c0c09718591b3692e646e21c72681770229e | [] | no_license | OscarProgra3/Examenlab1_OscarVargas | 8f2979488df759585a9015f3e118015bf7268e5e | 9972729117d090cf2b6862ada07819758a7f4009 | refs/heads/master | 2021-01-19T12:39:57.129279 | 2017-02-18T01:57:46 | 2017-02-18T01:57:46 | 82,331,106 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 520 | cpp | #include <iostream>
#include <vector>
#include <string>
#include "targaryan.h"
#include "stark.h"
#include "lannister.h"
using namespace std;
int main(int argc, char const *argv[])
{
int resp=0;
while (resp!=4)
{
cout<< "\n Bienvenido \n 1.-Ingresar \n 2.-Listar\n 3.-Eliminar\n 4.-Sal... | [
"Daniel.embu96nitec.edu"
] | Daniel.embu96nitec.edu |
0a74df5eac9a3abbf578aa010b1effc1a3c72567 | 4ba0b403637e7aa3e18c9bafae32034e3c394fe4 | /network/select/libnet/address.cc | 24f8432a7aa026f22b7422e008400634cf4fea54 | [] | no_license | ASMlover/study | 3767868ddae63ac996e91b73700d40595dd1450f | 1331c8861fcefbef2813a2bdd1ee09c1f1ee46d6 | refs/heads/master | 2023-09-06T06:45:45.596981 | 2023-09-01T08:19:49 | 2023-09-01T08:19:49 | 7,519,677 | 23 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 2,004 | cc | //! Copyright (c) 2013 ASMlover. 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 ofcondit... | [
"asmlover@126.com"
] | asmlover@126.com |
5563ac17e7366f253ccb4266d934f1fd40f83c0c | e9f3aed4d520b7a2634ae6bd9467a5504dbbdfa2 | /server/Mgt_Neighbor.cpp | 2b7d32322105a3327ac4b29e045f3b7a72f5bd9a | [] | no_license | tfoerch/LMP | 4b7e50f72796e96f8c40691c3cfab1c5c64f2ca9 | b82e2665778e6d984f166ba2242add0f78cf4857 | refs/heads/master | 2021-01-01T03:48:57.646358 | 2018-12-18T22:01:17 | 2018-12-18T22:01:17 | 58,702,868 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,047 | cpp | #include <Mgt_Neighbor.hpp>
#include "lmp_mgtif_node.hpp" // for Node_ptr, _objref_Node
#include "neighbor/NeighborApplicationIF.hpp"
#include <iostream>
namespace lmp_neighbor
{
Neighbor_i::Neighbor_i(
PortableServer::POA_ptr poa,
lmp_node::NodeApplProxy& node,
lmp::neighbor::NeighborApplicati... | [
"thomas@tfoerch.de"
] | thomas@tfoerch.de |
c13b36a3735a1176233075dfeeece750818f45c4 | a9991b22132651b699a76d141c16fccb14a4e82a | /explosion.hh | 7f5bfe05ac0a760d0ed677e9c99243cb92249abb | [] | no_license | vegard/spaceinv | 5aa15524122c309e161b391efe6ec534c5fdf3c0 | 5fe7cf85b8c0a273f2870e58963a96330baa15a4 | refs/heads/master | 2020-12-25T19:15:27.360041 | 2009-12-26T15:33:00 | 2009-12-26T15:33:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,327 | hh | #ifndef EXPLOSION_HH
#define EXPLOSION_HH
class explosion: public object {
public:
explosion(cpVect p, cpVect v);
virtual ~explosion();
public:
cpVect position();
cpVect velocity();
void draw();
void add_to_space(cpSpace *s);
void remove_from_space(cpSpace *s);
public:
unsigned int _switch_frame;
unsigned ... | [
"vegard.nossum@gmail.com"
] | vegard.nossum@gmail.com |
cf2e779f67ef6ebef1f546824d3fc1dccfd78e05 | f0a26ec6b779e86a62deaf3f405b7a83868bc743 | /Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstanceConstant.h | bf39723c773e32eeffa8f4b7db8f576db5ef7d9c | [] | 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 | 2,138 | h | // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "MaterialInstanceConstant.generated.h"
/**
* Material Instances may be used to change the appearance of a material without incurring an expensive recompilation of the material.
* General modification of the material cannot be support... | [
"michaellam430@gmail.com"
] | michaellam430@gmail.com |
407d79f3ae709449936e74a62b288e3c6c562a53 | ee302b706de0023c2eb732f69ef2cac229037b45 | /src/player.cpp | 34a0aaaa74bf9810040b33c90a99400e88579f50 | [
"MIT"
] | permissive | krig/simplex | 079caf8a6ccff3f06541f216c4fa6e14bde870ae | 4c763cf0738671ff325937e1098622a983c49b24 | refs/heads/master | 2020-05-05T08:39:20.330240 | 2016-02-20T20:46:26 | 2016-02-20T20:46:26 | 16,657,392 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,856 | cpp | #include "common.hpp"
#include "render.hpp"
#include "player.hpp"
namespace {
mat4 fps_view(vec3 eye, float pitch, float yaw) {
float cosPitch = cosf(pitch);
float sinPitch = sinf(pitch);
float cosYaw = cosf(yaw);
float sinYaw = sinf(yaw);
vec3 xaxis(cosYaw, 0, -sinYaw);
... | [
"krig@koru.se"
] | krig@koru.se |
36f828b8a6a0d3bea5055c073c2f61c314c62f3a | aca4f00c884e1d0e6b2978512e4e08e52eebd6e9 | /2012/VKCup/QualificationRound1/proD.cpp | 548d25bc793794d2948fd837e3b72cba2fa86dd1 | [] | no_license | jki14/competitive-programming | 2d28f1ac8c7de62e5e82105ae1eac2b62434e2a4 | ba80bee7827521520eb16a2d151fc0c3ca1f7454 | refs/heads/master | 2023-08-07T19:07:22.894480 | 2023-07-30T12:18:36 | 2023-07-30T12:18:36 | 166,743,930 | 2 | 0 | null | 2021-09-04T09:25:40 | 2019-01-21T03:40:47 | C++ | UTF-8 | C++ | false | false | 691 | cpp | #include<iostream>
#include<sstream>
#include<cstdio>
#include<cstdlib>
#include<cstring>
#include<cmath>
#include<ctime>
#include<climits>
#include<algorithm>
#include<vector>
#include<string>
#include<queue>
#include<deque>
#include<set>
#include<map>
using namespace std;
#define N 51000
int a[N],ans,path,n;
int m... | [
"jki14wz@gmail.com"
] | jki14wz@gmail.com |
9e56be363c829bb30273df3b4490a42c1164a8ae | 66ce70394faa1846b86ae8efe7ff2f848832029e | /test/include/ctx_fixture.h | 99b043604bad5bce4380fa1af1c586f2fe18a45d | [
"Apache-2.0"
] | permissive | readams/throng | 3958192cd0d19ab74483a685ced4b2c6ed8588d9 | b87742707eb13dc6103cf7dda3b1a91f1bd96034 | refs/heads/master | 2021-03-12T22:29:54.719425 | 2015-07-29T19:00:05 | 2015-07-29T19:00:05 | 37,493,664 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,854 | h | /* -*- C++ -*-; c-basic-offset: 4; indent-tabs-mode: nil */
/*!
* @file ctx_fixture.h
* @brief Interface definition file for ctx_fixture
*/
/* Copyright (c) 2015 Cisco Systems, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you
* may not use this file except in compliance with the Licens... | [
"readams@readams.net"
] | readams@readams.net |
e6040c675fdaadd50a15e7051eef9f67f66b2e44 | 0b8d43db8f85a7648775c247137aec0ca81c1155 | /src/spork.cpp | bb983fc5c4895d7508c8b74d0df7fb652875f3d1 | [
"MIT"
] | permissive | stance-project/bitcoingreen | 3214ad5568ddac380e58c867ffb4616e57cced7e | 3b43527ba624f300bb51dfa84f84a1e4e6db57ed | refs/heads/master | 2020-05-09T14:26:34.240444 | 2019-04-15T21:13:41 | 2019-04-15T21:13:41 | 181,194,249 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,060 | cpp | // Copyright (c) 2014-2016 The Dash developers
// Copyright (c) 2016-2017 The PIVX developers
// Copyright (c) 2017-2018 The Bitcoin Green developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "spork.h"
#includ... | [
"moabproject@protonmail.com"
] | moabproject@protonmail.com |
b4075a672c66b3a4ed94ceaf700cfc87b02ee098 | ac57ee79bcbb73ad15adfc302c515fed2775c6ee | /hw1/samples/3_Imaging/HSOpticalFlow/flowGold.cpp | 83a5ca7ba635cab05929f29b5e48898b84919961 | [] | no_license | ybettan/Accelerators | ab908f12c3baadeed098822c49020a7fd14b828a | 633cbc7485fb27a9950bbd88dba64b94116ae53b | refs/heads/master | 2020-05-03T10:24:18.950345 | 2019-06-30T14:47:11 | 2019-06-30T14:47:11 | 178,578,426 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,554 | cpp | /*
* Copyright 1993-2015 NVIDIA Corporation. All rights reserved.
*
* NVIDIA Corporation and its licensors retain all intellectual property and
* proprietary rights in and to this software and related documentation.
* Any use, reproduction, disclosure, or distribution of this software
* and related documentation... | [
"ybettan@redhat.com"
] | ybettan@redhat.com |
e8afef8fda90cefccd1a99bed1f198cf404ac0df | 1b97d9c1c9c8c6e7bbaacc781ddb87d82ce7d676 | /libs/device/src/DeviceFactory.cpp | 6eda27b69839569430411034ad27334d1f3aa004 | [
"Apache-2.0"
] | permissive | romz-pl/romz-btree | 1bbe2b30def4d1331d0a2138d7a30f4aaea76e9b | 8f0634fa68c9c3245e53c81d100c1cf7a0bcac41 | refs/heads/master | 2020-05-05T08:27:11.837174 | 2019-04-11T16:24:08 | 2019-04-11T16:24:08 | 179,864,857 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 356 | cpp | #include <romz/device/DeviceFactory.h>
#include <romz/device/InMemoryDevice.h>
#include <romz/device/DiskDevice.h>
namespace romz {
// creates a new Device instance depending on the flags
Device *DeviceFactory::create(const EnvConfig &config)
{
if (config.in_memory)
return new InMemoryDevice(config);
else
... | [
"romz@wp.pl"
] | romz@wp.pl |
c30a85421b3b46e9c1b574a5b720c86784245f81 | 1a3ba7b44c67c3313b8be684b4dd8b59047755eb | /EngineRuntime/PlatformDependent/NativeStation.cpp | 93f486f271157cdc4b05c5b429072043fadf8a2a | [] | no_license | lineCode/VirtualUI | 85522c5845f8971a6e601089feefa0e8a44bf51a | dc33712038a906c22c0e3711a03feaee24318484 | refs/heads/master | 2020-03-24T15:58:28.077505 | 2018-07-29T22:51:35 | 2018-07-29T22:51:35 | 142,808,529 | 0 | 1 | null | 2018-07-30T01:13:20 | 2018-07-30T01:13:19 | null | UTF-8 | C++ | false | false | 17,735 | cpp | #include "NativeStation.h"
#include "Direct2D.h"
#include "Direct3D.h"
#include "WindowStation.h"
#include "../UserInterface/OverlappedWindows.h"
#include "../Miscellaneous/DynamicString.h"
#include "../ImageCodec/IconCodec.h"
#include "../Storage/ImageVolume.h"
#include <Windows.h>
#undef ZeroMemory
using namespac... | [
"36736607+ManweMSU@users.noreply.github.com"
] | 36736607+ManweMSU@users.noreply.github.com |
86ec2cda2880af54b5368fba769592adaa0df279 | 7d38055e882b50e6418895f3f065eccd1d3974d4 | /C++ Primer Plus Exercises/Chapter 09/901/golf901.cpp | f471e082e9314d08b815055abc5132b0176981ba | [] | no_license | anthonyalfimov/Cpp-Primer-Plus-Exercises | 1e3ccf536be6fd75ad6b4df30a82b84deeba641b | 3bfa0e0c6c10fc526330df21dec2027b71c131c9 | refs/heads/master | 2021-06-10T17:22:24.369469 | 2021-04-08T18:44:21 | 2021-04-08T18:44:21 | 155,588,264 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,077 | cpp | //
// golf.cpp
// C++ Primer Plus Exercises
//
// Created by Anthony on 16/11/2018.
// Copyright © 2018 Anthony. All rights reserved.
//
#include "golf901.hpp"
#include <cstring>
#include <iostream>
namespace e901
{
void clearInputBuffer() // clear trailing input and '\n' from buffer
{
... | [
"Anthony.Alfimov@gmail.com"
] | Anthony.Alfimov@gmail.com |
c4f88cc84c689a37d625d46ee75d194e98b34e6e | ac227cc22d5f5364e5d029a2cef83816a6954590 | /applications/physbam/physbam-lib/Public_Library/PhysBAM_Solids/PhysBAM_Rigids/Collisions/RIGID_TRIANGLE_COLLISIONS_EDGE_EDGE_VISITOR.h | 5e047996548a264e3c1861f7f8b02498ae2e7d84 | [
"BSD-3-Clause"
] | permissive | schinmayee/nimbus | 597185bc8bac91a2480466cebc8b337f5d96bd2e | 170cd15e24a7a88243a6ea80aabadc0fc0e6e177 | refs/heads/master | 2020-03-11T11:42:39.262834 | 2018-04-18T01:28:23 | 2018-04-18T01:28:23 | 129,976,755 | 0 | 0 | BSD-3-Clause | 2018-04-17T23:33:23 | 2018-04-17T23:33:23 | null | UTF-8 | C++ | false | false | 2,554 | h | //#####################################################################
// Copyright 2011.
// This file is part of PhysBAM whose distribution is governed by the license contained in the accompanying file PHYSBAM_COPYRIGHT.txt.
//#####################################################################
// Class RIGID_TRIANG... | [
"quhang@stanford.edu"
] | quhang@stanford.edu |
51c81aa8cb54a7617501f4098257efb6dd2285b0 | 095073bd1ce2e70b3c9eb59c9d1ba8aee2aa4c6c | /mainwindow.cpp | f4e32069d2140ac8a42b17f7df680d46b53ba6bb | [] | no_license | AndrewNaumenko/Qt_cinema | 7d8e1b62f0abb02cbca92c09514cc2a2b0d5795c | 94c810a6d21b8bcb5cd1ca58a852d69749c4094b | refs/heads/master | 2020-05-19T12:36:37.770915 | 2019-05-05T11:00:04 | 2019-05-05T11:00:04 | 185,019,365 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,395 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
#include "authorization.h"
#include "movie.h"
#include "editing.h"
#include <QSqlTableModel>
#include <QSqlError>
#include <QMessageBox>
#include <QCoreApplication>
#include <QtSql>
#include <QUrl>
#include <QWidget>
#include <QFileDialog>
#include <QDir>
#include <QGr... | [
"naymenko100@gmail.com"
] | naymenko100@gmail.com |
9ba78af8da092621b70328e4a689f53211c6448a | ceeddddcf3e99e909c4af5ff2b9fad4a8ecaeb2a | /branches/releases/1.5/source/Irrlicht/CWriteFile.h | f1add8edfa9f52c8ddf216653f18e3aade1f98f5 | [
"LicenseRef-scancode-other-permissive",
"Zlib",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jivibounty/irrlicht | d9d6993bd0aee00dce2397a887b7f547ade74fbb | c5c80cde40b6d14fe5661440638d36a16b41d7ab | refs/heads/master | 2021-01-18T02:56:08.844268 | 2015-07-21T08:02:25 | 2015-07-21T08:02:25 | 39,405,895 | 0 | 0 | null | 2015-07-20T20:07:06 | 2015-07-20T20:07:06 | null | UTF-8 | C++ | false | false | 1,246 | h | // Copyright (C) 2002-2009 Nikolaus Gebhardt
// This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h
#ifndef __C_WRITE_FILE_H_INCLUDED__
#define __C_WRITE_FILE_H_INCLUDED__
#include <stdio.h>
#include "IWriteFile.h"
#include "irrString.h"
... | [
"hybrid@dfc29bdd-3216-0410-991c-e03cc46cb475"
] | hybrid@dfc29bdd-3216-0410-991c-e03cc46cb475 |
f8d382231e4832b88993b2f4b9a39b7f340ce17f | 78935d9bb1284ba63e44f21c62880a5d92b3c666 | /Pthread/Pthread/max_pool.h | 386ad23eea7cce205587d8f291abe1d62f7c17aa | [] | no_license | BenchCouncil/DC_AIBench_Micro | 0681011e58fef2b8ce4c54a7925513f44e816a31 | fb2e73d29762423665e36fb3343abaf2cabe9186 | refs/heads/main | 2023-06-06T16:02:42.764575 | 2019-10-24T09:10:35 | 2019-10-24T09:10:35 | 381,601,132 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,006 | h | //max_pool.h
#ifndef _MAX_POOL_H
#define _MAX_POOL_H
#define MAX_POOL_TEST
#include <cstdio>
#include <iostream>
#include <vector>
#include <string>
#include <thread>
#include <cmath>
#include <cstdlib>
#include <cfloat>
#include "loadImage.h"
using namespace std;
const float FLOAT_MIN = - FLT_MAX;
typedef vector... | [
"gaowanling8@gmail.com"
] | gaowanling8@gmail.com |
46211823bf9adf7240470f87b87b0082baef8c06 | e8b6b1d47d1701ca214f61a2972cbdaa54efb6c5 | /Includes/Novodex/Physics/include/NxSphericalJointDesc.h | bc2671b6bca760ed08a6971e84762e06b7f12627 | [] | no_license | josh255/base-pro-edition | 8b3c90419c0b1b235d6560c29f6bd683a756d764 | e2e72322e8f4b33dcd91af0bcd079e47420b0c3b | refs/heads/master | 2023-05-29T11:02:21.242689 | 2015-01-09T03:19:20 | 2015-01-09T03:23:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,063 | h | #ifndef NX_PHYSICS_NXSPHEREJOINTDESC
#define NX_PHYSICS_NXSPHEREJOINTDESC
/*----------------------------------------------------------------------------*\
|
| Public Interface to NovodeX Technology
|
| www.novodex.com
|
\*--------------------------------------------------------------------------... | [
"martynas.janu@gmail.com"
] | martynas.janu@gmail.com |
6317cffa0febab705171e8594d91ecaea544ab5b | fa18d2c7e331d82755ee8d7aa7761f2cd936f8b6 | /eggs.cc | d9ff9cdd2e66eae1ff23592eaa301bc708277f17 | [] | no_license | southkyle/interview | 32fd3dcdfb777b11168578624a7bffd84d9c8108 | 444d47a9547a3df92b1be93c911dc6582ee4d768 | refs/heads/master | 2020-04-25T17:35:28.313831 | 2012-10-13T13:59:43 | 2012-10-13T13:59:43 | 4,839,289 | 1 | 0 | null | 2012-07-28T17:48:04 | 2012-06-30T02:45:17 | C++ | UTF-8 | C++ | false | false | 1,766 | cc | #include <iostream>
#include <algorithm>
#include <limits>
using namespace std;
// 100层楼,2个鸡蛋,怎么扔才能确定鸡蛋碎的楼层?
// 法1: 二分法:首先在50层仍鸡蛋,如果没碎,就在25层扔,如果碎了,
// 就从1层开始扔
// 显然,这不是个好办法
// 从这个方法中我们学到的是不要每次都层第一层开始
// 每次扔可以N层,这样可以加快速度,比如每10层一扔,第一次在10层扔,
// 第二次在20层扔,这样就可以加快速度
// 第一次在10层,如果碎了就需要从第一层开始一层层的扔共需要10次
// ... | [
"vip_liming@126.com"
] | vip_liming@126.com |
8711d5086e02fb2e7d7949883fdf5160af87db56 | b0457ecaf91379da2502e735a78a9d670185499f | /U8glib/src/u8g_dev_ssd1327_96x96_gr.cpp | b03ad78bc02c1a1a67c698ace573a584f6a0ced4 | [] | no_license | pkourany/u8glibSpark | 334363a58d1b3c900905b1eab7f5aac172fa0079 | 5921aa0246b149f13c2ff6b69769381d30b2624e | refs/heads/master | 2020-05-17T10:34:34.390079 | 2014-02-19T14:49:45 | 2014-02-19T14:49:45 | 16,986,898 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,427 | cpp | /*
u8g_dev_ssd1327_96x96_gr.c
2-Bit (graylevel) Driver for SSD1327 Controller (OLED Display)
Tested with Seedstudio 96x96 Oled (LY120)
http://www.seeedstudio.com/wiki/index.php?title=Twig_-_OLED_96x96
Universal 8bit Graphics Library
Copyright (c) 2012, olikraus@gmail.com
All rights reserved.
Re... | [
"pkourany@gmail.com"
] | pkourany@gmail.com |
68751e6068cefe40258d9f70e842a5a866c7b01b | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/git/hunk_6707.cpp | 3fda80eff56046e2d168bfd5f00634a6282538ab | [] | 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 | UTF-8 | C++ | false | false | 295 | cpp | if (strncmp(sanitized, work_tree, len) ||
(sanitized[len] != '\0' && sanitized[len] != '/')) {
error_out:
- error("'%s' is outside repository", orig);
- free(sanitized);
- return NULL;
+ die("'%s' is outside repository", orig);
}
if (sanitized[len] == '/')
len++;
| [
"993273596@qq.com"
] | 993273596@qq.com |
ede29463efe8873a76f16b67b1cf61167cffd810 | 130c04addc8c01f93d2b7501c6a57799893cf8c6 | /src/frame/TcpSessionManager.cpp | 013cd52796a26d48912d395a45f477fe744c569d | [
"MIT"
] | permissive | MacSummer/zsummerX | 6adfbc84d0f6133a35639f507128e5b629a840df | 01f73cc95407de32ca79c4bdc04dba5cad2c3e13 | refs/heads/master | 2021-05-28T01:30:10.931988 | 2014-06-09T14:46:17 | 2014-06-09T14:46:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,327 | cpp | /*
* zsummerX License
* -----------
*
* zsummerX is licensed under the terms of the MIT license reproduced below.
* This means that zsummerX is free software and can be used for both academic
* and commercial purposes at absolutely no cost.
*
*
* =============================================================... | [
"yawei_zhang@foxmail.com"
] | yawei_zhang@foxmail.com |
e995b723f354d931ad030c012e59b36111f3ae7d | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /libs/STLPort-4.0/stlport/stl/_ptrs_specialize.h | b1021fb5eba1f852a89bd818ebac2d5b9b916c79 | [
"LicenseRef-scancode-stlport-4.5"
] | permissive | rickyharis39/nolf2 | ba0b56e2abb076e60d97fc7a2a8ee7be4394266c | 0da0603dc961e73ac734ff365bfbfb8abb9b9b04 | refs/heads/master | 2021-01-01T17:21:00.678517 | 2011-07-23T12:11:19 | 2011-07-23T12:11:19 | 38,495,312 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,767 | h | #ifndef __STL_PTRS_SPECIALIZE_H
# define __STL_PTRS_SPECIALIZE_H
// Important pointers specializations
# define __STL_TYPE_TRAITS_POD_SPECIALIZE(_Type) \
__STL_TEMPLATE_NULL \
struct __type_traits<_Type> { \
typedef __true_type has_trivial_default_constructor; \
typedef __true_type has_trivial_co... | [
"vytautasrask@gmail.com"
] | vytautasrask@gmail.com |
2942212ef1c685822097d8d1600189c7ba4599fd | 5ec06dab1409d790496ce082dacb321392b32fe9 | /clients/cpp-tizen/generated/src/ComDayCqWcmCoreImplEventTemplatePostProcessorInfo.h | 2cbab0a4a72d0e87e7c651400037b763a6130c6e | [
"Apache-2.0"
] | permissive | shinesolutions/swagger-aem-osgi | e9d2385f44bee70e5bbdc0d577e99a9f2525266f | c2f6e076971d2592c1cbd3f70695c679e807396b | refs/heads/master | 2022-10-29T13:07:40.422092 | 2021-04-09T07:46:03 | 2021-04-09T07:46:03 | 190,217,155 | 3 | 3 | Apache-2.0 | 2022-10-05T03:26:20 | 2019-06-04T14:23:28 | null | UTF-8 | C++ | false | false | 1,853 | h | /*
* ComDayCqWcmCoreImplEventTemplatePostProcessorInfo.h
*
*
*/
#ifndef _ComDayCqWcmCoreImplEventTemplatePostProcessorInfo_H_
#define _ComDayCqWcmCoreImplEventTemplatePostProcessorInfo_H_
#include <string>
#include "ComDayCqWcmCoreImplEventTemplatePostProcessorProperties.h"
#include "Object.h"
/** \defgroup Mo... | [
"cliffano@gmail.com"
] | cliffano@gmail.com |
f4f2820d8677ab5b6516a9f91033dd41c29813ce | d03a39bd8ffe708fbc496ff7358e66ebe967865e | /src/core/utility/rate.cpp | 18714e2bbafe75b0cc5f10af18252f2497cae09a | [
"MIT"
] | permissive | NESTLab/argos3 | 8bc9cf1de8a56a4c8ea7725c752a981b887473b7 | cc3c7a8cb3d4fdbe458c001b0eaeee8c4d32fb19 | refs/heads/master | 2020-12-19T18:08:05.748617 | 2020-01-23T08:54:14 | 2020-01-23T08:54:14 | 235,810,222 | 1 | 0 | null | 2020-01-23T14:21:22 | 2020-01-23T14:21:21 | null | UTF-8 | C++ | false | false | 1,830 | cpp | #include "rate.h"
#include <argos3/core/utility/logging/argos_log.h>
using namespace argos;
/****************************************/
/****************************************/
CRate::CRate(Real f_rate) {
SetRate(f_rate);
}
/****************************************/
/****************************************/
UI... | [
"carlo@pinciroli.net"
] | carlo@pinciroli.net |
8a9e85e2edbdbffe7ff40dcdc7f65746e667b9da | 24e015bfc2883daf97c71a5c08cc3765d3678c74 | /cpp/NetSpotter.cpp | 056ea18b0d0d9421e23f9e2df57969b9a22cfde1 | [] | no_license | herobd/crowdcat | 4309a45fc9de0f42d7919d37af1034c78c392c67 | 67c24a18d5a6172b450bf4916557e10b3aebac43 | refs/heads/master | 2021-01-17T07:59:42.470951 | 2017-03-31T23:25:27 | 2017-03-31T23:25:27 | 83,824,594 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,216 | cpp | #include "NetSpotter.h"
NetSpotter::NetSpotter(const Dataset* corpus, string modelPrefix)
{
//spotter = new EmbAttSpotter(modelPrefix+"_emb",true);
averageCharWidth = -1;
int windowWidth = averageCharWidth*2.3;
spotter = new CNNSPPSpotter(modelPrefix+"_featurizer.prototxt", modelPrefix+"_embedder.prot... | [
"herobd@gmail.com"
] | herobd@gmail.com |
4e065a5bfa3bd48e0a617af4cdb5b6dc3b210b91 | 6a3f5e8878600f98c2d2036cce090469a77bc4e0 | /analyzer/analyzer.cc | 38b0561540db9b6db7e174725b5ec7fae2b5d0ab | [] | no_license | sergeken/RunQ | 03089929cf132f12826377f6e84d1b8bcef7841f | cc11565cb6bf5df7735dd623a676c0d11696f8a1 | refs/heads/master | 2021-01-11T21:59:14.161263 | 2017-08-10T18:48:02 | 2017-08-10T18:48:02 | 78,889,578 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,890 | cc | /*
* FILE : analyzer.cc
* SYSTEM : RunQ (Runq/analyzer/analyzer.cc)
*
* AUTHOR : Serge Robyns mailto:serge.robyns@rc-s.be
* COPYRIGHT : (C) 2000 Serge Robyns
*
* CREATED : 05 jan 2000
* VERSION : 1.01 (18-mar-2000)
*
* DESCRIPTION:
* This file provides the analyze functionality.
* It will build a model ... | [
"serge.robyns@rc-s.be"
] | serge.robyns@rc-s.be |
77d3c41a2398611da359fc665bd4155a3fc2984c | d5ac7f248b52048c2043c90e0b0149643793370c | /Tugas 0204.cpp | 0c1675e7445d8aa50986b58fc2a59da7ada7884d | [] | no_license | dedidwisetiawan/Modul2 | 5846ab3ec89e63ee09ecf4e3889d9cb224e39e90 | 4f689438dbefe70447de7483ff3e9b2d23d82d73 | refs/heads/master | 2021-05-08T03:37:20.474741 | 2017-10-25T15:20:42 | 2017-10-25T15:20:42 | 108,275,173 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 592 | cpp | #include <iostream>
using namespace std;
int main(){
double
luas(42),jumlah_box(22.3885),luas_box(1.87596),biaya_parket(11194.3),biaya_pasang,total_biaya(12034.3);
cout<<"Masukan Luas Rumah(m2)\t:";
cin>>luas;
cout<<"Luas Rumah\t\t:"<<luas<<"m2/n";
luas_box=1.87596;
jumlah_box=luas/luas_box;
cout<<"Luas 1 box pa... | [
"32447378+dedidwisetiawan@users.noreply.github.com"
] | 32447378+dedidwisetiawan@users.noreply.github.com |
05e2b0a8cdb0223387e6e517672e9ff61d1e4a0f | 6169ddf52ba4a38c90742f348006b6124ca5cf82 | /pathutils.h | 914705309c755c8f45ee31fae6431fdea579e778 | [
"BSD-3-Clause"
] | permissive | andylucny/DeepFaceRecognizer | cef390eb0edd979fbbdbe3c17626fd83d6dfa26e | d398e0cadbaca756158e894dbed070e996ab1647 | refs/heads/master | 2020-12-02T21:36:18.680592 | 2019-12-31T17:42:08 | 2019-12-31T17:42:08 | 231,124,584 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 521 | h | #ifndef PATHUTILS_H
#define PATHUTILS_H
#include <string>
#include <stdio.h>
#if _WIN32
#include <direct.h>
#include <stdlib.h>
#define mkdir(path,mode) _mkdir(path)
#else
#include <sys/types.h>
#include <sys/stat.h>
#endif
inline void createpath (std::string path)
{
mkdir (path.c_str(),0777);
}
inline bool... | [
"andylucny@gmail.com"
] | andylucny@gmail.com |
1a5eca210bb96cde934fcb9c19a49f4c25e2a6a2 | 41ee9d9b24d8460abdbb7b7f8c4fec06c60884a9 | /15. 3Sum.cc | e6340636e05831eaa5956f04017f068a863b0390 | [] | no_license | clairew17/LeetCode | 10967f5c9750b9994c4098f65de04b7f4f7b5960 | e72158fc1eb7e5c905da003f448d19400b0ea230 | refs/heads/master | 2021-01-10T13:42:52.113122 | 2016-03-21T23:50:39 | 2016-03-21T23:50:39 | 48,719,927 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,032 | cc | class Solution {
public:
vector<vector<int>> threeSum(vector<int>& nums) {
vector<vector<int>>res;
vector<int>sol(3,0);
int n = nums.size();if(n<3)return res;
sort(nums.begin(), nums.end());
for(int i=0;i<n-2;i++){
int j = i+1, k = n-1;
in... | [
"hellowang@foxmail.com"
] | hellowang@foxmail.com |
9b75346b23d8ebdc5ad1aafe7bd4983a32239dd4 | 8c32425c6224c8d4c3e38fac617d8437975a3dc1 | /monc/inputarduino.h | 5003533677c92d6ecca2f12d97ae58321df8a956 | [] | no_license | MstfH/project3-4 | 452b46afc6fdc04d4b2d8b9230fd252b528d5f06 | 8830e267579a6b6748d1319587d3959db5c1dcd2 | refs/heads/master | 2021-04-03T02:10:19.241439 | 2019-05-10T11:33:44 | 2019-05-10T11:33:44 | 124,464,766 | 0 | 0 | null | 2018-05-30T19:36:08 | 2018-03-09T00:27:45 | C++ | UTF-8 | C++ | false | false | 555 | h | #ifndef INPUTARDUINO_H
#define INPUTARDUINO_H
#include "mainwindow.h"
#include <QByteArray>
class InputArduino
{
public:
InputArduino(MainWindow* _a);
void input(QByteArray);
private:
MainWindow* a;
void keys(QByteArray);
void rfid(QByteArray);
void pageScan(QByteArray);
void pagePincode(... | [
"mo.mh43@gmail.com"
] | mo.mh43@gmail.com |
4f3649e4b47c6cff2177d842f02eb56b6388d235 | a65672822104efe0b374e579e85ddf0b95b074e0 | /dnp3-master/dreams-master/include/Gateway.hpp | 8725ae23559f03107b043fea3821904d2544e493 | [] | no_license | HJL0523/dreams-cloud-joint-tester | ab28a01c5518cb3b182f805e8b550daa49e61587 | d5a4d0a4d852d0829df85fb8b522c01de6c14f61 | refs/heads/master | 2023-08-14T19:53:07.353582 | 2021-09-30T13:38:48 | 2021-09-30T13:38:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 721 | hpp | #ifndef DREAMS_GATEWAY_HPP
#define DREAMS_GATEWAY_HPP
#include "Plant.hpp"
#include <asiodnp3/DNP3Manager.h>
#include <map>
#include <string>
#define MASTER_LOCAL_ADDR 3
using asiodnp3::DNP3Manager;
using asiodnp3::IChannel;
using std::map;
using std::shared_ptr;
using std::string;
class Plant;
namespace dreams {
... | [
"gpu02@thingnario.com"
] | gpu02@thingnario.com |
0d409c5ed89b04ce643596da6222cd133227469e | 4cfbccc070d8744b76e3c54eb7a2743ecfe82690 | /libevwork_using/ConnManager.h | cdeefd2b68c9e22de0948d5761fcfd18e8323305 | [] | no_license | oasangqi/c-libs | ab9a504937712743b95fadaa8e56e48f32c20dc8 | f7632377146844f3b38eb6bf7b7a9567f3ab0571 | refs/heads/master | 2021-06-10T06:40:37.500580 | 2021-04-24T08:24:49 | 2021-04-24T08:24:49 | 144,525,989 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 992 | h | #pragma once
#include "EVComm.h"
#include <map>
namespace evwork
{
class CConnManager
: public IConnManager
, public ILinkEvent
{
public:
CConnManager();
virtual ~CConnManager();
virtual IConn* getConnById(uint32_t uConnId);
virtual IConn* connectServer(const std::string& strIp, uint16_t uPort);
... | [
"oasangqi@163.com"
] | oasangqi@163.com |
22056e0f6a096cda56284e71211b8cd3b8885a0d | 6f93f79916e8d9b3f105827f900cf227109478b5 | /cocos2d/cocos/ui/UIEditBox/UIEditBoxImpl-common.cpp | a1726d3657536c07afbe9e10c3048eefe52c27f0 | [
"MIT"
] | permissive | nechosa/walker | da5ff8e189e2f5ed2164735511e51ef26774c7ac | d9487a8fc0a8408b0f82d69105bfece3a2b19e9d | refs/heads/master | 2021-01-13T05:21:02.531670 | 2017-02-08T20:24:00 | 2017-02-08T20:24:00 | 81,360,007 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,493 | cpp | /****************************************************************************
Copyright (c) 2010-2012 cocos2d-x.org
Copyright (c) 2012 James Chen
Copyright (c) 2013-2015 zilongshanren
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and assoc... | [
"nechosa@mail.ru"
] | nechosa@mail.ru |
1df88c65223432df5f6b135af5ae7f5f8a3e1390 | 89dedd7f3c7acc81d12e2bcb2e716f9af9e5fa04 | /content/public/browser/web_contents_delegate.cc | 74e59b1a195281723c21f9992a8d7e1396eafed4 | [
"BSD-3-Clause"
] | permissive | bino7/chromium | 8d26f84a1b6e38a73d1b97fea6057c634eff68cb | 4666a6bb6fdcb1114afecf77bdaa239d9787b752 | refs/heads/master | 2022-12-22T14:31:53.913081 | 2016-09-06T10:05:11 | 2016-09-06T10:05:11 | 67,410,510 | 1 | 3 | BSD-3-Clause | 2022-12-17T03:08:52 | 2016-09-05T10:11:59 | null | UTF-8 | C++ | false | false | 7,973 | cc | // Copyright (c) 2012 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/public/browser/web_contents_delegate.h"
#include "base/compiler_specific.h"
#include "base/logging.h"
#include "base/memory/singlet... | [
"bino.zh@gmail.com"
] | bino.zh@gmail.com |
c63dac651857944e57a0b2843a99c94708efedae | 28d25f81c33fe772a6d5f740a1b36b8c8ba854b8 | /Menoufia_Training/MNF-TF-1/L/main.cpp | d9dcb5c0a69928f141137533f99f03f702119f23 | [] | no_license | ahmedibrahim404/CompetitiveProgramming | b59dcfef250818fb9f34797e432a75ef1507578e | 7473064433f92ac8cf821b3b1d5cd2810f81c4ad | refs/heads/master | 2021-12-26T01:18:35.882467 | 2021-11-11T20:43:08 | 2021-11-11T20:43:08 | 148,578,163 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 417 | cpp | #include <iostream>
using namespace std;
string s;
int main(){
cin >> s;
int len=s.length(), as=0, bs=0, ac=0, bc=0;
for(int i=0;i<len;i++) if(s[i] =='A') as++; else bs++;
for(int i=0;i<len;i++){
if(s[i]=='A') ac++;
else bc++;
if(as-ac==ac && bs-bc==bc) return cout ... | [
"ahmedie20022011@gmail.com"
] | ahmedie20022011@gmail.com |
1e25348b0ce6bf8165cc78643a36ec4c01b1ddbc | 39a6dc9eca31fcff06a5dce6caf786f439f867bc | /day4/main.cpp | 727cd8246f2276c512f5bef3f49f16e15575092d | [] | no_license | jabarto2/advent-of-code-2019 | 3c44edb3bb9b1917c572d3eb1af9df4f862cb281 | db962f54f78fe5533481ab5248922a592065990f | refs/heads/master | 2020-09-25T13:57:11.363286 | 2019-12-27T23:24:45 | 2019-12-27T23:24:45 | 226,017,869 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,205 | cpp | #include <iostream>
#include <list>
#include <vector>
std::list<int> getListOfDigits(int number)
{
std::list<int> digits;
do
{
digits.push_front(number % 10);
} while (number /= 10);
return digits;
}
bool numberContainsEquivalentAdjacentDigits(int number)
{
std::list<int> digits = getListOfDigits(num... | [
"barton.joseph17@gmail.com"
] | barton.joseph17@gmail.com |
f81da1575367ec4b2dde7e8d3ec1ab00111f3a63 | 14248aaedfa5f77c7fc5dd8c3741604fb987de5c | /luogu/P4026.cpp | 5eacd815f5eccca079444549b6650b7e573716ed | [] | no_license | atubo/online-judge | fc51012465a1bd07561b921f5c7d064e336a4cd2 | 8774f6c608bb209a1ebbb721d6bbfdb5c1d1ce9b | refs/heads/master | 2021-11-22T19:48:14.279016 | 2021-08-29T23:16:16 | 2021-08-29T23:16:16 | 13,290,232 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,074 | cpp | // https://www.luogu.org/problemnew/show/P4026
// [SHOI2008]循环的债务
#include <bits/stdc++.h>
using namespace std;
const int INF = 1e9;
int X1, X2, X3;
int FV[7] = {-1, 100, 50, 20, 10, 5, 1};
int CNT[3][7];
int S[3], T[3];
int dp[7][1001][1001];
int main() {
scanf("%d%d%d", &X1, &X2, &X3);
for (int i = 0; i <... | [
"err722@yahoo.com"
] | err722@yahoo.com |
f79aa2afefe79a70e9821d531e54f2a7bbedd7e8 | 084bc0c5ae36d8b2f073ccf5dbc31ca5af3ffacd | /tensorflow/compiler/xla/mlir/transforms/gpu/add_hlo_trace_annotations.cc | 810a2b8d1bbbfaa6407071e2c9b01e2872a59860 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause"
] | permissive | karllessard/tensorflow | eb4bbc8e609fc4f69db4168d859804ac899fbd27 | bafc0b507ace55bbf772df19ec10bfac7860f38f | refs/heads/master | 2022-11-18T09:22:22.581470 | 2022-11-03T01:22:40 | 2022-11-03T01:26:11 | 80,373,764 | 1 | 0 | null | 2017-05-06T23:05:14 | 2017-01-29T21:26:29 | C++ | UTF-8 | C++ | false | false | 2,864 | cc | /* Copyright 2022 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
50ea2aa05184970873550aea42eb38b533c25e86 | 83c3ba3c1f7c7b638769b91d193a12b2b41cb9ef | /src/qt/receiverequestdialog.cpp | c0ca762c65229cd4547dbf6ef6292807a46b025c | [
"MIT"
] | permissive | medlag/apeiron | bf93e10ca5e8edfed7c84b58de088bb1468caa38 | ce95a4a313f1f30261afc51e066c05214f4c06bf | refs/heads/master | 2020-03-20T21:58:00.792885 | 2018-06-10T11:17:47 | 2018-06-10T11:17:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,623 | cpp | // Copyright (c) 2011-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "receiverequestdialog.h"
#include "ui_receiverequestdialog.h"
#include "bitcoinunits.h"
#include "guiconstants.h"
#i... | [
"apeironcoin@gmail.com"
] | apeironcoin@gmail.com |
b0841ca280b3b2f7249d6414b4144f0af4eb1ccb | e188c2a716c9ea902fbb72552bb9ead4ba1c7031 | /PlayerAtx/PlayerAtx.cpp | f79e001bdb05bba2cb36caacc18d3ea0cd6da8f3 | [] | no_license | lzy831/MultiTrack-MediaPlayer | da71e1c312ea7b1b10f88b6623f4b683f7ca7795 | bb7469fdbe3df03bcf2057b97c7b81f10d98387e | refs/heads/master | 2021-01-23T00:19:56.760510 | 2013-05-29T07:13:19 | 2013-05-29T07:13:19 | 10,353,388 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 5,740 | cpp | // PlayerAtx.cpp : CPlayerAtxApp 和 DLL 注册的实现。
#include "stdafx.h"
#include "PlayerAtx.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
#include "comcat.h"
#include "Objsafe.h"
// E03F97A5-5360-452B-8234-0B15E1EE1C7D
// 8983D1AE-5D45-4810-9109-EC257CFF7F97
CPlayerAtxApp theApp;
//设置控件与注册表相关的类型库ID,后面跟有version(1.0)字样... | [
"lzy831@126.com"
] | lzy831@126.com |
4f9c857dcd3127199465f39c3d83ddd209b34ca6 | 0482ba48a4e546b6699dd40155625ddcad96df2d | /readcsv.cpp | 1907e204139750f736de29e3a92bc71094659ceb | [] | no_license | zhenrong1999/asn1_cpt342 | 3ce591b7d4ff6461f5244ba672e756ba77c88246 | 67383f1621d333e22ac737984866b2ac2dd68e29 | refs/heads/master | 2023-01-22T08:32:32.240499 | 2020-12-02T18:17:25 | 2020-12-02T18:17:25 | 316,682,732 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,393 | cpp | #include "readcsv.hpp"
bool read_csv(std::string filename, Data& database)
{
std::ifstream fileopened(filename, std::ios::in);
bool openned = fileopened.is_open();
if (!openned) {
std::cout << "failed to open " << filename << '\n';
} else {
std::string line;
fileopened.ignore(std::numeric_limits<st... | [
"zhenrong1999@student.usm.my"
] | zhenrong1999@student.usm.my |
7c795590d72dec881785b112e7f2d31e1e5e801a | 047600ca8efa01dd308f4549793db97e6ddcec20 | /Src/HLSDK/vgui_controls/ListViewPanel.h | 0ea445b284a4d30d76f57ffcc2349d8819270da4 | [] | no_license | crskycode/Mind-Team | cbb9e98322701a5d437fc9823dd4c296a132330f | ceab21c20b0b51a2652c02c04eb7ae353b82ffd0 | refs/heads/main | 2023-03-16T10:34:31.812155 | 2021-03-02T02:23:40 | 2021-03-02T02:23:40 | 343,616,799 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,301 | h | //========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef LISTVIEWPANEL_H
#define LISTVIEWPANEL_H
#ifdef _WIN32
#pragma once
#endif
#include <utllinkedlist.h>... | [
"crskycode@hotmail.com"
] | crskycode@hotmail.com |
b9bce8b80ec0e925fc2717e16ad0ecdb8a134d85 | e1ce5c1c8e403df3446ea6736803cec795b47ec5 | /18-SpokeDartsPublic-master/source/Quality_Tool.hpp | 01e911c76d6c87896c761f5429c1ef4f42421df9 | [
"BSD-2-Clause"
] | permissive | HannahJHan/BlueNoiseSampling | c33f240221dd91843d0033de144adc4a238f69c7 | 1aec7e67f3e84735054ec79c6b477950095942ca | refs/heads/master | 2022-12-31T16:17:48.937577 | 2020-10-20T10:43:32 | 2020-10-20T10:43:32 | 305,656,275 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,582 | hpp | // Quality_Tool.hpp
// Copyright 2016 Sandia Corporation. Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software.
// SCR#:2084.0
#ifndef QUALITY_TOOL_HPP
#define QUALITY_TOOL_HPP
#include <cstddef>
#include <vector>
#include <math.h>
#includ... | [
"741891498@qq.com"
] | 741891498@qq.com |
daaf613dc1f30316689b959eeb20bb39633edc0c | e70f6302175dec4b0f599ca1afba840a75fb566e | /src/libANGLE/capture_gles_ext_autogen.h | 9e05b40361fedc8ab1d1843df8efa79b4c021ecc | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | hanst99/angle | 0607073e82ba9864db62d8dae545fa0e4094ed59 | d1d96d73bff78a9f02df722896592f3ad9acad89 | refs/heads/master | 2021-03-26T12:18:46.217622 | 2020-03-16T07:01:41 | 2020-03-16T09:23:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 270,827 | h | // GENERATED FILE - DO NOT EDIT.
// Generated by generate_entry_points.py using data from gl.xml and gl_angle_ext.xml.
//
// Copyright 2020 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// capture_gles_ext_autog... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
ca003055c9c2a93d981423f6129f1b654ab0525e | ab0ba5c2fac3e67b4c0144628c8e233ac2f5ad9a | /src/parameter_tutorials/src/service_client.cpp | 15010de7d6c7743607a4c268202a85350490c18c | [] | no_license | Leftddr/ros_homework | e95077a08e359ebdfc3dc8697a127e5fc9475cb3 | 2c4c7bd0ce5c8b7daa743affa75560054dc368ec | refs/heads/master | 2022-06-17T11:44:15.332478 | 2020-05-04T07:00:57 | 2020-05-04T07:00:57 | 261,101,500 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 972 | cpp | #include "ros/ros.h"
#include "parameter_tutorials/SrvTutorial.h"
int main(int argc, char *argv[]){
ros::init(argc,argv,"parameter_client");
if(argc!=3){
ROS_INFO("cmd : rosrun ros_turtorials_service service_client arg0 arg1");
ROS_INFO("arg0 : double number, arg1 : double number");
return 1;
}
ros::NodeHandle nh;
... | [
"qhddnjs75@gmail.com"
] | qhddnjs75@gmail.com |
cd91d768c33836f053049945ecd59d00e74caae8 | cfeac52f970e8901871bd02d9acb7de66b9fb6b4 | /generated/src/aws-cpp-sdk-ec2/include/aws/ec2/model/RuleAction.h | 36b3c3a9591d7543454798e78abbea5f3a2e5d9e | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | aws/aws-sdk-cpp | aff116ddf9ca2b41e45c47dba1c2b7754935c585 | 9a7606a6c98e13c759032c2e920c7c64a6a35264 | refs/heads/main | 2023-08-25T11:16:55.982089 | 2023-08-24T18:14:53 | 2023-08-24T18:14:53 | 35,440,404 | 1,681 | 1,133 | Apache-2.0 | 2023-09-12T15:59:33 | 2015-05-11T17:57:32 | null | UTF-8 | C++ | false | false | 590 | h | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/ec2/EC2_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace EC2
{
namespace Model
{
enum class RuleAction
{
NOT_SET,
allow,
... | [
"sdavtaker@users.noreply.github.com"
] | sdavtaker@users.noreply.github.com |
10ea9181a174c65f54bb5d7d05081baf54c324ff | 8598ce25d29c16479ea1838f65cf8b079a72a9aa | /link.h | 8dcc4937784586c8aaace13957a41c5210bda66b | [] | no_license | phrk/crawler | ec278add54ebe55aa8838d6435e6cf306ef255ce | 29a65b7ad72c991c7077be3fe18c31c1596a7c1d | refs/heads/master | 2016-09-06T15:24:21.393289 | 2015-02-23T10:02:20 | 2015-02-23T10:02:20 | 31,042,135 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 476 | h | #ifndef _CRAWLER_LINK_H_
#define _CRAWLER_LINK_H_
#include "hiconfig.h"
#include "hiaux/thirdparty/url-parser/url_parser.h"
#include "crawler_types.h"
#include "crawler_consts.h"
#include <boost/shared_ptr.hpp>
#include <iostream>
namespace crw {
class IncorrectUrlEx {
};
class Link {
public:
Url url;
... | [
"arturg000@gmail.com"
] | arturg000@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.