blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fedcc1e5b74ba65d6a0bc0100290ec28155c6ffa | 3ae206a415ee9c6f2b0dc984326cb0c7350f5601 | /TaskIter.cpp | 375dc8611d7f6e73279bd228523841a629d7cb52 | [] | no_license | gze1206/SkillClassDXgame | 51c7957cd79af5e38723d235489f3879f93e75e9 | 7c4cd0bc4d6e9baeab0178e737d57a3c44665356 | refs/heads/master | 2021-01-12T12:44:05.843060 | 2016-10-16T01:27:39 | 2016-10-16T01:27:39 | 69,850,810 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 345 | cpp | #include "DXUT.h"
#include "TaskIter.h"
TaskIter::TaskIter(TaskList* _list)
{
list = _list;
task = list->ActiveTask;
}
TaskIter::~TaskIter()
{
}
bool TaskIter::HasNext()
{
return task->next != list->ActiveTask;
}
Task * TaskIter::Next()
{
return task = task->next;
}
void TaskIter::Remove()
{
task = task->pre... | [
"gze1206@naver.com"
] | gze1206@naver.com |
acf844e839998e7a95e41dfcf5298fa0810d4969 | 01c3d74f83e8ff16bcf39df63c2acd7659f64b2c | /cpu/r4000.cpp | 0a845511af3c07a7b48a0db53900cfa8b12bc199 | [] | no_license | linoma/sam | 8d09558378de95ceb65e8d5267e4703c4d526370 | b705b51afd4ce9eef581d4c2890c1f5140c49c9f | refs/heads/master | 2020-04-12T05:26:50.267096 | 2018-12-19T02:29:54 | 2018-12-19T02:29:54 | 162,326,767 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 40,744 | cpp | #include "r4000.h"
#include "vfpu.h"
#include "lpsp.h"
#include <math.h>
CPU_BASE R4000;
psp_thread *current_thread;
U64 ticks,start_time;
//-NAN 0xFFFFFF78
//---------------------------------------------------------------------------
static int unknow_ins()
{
return INS_CYCLES; //89e61d0
}
//-----... | [
"linoma@gmail.com"
] | linoma@gmail.com |
7bc6160f23df7b5d894194378e8171606ccda6cf | ab2b453904fc4467c608cb3229e843d2254e18f1 | /simpleChuanQi/ChuanQiGuaJi/src/libevent-net/listener.cpp | 12db27cb0e2e6b8144c4ab9e2ebc73b473b3de95 | [] | no_license | Crasader/niuniu_master | ca7ca199f044c3857d8c612180d61012cb7abd24 | 38892075e247172e28aa2be552988b303a5d2105 | refs/heads/master | 2020-07-15T16:31:05.745413 | 2016-02-23T12:58:33 | 2016-02-23T12:58:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24 | cpp | #include "net_util.h"
| [
"617179715@qq.com"
] | 617179715@qq.com |
4df47b30321da8d556ce63b483dacf8df1097d97 | ab1ad8021b15d990d617838810882a0e5dce9020 | /sorting.h | d5cd6134dae1b8554b0f641f5d464fd9141a3894 | [] | no_license | UW-COSC-2030-SP-2018/project-2-mmachalek | b925ca1848af9144e9e76de442f2319f292e22fb | de65011af7a077917369019cf51a25b8459996a3 | refs/heads/master | 2020-03-16T03:30:23.181800 | 2018-05-09T04:34:25 | 2018-05-09T04:34:25 | 132,488,755 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,188 | h | // Max Machalek
// Project 2
// Data Structures and Algorithms
// May 6th 2018
// sorting functions
#include<vector>
#include<algorithm>
#include<iostream>
#include<cstdlib>
#include<string>
using std::swap;
using std::vector;
using std::cout;
using std::endl;
using std::string;
// partition for quickSort
// se... | [
"mmachale@uwyo.edu"
] | mmachale@uwyo.edu |
a13107df32873ce1ed1327ad647058186cd04af8 | 136b2710349523800dc553e7fe315277e3beb602 | /Projects/Engine/src/Engine/Core/Application/App.cpp | b2bc10c7ec32fdf32329d4591eed887aac2a57f0 | [] | no_license | jonathan2222/VulkanEngine | f5f16daaed2f37f0c78447314c68318da61dd61c | 2c3650682ad6c014bc9d560681f33daf251435d1 | refs/heads/master | 2023-08-28T02:44:01.624870 | 2021-10-05T14:17:06 | 2021-10-05T14:17:06 | 235,889,779 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,674 | cpp | #include "stdafx.h"
#include "App.h"
#include "../Display/Display.h"
#include "../Input/Input.h"
#include "LayerManager.h"
#include "../Threading/ThreadManager.h"
#include "Engine/Core/Audio/AudioSystem.h"
#include "Utils/Timer.h"
#include "Engine/Core/Scene/ObjectManager.h"
ym::App::App()
{
YM_PROFILER_BEGIN_SESSI... | [
"jonathan9609082000@gmail.com"
] | jonathan9609082000@gmail.com |
1acea8c918ad4cbd24a80e93d92fe591773bca57 | 50961740ce06e426ff7c305abe7c566b4871d9ad | /cppsrc/Samples/Node.h | a17d79ab4da284c16d5c5c65145d3acbd7a6b1f8 | [] | no_license | kazimis/File_compresser | 331b24f73a140ade2d288dc32b651a07f8196fa9 | 9e29d49d4534d78db8e2f29232e1d2f788443010 | refs/heads/master | 2022-12-05T08:31:10.014098 | 2020-08-27T01:43:49 | 2020-08-27T01:43:49 | 290,641,369 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 798 | h | #pragma once
#include <cstdio> // Needed for NULL
using namespace std;
template <class T>
class Node {
public:
int Frequency;
unsigned char aChar;
Node<T>* left;
Node<T>* right;
//Default Constructor
//Description: create a node with left and right child = NULL, Frequency = 0 and aChar = is '\0'
Nod... | [
"skazimi@sfu.ca"
] | skazimi@sfu.ca |
3dae437ec40cb5ddd9af65accd77d2c04a7d4007 | 4009dbe7a4e135fa54e2f2150aae2de1460bcd57 | /src/mergesort.cpp | 4f544b9d7a378c5dd1e54ef04d5e0db9fdb8856e | [] | no_license | AdamSomers/exemplar | e8554d63087ee7c72a0ca7327187b71ea0374754 | bbc4a5306eb4dd33a6317920885eb6ff967ee178 | refs/heads/master | 2021-07-17T03:37:47.461724 | 2017-10-24T19:31:33 | 2017-10-24T19:31:33 | 106,858,417 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 664 | cpp | #include "mergesort.h"
#include "defs.h"
#include "util.h"
#include <random>
namespace exemplar
{
void mergesort_example()
{
DBG("\n- Start mergesort_example -\n");
std::random_device rd;
std::mt19937 gen(rd());
std::uniform_int_distribution<> dis(0, 25);
... | [
"adam@jauntvr.com"
] | adam@jauntvr.com |
c5c28fd19b9c2f5388161a2f4885060dbd0dda13 | 13676595f663ca4daea57d617ce766d87751e9cc | /GTKmmStack36/include/gtkmm-3.6.0/gtk/gtkmm/private/texttag_p.h | a53acf5d706655c7de416f9a4ae84a5a08cf1765 | [] | no_license | anroniogi/opros_knu | 7b4f41b9d28ec41e41f6c2e29469f08ff87090ba | 3c27522f2d1d948a7f4bd0b543d60a3bdc2115ef | refs/heads/master | 2021-01-23T20:26:45.413064 | 2017-11-22T15:02:05 | 2017-11-22T15:02:05 | 102,856,847 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,180 | h | // -*- c++ -*-
// Generated by gtkmmproc -- DO NOT MODIFY!
#ifndef _GTKMM_TEXTTAG_P_H
#define _GTKMM_TEXTTAG_P_H
#include <glibmm/private/object_p.h>
#include <gtk/gtk.h>
#include <glibmm/class.h>
namespace Gtk
{
class TextTag_Class : public Glib::Class
{
public:
#ifndef DOXYGEN_SHOULD_SKIP_THIS
typedef TextTag ... | [
"anroniogi@icloud.com"
] | anroniogi@icloud.com |
762cad7a9dc55554d8f600d3f6e28ffe2912bffa | 2616773f4162ae472fcc0f80cbe6eb8065feca71 | /project/indie_studio/include/menu/LoadMenuType.hpp | ffd48248816b4b2c4244cfdb192385708bf286c7 | [] | no_license | coprox/cpp_project | 3651ea7a62a419deed0d2b06563cd8837f059bcb | 74379373ad9547dab66041abd1b81a983ee31b8f | refs/heads/master | 2021-05-10T13:19:21.575341 | 2018-01-22T17:10:21 | 2018-01-22T17:10:21 | 118,471,101 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 842 | hpp | //
// LoadMenuType.hpp for loa in /home/ndejean/EPITECH/cpp_indie_studio/Menu/includes
//
// Made by nicolas dejean
// Login <benjamin.girard@epitech.eu>
//
// Started on Fri Jun 2 17:59:39 2017 nicolas dejean
// Last update Tue Jun 13 12:44:47 2017 nicolas dejean
//
#ifndef LOADMENUTYPE_HPP_
#define LOADMENUTYPE_... | [
"corentin.bellamy@epitech.eu"
] | corentin.bellamy@epitech.eu |
24ff30237ee5717397ad6eacbae33b3de3141b2c | d2b673664ed428e9a91bed1bae85f8d4a7236f35 | /Acron Archimedes/bench/system/archimedes_top.cpp | d07b0404b52ab5ac75b88383a5db5d7f43bb915a | [] | no_license | suisuisi/oldcpu | 35bfe4b0527b306463dcb7f9022337eac3bcd208 | 4edf810648273e6226309301fcdab301689bfb55 | refs/heads/main | 2023-05-30T23:45:47.864072 | 2021-06-18T17:10:30 | 2021-06-18T17:10:30 | 364,553,572 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 10,945 | cpp | /* archimedes_top.cpp
Copyright (c) 2015, Stephen J. Leary
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
* notice, thi... | [
"zhulikun2011@126.com"
] | zhulikun2011@126.com |
3e6a692796fb5491bdfb18d6dfd17389925ce424 | 93aebc3ab31facf5fb3f465d3768cb166266011c | /Codeforces/Bubble Cup X - Finals [Online Mirror]/E - Casinos and travel.cpp | 10d02e2ae2fc30695dcd6d214e2d89c517892a1b | [] | no_license | deSigntheClutch/competitive-programming-code-repository | 901b77a2f07c91e56ae432c678dfa2fec4d26e62 | ee9c49e594c00bad8321a0554ce5d9b0b2257be0 | refs/heads/master | 2023-04-06T03:56:55.236256 | 2021-04-10T07:23:32 | 2021-04-10T07:23:32 | 257,667,861 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,003 | cpp | #include <bits/stdc++.h>
using namespace std;
const int N = 1e5 + 10;
const int MOD = 1e9 + 7;
int n;
vector<int> G[N];
int f[N][2], g[N][2];
int pow_mod(int u, int v) {
int res = 1;
while (v) {
if (v & 1) res = (long long)res * u % MOD;
v >>= 1;
u = (long long)u * u % ... | [
"designtheclutch@gmail.com"
] | designtheclutch@gmail.com |
9bb56ea34d06f170497dc644c3ee4dc9ac07352b | 1df4b3d3cc31ad1c0cd1fe2d0113cf8a8a2374f1 | /Begin/15/main.cpp | d7e418261c20a30dc79f98294ccc7f86f606527c | [] | no_license | stranger900/abramian | 819e72b0ba280e6909149518fc7bde6862d23e74 | f72b2c7e6a41060a20c6eb0b4b3fdc3517a5f879 | refs/heads/master | 2021-04-29T21:01:54.731712 | 2018-06-05T13:40:18 | 2018-06-05T13:40:18 | 121,600,027 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 271 | cpp | #include<iostream>
#include<cmath>
using namespace std;
void main()
{
double a, r;
//Vvod
cout << "Enter area: " << endl;
cin >> a;
//Vyvod
r = sqrt(a/3.14);
cout << "D = " << 2*r << endl;
cout << "L = " << 3.14 * (2*r) << endl;
} | [
"strangerua900@gmail.com"
] | strangerua900@gmail.com |
6345f9dc35fb7428c674249f4505f6a221509f39 | 9a4f212499143124005536dd3e8b3e8b569178d8 | /winvnc/winvnc/DeskdupEngine.h | ed48cf2886f3dc37e35cab17a15732828e7e51fd | [] | no_license | rekhavasanthapps/Ultravnc | 64e98b1de84f73ca2bdc76f04432dadcfa921242 | 95f533679f1aadbc06c97a3d1ccb0cdf4e43dedb | refs/heads/master | 2022-04-23T11:32:55.796442 | 2020-04-11T11:56:40 | 2020-04-11T11:56:40 | 254,855,895 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,324 | h | #pragma once
#include "ScreenCapture.h"
#include <tchar.h>
typedef bool(*StartW8Fn)(bool);
typedef bool (*StopW8Fn)();
typedef void (*LockW8Fn)();
typedef void (*UnlockW8Fn)();
typedef void (*ShowCursorW8Fn)();
typedef void (*HideCursorW8Fn)();
const static LPCTSTR g_szIPCSharedMMF = _T("{3DA76AC7-62E7-44AF-A8D1-45... | [
"d.vasant@gmail.com"
] | d.vasant@gmail.com |
32c2786ac4a154d796a90c51b391e8866dedb28f | 3437fb257545a0bf6d25a76ada6047f7c4686865 | /LeetCode/171.cpp | 09689c35fd6f742da14705718adede5574cc5d71 | [] | no_license | whing123/C-Coding | 62d1db79d6e6c211c7032ca91f466ffda4048ad9 | 3edfbad82acd5667eb0134cb3de787555f9714d8 | refs/heads/master | 2021-01-23T01:26:17.228602 | 2019-10-03T16:21:43 | 2019-10-03T16:21:43 | 102,434,473 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 480 | cpp | /* *题目:
* 171
* Excel Sheet Column Number
* *思路:
*
* *技法:
*
*/
class Solution {
public:
int titleToNumber(string s) {
int size = s.size();
int sum = 0;
for(int i = 0;i < size;i++){
sum += (s[size - 1 - i] - 'A' + 1) * pow_26(i);
}
return sum;
}
... | [
"whpiggys@gmail.com"
] | whpiggys@gmail.com |
0ba1eab86e95646c2eaeade2311dfa568d68f052 | b4e69b2a1ecfd71a0927aa849250d763508ea6fa | /Arduino/RadioHead69_AddrDemoTXRX_102/RadioHead69_AddrDemoTXRX_102.ino | 210ad55e904b267861a1b6ed7c6770ccbc676443 | [
"MIT"
] | permissive | hybotics/MeshNetwork | 9ad9cf55148edc1237041cc8f87333c7f6835f65 | f9fa40deb611e9faff3369ce117508dc7a849cf4 | refs/heads/master | 2020-05-07T16:07:39.011807 | 2020-03-14T23:35:09 | 2020-03-14T23:35:09 | 180,669,374 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,748 | ino | // rf69 demo tx rx oled.pde
// -*- mode: C++ -*-
// Example sketch showing how to create a simple addressed, reliable messaging client
// with the RH_RF69 class. RH_RF69 class does not provide for addressing or
// reliability, so you should only use RH_RF69 if you do not need the higher
// level messaging abilities.
/... | [
"hybotics@hybotics.org"
] | hybotics@hybotics.org |
3053ae08fb41aab576ca6f83bea2d99c5256eb1c | bc01d89e3b77b9b60afd6f5f8fcad5675b813f8e | /natfw/natfwunsaf_protocols/unsaf_codec/src/natfwunsafunknownattributesattribute.cpp | 95cc6499e79e546facf1664265ae360e96df5495 | [] | no_license | SymbianSource/oss.FCL.sf.mw.ipappsrv | fce862742655303fcfa05b9e77788734aa66724e | 65c20a5a6e85f048aa40eb91066941f2f508a4d2 | refs/heads/master | 2021-01-12T15:40:59.380107 | 2010-09-17T05:32:38 | 2010-09-17T05:32:38 | 71,849,396 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,947 | cpp | /*
* Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-... | [
"kirill.dremov@nokia.com"
] | kirill.dremov@nokia.com |
593a9f1052e497d17c05ada9a4a42e71ba80b276 | 78918391a7809832dc486f68b90455c72e95cdda | /boost_lib/boost/geometry/srs/projections/code.hpp | 52c43dbf2e2502ec945502c31eca3e6bd7815af2 | [
"MIT"
] | permissive | kyx0r/FA_Patcher | 50681e3e8bb04745bba44a71b5fd04e1004c3845 | 3f539686955249004b4483001a9e49e63c4856ff | refs/heads/master | 2022-03-28T10:03:28.419352 | 2020-01-02T09:16:30 | 2020-01-02T09:16:30 | 141,066,396 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,165 | hpp | // Boost.Geometry
// Copyright (c) 2017, Oracle and/or its affiliates.
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
// Use, modification and distribution is subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENS... | [
"k.melekhin@gmail.com"
] | k.melekhin@gmail.com |
019237e30e4b03bdf9a3f1795cf8e5ebbb187ac2 | 7f1d226b0cc96f232be7c7bf1db4401c286cbfb5 | /mLibExternal/include/OpenMesh/Tools/Utils/Gnuplot.cc | 2c134570585285081673cc2c65956b691de43357 | [] | no_license | jack16888/bundlefusion_ubuntu1604 | 9153a12e10939974f2951eb55fda57035900767f | c4589fd6104832a01b443c5a66d1c6975262c1dd | refs/heads/master | 2022-07-04T02:23:38.057809 | 2020-05-12T11:45:49 | 2020-05-12T11:45:49 | 263,321,182 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,026 | cc | ////////////////////////////////////////////
//
// A C++ interface to gnuplot.
//
// This is a direct translation from the C interface
// written by N. Devillard (which is available from
// http://ndevilla.free.fr/gnuplot/).
//
// As in the C interface this uses pipes and so wont
// run on a system that does'... | [
"fb_941219@163.com"
] | fb_941219@163.com |
178356eecd2c314786527de71bbdcb2fcf27f1b2 | 32b934cb3ef99474b7295da510420ca4a03d6017 | /GamosBase/Filters/include/GmStartParallelRegionFilter.hh | ceec05bdd6c6cbe17fbb90c00ed41cc4dc6ea4af | [] | no_license | ethanlarochelle/GamosCore | 450fc0eeb4a5a6666da7fdb75bcf5ee23a026238 | 70612e9a2e45b3b1381713503eb0f405530d44f0 | refs/heads/master | 2022-03-24T16:03:39.569576 | 2018-01-20T12:43:43 | 2018-01-20T12:43:43 | 116,504,426 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,169 | hh | //
// ********************************************************************
// * License and Disclaimer *
// * *
// * The GAMOS software is copyright of the Copyright Holders of *
// * the GAMOS Collaboration.... | [
"ethanlarochelle@gmail.com"
] | ethanlarochelle@gmail.com |
21ec149fd2fa05cc26032705f1148d2d4bf82d3e | 4a9370ade4c3484d818765ab15e260cb1537694b | /estructura_datos/tarea2/main.cpp | 8dcb2d63d60d6d4b2a48eed7545e6bf2a0e6710f | [] | no_license | briandore/brian_ED | 74fa664d53d0da57354225e0f29d9dbb46ce9b19 | 1c0b12cd82dc48041d2f8646f0a3fcecbfbb6e7e | refs/heads/master | 2021-01-25T03:48:13.084136 | 2011-06-20T06:13:59 | 2011-06-20T06:13:59 | 1,754,120 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 185 | cpp | #include <QtGui/QApplication>
#include "cursores.h"
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
cursores w;
w.show();
return a.exec();
}
| [
"edore49@hotmail.com"
] | edore49@hotmail.com |
164c3a9ce7b22bd926c54ee08e9765e77132e017 | 67b030efd49825a74e024d5388f5896e081c39ea | /10825.cpp | daab2a1308a72aee7de7d21dbdb023bb7984c6e8 | [] | no_license | rile1036/acmicpc_algorithm | f821fc1907f8e8e0a54a848e42cc7768ed159cf1 | e85fb856bf072ccc1109bad053df3fc7a452fea7 | refs/heads/master | 2020-12-20T08:45:29.927589 | 2020-02-01T04:13:22 | 2020-02-01T04:13:22 | 236,019,613 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 897 | cpp | #include<iostream>
#include<queue>
#include<vector>
#include<stdio.h>
#include<stdlib.h>
#include<string>
#include<string.h>
#include<math.h>
#include<algorithm>
using namespace std;
struct S_Score{
int K_score;
int E_score;
int M_score;
string name;
};
bool compare(const S_Score &a, const S_Score &b){
if (a.K_... | [
"rile1036@gmail.com"
] | rile1036@gmail.com |
262b18d9722140a6430cf626e92e9478f9352823 | 8a4e4638d82acfcdb2b084c5c5f8f56be8e36869 | /TestDataCreator/TestDataCreator.cpp | 45be9bf66c6cdedd0b8166cfda167845996efd5b | [
"MIT"
] | permissive | invader35/SEN2UE3 | e5cfa5b031f13bb7dcccd6862b845045795a7261 | a7b9755ff8d19d02fbf90bc32473f4fbf7117038 | refs/heads/master | 2020-04-05T06:36:23.109337 | 2015-03-16T11:04:00 | 2015-03-16T11:04:00 | 10,621,269 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,623 | cpp | ///////////////////////////////////////
// Workfile : TestDataCreator.cpp
// Author : Matthias Schett
// Date : 06-04-2013
// Description : Creates test data
// Remarks : -
// Revision : 0
///////////////////////////////////////
#include "TestDataCreator.h"
#include <iostream>
#include <set>
using... | [
"matt.schett@gmail.com"
] | matt.schett@gmail.com |
482bedc3c284d73af4541cfcb3f29b998ccb6a1a | 3a2af230da7d699df36e06ac2358f1f240d47880 | /Scripts/179.cpp | dd9305d80f2d9c62212a300e352e7c6e312fec39 | [
"MIT"
] | permissive | zzz0906/LeetCode | 96e6baca4355cf842826d650e111a65b4f8d93b8 | 6c2ad7ecb91343033362bcb9e6e90766918bef5e | refs/heads/master | 2023-06-23T11:18:21.610633 | 2023-06-23T00:22:52 | 2023-06-23T00:22:52 | 93,714,713 | 22 | 0 | null | 2021-08-17T14:17:30 | 2017-06-08T06:26:02 | C++ | UTF-8 | C++ | false | false | 1,300 | cpp | class Solution {
public:
string largestNumber(vector<int>& nums) {
if (nums.size() == 1) return to_string(nums[0]);
bool flag[nums.size()];
memset(flag, 0, sizeof(flag));
string maxx = "0";
for (int i = 0; i < nums.size();i++){
for (int i = 1; i < nums.size(); i++... | [
"zzz879978@outlook.com"
] | zzz879978@outlook.com |
da6cf18aa37d329387f6189895688d3c4922e92a | 155d6a6998001ecba3352eb7bdbbf16c6cf92c5f | /src/libtriton/includes/x8664Cpu.hpp | 4e70b23a0c1a07c7fbe44f64e33173d990e90fb1 | [] | no_license | tjjh89017/Triton | a8f91243e3aae692acc4f8e45f3da6788b2605b3 | fef265cb23b6e7ada726fd8eafaf8420a04a3d53 | refs/heads/master | 2020-12-28T19:46:52.635377 | 2016-08-02T09:15:34 | 2016-08-02T09:15:34 | 64,674,864 | 0 | 0 | null | 2016-08-01T14:42:17 | 2016-08-01T14:42:16 | null | UTF-8 | C++ | false | false | 13,222 | hpp | //! \file
/*
** Copyright (C) - Triton
**
** This program is under the terms of the BSD License.
*/
#ifndef TRITON_X8664CPU_HPP
#define TRITON_X8664CPU_HPP
#include <map>
#include <set>
#include <tuple>
#include <vector>
#include "cpuInterface.hpp"
#include "instruction.hpp"
#include "memoryAccess.hpp"
#include "r... | [
"jonathan.salwan@gmail.com"
] | jonathan.salwan@gmail.com |
820665d29e5e87f1c7b15a4df09223bfcbdb3344 | ab3d813e5886d098e08abb7a561cc7f2b0f27ff4 | /examples/intraprocedural/paper/paper_full.cpp | bc0a2e17fb8ff21de778b70131188b105f747eba | [] | no_license | gromakovsky/Sleuth | 599598b0521a9fb0a48caf7a973a038bc0aae2cb | 5d6209b6708565b793ea74243e20ddf968522fae | refs/heads/master | 2021-03-30T16:31:32.043226 | 2017-06-04T20:38:18 | 2017-07-10T22:19:34 | 83,969,664 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 620 | cpp | // Example from the paper (slightly modified)
#include <cstring>
#include <cstdlib>
int external_function();
char * tosunds_str(char * str)
{
int i, j, n;
char * buf;
n = external_function();
buf = (char *) malloc(n * sizeof(char));
j = 0;
for (i = 0; i < strlen(str); i++)
{
if (s... | [
"gie1994@gmail.com"
] | gie1994@gmail.com |
d79862e2cfef2f290b78f58611cb71c572c6caa5 | 1bed10351039b1c53508a8d1822f0df22e210695 | /dnn/src/fallback/conv_bias/conv1x1/conv1x1_utils.h | 8f1ef612376c2ea8d35a291bb24b9a9f3855f5b2 | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | chyelang/MegEngine | 2a39857c5e0db4845b27d3c9e49f2de97f1d38d7 | 4cb7fa8e28cbe7fd23c000e4657300f1db0726ae | refs/heads/master | 2023-08-19T12:08:27.596823 | 2021-10-13T02:51:04 | 2021-10-13T03:19:30 | 250,149,702 | 0 | 0 | NOASSERTION | 2020-03-26T03:14:37 | 2020-03-26T03:14:36 | null | UTF-8 | C++ | false | false | 3,437 | h | /**
* \file dnn/src/fallback/conv_bias/conv1x1/conv1x1_utils.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* Copyright (c) 2014-2021 Megvii Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is dist... | [
"megengine@megvii.com"
] | megengine@megvii.com |
c4168e8cf2f7acb4235ecca2cf4aaa1833179dd5 | 95a43c10c75b16595c30bdf6db4a1c2af2e4765d | /codecrawler/_code/hdu2521/8771776.cpp | ad3c96df26839c02e7a825bd1a4b15e0ea42c375 | [] | no_license | kunhuicho/crawl-tools | 945e8c40261dfa51fb13088163f0a7bece85fc9d | 8eb8c4192d39919c64b84e0a817c65da0effad2d | refs/heads/master | 2021-01-21T01:05:54.638395 | 2016-08-28T17:01:37 | 2016-08-28T17:01:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 607 | cpp | #include <stdio.h>
#include <string.h>
#include <math.h>
int calc(int n)
{
int i, s = 0, m = (int)sqrt(n);
for (i = 1; i <= m; i++)
if (n % i == 0) {
if (i * i == n) s++;
else s += 2;
}
return s;
}
int main()
{
int t, a, i, b, num, max, sum;
scanf("%d", &t);
... | [
"zhouhai02@meituan.com"
] | zhouhai02@meituan.com |
5ed691b34129591abdb12ff4eda27475b309bfa9 | 1904012be256128f2791627f39dcbf0af5bd7b87 | /example/polymorphism/inheritance.cpp | 2b06bd14533a18dee0a04ef22dc027aff10ddf23 | [
"BSL-1.0"
] | permissive | boost-ext/di | 42fae06fccbadb5c8a8bd17de7892d8c40750ba2 | f87427b4efa723c28af677317df0afa59491f2f5 | refs/heads/cpp14 | 2023-09-01T06:25:36.864504 | 2023-05-31T06:40:45 | 2023-05-31T07:40:56 | 3,250,728 | 404 | 62 | null | 2023-05-31T07:40:57 | 2012-01-23T21:42:55 | C++ | UTF-8 | C++ | false | false | 1,062 | cpp | //
// Copyright (c) 2012-2020 Kris Jusiak (kris at jusiak dot net)
//
// 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)
//
#include <cassert>
#include <memory>
#include <sstream>
#include "example/polymorphism/common... | [
"krzysztof@jusiak.net"
] | krzysztof@jusiak.net |
749df64725f6fb60c69a8571bf7b12784a3924de | 8f3a54757417b705038d31bae10f3d27f21eef44 | /Code/CardScriptComplier/CardScriptComplierTest_Win32/CardScriptComplierTest_Win32.cpp | 31fb3cac42b9b1128f2010803a02edb29fb746fa | [
"Apache-2.0"
] | permissive | jiftle/CardScriptComplier | 376bf221cc094b8a5e03b894977a1986cf64ca0e | ab22a819cde5da71367394aa72c68d01bb19698c | refs/heads/master | 2020-04-11T17:31:53.011248 | 2018-02-18T14:49:17 | 2018-02-18T14:49:17 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,006 | cpp |
// CardScriptComplierTest_Win32.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "CardScriptComplierTest_Win32.h"
#include "CardScriptComplierTest_Win32Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CCardScriptComplierTest_Win32App
BEGIN_MESSAGE_MAP(CCardScriptComplierTest_Win32App, CWinApp)
ON_COMMAND(ID... | [
"lixugood@126.com"
] | lixugood@126.com |
da353cee314e05694ebca60632d42befb0c1545a | de07787c195880351b84456627c0b3648cf902db | /util/helper.cc | 7e9e6b1dba84ff49c9f06e3bf903f36501313849 | [] | no_license | stevenchen1976/Ionet_echo | 6282051994beb6f8e50c10a75b6049daa5e25127 | cee1dccc8a197863dfd7fe6f4beed819ce5aa5de | refs/heads/master | 2022-03-17T23:47:10.907241 | 2019-05-10T02:50:43 | 2019-05-10T02:50:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 824 | cc | #include "helper.h"
#include <unistd.h>
#include <time.h>
#include <string>
#include <stdlib.h>
using namespace std;
namespace helper
{
//获取日志的日期
string Date()
{
char buf[80];
time_t rawtime;
struct tm *timeinfo;
time(&rawtime);
timeinfo=localtime(&rawtime);
... | [
"972949726@qq.com"
] | 972949726@qq.com |
2a04af73d90fbde90be92577295e8631a372771d | 3cf9e141cc8fee9d490224741297d3eca3f5feff | /C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-8750.cpp | 3954577e7df902a41499e425f19df33c405a28e4 | [] | no_license | TeamVault/tauCFI | e0ac60b8106fc1bb9874adc515fc01672b775123 | e677d8cc7acd0b1dd0ac0212ff8362fcd4178c10 | refs/heads/master | 2023-05-30T20:57:13.450360 | 2021-06-14T09:10:24 | 2021-06-14T09:10:24 | 154,563,655 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,218 | cpp | struct c0;
void __attribute__ ((noinline)) tester0(c0* p);
struct c0
{
bool active0;
c0() : active0(true) {}
virtual ~c0()
{
tester0(this);
active0 = false;
}
virtual void f0(){}
};
void __attribute__ ((noinline)) tester0(c0* p)
{
p->f0();
}
struct c1;
void __attribute__ ((noinline)) tester1(c1* p);
struct c1
{
bool ac... | [
"ga72foq@mytum.de"
] | ga72foq@mytum.de |
5ca53abe3e8aee14f227e6fcb0a9a1be859ebcfa | 3a4c99444cdc438c794a661890fb99e39bababbe | /src/resource_path.h | b5b7c892bd9c5db7733cd54f5c5ed949768ae187 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | JackErb/wayward-vulkan-engine | e25689e7cbceea829ab959b0131310ca4ae5e28c | 708c7240cd3a852286120910d56d0c0543ac820b | refs/heads/main | 2023-07-17T07:22:01.294812 | 2021-09-02T02:51:19 | 2021-09-02T02:51:19 | 378,731,260 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 113 | h | #pragma once
#include <string>
void setResourcePath(const char* applicationPath);
std::string resourcePath();
| [
"jackerb@Jacks-MacBook-Pro.local"
] | jackerb@Jacks-MacBook-Pro.local |
7fc0d42d7d1178ee35064e6b5bc8b4d5a38749ea | 2b285b7d432b25cde0fc8b44a0a59cce608e89ea | /objectlistiterator.h | 1cbe647a297a4563dbbd0cafdfe19ba42cc2f49d | [] | no_license | wpoirier/ascii_centipede | 2a9589941e497d2b6509ddf66af13843ef71d9d7 | c461b9cf341744cabe4cbfe4b0c0889e1f384cc5 | refs/heads/master | 2021-08-08T09:09:40.780473 | 2017-11-10T02:29:19 | 2017-11-10T02:29:19 | 110,192,618 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 718 | h | #ifndef __OBJECTLISTITERATOR_H__
#define __OBJECTLISTITERATOR_H__
//objectlistiterator.h
#include "objectlist.h"
class ObjectList;
class ObjectListIterator {
private:
ObjectListIterator(); //must be given list when created
// int index; //index to array list
const ObjectList* p_list; //list itera... | [
"wpoirier92@gmail.com"
] | wpoirier92@gmail.com |
ae187aa12d370c40fbfc70c7414635292ce550f6 | 75ae2e16b483f34c86538a2015416e03c563ae06 | /code/windows/c_c++_code/早期c_c++/设计模式/设计模式/设计模式/7单例模式.cpp | ccee1eca3677ee663de1e131fe1a0086c00cd66c | [] | no_license | nijiahe/code | 962d61efced0e4b7af0fcb93f158a489ed9237b0 | 4ac258c2e968d9bdfea7ffb76d1da4d79d6de94a | refs/heads/master | 2021-02-08T00:49:28.074815 | 2020-03-01T05:32:44 | 2020-03-01T05:32:44 | 244,090,411 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 919 | cpp | #include <iostream>
#include <string>
using namespace std;
//单例模式:单例模式确保某一个类只有一个实例,
//而且自行实例化并向整个系统提供这个实例单例模式
//。单例模式只应在有真正的“单一实例”的需求时才可使用。
//
//#define public private
class//单例方法1 匿名类
{
public:
protected:
private:
}a1;
class Singleton//单例方法2 私有的构造函数
{
private:
int i;
static Singleton *instance;//这个是个静态变量,编译时... | [
"2234503831@qq.com"
] | 2234503831@qq.com |
d4cebc4660f7dcc26ca27f2434c2e821aa04be3d | bc33abf80f11c4df023d6b1f0882bff1e30617cf | /CPP/POP/人群的排序和分类.cpp | 501d14e23c7b1a8646b8f6f9ffb4905e527184c8 | [] | no_license | pkuzhd/ALL | 0fad250c710b4804dfd6f701d8f45381ee1a5d11 | c18525decdfa70346ec32ca2f47683951f4c39e0 | refs/heads/master | 2022-07-11T18:20:26.435897 | 2019-11-20T13:25:24 | 2019-11-20T13:25:24 | 119,031,607 | 0 | 0 | null | 2022-06-21T21:10:42 | 2018-01-26T09:19:23 | C++ | UTF-8 | C++ | false | false | 714 | cpp | #include <iostream>
#include <set>
#include <iterator>
#include <algorithm>
using namespace std;
class A
{
public:
char type;
int k;
A(int k):k(k)
{
type = 'A';
}
};
class B : public A
{
public:
B(int k) :A(k)
{
type = 'B';
}
};
class Comp
{
public:
bool operator()(A* n1, A* n2)
{
return n1->k < n2->... | [
"pkuzhd@pku.edu.cn"
] | pkuzhd@pku.edu.cn |
0eff19ca4eec92ad8fddf09b49d187ad8433e34e | 3ef446ff1ec258c98a39bf50ca2bf2e990920a82 | /tools/designer/src/lib/shared/qtresourcemodel.cpp | 1f8e84019373148347f120bd2e165049ca5a4175 | [] | no_license | sese53/rtqt | 97f29d805588e75ff2da33b16fe8f25d113fc955 | 8c51d0b3fa7dbf421d0eb8d6839b85218f42f5ff | refs/heads/master | 2023-06-15T21:18:43.279322 | 2018-03-21T20:04:08 | 2018-03-21T20:04:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,496 | cpp | /****************************************************************************
**
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the Qt Designer of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LG... | [
"phen9@localhost.localdomain"
] | phen9@localhost.localdomain |
d8e70f50c76f37d3f96af99cb35c72da8cf10ec1 | a3d6556180e74af7b555f8d47d3fea55b94bcbda | /third_party/blink/renderer/modules/direct_sockets/udp_readable_stream_wrapper.cc | 51c4bdb8530f17ab13f2307835e4aedaadbd82a3 | [
"GPL-1.0-or-later",
"MIT",
"LGPL-2.0-or-later",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause"
] | permissive | chromium/chromium | aaa9eda10115b50b0616d2f1aed5ef35d1d779d6 | a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c | refs/heads/main | 2023-08-24T00:35:12.585945 | 2023-08-23T22:01:11 | 2023-08-23T22:01:11 | 120,360,765 | 17,408 | 7,102 | BSD-3-Clause | 2023-09-10T23:44:27 | 2018-02-05T20:55:32 | null | UTF-8 | C++ | false | false | 6,420 | cc | // Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/blink/renderer/modules/direct_sockets/udp_readable_stream_wrapper.h"
#include "base/functional/callback_forward.h"
#include "mojo/public/cpp/bindings/pen... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
3d576485e2ec1c66db1581d65a615c493643a6f5 | 93deffee902a42052d9f5fb01e516becafe45b34 | /dmoj/ioi16/p3.cpp | 1dade2bf3b8de040932a6dd06f3e94303602f9ea | [] | no_license | kobortor/Competitive-Programming | 1aca670bc37ea6254eeabbe33e1ee016174551cc | 69197e664a71a492cb5b0311a9f7b00cf0b1ccba | refs/heads/master | 2023-06-25T05:04:42.492243 | 2023-06-16T18:28:42 | 2023-06-16T18:28:42 | 95,998,328 | 10 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,306 | cpp | #include<bits/stdc++.h>
using namespace std;
#define allof(x) (x).begin(), (x).end()
typedef long long ll;
typedef pair<int, int> pii;
typedef pair<ll, ll> pll;
const int MAXN = 1e6 + 6;
const ll INF = 1e18;
ll N, C;
ll L[MAXN];
pll LDadd[MAXN]; //<add, sub>
pll LDsub[MAXN]; //<sub, add>
bool check(ll Q){
ll... | [
"kobortor@gmail.com"
] | kobortor@gmail.com |
9d856d909bc270949c3e25dc81f10df0a544e899 | 72f29a1f42739b1f4d03515e6c23d541ccc2a482 | /test/sort/heapsortTest.cpp | 5606f94a8457259b557cc86848f9f954bec3ce4b | [
"Apache-2.0"
] | permissive | zpooky/sputil | ec09ef1bb3d9fe9fac4e2d174729515672bef50a | 30d7f0b2b07cecdc6657da30cf5c4ba52a9ed240 | refs/heads/master | 2022-08-27T09:13:06.982435 | 2022-08-10T20:41:49 | 2022-08-10T20:42:35 | 116,656,968 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,504 | cpp | #include <collection/Array.h>
#include <gtest/gtest.h>
#include <prng/xorshift.h>
#include <sort/heapsort.h>
#include <sort/util.h>
#include <test/gcstruct.h>
template <typename T>
static void
print_arr(T &arr, std::size_t length, std::size_t idx = ~std::size_t(0)) {
for (std::size_t i = 0; i < length; ++i) {
if... | [
"spooky.bender@gmail.com"
] | spooky.bender@gmail.com |
0ac0751322401b755f7b27a885e4b04943fdbb07 | 13647dfa045d32a384b2e9a150437f8d1de42f85 | /Native/iOS/Smartface/smflibs/SMFCore.framework/Versions/Current/Headers/Poco/Net/SecureServerSocket.h | 49da07bd5a1b1521a4128bb4ed72932e13b0452b | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | smartface/sf-plugin-firebase | 7972bcbc4d32fc94a7e904ebc6319c14c85b2f17 | a3418a2f53303e935cf3e925afccc4fca9a56998 | refs/heads/master | 2022-07-12T18:19:40.077646 | 2022-07-01T12:18:29 | 2022-07-01T12:18:29 | 124,345,290 | 0 | 6 | NOASSERTION | 2022-07-01T12:18:30 | 2018-03-08T06:10:27 | C++ | UTF-8 | C++ | false | false | 4,225 | h | //
// SecureServerSocket.h
//
// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/SecureServerSocket.h#1 $
//
// Library: NetSSL_OpenSSL
// Package: SSLSockets
// Module: SecureServerSocket
//
// Definition of the SecureServerSocket class.
//
// Copyright (c) 2006-2009, Applied Informatics Software Engineering GmbH.
//... | [
"doganekici26@gmail.com"
] | doganekici26@gmail.com |
615c8e001bc013c4535364731a2a07170f4bb37f | 56dbbf58b200078d702fd1a05b6261c57437713c | /CrackingCodingInterview/Ch. 4/Ch. 4 -1/Ch. 4 -1/Graph.cpp | 7c451adf5dae69f782184b0377b1762717cd7776 | [] | no_license | ImTheRealOne/CPP-Practice | 1908235d2705bd7c05a5d4eb2b6d7daff397d036 | d8204629e79335cd2030585aa48910728ceba5ce | refs/heads/master | 2020-03-28T20:09:00.237593 | 2018-10-02T20:20:17 | 2018-10-02T20:20:17 | 149,044,478 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,948 | cpp | #ifndef GRAPH_CPP
#define GRAPH_CPP
#include "Graph.h"
template<class T>
Graph<T>::Graph()
{
size = 0;
nodes = new std::vector<T*>;
}
template<class T>
Graph<T>::~Graph()
{
std::cout << "graph destructor" << std::endl;
for (auto it : *nodes) {
delete it;
}
}
template<class T>
void Graph<T>::insert(T newData... | [
"kowasockilendaro@yahoo.com"
] | kowasockilendaro@yahoo.com |
43eefea109222068bd146d6cbca127b24efff86f | 022f935cba689bc8a1341f2d8c17b3e37f66c09f | /Cours4/ConsoleApplication1/Lib.cpp | d84940322930b1418bb7ac925b43a39e78415f9b | [] | no_license | NekoLily/hae_bernard_gp2 | 6686278e7d6804f8a264ed52949972b3bff95b3b | 1425d68da91a502bd2f56886d498a9d435946f6b | refs/heads/master | 2020-08-02T06:41:22.314016 | 2020-01-28T12:52:15 | 2020-01-28T12:52:15 | 211,266,270 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 35 | cpp | #include "pch.h"
#include "Lib.h"
| [
"bernard.sourichanh@gmail.com"
] | bernard.sourichanh@gmail.com |
be1fbee60595cb0a17b77d9f14ef561089fea4d9 | 01514166ccfe6d9eacba0f739ff6b3f07170095f | /Pet_Collar/Pet_Collar.ino | e75150cd34195e6b0ead8644355a4ec9a4fdb9a5 | [] | no_license | dominicdotzert/Pet_Collar | 243d8c3d051cf0b34cbcf4f7756d25fc06ed6778 | e3a0d35d02127734cab8f342f97e864d8cd743ef | refs/heads/master | 2021-01-11T22:24:29.375740 | 2017-02-28T17:05:40 | 2017-02-28T17:05:40 | 78,959,307 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,071 | ino | /* Created on 2017-01-12 by Dominic Dotzert.
*
* Uses the Neo-6M GPS to periodically log GPS coordinates.
*
* To be contained in small enclosure worn around pet collar.
*
*/
#include <TinyGPS++.h>
#include <SoftwareSerial.h>
#include <SD.h>
static const int RXPIN = 9;
static const int TXPIN = 8;... | [
"dominicdotzert@gmail.com"
] | dominicdotzert@gmail.com |
d39f8e2c0a2892e32e1889d9eac242d7f3cf7c64 | b452fff586abdd91e6fc071fe2c882f200345557 | /ToolBar/ToolBar/main.cpp | f2ebfb551c34c4ad1df1e19b55fa432aaa01d71d | [] | no_license | stanley-chenyuan/tes | 483d3c18d030069468287adf9bcd68db4c6bdf55 | 7c2bc0df290eab666c9ae7eb1b0125565da8a98e | refs/heads/master | 2021-01-10T03:26:19.157286 | 2015-10-21T07:41:56 | 2015-10-21T07:41:56 | 44,659,911 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 795 | cpp | #include <Windows.h>
#include <GdiPlus.h>
#include "ToolBarWindow.h"
#pragma comment(lib,"GdiPlus.lib")
using namespace Gdiplus;
int WINAPI WinMain( __in HINSTANCE hInstance, __in_opt HINSTANCE hPrevInstance, __in LPSTR lpCmdLine, __in int nShowCmd )
{
SetErrorMode(SEM_FAILCRITICALERRORS|SEM_NOGPFAULTERRORBOX);
HAND... | [
"402643027@qq.com"
] | 402643027@qq.com |
b3565445fe4d208840ffdf630a60566ba97b7951 | fb103f87a6f1f8bc8ac259d593e24cc030e8a048 | /src/shared/log/log_level.cpp | fc9abfb190689ae2035c5ee534093eb1b010a0cd | [] | no_license | GrenderG/mmo | 1c23f05971981829ebfabd1bf61d1486221e0c6c | df223ff31f7499883b876884fa9ef6e021dd1beb | refs/heads/master | 2022-11-07T06:24:18.644505 | 2020-06-23T14:47:59 | 2020-06-23T14:47:59 | 274,438,203 | 1 | 0 | null | 2020-06-23T15:12:48 | 2020-06-23T15:12:47 | null | UTF-8 | C++ | false | false | 307 | cpp | // Copyright (C) 2019, Robin Klimonow. All rights reserved.
#include "log_level.h"
#include <utility>
namespace mmo
{
LogLevel::LogLevel()
{
}
LogLevel::LogLevel(std::string name, LogImportance importance, LogColor color)
: name(std::move(name))
, importance(importance)
, color(color)
{
}
}
| [
"r.klimonow@chaoscore.net"
] | r.klimonow@chaoscore.net |
b8654b0986a6f0f237a15e661632ccbf93100e45 | af3b6a96ea35b5fea92c6a9eee77e9991ccda29d | /src/gallium/state_trackers/clover/util/range.hpp | afa5f7730bf989adf094ea7e86c55800c95e1aaa | [] | no_license | courtney-lunarg/mesa | 6fd9db1e32016fe7a1e74ae2e6ae428f77cff45a | 806e3e0c5fc1c4e75446e0cde58ae2db126c0d4a | HEAD | 2016-09-10T14:24:05.479147 | 2013-11-20T00:42:41 | 2013-11-20T01:34:35 | 14,573,581 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,422 | hpp | //
// Copyright 2013 Francisco Jerez
//
// 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... | [
"currojerez@riseup.net"
] | currojerez@riseup.net |
d10ef5014f5513676544aa617618a7bb58c36515 | 3f9081b23333e414fb82ccb970e15b8e74072c54 | /bs2k/basics/sort.h | d19a6f72813145aea636105a2432a80015a14e2f | [] | no_license | rc2dcc/Brainstormers05PublicRelease | 5c8da63ac4dd3b84985bdf791a4e5580bbf0ba59 | 2141093960fad33bf2b3186d6364c08197e9fe8e | refs/heads/master | 2020-03-22T07:32:36.757350 | 2018-07-04T18:28:32 | 2018-07-04T18:28:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,303 | h | /*
Brainstormers 2D (Soccer Simulation League 2D)
PUBLIC SOURCE CODE RELEASE 2005
Copyright (C) 1998-2005 Neuroinformatics Group,
University of Osnabrueck, Germany
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as publis... | [
"cookie.yz@qq.com"
] | cookie.yz@qq.com |
8d05e3c398c2674551c0dd77af632452d60d28f9 | 87aba51b1f708b47d78b5c4180baf731d752e26d | /Replication/DataFileSystem/PRODUCT_SOURCE_CODE/itk/Modules/Filtering/AnisotropicSmoothing/include/itkVectorGradientNDAnisotropicDiffusionFunction.hxx | 150c5ddcbf9ce0308de9bee4d42542a438800e61 | [] | no_license | jstavr/Architecture-Relation-Evaluator | 12c225941e9a4942e83eb6d78f778c3cf5275363 | c63c056ee6737a3d90fac628f2bc50b85c6bd0dc | refs/heads/master | 2020-12-31T05:10:08.774893 | 2016-05-14T16:09:40 | 2016-05-14T16:09:40 | 58,766,508 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,271 | hxx | /*=========================================================================
*
* Copyright Insight Software Consortium
*
* 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
*
* ... | [
"jstavr2@gmail.com"
] | jstavr2@gmail.com |
cbf74bc8914d821ae8e0467c8c4bfea299262548 | 13af45930832dcd6c5915a4bc9b54f92fc869d28 | /mbed/filter_constants.cpp | 2148ef57cd1ea139dae9fa0d89a09b6a623e34b1 | [] | no_license | brunodisilva/GranularChessRobot | 1997360d9b42c5558e60484e58c15e3ab5763e4a | 5ab3a56b3dcf6019cc02029901266f04aaa3f657 | refs/heads/master | 2021-01-20T23:23:37.977774 | 2015-10-30T01:30:03 | 2015-10-30T01:30:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,532 | cpp | #include "mbed.h"
#include "filter_constants.h"
#include "emg.h"
/*------------------------------------
All constants for EMG processing
------------------------------------*/
const double sample_frequency = 200; // Sample frequency [Hz]
// Define normalizing parameters
const int normalize_time = ... | [
"annesteenbeek@gmail.com"
] | annesteenbeek@gmail.com |
5be5597709d9d12dfafa76e2fab9a1fed314fab2 | 458efaf551e7aa546e2fbbff048c3abf4dd96977 | /src/output_geojson.cpp | f191b8a83f0e1793c150d7b278a2066cbee2627b | [
"MIT"
] | permissive | guserav/pathFindingOnSea | af19dac501497cee8f766676a68011f54005109d | 6f817828a358ea9a71de5e570c70bcdcf7d2f5d8 | refs/heads/master | 2023-04-07T00:17:13.756029 | 2021-04-25T18:33:57 | 2021-04-25T18:33:57 | 318,923,807 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,333 | cpp | #include "output_geojson.hpp"
#include "helper.hpp"
void geojson_output::outputPoint(std::ostream& out, const ClipperLib::IntPoint& p) {
out << "\n [" << toString(p.X) << ", " << toString(p.Y) << "]";
}
void geojson_output::outputFeaturePoint(std::ostream& out, const ClipperLib::IntPoint& p) {
out << "{\... | [
"guserav@users.noreply.github.com"
] | guserav@users.noreply.github.com |
7ea59da482d30d41dc64fcdd4a8634c6d65e3142 | 4d0166c58be6a031c695295ded4192cfac202fc3 | /bin/mac64/cpp/obj/src/com/haxepunk/utils/Data.cpp | 4646eba08c49c40c9f8c176efc74bd156b8d22c1 | [] | no_license | tobyalden/worry | 8d1262c91fa0cb491e917492baf9ce0a5fc45d1a | ebb9892175c92772142e3d48f3d4571132670863 | refs/heads/master | 2021-01-10T02:44:23.673599 | 2016-03-24T01:40:57 | 2016-03-26T02:08:12 | 53,271,643 | 0 | 2 | null | 2016-03-27T22:42:13 | 2016-03-06T19:19:26 | C++ | UTF-8 | C++ | false | false | 20,069 | cpp | #include <hxcpp.h>
#ifndef INCLUDED_Reflect
#include <Reflect.h>
#endif
#ifndef INCLUDED_Std
#include <Std.h>
#endif
#ifndef INCLUDED_com_haxepunk_utils_Data
#include <com/haxepunk/utils/Data.h>
#endif
#ifndef INCLUDED_haxe_IMap
#include <haxe/IMap.h>
#endif
#ifndef INCLUDED_haxe_ds_StringMap
#include <haxe/ds/StringM... | [
"toby@Tobys-MacBook-Pro.local"
] | toby@Tobys-MacBook-Pro.local |
b20ef76c6cee4a68191292c3f5d0e8302eaa1aab | 0ba6583d26c1978782f601fee4201117402aface | /Library/Il2cppBuildCache/Android/armeabi-v7a/il2cppOutput/Il2CppCodeRegistration.cpp | 8e01710f5cce5a3d3eaa44717eb3b426eb7bb3d3 | [
"MIT"
] | permissive | sciruela/outlaw-hunter | 987aca39f7a61d17f93c0b824909cb8bf9459bc9 | 496348827d1f367b3825b7b290e85b1d3f17d5f4 | refs/heads/main | 2023-02-14T17:25:51.189239 | 2021-01-17T21:14:39 | 2021-01-17T21:14:39 | 326,832,266 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,306 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
IL2CPP_EXTERN_C const Il2CppMethodPointer g_ReversePInvokeWrapperPointers[];
IL2CPP_EXTERN_C const Il2CppMethodPointer g_Il2CppGenericMethodPointers[];
IL2CPP_EXTERN_C const InvokerMethod g_Il2CppInvokerPointers[];
I... | [
"sergio.ciruela@basf.com"
] | sergio.ciruela@basf.com |
03f5cdbb07c1b8f9114654d5bd7f87cfc7b2c9a5 | a6c7846fe22127c0d463c7837d09d85401d172f4 | /src/RcppExports.cpp | ff064b2d54f1c9e264769bb01cdf315aea8b72dc | [] | no_license | rplzzz/stayinalive | ec6bcd10ecdef21977d115045441d64c578dd544 | 99b75b5cbb536d2fbeab210e560319d638d1d61e | refs/heads/master | 2021-03-13T12:56:02.232065 | 2020-02-27T23:01:33 | 2020-02-27T23:01:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,021 | cpp | // Generated by using Rcpp::compileAttributes() -> do not edit by hand
// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
#include <Rcpp.h>
using namespace Rcpp;
// apply_duration_thresh
NumericVector apply_duration_thresh(NumericVector tseries, double thresh);
RcppExport SEXP _stayinalive_apply_duration_thres... | [
"robert.link@pnnl.gov"
] | robert.link@pnnl.gov |
72da1f13217fc9e718c0d09102b3c53f56bc523b | f84da9a7da712409ebb0e8caf89b41b68a1ffb7c | /Codeforces/contest_id_570/Tree Requests.cpp | c69b287788b8dc7b439836789b0c5a50ef37e61a | [] | no_license | mahbubcseju/Programming-Problem-Solutions | 7fe674d68ab340b54be64adfa2e2fb33cc64705c | e9de8553f7d0c2c439f62b67e1bf9d6e07d47400 | refs/heads/master | 2021-08-03T14:37:54.041903 | 2021-07-18T16:01:12 | 2021-07-18T16:01:12 | 199,957,649 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,205 | cpp | /********************************
*MAHBUBCSEJU *
*CSE 22 *
*JAHANGIRNAGAR UNIVERSITY *
*TIMUS:164273FU *
*UVA>>LIGHTOJ>>HUST:mahbubcseju *
********************************/
#include<bits/stdc++.h>
#include<string.h>
#define I int
#define ll long long int
... | [
"mahbubur.rahman@bjitgroup.com"
] | mahbubur.rahman@bjitgroup.com |
feb4830b5eb53129fd1887d30e5e685d378edccd | 579f6399b3f8238eee552b8a70b5940db894a3eb | /pristup.mark/A2/test-main.cpp | 480b8ea4472e952f96f9924b76909b1474b6168c | [] | no_license | a-kashirin-official/spbspu-labs-2018 | 9ac7b7abaa626d07497104f20f7ed7feb6359ecf | aac2bb38fe61c12114975f034b498a116e7075c3 | refs/heads/master | 2020-03-19T04:18:15.774227 | 2018-12-02T22:21:38 | 2018-12-02T22:21:38 | 135,814,536 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,537 | cpp | #define BOOST_TEST_MAIN
#define BOOST_TEST_DYN_LINK
#include <boost/test/included/unit_test.hpp>
#include <stdexcept>
#include <cmath>
#include "rectangle.hpp"
#include "circle.hpp"
#include "triangle.hpp"
// Rectangle Tests
BOOST_AUTO_TEST_SUITE(RectangleTests)
double EPSILON = 0.001;
BOOST_AUTO_TEST_CASE(In... | [
"a.kashirin.official@gmail.com"
] | a.kashirin.official@gmail.com |
6d00a06205bbbb802f9928be0f5c1f393f2d0233 | e70e1d5e4fdadb4a1cd6e79f2b8f5c4065502027 | /opencv-project/ImageStitching3D/VideoForm/VideoForm.cpp | 5d5dc2b3c00c8d6bb229c5f43bf563b2dc1fdc5e | [] | no_license | paly17/ImageStitching2 | d9093c64338d3804134acb0003f1737afb3bcde7 | 1c48ad9ff5576199b3a3aaa80e78d99fb34186c6 | refs/heads/master | 2022-03-12T21:33:03.473188 | 2019-10-13T01:27:06 | 2019-10-13T01:27:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 377 | cpp | //#include "VideoForm.h"
//#include "MyForm.h"
//#include "Main.h"
//#include "Header.h"
//using namespace System;
//using namespace System::Windows::Forms;
//[STAThread]
//int main(array<System::String ^> ^args) {
//Application::EnableVisualStyles();
//Application::SetCompatibleTextRenderingDefault(false);
//P... | [
"xkalavskye@stuba.sk"
] | xkalavskye@stuba.sk |
375b2399e241453608241ef42170c597a2626594 | 02508aa773dcbd9939eb879952ee2cb3dd90bcad | /torch/csrc/jit/tensorexpr/codegen.h | d303ad712b80cf03aec8a915b2f8f1693f3b2697 | [
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"BSL-1.0",
"Apache-2.0"
] | permissive | dhivyadharshin/pytorch | d8a3b7f3c03e21e776ea34788d13743467b738c8 | 6a170011876bb8bd1909e8f60fba1270ac7a5577 | refs/heads/master | 2023-07-18T07:31:52.918955 | 2021-08-17T18:12:01 | 2021-08-17T18:12:01 | 397,330,616 | 5 | 0 | NOASSERTION | 2021-08-17T18:12:02 | 2021-08-17T16:57:16 | null | UTF-8 | C++ | false | false | 6,344 | h | #pragma once
#include <ATen/ATen.h>
#include <torch/csrc/jit/tensorexpr/ir.h>
#include <torch/csrc/jit/tensorexpr/tensor.h>
namespace torch {
namespace jit {
namespace tensorexpr {
template <typename T>
class PaddedBuffer;
class TORCH_API CodeGen {
public:
class BufferArg;
class CallArg;
template <typename.... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
fcd9ed246991c669ed6664c0727478bf28754799 | 58510fec22e8ffc1aa996f8f4042b5614be8020f | /microbenchmarks/RK4/RK4Bench.cpp | f76714f9beff8369d8244759597518b4a4a5610e | [
"MIT"
] | permissive | edanor/umevector | 7d0e1f465d2d5d28f60dc70900eb0d2b57671baa | ba2c9f0ff3da7d603ed07420ac6b4f425cbd4a08 | refs/heads/master | 2021-01-11T15:27:27.368808 | 2019-06-24T15:18:39 | 2019-06-24T15:18:39 | 80,346,780 | 13 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,610 | cpp | // The MIT License (MIT)
//
// Copyright (c) 2016-2017 CERN
//
// Author: Przemyslaw Karpinski
//
// 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 lim... | [
"przemyslaw.karpinski@cern.ch"
] | przemyslaw.karpinski@cern.ch |
e197d60af7400f7fcac77fe5b21a927a8f408cf1 | 286bc6ecf3915f9820ed363f4812d076fd32d93e | /109. Balanced Binary Tree/main.cc | 9c1cc079170abd20699eac04002773ecc0d68d7c | [
"MIT"
] | permissive | Rich-Leung/LeetCode | 10dc871a9ead28f7d12907484faac5bf4932bd85 | 6aa837257dd14d841d88689fc2d3b4b3522a96d4 | refs/heads/master | 2023-04-11T00:46:09.257728 | 2021-04-18T16:33:03 | 2021-04-18T16:33:03 | 359,196,268 | 0 | 0 | MIT | 2021-04-18T16:26:12 | 2021-04-18T16:26:12 | null | UTF-8 | C++ | false | false | 735 | cc | #include "solution.h"
#include <vector>
#include <iostream>
using std::vector; using std::cout; using std::endl;
using vecIter = vector<int>::iterator;
TreeNode *createBinaryTree(vecIter beg, vecIter end)
{
std::vector<TreeNode *> vec;
for (vecIter it = beg; it != end; ++it)
vec.push_back(new TreeNode(*it));
... | [
"urbancpz@gmail.com"
] | urbancpz@gmail.com |
4738adaf0e7a0f8b62291478c08559cf928e39e9 | e0ec926e9c23d9064aad152c14d2070a468d2b0f | /src/algorithms/data_structures/array/find_first_and_last_pos.hpp | 86f0b4885d5648fcedc34f3b26e92538214a16a3 | [
"MIT"
] | permissive | xGreat/CppNotes | 6aae7497dda51d909097731c03593d9dbb302161 | 2707db6560ad80b0e5e286a04b2d46e5c0280b3f | refs/heads/master | 2023-02-22T00:10:46.391669 | 2021-01-21T09:24:25 | 2021-01-21T09:24:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,322 | hpp | #ifndef FIND_FIRST_AND_LAST_POS_HPP
#define FIND_FIRST_AND_LAST_POS_HPP
/*
https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/description/
Given an array of integers nums sorted in ascending order, find the starting
and ending position of a given target value.
Your algorithm's runti... | [
"antony.cherepanov@gmail.com"
] | antony.cherepanov@gmail.com |
18c71424f045ae165fa4fd2ce3aaab4da0f2fa48 | 94dcc118f9492896d6781e5a3f59867eddfbc78a | /llvm/tools/clang/lib/Parse/ParseExpr.cpp | 5b7c839454a99c44ed2a487c5fa145e9034d66ec | [
"NCSA",
"Apache-2.0"
] | permissive | vusec/safeinit | 43fd500b5a832cce2bd87696988b64a718a5d764 | 8425bc49497684fe16e0063190dec8c3c58dc81a | refs/heads/master | 2021-07-07T11:46:25.138899 | 2021-05-05T10:40:52 | 2021-05-05T10:40:52 | 76,794,423 | 22 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 110,725 | cpp | //===--- ParseExpr.cpp - Expression Parsing -------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"amilburn@zall.org"
] | amilburn@zall.org |
9c5e2dda8f5f7c05d18b23f840f11d40dc8d5efa | 45f78ef0c270d16952d8db884278faa6691de399 | /codebase/apps/spdb_utils/src/Taf2Spdb/Params.cc | 652f3ddde8e662ec563f98a0fb613fa6adf8a117 | [
"BSD-3-Clause"
] | permissive | bgin/lrose-core | 6da3e856c099cbb2fc273795653da39bee472869 | 2bff382ccaa9e927a922b2d545dd418a3ba791fc | refs/heads/master | 2021-06-09T05:33:52.806917 | 2016-11-17T13:13:38 | 2016-11-17T13:13:38 | 75,398,778 | 1 | 0 | null | 2016-12-02T13:39:13 | 2016-12-02T13:39:13 | null | UTF-8 | C++ | false | false | 20,790 | cc | // *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
// ** Copyright UCAR (c) 1992 - 2016
// ** University Corporation for Atmospheric Research(UCAR)
// ** National Center for Atmospheric Research(NCAR)
// ** Boulder, Colorado, USA
// *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*... | [
"dixon@ucar.edu"
] | dixon@ucar.edu |
cdca2ba3de12c10410cc996380d1e629043089dd | f9a3ca4f2a7c17207d55b427d405702f631d8a2d | /leetcode/wordBreak/wordBreak/main.cpp | 46ce45293e32d156fcf682117b58b8e65a1b9a28 | [] | no_license | mustang66ytz/C-_practice | a7c14f00f7faeb0add57e7dec5467c8b1532ff24 | 1574feb21960596b1df1168c232a2c23f973a351 | refs/heads/master | 2018-09-19T00:20:21.070642 | 2018-06-06T06:09:17 | 2018-06-06T06:09:17 | 105,200,016 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,299 | cpp | //
// main.cpp
// wordBreak
//
// Created by Yang Taozheng on 5/21/18.
// Copyright © 2018 Yang Taozheng. All rights reserved.
//
#include <iostream>
#include <string>
#include <queue>
#include <vector>
#include <set>
using namespace std;
class Solution {
public:
bool wordBreak(string s, vector<string>& word... | [
"johnyang66ytz@gmail.com"
] | johnyang66ytz@gmail.com |
aa6b627ee0106264bb8768af8210c544d91fea28 | 14007cee77d815ef5187b9f26980b620556cf167 | /fincoin-src/src/main.h | e8e982d3d655da876a4a10309b6a669dc2c4e37b | [
"MIT"
] | permissive | Fincoinltd/FNC | 9573f11cbeaf955f3504d8e380a0e45ac1f60077 | bbdb5daeaeed5b6d1d3798d26587940c1045c00c | refs/heads/master | 2021-01-23T13:16:37.592241 | 2017-08-22T07:35:51 | 2017-08-22T07:35:51 | 93,239,362 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 47,539 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_MAIN_H
#define BITCOIN_MAIN_H
#include <algorithm>
#include "time... | [
"nabilskiy1988@gmail.com"
] | nabilskiy1988@gmail.com |
d198d39dc0b19687e9718cc4149b330fe7dfc455 | 4a2d6e06302e6a7993b1781a2a6b935b734b5db7 | /src/qt/multisenddialog.h | 9bdbd3dfc55dfc8ee1fdccb48433209cf5b3a4c2 | [
"MIT"
] | permissive | nashanas/CastleMN | 4357ae136a571f1d20100ef31202f18059728632 | 83c39d59c31c19fb357861182a801a4471651ff0 | refs/heads/master | 2020-05-20T00:23:01.054616 | 2019-05-07T15:01:12 | 2019-05-07T15:01:12 | 185,284,994 | 0 | 0 | null | 2019-05-06T23:16:52 | 2019-05-06T23:16:52 | null | UTF-8 | C++ | false | false | 1,020 | h | // Copyright (c) 2017 The PIVX developers
// Copyright (c) 2018 The CSTL developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef MULTISENDDIALOG_H
#define MULTISENDDIALOG_H
#include <QDialog>
namespace Ui
{
class Mu... | [
"afghany@gmail.com"
] | afghany@gmail.com |
ef5f168c4a74cac7a374a224413856857b64b600 | 783fbeabbc7fc8090ee9e6765d26b38aa5db2efb | /src/modm/src/modm/platform/clock/rcc.hpp | 11ff22983bc51ce26634070816146e48b913d35d | [] | no_license | salkinium/navimet | 760cd876987012f274429cb285efe329451f9ca0 | 833fc426c66401348315d66baee2a54ae6142834 | refs/heads/master | 2022-01-08T19:17:33.009843 | 2019-08-04T23:27:28 | 2019-08-04T23:27:28 | 164,520,548 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,662 | hpp | /*
* Copyright (c) 2012, 2016, Sascha Schade
* Copyright (c) 2012, 2017, Fabian Greif
* Copyright (c) 2012, 2014-2017, Niklas Hauser
* Copyright (c) 2013-2014, Kevin Läufer
* Copyright (c) 2018, Christopher Durand
*
* This file is part of the modm project.
*
* This Source Code Form is subject to the terms of t... | [
"niklas.hauser@rwth-aachen.de"
] | niklas.hauser@rwth-aachen.de |
b3e2d6a062146d8f61305c9487cc1b319967ff4b | 315890f9c5c9431c4226843a8d7aedca24c8aa97 | /stk/src/DelayA.cpp | 6f48548ec339bbe8bcbe1f65711f8fa4797c2987 | [] | no_license | erwincoumans/StkDekrispatorSynthesizer | c75bbe6700c863faf6c6cda4782bdc5063aa1df2 | 08397236e0692c0ed8e02ba77994cae2579fe9c2 | refs/heads/master | 2020-12-29T02:32:29.598096 | 2020-08-23T18:57:21 | 2020-08-23T18:57:21 | 47,980,047 | 27 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 3,281 | cpp | /***************************************************/
/*! \class DelayA
\brief STK allpass interpolating delay line class.
This class implements a fractional-length digital delay-line using
a first-order allpass filter. If the delay and maximum length are
not specified during instantiation, a fixed ma... | [
"erwin.coumans@gmail.com"
] | erwin.coumans@gmail.com |
db59816165db327c147606311cf567b97a368de9 | 52c42ab0b5508142acd97de1647631b4f0b69a2b | /sources/levelEditor/editorWindow.h | 763450b0b8b4e3acb3dbfd66ae1792fbb638863d | [] | no_license | PaulGrandperrin/demo-opengl-shootemup | c1fb1be0e419ca67df835775f2f7dfc2c9af39d0 | 549660af7a7283bc10e71511b6b853864ec469af | refs/heads/master | 2021-01-01T16:25:36.834087 | 2010-01-29T11:27:48 | 2010-01-29T11:27:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 920 | h | #ifndef EDITOR_WINDOW_H_
#define EDITOR_WINDOW_H_
#include <QApplication>
#include <QWidget>
#include <QPushButton>
#include <QHBoxLayout>
#include "View/TrajectoryView/viewTrajectory.h"
#include "View/EnemyView/viewEnemy.h"
#include "Box/toolboxLayout.h"
#include "InputOutput/dataTranslator.h"
#include "InputOutput... | [
"letendart.romain@gmail.com"
] | letendart.romain@gmail.com |
2f91ed0f202f0408ab22802028dec98bdc379167 | 2ac054d86a490d6005626e71f0f7f4770890673a | /editor/editor_runtime/interface/inspectors/inspector_assets.h | 2628eef1268a321d3717fc61e8c4d736b22a64a1 | [
"BSD-2-Clause"
] | permissive | whztt07/EtherealEngine | d8ba8647fb6a5ebacc0d2945f9405d7e3039068b | c15308153fc3d5c234dcc88907a14727bb8ce074 | refs/heads/master | 2021-08-28T12:26:51.617079 | 2017-12-12T08:10:22 | 2017-12-12T08:10:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,261 | h | #pragma once
#include "inspector.h"
#include "runtime/assets/asset_handle.h"
namespace gfx
{
struct texture;
}
class mesh;
struct prefab;
class material;
struct inspector_asset_handle_texture : public inspector
{
REFLECTABLEV(inspector_asset_handle_texture, inspector)
bool inspect(rttr::variant& var, bool read_on... | [
"nikolai.p.ivanov@gmail.com"
] | nikolai.p.ivanov@gmail.com |
2ae3215476c51e3d1a0718bdb45c2a619e80d3ba | b4eb7e086b4cf83e60de2a712e4e1f2cda285811 | /TransposeMatrix/MatrixTester.h | 4aed2ef0b99bcdd59669a229db7e9276c56413d4 | [] | no_license | AzGhort/TransposeMatrixCacheOblivious | 507162b1ef385106fd6d4c91fd3bdbc962f8fa02 | 1e1380757b8e521659d5cc888e6a6cc5d16bc841 | refs/heads/master | 2020-04-06T07:52:26.888294 | 2018-11-18T16:57:44 | 2018-11-18T16:57:44 | 157,288,072 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 308 | h | #pragma once
/*
Tester class, used for testing of matrix transposition.
*/
class IntMatrixTester
{
public:
double testMatrixTrivially(int* matrix, int size, int iterations);
double testMatrixCacheOblivious(int* matrix, int size, int iterations);
private:
void fillMatrix(int* matrix, int size);
}; | [
"ghort@seznam.cz"
] | ghort@seznam.cz |
7500624273cd38d96279605ffae8e3609abfa26d | 75452de12ec9eea346e3b9c7789ac0abf3eb1d73 | /src/lib/ddktl/include/ddktl/fidl.h | f9a925e49915788c834acb5eb4b5cd4de0dcd999 | [
"BSD-3-Clause"
] | permissive | oshunter/fuchsia | c9285cc8c14be067b80246e701434bbef4d606d1 | 2196fc8c176d01969466b97bba3f31ec55f7767b | refs/heads/master | 2022-12-22T11:30:15.486382 | 2020-08-16T03:41:23 | 2020-08-16T03:41:23 | 287,920,017 | 2 | 2 | BSD-3-Clause | 2022-12-16T03:30:27 | 2020-08-16T10:18:30 | C++ | UTF-8 | C++ | false | false | 5,415 | h | // Moveright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_LIB_DDKTL_INCLUDE_DDKTL_FIDL_H_
#define SRC_LIB_DDKTL_INCLUDE_DDKTL_FIDL_H_
#include <lib/fidl/llcpp/transaction.h>
#include <lib/zx/channel.h... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
81d90f8baea4ae178171e12f0fea515cf8215d80 | 423f76035af6fe90fbdbeb0aaed06c152800d400 | /Extern/mssdk_dx7/samples/Multimedia/DPlay/src/DPSlots/dialog.cpp | cbfb6c14b18afa26eff0fe7b1903becbc8ad81d4 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | majacQ/orbiter | 687ede8b7a8008693055200589301763cce352a9 | 0b76a36c3ef52adeed6732fa6043df90ad1a6b21 | refs/heads/master | 2023-07-02T02:51:37.306756 | 2021-07-30T00:49:44 | 2021-07-30T00:49:44 | 390,885,751 | 0 | 0 | NOASSERTION | 2021-07-31T12:27:29 | 2021-07-30T00:42:40 | C++ | UTF-8 | C++ | false | false | 33,124 | cpp | //-----------------------------------------------------------------------------
// File: dialog.cpp
//
// Desc: Creates a dialog to query the user for connection settings
// and establish a connection.
//
// Copyright (C) 1996-1999 Microsoft Corporation. All Rights Reserved.
//-----------------------------------... | [
"martins0815@googlemail.com"
] | martins0815@googlemail.com |
5a7715fb1261544121bf7b7f233d945bf41d50ae | a565d4bc8263b8d8bfff2952f09c82647fa54fc1 | /ReservationSystem/Reservation_List.h | 15bb2de7c97a521aae1c3e61b5bc18a257de5160 | [] | no_license | LoganJones2/ReservationSystem | 16021b176ecc213fd44184261479cf013abd636e | 7967a1c17b3847b2d151e3ae999baa09efaeec25 | refs/heads/master | 2020-06-03T20:08:32.763879 | 2014-04-14T00:04:10 | 2014-04-14T00:04:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 640 | h | #pragma once
#include "Passenger.h"
class Reservation_List
{
public:
Reservation_List();
~Reservation_List();
void insert_passenger(int, int, std::string, std::string, std::string, int);
bool delete_reservation(int);
void p_list();
bool seatTaken(int);
void p_passenger(int);
void run();
private:
Passenger... | [
"dan@danhill.us"
] | dan@danhill.us |
212a7a13408df46adababa99c8209d5529ac2e2b | 030e1f09b9b1c2ff3098dfae260fe7dd50ab833b | /ssdpcpp/test/headerparsetest.cpp | 704bc98e5051f65915cd71ab1d881a0be8bfc7ca | [] | no_license | e3a/squawk-old | 85082eef581c7bc79c344e9cc70336e61260ee80 | 923423c4f36f3ec346f03381c84aef68569e4f85 | refs/heads/master | 2021-05-31T16:58:44.689389 | 2016-06-06T18:55:51 | 2016-06-06T18:55:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,797 | cpp | /*
<one line to give the library's name and an idea of what it does.>
Copyright (C) 2013 <copyright holder> <email>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | [
"e3a@spielhuus.org"
] | e3a@spielhuus.org |
cb9e1565c07aaf66dd050888d40afc7f109bbfe6 | 67ed24f7e68014e3dbe8970ca759301f670dc885 | /win10.19042/System32/rdpcore.dll.cpp | db8f9f758518db9b1dd679d854a0ce059eb8374e | [] | no_license | nil-ref/dll-exports | d010bd77a00048e52875d2a739ea6a0576c82839 | 42ccc11589b2eb91b1aa82261455df8ee88fa40c | refs/heads/main | 2023-04-20T21:28:05.295797 | 2021-05-07T14:06:23 | 2021-05-07T14:06:23 | 401,055,938 | 1 | 0 | null | 2021-08-29T14:00:50 | 2021-08-29T14:00:49 | null | UTF-8 | C++ | false | false | 115 | cpp | #pragma comment(linker, "/export:RDPAPI_CreateInstance=\"C:\\Windows\\System32\\rdpcore.RDPAPI_CreateInstance\"")
| [
"magnus@stubman.eu"
] | magnus@stubman.eu |
6a3d440bdfad5e390d3dceec605adfeff7a332cf | ed40a9344f0b3dfb4b1fbf506b011e66a2d694cc | /include/perfect/detail/turbo/linux_power.hpp | 2caf2bff1ca5f8ddd727e6301f2ba6038cc1ca72 | [] | no_license | abduld/perfect | 74fa50dc78eea4ec26d0ad1cbc5aa09639d646a7 | fabfecd30688f3f62bc861d06f257b9b1d49d025 | refs/heads/master | 2023-04-09T20:44:56.062989 | 2019-10-02T12:34:58 | 2019-10-02T12:34:58 | 499,846,900 | 0 | 0 | null | 2023-04-04T00:22:47 | 2022-06-04T14:18:16 | null | UTF-8 | C++ | false | false | 964 | hpp | #pragma once
#include "perfect/result.hpp"
#include "perfect/detail/fs.hpp"
namespace perfect {
namespace detail {
bool has_acpi_cpufreq_boost() {
return bool(std::ifstream("/sys/devices/system/cpu/cpufreq/boost"));
}
Result write_acpi_cpufreq_boost(const std::string &s) {
assert(has_acpi_cpufreq_boost());
s... | [
"pearson@illinois.edu"
] | pearson@illinois.edu |
bebe4cb371a0e40dda6258177feefd8cf9eb05e3 | 44102e7f6a66610c18884ef971fd253a93fc62c4 | /game/GameMenu.cpp | fb80d9cf3403d675245bdec08ebfbf614d17763c | [] | no_license | villedevs2/Homestar | 6f469831ef0288c1c3a4e764d6cdefedda3ccd18 | b44360306f4e7158a40bc5e6e11bb12a1befe43a | refs/heads/master | 2021-01-01T17:03:35.550577 | 2018-03-13T23:35:54 | 2018-03-13T23:35:54 | 97,990,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,989 | cpp | #include "GameMenu.h"
GameMenu::GameMenu()
{
m_main_start = NULL;
m_main_settings = NULL;
m_main_quit = NULL;
m_main_slidertest = NULL;
m_main_uibg = NULL;
m_main_menu = NULL;
m_main_layer = NULL;
}
GameMenu::~GameMenu()
{
}
void GameMenu::init(GameMenu::Page page)
{
float center_x = Screen::getWidthFracti... | [
"villedevs@gmail.com"
] | villedevs@gmail.com |
06ef50f20fac5704dd2ba485529c5691f474a517 | 9c02482f58c341d199986ddc699210ac95c6edf7 | /qpid-proton-cpp/servers/receive.cpp | 0526fcf8eae19b6e3577b64bbfcf145108319979 | [
"Apache-2.0"
] | permissive | dstuchli/equipage | 59de8d06bb4569653e9dd61f94c875886efc7cd1 | 9433cda0303e67999286fb0bc0a50c6bbfae85bb | refs/heads/main | 2023-07-03T21:37:56.709877 | 2021-05-27T11:21:40 | 2021-05-27T11:21:40 | 394,271,715 | 0 | 0 | Apache-2.0 | 2021-08-09T11:52:26 | 2021-08-09T11:52:25 | null | UTF-8 | C++ | false | false | 2,352 | cpp | /*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); y... | [
"jross@apache.org"
] | jross@apache.org |
d1f2a00a783523f7af1ed84e4f0aced9e120d713 | e622336571eb454a9d20f3c3db1855b695876cb8 | /metadb/metadb_writer.cc | f34a0ff9113c3a1a2a3a7ddf3050f52f4663d7fa | [] | no_license | jwma2012/indexfs | 79c14bd8cb51b189a036d062249e87d031e4ca0c | 7d3a60a97b3ac7a616d73095b6f9c62f84e2a598 | refs/heads/master | 2021-08-31T13:27:04.912830 | 2017-12-21T13:16:43 | 2017-12-21T13:16:43 | 115,006,315 | 0 | 0 | null | 2017-12-21T13:00:24 | 2017-12-21T13:00:24 | null | UTF-8 | C++ | false | false | 1,478 | cc | // Copyright (c) 2014 The IndexFS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
#include <sys/stat.h>
#include <fcntl.h>
#include <time.h>
#include <vector>
#include <algorithm>
#in... | [
"zhengq@cs.cmu.edu"
] | zhengq@cs.cmu.edu |
919a040f094d87869bd8386d9c84d6813a7eae43 | 8780530566622c886e22ddac6675cce94ff7626c | /Contests-C/CNC1.cpp | fbfed88cf6a80bbb9a4a5f5fb616cad6f97654e8 | [] | no_license | somnathrakshit/Code | 50917f830c572df6917e6ad2f72f5126e84abef8 | 9577f40b028d192db25bd64d9aa40264a93cbaae | refs/heads/master | 2020-05-21T05:52:51.507840 | 2018-04-09T16:05:23 | 2018-04-09T16:05:23 | 64,105,277 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 684 | cpp | #include <iostream>
using namespace std;
int maxSubArraySum(int a[], int size)
{
int max_so_far = 0, max_ending_here = 0;
for (int i = 0; i < size; i++) {
max_ending_here = max_ending_here + a[i];
if (max_ending_here < 0)
max_ending_here = 0;
else if (max_so_far < max_ending... | [
"somnath52@gmail.com"
] | somnath52@gmail.com |
1d2e7e9aef72fe4735565e24d4b77a3c4b43f669 | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /chromecast/base/alarm_manager_unittest.cc | 86e4aed1b3c1eada5e6711a22fb4e3936589f23b | [
"BSD-3-Clause"
] | permissive | ECS-251-W2020/chromium | 79caebf50443f297557d9510620bf8d44a68399a | ac814e85cb870a6b569e184c7a60a70ff3cb19f9 | refs/heads/master | 2022-08-19T17:42:46.887573 | 2020-03-18T06:08:44 | 2020-03-18T06:08:44 | 248,141,336 | 7 | 8 | BSD-3-Clause | 2022-07-06T20:32:48 | 2020-03-18T04:52:18 | null | UTF-8 | C++ | false | false | 18,315 | cc | // Copyright 2017 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 "chromecast/base/alarm_manager.h"
#include <memory>
#include <utility>
#include "base/bind.h"
#include "base/test/simple_test_clock.h"
#include... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
445fce3f7bf45cadf2152fcc40665dabec92ad83 | 49d31e55e5a36789a6377b55ca50a5283aedba52 | /git-proxy/debug.cpp | 351aee42027f256baf70f6c980696a34baaedbc5 | [
"MIT"
] | permissive | er1z/git-proxy | 41646bdf526cd3ca5203cb6e7059f932fe4d78da | 6b7b8e03cce54bd3008e5895e7a3e5989ed74298 | refs/heads/master | 2020-04-11T11:37:49.146461 | 2018-12-30T16:06:32 | 2018-12-30T16:06:32 | 161,754,390 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 536 | cpp | #pragma once
#include "pch.h"
#include "config.h"
#include <fstream>
#include <boost/date_time/posix_time/posix_time.hpp>
void debugger(std::string label, std::string str) {
if (Configuration::instance()->debug().length() == 0) {
return;
}
boost::posix_time::ptime date_time = boost::posix_time::microsec_clock:... | [
"przemyslaw.pawliczuk@h2p.pl"
] | przemyslaw.pawliczuk@h2p.pl |
b78e84c64c0740ed08b41051a51fd9cbee064b8f | 3a750a0737aa86e8c1b443c9d6a4e2f7c3406128 | /cpp_plazza/queue.h | 4bf811f726f88d7546679e344926b45009ddf820 | [] | no_license | Ansou1/CPP | 265b1525dbd79b62d269549d565aba6acd3d07e9 | 7dea68644bca826732d49c55d3efae29ee1b12f3 | refs/heads/master | 2020-05-30T12:26:56.376483 | 2016-12-13T21:10:16 | 2016-12-13T21:10:16 | 69,865,117 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 479 | h | #ifndef _SAFEQUEUE_
#define _SAFEQUEUE_ (1)
#include <queue>
#include "Thread.h"
class SafeQueue {
private:
std::queue<int> queue;
public:
~ISafeQueue(void);
void push(int value);
bool tryPop(int* value);
bool isFinished(void);
void setFinished(void);
};
#endif
SafeQueue::~ISafeQueue(void){
}
void ... | [
"simondaguenet81@gmail.com"
] | simondaguenet81@gmail.com |
a3eccd19f1da4c8c13f04f3c4aaa04a9edd784cd | 575731c1155e321e7b22d8373ad5876b292b0b2f | /examples/native/ios/Pods/boost-for-react-native/boost/spirit/home/x3/string.hpp | 9ed1ee22566acded10aed608d64adcba6e6e49e3 | [
"BSL-1.0",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Nozbe/zacs | 802a84ffd47413a1687a573edda519156ca317c7 | c3d455426bc7dfb83e09fdf20781c2632a205c04 | refs/heads/master | 2023-06-12T20:53:31.482746 | 2023-06-07T07:06:49 | 2023-06-07T07:06:49 | 201,777,469 | 432 | 10 | MIT | 2023-01-24T13:29:34 | 2019-08-11T14:47:50 | JavaScript | UTF-8 | C++ | false | false | 607 | hpp | /*=============================================================================
Copyright (c) 2001-2014 Joel de Guzman
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)
====================================... | [
"radexpl@gmail.com"
] | radexpl@gmail.com |
a89535115c7f54af0d66e5dff25e8767b1de3fdf | 3aca76d5afaaad0dbb8604b24c727116ded7febd | /source/XYO/Win/Dispatch.hpp | 4c58be8b97b2e142afb02374e6e00e701288bdb2 | [
"MIT"
] | permissive | g-stefan/xyo-win | 4a7191ba32c99d7ffee57c9cabf330b0b169e039 | f70abcfdca2dcfed47ef9f8815c04ea8c568247a | refs/heads/main | 2023-07-22T04:54:56.104013 | 2023-06-08T12:22:59 | 2023-06-08T12:22:59 | 243,023,810 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,140 | hpp | // Win
// Copyright (c) 2014-2023 Grigore Stefan <g_stefan@yahoo.com>
// MIT License (MIT) <http://opensource.org/licenses/MIT>
// SPDX-FileCopyrightText: 2014-2023 Grigore Stefan <g_stefan@yahoo.com>
// SPDX-License-Identifier: MIT
#ifndef XYO_WIN_DISPATCH_HPP
#define XYO_WIN_DISPATCH_HPP
#ifndef XYO_WIN_DI... | [
"g_stefan@yahoo.com"
] | g_stefan@yahoo.com |
0786714d0ac83c0214c46b399eb951ae09379a75 | 3ff1fe3888e34cd3576d91319bf0f08ca955940f | /ckafka/src/v20190819/model/TopicMessageHeapRanking.cpp | 8bdc129ba7af3627b993358a695f8e43b5581162 | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-cpp | 9f5df8220eaaf72f7eaee07b2ede94f89313651f | 42a76b812b81d1b52ec6a217fafc8faa135e06ca | refs/heads/master | 2023-08-30T03:22:45.269556 | 2023-08-30T00:45:39 | 2023-08-30T00:45:39 | 188,991,963 | 55 | 37 | Apache-2.0 | 2023-08-17T03:13:20 | 2019-05-28T08:56:08 | C++ | UTF-8 | C++ | false | false | 7,364 | cpp | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
097311227ab3c6d3fa04bb5a682bebc24e89503b | d0966bf382f0eb739bf59d61ae967e0f83d004cc | /fusion/inc/asmenum.h | 571fd60546d7b8a138b71d7e432c3b3088b9dc99 | [] | no_license | mattwarren/GenericsInDotNet | 7b6f871808c411cbd05c538c5652618ddf162e20 | 2714ccac6f18f0f6ff885567b90484013b31e007 | refs/heads/master | 2021-04-30T04:56:03.409728 | 2018-02-13T16:09:33 | 2018-02-13T16:09:33 | 121,404,138 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,431 | h | // ==++==
//
//
// Copyright (c) 2002 Microsoft Corporation. All rights reserved.
//
// The use and distribution terms for this software are contained in the file
// named license.txt, which can be found in the root of this distribution.
// By using this software in any fashion, you are agreeing to b... | [
"matt.warren@live.co.uk"
] | matt.warren@live.co.uk |
07640f4a39ee3ea4e794ce230b3bb2a93a786675 | 59c94d223c8e1eb1720d608b9fc040af22f09e3a | /peridot/bin/basemgr/session_user_provider_impl.cc | 8b9d998fb6386eb08f7423c7d0ec7a73e70f2067 | [
"BSD-3-Clause"
] | permissive | bootingman/fuchsia2 | 67f527712e505c4dca000a9d54d3be1a4def3afa | 04012f0aa1edd1d4108a2ac647a65e59730fc4c2 | refs/heads/master | 2022-12-25T20:28:37.134803 | 2019-05-14T08:26:08 | 2019-05-14T08:26:08 | 186,606,695 | 1 | 1 | BSD-3-Clause | 2022-12-16T21:17:16 | 2019-05-14T11:17:16 | C++ | UTF-8 | C++ | false | false | 12,276 | cc | // Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "peridot/bin/basemgr/session_user_provider_impl.h"
#include <lib/fit/function.h>
#include <zircon/status.h>
#include <utility>
#include "perido... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
e6645fb33c8860d5d59384b7c5b273fbd807b6ab | 89fd2d5e13cf5670a9ecf6f64a9a97da3d53c8fe | /Libraries/include/glm/gtx/number_precision.hpp | 6b94a004bbc50154db898b080dd8893a2de429b9 | [
"MIT"
] | permissive | Chokearth/OpenGL_training | 6588a5e54a5d9b467023c5f510e9c0c58753cd13 | 2baf712222da121722342cbac78c74ff9a685a0e | refs/heads/main | 2023-07-16T12:46:05.523127 | 2021-08-28T08:37:28 | 2021-08-28T08:37:28 | 391,560,069 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,385 | hpp | /// @ref gtx_number_precision
/// @file glm/gtx/number_precision.hpp
///
/// @see core (dependence)
/// @see gtc_type_precision (dependence)
/// @see gtc_quaternion (dependence)
///
/// @defgroup gtx_number_precision GLM_GTX_number_precision
/// @ingroup gtx
///
/// Include <glm/gtx/number_precision.hpp> to u... | [
"Chokearth@gmail.com"
] | Chokearth@gmail.com |
b70387fe416ecb7f87cb916aa5bd2c135fdca63c | b39ac6e454e852d6bfdb545c71feae0418a31e3a | /MultinomialParams.h | 41752c21b34e97ef7cdf64af68a25f2909df26b9 | [] | no_license | jacquelineCelia/Aligner | cae55e4d4077d280d248bb65132d8699ae044c9f | a3491780be1c7ca020c3b64fa82ebbf331ed658f | refs/heads/master | 2021-01-25T08:54:10.687774 | 2013-06-13T22:29:46 | 2013-06-13T22:29:46 | 10,677,262 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,721 | h | #ifndef _MULTINOMIAL_PARAMS_H_
#define _MULTINOMIAL_PARAMS_H_
#include <map>
#include <string>
#include <sstream>
#include <iostream>
#include <fstream>
#include <assert.h>
#include <math.h>
#include <cmath>
#include <utility>
// #include <tuple>
#include "Samplers.h"
#include "VocabEncoder.h"
#include "FstUtils.h"
... | [
"jlee@quantal.isi.edu"
] | jlee@quantal.isi.edu |
5e199de7812d4c53861f9b0fd0bf5dcd2772d959 | 0caf30e643f78229a7ef8742cc1d5386bc045ec1 | /programming-language/cpp/grid-service/NwfdMainApp/HandleCommon.h | 32b760fbbb3737cf29eee347d951154676c6d212 | [] | no_license | AlexiaChen/Adrasteia | feb1957dd694f79315784000c6f73f35bc5ca18f | 1b9b29d5565a41250119e42c47aa0a4a588cef9c | refs/heads/master | 2020-11-29T11:59:50.580203 | 2018-09-09T10:49:10 | 2018-09-09T10:49:10 | 87,497,591 | 3 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,945 | h | /*************************************************************************
* Copyright (C), 2015,
* XXXXXXXXXXX Co.
* 文件名: HandleCommon.h
* 作 者: zhangl 版本:1.0 日 期:2015/08/20
* 描 述:公共处理方法类
* 其 他:
* 功能列表:
* 1. 文件名称处理
* 2. 文件路径处理
*
* 修改日志:
* No. 日期 作者 修改内容
* -------------------------------------... | [
"brainfvck@foxmail.com"
] | brainfvck@foxmail.com |
828fc5e534d019d94f720c9c5a77bd7a8c44c002 | c79e1e797ff656254c4201ab809c2beae714fb5b | /Ejercicio11loops/Ejercicio11loops.cpp | 03152031156c3e5900ab340c346fa44048d0efcb | [] | no_license | FisSher/AlgoritmosUTN | 9c29e46c2b12230c01192108e14d000e356daeac | aa3baa4a367e1de5b42f106195a15d519960d3d3 | refs/heads/master | 2023-01-15T21:36:52.651084 | 2020-11-26T15:48:31 | 2020-11-26T15:48:31 | 256,358,650 | 1 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 337 | cpp | //Dados 10 valores numéricos, informar cual es el mayor.
#include <iostream>
using namespace std;
int main()
{
int Numero;
int Mayor = -1;
for (int i = 0; i < 10; i++)
{
cout << "Ingrese el numero " << i + 1 << ": ";
cin >> Numero;
if (Numero > Mayor) {
Mayor = Numero;
}
}
cout << "El mayor numero fu... | [
"39218134+FisSher@users.noreply.github.com"
] | 39218134+FisSher@users.noreply.github.com |
0bd2cc51ced4c2f8767cc84c43d895e5d3299c71 | 102194a4076c1641cb618b2342b45d128b99bdc4 | /a6.2/test.cpp | c5bde3077ea9aa00209939ca54fec1fc7724817e | [] | no_license | BUGmakerrr/a | 3e1840056c96ae5716382056ea9d60ea002c40ea | bc1f46e9d07dff58895a34b0ef081b492dd8c7fb | refs/heads/main | 2023-03-16T07:43:21.302371 | 2021-03-13T12:13:18 | 2021-03-13T12:13:18 | 335,953,018 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 495 | cpp | #include<iostream>
using namespace std;
class Base {
public:
Base(int data)
:ma(data)
{
cout << "Base()" << endl;
}
~Base() {
cout << "~Base()" << endl;
}
protected:
int ma;
};
class Derive :public Base{
public:
Derive(int data)
:Base(data)//直接调用基类的构造函数而不是自己去初始化基类成员变量
, mb(data)
{
cout << "Derive()... | [
"799745201@qq.com"
] | 799745201@qq.com |
82ce65d5354ddb5bf136050bdb1bc6afc28bed07 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/git/gumtree/git_patch_hunk_2548.cpp | 27ac0cfd397d647e5e90cf71bd1773db36603618 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 879 | cpp | &cb);
free(ref);
}
return status;
}
+static int cmd_reflog_exists(int argc, const char **argv, const char *prefix)
+{
+ int i, start = 0;
+
+ for (i = 1; i < argc; i++) {
+ const char *arg = argv[i];
+ if (!strcmp(arg, "--")) {
+ i++;
+ break;
+ }
+ else if (arg[0] == '-')
+ usage(reflog_exist... | [
"993273596@qq.com"
] | 993273596@qq.com |
1f848ca3e2501d20976f310c9fa53d7965ecbbdf | e076002bc5210403f6dd955681bc4b16458ac417 | /point.h | 5346160844478bf9fcaaf0a01e60804a90063c1b | [] | no_license | hwanders97/RayTracer | 0816572d819bd466de9af4c713f0881c7cccae2e | ef23af916a4f1450845b4202317c949c580b8e92 | refs/heads/master | 2021-01-12T00:05:58.674808 | 2017-01-23T23:27:54 | 2017-01-23T23:27:54 | 78,672,271 | 2 | 0 | null | 2017-01-16T02:19:42 | 2017-01-11T19:31:53 | C | UTF-8 | C++ | false | false | 431 | h | //
// Header for point class, with members x, y, z
// Only has position, no direction
//
#pragma once
#include "vector.h"
//Point class with operator overload functionality
class Point {
public:
float x, y, z;
Point();
Point(float xp, float yp, float zp);
Point operator - ();
Point operator + (const Vecto... | [
"hwandersman@gmail.com"
] | hwandersman@gmail.com |
c5819fa693c3266f54e98498503e436e912a6e40 | 4c1d515719425db127ba5285b5be4f03af10d5a1 | /URI-Judge/URI_1266.cpp | bccf562245db875810700d4c576d3798c2df4216 | [] | no_license | matheusmtta/Competitive-Programming | 26e51741332aed223b9231da33749940f5a1b977 | e254b80090cc75bc213aad0a7957875842e90f1a | refs/heads/master | 2023-04-28T18:08:51.417470 | 2023-04-24T21:09:00 | 2023-04-24T21:09:00 | 223,605,672 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 858 | cpp | #include <bits/stdc++.h>
using namespace std;
#define MOD 1000000007
#define INF (int)0x3f3f3f3f
#define MP make_pair
#define PB push_back
typedef long int int32;
typedef unsigned long int uint32;
typedef long long int int64;
typedef unsigned long long int uint64;
int main(){
ios_base::sync_with_stdio(false);
... | [
"matheusaquino199@gmail.com"
] | matheusaquino199@gmail.com |
be8379acdf9b4d4664606d62801579cb208b3f6e | 371b1a4ca1d3510cd985d07ba35d218f4f40b703 | /calculadora-main.cpp | 29ee8024c2b9caa3af755cedb9d59fe3b2f7dca1 | [] | no_license | prog1-eina/tema-07-desarrollo-modular | bf2cfca7f77f480a63f895ede3a5e6b0b0ed9a31 | fb6547794d4ed585e63fb95a3395dbfff6467be7 | refs/heads/master | 2022-10-25T09:13:39.121203 | 2022-10-21T17:39:38 | 2022-10-21T17:39:38 | 216,231,916 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,145 | cpp | /******************************************************************************\
* Curso de Programación 1. Tema 7 y práctica 3
* Autores: Miguel Ángel Latre y Javier Martínez
* Última revisión: 17 de octubre de 2020
* Resumen: Módulo principal de un programa interactivo dirigido por menú
* que permite a... | [
"latre@unizar.es"
] | latre@unizar.es |
6f8fe827827ecf2e707247b287b37d2f40624d98 | dfd2eb796494fdd129800b066f4e624523f45a03 | /src/operatorsP0/motion/pplotquiver.cpp | 38614f781706dc7d81dc10671783ef2aeb16fabc | [] | no_license | Dr-XX/pandore-bug-injected | 81d099d6a890a2c5be1617df254a96c7a2addcf9 | a3cf01cec67d04581ec20eeaa6bf8cabd016e826 | refs/heads/master | 2022-03-28T21:50:05.001637 | 2020-01-16T08:27:29 | 2020-01-16T08:27:29 | 230,410,981 | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 6,126 | cpp | /* -*- c-basic-offset: 3; mode: c++ -*-
*
* Copyright (c), GREYC.
* All rights reserved
*
* You may use this file under the terms of the BSD license as follows:
*
* "Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met... | [
"jordan0801@163.com"
] | jordan0801@163.com |
7929d1f29064e94514e741719861d91a4a1cad4e | a347be60d574aa24f095b0d83c7ac8835d0271fe | /Part13算法竞赛宝典/第二部资源包/第二章 递归算法/放苹果/apple.cpp | 3c2660cb80e008bc581d12471cf7437642a25522 | [
"LicenseRef-scancode-mulanpsl-1.0-en",
"MulanPSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | fanll4523/algorithms | 7f2f4a2be499b13345531a700d917ec10e961ad7 | 2c274d785adc75c0952a79cbdd69304452e6d7c1 | refs/heads/master | 2023-08-15T23:40:17.832882 | 2021-10-24T04:42:47 | 2021-10-24T04:42:47 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 412 | cpp | //·ÅÆ»¹û
#include <iostream>
#include <cstdlib>
using namespace std;
int f( int m, int n)
{
if( m == 1 || n ==1 || m== 0)
return 1;
else if( m < n )
return f( m, m);
else
return f( m - n, n) + f( m, n - 1);
}
int main()
{
freopen("apple.in","r",stdin);
freopen("apple.ans","w",stdout);
int t, m, n;
... | [
"1648266192@qq.com"
] | 1648266192@qq.com |
0a75641643079915c1720e6eeb96fded0dcd6f71 | 20ba4d7d52b3a0710c6d2531e9d5e84ede996d4f | /Algorithms_Sedgewick/3-Search/BinarySearchST.h | 616ba21718425f653f061722fb780677035a5f98 | [] | no_license | loureed927/Algorithm | 9a7fa9d08dd48137d2ee6726b2d6be3da6eaa5a7 | ad8d2b1c52887be33cb3e49a2a0617ef3472e28a | refs/heads/master | 2021-09-19T06:31:37.497135 | 2018-07-24T10:07:18 | 2018-07-24T10:07:18 | 97,784,273 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,825 | h | //**************************************************************
// BinarySearch Symbol Table
//**************************************************************
#ifndef BINARYSEARCHST_H
#define BINARYSEARCHST_H
#include <vector>
#include "Item.h"
// ordered array based binary search ST
template<typename K... | [
"ltbuaa@gmail.com"
] | ltbuaa@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.