blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fc8c7494e190ba68706c9203ff226dda86d50b40 | b8591378dd82ca72eb0985c925c3201ea034e502 | /l4/init.cc | c94b41703a0716ead8264969a763e2fa32a4ed59 | [] | no_license | ryougi1/internet | bdd914ab177d953ccd2137ed842a0ef8a8a16412 | bbe32648f30a266a0ddce8eb754c7a22528fd331 | refs/heads/master | 2021-05-10T21:53:34.125982 | 2018-03-14T19:29:45 | 2018-03-14T19:29:45 | 118,243,319 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,244 | cc | /*!**************************************************************************
*! FILE NAME : init.cc
*!
*! DESCRIPTION: The implementation of initialisation for the
*! CD server
*!
*!***************************************************************... | [
"shplankey@live.se"
] | shplankey@live.se |
121f185af1eee632968ca4c308cc109dc203a51a | d4a2c50a90792600c4d864fffe9c1a9d1ebd6acc | /dssf3/RTA/FftFreqDlg.h | 189da786c2a4675b7c7d1ab658dd66db91d4ef41 | [] | no_license | iwasen/MyProg | 3080316c3444e98d013587e92c066e278e796041 | a0755a21d77647261df271ce301404a4e0294a7b | refs/heads/master | 2022-12-30T00:28:07.539183 | 2020-10-25T06:36:27 | 2020-10-25T06:36:27 | 307,039,466 | 0 | 4 | null | null | null | null | SHIFT_JIS | C++ | false | false | 881 | h | #pragma once
#include "FftDlg.h"
// CFfrFreqDlg ダイアログ
class CFftFreqDlg : public CDialog
{
public:
CFftFreqDlg(CWnd* pParent = NULL); // 標準コンストラクタ
virtual ~CFftFreqDlg();
CFftDlg *m_pFftDlg;
int m_nMaxRange;
int m_nMinRange;
int m_nMaxFreq;
int m_nMinFreq;
// ダイアログ データ
enum { IDD = IDD... | [
"git@iwasen.jp"
] | git@iwasen.jp |
1945ca553096a48d1b2bd52207003e1f3885c69b | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/printscan/wia/test/wiatest/wiatestview.cpp | 237d042a4d5cf05aa277a8103da25476aaed30b0 | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 66,493 | cpp | // WIATestView.cpp : implementation of the CWIATestView class
//
#include "stdafx.h"
#include "WIATest.h"
#include "WIATestDoc.h"
#include "WIATestView.h"
#include "Mainfrm.h"
#include "PropEdit.h"
#include "datacallback.h"
#include "devicecmddlg.h"
#include "iteminfodlg.h"
#include "mmsystem.h"
#if... | [
"112426112@qq.com"
] | 112426112@qq.com |
fe62bf9849b2aac0d8006f61986cb535a6823e8b | 6c84f333385d1c9635562d8926da7bf81880d35c | /task1/itoBase.cpp | ea7b61443a3b595275192a98eb82242fe1adbf81 | [] | no_license | ergmyth/internship_tests_1 | 3d2cbba7d87319964c85c6752cb1ee6cad4a187f | 1a27a8929ddc6ef9d1ce6a6ff7d1c0e3f5fceb5f | refs/heads/master | 2021-01-04T21:22:35.235348 | 2020-02-15T18:31:59 | 2020-02-15T18:31:59 | 240,764,224 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,092 | cpp | //
// Created by Earl Leonarda on 14/02/2020.
//
#include "task1.hpp"
static size_t char2nb(unsigned char chr, string baseSrc, int baseSrc_len)
{
for (int i = 0; i < baseSrc_len; i++)
if (baseSrc[i] == chr)
return (i);
}
static size_t string2nb(string nb, string baseSrc, int baseSrc_len)
{
int step;
int st... | [
"eleonard@at-o2.21-school.ru"
] | eleonard@at-o2.21-school.ru |
4a6c3e5e8bc5dcadc75ab2e29773327b72312a8c | 2afd103f20d8118fe595f5f6ba2f891e3cf92644 | /comp/cpp_lab/pro1.cpp | 37eb9d23a843f6fe75d8397069563ba2f17b6f92 | [] | no_license | hoihoilee/Class-homeworks | c9e7d628ee3fecaad980cdfcc9c0b09a8353a493 | f3656c5ac1ef107b8668f294165cc7498b556c6d | refs/heads/master | 2020-04-14T11:43:51.320262 | 2019-10-28T12:36:56 | 2019-10-28T12:36:56 | 163,821,767 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 518 | cpp | #include "std_lab_facilities.h"
int print_array(int n[]);
int sort(int n[]);
int main()
{
int n[10];
int i;
for (i = 0; i < 10; i++)
cin >> n[i];
print_array(n);
sort(n);
print_array(n);
return 0;
}
int print_array(int n[])
{
int i;
for (i = 0; i < 10; i++)
cout << n[i] << " " ;
cout << endl;
}
... | [
"hoihoilee@naver.com"
] | hoihoilee@naver.com |
a10dc998dcb37c8934dd30430c5de47173240050 | 32d6248bed5ada969816927b28c166128bfe236f | /Prb_1151.cpp | 5ff0fbd3ffab12fedc5ca8f16d264773093160d5 | [] | no_license | Junaeid18/Uri | a02efa101a1388d9bd811b2f79fb4aaead5477ac | ee08f2cd583605c6e4a2ea8953d94890ced0ea36 | refs/heads/master | 2022-05-17T07:18:32.314497 | 2022-03-24T21:39:13 | 2022-03-24T21:39:13 | 200,537,507 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 290 | cpp | #include <iostream>
using namespace std;
int main()
{
int n,start {0},one {0},two {1},sum;
cin>>n;
cout<<0;
while (start < n-1)
{
cout<<" "<<two;
sum = one+two;
one = two;
two = sum;
++start;
}
cout<<endl;
return 0;
} | [
"mdjunaeid98@gmail.com"
] | mdjunaeid98@gmail.com |
14731d4f529b4cbdd3b54d315ce583c68e924870 | 8f9cc916fb6dedfc3066beb60d6f0b3172df1373 | /puerta.ino | 2414f4149f88fbb2df2cdc1858b9be700446fd24 | [
"MIT"
] | permissive | CristobalNyram/puertaArduino | 9eca567868e4ca17ac9f705696ecc33ed4c5af69 | af04becc2f8d0a7c77e812ca232cb0d9034ad5ca | refs/heads/master | 2023-01-27T14:12:07.111653 | 2020-12-11T03:01:49 | 2020-12-11T03:01:49 | 320,451,372 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,157 | ino |
#include <Keypad.h> // importa libreria Keypad
#include <Servo.h>
Servo myservo; // crea el objeto servo
const byte FILAS = 4; // define numero de filas
const byte COLUMNAS = 4; // define numero de columnas
char keys[FILAS][COLUMNAS] = { // define la distribucion de teclas
{'1', '2', '3', 'A'},
... | [
"noreply@github.com"
] | noreply@github.com |
f80e0dedf1dc7ae16acc6d6e0f02ca597ac0392b | 59c47e1f8b2738fc2b824462e31c1c713b0bdcd7 | /002-Qt_widget_Concerning/000-Qt-widget-project/WindowsAPP/BST_IDE/mdp/physical/physicalcpu.h | d6a259592475f399a62036a6bb5386c3c344b742 | [] | no_license | casterbn/Qt_project | 8efcc46e75e2bbe03dc4aeaafeb9e175fb7b04ab | 03115674eb3612e9dc65d4fd7bcbca9ba27f691c | refs/heads/master | 2021-10-19T07:27:24.550519 | 2019-02-19T05:26:22 | 2019-02-19T05:26:22 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 839 | h | #ifndef PHYSICALCPU_H
#define PHYSICALCPU_H
#include "physicalbase.h"
class PhysicalCPU : public PhysicalDevice
{
Q_OBJECT
public:
PhysicalCPU(QObject *parent = 0);
~PhysicalCPU();
quint32 InitPara();
QString GetInformation() { return QString("%1>%2 %3%").arg(mDevName).arg(mCpuModel... | [
"1343726739@qq.com"
] | 1343726739@qq.com |
89187ef3403d70fdc9718777ac197b259eab6521 | 6044ea7e01287cae22d9fa6cf6e0dc7f8ffd5943 | /IntersectionOfTwoLinkedLists.cpp | 9e08a0917f17d1e24d4b245167904a0867dd360d | [] | no_license | woods-jiang/leetcode | fbe271dd6a444736d8ab8beb06dfb52e337443e6 | f136e44ebb3f294d547d419e4b38d6eb06805a21 | refs/heads/master | 2020-05-20T06:03:39.040066 | 2015-08-05T23:31:51 | 2015-08-05T23:31:51 | 33,391,497 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 980 | cpp | /**
* Definition for singly-linked list.
* struct ListNode {
* int val;
* ListNode *next;
* ListNode(int x) : val(x), next(NULL) {}
* };
*/
class Solution {
public:
ListNode *getIntersectionNode(ListNode *headA, ListNode *headB) {
int lenghA=0;
int lenghB=0;
ListNode* pA = headA... | [
"woods.jiang.1@gmail.com"
] | woods.jiang.1@gmail.com |
757ea438feaa5c4b01822b06a869c409e90adaea | 95a0bb23a05a96b9ef01f88dcc35c2bdaa7f2f14 | /1.9.1.12285/SDK/TDMFlag_classes.h | cdacaf6dc81a049d9801a6a029f90efe3202159e | [] | no_license | MuhanjalaRE/Midair-Community-Edition-SDKs | 38ccb53898cf22669d99724e7246eb543ae2d25d | 8f459da568912b3d737d6494db003537af45bf85 | refs/heads/main | 2023-04-06T03:49:42.732247 | 2021-04-14T11:35:28 | 2021-04-14T11:35:28 | 334,685,504 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,190 | h | #pragma once
// Name: mace, Version: 1.9.1.12285
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Classes
//------------------------------------------------------... | [
"78203566+MuhanjalaRE@users.noreply.github.com"
] | 78203566+MuhanjalaRE@users.noreply.github.com |
6d52e95df6f83236f61c09a045b423b6f0246d78 | d35a26e8957f737d6f96eafd58d7c07eac55e579 | /vector.cpp | 893fc04a14a0bd36b0b08a889f7ef886b14b9b4a | [] | no_license | Autonomous-Wang/Leetcode | 7d1e24976801a4f361b799e0e8e66aaa48c83575 | a68bc9d0395f66d5152c0d12b2366ff3e932a5f5 | refs/heads/master | 2021-06-14T15:31:17.210216 | 2017-04-06T20:22:07 | 2017-04-06T20:22:07 | 82,267,997 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,072 | cpp | #include <iostream>
#include <vector>
using namespace std;
void printvec(vector<int> &vec)
{
for (size_t i = 0; i < vec.size(); i++)
{
cout << "Vec[" << i << "] = " << vec[i] << endl;
}
}
void iterprint(vector<int> vec)
{
vector<int> :: iterator Iter;
for (Iter = vec.begin(); Iter != vec.end(); Iter++)
{
co... | [
"noreply@github.com"
] | noreply@github.com |
0763166118b92742bf36e137d89c16af1c1e8b8f | ab786509980b232c973be7c042d9996dfd097601 | /ext/tgaimage.h | 929a9f258763604f670a9521ce225cdbb9c5f652 | [] | no_license | cdgiessen/TinyRenderer | 2c2d691695abf32c86f646147afa713e4099ac8a | f1f2c0bc90327f12e2fb738d6178e5b7b09ec088 | refs/heads/master | 2023-02-03T21:13:39.587670 | 2020-12-17T18:08:45 | 2020-12-17T18:08:45 | 310,068,160 | 8 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,331 | h | #pragma once
#include <cstdint>
#include <fstream>
#include <vector>
#pragma pack(push, 1)
struct TGA_Header
{
std::uint8_t idlength{};
std::uint8_t colormaptype{};
std::uint8_t datatypecode{};
std::uint16_t colormaporigin{};
std::uint16_t colormaplength{};
std::uint8_t colormapdepth{};
st... | [
"cdgiessen@gmail.com"
] | cdgiessen@gmail.com |
475dda9e04269cc5e3994ba293d3ab8be3a4375a | c7a16a52129faceb90fac1e10b4438ee3d28d225 | /components/pdf/browser/pdf_navigation_throttle.cc | 0c52251976a898a9e9a84a7dfa2ef51bade596e0 | [
"BSD-3-Clause"
] | permissive | OxingchenO/chromium | 0159fbd6cf90e225c4375f9bbd5883cb3cfaef34 | 3c6e1f5fb4f8bc50b60b97861be570b84e32544e | refs/heads/master | 2023-05-15T01:20:02.591938 | 2021-06-22T10:02:23 | 2021-06-22T10:02:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,282 | cc | // Copyright 2021 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 "components/pdf/browser/pdf_navigation_throttle.h"
#include <memory>
#include <utility>
#include "base/bind.h"
#include "base/feature_list.h"
#... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
573afa29e13a8290c35a40a707758f24bfdae40e | bb16db1f002eb4b745e46cf957a8c44bfc25cc71 | /k1160pro/HNWidgets/hnwifiwidget.cpp | 6ceef989b66f8837ab4b867b5961975058f725cb | [] | no_license | jjzhang166/K1160 | 90ded5beae07f2e320f1453aaa93fbd529b00409 | fb9716bb7bead7b38df54b7b17925822bbbe1691 | refs/heads/master | 2021-07-05T05:26:39.774344 | 2017-09-26T09:37:15 | 2017-09-26T09:37:15 | 104,993,094 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,690 | cpp | #include "hnwifiwidget.h"
#include "ui_hnwifiwidget.h"
#include "hnlinux.h"
#include "HNDefine.h"
#include "HNDefine.h"
#include "hnmsgbox.h"
HNWIFIWidget::HNWIFIWidget(QWidget *parent) :
HNWIFIView(parent),
ui(new Ui::HNWIFIWidget)
{
ui->setupUi(this);
connect(this, SIGNAL(clicked(QModelIndex)),
... | [
"tianduanrui@163.com"
] | tianduanrui@163.com |
3fc5d1450121b45d6ecf79e535886365ff06a4b1 | fa7a76c7646ced5f8ffbd009d4a21f05e187495a | /UVA Problems/UVA/UVA/Sort! Sort!! and Sort!!!.cpp | 22cd4fd62c1e7666cfb875b58cac64f22ccd8c5c | [] | no_license | osama-afifi/Online-Judges-Solutions | 5273018f8373f377b9dafa85521c97beaa6574a0 | f49130f8ccbe8abc062f1b51a204edb819699b3a | refs/heads/master | 2021-01-10T19:54:34.488053 | 2015-04-23T21:42:54 | 2015-04-23T21:42:54 | 21,754,051 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 912 | cpp | # include <iostream>
# include <math.h>
# include <iomanip>
# include <string>
# include <map>
# include <set>
# include <vector>
# include <algorithm>
using namespace std;
struct NO
{
long long num;
int type;
long long mod;
bool operator <(const NO &a)const
{
if(mod!=a.mod)
return mod<a.mod;
if(type!... | [
"osama.egt@gmail.com"
] | osama.egt@gmail.com |
902c9cd942f6ada774470d9578cb2701b4392923 | c915814daef48722a27db20312e8aba72d08588e | /external/lodepng/lodepng.cpp | cbfd08e212e3c19bdff93207aa0c9b2024e3d81a | [] | no_license | jmrico01/opengl | 9ce27255dc57eea425ec8b25a9a7f0ada8fd749a | e2e59ae08b032a156c835e7d079292b641b1514c | refs/heads/master | 2021-04-03T01:46:14.417740 | 2018-03-14T03:25:05 | 2018-03-14T03:25:05 | 124,464,446 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 220,992 | cpp | /*
LodePNG version 20170917
Copyright (c) 2005-2017 Lode Vandevenne
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
incl... | [
"jrico@princeton.edu"
] | jrico@princeton.edu |
9c3feedca7041d4898d86a8eb0b5a9fbe82f2a3c | 23c4109411bb6490d76430d485c19152c56e037a | /llvm-project/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 0028fec51bba3d2b111a8117d42f17f7a227bea4 | [
"NCSA",
"Apache-2.0",
"LLVM-exception"
] | permissive | AlexErf/GPUProject | f9a060e63caec0c07584aa2a2826432dc6cfc0b5 | c2740b6ca052436a73d05564187c473a37f362b9 | refs/heads/main | 2023-02-02T05:41:53.330592 | 2020-12-14T03:04:19 | 2020-12-14T03:04:19 | 310,434,160 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 38,406 | cpp | //===-- PlatformPOSIX.cpp -------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | [
"nlbrow@umich.edu"
] | nlbrow@umich.edu |
96b29d43cfb6550a6ea9730833282d8c511dd3d0 | 83e79571a6d4d1778d54de3f13d602d5254adcd1 | /src/dal/core/AccessMode.h | db5a2707d54dcbb79e4ae9bd49db3ce790eff9dd | [] | no_license | jjdmol/DAL | d15d15df36956a2f710170b0f058cf93ea93d604 | f2eb2877d606520b1a660b030532c193ab48cdbb | refs/heads/master | 2021-01-16T21:51:41.112844 | 2011-05-17T11:37:40 | 2011-05-17T11:37:40 | 1,733,529 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 14,465 | h | /***************************************************************************
* Copyright (C) 2010 *
* Lars B"ahren <bahren@astron.nl> *
* *
* This pr... | [
"lbaehren@gmail.com"
] | lbaehren@gmail.com |
8aa67b08761d0c944275976e001753bbbe8e6af5 | 879681c994f1ca9c8d2c905a4e5064997ad25a27 | /root-2.3.0/run/tutorials/multiphase/twoPhaseEulerFoam/RAS/fluidisedBed/1.5/Theta.particles | c8e7f286fabe94dc5cdcea3d9caa9fdd56946c6d | [] | no_license | MizuhaWatanabe/OpenFOAM-2.3.0-with-Ubuntu | 3828272d989d45fb020e83f8426b849e75560c62 | daeb870be81275e8a81f5cbac4ca1906a9bc69c0 | refs/heads/master | 2020-05-17T16:36:41.848261 | 2015-04-18T09:29:48 | 2015-04-18T09:29:48 | 34,159,882 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 68,658 | particles | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
... | [
"mizuha.watanabe@gmail.com"
] | mizuha.watanabe@gmail.com |
1afb7806915f337e9799a176224c11a0ec6bcffd | c121a3df58a0b1b5665439f94f7c7f83c1b0492b | /code/partition-comparison/src/partition_comparison.cpp | 4b952850aed11c6951d9f8ba035078a16c02c75a | [
"MIT"
] | permissive | Rhoana/icon | a73d100336ae3845e7b326357c9598fbeabefbd8 | 1666ed2651c7ca81e0343ace3641d862684509a7 | refs/heads/master | 2022-10-11T21:28:38.579729 | 2022-09-30T13:58:36 | 2022-09-30T13:58:36 | 91,745,495 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | true | 1,068,291 | cpp | /* Generated by Cython 0.23.4 */
#define PY_SSIZE_T_CLEAN
#include "Python.h"
#ifndef Py_PYTHON_H
#error Python headers needed to compile C extensions, please install development version of Python.
#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03020000)
#error Cython ... | [
"felix.e.gonda@gmail.com"
] | felix.e.gonda@gmail.com |
f333b5bbfc77892f42ca546d8b07a0454f1d5d01 | db856c6513e3917ac5ddd90cc372d882e98ea21c | /stim_control/src/State.hpp | da83b1c64aa1aba376c3e89d389665966fba2da4 | [] | no_license | dalejbarr/webcam_study | 2ae93c488db3e95bb5518d6ca2790b158dd7b8f5 | daf9bb3e44a2c755dc606654e9d19457d7e98dec | refs/heads/master | 2020-05-21T18:01:15.024049 | 2017-07-21T16:49:11 | 2017-07-21T16:49:11 | 63,344,808 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,118 | hpp | #ifndef ST_INCLUDED
#define ST_INCLUDED
#define EXP_EVENT_TIMER_RESOLUTION 3
#include <string>
using std::string;
#include <map>
using std::map;
using std::multimap;
using std::pair;
#include <boost/smart_ptr.hpp>
#include "Event.hpp"
#include "Watch.hpp"
#include "global.hpp"
typedef multimap<long, EventPtr> Eve... | [
"dalejbarr3@gmail.com"
] | dalejbarr3@gmail.com |
1f7d7a8690e7e255906adc85a3ab0774c3d7bcbe | 35770dc2ef97ade440a774a814ac22064826d9be | /code/addbook.h | ad5a89624a666d8d59210c0c294de6b2fd65c19b | [] | no_license | alaeddinelajili/interface-graphique-d-un-gestionnaire-d-une-bibliotheque | 547726356576a13f7566e143ab74c38735986e8d | 1b82b47ce52e2ac691e08dc6931b09b76fd1a580 | refs/heads/master | 2020-03-29T00:54:32.248072 | 2018-09-18T23:03:07 | 2018-09-18T23:03:07 | 149,361,691 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 425 | h | #ifndef ADDBOOK_H
#define ADDBOOK_H
#include<database.h>
#include <QDialog>
namespace Ui {
class addbook;
}
class addbook : public QDialog, protected Database
{
Q_OBJECT
public:
explicit addbook(QWidget *parent = 0);
~addbook();
private slots:
void on_save_clicked();
void on_cancel_clicked();
... | [
"alaeddine.lajili@ensi-uma.tn"
] | alaeddine.lajili@ensi-uma.tn |
90c349958f51cffb9564e9e592903e66a5a2e2c6 | 21553f6afd6b81ae8403549467230cdc378f32c9 | /arm/cortex/Freescale/MK64F12/include/arch/reg/ewm.hpp | ccaf6d176f854707d7c9868d70bb82b31e213070 | [] | no_license | digint/openmptl-reg-arm-cortex | 3246b68dcb60d4f7c95a46423563cab68cb02b5e | 88e105766edc9299348ccc8d2ff7a9c34cddacd3 | refs/heads/master | 2021-07-18T19:56:42.569685 | 2017-10-26T11:11:35 | 2017-10-26T11:11:35 | 108,407,162 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,078 | hpp | /*
* OpenMPTL - C++ Microprocessor Template Library
*
* This program is a derivative representation of a CMSIS System View
* Description (SVD) file, and is subject to the corresponding license
* (see "Freescale CMSIS-SVD License Agreement.pdf" in the parent directory).
*
* This program is distributed in the hope... | [
"axel@tty0.ch"
] | axel@tty0.ch |
7d7b064dba814f62ea255aebbc7b435a3ec14515 | 80a5735ba2abdee190144c6fe6cb8c88609c402e | /meshlab/MeshLabSrc_AllInc_v132/meshlab/src/plugins_experimental/io_3dcoform/io_3dcoform.h | 9d9ab2e11598963d578a6fcc178923ccdd5bf9cc | [] | no_license | quxiaofeng/python-stl | 8947bbd4645417fd76ef45c864e7e3f54d213a4c | 0929ada14c96511056b88e4f97474c1cee7ade79 | refs/heads/master | 2021-05-16T02:17:10.530607 | 2013-12-16T19:18:26 | 2013-12-16T19:18:26 | 12,635,141 | 10 | 4 | null | 2018-09-14T13:18:57 | 2013-09-06T03:38:26 | C | UTF-8 | C++ | false | false | 1,270 | h | #ifndef COFORMIOPLUGIN_H
#define COFORMIOPLUGIN_H
#include <QList>
#include <QStandardItemModel>
#include <common/interfaces.h>
#include "coformimportdialog.h"
class CoformIOPlugin : public QObject, public MeshIOInterface
{
Q_OBJECT
Q_INTERFACES(MeshIOInterface)
public:
CoformIOPlugin();
~CoformIOPlugin();
QLis... | [
"quxiaofeng@outlook.com"
] | quxiaofeng@outlook.com |
00773b3b488993ecce80e7a26c83544f114ac7bd | 2f19e39d581eaa8298ca08192460fe3ac9f8d02b | /fhe7/fhe/core/Util.cpp | 44a0ee0dd7aeb411738d2928a1a456b8753debbd | [] | no_license | davecarr1024/libfhe | 77497b67c2ead85fc0bd6a7837a765daf6ccfe30 | 31682b423fc2255a10235f28c17cbdc7c6d7668b | refs/heads/master | 2021-05-08T05:22:02.635076 | 2016-08-22T20:11:06 | 2016-08-22T20:11:06 | 31,622,347 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,322 | cpp | #include <fhe/core/Util.h>
#include <cstdio>
#include <cstdarg>
#include <stdexcept>
namespace fhe
{
void fhe_assert( bool cond, const char* scond, const char* file, int line )
{
if ( !cond )
{
char err[1024];
snprintf( err, 1024, "FHE_ASSERT FAILED\ncond: %s\nfile: %s\... | [
"dave.carr.re2@a83f7b76-a30c-11de-8ba5-91705c1537ed"
] | dave.carr.re2@a83f7b76-a30c-11de-8ba5-91705c1537ed |
7830182bda5b4d7fa1ef6d57ef22c44fd889d1b2 | c05bc1c96979107eeb1d1463a7fc01b5144452c8 | /Common/Libraries/TextWindowLibrary/src/PropertyText.cpp | 32946a5fcb72d30360f81ce466efcdff891824c3 | [] | no_license | discos/discos | 1587604ae737d8301f10011d21bfa012dd3c411f | 87dc57a160f3b122af46a9927ee6abb62fdf4159 | refs/heads/master | 2023-08-30T21:39:55.339786 | 2023-06-21T13:39:20 | 2023-06-21T13:39:20 | 87,530,078 | 4 | 4 | null | 2023-09-07T07:57:43 | 2017-04-07T09:37:08 | C++ | UTF-8 | C++ | false | false | 100 | cpp | // $Id: PropertyText.cpp,v 1.1.1.1 2007-05-04 09:53:29 a.orlati Exp $
#include "TW_PropertyText.h"
| [
"mbuttu@oa-cagliari.inaf.it"
] | mbuttu@oa-cagliari.inaf.it |
12443cb61d6a7f5ee1f081bf91dae94a8b06678d | ef761a03a2788832f729ee9783c23414a698c5c8 | /Common/Xml.h | b4f7cfb229525aa0776dab2dd4501ca62dcb4b22 | [
"MIT"
] | permissive | kovalexius/SSAODemo | db98a3089ab607d21084dc471e7a887b518eea16 | 56bee973b5b8fb9483918042c11ee107a262babc | refs/heads/master | 2020-12-02T05:05:26.422799 | 2016-12-07T16:09:50 | 2016-12-07T16:09:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,380 | h | /*******************************************************************************
Author: Alexey Frolov (alexwin32@mail.ru)
This software is distributed freely under the terms of the MIT License.
See "LICENSE" or "http://copyfree.org/content/standard/licenses/mit/license.txt".
******************************... | [
"alexwin32@mail.ru"
] | alexwin32@mail.ru |
6389490d3b08dc5d4b74366c101a7c9b4cb8dec6 | 7e37551e00fd1bdae27f2f6af25fcfe74f8d3ce6 | /test/test3_mesh.cpp | a8603b6c453d8eeb636a763304d95290f57c4177 | [] | no_license | ariannachiesa/Organic2D_project | d45de7614ddedec7024ba1bd2455df489c8d8eea | addbdc65b6e92b0c5556393486c9c147e6e3529d | refs/heads/master | 2020-03-13T14:43:05.395025 | 2018-07-03T16:00:28 | 2018-07-03T16:00:28 | 131,164,127 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 856 | cpp | /*
Arianna Chiesa
Project for the course:
"Advanced Programming for Scientific Computing"
*/
/*! \file test3_mesh.cpp
\brief Test 3: mesh creation
*/
#include "probl.h"
int main(int argc, char** argv){
MPI_Init(&argc,&argv);
clock_t tstart_probl;
tstart_probl = clock();
/// n. refinement cycles ... | [
"arianna.chiesa@mail.polimi.it"
] | arianna.chiesa@mail.polimi.it |
6441f136adf8f15f533abfae49b526dd8beaef93 | 9877feda97f1a9923fc6f9bb449d0b945498a1a4 | /FinalProject/Instructor.h | 41f9772d42a621d109ece0827b6bc628e769f304 | [] | no_license | tugcekeskin/E-Learning-Platform | 9c8908d0dc9041ce01d5bcbd8f650d8c6b525612 | 147ad2b04457d25a917a7eb795d4611c5eb72770 | refs/heads/main | 2023-03-08T15:25:25.151233 | 2021-02-20T21:02:21 | 2021-02-20T21:02:21 | 340,495,673 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 172 | h | #include <string>
#include <vector>
using namespace std;
class Instructor {
public:
Instructor();
string name;
double balance;
vector<string> coursesToGive;
};
| [
"71973434+tugcekeskin@users.noreply.github.com"
] | 71973434+tugcekeskin@users.noreply.github.com |
2ac3abc9e24e3ea5760a4b30bc3a2ff80b750c11 | 8a2001b338d4fb854c9d99cfff1fee7d64cb4a64 | /src/hearthstone-shared/PerfCounters.h | 13f9ca77d3db01cd8c09babdb8befa1214b7eb34 | [] | no_license | Sandshroud/Sandshroud-Onyx | 06dceec3ded18013dfaf6d4ca7ff53a9af581167 | 133f92d1adcfd13bb28119bff777982690f41ff9 | refs/heads/master | 2021-01-25T05:21:26.141410 | 2013-02-19T06:10:57 | 2013-02-19T06:10:57 | 8,284,289 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,988 | h | /***
* Demonstrike Core
*/
#pragma once
#if PLATFORM == PLATFORM_WIN
#pragma pack(push,8)
#include <WinPerf.h>
#undef min
#undef max
#include <comdef.h> // for using bstr_t class
#include <vector>
#define TOTALBYTES 100 * 1024
#define BYTEINCREMENT 10 * 1024
#pragma warning(disable:4244)
template <class T>
cla... | [
"Crow5736@yahoo.com"
] | Crow5736@yahoo.com |
5184fd388d0eefebf01b7a8df594e2d5e77cf889 | f1b2c46797efdfc91947783903e2c0f3b008e8dc | /text-label.h | 5cbe53a43be434e87a1212dbb20743fcc4505ffe | [] | no_license | mbelicki/tower-of-au | 3b13e3f12632674ceafc97db45ef702362d68cf8 | 5cf03d44d28b0e92c4cd47137689620d73a6ec93 | refs/heads/master | 2021-01-10T07:32:51.782839 | 2017-06-11T11:52:08 | 2017-06-11T11:52:08 | 43,322,188 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 749 | h | #pragma once
#include "warp/helpers.h"
#include "warp/graphics/font.h"
namespace warp {
class controller_impl_i;
class entity_t;
class world_t;
}
enum label_flags_t {
LABEL_NONE = 0,
LABEL_LARGE = 1,
LABEL_POS_TOP = 2,
LABEL_POS_BOTTOM = 4,
LABEL_POS_LEFT = 8,
LA... | [
"_@belickim.net"
] | _@belickim.net |
0eb38bbf0130d61a6ac0248069f46cc2acff87e1 | 4d4ad4166a8148531cc652c3e6d0aa3460d011be | /src/Program.h | d6527bc0b7ac6b840538d94d27d460f3385b4057 | [] | no_license | giuluck/B1ender | d3afc0c4566e5abe35ad1e588c3bf701e67ad079 | c15d78c7dbb7707182301670ff9721f046841e08 | refs/heads/master | 2021-03-18T19:46:06.233630 | 2020-03-13T15:00:15 | 2020-03-13T15:00:15 | 247,095,705 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,297 | h | #pragma once
#include "Utils.h"
#include "Model.h"
#include "View.h"
#include "Projection.h"
#include "Shader.h"
#include <stack>
class Program
{
public:
static void initDefault();
static Model* getModel();
static View* getView();
static Projection* getProjection();
static Shader* getShader();
... | [
"noreply@github.com"
] | noreply@github.com |
124036d1fbb80cc76a56ec322c3119623aa06091 | 866eb253e717b53b63dfbf4f874b2337122b9319 | /Computacao Grafica/Atividades1BI/desenhos.h | 15587a83bd4bb2c89545aa56cc66aa4afc6e2784 | [
"MIT"
] | permissive | Mica-ely/cc-unespar | ff237e04b18c51e0d1d6a03b389f66db119facb2 | 59388b6fc17d461fc62aedcf63d30fe9d4fe6f7d | refs/heads/master | 2021-12-24T02:59:58.109979 | 2017-12-07T21:04:20 | 2017-12-07T21:04:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 327 | h | /*
* desenhos.h
*
* Created on: 5 de out de 2017
* Author: henrique.silva
*/
#ifndef DESENHOS_H_
#define DESENHOS_H_
class Desenhos
{
public:
void helice (int x, int y, float windowWidth, float windowHeight);
void teardrop(int x, int y, float windowHeight);
void bulbasaurPixel();
};
#endif /* DESENHOS... | [
"henriquedsilva@live.com"
] | henriquedsilva@live.com |
8a85831632691d46839f780a5115c508f7988e60 | a55be285cde30132f5e3df70e57cd5e0e68278ab | /2dz/libvec/vec_input.cpp | 75e7064ea4f74c9e36fdaf4d2d05ee149a6d139f | [] | no_license | ruhomor/3sem | 18db2de5fd375901b1b0c3c7e6c733d775dd22c5 | 751704e343b5e6b2e5c30ac45cdc440391df0d24 | refs/heads/master | 2023-01-24T19:08:29.634464 | 2020-12-13T22:27:31 | 2020-12-13T22:27:31 | 293,076,635 | 0 | 0 | null | 2020-11-07T01:24:23 | 2020-09-05T13:00:31 | C++ | UTF-8 | C++ | false | false | 1,143 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* vec_input.cpp :+: :+: :+: ... | [
"ruhomor@icloud.com"
] | ruhomor@icloud.com |
66dd6671f6da6b5cbf2e27d52a6fae68875511f7 | 42b48d20624ba0048cbfc42d54e3772af775c3c2 | /rpc_controller.h | 6faba1aca1340b65ef100ce09cd7e1d27923da23 | [] | no_license | JD-kriswu/simple_rpc | 168986694166db72278ed8d0b0945a28b1363674 | 13191ec99182ed3de7892ccd978b78281d897f59 | refs/heads/master | 2021-01-01T19:40:53.674686 | 2017-07-28T12:28:30 | 2017-07-28T12:28:30 | 98,648,913 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,836 | h | // Author: (norvallu)
#ifndef _TENCENT_PBRPC_RPC_CONTROLLER_H_
#define _TENCENT_PBRPC_RPC_CONTROLLER_H_
#include <google/protobuf/service.h>
#include "common.h"
#include "rpc_option.pb.h"
#include <deque>
#include <list>
namespace tencent {
namespace pbrpc {
#define CompressTypeAuto ((CompressType)-1)
... | [
"wuzepingladeng@126.com"
] | wuzepingladeng@126.com |
5c1c619b0a64b57f7f7f8492b96d3fbc5196ad78 | 2605c92262d29936ab6eddbb57472a7876dd51a9 | /Project3/Project3/main.cpp | e90ea8f3e242c09608bbdcb48d54099573b851fa | [] | no_license | acsdavid97/C_BitDefender | b043b856958b86f7d8bbc4f97ec038482cdefefd | a043d012bb4e1bcd4d1f2688c570de9bbb1d82af | refs/heads/master | 2021-06-17T02:40:53.749388 | 2017-05-16T08:02:24 | 2017-05-16T08:02:24 | 73,021,839 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 177 | cpp | #define _CRT_SECURE_NO_WARNINGS
/*
author: David
file name: main.cpp
file creation date: 2016-11-22 09:20:48
*/
#include "header.h"
int main()
{
system("pause");
return 0;
} | [
"acs_david97@yahoo.com"
] | acs_david97@yahoo.com |
950496a89d02a3a4fa3cdd4febd5fe82280080b1 | 6e7e07d2872e9321c082db6bbf353f0f12090736 | /template/xcode4/cocos2dx.xctemplate/Classes/HelloWorldScene.cpp | 04d9a13b41f82870bab57f3cb621d2bf8ce5e331 | [
"MIT"
] | permissive | haiweizhang/MyCocos2d-xV2.0 | e9a9fd7ed002db551caa391def644375095cd266 | 54759a2602f251091a3e1bce3be6b4d33ba0f15b | refs/heads/master | 2021-01-06T20:37:17.133750 | 2013-07-25T06:02:40 | 2013-07-25T06:02:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,470 | cpp | #include "HelloWorldScene.h"
#include "SimpleAudioEngine.h"
using namespace cocos2d;
using namespace CocosDenshion;
CCScene* HelloWorld::scene()
{
// 'scene' is an autorelease object
CCScene *scene = CCScene::node();
// 'layer' is an autorelease object
HelloWorld *layer = HelloWorld::node();
... | [
"deanzhang@163.com"
] | deanzhang@163.com |
772dcd730355722c4a9fe62eda3c4725c51c2f25 | 299648a8c633728662d0b7651cd98afdc28db902 | /src/thirdparty/cefbinary_72/libcef_dll/ctocpp/x509certificate_ctocpp.cc | f24a47685532e2f3be77a7fc803727dd58f84488 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown"
] | permissive | aardvarkxr/aardvark | 2978277b34c2c3894d6aafc4c590f3bda50f4d43 | 300d0d5e9b872ed839fae932c56eff566967d24b | refs/heads/master | 2023-01-12T18:42:10.705028 | 2021-08-18T04:09:02 | 2021-08-18T04:09:02 | 182,431,653 | 183 | 25 | BSD-3-Clause | 2023-01-07T12:42:14 | 2019-04-20T16:55:30 | TypeScript | UTF-8 | C++ | false | false | 7,526 | cc | // Copyright (c) 2019 The Chromium Embedded Framework Authors. All rights
// reserved. Use of this source code is governed by a BSD-style license that
// can be found in the LICENSE file.
//
// ---------------------------------------------------------------------------
//
// This file was generated by the CEF translato... | [
"joe@valvesoftware.com"
] | joe@valvesoftware.com |
6d65cadb3c5184a005b6f652fb1053ba4f0de8a3 | aa2ac425a8bb957a26763ae17e50d50f1cce8956 | /src/Addons/GeoWay/gwXML_StandardMetaData/type_xs.Cshort.h | 269eb716b1f65e26125256b8bf97650c59c80142 | [] | no_license | radtek/CGISS | c7289ed19d912c432aae81d0cdbb6b080b4f5458 | 3f7cfa19d8024a67a5350d51e3f2f40a5e203576 | refs/heads/master | 2023-03-16T21:23:56.948744 | 2017-06-17T14:14:09 | 2017-06-17T14:14:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 837 | h | #ifndef _ALTOVA_INCLUDED_gie_ALTOVA_xs_ALTOVA_Cshort
#define _ALTOVA_INCLUDED_gie_ALTOVA_xs_ALTOVA_Cshort
namespace gie
{
namespace xs
{
class Cshort : public TypeBase
{
public:
gie_EXPORT Cshort(xercesc::DOMNode* const& init);
gie_EXPORT Cshort(Cshort const& init);
void operator=(Cshort const& other) { m_node... | [
"hekaikai@live.cn"
] | hekaikai@live.cn |
b5d9dfd9ccc296d389b0da5c652d66b9e6683b56 | 71ce57c3ac7d39ba12b8473849c00a23c1c338ac | /src/gwen/src/Controls/Layout/Splitter.h | 7a4051c4a446ff095c1923782d66c2dea4a21052 | [] | no_license | ReccaStudio/DeferredRenderer | f6a5e5ffbb36ffc79dedc295ad1ab0202251abd0 | d896de09052c5880b99737e51360641d05fe84b7 | refs/heads/master | 2020-04-07T16:35:13.954276 | 2013-12-11T23:44:42 | 2013-12-11T23:44:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,523 | h | /*
GWEN
Copyright (c) 2011 Facepunch Studios
See license in Gwen.h
*/
#pragma once
#pragma once
#include "Gwen/Controls/Base.h"
namespace Gwen
{
namespace Controls
{
namespace Layout
{
class Splitter : public Base
{
public:
typedef Base BaseClass;
Splitter( Base... | [
"geoff@vonture.net"
] | geoff@vonture.net |
cf1cd5067aa809f149005d811a6121148b06c709 | 2b59987242b85c4bc13a78ca53455ec451fc0a02 | /ios/IOSNDKHelper-C-Interface.h | 5df121814a70e74b245cbe87d2bbe71595bb85d8 | [] | no_license | boriel/EasyNDK | 0cde61ba885e77c19549865b1a6abf24e4f2ff36 | 16428d3df986948a088e5fe616affa16e9680ad8 | refs/heads/master | 2021-01-15T10:40:58.431470 | 2013-07-11T11:21:04 | 2013-07-11T11:21:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 529 | h | //
// IOSNDKHelper-C-Interface.h
// EasyNDK-for-cocos2dx
//
// Created by Amir Ali Jiwani on 23/02/2013.
//
//
#ifndef EasyNDK_for_cocos2dx_IOSNDKHelper_C_Interface_h
#define EasyNDK_for_cocos2dx_IOSNDKHelper_C_Interface_h
#include <iostream>
#include "cocos2d.h"
#include "jansson.h"
#include <string>
USING_NS_CC... | [
"shubin.fedor@gmail.com"
] | shubin.fedor@gmail.com |
66e393e272e077ba4a3c111b40b6c12a82420af4 | 4b5c9bccb1930d0d5cdbcd8c6834d7dd80374841 | /Bank.cpp | 86773d73ee4c649a1b73b0244b1e14112edeeb4d | [] | no_license | peperontino39/9gatusinsakai | ee5c10395429d44d319ae6b84047d0e820f629f3 | f28ccc5b7caeb4ee7dd284d15d8965dae98b46d2 | refs/heads/master | 2021-01-10T05:33:00.026928 | 2015-10-11T19:48:44 | 2015-10-11T19:48:44 | 44,066,925 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 5,804 | cpp | #include "Bank.h"
//メインで使う関数
void Bank(Player& player){
BANK b;
b.Bank_main(player);
}
void BANK::Bank_main(Player& player){
player.deposit *= (player.day - player.deposit_day)*0.001 + 1;
bgm.looping(1);
bgm.play();
while (player.place == Place::BANK_)
{
if (!env.isOpen()... | [
"peperrontino39@docomo.ne.jp"
] | peperrontino39@docomo.ne.jp |
e6eca823d60a1b0fda334b578e8a7dde74c77007 | 5267859ecefb61358dff5eb3e91940270d4a2fe7 | /FramworkZero/Framework/Tools/Viewer/UIProjection.cpp | 7a260ff2631d12fa41a33906ce74694d42ffcc8d | [] | no_license | kini5766/ChangeFramwork | 143cd5cc6bbd95a0b9bd96785c79442d2bb200c4 | 932aafbd3622cfd27977fe497835079e268a94ba | refs/heads/main | 2023-04-22T09:13:35.564938 | 2021-05-11T00:48:06 | 2021-05-11T00:48:06 | 309,881,063 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 614 | cpp | #include "Framework.h"
#include "UIProjection.h"
UIProjection::UIProjection(float width, float height)
{
Set(width, height, 0.0f, 0.0f, 0.0f);
}
UIProjection::~UIProjection()
{
}
void UIProjection::Resize(float width, float height)
{
Super::Resize(width, height);
D3DXMatrixScaling(&matrix, 2.0f / width, -2.0f / ... | [
"52735499+kini5766@users.noreply.github.com"
] | 52735499+kini5766@users.noreply.github.com |
c3623cd5461df81d35fd94e228d64a9575f99aaf | 2b958f68852101e43ca0af4481a14cfb7dfd5d61 | /MAT-File/src/Header.cpp | 526d99c4dca494436ab600b8996c8bb99fb7b57d | [
"MIT"
] | permissive | MattEding/MAT-File | 29973e5aab352d1afbc282d34c9913f33eef5576 | 1371c538899c6d6b3b9e51562daf565adc51a66b | refs/heads/main | 2023-08-11T09:09:04.718668 | 2021-08-29T17:09:31 | 2021-08-29T17:09:31 | 401,088,718 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 452 | cpp | #include "Header.h"
#include "Utils.hpp"
namespace mat {
auto Header::text_sv( ) const noexcept -> std::string_view
{
return make_string_view( text );
}
auto Header::endian_sv( ) const noexcept -> std::string_view
{
return make_string_view( endian );
}
auto Header::magic_number( ) noexcept -> std::string_v... | [
"matteding@Matts-MacBook-Pro.local"
] | matteding@Matts-MacBook-Pro.local |
2dbfa007292a8076736a3b1ef0ce05ace05a817f | 086b914d43c9ae8d0d4d5fc4080079eeddd2bd8c | /src/net/capture/gcapture.h | f3adbf26c9fed32c821204cb1f3d340db91f45e6 | [] | no_license | snoopspy/g-backup-20210607 | 850f6093c7f193d2a06e07076d2a59c0eb5be00d | 8407616696850e41a0fec655b6cf9ca7a3ef2b73 | refs/heads/master | 2023-05-14T02:53:34.409111 | 2021-06-07T13:49:33 | 2021-06-07T13:49:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,836 | h | // ----------------------------------------------------------------------------
//
// G Library
//
// http://gilgil.net
//
// Copyright (c) Gilbert Lee All rights reserved
//
// ----------------------------------------------------------------------------
#pragma once
#include "base/gstateobj.h"
#include "base/sys/gth... | [
"gilgil@gilgil.net"
] | gilgil@gilgil.net |
af33844c626ed405db7b60bc582ebcf4d40388c8 | 24cb74052f95d275dfb8599ea342cadd5e312fa1 | /Graph/Graph Traversals(BFS & DFS)/BFS/Knight moves problem using BFS.cpp | 6e2088d47f7ff762f0138ab27be6449709e5e3c9 | [
"MIT"
] | permissive | Datta2901/Algorithmic-Implementations | 44ccd6b1996fac660ec1c268a5fa44fda59abb0e | 9e1afe97d54d4dc50be9170bc1a155562e0aafa6 | refs/heads/master | 2023-08-31T17:25:52.391313 | 2021-10-15T17:46:56 | 2021-10-15T17:46:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,028 | cpp | // PROBLEM LINK: https://www.geeksforgeeks.org/minimum-steps-reach-target-knight/
/***********************************************************************************************************/
// NOTE: Both the below codes ARE CORRECT and got AC on UVa OJ
// https://onlinejudge.org/index.php?option=com_onlinejudge&Ite... | [
"kapil181112309@gmail.com"
] | kapil181112309@gmail.com |
b25c5e58300dd9cf22402d8dfafa5050e11cd9b9 | 24176b2bdfb3aa0131d66c38df5069f241da521f | /DreamSkin/DreamSkinScrollBar.cpp | 67c71e6079cf8cbd654842cfb05266b49d7b21ac | [] | no_license | zephyrer/dreamskin | 236d6253468bcbc01d55ade7f4df5607c6c415c1 | 6641157627757a05827fff0c03ab94ecdd4ca847 | refs/heads/master | 2021-01-01T05:30:42.503024 | 2013-09-25T08:06:46 | 2013-09-25T08:06:46 | 40,067,604 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 63,079 | cpp | //DreamSkinScrollBar.cpp
#include <windows.h>
#include "WinGdiEx.h"
#include "DreamSkinMain.h"
#include "DreamSkinLoader.h"
#include "DreamSkinWindow.h"
#include "DreamSkinScrollBar.h"
#define DEFAULT_SCROLLBAR_BUTTON_XY 17
//static member declaration
WNDPROC CDreamSkinScrollBar::s_Defa... | [
"eatmilkboy@gmail.com"
] | eatmilkboy@gmail.com |
607e263a0e83a795e51ed6e6bca605b26dd4ea90 | 299648a8c633728662d0b7651cd98afdc28db902 | /src/thirdparty/sentry-native/external/crashpad/util/linux/memory_map_test.cc | 0ee908001249f3170aa49c1110bd37120a37fa8c | [
"MIT",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | aardvarkxr/aardvark | 2978277b34c2c3894d6aafc4c590f3bda50f4d43 | 300d0d5e9b872ed839fae932c56eff566967d24b | refs/heads/master | 2023-01-12T18:42:10.705028 | 2021-08-18T04:09:02 | 2021-08-18T04:09:02 | 182,431,653 | 183 | 25 | BSD-3-Clause | 2023-01-07T12:42:14 | 2019-04-20T16:55:30 | TypeScript | UTF-8 | C++ | false | false | 23,390 | cc | // Copyright 2017 The Crashpad 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 ... | [
"joe@valvesoftware.com"
] | joe@valvesoftware.com |
7f64db84adb1b66f215764437ddd080dfdd8d1f0 | 69784e105ddc2aca3699b6b07dbcb1834d7c242c | /Classes/Native/Newtonsoft_Json_Newtonsoft_Json_Utilities_ThreadSa2258736631.h | 8be1fa91267c61a409213d58f8d95395d34a0b10 | [] | no_license | ryanmcgrail95/CRHC-iOS | 7e72139100b2140143deb424d21fdc69b2959ed1 | 1b00260e6c59f552d9a8b94e42fcae5e657a6c46 | refs/heads/master | 2021-06-12T11:21:33.461817 | 2017-03-04T01:08:34 | 2017-03-04T01:08:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,636 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Object
struct Il2CppObject;
// System.Collections.Generic.Dictionary`2<System.Type,Newtonsoft.Json.Utilities.BidirectionalDictionary`2<System.String,System.Strin... | [
"rmcgrai1@nd.edu"
] | rmcgrai1@nd.edu |
8f622827fff9aaded8766a40a227940f92171f8e | 13da20e5c120466de53eb6e06ce166e6a5704d61 | /CPP_04/before/ex02/Squad.hpp | 9f397484fe0cca15b8eda51bae1459c56ed03fd2 | [] | no_license | hyungraelee/CPP_Module | dccbb0b88d6d8debe917c8caa17274668a8e1d04 | 7b8b5f6efdde6d980499e51ed62108d15b99276c | refs/heads/main | 2023-07-13T06:22:46.019891 | 2021-08-21T08:59:26 | 2021-08-21T08:59:26 | 378,877,009 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 350 | hpp | #ifndef SQUAD_HPP
# define SQUAD_HPP
# include "ISquad.hpp"
class Squad : public ISquad
{
private:
int count;
ISpaceMarine** member;
public:
Squad();
virtual ~Squad();
Squad(const Squad&);
Squad& operator=(const Squad&);
virtual int getCount() const;
virtual ISpaceMarine* getUnit(int) const;
virtual int pu... | [
"timgg12345@gmail.com"
] | timgg12345@gmail.com |
1f90ed31e4bec9b158e3bd2db8ddb604631cb138 | a92b18defb50c5d1118a11bc364f17b148312028 | /src/prod/src/Common/SecurityUtility.h | 139a9350f2e44afb16b50c96f8e3fb04d08528e2 | [
"MIT"
] | permissive | KDSBest/service-fabric | 34694e150fde662286e25f048fb763c97606382e | fe61c45b15a30fb089ad891c68c893b3a976e404 | refs/heads/master | 2023-01-28T23:19:25.040275 | 2020-11-30T11:11:58 | 2020-11-30T11:11:58 | 301,365,601 | 1 | 0 | MIT | 2020-11-30T11:11:59 | 2020-10-05T10:05:53 | null | UTF-8 | C++ | false | false | 7,658 | h | // ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
#pragma once
namespace Common... | [
"noreply-sfteam@microsoft.com"
] | noreply-sfteam@microsoft.com |
b9ed770cd69a336935316653790dee71116f8d71 | 472dd83c050404e08c85b965bed0e4752c795b9a | /第五章类的组合和类的依赖/example5_03_1.cpp | 0452ff1492718fc20580b5595b1967fdfab8dc36 | [] | no_license | 974605417/homework | 9596ada8a923034cd8064c85cee0b24e6efbfdfc | d2617ad9a6e7cecb987d5dff548f9e63a2b96080 | refs/heads/master | 2020-03-30T06:08:21.865657 | 2018-11-22T14:25:05 | 2018-11-22T14:25:05 | 150,841,183 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 804 | cpp | //example5_03_1.cpp:用类的依赖实现掷骰子
#include<iostream>
#include<ctime>
#include<cstdlib>
using namespace std;
class Dice //骰子类
{
public:
int run()
{
return (rand() % 6 + 1);
}
};
class Gambler //赌徒类
{
public:
void play(Dice a, Dice b, Dice c)
{
int num1, num2, num3;
num1 = a.run();
n... | [
"noreply@github.com"
] | noreply@github.com |
0648d9ff568710492f97b04f1d1a77316592988a | ba96d7f21540bd7504e61954f01a6d77f88dea6f | /build/Android/Debug/app/src/main/jni/_root.BasicSwipeToggleBigTest.cpp | faf123abac0dadd3c74c9ad2b800fe850e8b8082 | [] | no_license | GetSomefi/haslaamispaivakirja | 096ff35fe55e3155293e0030c91b4bbeafd512c7 | 9ba6766987da4af3b662e33835231b5b88a452b3 | refs/heads/master | 2020-03-21T19:54:24.148074 | 2018-11-09T06:44:18 | 2018-11-09T06:44:18 | 138,976,977 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,654 | cpp | // This file was generated based on '/Users/petervirtanen/OneDrive/Fuse projektit/Häsläämispäiväkirja/.uno/ux15/BasicSwipeToggleBigTest.g.uno'.
// WARNING: Changes might be lost if you edit this file directly.
#include <_root.BasicSwipeToggleBigTest.h>
#include <Uno.Bool.h>
#include <Uno.String.h>
#include <Uno.U... | [
"peyte.com@gmail.com"
] | peyte.com@gmail.com |
de2f669ea5b1c447e2995696d935a0de8211c0d4 | 74af4094371b6661821a69c1e80008a1a10b88f0 | /src/controllers/keys_entities.h | e4f9cde9dd4f8ea60c41f03ca257006152e4416f | [] | no_license | Alian416/bcm-server | 82a93ba44196789938effcbfd7359c6cd8371189 | 289e5bc7c130617b910a272d071bfcb7efd6f407 | refs/heads/master | 2023-03-12T07:51:29.723137 | 2021-03-03T23:33:22 | 2021-03-03T23:33:22 | 344,285,434 | 0 | 0 | null | 2021-03-04T00:30:43 | 2021-03-03T22:50:59 | C++ | UTF-8 | C++ | false | false | 4,170 | h | #pragma once
#include <utils/jsonable.h>
#include <proto/dao/pre_key.pb.h>
namespace bcm {
struct PreKeyCount {
uint32_t count;
};
inline void to_json(nlohmann::json& j, const PreKeyCount& keyCount) {
j = nlohmann::json{{"count", keyCount.count}};
}
inline void from_json(const nlohmann::json& j, PreKeyCoun... | [
"bcmim2018@gmail.com"
] | bcmim2018@gmail.com |
2c91335adc879bcf0036fb4284489e215aec0dfa | 6dd771a1f1b806643e3bd93b3767731a425e8da8 | /PopulationBattle.cpp | d4855e0fd90a44c67f98ef7fab4400aadddf4a8c | [] | no_license | molip/Eclipsoid | 138862038feb45df2829f185171cf1263e02e119 | 70a9a12452bfbe9f8cf27c5dec4f3833ffe58b70 | refs/heads/master | 2021-01-16T23:24:42.058399 | 2019-10-21T08:12:17 | 2019-10-21T08:12:17 | 7,979,506 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,754 | cpp | #include "stdafx.h"
#include "PopulationBattle.h"
#include "App.h"
#include "Hex.h"
#include "Blueprint.h"
#include "LiveGame.h"
#include "Test.h"
#include "AttackPopulationRecord.h"
void PopulationBattle::Hits::Save(Serial::SaveNode& node) const
{
node.SaveCntr("hits", *this, Serial::TypeSaver());
node.SaveType("au... | [
"jxxwhite@gmail.com"
] | jxxwhite@gmail.com |
aecbcbe4f8a8e1e51baacd50203ed84577a44bd9 | a314c44ef5a8a4c94720501a212d509eadd98264 | /src/Magnum/SceneGraph/Camera.h | 71c599fc1c63fbc3e0a7bcac01e3198e3525ee39 | [
"MIT"
] | permissive | rockgong/magnum | 5c4ac7e189d02d9e0b9e1d0bc9367e2c82cc9fae | b937f3901e8dcb3f108769166fcf9d3be5a43fbc | refs/heads/master | 2020-05-16T09:44:54.922838 | 2019-04-22T12:29:24 | 2019-04-22T12:48:24 | 182,959,433 | 1 | 0 | NOASSERTION | 2019-04-23T07:30:40 | 2019-04-23T07:30:40 | null | UTF-8 | C++ | false | false | 10,520 | h | #ifndef Magnum_SceneGraph_Camera_h
#define Magnum_SceneGraph_Camera_h
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a
copy of... | [
"mosra@centrum.cz"
] | mosra@centrum.cz |
6f03e041cfa96b8f63223bcf5ed725b3a83e5152 | 267cced59d531328ccc5fcabdb8139b78478872d | /examples/cpp_classification/classification.cpp | db15eae7db6807634d5041ef6de8df2f3c105ee5 | [
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause"
] | permissive | 309ily/Caffe | d382b1f9c0f866b593ff3b90011ed87a34e125c6 | fdff0acaa9a6a9bded3c31c022bf9edf02a3dcfc | refs/heads/master | 2020-07-22T17:15:36.664616 | 2020-01-02T15:23:17 | 2020-01-02T15:23:17 | 207,271,937 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,758 | cpp | #include <caffe/caffe.hpp>
#ifdef USE_OPENCV
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#endif // USE_OPENCV
#include <algorithm>
#include <iosfwd>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#ifdef USE_OPENCV
using names... | [
"309809032@qq.com"
] | 309809032@qq.com |
fb4a5b30b160db747acf765ac851d1804d3a20f3 | 81b7033dd0d0203290795b51513a4014b084d39d | /hash/sizehash.h | 88417d468b68adf0af15348e4dbeafda79770b27 | [] | no_license | starcid/lua-binding-libraries | d27f5c2fccfeae2d667fdb60c86c3244d9ddc065 | e33c85f773d88d3b31b026464066264820e4c302 | refs/heads/master | 2016-08-04T19:57:05.839477 | 2010-11-15T12:02:08 | 2010-11-15T12:02:08 | 35,589,712 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 597 | h | #ifndef HASH_SIZE_H_
#define HASH_SIZE_H_
class CSizeHash
{
unsigned long m_context;
public:
enum { nDigestLength = 4};
int Init()
{
m_context = 0;
return 0;
}
int Update(unsigned char * /*pData*/, unsigned long ulLen)
{
m_context += ulLen;
return 0;
}
int Final(unsigned char * p... | [
"missdeer@959521e0-e54e-11de-9298-fbd6a473cdd1"
] | missdeer@959521e0-e54e-11de-9298-fbd6a473cdd1 |
b424ef2385a01f5483c7ff486397bb7ba35f6216 | 014ca6018b254f00776f538834623ebc10b8ca23 | /appsrc/dcfile/dcbriggs.cc | ba7aa6a9495d9c4f226809a9ad6be4f1c679b3f2 | [] | no_license | IMAGE-ET/dicom3tools | 5aacebf2bc661b5afab83a0ac53b08cf5319bc87 | a8c0a8e6b4a3767ba1a4edfb6471fd584406dcde | refs/heads/master | 2020-03-11T18:44:08.741659 | 2017-02-18T21:49:02 | 2017-02-18T21:49:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,977 | cc | static const char *CopyrightIdentifier(void) { return "@(#)dcbriggs.cc Copyright (c) 1993-2015, David A. Clunie DBA PixelMed Publishing. All rights reserved."; }
#include "attrtype.h"
#include "attrothr.h"
#include "attrmxls.h"
#include "transynu.h"
#include "elmconst.h"
#include "mesgtext.h"
//#include "ioopt.h"
#incl... | [
"fedorov@bwh.harvard.edu"
] | fedorov@bwh.harvard.edu |
95300b9379667d5a86d18ad58b90909166bd1085 | 44215f54f56b1cdf5b58d4dcd0b6a89ef329dc38 | /src/ezSockets.cpp | 622e2137cd55713c988b5deb2d630c14efb85691 | [] | no_license | Hazzytje/Kyubu | 6c401e58ceb777d7473d1664d356b1b3b71d5b7f | cf51f43961d72c41e06e023fa8c30d9fc79720a9 | refs/heads/master | 2021-01-10T19:01:33.376357 | 2014-02-20T21:28:35 | 2014-02-20T21:28:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,063 | cpp | /*******************************************************************\
| ezsockets.cpp: EzSockets Class Source |
| Designed by Josh Allen, Charles Lohr and Adam Lowman. |
| Socket programming methods based on Charles Lohr's EZW progam. |
| Modified by Charles Lohr for use wit... | [
"harryvanwier@gmail.com"
] | harryvanwier@gmail.com |
8ddafc22c970e5eb6996f13a0dc8f79754efe3ca | dfb4cb8d916b62d7272ca353302d1ad95e4d7244 | /src/qt/openuridialog.h | 527813ba09d6509c7cb2eb64a3149b07e479e0e7 | [
"MIT"
] | permissive | mirzaei-ce/core-shahbit | d166ab47067bf66c3015c3da49ff31cd29f843db | 57ad738667b3d458c92d94aee713c184d911c537 | refs/heads/master | 2021-07-21T11:09:22.493418 | 2017-10-25T13:50:55 | 2017-10-25T13:50:55 | 108,276,937 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 655 | h | // Copyright (c) 2011-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef SHAHBIT_QT_OPENURIDIALOG_H
#define SHAHBIT_QT_OPENURIDIALOG_H
#include <QDialog>
namespace Ui {
class OpenURIDi... | [
"mirzaei@ce.sharif.edu"
] | mirzaei@ce.sharif.edu |
f527ead6309712b9bf4eae8c09aed3927786f778 | a0520d443820a89a26e51f6cf6f8d5623615258c | /src/gqfast/loader/temp/q2_array_4threads_16966392.cpp | ee790597fb97432cb22b395c96ab0a7a440bdba0 | [] | no_license | lusuon/GQ-Fast | bcc9afc0350cbf2e310d4774f2fcf25b885fa1bb | e696945281759c4eb33cf370df0b2e92ba592f91 | refs/heads/master | 2023-03-17T17:52:11.550878 | 2016-08-15T21:01:52 | 2016-08-15T21:01:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,086 | cpp | #ifndef q2_array_4threads_16966392_
#define q2_array_4threads_16966392_
#include "../fastr_index.hpp"
#include "../global_vars.hpp"
#define NUM_THREADS 4
#define BUFFER_POOL_SIZE 1
using namespace std;
static args_threading arguments[NUM_THREADS];
static uint32_t year1_col0_element;
static double* R;
static int* ... | [
"bmandel@eng.ucsd.edu"
] | bmandel@eng.ucsd.edu |
4885f9151cb1a398abef4964838f8dd1677093f7 | 39ee69301076fe46c53edf858dd472374fea51da | /Trees/Binary Trees/MinMaxofBT.cpp | 423ef3bc28fbe0edf5875155acfcf97868cfd42e | [] | no_license | imadi04/DS-CPP | b94cafc21abd38e1136ed4b2a427d09d6aa8cdf9 | d1ad1ebe8810e44f38f4c899516032f249b26dc4 | refs/heads/master | 2021-04-04T06:43:04.004649 | 2020-06-29T15:06:04 | 2020-06-29T15:06:04 | 248,433,403 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,164 | cpp | // Following is the Binary Tree node structure
/**************
class BinaryTreeNode {
public :
T data;
BinaryTreeNode<T> *left;
BinaryTreeNode<T> *right;
BinaryTreeNode(T data) {
this -> data = data;
left = NULL;
right = NULL;
}
};
// PairAns class -
class PairAns {... | [
"adityaprakash5050@gmail.com"
] | adityaprakash5050@gmail.com |
5aab43d2b205dad68ad2f5080eba7b40436e8f46 | 2728a9835ada3a355acf4fda50e5ef0bf78bea41 | /algorithm_Hoons/algorithm_Hoons/Programers/DFS_BFS_ChangeWord.cpp | 479df460aeec63a459fe6125ed2c8aa9679eb859 | [] | no_license | SeungHoons/algorithm_Hoons | 5d1301c78e35f3d5475aff3ceee9f98b9760ea87 | 551141939d1afdd4c177a0ee7acbc38a971f4df7 | refs/heads/master | 2020-04-13T11:11:55.354197 | 2020-02-27T07:56:47 | 2020-02-27T07:56:47 | 163,166,802 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 2,778 | cpp | #define _CRT_SECURE_NO_WARNINGS
#include <iostream>
#include <string>
#include <vector>
#include <cstring>
using namespace std;
bool Collect(string _a, string _b)
{
int count = 0;
for (int i = 0; i < _a.length(); i++)
{
if (_a[i] != _b[i])
{
count++;
}
}
if (count != 1)
{
return false;
}
return t... | [
"39396730+SeungHoons@users.noreply.github.com"
] | 39396730+SeungHoons@users.noreply.github.com |
8557f5b2b651b3f3f9abf2f2a8e8bb864ebf366a | 09606d4778c676f3ccdd6eff4c032d2bab37fff3 | /tests/imported_host.cpp | 631400aa58b4bec2e77716cd23233ceb8201c3c3 | [
"MIT"
] | permissive | vcoda/Granite | 884bdfbc701dfd0e4a0befb603000c9692cb8dd1 | 8cd1ef557696e2897c9e235a503ea28d31a89360 | refs/heads/master | 2020-06-23T17:38:35.951920 | 2019-07-17T13:45:56 | 2019-07-17T13:45:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,521 | cpp | /* Copyright (c) 2017-2019 Hans-Kristian Arntzen
*
* 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, me... | [
"maister@archlinux.us"
] | maister@archlinux.us |
14bbb5bc8a83da9c228d77d6e64bbe7608e048a2 | 3b224c4d840bc733bf64894e7d4769fa2ae76016 | /E04s - Circle Creation/MyMesh.h | d1c25630e45158175bf71649c08baa1d78aa67f2 | [
"MIT"
] | permissive | labigm/IGME309-2201 | c89b3d77adbed9b413b0bf82719cd30fa46d8832 | 4f76fe565dbf727b2c0e16fbd02c10bcf83ab8ef | refs/heads/master | 2023-01-05T03:41:54.156487 | 2020-09-24T16:08:53 | 2020-09-24T16:08:53 | 288,234,145 | 2 | 29 | MIT | 2020-09-21T17:59:44 | 2020-08-17T16:45:03 | C++ | UTF-8 | C++ | false | false | 5,987 | h | /*----------------------------------------------
Programmer: Alberto Bobadilla (labigm@gmail.com)
Date: 2017/05
----------------------------------------------*/
#ifndef __MYMESH_H_
#define __MYMESH_H_
#include "Definitions.h"
class MyMesh
{
bool m_bBinded = false; //Binded flag
uint m_uVertexCount = 0; //Number of... | [
"labigm@rit.edu"
] | labigm@rit.edu |
a6a09dcaca69d5348a402081514504e5156c4aeb | a3e2b0cb3c95e3d9735acd913ec1a767ec24754a | /src/libtorrent_deps.hpp | 1f9e006335feef57934442d565feeb034705d02f | [] | no_license | Ursescu/torrent-client | 98d9c901e1f8ed10ddd851bd392ff27e0a4f4bdd | 832520c93e6c511ffa063b96df7982ab6e1d63b0 | refs/heads/master | 2020-03-19T18:08:09.869846 | 2018-06-25T10:39:19 | 2018-06-25T10:39:19 | 136,795,360 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,826 | hpp | #ifndef LIBTORRENT_DEPS
#define LIBTORRENT_DEPS
#include <boost/smart_ptr/make_shared.hpp>
#include <libtorrent/alert_types.hpp>
#include <libtorrent/entry.hpp>
#include <libtorrent/add_torrent_params.hpp>
#include <libtorrent/session.hpp>
#include <libtorrent/torrent_handle.hpp>
#include <libtorrent/bencode.hpp>
#i... | [
"ursescuionut97@gmail.com"
] | ursescuionut97@gmail.com |
20aae2ba30f2178af4f7e6220060c62a27f9546b | 67fee4c964cfba111dcb1a39d126987e6b9867fd | /src/main.cpp | 6be536ed2335ff68bb02d7fa81ad184e4c63efd1 | [] | no_license | ss12330335/MEPL | f4fd3e02880f8cd511c7e5d7baa346bde8f44477 | 99629bf5ddb814480a1fd533346163c76a79090c | refs/heads/master | 2020-03-27T12:39:11.025795 | 2018-08-29T07:13:15 | 2018-08-29T07:13:15 | 146,559,449 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 703 | cpp | #include "header.h"
#include "planner.h"
using namespace std;
// global variable andfor compile
string domainName;
vector<string> atoms;
map<string, vector<string> > objects;
vector<string> agents;
map<int, string> findAtomsByIndex;
map<string, int> findAtomsByName;
map<string, int> findSensingActionByName;
map<strin... | [
"614984958@qq.com"
] | 614984958@qq.com |
a59253bebcc02221d96773457bbb95f5ac7ce5fc | 9a3fd403e16941232f9d48c837ebe494b5f34023 | /Tests/MFC/mfc1/mfc1.cpp | 13384224799f50a4b7f43317c60d0d029f39ac40 | [
"BSD-3-Clause"
] | permissive | AnomalousMedical/CMake-OldFork | 9f7735199073525ab5f6b9074829af4abffac65b | 1bf1d8d1c8de2f7156a47ecf883408574c031ac1 | refs/heads/master | 2021-06-11T11:15:48.950407 | 2017-03-11T17:07:10 | 2017-03-11T17:07:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,862 | cpp | // mfc1.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "mfc1.h"
#include "MainFrm.h"
#include "ChildFrm.h"
#include "mfc1Doc.h"
#include "mfc1View.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// Cmfc1App
BEGIN_MESSAGE_MAP(Cmfc1App, CWinApp)
ON_COMMAND(I... | [
"AndrewPiper@7b0d72ad-f3cb-b44e-b30e-0ca2391ac3a1"
] | AndrewPiper@7b0d72ad-f3cb-b44e-b30e-0ca2391ac3a1 |
404f1280063be5f78801f9ca067b89677bd9ed78 | 101376386d33a98a56af71c3dd3126f54c32f61c | /heapsort.cpp | 8134982854866f7316d53ec9e7527e1c1d33429e | [] | no_license | varrior/Algorithms- | 30961581f3c446248a167e4d9a4c4763f70dc2e3 | 04dc60e5f6648f48bf0251ed9297ab7fb2331921 | refs/heads/master | 2022-07-26T19:52:24.898125 | 2020-05-22T10:17:43 | 2020-05-22T10:17:43 | 266,081,452 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 2,628 | cpp | #include<iostream>
#include<cmath>
#include<time.h>
#include<iomanip>
using namespace std;
/* SORTOWANIE PRZEZ KOPCOWANIE
Sortowanie metodą kopcowania. W programie głównym tworzona jest nieposortowana tablica z wykorzystaniem liczb pseudolosowych. Dodatkowo w pętlach wywoływane są dwie funkcje:
- wstawNaKo... | [
"wiekon1@wp.pl"
] | wiekon1@wp.pl |
f623461ede0f7033e151c90f572e3ca09c6e9e8b | fb7868146d811f049d85345b7af878c391c79be1 | /client/model/Organisation.cpp | a8584eea29dce984a2a999ed8cbc7be70b1dd0d1 | [
"MIT"
] | permissive | jmp75/senaps-cpp | e5e7560422107804aad32792a6bba219ad1579be | 13b0410a3965a8a25771719281481c91212b07b8 | refs/heads/master | 2021-05-07T22:57:16.612555 | 2018-01-09T00:46:20 | 2018-01-09T00:46:20 | 107,370,080 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,925 | cpp | /**
* Sensor Data API
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 2.20
*
*
* NOTE: This class is auto generated by the swagger code generator 2.3.1-SNAPSHOT.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit... | [
"jean-michel.perraud@csiro.au"
] | jean-michel.perraud@csiro.au |
ad393ff98cc4cd64367e481e91549700872beb9a | 9bb00c7c2eabdcac09b71f43e69e75efff4812f4 | /src/DisplayDriver.h | 2645cd24df172c025e39d784fd3a4cddbb41fb7e | [] | no_license | mattncsu/minigrafx | 724423995d57cdd3bfaff5e73e872fbaa3a89f99 | 6c16c413f600f7bd427ac0ee599b408dde1f7eb2 | refs/heads/master | 2021-05-10T23:20:22.737209 | 2018-03-01T04:48:00 | 2018-03-01T04:48:00 | 118,281,734 | 2 | 0 | null | 2018-01-20T21:21:10 | 2018-01-20T21:21:10 | null | UTF-8 | C++ | false | false | 2,287 | h | /**
The MIT License (MIT)
Copyright (c) 2017 by Daniel Eichhorn
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, me... | [
"dani.eichhorn@squix.ch"
] | dani.eichhorn@squix.ch |
b2b8b942d7379b34d54522abe40b61826fc05201 | ce86806a49f6437fb469dd9f8c60a15b3caead40 | /src/Graph/Graph.h | c351690802ad8b6d5d859f02a7f27aec9fe886aa | [
"MIT"
] | permissive | tchuna/Cal-FEUP | b03eab2f77d8bcd78e04a4b859a1247df2ca2ce5 | c0032adb711f4f52f3a73a7115bfdd76ca4a17a2 | refs/heads/master | 2022-09-19T20:46:56.058050 | 2020-05-13T23:24:54 | 2020-05-13T23:24:54 | 254,610,993 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,483 | h | /*
* Graph.h
*/
#ifndef GRAPH_H_
#define GRAPH_H_
#include <iostream>
#include <cstdlib>
#include <vector>
#include <queue>
#include <list>
#include <limits.h>
using namespace std;
template <class T> class Edge;
template <class T> class Graph;
template <class T> class Vertex;
const int NOT_VISITED = 0;
const int ... | [
"elgneramos@gmail.com"
] | elgneramos@gmail.com |
972bd240ec857c48453e8c3f4d27676ff6604a08 | 11cb07ccbfdbe794147def48d4649d7a80bdc8e4 | /game/nAlgo.h | 43cea91fd683745af5ac7f0a1983cc332c3844fc | [] | no_license | qq587282/GameServerFramework | e34078d148400772b6473c49dd732d4c57bb2d7f | 64f0b71b81dc94ce92517f3e7efecc1d775a32ee | refs/heads/master | 2020-05-20T18:41:54.102213 | 2017-07-03T10:33:03 | 2017-07-03T10:33:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,991 | h | #ifndef _NALGO_H_
#define _NALGO_H_
#include "game/nPos.h"
#include "game/nRect.h"
#include "base/nBaseServer.h"
namespace Game
{
namespace nGraphAlgo
{
/// @brief 获取距离
/// @param begin 起点坐标
/// @param pos 到该点的距离
/// @return 距离
inline WORD getDistance(const nPos& begin, const nPos& pos)
{
return (WOR... | [
"411328563@qq.com"
] | 411328563@qq.com |
62234b0e29cfe92bfa61a932feb128d1b56b37d8 | 9b05688b2266fed3efac65fa60b045e71b12649b | /src/sketchpad.hpp | 0f373f4b7f2b3bd2cc6a557e329967ddca7f8024 | [
"MIT"
] | permissive | rainstormstudio/AsciiEditor | 5c41f42afbc039dc261ddb5eadcaf89e9eb09a73 | ea6a089cd1edf087cb086295ad6268af0ed37c65 | refs/heads/master | 2022-12-29T19:17:41.712871 | 2020-10-11T15:01:21 | 2020-10-11T15:01:21 | 285,425,174 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,366 | hpp | #ifndef SKETCHPAD_HPP
#define SKETCHPAD_HPP
#include <vector>
#include "panel.hpp"
#include "charpad.hpp"
#include "palettepad.hpp"
#include <fstream>
struct Cpixel {
Uint8 ch;
Uint8 r, g, b, a;
Uint8 br, bg, bb, ba;
bool operator==(const Cpixel& other) {
return (ch == other.ch
&&... | [
"rainstormstudio@yahoo.com"
] | rainstormstudio@yahoo.com |
60fa08e6725b5430547e72e326b589094441a5eb | 33f34a090b797d0d90abb90b041054582ccc9edc | /run/Ccall/sweeping_call.cpp | b89e15d0481efc67ea2a075a8a4d73632a4f63b0 | [] | no_license | gviejo/PST_INSERM | bebeb8a2eb5dc2fa1262d2450d0221e848f54540 | 2a95194fdb640783bf09aec214839c90e8501a80 | refs/heads/master | 2020-04-03T20:56:15.882331 | 2017-04-12T04:02:22 | 2017-04-12T04:02:22 | 56,002,874 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,303 | cpp | #include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <sstream>
#include <iterator>
#include <math.h>
#include <cmath>
#include <iomanip>
using namespace std;
void alignToMedian(double *daArray, int iSize) {
double* dpSorted = new double[iSize];
for (int i = 0; i < iSize; ++... | [
"guillaume.viejo@gmail.com"
] | guillaume.viejo@gmail.com |
398715b2378afd20a9fc0fa8086c8bf3fe4fa5c1 | 06dfcdaf0c432e4488f162f7b6d4a583a450600a | /알고리즘/mid_quick_sort.cpp | 93c2488544dba23a871cc3d8628bbca4d2baceec | [] | no_license | sumniy/algorithm_study | 3941534a323e93cfca370f5d6614d6582ba10348 | a02faeb4e208764849414ae7f355855808221311 | refs/heads/master | 2020-12-12T04:13:07.798260 | 2020-10-16T15:20:46 | 2020-10-16T15:20:46 | 234,039,807 | 0 | 0 | null | 2020-05-06T04:34:47 | 2020-01-15T08:58:27 | C++ | UTF-8 | C++ | false | false | 1,135 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
#include <cstdlib>
#include <ctime>
using namespace std;
void QuickSort(vector<int> &data, int start, int end)
{
if (start >= end)
{
return;
}
int mid = (start + end) / 2;
int pivot = data[mid];
swap(data[start], data[mid]);
int i = start ... | [
"sumniy94@gmail.com"
] | sumniy94@gmail.com |
80e7d41c3a7c1b9b04cd1a124df82e60b9830c06 | 7910ee578a82b51fa72b1b9b98c7fb0262cee795 | /TRekt_3D/source/sound.cpp | 446e859b48728caa33b8da28d5afaad62453ff5d | [] | no_license | ihaveamac/TRekt_3D | 7c6400715c8e04090b1e947a5237d3f4c4dd7bf3 | 5eedbd815616ffb14d9d7fbd8591fade7409b50a | refs/heads/master | 2021-01-20T10:51:23.916921 | 2017-08-27T10:49:04 | 2017-08-27T10:49:04 | 101,653,887 | 2 | 0 | null | 2017-08-28T14:51:32 | 2017-08-28T14:51:32 | null | UTF-8 | C++ | false | false | 2,520 | cpp | // Cheuble's sound class
#include "sound.h"
sound::sound(string path, int channel, bool toloop)
{
song1 = loadWav(path, channel, toloop);
}
sound::~sound()
{
song1.dataSize =0;
song1.data = NULL;
song1.waveBuf.data_vaddr = 0;
song1.waveBuf.nsamples = 0;
song1.waveBuf.looping = false;
song1.waveBuf.status = 0;... | [
"manurocker95@gmail.com"
] | manurocker95@gmail.com |
1afaf04f49353ca7463f2da744973692434ac271 | f81124e4a52878ceeb3e4b85afca44431ce68af2 | /re20_3/processor18/20/phi | 7bfb341ac36c596a8e1b9390c8c4fccfc5779570 | [] | no_license | chaseguy15/coe-of2 | 7f47a72987638e60fd7491ee1310ee6a153a5c10 | dc09e8d5f172489eaa32610e08e1ee7fc665068c | refs/heads/master | 2023-03-29T16:59:14.421456 | 2021-04-06T23:26:52 | 2021-04-06T23:26:52 | 355,040,336 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 25,790 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"chaseh13@login4.stampede2.tacc.utexas.edu"
] | chaseh13@login4.stampede2.tacc.utexas.edu | |
47f629cdc8e4b61a182e9062b41fff93866e4ffc | 533dd97ee789dfea9cab2583853309d004c3a6be | /examples/UbidotsPOST/UbidotsPOST.ino | d8061c752d2a6e4ca1616ddb72e97abae683dcec | [] | no_license | jaredsalazar/GPRSL | 4916723c5eb8d723a82e6b7b58e281c6a2cda720 | 2999c3dadb7fefad45c208a087810723256680ca | refs/heads/master | 2020-05-18T05:13:13.698636 | 2015-12-20T17:05:56 | 2015-12-20T17:05:56 | 41,818,175 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 612 | ino | #include<LBattery.h>
#include<GPRSL.h>
GPRSL global;
void setup() {
// put your setup code here, to run once:
global.START();
}
void loop() {
String value = String(LBattery.level()); //get battery charge level
String var="{\"value\":"+ value + "}"; //contruct json
char server[] = "things.ubidots.com"... | [
"jared@techaguru.com"
] | jared@techaguru.com |
f4868b5bf51206d2e40881c44093f99d1b2a933c | be96ad3f286ca488a59e360e04acca7f7845447c | /3D game ver4.5/Program/Library/Support/wsb_xml.h | c8ade3bd5f9d6c476614c03fb9ce37d330301b7a | [] | no_license | KonnyakuTugumi7/BOX-MAZE | 5153c625003ba1dab704160878165039e6d8ea5c | 8c1eb42a3c2533652814ddbb8977855e0e4131e0 | refs/heads/master | 2021-01-13T01:40:54.461773 | 2014-12-13T09:35:16 | 2014-12-13T09:35:16 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 6,053 | h | ////
//// wsb_xml.h
////
//// Created by 常木 徹 on 12/02/05.
//// Copyright (c) 2011 t.tsuneki All rights reserved.
////
//
//
//#ifndef __WSB_XML__
//#define __WSB_XML__
//
//#pragma comment( lib , "libxml2.lib" )
//
//#pragma warning( disable : 4127 )
//
//#include <iostream>
//#include <string>
//
//#include <libxm... | [
"lic_lac_liclac@yahoo.co.jp"
] | lic_lac_liclac@yahoo.co.jp |
1dac26676ae8f708b51939061011622121a2c742 | ff0caeb215ae53383eaaeead610c64316de072b3 | /Chapter5/5.2.cpp | 588dd13c454332a72f8f63cee1ebdf29073a4bc0 | [] | no_license | Chase07/Learning-Opencv | 3ca8d0112c4e609d55e7fccb97b5299f5e9b529a | dbe74fb808662edfd7bd049dbe1dc29da89d679c | refs/heads/master | 2021-08-22T06:26:21.188046 | 2017-11-29T14:12:27 | 2017-11-29T14:12:27 | 112,482,912 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 816 | cpp | #include<iostream>
#include<opencv2/opencv.hpp>
using namespace::std;
using namespace::cv;
int main()
{
int i = 0;
// Reading as a grayscale image
Mat image = imread("../../images/group.jpg", IMREAD_GRAYSCALE);
imshow("Original group", image);
// That pixels' value from 0 to 60 will set to 0, and that pixels'... | [
"lichase07@gmail.com"
] | lichase07@gmail.com |
396ac0b18f1676d252d91c06c1a69a44cef5865f | 33dc02c5131e0f3acced5c0740f673099c64b591 | /Boost Codes/FirstStepsWithBGL.cpp | 8b4f9916d006f6c2160e0dbe50e49e7923507097 | [] | no_license | qursaan/C- | a1d1f1b611a03eae8e0b32a62ccdd0b19a5b35ad | 8d0d981db8e2d60727133f2c9a9bf98229801403 | refs/heads/master | 2021-09-07T17:14:09.092845 | 2018-02-26T17:44:21 | 2018-02-26T17:44:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,671 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
#include <cmath>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/kruskal_min_spanning_tree.hpp>
#include <boost/graph/dijkstra_shortest_paths.hpp>
#include <boost/tuple/tuple.hpp>
using namespace std;
using namespace boost;
typedef adjacency_... | [
"parijitkedia@Parijits-MacBook-Pro.local"
] | parijitkedia@Parijits-MacBook-Pro.local |
5f576299fe617e1e9390e6bb710a39594a2f29ef | e16490260bab9864538045dd1183fe1531a195dc | /c++/kruskal.cpp | 5b76be521a2e09ae7acefde5417ecfea28d37a4b | [] | no_license | XAbirHasan/C-and-Cplus | 6fb49b0610d5a4a39958c3dc22ac059dd6cd3139 | e050b686d2d9a8a0296b158f867bcb6dc9da299b | refs/heads/master | 2023-07-28T06:13:19.647318 | 2021-09-09T17:10:56 | 2021-09-09T17:10:56 | 304,000,579 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,531 | cpp | #include <stdio.h>
#include <algorithm>
#include <vector>
class Edge
{
public:
int u;
int v;
int weight;
Edge(int a, int b, int w);
};
Edge::Edge(int a, int b, int w)
{
u = a;
v = b;
weight = w;
}
bool compareEdge(Edge& e1, Edge& e2)
{
return e1.weight < e2.weight;
}
class EdgeSet
{... | [
"67853959+XAbirHasan@users.noreply.github.com"
] | 67853959+XAbirHasan@users.noreply.github.com |
287eab27cafbe75bb658b786aef025b49f5d2ac1 | 26354b1d3331e153f5ed4de61245435b1dd3c654 | /2nd/068_text_justification.cpp | e2d5b3c596d40ceb2de4d92ded1b08d2677cc0c0 | [] | no_license | buptlxb/leetcode | 90203be80a038c54a34d4ec829c4805fc26a1689 | b641419de040801c4f54618d7ee26edcf10ee53c | refs/heads/master | 2020-04-05T23:47:54.990923 | 2016-09-11T14:10:30 | 2016-09-11T14:10:30 | 33,243,374 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,041 | cpp | #include <iostream>
#include <vector>
#include <string>
#include <sstream>
using namespace std;
class Solution {
public:
vector<string> fullJustify(vector<string>& words, int maxWidth) {
vector<string> ret;
int cur = 0;
vector<string>::iterator start = words.begin();
for (vector<st... | [
"buptlxb@gmail.com"
] | buptlxb@gmail.com |
abe853d150eba5dc86063e77dc43d81145d32abd | 5fb230d5bad4190c052c2a5540a6af7bfb71ac67 | /Source/nebula/ui/Uship_object.h | 3affe88c2be314b26b0be045ab93f64d92090768 | [] | no_license | arkena00/nebula | d4e9163998cb8ba5ae980ff1bf82b140bd0f1ef4 | 7631bfdab71bd0e92cdfd0a7129d99f779406ec9 | refs/heads/master | 2021-08-31T00:06:07.801541 | 2017-12-19T22:40:16 | 2017-12-19T22:40:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 979 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Blueprint/UserWidget.h"
#include "Components/TextBlock.h"
#include "Components/NamedSlot.h"
#include "Components/ProgressBar.h"
#include "world/Aship_object.h"
#include "ui/Ubutton.h"
#incl... | [
"adess00@hotmail.fr"
] | adess00@hotmail.fr |
97f9b3fb5b80a055ccdb82ff4ae0b58c5a01bf0f | 7f6207aaf9f7365070a01b68c922b69699e90dae | /第一次实验/sort.h | 28924a215df22b29d18476903f4f3b1a4053fdbd | [] | no_license | 15805383399/BUPT-data_structure | dd712fe2c202b3038a40678ee9ab3b3a8182dff8 | 97185d0255af088afacb5a576f3c986c9db38516 | refs/heads/master | 2023-05-29T09:11:07.244822 | 2021-06-05T06:03:21 | 2021-06-05T06:03:21 | 373,146,305 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,550 | h | #pragma once
#ifndef _list_sort_
#define _list_sort_
#include "list.h"
#include <iostream>
using namespace std;
template <typename T>
void List<T>::sort(Node_Posi<T> p, int n)
{
merge_sort(p, n);
}
template <typename T>
Node_Posi<T> List<T>::merge_sort(Node_Posi<T> p, int n)
{
if (n < 2)
return p;
... | [
"m15805383399@163.com"
] | m15805383399@163.com |
14b7eeba793ec711438bf0166e915414076a1ecb | cc88df859d47b039490941071304889631e57177 | /第二周课堂实验二/exp1_2View.h | bbcd81847f9f93d768a88a334b203817905aaac0 | [] | no_license | ChingJie-116/text | a1ab13d3cd912ce7f06ecf09173843fdb0b2bbbb | 17202b3e040d67de80b3610aee20488692d9be2d | refs/heads/master | 2021-05-18T13:14:34.783020 | 2020-07-08T15:15:09 | 2020-07-08T15:15:09 | 251,256,128 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,102 | h |
// exp1_2View.h : Cexp1_2View 类的接口
//
#pragma once
class Cexp1_2View : public CView
{
protected: // 仅从序列化创建
Cexp1_2View();
DECLARE_DYNCREATE(Cexp1_2View)
// 特性
public:
Cexp1_2Doc* GetDocument() const;
// 操作
public:
CArray<CRect, CRect&> ca;
// 重写
public:
virtual void OnDraw(CDC* pDC); ... | [
"noreply@github.com"
] | noreply@github.com |
eddad76e5381a47f1f68b65b3d3703f4c091d5a1 | 6df09c28e7a07e938012e96682b560e93ef557ab | /HelperFunctions.cpp | c9a938090f1a867ef22102b62d0e3e1711f38f54 | [
"Apache-2.0"
] | permissive | EdwardCalloway/CS112-ImageManipulator | 24f1d2cdd24b817ec2a704351924e4f859821eb8 | 87c4df2838b744776355baa038de2fa0848e3c38 | refs/heads/master | 2020-08-04T15:43:39.518894 | 2019-10-24T06:10:56 | 2019-10-24T06:10:56 | 212,189,228 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 951 | cpp | #include "HelperFunctions.h"
#include <iostream>
#include <exception>
#include <sstream>
#include <fstream>
#include <istream>
using namespace std;
string readLine(string prompt)
{
cout << prompt;
string line;
try
{
getline(cin, line);
}
catch (ios_base::failure ex)
{
cout << "Error reading from keyboard: " ... | [
"EdwardRCalloway@gmail.com"
] | EdwardRCalloway@gmail.com |
e381a7abfc444e09e9bf336726b947c97541be90 | 14228adc1f6f6a62b73a71ae9b77678315f92fce | /C++ Solutions/timus1083.cpp | 518aa8ff447b42f339ca8de3fe5361c1e1f0b77c | [
"MIT"
] | permissive | MrinmoiHossain/Timus-Oj | 6704fdc0993551d1d8149f6c71f32f8b53c4931e | f4561684a1625d4df26d563a9f533db3c7be9b48 | refs/heads/master | 2021-01-16T19:37:45.137329 | 2017-08-19T16:58:15 | 2017-08-19T16:58:15 | 100,185,028 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 263 | cpp | #include <bits/stdc++.h>
using namespace std;
int fact(int n, int k);
int main(void)
{
int n;
cin >> n;
string s;
cin >> s;
cout << fact(n, s.length()) << endl;
return 0;
}
int fact(int n, int k)
{
if(n <= 0)
return 1;
return n * fact(n - k, k);
}
| [
"mokit.aust@gmail.com"
] | mokit.aust@gmail.com |
0d3c99307c515f3457de1771456e5a7d63e8df3d | 802e71f0fba696021f7e9e2bf11fdd7e72e48529 | /project/framework/Source/Graphics/Animation/AnimationChannel.h | d03238539d6b28c530291aa96748ee8dd4e49cef | [] | no_license | Supreeth55/Metronome | 7754e303dbe4c02282f865b2331865deaa19202a | 244a3f1b61a441ab3565137e32b7af3158e8373f | refs/heads/master | 2020-12-20T02:57:31.338973 | 2020-01-24T04:36:43 | 2020-01-24T04:36:43 | 235,939,199 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,494 | h | /**
* @file AnimationChannel.h
* @author Ching-Yen Lin.
* @date 9/21/19
* @brief Channel for animations
* Copyright (C) 2019 DigiPen Institute of Technology.
Reproduction or disclosure of this file or its contents without the prior
written consent of DigiPen Institute of Technology is prohibited.
*/
#pragma o... | [
"58317818+Supreeth55@users.noreply.github.com"
] | 58317818+Supreeth55@users.noreply.github.com |
de4426b5a85411257e8983ed917a87427693409f | e520ec1b73bc8d3f2cd8e152c0aedcfaab9681ec | /player-x-igameswf/libs/gameswf/gameswf/gameswf_as_classes/.svn/text-base/as_netconnection.h.svn-base | 9f364acdd60d0ae318ee61d48bb67834f0099f67 | [] | no_license | fallending/swfplayer-x | aec5199155d691e7a8b953e7be26d3a760a13732 | 80e03da2a9814eca791a0f644ed1541a84a48a2d | refs/heads/master | 2020-12-30T14:34:38.011647 | 2017-07-08T14:29:11 | 2017-07-08T14:29:11 | 91,070,589 | 7 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 779 | // as_netconnection.h -- Vitaly Alexeev <tishka92@yahoo.com> 2007
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
#ifndef GAMESWF_NETCONNECTION_H
#define GAMESWF_NETCONNECTION_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "gameswf/gameswf_action.... | [
"fengzilijie@gmail.com"
] | fengzilijie@gmail.com | |
2384ec70981b59f2f89adf981e24818d03859f54 | d1ec47ff6acacb9f5368064e4c87f8d3770b016b | /contests/cf719/f.cpp | fe026af6eab4969d46020249942eca12b493f4e8 | [] | no_license | fj0rdingz/Competive_Programming | 8bca0870311b348ea4c38d134f73346edceadf15 | 3dc42a85b7c9f4e77ba8c5488d84fb0f1f3ac75c | refs/heads/master | 2021-10-29T02:25:52.820526 | 2021-10-25T06:23:29 | 2021-10-25T06:23:29 | 252,177,293 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,227 | cpp | // lcmとか__builtin_popcountとかはg++ -std=c++17 default.cppみたいなかんじで
// g++ hoge.cpp -std=c++17 -I . でコンパイルできる
// -fsanitize=undefinedでオーバーフロー検出
#include <bits/stdc++.h>
//#include <atcoder/all>
#define mod 1000000007
#define INF LLONG_MAX
#define ll long long
#define ln cout<<endl
#define Yes cout<<"Yes"<<endl
#define NO c... | [
"haruchin.mi@gmail.com"
] | haruchin.mi@gmail.com |
026c0630e75eb20c2574f7617d8489530423c985 | 5b5ad3fbec0ac7c8b5506a69e7a3380ccbd194a7 | /C Programming (Home Practice)/programming/Exam/real number1.cpp | 4c92f90a7293eb2dccc6386d212449af6bd0f3ac | [] | no_license | CSEKU160212/C_Programming_And_Data_Structure | dd9e5736c0fdc5e443e438ca777554f5acb47420 | 6279d8c097e83fe5174ba33bfe3020abc9d87634 | refs/heads/master | 2021-01-01T07:59:08.373381 | 2017-08-03T10:27:50 | 2017-08-03T10:27:50 | 97,567,243 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 190 | cpp | #include<stdio.h>
#include<conio.h>
int main()
{
float m;
int n,p;
//clrscr();
printf("Enter the value of m\n");
scanf("%f",&m);
n=(m/1)+1;
p=m;
printf("%d %f %d",n,m,p);
getch();
}
| [
"cseku160212@gmail.com"
] | cseku160212@gmail.com |
d24ed31c35aca76900ec89b9e739791a0d89d4ed | f0cadc6e99528a8f74c3a9ada97bbcdcd125e355 | /src/server/gameserver/EffectComa.h | 3a59377001f80aec4615eb801c83a0da88dbe542 | [] | no_license | najosky/opendarkeden_server | 0878f5a870224024b01c739822f00b072b1e08b9 | 3cb931caa151ff43d26dfb8fc727d268ae6e1409 | refs/heads/master | 2021-06-18T23:22:28.775384 | 2017-06-16T17:31:48 | 2017-06-16T17:31:48 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 2,059 | h | //////////////////////////////////////////////////////////////////////////////
// Filename : EffectComa.h
// Written by : excel96
// Description :
// 슬레이어나 뱀파이어가 죽었을 때, 걸리는 이펙트.
// 이 이펙트가 걸린 슬레이어는 움직일 수 없으며, 아이템 및 기술을 사용할
// 수 없으며, 말도 할 수 없다.
// (CGMove, CGUseItem, CGSkillTo..., CGSay)
///////////////////////////... | [
"paulomatew@gmail.com"
] | paulomatew@gmail.com |
ab34b0e3fd652b2842159d8122cafc885aa807d8 | 8afb5afd38548c631f6f9536846039ef6cb297b9 | /_REPO/MICROSOFT/cocos2d-x/cocos/2d/CCParticleExamples.h | 0b48b83203d74993e4ca5e3fe7dc51be14cc2a1a | [
"MIT"
] | permissive | bgoonz/UsefulResourceRepo2.0 | d87588ffd668bb498f7787b896cc7b20d83ce0ad | 2cb4b45dd14a230aa0e800042e893f8dfb23beda | refs/heads/master | 2023-03-17T01:22:05.254751 | 2022-08-11T03:18:22 | 2022-08-11T03:18:22 | 382,628,698 | 10 | 12 | MIT | 2022-10-10T14:13:54 | 2021-07-03T13:58:52 | null | UTF-8 | C++ | false | false | 11,663 | h | /****************************************************************************
Copyright (c) 2008-2010 Ricardo Quesada
Copyright (c) 2010-2012 cocos2d-x.org
Copyright (c) 2011 Zynga Inc.
Copyright (c) 2013-2017 Chukong Technologies Inc.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any... | [
"bryan.guner@gmail.com"
] | bryan.guner@gmail.com |
16e40344df9c41264d031e5248f9d1162e0843ea | fe223b448abc77e89c458754e4251cc08467fd1a | /MFCApplication3/MFCApplication3.0/MFCApplication3.0.cpp | 92ed1c4bb06a80ef8a2bf04d443f7004c5972275 | [] | no_license | huaijian566/Experiment | 0de98ed5ae676d0f09ec48e610e1e2e573310b79 | 6cbe4b52691f2a9762f4087c170bed7fe714858f | refs/heads/master | 2021-04-14T08:58:34.885089 | 2020-05-05T15:10:14 | 2020-05-05T15:10:14 | 249,219,948 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,654 | cpp |
// MFCApplication3.0.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "afxwinappex.h"
#include "afxdialogex.h"
#include "MFCApplication3.0.h"
#include "MainFrm.h"
#include "MFCApplication3.0Doc.h"
#include "MFCApplication3.0View.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMFCApplication30App
BEGIN_MESSAGE... | [
"1485808857@qq.com"
] | 1485808857@qq.com |
aa10c11ee6bb12092f65255901f6beb4a7037140 | 45014139581f1211a43b6415a6ee32d442c29fc0 | /src/ozone/ui/desktop_aura/desktop_drag_drop_client_wayland.h | 5816ad232fc9dba81f75bd9b7b026d8953e0f1ce | [
"BSD-3-Clause"
] | permissive | webosose/chromium91 | a31b847e64391c3de98ca5b6dac3ac247d393e78 | b28e2ae83ee2e4907a36a49a4c0f054aa386dbfa | refs/heads/master | 2022-12-12T09:32:30.580155 | 2022-09-01T09:02:15 | 2022-09-18T23:58:11 | 460,692,960 | 1 | 5 | null | 2022-10-05T07:19:39 | 2022-02-18T03:16:04 | null | UTF-8 | C++ | false | false | 7,709 | h | // Copyright 2013 Intel Corporation. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef OZONE_IMPL_DESKTOP_AURA_DESKTOP_DRAG_DROP_CLIENT_WAYLAND_H_
#define OZONE_IMPL_DESKTOP_AURA_DESKTOP_DRAG_DROP_CLIENT_WAYLAND_H_
#include <list>
#inc... | [
"youngsoo.choi@lge.com"
] | youngsoo.choi@lge.com |
70ab3887c3d603c0c31a45914f2e08a5ebfb6dd0 | e1071cd8065ed01b8bc42f5f47f964837ec723b8 | /src/ripple/nodestore/backend/NullFactory.cpp | 3e916cf8ea057f016d313a0ee76d565f665fe60f | [
"MIT-Wu",
"MIT",
"ISC",
"BSL-1.0"
] | permissive | SAN-CHAIN/sand | 07355acf0ba4607a5cb1408a1d86d87f03e3a317 | 1c51a7d1b215a7a2e1e06bd3b87a7e1da7239664 | refs/heads/master | 2020-06-22T01:27:21.168067 | 2016-10-15T11:22:18 | 2016-10-15T11:22:18 | 94,208,495 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 2,939 | cpp | //------------------------------------------------------------------------------
/*
This file is part of rippled: https://github.com/ripple/rippled
Copyright (c) 2012, 2013 Ripple Labs Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is h... | [
"nemox1024@hotmail.com"
] | nemox1024@hotmail.com |
57f2da798a7753683aa77bf86dca10bed0d3a1f8 | 41c47786101f8bce66a39a99866d735230c41d19 | /CSC 461/PA5/RVO/No_RVO.cpp | d741577e57818dbca51d97891f776ef2aa56bc89 | [] | no_license | brianabauman/depaul | 2ef5913db9372dabf5522317ca5975f830212665 | c9162e17ad63228046ba4dc7017b8e00acf9fc31 | refs/heads/main | 2023-05-10T14:48:28.840279 | 2021-06-09T19:19:12 | 2021-06-09T19:19:12 | 375,392,462 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,584 | cpp | //-----------------------------------------------------------------------------
// Copyright Ed Keenan 2019
//-----------------------------------------------------------------------------
#include "No_RVO.h"
// DO NOT CHANGE THIS FILE
Vect2D_No_RVO::Vect2D_No_RVO()
: x(0.0f), y(0.0f)
{
};
Vect2D_No_R... | [
"brianabauman@yahoo.com"
] | brianabauman@yahoo.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.