blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
98c42b39afe13714349b7861415206e8dc3529ac | ea47e149922214f3b8f3cbb700b8e0898978b084 | /torch/csrc/jit/passes/quantization.cpp | ff23b510ec872d7767155417695139e9bef1b481 | [
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | kikaitech/pytorch | 8030c074ac4dfa055b2108f7052bd0a5d947a9c0 | 860790de8805856342a1bee37103184f47a0c26d | refs/heads/master | 2021-05-18T02:44:31.407362 | 2020-03-29T09:06:51 | 2020-03-29T09:09:00 | 251,065,731 | 0 | 0 | NOASSERTION | 2020-03-29T15:29:44 | 2020-03-29T15:29:43 | null | UTF-8 | C++ | false | false | 102,670 | cpp | #include <torch/csrc/jit/passes/quantization.h>
#include <torch/csrc/jit/passes/constant_pooling.h>
#include <torch/csrc/jit/passes/constant_propagation.h>
#include <torch/csrc/jit/passes/freeze_module.h>
#include <torch/csrc/jit/passes/fuse_linear.h>
#include <torch/csrc/jit/passes/graph_rewrite_helper.h>
#include <to... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
2ed775db1a2600f67ed3dc15848a73d8bc3323ae | dba127f8a88db95386cbe21b221760d782cbdf67 | /IOCP_1/JIocp.cpp | 35feecbf50b491080d189073c3285a0eda5b166c | [] | no_license | 15831944/DirectX_Study | c1bd6fe1b8eb891bf49a5a3954234adf59abdb46 | e4832a079936dc1aa893b098375a1d228c7cc02b | refs/heads/master | 2021-10-20T09:19:15.305146 | 2019-02-27T06:30:56 | 2019-02-27T06:30:56 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 3,187 | cpp | #include "JIocp.h"
#define SAFE_HANDLE_KILL(h) {if (h != INVALID_HANDLE_VALUE) { CloseHandle(h); }}
DWORD WINAPI JIocp::WorkThread(LPVOID pParam)
{
JIocp* iocp = (JIocp*)pParam;
DWORD Trans;
ULONG_PTR Key;
OVERLAPPED* Ov;
BOOL Ret;
while (TRUE)
{
if (WaitForSingleObject(iocp->m_ThreadKillEvent,1) == WAIT_OBJEC... | [
"kgcaschool@outlook.kr"
] | kgcaschool@outlook.kr |
a98fec7dc828c3093ec62b458791d5854ad476e4 | a1618f92a071589f60f39918f96df6c3abe7b4b2 | /tests/unit_tests/test_peerlist.cpp | 1f2144c03b81891b106e12b36531fbcbc6025708 | [
"BSD-3-Clause"
] | permissive | techqc/SiZ | f41b920aacfbef5c3a85ff15939e71b1fdba4a59 | bdf290705b2d553b4253df4ca97e4367c78f5a27 | refs/heads/master | 2021-09-10T09:30:39.193726 | 2018-03-23T19:35:18 | 2018-03-23T19:35:18 | 125,059,630 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,996 | cpp | // Copyright (c) 2018, SiZ, The Monero Project
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice, this list o... | [
"37153171+techqc@users.noreply.github.com"
] | 37153171+techqc@users.noreply.github.com |
98d0e0086c76bbed179abc7dcdbb6656d0541caf | 89bf6936934cd22263842a68a81ffdfd2afc46fa | /utils.cpp | ecc8d876fd224c6c3354b51e972f6ccc35467b27 | [] | no_license | serhatgun/licence-plate-recognition | 5124a6f2f853d541ad6c2a765f540b7b2ace6d25 | 6b25ead02236489fd3360eaaa8e5bcf29dc9ffa6 | refs/heads/master | 2023-07-20T18:04:15.629260 | 2023-07-17T12:10:38 | 2023-07-17T12:10:38 | 265,976,151 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,878 | cpp | #include "utils.h"
void Utils::adaptiveCalc(const Mat& im, int row, int col, const Mat& mask, int& A1, int& A2, int& zmin, int& zmax, int& zmed, int& zxy) {
int u = mask.rows;
int v = mask.cols;
for (int s = -(u - u / 2); s <= u - u / 2; ++s) {
for (int t = -(v - v / 2); t <= v - v / 2; ++t) {
... | [
"noreply@github.com"
] | serhatgun.noreply@github.com |
9be90c84d11ce82425724bd00dd201605d419358 | c603aa4b0f31526e2ccf8652a4d9e7ad8327ec6b | /object-detect/src/main.cpp | 8f1a8fd032fc1859738dfb34859218cc4ecd4928 | [] | no_license | Robotics-DAI-FMFI-UK/cu-lIllI | 75cc654b1fb328eff1a04ed1ee32699e7bc91d40 | 40df0269c72ec3912f75807d9727aae6b3c5e67f | refs/heads/master | 2023-06-07T21:12:53.499916 | 2023-06-01T21:33:10 | 2023-06-01T21:33:10 | 159,908,225 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,928 | cpp | #include <stdio.h>
#include <string.h>
#include <sl/Camera.hpp>
#include <opencv2/opencv.hpp>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "objdet.h"
//#include "arm.cpp"
using namespace std;
using namespace sl;
cv::Mat slMat2cvMat(Mat& input);
string type2str(int type);
float compare(uch... | [
"pavel.petrovic@gmail.com"
] | pavel.petrovic@gmail.com |
9b34fa832460f0ee2632123e6ace536a4223d2bc | 2fda9e8e3cce71f0b11c72df92d1b931b57ba572 | /tests/pxScene2d/test_pxPixel_h.cpp | 5fc033e7687cd7d96c27420d592ea26ea473d15b | [
"Apache-2.0"
] | permissive | mateusz-hobgarski-red/pxCore | 519385eabd37e23818c37b73577d232356001a22 | dddf99ed360c7fa4a98a40c92fc3d0ded864e841 | refs/heads/master | 2020-08-09T19:59:56.287360 | 2019-11-20T13:37:18 | 2019-11-20T13:37:18 | 214,161,586 | 1 | 0 | NOASSERTION | 2019-10-10T11:11:26 | 2019-10-10T11:11:23 | null | UTF-8 | C++ | false | false | 1,821 | cpp | /*
pxCore Copyright 2005-2018 John Robinson
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 agreed to in writing, s... | [
"mfiess@comcast.net"
] | mfiess@comcast.net |
084c0ce501acc98a35bbd7cc4ef35a5dd34d3608 | 45c59e5f456f11f1714b2ddf976b62dfebecfa7d | /Case10/0/cz_solid_33/k | 5bdc2c107d57d224e03d7bf5e090e06046d917eb | [] | no_license | JoelWright24/Masters-Thesis-in-OpenFOAM | 9224f71cdb38e96a378996996c5c86235db9ee13 | b6c420b5054494a26a7d65a34835b27be9e0da4a | refs/heads/main | 2023-02-20T17:18:13.067439 | 2021-01-22T19:30:36 | 2021-01-22T19:30:36 | 332,039,823 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 890 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"67100764+JoelWright24@users.noreply.github.com"
] | 67100764+JoelWright24@users.noreply.github.com | |
8eb1152b6289fd98a9827e066ed2ad544761904e | abe3240cfb598f3898f1009dba57de56a99ce8ff | /tests/raycast_test.cpp | f3a2570179b39b1b948da9ea43774dbf519a3588 | [] | no_license | patrickhadlaw/RGLEngine | 632cc4613d0a7156b6882c7b1cbc58702e01f79b | ced4c60d6d3f0442cfd13da92372315137d4f594 | refs/heads/master | 2022-10-28T13:58:55.406813 | 2022-09-06T02:12:36 | 2022-09-06T02:12:36 | 201,550,102 | 0 | 0 | null | 2022-09-06T02:12:37 | 2019-08-09T22:46:38 | C++ | UTF-8 | C++ | false | false | 4,904 | cpp | #include "rgle.h"
int main() {
return rgle::util::Tester::run([](rgle::util::Tester& tester) {
tester.expect("point clip should be inside", []() {
auto point = glm::vec3(1.0f, 1.0f, 1.0f);
auto plane = rgle::ray::Plane(glm::vec3(), glm::vec3(0.0f, 0.0f, 1.0f));
return plane.clip(point) == rgle::ray... | [
"patrickhadlaw@gmail.com"
] | patrickhadlaw@gmail.com |
4c7766b6d26079880dc21810252a657efff85d17 | e01f1c3c5f3a0c421306f19649767a6722ac3e19 | /entitydisplay.h | 1dc9f4ead12141e2f22ef06d89a7b9cc7ad33e3b | [] | no_license | algogr/AlgoIceDroid | edde0ef7c39ce108294bdd7c396a64e888fbf626 | e47670aadfe245a3104a3707c3b0adc6336016f7 | refs/heads/master | 2021-01-20T11:00:37.547452 | 2014-10-11T16:12:21 | 2014-10-11T16:12:21 | 24,685,938 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 954 | h | #ifndef ENTITYDISPLAY_H
#define ENTITYDISPLAY_H
#include <QObject>
class EntityDisplay : public QObject
{
Q_OBJECT
Q_PROPERTY(QString title READ title WRITE setTitle)
Q_PROPERTY(QString value READ value WRITE setValue)
Q_PROPERTY(QString fieldname READ fieldname WRITE setFieldname)
Q_PROPERTY(QStr... | [
"jimpar@algo.gr"
] | jimpar@algo.gr |
cf0f9caa68819d43777fa389c4819fe616ffcbb7 | 9c48a0af704d3a49b0b57d0689d91bac8542c5af | /practice/04/c++/4/4/4.cpp | 5581bf1b349d728e9234c51366f384b6bf32aa40 | [] | no_license | emfortress/programming | e9cf105e12608f3c27c69d0c201490493f91cd6c | a36694b297360dfe421f4a73c7f7745e2972dedb | refs/heads/main | 2023-03-18T04:09:00.912656 | 2021-03-14T17:56:46 | 2021-03-14T17:56:46 | 306,659,040 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 751 | cpp | #include <iostream>
int main() {
setlocale(LC_ALL, "Russian");
int a, b;
std::cout << "Введите два целых числа, разделённых пробелом или новой строкой." << std::endl;
std::cin >> a >> b;
// Обмен без дополнительной переменной
a = a - b;
b = b + a;
a = b - a;
std::cout << "Значен... | [
"timur_trofanchuk@mail.ru"
] | timur_trofanchuk@mail.ru |
fe0b59a04385eefb169261f32283ea8a771f99ec | 30fd2d0e910b9b4339ea5a1f2d4ef079285d3bd7 | /Lib/Include/PersistentData.h | 8704e7a22fdfdeb6839baf4d1b5ce2359ba0c54b | [] | no_license | kiar40k/Big-Numbers | 3452c33902f0e63781139541552a2c2e14776839 | 7c4d6dc52deeeac2ac0cdded5a3b3c2ee510b327 | refs/heads/master | 2021-06-20T01:46:18.860052 | 2017-08-05T16:04:58 | 2017-08-05T16:04:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 927 | h | #pragma once
#include <XmlDoc.h>
class PersistentData {
private:
String m_name;
protected:
static const TCHAR *s_defaultName;
public:
PersistentData() : m_name(s_defaultName) {
}
void load(const String &fileName);
void save(const String &fileName);
static void checkTag(XMLNodePtr node, const T... | [
"jesper.gr.mikkelsen@gmail.com"
] | jesper.gr.mikkelsen@gmail.com |
41fae9aaf46292f80672df8b5d3b3f923beba258 | 22f57701df31b3182f3bcb83da729ecc584f8fb6 | /December-29/c++_kumaran_cupstring.cpp | e93f9ff633f572740fe89ba47b14d79fec0edafb | [] | no_license | Prashant-Bharaj/A-December-of-Algorithms | e88640c711abbe2e6cac71cb4652dac243984484 | 7bbd56572f4ddc9648e90615ee810765544c56e4 | refs/heads/master | 2023-08-05T15:37:20.362561 | 2021-09-19T05:51:53 | 2021-09-19T05:51:53 | 287,055,360 | 0 | 0 | null | 2020-08-12T15:53:05 | 2020-08-12T15:53:04 | null | UTF-8 | C++ | false | false | 185 | cpp | #include<iostream>
using namespace std;
main()
{
int n,m,res;
cout<<"enter no of friends";
cin>>n;
m=n-1;
res=m*(m+1)/2
cout<<"The no.of strings required are "<<res;
}
| [
"noreply@github.com"
] | Prashant-Bharaj.noreply@github.com |
b69338d398dfcd9800f875772da7d4a5e84c5771 | 1c9678ef5867d68999ce4fd358f545d68cd1c550 | /CPP-HW2/District.cpp | 9667681bb6b1ba49e2b6e9ba60962963739899fe | [] | no_license | Idokah/CPP-HW2 | 598dbe9efe71795a4f44f1399fa4b62b4884c448 | 2eb32be4e7c21ba8def432771d6aac02cee393df | refs/heads/master | 2023-02-08T22:27:33.689924 | 2020-12-29T18:09:23 | 2020-12-29T18:09:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,893 | cpp | #include "District.h"
#include "Citizen.h"
#include <math.h>
#include <iostream>
using namespace std;
char* getString(const char* input);
District::District(): votersPercentage(0), electionResultsSize(0), voteCount(0), citizenNum(0) {
this->name = nullptr;
this->id = -1;
this->representativeNum = 0;
... | [
"idokh@mta.ac.il"
] | idokh@mta.ac.il |
f81a1df9709d95e5145cd1b3b0ec26add599c567 | 68984cbb4191be1192daa6e7de3e3ff6b1acc4ce | /settings.cpp | 9fbd42236893b1cf656fa386f1b09964d8fa59ee | [] | no_license | xibeilang524/AntScope2 | 6699ef351c0d30f1d0649ed6d0b2823a53271c8a | 017bb23a5e58166f21358bf721a5f03db1c97ff0 | refs/heads/master | 2020-07-03T11:03:33.446503 | 2019-06-15T19:27:53 | 2019-06-15T19:27:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 33,490 | cpp | #include "settings.h"
#include "ui_settings.h"
#include "popupindicator.h"
#include "analyzer/customanalyzer.h"
#include "fqinputvalidator.h"
extern QString appendSpaces(const QString& number);
QString Settings::iniFilePath;
Settings::Settings(QWidget *parent) :
QDialog(parent),
ui(new Ui::Settings),
m_an... | [
"serg.butenko@gmail.com"
] | serg.butenko@gmail.com |
fb4bbfcc8e8ba71b72d604e4e7e55abd95d1d2cc | 367ae0f777042c1c4760aa15279ef5f53bff3e23 | /pmlc/dialect/pxa/transforms/resize_tmps.cc | 1f0cb42d7bfebc85f71046230928c9e0416173dc | [
"Apache-2.0"
] | permissive | Flex-plaidml-team/plaidml | e47535bda63b82bfc936296c2c3eaae9481e0ce9 | 1070411a87b3eb3d94674d4d041ed904be3e7d87 | refs/heads/plaidml-v1 | 2023-06-26T21:24:38.800462 | 2021-07-19T04:29:24 | 2021-07-19T04:29:24 | 287,434,263 | 0 | 0 | Apache-2.0 | 2020-08-14T03:28:50 | 2020-08-14T03:26:35 | C++ | UTF-8 | C++ | false | false | 10,554 | cc | // Copyright 2020 Intel Corporation
#include "mlir/Dialect/Affine/IR/AffineOps.h"
#include "mlir/Dialect/Affine/IR/AffineValueMap.h"
#include "mlir/Dialect/MemRef/IR/MemRef.h"
#include "mlir/Dialect/StandardOps/IR/Ops.h"
#include "mlir/Support/DebugStringHelper.h"
#include "pmlc/dialect/pxa/analysis/strides.h"
#inclu... | [
"noreply@github.com"
] | Flex-plaidml-team.noreply@github.com |
5ad25e6eb9cd709fc99196eef8873a387a9c6111 | 616d9e83ac7b0dafc37bb0a753da79bc10c9bd6d | /week--04/day--01/airCraftCarrier/F35.cpp | 20b5a8ae480075ae068247533eddffd7a76be554 | [] | no_license | green-fox-academy/Teleeeee | 7c8428922497a9bd76ea43de903e840a9cbdeaa5 | b7b8eff32c79e1ee03684096ee0ca246db389079 | refs/heads/master | 2020-07-19T06:58:07.323979 | 2020-01-30T21:18:02 | 2020-01-30T21:18:02 | 206,396,188 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 153 | cpp | //
// Created by User on 30/09/2019.
//
#include "F35.h"
F35::F35() {
setMaxAmmo(12);
setAmmo(0);
setType("F35");
setBaseDamage(50);
}
| [
"lev9433@gmail.com"
] | lev9433@gmail.com |
69047c0b3a5a2d99becc206f330b3818d1206882 | ddfd906f4e2fd42b7162a96529af858fdf478dff | /4sem/saod/Курсовая/Includes/UsersList.h | 53c5f17df01dbf5cbe49e70f761c42394c6e1774 | [] | no_license | teploe-odealko/univer | 1627ecd714215cadf30538e16a94d06a9dc335b2 | 48aea299181ee73f4164a4eeba06014745de6c3b | refs/heads/master | 2021-01-03T20:31:59.679594 | 2020-06-08T12:27:42 | 2020-06-08T12:27:42 | 240,226,356 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 632 | h | #pragma once
#define UsersList_h
#include <string>
using namespace std;
struct UserNode
{
string last_name;
string phone_model;
};
class UsersList
{
private:
UserNode *users;
int max_num_of_users;
int current_num_of_users = 0;
public:
string operator_name;
UsersList(int, string);
int... | [
"din.latypov@gmail.com"
] | din.latypov@gmail.com |
7470c77548b3b47a5e8a8b31524d31759a4046d9 | 18d0216007a6e89bf10a6ad18349950b24ed13f4 | /sicily_code/old/1231.cpp | 9716f1c2aee868fee8e7a1e9c0540381bfa52437 | [] | no_license | cuiweixie/soj_water_codes | 895e73bf0271854771551b2c4d764f8f4c3c3b8e | c3539ac875d4012ccb9243b7cca11557a4587666 | refs/heads/master | 2016-08-03T00:16:14.316397 | 2012-05-10T07:47:44 | 2012-05-10T07:47:44 | 4,281,555 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,909 | cpp | #include <iostream>
#include <string>
#include <cstring>
#include <stdio.h>
using namespace std;
long long int prime[500000];
bool isPrime[1000001];
void getPrime()
{
memset(isPrime,1,sizeof(isPrime));
prime[0] = 0;
for(long long int i=2;i<1000000;i++)
{
if(isPrime[i])prime[++prime[0]] = i;
for(... | [
"cuiweixie@gmail.com"
] | cuiweixie@gmail.com |
3bf751a5cfcd091d5784030dce4b3eb89aefb944 | 73e5d2812ec4aa07dc9eacf11decb6a73e907d64 | /src/MIT_alice/MUILineCircleVisual.h | 17f6045b1f9d1bebb3b5e195d6fe92a2d4b3914e | [
"MIT"
] | permissive | midasitdev/aliceui | cdf781f84e2d488d0cc7083aa3c783937459ba76 | 3693018021892bcccbc66f29b931d9736db6f9dc | refs/heads/master | 2020-04-24T06:51:27.386806 | 2020-03-05T23:55:48 | 2020-03-05T23:55:48 | 171,779,938 | 10 | 5 | NOASSERTION | 2019-03-08T00:07:41 | 2019-02-21T01:44:39 | C++ | UTF-8 | C++ | false | false | 706 | h | #pragma once
#define MIDAS_SDK
#include "MUILinesVisual.h"
#include "MUICircleDef.h"
#include "HeaderPre.h"
namespace mit
{
namespace ui
{
class __MY_EXT_CLASS__ MUILineCircleVisual : public MUILinesVisual
{
MRUNTIME_DECL_KINDOF( MUILineCircleVisual );
public:
MU... | [
"skwoo@midasit.com"
] | skwoo@midasit.com |
52a7768d1bb0fce02b20b348aac40f498ccbdea1 | b400ea725f0f6d6cbb59fa801d56c8513c851993 | /include/hpp/foot/solvers/LPQPsolver.hh | 1348050561afe11167af74f850b3e99fdbedbad8 | [] | no_license | ggory15/HPP_foottrajectory | db43718ee5715573ca5e79d2d2b18d2645cb9560 | 11d136ce7234c6d437e0a8b8ddbd8ce9f7854da5 | refs/heads/master | 2020-03-28T17:04:42.451964 | 2018-10-19T14:42:04 | 2018-10-19T14:42:04 | 148,756,293 | 0 | 1 | null | 2018-09-14T15:31:05 | 2018-09-14T08:04:11 | CMake | UTF-8 | C++ | false | false | 1,828 | hh | #pragma once
#include <iostream>
#include <fstream>
// #include <eigenqp/LSSOL.h>
// #include <eigenqp/LSSOL_QP.h>
// #include <eigenqp/LSSOL_LP.h>
#include <qpOASES.hpp>
#include <hpp/foot/TrajectoryProblem.hh> // done
#include <hpp/foot/utils/defs.hh> // done
#include <hpp/foot/solvers/QP.hh>
#include <hpp/foot/s... | [
"ggory15@snu.ac.kr"
] | ggory15@snu.ac.kr |
18770ac11be62bcb3961356de9772c23f58e7b6b | 5146ef95cf61da886d565b292553f54ba5dc7b4e | /Assignment2/JUDGE_AND_SOLUTION/JUDGE/test_disjoint_set.cpp | ce4d4c42cabbb1ddd1065d15938a73f06f9d6ac7 | [] | no_license | dongyi-kim/ajou.datastructure.2018.spring | 3f4eb578abafce93509ec27573fd6f0978032263 | 8ab1cbcaa7218d14198970a6572e77e2ee77a10e | refs/heads/master | 2021-09-17T03:40:22.062900 | 2018-06-27T12:25:30 | 2018-06-27T12:25:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 738 | cpp | #include "main.h"
#include "graph.h"
#include "heap.h"
#include<string.h>
#include<stdlib.h>
#include<stdio.h>
#include<memory.h>
int main(int argc, char *argv[]){
int i;
int j;
char DATA_FOLDER[2048];
strcpy(DATA_FOLDER, argv[1]);
graph* g = read_graph(DATA_FOLDER);
disjoint_set* set = init_set(g->V);... | [
"waps12b@naver.com"
] | waps12b@naver.com |
175b3062783e4402c8a7fd160591e5cbc515735e | cf8ddfc720bf6451c4ef4fa01684327431db1919 | /SDK/ARKSurvivalEvolved_StorageBox_IndustrialGrinder_parameters.hpp | 47222abfa33c8578f7964c3a2e913626b587df9c | [
"MIT"
] | permissive | git-Charlie/ARK-SDK | 75337684b11e7b9f668da1f15e8054052a3b600f | c38ca9925309516b2093ad8c3a70ed9489e1d573 | refs/heads/master | 2023-06-20T06:30:33.550123 | 2021-07-11T13:41:45 | 2021-07-11T13:41:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,039 | hpp | #pragma once
// ARKSurvivalEvolved (329.9) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_StorageBox_IndustrialGrinder_classes.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Parameters
//-----------------------------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
44abd5774a1e12f49162f70b97c47115d5056451 | 27c1cb57c1608b65639c6194dc945a440df25473 | /cg_exercise_04/cglib/lib/glm/glm/gtx/optimum_pow.inl | b4f12cb7b217e44b265a1b03d2d4698fbf517ebe | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause",
"LicenseRef-scancode-happy-bunny"
] | permissive | brankyy/CG | 41c7de721ffdba2aefda48db823521fb0d409710 | 217960504e0c723b73dab664e6ca0ccf3aeeeec8 | refs/heads/master | 2020-04-05T00:36:27.888286 | 2019-01-06T22:02:49 | 2019-01-06T22:02:49 | 156,395,913 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 494 | inl | /// @ref gtx_optimum_pow
/// @file glm/gtx/optimum_pow.inl
namespace glm
{
template<typename genType>
GLM_FUNC_QUALIFIER genType pow2(genType const& x)
{
return x * x;
}
template<typename genType>
GLM_FUNC_QUALIFIER genType pow3(genType const& x)
{
return x * x * x;
}
template<typename ... | [
"brankyy@gmail.com"
] | brankyy@gmail.com |
b632f39229a96dd9634c1624a0e1b3348c8ebd53 | 00fc56cab43c3eba4e3d6f724a2754466bf6312f | /mod5/project/src/calcBandI.cpp | c8157f0cf2a3801dc4d1cbd8964b6c42f92868a0 | [] | no_license | JohnJ-Led/cpp_based_projects | b6ec697f03172dc7bc41aac9ddaa341ca7367d31 | 3b9d990edab33dec9b25cc26516af7fb1a243553 | refs/heads/master | 2023-06-21T01:19:18.802716 | 2020-08-23T22:47:26 | 2020-08-23T22:47:26 | 289,593,078 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,177 | cpp | #include <iostream>
#include <iomanip>
#include <ios>
#include "calcBandI.h"
void calBandINoAddDeposits(double openAmt, double interestRate, int yearCount ){
//int monthCount = yearCount * 12;
double earnedInterest;
double totalEarned;
double totalInterest = 0;
int i;
int j;
double temp = ... | [
"jacob.ledthebox@gmail.com"
] | jacob.ledthebox@gmail.com |
565a84d14033fc78aa3ba310f573d4e2a419a3dc | 5d01a2a16078b78fbb7380a6ee548fc87a80e333 | /ETS/Components/MM/EtsMmRisks/_IMmRvGrpAtomEvents_CP.H | 5ee06bb22200a034047d4cd4eef8b282f0c88c44 | [] | no_license | WilliamQf-AI/IVRMstandard | 2fd66ae6e81976d39705614cfab3dbfb4e8553c5 | 761bbdd0343012e7367ea111869bb6a9d8f043c0 | refs/heads/master | 2023-04-04T22:06:48.237586 | 2013-04-17T13:56:40 | 2013-04-17T13:56:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,947 | h |
// Wizard-generated connection point proxy class
// WARNING: This file may be regenerated by the wizard
#pragma once
template<class T>
class CProxy_IMmRvGrpAtomEvents :
public IConnectionPointImpl<T, &__uuidof(_IMmRvGrpAtomEvents)>
{
public:
HRESULT Fire_OnError( LONG ErrorCode, BSTR Symbol, BSTR ... | [
"chuchev@egartech.com"
] | chuchev@egartech.com |
8607856aac8e3fbea08d2adf0c61c33ca35b8c5e | c9e3a15a9df784dd6e97334dd465e437726dd31c | /sources/prgm sol/traitement images/essai1.cpp | 938bed29ce03503ebcb8adc726f9b6aee216e503 | [] | no_license | thriller91/Cansat-SupOp | 75964e5484f88620f4b3468b5a8c526d2fcd9829 | 3fecc6433ff6a0d22d82ba238558d97c6c233fb4 | refs/heads/master | 2020-05-30T18:30:46.153984 | 2017-02-20T17:51:01 | 2017-02-20T17:51:01 | 2,622,802 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,469 | cpp | #include "highgui.h"
#include "cxcore.h"
#include <iostream>
#include <vector>
using namespace std;
using namespace cv;
int main( int argc, char** argv )
{
int rows,cols;
cv::Mat img3;
IplImage *img1,*img2,image;
std::vector<Mat> planes1,planes2;
if(argc<2){
std::cout<<"Usage: main <image-file-name>"<<std::end... | [
"zubair91@hotmail.fr"
] | zubair91@hotmail.fr |
4e22c4f7a4fe690c83ff43a530f220b787ae7782 | a932933fc4cb848e7b3484e90cf8a6d26216cb09 | /Module03/ex01/ScavTrap.cpp | 1d1c9018fe126b7ffb3e1d1c7316d32556c41aca | [] | no_license | robijnvh/CPP | 77c0d3e8db475c2fd0596fa2eda99e50bc8e6d59 | 52b0b958453df484b276c5306db6d6f3c7b62c99 | refs/heads/master | 2023-05-03T11:07:45.368207 | 2021-05-26T09:44:44 | 2021-05-26T09:44:44 | 283,137,046 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,013 | cpp | /* ************************************************************************** */
/* */
/* :::::::: */
/* ScavTrap.cpp :+: :+: ... | [
"rvan-hou@f0r3s26.codam.nl"
] | rvan-hou@f0r3s26.codam.nl |
62ead62335fc6bfbbae4acea668c57793c0ea5f8 | f0ed8efeb82a6e2c3c23df405689a8e58e78e197 | /Offline-2/BookShop.cpp | 974fb40a00a66599299eebc73ccf13821f466adf | [] | no_license | sabahcsxgawd/LEVEL-1_TERM-2_CSE-108 | fbdd3d00d38e11e01066b6fde243e6c7521b1836 | 3d9c774beac3df5f40f51860d84f067887c80f72 | refs/heads/main | 2023-06-09T20:21:34.373087 | 2021-07-03T11:01:00 | 2021-07-03T11:01:00 | 351,215,656 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,296 | cpp | /*******************************Offline 2****************************************/
/* Implement the functions of the class BookShop below as per the instructions */
/* given inline the class definition. Make sure the output of the code in the */
/* main function matches the given sample output. You may add/delete co... | [
"noreply@github.com"
] | sabahcsxgawd.noreply@github.com |
266edb5921ee1e456427f24f2764e57d9f09c646 | 90d2a91fd4931c6e0c8aca344c11dc43d7c00ebc | /3rd-party/yaml-cpp/src/exceptions.cpp | f298e54aa00e8ec053c977c7929baaed8fb2985a | [
"MIT",
"OML"
] | permissive | NavInfoNC/ncserver | 7fc412f967f9ccf15d2b6fc34513e6be57581d75 | 6713e6b78ea21d03d144652b48afe8b46db1e63c | refs/heads/master | 2022-01-02T05:25:40.615189 | 2021-12-29T10:03:41 | 2021-12-29T10:03:41 | 196,983,258 | 15 | 9 | MIT | 2021-12-02T09:42:49 | 2019-07-15T11:12:00 | C++ | UTF-8 | C++ | false | false | 2,147 | cpp | /*
Copyright (c) 2008-2015 Jesse Beder.
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, distribut... | [
"zhangjs@mailbar.com"
] | zhangjs@mailbar.com |
8f08e50e077817fcbdbce65db8da26f5867dc267 | d32b701f6ccd833293c8571b5411fa55a57b0cb9 | /src/orient_module.cpp | bd53a3b6f28475f71e0a511d8913f6caee31f5e2 | [] | no_license | mitchellgordon95/GraphicsFromScratch | d0108795d50eb500a3d166602f761cad102e4ea7 | 30b678f713597a95370411eaf48450737a3d2399 | refs/heads/master | 2020-05-29T21:14:59.508395 | 2015-05-05T05:14:45 | 2015-05-05T05:14:45 | 35,078,624 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 952 | cpp | #include "orient_module.h"
#include "cli_pipeline.h"
#include <armadillo>
CLI_Orient::~CLI_Orient()
{
}
using namespace CLI_Pipeline;
using namespace arma;
void CLI_Orient::execute(std::vector<char *> ¶ms)
{
float a = CLI_Module::parseNumericalArg(params[0]);
float b = CLI_Module::parseNumericalArg(params[1]);... | [
"mitchell.gordon95@gmail.com"
] | mitchell.gordon95@gmail.com |
da25ac7845cd82a3613baceebe9a0d02e08766fe | 7619eda583a979c6078c38d57b0fbeaaff44cc0a | /Pods/MMKVCore/Core/MemoryFile.cpp | e581dcb95f178bff38f8561b9b4e68d22a920f83 | [
"BSD-3-Clause",
"Zlib",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"OpenSSL",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | mohsinalimat/WeChatSwift | f6ca421a4222b14016d2fe67dccf933788c287d0 | 574d0fd2b95d5fb79d978b9cd8652570fd42b3e8 | refs/heads/master | 2021-11-22T23:08:25.764547 | 2021-10-08T08:47:48 | 2021-10-08T08:47:48 | 217,524,779 | 1 | 0 | MIT | 2019-10-25T12:03:40 | 2019-10-25T12:03:40 | null | UTF-8 | C++ | false | false | 8,309 | cpp | /*
* Tencent is pleased to support the open source community by making
* MMKV available.
*
* Copyright (C) 2018 THL A29 Limited, a Tencent company.
* All rights reserved.
*
* Licensed under the BSD 3-Clause License (the "License"); you may not use
* this file except in compliance with the License. You may obtai... | [
"xshf87@126.com"
] | xshf87@126.com |
ddbbcaa30874c15f8ec4f8fb4ee8f4fdccda485b | e1c054f36ea1eb0b2205d1dcfba2fc971731cb23 | /doublesetting.h | eab52bd00e4e718e93547475f0d95b94054454cd | [] | no_license | 62ocean/Qlink | fbc0c9ac69982786977e6e12e984d0db757aff64 | 56c9ea0013669c1061f8eb26aef86860d9cf8bae | refs/heads/master | 2023-08-25T19:43:13.509283 | 2021-09-17T05:54:08 | 2021-09-17T05:54:08 | 407,416,557 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 491 | h | #ifndef DOUBLESETTING_H
#define DOUBLESETTING_H
#include <QDialog>
#include <QButtonGroup>
namespace Ui {
class DoubleSetting;
}
class DoubleSetting : public QDialog
{
Q_OBJECT
public:
explicit DoubleSetting(QWidget *parent = nullptr);
~DoubleSetting();
private slots:
void startGame();
void can... | [
"ocean62yjl@gmail.com"
] | ocean62yjl@gmail.com |
3aeebfc2aceb1adbf1a5481edbe7afed3b715f42 | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /chromeos/components/camera_app_ui/url_constants.cc | 96894c1d8bab757e4aa201eee81af9010c9cbb84 | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 389 | cc | // Copyright 2020 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 "chromeos/components/camera_app_ui/url_constants.h"
namespace chromeos {
const char kChromeUICameraAppHost[] = "camera-app";
const char kChrome... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
777e87fe8fb1dccae1690c003f971c2ec9379754 | f153b04464e0bbe7c2db57f7b6c2d64d87f8953b | /leetcode/NumberOfBoomerangs.cpp | 13b52ebaee4fb4f7bb3bc88104b59f47c5527bbb | [] | no_license | alvas/ms_interview_100 | 82f4f7222db775c68b035dc616d812c63f3127a7 | 8587116a3c4227f71783e7dac42517b6561d17b0 | refs/heads/master | 2022-03-18T10:48:46.834899 | 2022-02-24T04:10:05 | 2022-02-24T04:10:05 | 16,854,684 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,617 | cpp | #include <iostream>
#include <map>
#include <unordered_map>
#include <vector>
using namespace std;
class Solution {
public:
int numberOfBoomerangs(vector<pair<int, int>>& points) {
int res = 0;
int sz = points.size();
for (int i = 0; i < sz; ++i) {
unordered_map<long, int> m;
... | [
"qingyun.oracle@gmail.com"
] | qingyun.oracle@gmail.com |
dd5ee657c673eb566f9cdc8dd4de35f69c1d6c29 | 025b6f6daa885a43705876b0401b32d1713ca7ad | /roamfree/ROAMestimation/include/ROAMestimation/SpatialIndex/SpatialIndex.h | 33ad1bee41da895dd52f348db180b1dc167d14ac | [] | no_license | AIRLab-POLIMI/ROAMFREE | dcd1c3e1ff7de7905e4bad2a018178d1a8d6263a | a0f875a4e30455758b33b8dde2b13bdddd7302e6 | refs/heads/master | 2023-03-10T02:31:39.737671 | 2022-09-23T08:53:24 | 2022-09-23T08:53:24 | 39,181,027 | 33 | 12 | null | null | null | null | UTF-8 | C++ | false | false | 2,415 | h | /*
Copyright (c) 2013-2016 Politecnico di Milano.
All rights reserved. This program and the accompanying materials
are made available under the terms of the GNU Lesser Public License v3
which accompanies this distribution, and is available at
https://www.gnu.org/licenses/lgpl.html
Contributors:
Davide A. Cucci (da... | [
"davide.cucci@epfl.ch"
] | davide.cucci@epfl.ch |
1a14cdf902e9c1fdb0f9ce8ef307201dc843e365 | 2b31b6a58a6677f23422a07b9aebbc0ae89e8cb0 | /libvis/src/libvis/image_io_netpbm.h | d409e7ae857a51df465ee92b2c49a4d9e58d97d1 | [
"BSD-3-Clause"
] | permissive | SnowCarter/surfelmeshing | eef27c8d8797432f0706502e8507e45adee7323b | 5b1c8d160c1d64f5144b58309b725812d8e6e3ab | refs/heads/master | 2020-04-03T06:25:35.202401 | 2018-10-02T12:31:55 | 2018-10-02T12:31:55 | 155,074,298 | 1 | 0 | BSD-3-Clause | 2018-10-28T13:30:43 | 2018-10-28T13:30:42 | null | UTF-8 | C++ | false | false | 2,830 | h | // Copyright 2018 ETH Zürich, Thomas Schöps
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice,
// this list of conditions and the follow... | [
"tom.schoeps@gmail.com"
] | tom.schoeps@gmail.com |
44f9bf7a3a5eb18bba1fb618925fe289fcdf7dac | 4d8941141571cca0b67f9d232bc29a3808029982 | /winter training/winter training day 3 A/main.cpp | f8d848028b3e0e54acbe989e0d33651a27f2404d | [] | no_license | 2003pro/code-of-acm | 38a10bf7504f895bffc74b82b3940d659008dedd | 6797ab837c9d41ed4db2faf0e0e57f7afb2de5ae | refs/heads/master | 2021-01-19T21:58:08.533594 | 2017-04-27T10:47:34 | 2017-04-27T10:47:34 | 88,726,025 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,129 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef pair<int ,int> pii;
vector<pii> sk;
queue <string> p;
stack <char> p1;
stack <int> pp;
string tt;
char s1[1003];
int main()
{
string s,s2;
while(cin >> s){
if(s[0] == '(') s = s.substr(1,s.length()-2);
int l = s.length(),i,vis=0,flag = 0;
... | [
"张骥鹏"
] | 张骥鹏 |
e9bf8053dff7b2f3f06ebc5e0bc4f3a9be953313 | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /live/include/alibabacloud/live/model/StopPlaylistResult.h | 26e6860e298ba280f15084b205cd8b0914cc25db | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-cpp-sdk | 3d8d051d44ad00753a429817dd03957614c0c66a | e862bd03c844bcb7ccaa90571bceaa2802c7f135 | refs/heads/master | 2023-08-29T11:54:00.525102 | 2023-08-29T03:32:48 | 2023-08-29T03:32:48 | 115,379,460 | 104 | 82 | NOASSERTION | 2023-09-14T06:13:33 | 2017-12-26T02:53:27 | C++ | UTF-8 | C++ | false | false | 1,362 | h | /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
af94524548bdfa8575170bba049307e89f429301 | 627d4d432c86ad98f669214d9966ae2db1600b31 | /unprocessed/tools/designer/src/lib/sdk/abstractwidgetfactory.cpp | a82d34e43835c43e43716588b8d4df85745883e8 | [] | no_license | fluxer/copperspice | 6dbab905f71843b8a3f52c844b841cef17f71f3f | 07e7d1315d212a4568589b0ab1bd6c29c06d70a1 | refs/heads/cs-1.1 | 2021-01-17T21:21:54.176319 | 2015-08-26T15:25:29 | 2015-08-26T15:25:29 | 39,802,091 | 6 | 0 | null | 2015-07-27T23:04:01 | 2015-07-27T23:04:00 | null | UTF-8 | C++ | false | false | 3,037 | cpp | /***********************************************************************
*
* Copyright (c) 2012-2015 Barbara Geller
* Copyright (c) 2012-2015 Ansel Sermersheim
* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies).
* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.... | [
"ansel@copperspice.com"
] | ansel@copperspice.com |
0fc664c413a14a57916edfe97d57e740344a6756 | ea13d60ca2b530a339d48e677723d35492d9177c | /02_module/ABKCommon/src/mmapStreamBuf.cxx | 9c733e0b8c0b30f6f4c426433fa48ad0f8c73923 | [
"MIT"
] | permissive | gledr/SMT_MacroPlacer | dab3e929b3edbb6bc346f9b9f9a44d76fd258239 | b5b25f0ce9094553167ffd4985721f86414ceddc | refs/heads/master | 2023-01-31T09:11:25.763888 | 2020-12-18T08:52:00 | 2020-12-18T08:52:00 | 251,312,468 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,808 | cxx | /**************************************************************************
***
*** Copyright (c) 1995-2000 Regents of the University of California,
*** Andrew E. Caldwell, Andrew B. Kahng and Igor L. Markov
*** Copyright (c) 2000-2010 Regents of the University of Michigan,
*** Saurabh N... | [
"sebastian.pointner@jku.at"
] | sebastian.pointner@jku.at |
a7fbd7755ef80f281f66d4420049f5c32586ea2d | 0fccd1748ee7be55039e7bbfb4820197b5a85f0b | /2D Game Engine/2D Game Engine/LevelManager.h | 971927bedf7486504c9856c7319e2b485fa904ea | [] | no_license | AustinChayka/C-Game | 11d297ac5fd38a280da4701ec16c5e18f8680c58 | 56bd96fddc38cb4bfca6f69c37748b1417a51d8a | refs/heads/master | 2022-02-13T02:39:14.724679 | 2019-05-30T22:10:43 | 2019-05-30T22:10:43 | 167,856,869 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 960 | h | #ifndef LevelManager_h
#define LevelManager_h
#include "StateManager.h"
#include <vector>
#include "ImageTile.h"
class StateManager;
class GameObject;
class ImageTile;
class Room;
class LevelManager {
public:
LevelManager();
~LevelManager();
void LoadLevel(int n);
void GenerateLevel(int size, int seed);
... | [
"austinchayka@gmail.com"
] | austinchayka@gmail.com |
59cbfc7165a8e55e41184e69a9d93bd41550a2e1 | 2b5c710c9b372ad7e4d49e16852944aaf8926a07 | /DerivedSources/WebCore/JSSVGViewSpec.cpp | cb1ff2282fd125dafd649a69cadd0d615f5056fc | [
"Apache-2.0"
] | permissive | FMSoftCN/mdolphin-core | 8ce68f1055d3a38f6e46bd311f2c20b7afc183b8 | 48ffdcf587a48a7bb4345ae469a45c5b64ffad0e | refs/heads/master | 2022-04-09T22:16:12.602078 | 2020-02-11T10:06:11 | 2020-02-11T10:06:11 | 92,716,592 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,790 | cpp | /*
This file is part of the WebKit open source project.
This file has been generated by generate-bindings.pl. DO NOT MODIFY!
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation... | [
"vincent@minigui.org"
] | vincent@minigui.org |
03efdc18375eb6352b14aa2e2efdaf4c371dc309 | 00685c116da5169abda9c0fdd57a4dc20434e239 | /virtual_clay_2/virtual_clay_2/src/d3d/D3DSphere.h | c1c67750ce94aa75833a9efa84afe5e368db1b1b | [
"MIT"
] | permissive | RythBlade/virtual_clay_2 | 4af41972d634925e11d2769808a00ba48738064e | 987eeebe24521d7f3d8b38235121bb3f9c464b10 | refs/heads/master | 2020-06-29T11:52:40.807066 | 2019-08-11T09:39:03 | 2019-08-11T09:39:03 | 200,527,736 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 926 | h | // LCCREDIT start of LunaDX10.2
#pragma once
#include <d3d11.h>
#include <vector>
#include <dxerr.h>
#include "Utility.h"
#include "DataTypes.h"
#include "Debug.h"
class D3DSphere
{
private:
float mRadius;
UINT mNumSlices;
UINT mNumStacks;
DWORD mNumVertices;
DWORD mNumFaces;
ID3D11Devic... | [
"noreply@github.com"
] | RythBlade.noreply@github.com |
89b70c6d1b80b2e67426fc40d80305b4d9dfdf1f | 25f1a35e2802ddab82f97c570491b9ad3599831e | /src/Deliverables/DediPro/MiscSettings.cpp | 609a01f228e164a9c5715d288b510769b9a96497 | [] | no_license | rockonedege/dediprog-SF1xx | 1a8f35378e08a49dca7fc21474bfef00a43c162a | de57583ea3ec90ac90132c08258bbe1bebf3cc3f | refs/heads/master | 2020-09-16T20:25:06.077225 | 2019-11-25T06:57:41 | 2019-11-25T06:57:41 | 223,880,292 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,024 | cpp | // MiscSettings.cpp : implementation file
//
#include "stdafx.h"
#include "DediPro.h"
#include "MiscSettings.h"
#include "PreferenceEx.h"
#include "dedicontext.h"
#include <boost/array.hpp>
// CMiscSettings dialog
IMPLEMENT_DYNAMIC(CMiscSettings, CPropertyPage)
CMiscSettings::CMiscSettings(Context::... | [
"rockonedge@live.com"
] | rockonedge@live.com |
c62f80492f255988842e2647148eb7bac44a3aef | 3a4f120f3211a1482b8ba826f4922fa741c5586e | /ip/Pmods/PmodWIFI_v1_0/drivers/PmodWIFI_v1_0/examples/HTTPServer/ProcessClient.cpp | 9fb794141743739c3b41ae26131800ede7ea66a1 | [
"MIT"
] | permissive | Digilent/vivado-library | 7135129c7e4fec84d17e1fe037598bd2124085eb | cbfde215a27053004cb41d85535c4a1bd1673e14 | refs/heads/master | 2023-09-05T22:04:31.189589 | 2023-08-22T17:23:00 | 2023-08-22T17:23:46 | 46,139,497 | 512 | 327 | MIT | 2023-08-22T17:23:47 | 2015-11-13T18:23:02 | C | UTF-8 | C++ | false | false | 23,728 | cpp | /************************************************************************/
/* */
/* ProcessClient.cpp */
/* */
/* A chipKIT WiFi... | [
"tom.kappenman@wsu.edu"
] | tom.kappenman@wsu.edu |
824429cee4c8330dcf833c5cd8e3c8a63bea3b41 | a58ac1d4f118050f758281b72fb51f6fd37d8bd5 | /src/fsync.hpp | f62f90b9848a2da6e81e042a96971cb691609e54 | [
"MIT"
] | permissive | hilbix/mergerfs | cd9264908d478b5a1d801d1a0250ce4f812df0ee | 0165fb24d40c5aa28eadf450df5d40f7c554c52e | refs/heads/master | 2021-01-13T06:49:34.416501 | 2015-12-08T04:57:24 | 2015-12-08T04:57:24 | 47,934,663 | 0 | 0 | null | 2015-12-13T20:15:18 | 2015-12-13T20:15:17 | null | UTF-8 | C++ | false | false | 1,346 | hpp | /*
The MIT License (MIT)
Copyright (c) 2014 Antonio SJ Musumeci <trapexit@spawn.link>
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 limitat... | [
"trapexit@spawn.link"
] | trapexit@spawn.link |
5ce09bd348593139b714480c538bf1dcb165d861 | 4ec84d397a741bef5d390a638046086577461900 | /game/model/message_processor/message_processor.h | e4c6250e456b5217c3df93a17ed6daa4f585ebb3 | [] | no_license | luchengbiao/xqs_game | 186934d41b10a085650bf45bc0a496fb52d44582 | ce447bb923188a3ae13710033bcb074529a0d2e4 | refs/heads/master | 2020-04-05T06:17:55.699468 | 2019-03-21T10:40:26 | 2019-03-21T10:40:26 | 156,632,557 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,713 | h | #ifndef __GAME_MODEL_MESSAGE_PROCESSOR_MESSAGE_PROCESSOR_H__
#define __GAME_MODEL_MESSAGE_PROCESSOR_MESSAGE_PROCESSOR_H__
#include <stdint.h>
#include <memory>
#include <string>
#include <QObject>
#include "base/framework/observer_list.h"
#include "game/macros.h"
#include "channel_manager/channel_manager_global.h"
#inc... | [
"993925668@qq.com"
] | 993925668@qq.com |
275f4010861020409695a95f979e876e1f5fb323 | e8ab6a8108801dfedb694557626fd847651564e2 | /Dragon/include/operators/arithmetic/mul_op.h | 395b1d58ae91d1c057e426b4d3bd786acdbf0d51 | [
"BSD-2-Clause"
] | permissive | Spark001/Dragon-1 | 87f722bcb0feaec7fad29d923c60681cf9584267 | 310bcb5f6d9a6623bb58ed3d1ad02d1f440da474 | refs/heads/master | 2020-03-09T22:52:08.171500 | 2018-04-01T10:13:50 | 2018-04-01T10:13:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,108 | h | // ------------------------------------------------------------
// Copyright (c) 2017-preseent, SeetaTech, Co.,Ltd.
//
// Licensed under the BSD 2-Clause License.
// You should have received a copy of the BSD 2-Clause License
// along with the software. If not, See,
//
// <https://opensource.org/licenses/BSD-2-Cla... | [
"ting.pan@seetatech.com"
] | ting.pan@seetatech.com |
738864566d92b9a12f711be5579328f925b9608b | 19765034e3c1e8968b4108c621e39b5bd509675e | /nuevo/automata-01pares/main.cpp | 176329ca660dee3e750d9c63f39eff325a745102 | [] | no_license | marco-gallegos/estructura-de-datos-2 | e30086c2606c033187cad24d8b46053598a1b0d5 | e85589705c1dbed4f7cc9728991407fc94b68780 | refs/heads/master | 2022-07-06T16:51:13.937772 | 2022-06-24T08:52:07 | 2022-06-24T08:52:07 | 32,251,992 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,187 | cpp | #include <QCoreApplication>
#include<iostream>
using namespace std;
// automata finito determinista que reconoce ceros y unos pares.
int tipoSimbolo(char c); //funcion para regresar el tipo de simbolo
int main()
{
//QCoreApplication a(argc, argv);
int matriz [][3]={//matriz de transiciones
{2,1,4},//q... | [
"ma_galeza@hotmail.com"
] | ma_galeza@hotmail.com |
ca8a006d7dbed76702828783db00a35317d6f5e6 | 1763177bd131827bb6e2c8377fd429dca1d30f02 | /pathmet/firmware/source/pc.hpp | 76b8e030c48c8295cc7fe0b49c07944b9e4cd78d | [] | no_license | pathVu/pathmetarcgis | 79d3cd66aeefb30b457eac656299c8e923262499 | ec48e834a2e13de4af2ad3a31ef7a660a5a49a18 | refs/heads/master | 2023-03-16T06:16:32.945099 | 2021-03-11T17:51:26 | 2021-03-11T17:51:26 | 267,865,641 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,197 | hpp | #pragma once
#include <cstdint>
#include "circular_buffer.hpp"
extern "C" void pc_on_rx(const uint8_t*, uint32_t);
extern "C" uint32_t pc_tx_pending(void);
extern "C" void pc_get_tx(uint8_t* data, uint32_t size);
class PC {
public:
PC();
void init();
void update();
void write(const uint8_t* da... | [
"cjr105@case.edu"
] | cjr105@case.edu |
e1f8ad89e29e2b00c2733d0764fcea9c099022ca | 8730ff90ba4d16476f8c2da6de34d8e8817bd5b4 | /OOP345/W3_Class Templates/345_w3.cpp | 20627c4d7476a0f30bee75bda1bc1a7ab753252d | [] | no_license | muratbir/Seneca_College | 1d0da9c3845426dd761e510fe942c0d0c97add19 | b8f718123dbc9915a17c03821a2a10ec26136ace | refs/heads/master | 2020-08-01T11:10:23.163943 | 2019-04-17T21:37:59 | 2019-04-17T21:37:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,726 | cpp | // Workshop 3 - Class Templates
// 345_w3.cpp
// Chris Szalwinski
// 2018.05.17
#include <fstream>
#include <iostream>
#include <iomanip>
#include <string>
#include "KVList.h"
//#define CONSOLE
#ifndef CONSOLE
#define SOURCE input
#else
#define SOURCE std::cin
#endif
// display list of key-value pairs
//
template <ty... | [
"nickyoon89@gmail.com"
] | nickyoon89@gmail.com |
acb1c79617ba4d2a9f928ef6efb7b0951d68fff2 | 4efd3bf53b563d06d98a5938fea0f9d758b006ad | /src/SynthLib2ParserExceptions.cpp | 0d44c8b0855d0ac662b649f885c2cdf836a81187 | [
"BSD-2-Clause"
] | permissive | sygus-tools/synthlib2parser | 7004903eec704138568b749414d2e0b8a5a0f3bd | a1e409024d7c9d64b5e986c9ef34242005c68250 | refs/heads/master | 2020-07-15T00:19:27.233199 | 2017-07-03T09:15:52 | 2017-07-03T09:15:52 | 94,301,766 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,271 | cpp | // SynthLib2ParserExceptions.cpp ---
//
// Filename: SynthLib2ParserExceptions.cpp
// Author: Abhishek Udupa
// Created: Sat Jan 18 16:42:40 2014 (-0500)
//
//
// Copyright (c) 2013, Abhishek Udupa, University of Pennsylvania
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or ... | [
"ammarbenkhadra@gmail.com"
] | ammarbenkhadra@gmail.com |
d8ff64d8a35a2a3b012b947ef940caf2bcd9ad74 | 98ef9f82f45320df070f670eac258c8365113642 | /nowcoder/剑指offer/和为s的两个数.cc | 463c49195bf09011126b28db94a1e86c0135ffc6 | [] | no_license | FrankWork/LeetCode | abbf6125b57e143073f89daf5cbcbd8ff67bb78b | 6ec0c0d43cf4e8ef968051a4d125c4965d58e4f5 | refs/heads/master | 2021-01-22T07:27:43.963950 | 2018-11-12T08:44:18 | 2018-11-12T08:44:18 | 39,978,490 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 562 | cc | #include <iostream>
#include <vector>
#include <cstdio>
#include <cmath>
#include <algorithm>
using namespace std;
class Solution {
public:
vector<int> FindNumbersWithSum(vector<int> &nums,int sum) {
int l=0,r=nums.size()-1;
vector<int> res;
while(l<r){
int t=nums[l]+nums[r];
... | [
"lzh00776@163.com"
] | lzh00776@163.com |
ea0529d8fa404e5568bbc788a930e7ea91bd550c | e59209be58bde8224b287a36d9a55b6c4adeac8c | /A_Perfectly_Imperfect_Array.cpp | 94215bc4efa8b5edf44329bc967b84bd540f2b0e | [] | no_license | believe-that-23/random-practise | 133379758a94408f5b1e4951cdfac302f2bd3d87 | c708e511c44d42b113fcc8b3fd6008942835e081 | refs/heads/main | 2023-05-03T00:35:01.536271 | 2021-05-28T13:32:05 | 2021-05-28T13:32:05 | 371,705,852 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,410 | cpp | #include <bits/stdc++.h>
#include <cmath>
#include <regex>
#define fi first
#define se second
#define pb push_back
#define mp make_pair
#define ll long long
#define all(x) (x).begin(),(x).end()
#define vll vector<long long int>
#define FAST ios_base :: sync_with_stdio (false); cin.tie (NULL)
using namespace ... | [
"noreply@github.com"
] | believe-that-23.noreply@github.com |
6cf8759f99479d0502629df24bada59371f70329 | 907ed11cf4d9b01483a31b582dd1fc9e739d5801 | /include/donutbreakdownchart.h | 1b4162703da3ab3034f5e936912b25e45e75d240 | [] | no_license | YmiR1710/BachelorWork | beacc265a102f345e47f1b99e481c3157bac712c | ae7449196a79c1cca9ae72e2d16f3c254fa55a1d | refs/heads/master | 2023-04-30T07:44:33.034982 | 2021-06-01T07:41:26 | 2021-06-01T07:41:26 | 337,137,522 | 0 | 0 | null | 2021-04-10T09:40:36 | 2021-02-08T16:29:06 | C++ | UTF-8 | C++ | false | false | 485 | h | #ifndef DONUTBREAKDOWNCHART_H
#define DONUTBREAKDOWNCHART_H
#include <QtCharts/QChart>
#include <QtCharts/QPieSeries>
QT_CHARTS_USE_NAMESPACE
class DonutBreakdownChart : public QChart
{
Q_OBJECT
public:
DonutBreakdownChart(QGraphicsItem *parent = nullptr, Qt::WindowFlags wFlags = {});
void addBreakdownSe... | [
"volianskyi@ucu.edu.ua"
] | volianskyi@ucu.edu.ua |
4f82b2e7cb0c29608f1433c6d267f4f3355501e1 | e1402bc56b5eba90bcdd956a04f5571d89a7d100 | /skgrader/maxflow.cxx | 43c7076893fdb80bf626c60d12e64701615c04bc | [] | no_license | markverick/ioi-training | 5dc9248ad394de0272abafb54d52d90c5073fb27 | 57a15aa332a908b6044a8cb90b3c0b660ff13ae4 | refs/heads/master | 2018-12-13T01:28:01.326534 | 2018-10-23T18:26:04 | 2018-10-23T18:26:04 | 148,653,348 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,416 | cxx | #include<bits/stdc++.h>
#define X first
#define Y second
#define MP make_pair
#define EB emplace_back
#define MI 1000000000
using namespace std;
vector<int> adj[50135];
int s,t,n;
int state[50135];
int hsh[50135],result[50135];
vector<pair<int,int> > v;
inline void dfs(int idx,int cot,int p,int mul)
{
... | [
"sirapop741@gmail.com"
] | sirapop741@gmail.com |
7f1eb5d6903b82883f90e5c0b9fd33bd6e69f481 | 4130b36e09feb24f16bdbbc1fa3e1d6659c0d439 | /congcongclient/Classes/ClientHN_THJ/Game/MENJI/Setting/TLJSettingPanel.h | 573b82f7e119e1d5240753b0752ef0ea1b85d526 | [
"MIT"
] | permissive | cnceo/18_TTL | b48eaf46f93b289047769a89bbdb749c14720a42 | c8fc3fe7b7a0acad2b2cb5e80e96219b6257f0e4 | refs/heads/master | 2020-04-09T04:01:14.354570 | 2018-12-01T06:44:23 | 2018-12-01T06:44:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 752 | h | #pragma once
#include "CommonHeader/CommonHeader.h"
#include "GUI/CCControlExtension/CCControl.h"
#include "SimpleAudioEngine.h"
#include "Game/Script/SoundFun.h"
USING_NS_CC_EXT;
class TLJSettingPanel
: public cocos2d::Node
, public FvSingleton<TLJSettingPanel>
{
public:
TLJSettingPanel();
~TLJSettingPanel();
... | [
"taotingfu819@163.com"
] | taotingfu819@163.com |
ab2ff198ba858ac5148f30d91b4873afed2c1081 | 1dbf007249acad6038d2aaa1751cbde7e7842c53 | /cdn/include/huaweicloud/cdn/v1/model/CreateDomainResponseBodyContent.h | b43487ca7ac9481e6648218291e7981de8579dbf | [] | permissive | huaweicloud/huaweicloud-sdk-cpp-v3 | 24fc8d93c922598376bdb7d009e12378dff5dd20 | 71674f4afbb0cd5950f880ec516cfabcde71afe4 | refs/heads/master | 2023-08-04T19:37:47.187698 | 2023-08-03T08:25:43 | 2023-08-03T08:25:43 | 324,328,641 | 11 | 10 | Apache-2.0 | 2021-06-24T07:25:26 | 2020-12-25T09:11:43 | C++ | UTF-8 | C++ | false | false | 7,041 | h |
#ifndef HUAWEICLOUD_SDK_CDN_V1_MODEL_CreateDomainResponseBodyContent_H_
#define HUAWEICLOUD_SDK_CDN_V1_MODEL_CreateDomainResponseBodyContent_H_
#include <huaweicloud/cdn/v1/CdnExport.h>
#include <huaweicloud/core/utils/ModelBase.h>
#include <huaweicloud/core/http/HttpResponse.h>
#include <huaweicloud/cdn/v1/model/S... | [
"hwcloudsdk@huawei.com"
] | hwcloudsdk@huawei.com |
e1fd04e20dc1b10808c6f81fdb6131150365118a | 9e4a00de1ec07e7e88872ef60c42a49bf65dc2b0 | /Code/Libraries/Audio/src/soloudaudiosystem.h | 906a0b9468f16f3c257eafb887e9076749ae976a | [
"Zlib"
] | permissive | ptitSeb/Eldritch | 6a5201949b13f6cd95d3d75928e375bdf785ffca | 3cd6831a4eebb11babec831e2fc59361411ad57f | refs/heads/master | 2021-07-10T18:45:05.892756 | 2021-04-25T14:16:19 | 2021-04-25T14:16:19 | 39,091,718 | 6 | 4 | NOASSERTION | 2021-04-25T14:16:20 | 2015-07-14T18:03:07 | C | UTF-8 | C++ | false | false | 2,705 | h | #ifndef SOLOUDAUDIOSYSTEM_H
#define SOLOUDAUDIOSYSTEM_H
#include "audiosystemcommon.h"
#include "map.h"
#include "set.h"
#include "list.h"
#include "hashedstring.h"
#include "array.h"
#include "interpolator.h"
#include "simplestring.h"
#include "soloud.h"
#include "soloud_echofilter.h"
struct SoLoudPr... | [
"rajdakin@gmail.com"
] | rajdakin@gmail.com |
b7579e4cad8fbd259e5d5ee0cb9b61d6f66fb2a0 | 99cfd2020e2984f2d463978b5a134a2f1081d094 | /shashank/prime_till_n.cpp | f7350454f60dfaa406fb4b2ff0254e4b33954b5c | [
"MIT"
] | permissive | sekharkaredla/Cpp_Programs | 5e33ff5ee7a15fa6582d7d9319a78b3c19071b2a | e026d3322da5913e327033cb5d4787665998aef3 | refs/heads/master | 2021-05-09T07:07:51.674806 | 2018-01-29T08:12:23 | 2018-01-29T08:12:23 | 119,348,800 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 768 | cpp | #include<iostream>
using namespace std;
class num
{
int n,i,r,j,flag;
public:
void getdata()
{
cout<<"enter a number :";
cin>>n;
}
void loop()
{
for(i=1;i<=n;i++)
if(prime(i)==1)
cout<... | [
"sekhar.karedla@gmail.com"
] | sekhar.karedla@gmail.com |
baa4a7b7aed99f3503fdbb87f14ea0cec2d195dd | 64c6a76143ee2cbef6568865c032805d1536da60 | /sources/Bitmap.h | 78acaa8f01497a097b7895eb92b7379b4c326937 | [] | no_license | HaikuArchives/DwarfEngine | 5a6c2a2fbf7ff00191b26a261be146c7b21934ae | 51d772c23fba96c335a0de95c6dd40a3daa1ed28 | refs/heads/master | 2021-05-07T15:35:25.346098 | 2017-11-08T21:26:09 | 2017-11-08T21:26:09 | 110,032,368 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,159 | h | #ifndef D_BITMAP_H_
#define D_BITMAP_H_
/*
* The Dwarf Engine 3D Library
* copyright (c) 2000
*
* #include <license.txt>
*
*/
#include "Defs.h"
#include "Array.h"
#include "String.h"
#include "Buffer.h"
#include "Serializable.h"
#ifdef WIN32
// IGNORE is defined in winbase.h
#undef IGNORE
#end... | [
"waddlesplash@gmail.com"
] | waddlesplash@gmail.com |
ceabd88f700a98ebf520193f2f77ab05b38c406e | 494fd6214560ce59db881f2614b7820bd092349f | /Source/ZTGame/ZTGameProjectile.cpp | d8714ff37725e66f2af00a34397b1c301c5ef391 | [] | no_license | ShuTheWise/ZTGame | 4d0437feb1a76244879c2fa42e73f84bb304ccef | 8d32f4b4dba4a47624513326589accb22b8ec721 | refs/heads/master | 2020-06-24T08:21:09.085098 | 2019-07-30T08:55:46 | 2019-07-30T08:55:46 | 198,910,886 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,857 | cpp | // Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#include "ZTGameProjectile.h"
#include "DestructibleCube.h"
#include "GameFramework/ProjectileMovementComponent.h"
#include "Components/SphereComponent.h"
AZTGameProjectile::AZTGameProjectile()
{
// Use a sphere as a simple collision representation
Collis... | [
"wookie.kandziora@gmail.com"
] | wookie.kandziora@gmail.com |
3bc0053c231a2be9bbe66e04124b9e0bc133993b | c7d44569192c48c84b9cca6d62286c04e9cb6468 | /include/process.h | 50a7758eb956b1d7cf967e7cb396a0e9710c678e | [
"MIT"
] | permissive | ddonco/CppND-System-Monitor | 5efb6be93dd385ddfdd8b436c036b32f798d5d7e | 45e54aacdce1838d3ebe1cadf9df603f5d9c85a1 | refs/heads/master | 2021-01-03T17:48:18.402566 | 2020-02-17T00:10:33 | 2020-02-17T00:10:33 | 240,176,500 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 491 | h | #ifndef PROCESS_H
#define PROCESS_H
#include <iostream>
#include <string>
/*
Basic class for Process representation
It contains relevant attributes as shown below
*/
class Process {
public:
Process(int pid = 0) : pid_(pid) { cpuUtil_ = this->CpuUtilization(); }
int Pid();
std::string User();
std::string Comm... | [
"donohue.d.f@gmail.com"
] | donohue.d.f@gmail.com |
d97aa36e36fb812d4f7e70d1d6e32c9d5b85a952 | 3d0021b222ddd65b36e61207a8382e841d13e3df | /adpcm.cpp | d6f3f0672247e4dfbbfcf3a6b9cefed8f550a0a5 | [] | no_license | default0/zeldablackmagic | 1273f5793c4d5bbb594b6da07cf70b52de499392 | f12078b4c3b22d80077e485657538398e8db3b0f | refs/heads/master | 2021-01-10T11:54:31.897192 | 2010-02-10T19:23:04 | 2010-02-10T19:23:04 | 51,330,005 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,127 | cpp |
/*
#include "common.h"
#include "adpcm.h"
// <pSXAuthor> you use the decoder class like:
// <pSXAuthor> adpcm::decoder d;
// <pSXAuthor> signed short buffer[...number of pcm bytes....];
// <pSXAuthor> packet *p=... pointer to start of adpcm data ...;
// <pSXAuthor> signed short *ptr=buffer; while ((p->flag... | [
"MathOnNapkins@99ff0a3e-ee68-11de-8de6-035db03795fd"
] | MathOnNapkins@99ff0a3e-ee68-11de-8de6-035db03795fd |
3586587aa1a3a2bc352c177a3dea740ac705451b | 7a572c43d35f9f5bf026268ea36493f82e206846 | /jsoncpp/json_reader.cpp | e6d620e83ec266d072d6f15d9439b355a13957d0 | [] | no_license | xu561865/Test_Mac | f674cbd5c484b90135b8e5b46e951dc5f4cc6c09 | ff51c667d7f88ca976e948761e37ff329a4eb4b3 | refs/heads/master | 2021-01-10T01:20:38.259352 | 2016-09-09T09:22:43 | 2016-09-09T09:22:43 | 47,551,617 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,319 | cpp | #include "json/reader.h"
#include "json/value.h"
#include <utility>
#include <cstdio>
#include <cassert>
#include <cstring>
#include <iostream>
#include <stdexcept>
#if _MSC_VER >= 1400 // VC++ 8.0
#pragma warning( disable : 4996 ) // disable warning about strdup being deprecated.
#endif
namespace Json {
// Implem... | [
"xuyi561865@sina.com"
] | xuyi561865@sina.com |
233a9057287fa14ee25d091c2763ef9015a7285a | 889eeb8faad7f6e35d836ab353962b9202b47cd2 | /other/CppAlgs/mLib/mLibBinaryTree.cpp | 4c123c8f2b3b51270b90454ae945d9d6f707c811 | [] | no_license | blacksea3/Cpp-STL-test | 36e6bfb066b0a489796f002f83da8afa6ccc50d7 | 897a54149a8a84262b890505f400dcfb2938876f | refs/heads/master | 2020-06-08T12:26:53.438569 | 2020-02-12T03:17:16 | 2020-02-12T03:17:16 | 193,228,023 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 793 | cpp | #include "mLibBinaryTree.hpp"
#include <map>
namespace mLib
{
void mLibBinaryTreeClassTest()
{
mbinary_searchtree<int> mbs;
cout << mbs.remove(3) << endl;
mbs.inorder();
cout << endl;
cout << mbs.insert(3) << endl;
cout << mbs.insert(2) << endl;
cout << mbs.insert(1) << endl;
cout << mbs.insert(4) <... | [
"17865191779@163.com"
] | 17865191779@163.com |
b9bea305b321d407fdd4a5ee31c9dc448c024b2a | 4b9637a5dfbc9c435e7f80ecd3ee0928a36e89b1 | /Minigin/EMatrix3.h | eda720535c59fcd7e1efd8b179146f1ea357fa3f | [] | no_license | VincentVanZele/MiniginQBert | 5661d9db77e8526b17de196ebaa0cab440863502 | f5059f89e6485f4a35dbd9439b97d3c8a7696848 | refs/heads/master | 2023-05-28T20:21:32.533080 | 2021-06-06T19:01:46 | 2021-06-06T19:01:46 | 356,696,769 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,670 | h | /*=============================================================================*/
// Copyright Matthieu Delaere
/*=============================================================================*/
// EMatrix3.h: Column Major Matrix3x3 struct
/*=============================================================================*/... | [
"vincent.van.zele@student.howest.be"
] | vincent.van.zele@student.howest.be |
cc7fc05529d4280deda0c015110013d2af4c5b8b | ed1cd6b5bf756de2ae9e10e0a50b8a5908b7bbae | /src/PotThrowingApp.cpp | 7d894a099c3df1d8caec086b515f4dd6e6afb14b | [] | no_license | benthejack/PotThrowing | d5ae00f6f5fde78a0617262cf1df1be0b8e4936b | c69c5af6faa67eee5cf4718b8612058420f361e1 | refs/heads/master | 2020-04-15T22:48:00.882328 | 2013-07-16T04:46:30 | 2013-07-16T04:46:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,651 | cpp | #include "cinder/app/AppBasic.h"
#include "cinder/gl/gl.h"
#include "TubeGenerator.h"
#include "GeometryRenderer.h"
#include "LayerManager.h"
using namespace ci;
using namespace ci::app;
using namespace std;
using namespace EyeCandy::GeomUtils;
using namespace EyeCandy::GfxUtils;
class PotThrowingApp : public AppBa... | [
"benthejack@gmail.com"
] | benthejack@gmail.com |
a80a15d278aca86cd9e17408ca6f24dcf61045b6 | 74d322a09045ff67f2c5f6897719543ed66bea67 | /src/gens-sdl/Options.hpp | 935d1834e1dab8d02ae2d496ee15707e1f74c33a | [] | no_license | LasDesu/gens-gs-ii | 6eb73e7dfe6b2f21d74658eef4e1c1a33e3629e7 | af19f8eadf64b6f2fe07347869d1fb9f9e9de2ef | refs/heads/master | 2021-05-07T00:13:35.880499 | 2017-11-27T08:01:35 | 2017-11-27T08:01:35 | 110,127,163 | 1 | 1 | null | 2017-11-09T14:43:53 | 2017-11-09T14:43:53 | null | UTF-8 | C++ | false | false | 4,622 | hpp | /***************************************************************************
* gens-sdl: Gens/GS II basic SDL frontend. *
* Options.hpp: Command line option parser. *
* *
* Copyright... | [
"gerbilsoft@gerbilsoft.com"
] | gerbilsoft@gerbilsoft.com |
f8a930c697a783125e73425e9ca1398bd82652e5 | 9f9660f318732124b8a5154e6670e1cfc372acc4 | /Case_save/Case20/case7/1400/p | be244323a5e84bb7f3e6d60a1d03c4bbf2f240c1 | [] | no_license | mamitsu2/aircond5 | 9a6857f4190caec15823cb3f975cdddb7cfec80b | 20a6408fb10c3ba7081923b61e44454a8f09e2be | refs/heads/master | 2020-04-10T22:41:47.782141 | 2019-09-02T03:42:37 | 2019-09-02T03:42:37 | 161,329,638 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,908 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"mitsuaki.makino@tryeting.jp"
] | mitsuaki.makino@tryeting.jp | |
eaa9993880434448fdb31f9b2d44a66bd02d15d3 | 6922a01cd66db8303dddbcedc76d6217bf3462ae | /blimp/client/app/session/blimp_client_session.h | 4d46a068db4bc55d2ba4b1eab512b64f9b63ee12 | [
"BSD-3-Clause"
] | permissive | gowinder/chromium | 7c86a4d3adb63fa3127a23f5cbf3c104927ccb34 | caffce579a5c78540e15a0a280f029abb1781818 | refs/heads/master | 2023-02-21T00:46:39.614680 | 2016-12-01T21:26:16 | 2016-12-01T21:29:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,727 | h | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BLIMP_CLIENT_APP_SESSION_BLIMP_CLIENT_SESSION_H_
#define BLIMP_CLIENT_APP_SESSION_BLIMP_CLIENT_SESSION_H_
#include <memory>
#include <string>
#i... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
3f224af4b5bf0f52b14e68f64488e3662b7c703b | c62ee3eb86a86457daf7eb64cf5a52c3f68b5957 | /GLEngine/Renderer/VertexBuffer.cpp | 87611cb99d7e94d76df9bb6d4d4ab961cb3c2561 | [] | no_license | pawel02/GLEngine | c52b4d5de43ed014c0e7165cf35018dfc57474a9 | da18a89f1b7e9422eeec4983850d03c2160bf54e | refs/heads/master | 2021-07-15T01:10:41.427553 | 2021-01-24T11:41:33 | 2021-01-24T11:41:33 | 231,371,082 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 804 | cpp | #include <glad/glad.h>
#include "VertexBuffer.h"
VertexBuffer::VertexBuffer(unsigned int count) noexcept
:count{count}
{
glGenBuffers(1, &id);
glBindBuffer(GL_ARRAY_BUFFER, id);
glBufferData(GL_ARRAY_BUFFER, count, nullptr, GL_DYNAMIC_DRAW);
}
VertexBuffer::VertexBuffer(unsigned int count, const void* data) noexc... | [
"pawel.bes13@gmail.com"
] | pawel.bes13@gmail.com |
c071ec092a93db5e350434d854126c483f1387b6 | a0a8224b9f737a64fe0d096c38212f1d4c23eaf4 | /Level 1/1.5/1.5.2.cpp | 624570e10500edad3e1439f8353f4a03873675c5 | [] | no_license | HanSong3233/Baruch-Cplusplus-programming-for-FE-Certificate | cb5582eaf1f0beb0710c81f49b8629ba01a16c54 | 83625ae892c50b389755428306ef57ed5ec796b3 | refs/heads/main | 2023-07-15T15:28:56.513042 | 2021-08-31T03:54:52 | 2021-08-31T03:54:52 | 400,758,339 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 342 | cpp | //Exercise 2: write a recursive function that prints the factorials of a number.
#include <stdio.h>
//recieve one value, a, return the factorial.
long factorial(int a)
{
if (a == 0 || a == 1) {
return 1;
}
else
{
return a*factorial(a - 1);
}
}
int main()
{
printf("The value of 6! is %i... | [
"noreply@github.com"
] | HanSong3233.noreply@github.com |
fd81423e5d98e354edcecf6b0da04c20a4bf9820 | f45198a4daaaff3f98870e3bc7aff1f38bd4f851 | /sort/sort_test.cpp | dc5a94619e67aaa0b0f26c16f90d1c3b387037a6 | [] | no_license | zhsun/neu-cs5800 | da69669d69d09a471746ca968e89b20ea4a56c0f | c8580687ddf8678fdea1c0eb058ef2033d10447d | refs/heads/master | 2020-12-24T13:18:15.754445 | 2016-04-27T01:14:24 | 2016-04-27T01:14:24 | 25,142,755 | 5 | 10 | null | null | null | null | UTF-8 | C++ | false | false | 1,134 | cpp | #include <vector>
#include "gmock/gmock.h"
#include "sort/sort.hpp"
using namespace testing;
TEST(SortTest, ThreeWayPartition) {
std::vector<int> arr = {2,1,2,3,1,2,3,1,2,3,2};
auto itrs = ThreeWayPartition(arr.begin(), arr.end(), std::less<int>());
EXPECT_THAT(*itrs.first, Eq(2));
EXPECT_THAT(*std::prev(itr... | [
"austin.zhifeng.sun@gmail.com"
] | austin.zhifeng.sun@gmail.com |
711ece853d3b92e98e9c3022aa53d02f135a52cb | c9ee04b6f891c9aec01ce78b0ce939e4188e0c48 | /ping-pong/pong/pong.ino | ebd2e72dcddb6e2efcc45591f80298e40f64ae09 | [] | no_license | grzsud13/tinybrd-examples | 9ca6a6be897939e9fd919ffe6f1cad17bcf859e6 | 5243be51d079bcb2eed7f1e5443f8e01d5ac7f87 | refs/heads/master | 2021-01-18T02:15:05.427511 | 2016-07-29T15:33:30 | 2016-07-29T15:33:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 720 | ino | #include <SPI.h>
#include <Radio.h>
#define LED 1
void lightOn(unsigned tme = 1000) {
digitalWrite(LED, LOW);
delay(tme);
digitalWrite(LED, HIGH);
delay(tme);
}
void setup() {
// put your setup code here, to run once:
byte address[3] = {1, 0, 0};
Radio.begin(address, 100);
pinMode(LED, OUTPUT);
... | [
"rugowski@nhw.pl"
] | rugowski@nhw.pl |
7ddebac618800ed5775e4b2800cefb38c8025d58 | 8a87f5b889a9ce7d81421515f06d9c9cbf6ce64a | /3rdParty/boost/1.78.0/boost/thread/detail/thread_group.hpp | 4105c7346885f46f984fa1f5714e55c22c3565c6 | [
"BSL-1.0",
"Apache-2.0",
"BSD-3-Clause",
"ICU",
"Zlib",
"GPL-1.0-or-later",
"OpenSSL",
"ISC",
"LicenseRef-scancode-gutenberg-2020",
"MIT",
"GPL-2.0-only",
"CC0-1.0",
"LicenseRef-scancode-autoconf-simple-exception",
"LicenseRef-scancode-pcre",
"Bison-exception-2.2",
"LicenseRef-scancode... | permissive | arangodb/arangodb | 0980625e76c56a2449d90dcb8d8f2c485e28a83b | 43c40535cee37fc7349a21793dc33b1833735af5 | refs/heads/devel | 2023-08-31T09:34:47.451950 | 2023-08-31T07:25:02 | 2023-08-31T07:25:02 | 2,649,214 | 13,385 | 982 | Apache-2.0 | 2023-09-14T17:02:16 | 2011-10-26T06:42:00 | C++ | UTF-8 | C++ | false | false | 4,279 | hpp | #ifndef BOOST_THREAD_DETAIL_THREAD_GROUP_HPP
#define BOOST_THREAD_DETAIL_THREAD_GROUP_HPP
// 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)
// (C) Copyright 2007-9 Anthony Williams
#include <list>
#include <boost/... | [
"frank@arangodb.com"
] | frank@arangodb.com |
877a6543eb81dd20377918dccda685f363e64b2d | 7a01fb04eda4110409e65f8880520bc4fcb8f4a6 | /Volume_100/10009.cpp | b7a5d23c38a3015d821685ffddd4d2e0626c48fc | [] | no_license | rawsk/AOJ | 392ee01226181163bc947645adc1e3cc70ca71ac | 2fbfd8cff3a824e539ed9896971ccdfa862a2d51 | refs/heads/master | 2021-05-31T22:25:32.637611 | 2016-06-23T08:24:40 | 2016-06-23T08:24:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 177 | cpp | #include <iostream>
#include <cmath>
#include <iomanip>
using namespace std;
int main(){
double r;
cin>>r;
cout<<fixed<<setprecision(5)<<r*r*M_PI<<" "<<2*r*M_PI<<endl;
}
| [
"jumpei@MacBook-Air.local"
] | jumpei@MacBook-Air.local |
fcee90bccd34e19f7d36e39579312b3810db89e0 | b7e6a21bf7b070306ad14feb3f98ceeee1991230 | /Classes/EntityContainer.h | c56774f512a5f8bf311c141f8db020ec6d1ef029 | [] | no_license | Cookrin/Circle | f3e146f1749ec7b1c44cd95c6e41b53e9b282f47 | bc23d59b8e286b9b5161199f40d7eb917eb11f19 | refs/heads/master | 2021-01-16T00:12:06.028736 | 2015-08-08T23:13:03 | 2015-08-08T23:13:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,301 | h | //
// EntityContainer.h
// DotWar
//
// Created by ryutamaki on 2015/08/07.
//
//
#ifndef __DotWar__EntityContainer__
#define __DotWar__EntityContainer__
#include "cocos2d.h"
#include "Entity.h"
#include "EntityAI.h"
class EntityContainer
{
public:
EntityContainer();
~EntityContainer();
std::map<Entity... | [
"ryu.mochi@gmail.com"
] | ryu.mochi@gmail.com |
649caf5f2e1c7319a1bac818f1f0e82552d49a94 | 961c752035c24deb76deeb14499b104abb96e9d7 | /ios/chrome/browser/web_data_service_factory.cc | 882958ebd18b40d5b9384e07cd5baf2af27f657d | [
"BSD-3-Clause"
] | permissive | saosir/chromium | cb7697cb5093d896c8d8ac96dd6cedf7e2aa656c | 9915270eef5f81db061d13fe61f804c54c6a59aa | refs/heads/master | 2023-02-28T21:18:34.554780 | 2018-02-23T09:21:42 | 2018-02-23T09:21:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,203 | 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 "ios/chrome/browser/web_data_service_factory.h"
#include "base/bind.h"
#include "base/files/file_path.h"
#include "base/logging.h"
#include "bas... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
14a521804f2cdbb3e381f37c643e00325b950051 | 13500b849db6d62ac7ee94e32ddd76681af79d6b | /1022/1032.cpp | 1ddc71812cc914269ea68f9c7c8da8328599f494 | [] | no_license | syjsu/noip-with-vue.js | 055a90d13dedd2c00b2d449a39fa4f3128270480 | 6076cd41b5343dd3ff18b4c4afec207021f8c78b | refs/heads/master | 2020-03-17T20:15:42.362689 | 2018-05-24T05:10:27 | 2018-05-24T05:10:27 | 133,900,801 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 261 | cpp | #include<iostream>
#include<iomanip>
using namespace std;
int main(){
int n,age[105];
float avage=0;
cin>>n;
for(int i=0;i<n;i++) {
cin>>age[i];
avage=avage+age[i];
}
avage=avage/n;
cout<<setprecision(2)<<fixed<<avage;
return 0;
}
| [
"syjsu@qq.com"
] | syjsu@qq.com |
cb764bfd2eec20b5dae8f71932b1bb51f0503c29 | 5e1ee2224baa53af579f54eb5c0d5c7a872d5594 | /ch12/prog12_7.cpp | 0801f35cff9f5a010da907ad68d6bcf805c90f29 | [] | no_license | PengYuHsiang/cpp_practice | 8f347675f5336ff43b01f1ed4e9c750a44ef83dd | 82446c591b2158814fb0035b12541a4b57bf7fbb | refs/heads/main | 2023-06-18T23:44:58.296154 | 2021-07-18T13:19:18 | 2021-07-18T13:19:18 | 387,179,494 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 485 | cpp | // prog12_7, 將函數定義於類別之外
# include <iostream>
# include <cstdlib>
using namespace std;
class CWin
{
public:
char id;
int width;
int height;
int area(void); // 成員函數 area() 的原型
};
int CWin::area(void)
{
return width * height;
}
int main(void)
{
CWin win1;
win1.id = 'A';
win1.width = 50;
win1.height =... | [
"shan599603@163.com"
] | shan599603@163.com |
e2da300f7affcc1b99aacb28666c63872e923650 | 0d4045acc9f0efc2cf38e8b9dee4f178d5e77f06 | /test/unit/map/test_split_michael_rcu.h | c2b12533edbc37f713950f1c1d483c017b3d8dfa | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | Tsiannian/libcds | f69b32840ae87fe195915cb59421fdbffb856320 | 1223f3c790581a0f741cffdd46fa20ed1a3da498 | refs/heads/master | 2021-01-11T06:10:32.821647 | 2016-10-17T11:50:10 | 2016-10-17T11:50:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,318 | h | /*
This file is a part of libcds - Concurrent Data Structures library
(C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016
Source code repo: http://github.com/khizmax/libcds/
Download: http://sourceforge.net/projects/libcds/files/
Redistribution and use in source and binary forms, with... | [
"libcds.dev@gmail.com"
] | libcds.dev@gmail.com |
d77554abdc4fd685ce166eaedb780692b57ba425 | baaffedc8e424d7cdba5581e530875f03d284c90 | /OpenMP/par_omp_sort.cpp | 0e421a3e1744c56cf82f7526bd3d6e7a1cdf47eb | [] | no_license | 0xfff/Multithreading | d0d7fc4ea95224803871de5bf64b82ed167f2999 | ec3ca836b1a980956676f4374b7c7c12f54724fe | refs/heads/master | 2021-01-13T01:04:39.669251 | 2016-01-29T23:27:10 | 2016-01-29T23:27:10 | 50,697,110 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,891 | cpp | /*
OpenMP sort
Albert Szmigielski
alberts@alumni.sfu.ca
to compile: g++ -g par_omp_sort.cpp -o par_omp_sort -fopenmp
usage: ./par_omp_sort <number of threads> <size of list>
**<number of threads> must be power of two
*/
#include <algorithm>
#include <math.h>
#include <iostream>
#include <omp.h>
using namesp... | [
"aws.htc@gmail.com"
] | aws.htc@gmail.com |
936606a1b839e927e0fcd86cd4c9b754c4d0fc61 | 838caca7c7370b1bae4ea93d5f191bfc6e87f008 | /10DaysOfStatistics/Day5/Day5_Normal_Distribution_II/main.cpp | f4c0b45a0cefefaf45c72363656c11bae3326fc8 | [] | no_license | gonzrubio/HackerRank- | 2da265df5ea253a63f16be955e2a0f651b55a7b2 | 68744f6f7e17344857d7975e7abce5848dd1448f | refs/heads/master | 2023-08-15T07:50:46.822636 | 2021-09-22T18:13:02 | 2021-09-22T18:13:02 | 259,689,015 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,358 | cpp | /*
The final grades for a Physics exam taken by a large group of students has a mean of 70 and a standard deviation of 10.
If we can approximate the distribution of these grades by a normal distribution, what percentage of the students:
1) Scored higher than 80 (i.e., have a grade>80)?
2) Passed the test (i.e., have a... | [
"gonzrubio95@gmail.com"
] | gonzrubio95@gmail.com |
5237e85a2d206b3dad248a1a09c1789fd0045892 | 0e7f8e0f00761aa8d67f7a506c0077f81c378a2f | /src/algorithms/tests/test_tree_brl.cc~ | 9a802e523a9f7d03d8a70a87c997599699ad53d9 | [] | no_license | revorg7/beliefbox | afbad4e0721df69ea211bce4d80b57214c3f7cc5 | ba974b17fbb46ac98960f31dea66115be470000e | refs/heads/master | 2022-09-11T05:23:53.823017 | 2018-07-01T00:32:26 | 2018-07-01T00:32:26 | 127,618,545 | 0 | 1 | null | 2018-04-01T10:19:12 | 2018-04-01T10:19:12 | null | UTF-8 | C++ | false | false | 6,639 | /* -*- Mode: C++; -*- */
// copyright (c) 2006-2017 by Christos Dimitrakakis <christos.dimitrakakis@gmail.com>
/***************************************************************************
* *
* This program is free software; you can redistribut... | [
"revorg7@gmail.com"
] | revorg7@gmail.com | |
12f2d95f5d5ffbb2228f2d183adc3177510da47a | fc1a35d05497f7d9fee41850379dfd526635bc9a | /OI/纪中刘远哲/2015/10.17/4.cpp | 7f56911798f26ea93998390081c4fd67984107a7 | [] | no_license | lyz05/Sources | addf71b9f40bb52233f12e84e2f7bdbb4d3db9a7 | 20939b1aca08af49498f56468af025aaf7a18594 | refs/heads/master | 2023-04-30T15:14:09.157298 | 2022-04-24T05:06:24 | 2022-04-24T05:06:24 | 52,012,937 | 5 | 0 | null | 2023-04-21T20:45:23 | 2016-02-18T14:27:04 | HTML | UTF-8 | C++ | false | false | 542 | cpp | #include <cstdio>
#include <algorithm>
#include <cstring>
#include <cmath>
using namespace std;
const int N = 55;
int n,m,ans,tmp,a[N];
void dfs(int dep,int last)
{
if (dep>a[0])
{
ans += tmp;
return;
}
for (int i=1;i<=n;i ++)
{
if (a[i]==0 || i==last) continue;
a[i] --;
dfs(dep+1,i);
a[i] ++;
}
}
... | [
"liuyuanzhe0515@gmail.com"
] | liuyuanzhe0515@gmail.com |
81d7ac9ccb2dfe96b126fa0ebe7eee36a654958f | 5fd58852ea5be79c65d8fcb86c8661c4a1fe7fb9 | /Gem.h | 35a830fe2d1fee828bbcd371deb4ab94a5f45fe5 | [] | no_license | dunco64/dunco64 | 7b2f1cf841fb55c48ef151ddad763695ad04e38d | 0dec54bf649abf80c51016af0c26db4c151e29cb | refs/heads/master | 2020-05-16T00:54:20.088355 | 2019-04-21T22:53:31 | 2019-04-21T22:53:31 | 182,590,180 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 443 | h | #pragma once
#include "GameObject.h"
#include "Constants.h"
namespace GameDev2D
{
class Gem : public GameObject
{
public:
Gem(const Vector2& startingPosition);
~Gem();
void Update(double delta) override;
void Draw(SpriteBatch* spriteBatch) override;
void Reset() override;
float GetWidt... | [
"noreply@github.com"
] | dunco64.noreply@github.com |
cb4c582623a6f749d345c14799b31cd778e16630 | d84bc44c45e20737fd65fddc6e2b135da7494922 | /bench/sv6/bin/countbench.cc | 46d0a91efebe9326b88b70bcaa27f533c7fdcb78 | [
"MIT"
] | permissive | yunshengtw/scftl | 6693584cfc07d9aed200eb6adc0e3729bed75a7c | c3ea3347071461241e3799e2cac46859e0bb64da | refs/heads/master | 2023-02-21T09:46:45.707790 | 2021-01-21T06:49:24 | 2021-01-21T06:49:24 | 289,423,994 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,941 | cc | // Benchmark physical page reference counting in the VM system by
// repeatedly duplicating and unmapping a physical page in several
// threads. Ideally, we would have a unified buffer cache and we
// could use that to duplicate this page, but we don't, so we use a
// hack in the VM system that lets us directly duplic... | [
"jiungsen@gmail.com"
] | jiungsen@gmail.com |
4e1f0903e256b4cf2e49e83839f5b0da2279972a | f38ffaf7849095d8062917b991cd2d2cf1334a1a | /src/sdl/imgui_impl_sdl.cpp | afef287e2cdd4a0e2d3e58e1ce0f969b9a54d114 | [
"MIT"
] | permissive | UnsafePointer/imgui | ddb3742371ff4eca1bad342c8fb4fcf081d9dece | 37f99e5dc45ee2e956eaff52e6327ff48e4d390b | refs/heads/master | 2022-11-21T20:37:01.593189 | 2020-06-30T18:01:37 | 2020-06-30T18:01:37 | 272,255,918 | 0 | 0 | MIT | 2020-06-14T17:59:24 | 2020-06-14T17:59:23 | null | UTF-8 | C++ | false | false | 18,060 | cpp | // dear imgui: Platform Binding for SDL2
// This needs to be used along with a Renderer (e.g. DirectX11, OpenGL3, Vulkan..)
// (Info: SDL2 is a cross-platform general purpose library for handling windows, inputs, graphics context creation, etc.)
// (Requires: SDL 2.0. Prefer SDL 2.0.4+ for full feature support.)
// Im... | [
"renzo@crisostomo.me"
] | renzo@crisostomo.me |
fd709ae747bd243713222a513fa28d8997364d7d | 3a7c1ef392ea8654033886ea4f608c46de16c9a2 | /Source/Views/PolytempoNetwork/Polytempo_AnnotationView.cpp | 2ff5cf0212d4d2811b79338e8e2143ea7fc32a67 | [] | no_license | michaseidenberg/polytempo | ad585a692827cbbb65e94ef03c7b65f65783a084 | cea853d6f47c678228e418b9126baa9ac5b8d3e9 | refs/heads/master | 2023-04-01T23:18:06.066886 | 2021-04-07T15:46:27 | 2021-04-07T15:46:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,985 | cpp | #include "Polytempo_AnnotationView.h"
#include "Polytempo_GraphicsAnnotationManager.h"
#include "Polytempo_GraphicsPalette.h"
Polytempo_AnnotationView::Polytempo_AnnotationView()
{
Image imageSettings = ImageCache::getFromMemory(BinaryData::settings_png, BinaryData::settings_pngSize);
addAndMakeVisible(annota... | [
"christian@schweizerweb.ch"
] | christian@schweizerweb.ch |
0bb315b29224a305f8c7cb6217ba7181f609c8a5 | 55b57e8c1bc1c4362a52705a31b0ee92da1624a2 | /Table.h | fa76cb9e2a09a53af18a6d34bd8b2778e8f1796e | [] | no_license | Jiang5/highcard-game | fc94f15a7f9504827f517c3758b54dfc7f9c1fa6 | 079cfee9604d796e2ada51447c98d4c3b89c54b8 | refs/heads/master | 2021-01-21T06:42:27.934791 | 2017-02-27T05:29:24 | 2017-02-27T05:29:24 | 83,271,613 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,928 | h | #include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <cassert>
#include <ctime>
#include <cstdlib>
#include <climits>
#ifndef TABLE_H
#define TABLE_H
class Table{
private:
std::vector<Player> table,losers;
int numSeats = 0, ante = 0,seat = 0;
Player temp;
void evaluate... | [
"noreply@github.com"
] | Jiang5.noreply@github.com |
20972e3802000e44affb110488590b04a444927f | 72af5cc9c361bc86c68c9ef158a6b7c52b968fec | /Solutions/URI Online Judge/Iniciante/2763.cpp | 405cff4c8a78996e4eb64fe5f8bf0621b8d18696 | [] | no_license | jaimelay/competitive-programming | 40f4d747d4c63a8e58f3a47fa2ff90c3de4ea229 | 16c061800f840f24ffabf4b47b0b22696c622031 | refs/heads/master | 2022-05-05T03:28:03.646782 | 2022-03-30T12:28:12 | 2022-03-30T12:28:12 | 172,822,185 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 236 | cpp | #include <bits/stdc++.h>
using namespace std;
int main(void){
string cpf;
getline(cin, cpf);
for(auto i : cpf){
if(i >= '0' && i <= '9') cout << i;
else cout << endl;
}
cout << endl;
return 0;
} | [
"jaimelay1997@gmail.com"
] | jaimelay1997@gmail.com |
58a59858d603abef19b331b9cde113f7aabfd757 | be47ada85aecc8cdf2d4e8857f8e160e1daa396c | /4th Year/2nd Semester/DC Project/codegen/lib/PSO_Library/abs.cpp | 13e5531c050c9519e7d988f7b3eb787d3c4a9137 | [] | no_license | ljw3351639/college-work | 0ea99af3f4889ecb3d21df948b4cab246c847b5d | ca3f7d4167671d227f10760a9c2002362e6dfa08 | refs/heads/master | 2020-05-18T00:17:43.886306 | 2013-10-17T18:43:46 | 2013-10-17T18:43:46 | 35,103,851 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 703 | cpp | /*
* abs.cpp
*
* Code generation for function 'abs'
*
* C source code generated on: Tue May 22 03:41:52 2012
*
*/
/* Include files */
#include "Calculate_Fitness_AF_fay.h"
#include "Calculate_Fitness_AFmin.h"
#include "calculate_pbest_obj_AF.h"
#include "abs.h"
#include "PSO_Library_rtwutil.h"
... | [
"hmdmgd3@gmail.com@582ae471-1916-86ea-2319-aa95173a7865"
] | hmdmgd3@gmail.com@582ae471-1916-86ea-2319-aa95173a7865 |
154784f947f09dd4d83ee1d46506addf00abd0e7 | 10e990bbbae2aea1ecde10eb36a2988cb0ebe5d8 | /build-raytrace-Desktop_Qt_5_7_0_MinGW_32bit-Debug/tmp/moc_RenderPanel.cpp | 2d634a074dc102eb8cd3fa10f6cb3a779bb75cbd | [] | no_license | tchonny/trabalho2cgversao2 | 6a9d3ae4baa25ffcc78fe995237895293f01c34b | 8824652d5870c227f188246fa307bbfeb32e0aad | refs/heads/master | 2020-04-06T03:37:45.950391 | 2016-06-20T04:52:30 | 2016-06-20T04:52:30 | 61,517,659 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,147 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'RenderPanel.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.0)
**
** WARNING! All changes made in this file will be lost!
*********************************************************... | [
"jon.handam@gmail.com"
] | jon.handam@gmail.com |
da26fed07280f473eceeafa7ded64a8dd2ebe1b8 | 13740c1f486a513b1a45ca060add0455737a03f9 | /cpp/sourcep10/wx1_lru.cpp | 836d3bc78457ccd6998b368a4530c3a8894681f5 | [] | no_license | zxwtry/OJ | 66b2bfd465f7875bc391ef6cd13fb615509d16ce | b6028e1afcce89e2214242033707d10dc814d14d | refs/heads/master | 2021-04-22T11:54:36.455136 | 2020-09-30T15:02:24 | 2020-09-30T15:02:24 | 57,225,986 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,246 | cpp | #include <algorithm>
using namespace std;
const int MOD = 10000000;
const int LIMIT = 100000000;
struct Node
{
uint32_t iKey;
uint32_t iElem;
};
const int MOD = 10000000; // 桶取模
const int LIMIT = 100000000; // 限制
// 存储hash冲突
struct HashLinkedList
{
Node *val;
HashLinkedList *next;
HashLinked... | [
"xinweizhu@tencent.com"
] | xinweizhu@tencent.com |
e9ca469ee51f39dbc096e0d4c3ee3bc62b15b3d8 | 46aebbcb1a7bcfe584506244602e8ba1f33f8634 | /src/ign-rendering/include/ignition/rendering/Visual.hh | 9c18af664e4bf820b4ad0676f52c3bd36c0e2a7a | [
"Apache-2.0"
] | permissive | mingfeisun/gsoc-mingfei | eecc4f784241a938d5675978fc8e4083b4f3cb39 | 265073fc643a54042f69afbad536aa38f49de801 | refs/heads/master | 2020-07-10T05:03:58.365892 | 2019-08-27T02:26:47 | 2019-08-27T02:26:47 | 204,171,268 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,089 | hh | /*
* Copyright (C) 2015 Open Source Robotics Foundation
*
* 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 appl... | [
"mingfei.sun@ust.hk"
] | mingfei.sun@ust.hk |
42462734f4aed59977d9829e0eb14c99cdb0d460 | 1dbed0f84a670c787d2217d97ae3984401c7edb3 | /cf/894v/D.cpp | 3deabf19631c6ef65491e1eee9aab857b9b33d46 | [] | no_license | prprprpony/oj | 311d12a25f06e6c54b88bc2bcd38003f7b6696a9 | 84988be500c06cb62130585333fddd1a278f0aaa | refs/heads/master | 2021-07-13T16:03:54.398841 | 2021-03-27T14:19:52 | 2021-03-27T14:19:52 | 46,796,050 | 9 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,291 | cpp | #include <bits/stdc++.h>
using namespace std;
// nichijou
#define REP(i,a,b) for (int i(a); i < (b); ++i)
#define RP(i,n) REP(i,0,n)
#define PER(i,a,b) for(int i((a)-1); i >= (b); --i)
#define PR(i,n) PER(i,n,0)
#define REP1(i,a,b) REP(i,a,(b)+1)
#define RP1(i,n) REP1(i,1,n)
#define PER1(i,a,b) PER(i,(a)+1,b)
#define P... | [
"3254tg89@gmail.com"
] | 3254tg89@gmail.com |
a2a16816f788486591328ff82a20854d7a4cbee0 | 5a49b5da44fa9c3a585febcf3d975197d872efc9 | /Tools/SGP_WorldEditor/TerrainEditorDlg.cpp | a4ac07d9e6c9ec25b7c71a8c8e4dd8db0b717706 | [
"MIT"
] | permissive | phoenixzz/SGPEngine | 1ab3de99fdf6dd791baaf57e029a09e8db3580f7 | 593b4313abdb881d60e82750b36ddda2d7c73c49 | refs/heads/master | 2021-01-24T03:42:44.683083 | 2017-01-24T04:39:43 | 2017-01-24T04:39:43 | 53,315,434 | 4 | 2 | null | null | null | null | GB18030 | C++ | false | false | 7,801 | cpp | // TerrainEditorDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "WorldEditor.h"
#include "TerrainEditorDlg.h"
#include "afxdialogex.h"
#define DLG_MINWIDTH 260
// CTerrainEditorDlg 对话框
IMPLEMENT_DYNAMIC(CTerrainEditorDlg, CDialogEx)
CTerrainEditorDlg::CTerrainEditorDlg(CWnd* pParent /*=NULL*/)
: CDialogEx(CTerrain... | [
"phoenixzz@sina.com"
] | phoenixzz@sina.com |
dd871135ed4a836f58ad38ab87ef1db3350b235b | ef85c7bb57412c86d9ab28a95fd299e8411c316e | /inference-engine/tests/functional/plugin/shared/src/low_precision_transformations/subtract_transformation.cpp | 58898d9be441ac4fc0f6c81229bbd684e0c3213e | [
"Apache-2.0"
] | permissive | SDxKeeper/dldt | 63bf19f01d8021c4d9d7b04bec334310b536a06a | a7dff0d0ec930c4c83690d41af6f6302b389f361 | refs/heads/master | 2023-01-08T19:47:29.937614 | 2021-10-22T15:56:53 | 2021-10-22T15:56:53 | 202,734,386 | 0 | 1 | Apache-2.0 | 2022-12-26T13:03:27 | 2019-08-16T13:41:06 | C++ | UTF-8 | C++ | false | false | 1,326 | cpp | // Copyright (C) 2018-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include "low_precision_transformations/subtract_transformation.hpp"
#include <memory>
#include <tuple>
#include <vector>
#include <string>
#include <ie_core.hpp>
#include <transformations/init_node_info.hpp>
#include "lpt_ngraph_... | [
"noreply@github.com"
] | SDxKeeper.noreply@github.com |
04c4463ff3537484b6a0b79cbd71cae73c1b7c83 | 5286798f369775a6607636a7c97c87d2a4380967 | /thirdparty/cgal/CGAL-5.1/include/CGAL/Segment_Delaunay_graph_Linf_filtered_traits_2.h | 4ea78cc324fdd488c0c9ecc9d6289b9d6502845a | [
"GPL-3.0-only",
"LGPL-2.1-or-later",
"LicenseRef-scancode-proprietary-license",
"GPL-1.0-or-later",
"LGPL-2.0-or-later",
"MIT",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-unknown-license-reference",
"MIT-0",
"LGPL-3.0-only",
"LGPL-3.0-or-later"
] | permissive | MelvinG24/dust3d | d03e9091c1368985302bd69e00f59fa031297037 | c4936fd900a9a48220ebb811dfeaea0effbae3ee | refs/heads/master | 2023-08-24T20:33:06.967388 | 2021-08-10T10:44:24 | 2021-08-10T10:44:24 | 293,045,595 | 0 | 0 | MIT | 2020-09-05T09:38:30 | 2020-09-05T09:38:29 | null | UTF-8 | C++ | false | false | 11,162 | h | // Copyright (c) 2015 Università della Svizzera italiana.
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// $URL: https://github.com/CGAL/cgal/blob/v5.1/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_filtered_traits_2.h $
// $Id: Segment_Delaunay_graph_Linf_filtered_... | [
"huxingyi@msn.com"
] | huxingyi@msn.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.