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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
72e72baf36efdfe3b3fad8f09574e29665037b59 | 1f032ac06a2fc792859a57099e04d2b9bc43f387 | /ba/e1/fd/a1/bc1bb44652dd8d38796fafd26102e9e148be101c34134cc0ab982958d9e336759b27f1934459d65fdf4dbe379da19867e874e48de9cd907d77861dc7/sw.cpp | cadac1a1ae0ce94f7e9369ebe0f75c3418986c47 | [] | no_license | SoftwareNetwork/specifications | 9d6d97c136d2b03af45669bad2bcb00fda9d2e26 | ba960f416e4728a43aa3e41af16a7bdd82006ec3 | refs/heads/master | 2023-08-16T13:17:25.996674 | 2023-08-15T10:45:47 | 2023-08-15T10:45:47 | 145,738,888 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 163 | cpp | void build(Solution &s)
{
auto &t = s.addTarget<LibraryTarget>("beached.daw_json_link", "master");
t += Git("https://github.com/beached/daw_json_link");
}
| [
"cppanbot@gmail.com"
] | cppanbot@gmail.com |
9d0c8943073b2afde2d911e529a6275b917069fe | f51407e424b75d39e4b93cf4089e1e5017eded11 | /DIFFSUM.cpp | 78f53f10f19608cb51288c0c2c1d0f9a84b4d3e8 | [] | no_license | Kartikeya006/Codechef_codes | cd21c74a730f66f3e5e403c8ed1f1281d9434ed4 | ecbae0e76da0508e0061aeb731f14f6706b6ba9b | refs/heads/main | 2023-03-24T21:23:29.369488 | 2021-03-12T04:50:30 | 2021-03-12T04:50:30 | 346,941,649 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 215 | cpp | #include<iostream>
using namespace std;
int main(){
int n1, n2;
cin>>n1;
cin>>n2;
if(n1>n2){
cout<<n1-n2<<endl;
}
else{
cout<<n1+n2<<endl;
}
return 0;
}
| [
"noreply@github.com"
] | noreply@github.com |
20d5e904063b1629bb7f4e7a56de9a5e507b3c63 | 934943c13d4f52d83b96c0d68b37b265a0893d8e | /core/elements/notification.cpp | 6bb2081537b4b58bc36db8d28ea794494eda3c91 | [] | no_license | mustafamohammed14/Monopoli-2D | ed6af6eb7ff2e8eb56ccc2ae39b4b4aff82c8a68 | 531931aea3412975ec47ba6487423f6cb440d811 | refs/heads/master | 2023-06-19T09:28:43.037673 | 2021-07-15T01:19:10 | 2021-07-15T01:19:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,453 | cpp | #include "notification.h"
#include <QPainter>
#include <QMouseEvent>
#include <QPropertyAnimation>
#include "core/sounds/soundmanager.h"
Notification::Notification(QWidget *parent)
: QWidget(parent)
{
this->show();
int x = 1;
int h = 60;
this->setGeometry(x, -h, parent->width() - 2, h);
animation = new QPro... | [
"tilen.gombac@gmail.com"
] | tilen.gombac@gmail.com |
0b542cff8d5d7d471ef4ffed8f03a7d2cb073c52 | fbe68d84e97262d6d26dd65c704a7b50af2b3943 | /third_party/virtualbox/src/VBox/VMM/VMMR3/GIMMinimal.cpp | c4774b1d8b249cee6ecf5c0d80bf23c0009222ec | [
"GPL-2.0-only",
"LicenseRef-scancode-unknown-license-reference",
"CDDL-1.0",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"LGPL-2.1-or-later",
"GPL-2.0-or-later",
"MPL-1.0",
"LicenseRef-scancode-generic-exception",
"Apache-2.0",
"OpenSSL",
"MIT"
] | permissive | thalium/icebox | c4e6573f2b4f0973b6c7bb0bf068fe9e795fdcfb | 6f78952d58da52ea4f0e55b2ab297f28e80c1160 | refs/heads/master | 2022-08-14T00:19:36.984579 | 2022-02-22T13:10:31 | 2022-02-22T13:10:31 | 190,019,914 | 585 | 109 | MIT | 2022-01-13T20:58:15 | 2019-06-03T14:18:12 | C++ | UTF-8 | C++ | false | false | 4,647 | cpp | /* $Id: GIMMinimal.cpp $ */
/** @file
* GIM - Guest Interface Manager, Minimal implementation.
*/
/*
* Copyright (C) 2014-2017 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* you can redistribute it an... | [
"benoit.amiaux@gmail.com"
] | benoit.amiaux@gmail.com |
cc2914c7231615fc794b7a8db1226084cb6e5e27 | 55bfe899250607e99aa6ed20c5d688200ce4225f | /spot_real/Control/Teensy/SpotMiniMini/lib/ros_lib/flexbe_msgs/BehaviorExecutionActionGoal.h | affc6dc4b0948be27906dba7b060ee62aaafe938 | [
"MIT"
] | permissive | OpenQuadruped/spot_mini_mini | 96aef59505721779aa543aab347384d7768a1f3e | c7e4905be176c63fa0e68a09c177b937e916fa60 | refs/heads/spot | 2022-10-21T04:14:29.882620 | 2022-10-05T21:33:53 | 2022-10-05T21:33:53 | 251,706,548 | 435 | 125 | MIT | 2022-09-02T07:06:56 | 2020-03-31T19:13:59 | C++ | UTF-8 | C++ | false | false | 1,484 | h | #ifndef _ROS_flexbe_msgs_BehaviorExecutionActionGoal_h
#define _ROS_flexbe_msgs_BehaviorExecutionActionGoal_h
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ros/msg.h"
#include "std_msgs/Header.h"
#include "actionlib_msgs/GoalID.h"
#include "flexbe_msgs/BehaviorExecutionGoal.h"
namespace flexbe... | [
"mrahme97@gmail.com"
] | mrahme97@gmail.com |
897fd70f39d66859190d984fca2737dd63bc0e08 | 103f7e8220c9ef43c3443f64d74d07d3b0f64596 | /src/demo/Combining/YSSwitch.h | 705d99abba1f6ba12d1190360c17181058587b63 | [] | no_license | z624821876/RxCppTest | 6b7a2e725af51885defb7549b373a51eec7b139c | e2f6c1d79730ebc87b00f7f11b95cc3e96e6b5a9 | refs/heads/master | 2022-11-16T03:46:28.053573 | 2020-07-10T02:28:01 | 2020-07-10T02:28:01 | 278,516,773 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 200 | h | #ifndef YSSWITCH_H
#define YSSWITCH_H
#include <QObject>
class YSSwitch : public QObject
{
Q_OBJECT
public:
explicit YSSwitch(QObject *parent = nullptr);
signals:
};
#endif // YSSWITCH_H
| [
"zhangyusheng@xiaomai5.com"
] | zhangyusheng@xiaomai5.com |
e98f244a268030416307a804ff4e9886312ffc83 | c1837b8e6cb89b1d252287c080ebece1dc053d5a | /gameProgram/gameProgram/object/player/player.h | d0554eb2f982397534b83beabad7401c2a61a608 | [] | no_license | tnbmi/ms_project | 264b44785d90d892069a30fe3c3d125033254390 | 558aace2867b4f9a35035ad3789f303f95d0e50d | refs/heads/master | 2021-01-10T02:35:18.888617 | 2016-01-22T07:26:16 | 2016-01-22T07:26:16 | 43,937,060 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 3,801 | h | //*****************************************************************************
//
// ゲームプレイヤー [player.h]
// Author : YUTO HARADA
//
//*****************************************************************************
#ifndef PLAYER_H_
#define PLAYER_H_
//====================================================================... | [
"teamcreate15@gmail.com"
] | teamcreate15@gmail.com |
4543765834c2ca335e3393cb3b139da25c368a2c | bb867828b2aa7211d08e86591c4fcabc3870edc6 | /160-intersection-of-two-linked-lists/solution.cpp | 9e7464fd9db743127bf737c280ad8ea9ba072706 | [] | no_license | zhiwei1988/LeetCode | de3c2b608a4837614c46139657b86f573c93eb12 | ba2342998f40597c3e27c1cf09f0b90fa71e233a | refs/heads/master | 2023-09-04T04:36:46.502821 | 2021-10-27T13:24:16 | 2021-10-27T13:24:16 | 239,124,852 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 472 | 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) {
auto pA = headA;
auto pB = headB;
while (... | [
"zhiweix1988@gmail.com"
] | zhiweix1988@gmail.com |
3e2486611bcb4f3ce1e2b349f24c8e0b74de2292 | 277805502c95d464899a6f0e5e7abf493fa7b8d3 | /touch_optimization/src/boeingLocalization.cpp | b5e7dc39d8f2e4eac5a02dc7dab839688eb1b529 | [] | no_license | CaptD/Coverage_Planning | bb041cba8fb930054a171c3bce4c9f87ad33e360 | 377c4ec48036efb1f0f92db9e77ea6b0e306feff | refs/heads/master | 2020-05-30T23:23:57.887632 | 2016-08-17T02:13:07 | 2016-08-17T02:13:07 | 65,869,134 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,226 | cpp | /**
* This is a rosnode that randomly chooses touch points,
* performs simulated measurements, and updates the particle filter.
* This node is made to work with a particle filter node, a node that
* publishes visualization messages, and RViz.
*/
#include <ros/ros.h>
#include "particle_filter/PFilterIni... | [
"daijin.grad@gmail.com"
] | daijin.grad@gmail.com |
9f1ee7a34bf86a52337226f0b9ac68357525fc62 | eb909a56d1a9e84dc41467e518a0f578fb01729e | /Source/TSC/Public/UI/Widget/STSCGameOptionWidget.h | 6756bbd16265e82860ee06c1016821c76664711b | [] | no_license | NGC4151/TSC2 | 914860baaec4e74161699194898e3892b2b31f88 | 79fd886b00ae230ed7b73fdbd3cafd860c9e23a5 | refs/heads/main | 2023-06-14T05:36:01.281415 | 2021-07-05T14:21:33 | 2021-07-05T14:21:33 | 302,856,451 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,291 | h | // shut up
#pragma once
#include "CoreMinimal.h"
#include "Data/TSCTypes.h"
#include "Widgets/SCompoundWidget.h"
/**
*
*/
class SCheckBox;
class SSlider;
class STextBlock;
//修改语言的委托
DECLARE_DELEGATE_OneParam(FChangeLanguage, const ECultrueTeam)
//修改音量的稳妥
DECLARE_DELEGATE_TwoParams(FChangeVolume, const float, con... | [
"2396917845@qq.com"
] | 2396917845@qq.com |
66c5c695abeaafaa5e8efc88fbae580a85ec2193 | 3974d40256dcb2c0c16ab293c5b152d20b1709c6 | /SW/Examples/EEPROM_Write/EEPROM_Write.ino | 0c1b17e789647f581c5df7887dc2263df726e10b | [] | no_license | numbersixcze/Nixie_Clock | c6df769df21546a77a25df5c497d5a1a4d0ebc15 | 0b43559c5a4f90a379fb03545b7268766e062dc9 | refs/heads/master | 2023-01-06T20:27:43.944583 | 2019-05-23T09:38:39 | 2019-05-23T09:38:39 | 178,166,066 | 0 | 0 | null | 2023-01-03T20:35:41 | 2019-03-28T09:05:10 | C++ | UTF-8 | C++ | false | false | 582 | ino | #include <EEPROM.h>
struct SystemData {
char ssid[20];
char passwordW[20];
char login[20];
char password[20];
};
void setup() {
Serial.begin(115200);
while (!Serial) {
; // wait for serial port to connect. Needed for native USB port only
}
int eeAddress = 0;
SystemData parameters = {
"m... | [
"odrej@vybiral.uamt"
] | odrej@vybiral.uamt |
cab3fb49e91f8c3959e743b9fbfbd644b101b0fa | 4c5d17bf6c0d4901f972e88aac459088a270b301 | /bta/include/bta_vc_api.h | 66a47cd11380a44c6dd90032a669408bb24c41c6 | [
"Apache-2.0"
] | permissive | LineageOS/android_system_bt | 87e40748871e6aa6911cd691f98d957251d01919 | 7d057c89ab62916a31934f6e9a6f527fe7fc87fb | refs/heads/lineage-19.1 | 2023-08-31T13:31:22.112619 | 2023-03-28T18:40:51 | 2023-07-07T13:02:57 | 75,635,542 | 22 | 245 | NOASSERTION | 2022-10-02T20:22:16 | 2016-12-05T14:59:35 | C++ | UTF-8 | C++ | false | false | 1,323 | h | /*
* Copyright 2021 HIMSA II K/S - www.himsa.com.
* Represented by EHIMA - www.ehima.com
*
* 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/LICENS... | [
"jpawlowski@google.com"
] | jpawlowski@google.com |
50f423126939cb5cbbc5d3d6d84b0fadfe7ae86c | 974a495549988d2ead113ad6c1d800e952b6fb21 | /components/TextGroup/CaseTransform/cpp/casetransform.cpp | 55885dc789ab4ba200be30e9983fa61aa62c5780 | [
"MIT"
] | permissive | 188080501/JQTools | e46b2adf1c7f476229de20ac83753ee3d722327a | 4c901a0671c0610f63bf38070d6674ef9bf00ef1 | refs/heads/master | 2023-08-30T15:43:03.271875 | 2023-06-06T14:14:22 | 2023-06-06T14:14:22 | 58,843,490 | 1,648 | 533 | MIT | 2023-06-06T14:13:24 | 2016-05-15T04:09:51 | C++ | UTF-8 | C++ | false | false | 480 | cpp | /*
This file is part of JQTools
Project introduce: https://github.com/188080501/JQTools
Copyright: Jason
Contact email: Jason@JasonServer.com
GitHub: https://github.com/188080501/
*/
#include "casetransform.h"
// Qt lib import
#include <QColor>
#include <QUrl>
using namespace CaseTransform;
... | [
"188080501@qq.com"
] | 188080501@qq.com |
695d6f432662bcdde8e709e07ec982ec8addc230 | a77a6fea888e98bc8fb98d562a380b06314cf778 | /bfs.cpp | 0870c6a8d7fa45303c78a92fb532e4126b8713ac | [] | no_license | ShakilMahmud/Algorithm | bc3d60627def1b4c8f24b1b01cef66a9cfb027cc | 6f8287d7beb2340b261e54a45d5c560f785a9c65 | refs/heads/master | 2021-01-15T09:20:05.739278 | 2017-11-11T06:16:04 | 2017-11-11T06:16:04 | 99,575,630 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 650 | cpp | #include<bits/stdc++.h>
using namespace std;
queue<int>bf;
vector<int>adj[10];
int visit[10]={0};
int main()
{
int n,u,v,s;
cin >> n;
for( int i = 1 ;i <= n;i++){
scanf("%d%d",&u,&v);
adj[u].push_back(v);
adj[v].push_back(u);
}
s=1;
bf.push(s);
v... | [
"noreply@github.com"
] | noreply@github.com |
dcb06433f7d5f9e0933aa6e741444a6ee1b69c09 | 212cd701e1079e906c35e22650703d8f5dbdfe74 | /src/Subscriber.cpp | ee51d1a4902d67a1820eff7e5d21438b749b5128 | [] | no_license | Charling/redis_hiredis_cluster | 55da35c81ca1c374b9c7544807fa428045a9cef2 | d05ea12059506eaca289aab311437b601457a29b | refs/heads/master | 2020-09-02T06:14:01.204291 | 2019-11-04T08:34:23 | 2019-11-04T08:34:23 | 219,152,803 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,467 | cpp | #include "Subscriber.h"
#include <protocol.h>
#include "TimerHelper.h"
extern "C" {
#include "uv.h"
#include "adapters/libuv.h"
}
namespace redis
{
Subscriber::Subscriber()
{
uv_mutex_init(&m_mutexMsgs);
// m_thread = nullptr;
}
Subscriber::~Subscriber()
{
}
void Subscriber::polling()
{
uv_mutex_lock... | [
"56430114@qq.com"
] | 56430114@qq.com |
e9d4302a5815293b58a7503e772886efb3075dd4 | 6d9d80804f3f030a8ca15015ef2898de1379af2a | /beaglebone/LogicalLightStrip.h | 88f2df1f8c556c651632c7ede52bac0eff72a7c5 | [] | no_license | Jackiebo/sk-piano | 9080230d85dee0576b4cf9896579e752a0ee3767 | 47f664e4b0091297c09470bb94d61d8a32782803 | refs/heads/master | 2021-01-16T22:40:41.526658 | 2012-08-25T08:33:21 | 2012-08-25T08:33:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,153 | h | #ifndef __DEFINED_LOGICAL_LIGHT_STRIP_H
#define __DEFINED_LOGICAL_LIGHT_STRIP_H
#include "LightStrip.h"
#include "SKTypes.h"
#include <utility>
#include <vector>
typedef std::pair<Pixel, Pixel> PixelRange;
class LogicalLightStrip : public LightStrip {
public:
~LogicalLightStrip();
static LogicalLightStri... | [
"tbavaro@gmail.com"
] | tbavaro@gmail.com |
9bc2365a5441e397f4442ca11495f73598573dd6 | b1d418905c6cf8a7757256ecc4be8dd938ab2bcc | /chap2/2.1.cpp | 24c53283bdcad4eba6e0a704aa327c4fb97a8a53 | [] | no_license | yili3366/algorithms_in_cpp | 070625b1baca5cc8fef65ee4eb4949bf3980e0ad | b9083bd487aa39593b3c874a7201a12348e6feff | refs/heads/master | 2016-09-10T10:06:23.642407 | 2015-02-09T17:24:21 | 2015-02-09T17:32:36 | 28,485,166 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 140 | cpp | int search(int a[], int v, int l, int r)
{
for (int i = l; i <= r; i++)
if (v == a[i])
return i;
return -1;
}
| [
"yili0568@gmail.com"
] | yili0568@gmail.com |
f690acfaaabc10574bd1987fd599975f9d951db1 | f83ef53177180ebfeb5a3e230aa29794f52ce1fc | /ACE/ACE_wrappers/TAO/examples/Callback_Quoter/Consumer_Signal_Handler.h | 9cd7463ae4e130f83166399df687a81ce550145f | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-sun-iiop"
] | permissive | msrLi/portingSources | fe7528b3fd08eed4a1b41383c88ee5c09c2294ef | 57d561730ab27804a3172b33807f2bffbc9e52ae | refs/heads/master | 2021-07-08T01:22:29.604203 | 2019-07-10T13:07:06 | 2019-07-10T13:07:06 | 196,183,165 | 2 | 1 | Apache-2.0 | 2020-10-13T14:30:53 | 2019-07-10T10:16:46 | null | UTF-8 | C++ | false | false | 1,778 | h | /* -*- C++ -*- */
//=============================================================================
/**
* @file Consumer_Signal_Handler.h
*
* Definition of the Consumer_Signal_Handler class.
*
* @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
*/
//=======================================================... | [
"lihuibin705@163.com"
] | lihuibin705@163.com |
f64dced2c4c78118e7fbb9b82df7bfabc669704a | dd5b5e5ee5476d1eeffc4987e1aeec94e047e6dd | /testCase/cavity/0.0865/phi | 9c44fa8c82667a75ba79afa19fac47d8605523c2 | [] | no_license | Cxb1993/IBM-3D | 5d4feca0321090d570089259a558585a67a512ec | 2fceceb2abf1fc9e80cb2c449cc14a8d54e41b89 | refs/heads/master | 2020-05-24T01:14:02.684839 | 2018-10-23T13:15:20 | 2018-10-23T13:15:20 | 186,721,487 | 1 | 0 | null | 2019-05-15T00:39:55 | 2019-05-15T00:39:55 | null | UTF-8 | C++ | false | false | 2,237,938 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1806 |
... | [
"you@example.com"
] | you@example.com | |
32bc8219f564ae27674f6957f57c3791c5bf6d19 | f2f8cb4b0803d1e02150705f87e4385fb99e4b51 | /TCell.hpp | 099e4000fa3439de43f8a3755fe8265d78b4b89b | [] | no_license | benrichards86/Tetris | 9efddc8ead21c20826c5caf5df88620e82977fe8 | 5283f4c7038a1f7378c790ae1ffdcde45258b14f | refs/heads/master | 2021-01-13T16:10:59.866289 | 2018-05-09T04:04:27 | 2018-05-09T04:04:27 | 9,653,286 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 415 | hpp | #ifndef TCELL_HPP
#define TCELL_HPP
#include "RGBColor.hpp"
namespace tetris {
// Defines a single cell. Makes up tetrino pieces.
class TCell {
public:
int row; // row and column of cell within tetrino
int column;
private:
RGBColor color;
public:
TCell();
~TCell();
public:
bool OnLoad(int x_loc, int... | [
"benjamin.richards86@gmail.com"
] | benjamin.richards86@gmail.com |
41428e43c2e979b7f932cf987eaa6df3a83a126b | 0272e6e28896825db462ec44b4f800fc1aa0b39f | /data.cpp | 5f8cbfa2f6144da7b1da86bea954f6647a6d5c05 | [] | no_license | ranavaon/OS1 | 250797eca127b6cd9ad742294301e559c5962bdf | 75b19ccadfc26d08949e80fe4ae8d211ddb25caa | refs/heads/master | 2020-04-07T17:02:21.326980 | 2019-05-19T20:27:14 | 2019-05-19T20:27:14 | 158,554,050 | 0 | 0 | null | 2018-12-01T17:37:10 | 2018-11-21T13:43:18 | C++ | UTF-8 | C++ | false | false | 10,685 | cpp |
#include "data.h"
//**************************************************************************************
// function name: get_how_old
// Description: calc of the time from starting the job until now
// Parameters: none
// Returns: time
//******************************************************************************... | [
"noreply@github.com"
] | noreply@github.com |
12a902d20431b2924a2e2a11e73fe00144622737 | 8e80c6ab3400fb89d10b371edc5ccbf4e1b4fe78 | /opencc/Export.hpp | 30152077af14e05a04c333a624a2c758d3990597 | [
"OpenSSL"
] | permissive | zjzdy/Offline-small-search | 656f0cb309cf3d43806a40dcde824f70d8e0b88e | 8bc7382b3f55184c8d179a2bf6e1e90730d6a09c | refs/heads/master | 2020-04-16T02:20:44.811233 | 2019-07-07T14:43:31 | 2019-07-07T14:43:31 | 52,160,145 | 12 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,307 | hpp | /*
* Open Chinese Convert
*
* Copyright 2010-2014 BYVoid <byvoid@byvoid.com>
*
* 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
*
*... | [
"zjzengdongyang@163.com"
] | zjzengdongyang@163.com |
e4ac0d4c60bf61d3dbf1d4252a3f26b1a8212f6a | c7b294f05cdeb33ebd4497949c18a4c9ca4ae582 | /Engine/Module/Audio/AudioSource.cpp | c9b360e7643c7c970faeac47c55d58d4c39e49ba | [] | no_license | MIYAMASA362/DirectX11 | b1de1a5de5bc3bb9b07ce40a279ef87a87e86942 | 7f0e788c8a3d72c9f8451b1f859d86b2284715e3 | refs/heads/master | 2020-05-30T17:22:09.913416 | 2020-02-06T09:11:23 | 2020-02-06T09:11:23 | 189,868,319 | 1 | 0 | null | 2019-12-18T04:13:34 | 2019-06-02T16:15:13 | C++ | UTF-8 | C++ | false | false | 584 | cpp | #include"Common.h"
#include"Module\ECSEngine.h"
#include"Audio.h"
#include"AudioManager.h"
#include"AudioSource.h"
AudioSource::AudioSource(EntityID OwnerID)
:
Component(OwnerID)
{
}
AudioSource::~AudioSource()
{
audio.lock()->Stop();
audio.reset();
}
void AudioSource::GetAsset(std::string name)
{
this->audio ... | [
"MIYAMASA362@yahoo.co.jp"
] | MIYAMASA362@yahoo.co.jp |
6404879840ea075fad7eef14c74ddb9e53dc6f0a | acdb64930fe3a17b654925c1ed7d6d10dd2a1bd7 | /introspection_example/Class.cpp | 898bcbeec03e1e25b25eb33d88ce321f55baca83 | [] | no_license | hollsteinm/CPPReflection | 2c09ccd2e00d0d08d892923b7fa6f9cbd020d646 | 99437e96ad77a0a20a3b04b225a02060180d3084 | refs/heads/master | 2020-05-17T05:24:22.789055 | 2016-10-04T13:56:04 | 2016-10-04T13:56:04 | 41,817,351 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,502 | cpp | #include "Class.h"
#include "Meta.h"
#include "IProperty.h"
#include "MetaGraph.h"
using namespace core;
using namespace reflection;
Class::Class(std::string name, unsigned long typeId) :
Meta(name, typeId),
Properties()
{
MetaGraph::Get().Add(this);
}
Class::~Class() {}
void Class::Add(IProperty* prop) {
if (p... | [
"hollsteinm@hotmail.com"
] | hollsteinm@hotmail.com |
74fbca761d2238b3bb811c0d4c326f1e8f91f537 | fc22673fce8f9d38d4f5775d135ae6a6178dd27a | /assignment_6.5/q2.cpp | 2235bbddf3a1b45e6cdf92ae6a1257422546daf7 | [] | no_license | Chaminda1993/HPC | 26ae04e7f195b4f64cbf220a9333fdf6133cef26 | 546e4698fd2b4e1b4a27714d16f2274537784abf | refs/heads/master | 2021-05-21T23:24:15.224279 | 2020-06-18T12:52:57 | 2020-06-18T12:52:57 | 252,856,142 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 586 | cpp | #include <mpi.h>
#include <iostream>
using namespace std;
int main(int argc, char* argv[])
{
MPI_Init(&argc, &argv);
int myrank;
MPI_Comm_rank(MPI_COMM_WORLD, &myrank);
if (myrank == 0) {
int vals[15] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14};
MPI_Send(vals+3, 5, MPI_INT, 1, 2, MPI_COMM_WORLD);
}
else if... | [
"c771904768@gmail.com"
] | c771904768@gmail.com |
7f5318e4c3b4eb16ef5cae2e7c225e5cfe1cca14 | dd8e35cd567766583c4368bcfd2cc33f5c5428c8 | /ETREE3.cpp | e09271ea275b2c81e7486fd4873cf8d3e3d7599f | [] | no_license | JPVillamor/year2 | 9a59005558e548272e4b092dc08e6b243d945e2c | 79dfdc365fc841130f8b90669690da79dcf0a491 | refs/heads/master | 2020-04-22T19:52:54.298181 | 2019-02-14T03:43:45 | 2019-02-14T03:43:45 | 170,622,374 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,986 | cpp | //JP
#include "F:/cppsource/myLib.h"
using namespace std;
class ENode {
private:
char data;
int p;
ENode *left, *right;
public:
ENode(char x, int pr, ENode *l, ENode *r) {data = x; p = pr; left = l; right = r;} //constructor
char getData() {return data;}
ENode* getLeft() {return (left... | [
"noreply@github.com"
] | noreply@github.com |
6105f2a8cd096d2117da77e9690d83c254016d95 | 5457b863781ebdd37225bee01a8a3d19d041a6a9 | /source/qttokenedit/include/qttokenedit/TokenEditView.h | b152cc7995012fe723bc064b552ab06fd9918826 | [
"MIT"
] | permissive | mjendruk/qttokenedit | af12412fa948c5de97e662f159fccecdd5ac2f02 | a30141f7dba1da243592598aa363a646e8327ee7 | refs/heads/master | 2023-01-08T01:37:56.798595 | 2022-12-22T11:21:27 | 2022-12-22T11:21:27 | 241,213,472 | 9 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,525 | h | #pragma once
#include <QtCore/QVector>
#include <QtWidgets/QWidget>
#include <qttokenedit/Global.h>
#include <qttokenedit/qttokenedit_api.h>
namespace mjendruk {
class TokenLineEdit;
class Token;
class FlexLayout;
class QTTOKENEDIT_API TokenEditView : public QWidget {
Q_OBJECT
public:
TokenEditView(QWidget* p... | [
"code@jendruk.com"
] | code@jendruk.com |
65f3ee16c285a10b29b638d2fe40a6ccaa7e0f0f | 8a95703f6e393a2922414eb23807113d8fc06e24 | /client/chunk.cpp | eb7eee4b1bc4d7d9770f3d1c77f63b620840b137 | [] | no_license | gemdude46/voxeler | 54e98f3f1b134cb905f0740de3c4df057c3467d8 | a2eb88944af73ef9c4dc8abfbc484a72a1c7a0b4 | refs/heads/master | 2021-01-17T20:33:42.802842 | 2017-01-08T14:10:04 | 2017-01-08T14:10:04 | 62,954,978 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,667 | cpp | #define CHL_NOT_STARTED 0
#define CHL_WAITING_4_SERVER 1
#define CHL_BUILDING_MESH 2
#define CHL_DONE 3
u16 faceInd [6] = {0,1,2 , 5,4,3};
u16 faceInd2[6] = {2,1,0 , 3,4,5};
bool mesh_builder_flag, laggy_server_flag;
class Chunk;
Chunk* getChunk(vector3di at,bool gen=false,bool mustBe... | [
"gemdude46@gmail.com"
] | gemdude46@gmail.com |
1b63a1fa5dbc05bf26fa9b4a8dcb6d49fd63ad61 | 701bb30ec4e2a19f75c38c1f6cf6fa7e57469cf8 | /zetasql/base/status_macros.h | 5634bc361863f84002c2e4fd387ed559d8907ed0 | [
"Apache-2.0"
] | permissive | mingen-pan/zetasql | 4f2421856569d6ede24fc9fc49c6549d9ff4b248 | e4e24212adfe7055f63a543c2fc299d823acd43d | refs/heads/master | 2022-12-08T05:57:22.157677 | 2020-07-02T01:29:06 | 2020-07-02T01:29:06 | 276,516,458 | 0 | 0 | Apache-2.0 | 2020-07-02T01:10:45 | 2020-07-02T01:10:44 | null | UTF-8 | C++ | false | false | 8,356 | h | //
// Copyright 2018 ZetaSQL Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agree... | [
"matthewbr@google.com"
] | matthewbr@google.com |
33744225a232af8c0eab6d8cf913f592c090828d | 066e3b9b8f6815400d5c29b855671724e4a29387 | /Osnovna IGRICA/Igrica/Group.h | 6857bcd90ceaa8e67ade19deab3b0555ef095818 | [] | no_license | IvanaE/oop2-igrica | aeb504d0a80040930d24039fcf50c6731dc01815 | 84eef655c0a2aae7045a84af967fd86acba2c2d4 | refs/heads/master | 2022-12-22T11:54:23.747396 | 2020-09-24T21:02:23 | 2020-09-24T21:02:23 | 294,199,876 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 650 | h | #ifndef GROUP_H
#define GROUP_H
#include <vector>
#include <fstream>
#include <cstdlib>
#include <string>
#include <math.h>
#include <stdlib.h>
#include <ctime>
#include <cstdlib>
#include "sprite.h"
#include "level.h"
#include "poklon.h"
#include "protivnik.h"
#include "dedamraz.h"
/** detektuje koliziju i je li ... | [
"ivana.elez.19@singimail.com"
] | ivana.elez.19@singimail.com |
709d037ec63f6423d7c08bc143c61bd20fa9e792 | 5dcf4cc4c9b64c637736d0ac758ce0cfabc13d9c | /Day3/Trailing_zeros_in_Factorial_naive.cpp | 8e2a311b62414ff89f8379ef4a664294fba6a7fe | [] | no_license | AkashGangwar9831/DS_ALGO | 14f71fdfb1a82f8afeee66bc4fdd21e8a4f9ec6c | d030a47a5991170eb1ca10f1a7dd435c8894d347 | refs/heads/main | 2023-04-04T02:37:33.780830 | 2021-04-21T15:35:58 | 2021-04-21T15:35:58 | 358,821,846 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 325 | cpp | #include<iostream>
using namespace std;
int find_trailing_zeroes(int n)
{
int fact=1,i=2,res=0;
while(i<=n)
{
fact=fact*i;
i++;
}
while(fact%10==0)
{
res++;
fact=fact/10;
}
return(res);
}
int main()
{
int n;
cin>>n;
cout<<find_trailing_zeroes(n);
return(... | [
"akashgangwar0056@gmail.com"
] | akashgangwar0056@gmail.com |
f1980017f291704062457eb018090b7451ea3a7b | 064963cdf41318cb4b52b73f9577591dce6ac152 | /shared/KeyGen.h | 80987292aa7a3620a9eb8dae2259fc3bb3d962ab | [] | no_license | ketsal/cryptography | f811b2a4fc14d08414bafdab8f4ae1fb3ac0c1b3 | fab3c5ab64391e2f90e381debfe386dc230d9960 | refs/heads/master | 2020-12-30T14:45:15.488875 | 2018-07-04T03:51:15 | 2018-07-04T03:51:15 | 91,083,419 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 336 | h | class KeyGen
{
private:
public:
KeyGen()
{
}
unsigned char *GenerateTripleDesKey();
unsigned char *GenerateDesKey();
unsigned char *GenerateAesKey(int size);
unsigned char *RC4(int size);
unsigned char *Otp(int size);
void GenerateRSAkeys(std::string PathToPublic,std::string PathToPriva... | [
"dmitriev.step@gmail.com"
] | dmitriev.step@gmail.com |
ebb4248dffc60afcc16ae035f9d85f09f782d787 | c9b38d9f6d489d63c6afcda18370d48faaf4e35e | /Pairs/pair.cpp | 1ddc3562a2dc9b56ea794f716ce57c065db2889c | [] | no_license | Jim-Tony/CPP-STL | 848895ea18f4c073d31eca69e9aa9ed52f794d86 | edd1fc6cd868af4acd1a96c53a746245504460ca | refs/heads/master | 2023-05-16T19:01:30.142851 | 2021-06-08T07:09:25 | 2021-06-08T07:09:25 | 365,751,154 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,224 | cpp | #include<bits/stdc++.h>
using namespace std;
// Use Template so that we can pass vectors with different data types
template<class T>
void dispvec(const vector<T> &v){
//This Structured bindings works only on C++17 and above..
for(auto [c,d]:v){
cout<<"("<<c<<","<<d<<")";
cout<<endl;
}
... | [
"jimtonystarc@gmail.com"
] | jimtonystarc@gmail.com |
d10e03c4bacfc5022f7d03736460f6e5bd1f5a6b | 6e4afa5b9c656cb15f100685af6bba4267c97978 | /examples/uniforms/Application.h | 29b507a96cef2ad8cafe772f0a9268ceb7caed11 | [] | no_license | matthewjberger/opengl_examples | 397e1cb77b5015f6554ae707835249cac128714e | 49d1ed659c17ca4b7ec02a5f610ffc97d88edcb9 | refs/heads/master | 2021-01-02T09:39:51.112356 | 2017-08-26T15:30:16 | 2017-08-26T15:30:16 | 99,268,867 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 402 | h | #pragma once
#include "ApplicationBase.h"
#include "ShaderProgram.h"
#include "VertexArray.h"
#include "Buffer.h"
class Application : public ApplicationBase
{
public:
Application();
~Application();
void initialize() override;
void cleanup() override;
void update() override;
void render() override;
private:
V... | [
"matthewberger@nevada.unr.edu"
] | matthewberger@nevada.unr.edu |
03b6685f38e63522b7f1e38567695c9d04177987 | d9f1cc8e697ae4d1c74261ae6377063edd1c53f8 | /src/orders/DefendOrder.h | b0464a29ca621a6ba04c634589bd4bd9c68db86e | [] | no_license | commel/opencombat2005 | 344b3c00aaa7d1ec4af817e5ef9b5b036f2e4022 | d72fc2b0be12367af34d13c47064f31d55b7a8e0 | refs/heads/master | 2023-05-19T05:18:54.728752 | 2005-12-01T05:11:44 | 2005-12-01T05:11:44 | 375,630,282 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 197 | h | #pragma once
#include <orders\Order.h>
#include <misc\Structs.h>
class DefendOrder :
public Order
{
public:
DefendOrder(Direction dir);
~DefendOrder(void);
Direction Heading;
};
| [
"opencombat"
] | opencombat |
26b90f5238ab744db40f530e9c326bafe3efa548 | a4dd674276d52f0c894bc7bc3fdc11161ad6bd6d | /examples/flutter/windows/runner/win32_window.h | 8ff078e8f7f71ff191777f32811dda48b8f3093a | [
"Apache-2.0"
] | permissive | pubkey/rxdb | 2f6872004295b0d3fb70166a7c38a5605a5adb5e | 1b77b30b744ff755f038befca9576e8a5c4107aa | refs/heads/master | 2023-09-06T08:13:04.900933 | 2023-08-26T17:27:34 | 2023-08-26T18:28:19 | 75,425,073 | 21,003 | 1,363 | Apache-2.0 | 2023-09-14T20:44:05 | 2016-12-02T19:34:42 | TypeScript | UTF-8 | C++ | false | false | 3,346 | h | #ifndef RUNNER_WIN32_WINDOW_H_
#define RUNNER_WIN32_WINDOW_H_
#include <windows.h>
#include <functional>
#include <memory>
#include <string>
// A class abstraction for a high DPI-aware Win32 Window. Intended to be
// inherited from by classes that wish to specialize with custom
// rendering and input handling
class ... | [
"noreply@github.com"
] | noreply@github.com |
ffd9c2c1896e67842e038695cb6307bc2a8fe78c | db86c0cac4e1c1b0fbc4d81cdc33ab9445899bc0 | /Apate/src/Apate/inih/INIReader.cpp | b49912eb0ee283426ad60daf1d6ace38ec977942 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | TheUnicum/Apate | f51bc60d5b615528d80b9c9493b88d3876c494c1 | fdd050aa30c6575229cd6bf736616f0494e26742 | refs/heads/master | 2020-06-23T03:58:33.406193 | 2019-08-06T19:47:31 | 2019-08-06T19:47:31 | 198,502,660 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,476 | cpp | // Read an INI file into easy-to-access name/value pairs.
#include "APpch.h"
#include <algorithm>
#include <cctype>
#include <cstdlib>
#include "ini.h"
#include "INIReader.h"
using std::string;
INIReader::INIReader(string filename)
{
_error = ini_parse(filename.c_str(), ValueHandler, this);
}
INIReader::~INIReade... | [
"tia_ben@tin.it"
] | tia_ben@tin.it |
414d40df95e34cf2e2fc0a12ed1eb51ea75e1fc2 | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /chrome/browser/chromeos/lock_screen_apps/note_taking_browsertest.cc | cf273f3a39385b6f643196b3dda725e4f7b7601d | [
"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 | 13,094 | 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 "apps/launcher.h"
#include "ash/public/cpp/ash_switches.h"
#include "ash/public/mojom/tray_action.mojom.h"
#include "base/command_line.h"
#includ... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
b5111f0dede71b6748cf153987c3250a142a83fe | 6f18240249760d90e5fe847483a7ae0a8108c76c | /d3d/source/d3d/sceneobjects/SceneObjectBox.cpp | 1ad05b2878050538a21a143a6b1da88f884469d0 | [] | no_license | fivethreeo/deferred3d-parallel-game-engine | 385e3a99efc0b8b66911e340eda9aeb7867c0538 | bff755d55937c94c557b25c16ec707c29f9eabd7 | refs/heads/master | 2016-09-06T03:08:28.179976 | 2014-08-06T17:50:45 | 2014-08-06T17:50:45 | 27,515,937 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,537 | cpp | #include <d3d/sceneobjects/SceneObjectBox.h>
bool SceneObjectBox::create(const std::string &modelFileName, const d3d::Vec3f &startPosition, const d3d::Quaternion &startRotation, float mass, float restitution, float friction) {
assert(getScene() != nullptr);
// Rendering
std::shared_ptr<d3d::Asset> asset;
... | [
"eric@rocketcitystudios.com"
] | eric@rocketcitystudios.com |
5d01be90c97425177150c32cee0c78b03aafebe7 | 29309556aa51d3e48bce10bd354a98c85e79b4eb | /Meta-L.cpp | 6584cb064ac7aa5e5a6de5167a5f724191652652 | [] | no_license | loxa/Meta-L | 762e68d26812cc957730176f2ec999b6f16e75b0 | ffe6acf2aec7a8594389a09cd46069563ff13c99 | refs/heads/master | 2016-08-04T23:20:02.965762 | 2011-07-26T07:11:50 | 2011-07-26T07:11:50 | 2,092,529 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 569 | cpp | #include "Functions.h"
#include "Parser.h"
int main()
{
//Objects
Functions Functions;
Parser Parser;
//Temporary
//cPath = ".\\HelloWorldTest.exe";
//cPathW = ".\\HelloWorldTest2.exe";
Functions._fOpenRead();
fileSize = Functions._fFileSize(fFile);
bFileBuffer = n... | [
"loxaXcracker@hotmail.com"
] | loxaXcracker@hotmail.com |
c96600565e1e974c92fd827d8ca0fee6153df769 | fd2036727b2bbec2aa35444a3ff26d49d57e93a2 | /practice/C1.cpp | e6231d1f82dc2cee2c4a18e7428ab53802843978 | [] | no_license | Bounen057/Atcoder | 26b6d3075ca638ff7d5358532547a14370dbfbb5 | 0ee3988ff8378ca199de55ed9661dcf489089b1f | refs/heads/master | 2021-02-18T04:36:04.871440 | 2020-03-06T04:57:06 | 2020-03-06T04:57:06 | 245,161,594 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 824 | cpp | #include <iostream>
#include <string>
using namespace std;
int N;
int Y;
// N枚でY円に達するかチェック
bool check(){
int x,y,z = 0; // 1000,5000,10000 円札
int total_money = 0;//合計金額
for(int x=0 ;x <= N;x++){
for(int y=0 ;y <= N;y++){
int z = N - ( x + y );
if( z < 0 ) continue;
... | [
"Bounen057@gmail.com"
] | Bounen057@gmail.com |
260c56df20e8b6ec660108a2214ab3db3097065f | cd8ff466483898eb0ce2fd8186f67188b8b8e8a7 | /MY PROGRAMMING C++/library.cpp | 993a9204b964cde56cde8e96ba7f18cdeaa623ef | [] | no_license | aimo84/Cpp107 | 32b6d0020ef32089c5eebf938ee2aa886a33d07a | 049c94dcce86e06f53cf94312c2fb6a0887facba | refs/heads/master | 2022-03-27T11:40:55.535784 | 2019-01-22T14:16:31 | 2019-01-22T14:16:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,848 | cpp | //This programme will be used as a library management system
#include<stdio.h>
#include<string.h>
#include<conio.h>
char absorver[2]; //to absorve garbeg buffered data
//global structure being declared
struct library{
int id;
int edition;
char title[100];
char author[100];
... | [
"shadhinemail@gmail.com"
] | shadhinemail@gmail.com |
7174e97ed8af0a26ca72993a15871938da70d4a4 | 48c33d9408d55bd1e19eaf279758c1d4f8eab44c | /src/mvcc/versionchain/i_version_chain.h | 09918fe5d48bb75c1e5d7cdc8baba006440f8c77 | [] | no_license | RussellLe/Obito | a9a822cd301ed05922c7cc559533d943dcec77c7 | d2cfaf3aad4913a3e07a55f1d0c6c702a26e737b | refs/heads/master | 2022-12-16T05:35:10.625842 | 2020-09-08T14:17:23 | 2020-09-08T14:17:23 | 258,668,191 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 440 | h | #pragma once
#include "../../stdafx.h"
#include "../../table.h"
typedef obito::table::Row Row;
namespace obito {
namespace versionchain {
class IVersionChain
{
public:
virtual Row readRow(int id, int transactionId) = 0;
virtual Row readPreRow(int id, int transactionId) = 0;
virtual Row readLatestRow... | [
"529141490@qq.com"
] | 529141490@qq.com |
7e046dc116e70c5ecd6957e083853eb9e02a437e | 5edf0c66e07ad46fa79a4400b2689c9a67547c03 | /src/main/algorithm/indexer/inverted_file_sift/InvertedFileSIFTIndexer.cpp | 39fd7ee0950823cd746cc78b40d5abfa17038371 | [] | no_license | piorkowskiprzemyslaw/FEITIR | c0b9edb0972ca84bc60beb4b6ef7af7701bc33e3 | beebd1b561e6dc51e8aa113a1d904f71ad5b5cb6 | refs/heads/master | 2020-07-04T10:58:15.494688 | 2016-11-30T23:10:15 | 2016-11-30T23:10:15 | 74,071,540 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,110 | cpp | //
// Created by Przemek Piórkowski on 05.09.2016.
//
#include <src/main/util/Util.h>
#include "InvertedFileSIFTIndexer.h"
namespace feitir {
InvertedFileSIFTIndexer::InvertedFileSIFTIndexer(const IFSParametersPtr ¶meters)
: Indexer(parameters), treshold{parameters->getThreshold()},
... | [
"piorkowskiprzemyslaw@gmail.com"
] | piorkowskiprzemyslaw@gmail.com |
6eb22343abe7a71813cc3adb696eaf13acb97c7c | 050df75fd459887ce948dd597f7c44d2a2ca3449 | /uva/10054.cpp | e648859be520e0cb5c0a79887e43c99b4b2b0052 | [] | no_license | gm561/acm | a287b406e745322b975de14456ba89ef3b699a65 | e085e24b55fb45c05df813776f246676b5395469 | refs/heads/master | 2016-09-03T07:03:00.285366 | 2014-08-10T19:08:49 | 2014-08-10T19:08:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,856 | cpp | #include <set>
#include <cassert>
#include <cstdio>
#include <iostream>
#include <algorithm>
#include <string>
#include <vector>
#include <map>
#include <cmath>
#include <fstream>
#include <bitset>
#include <numeric>
#include <sstream>
#include <queue>
using namespace std;
typedef long long LL;
typedef vector<int> VI... | [
"grzes@localhost.localdomain"
] | grzes@localhost.localdomain |
24c296944b932bcedb8ad3bb8f6f4e66b32e46de | dc3fef4c1a034c7010a334955e0a5f1a6b726d90 | /第6章 C控制语句 循环/程序清单6.20/stdafx.cpp | 6c2e056cab3cdc1719c19cd5db07118d9d125cd7 | [] | no_license | hljgirl/C_Primer_Plus | c88514a0f8f6d798172bac1ff047a2e0fb43936b | 8fb93e7d15a028a0051ca0b9ed6548ca2c48bb2e | refs/heads/master | 2020-09-02T12:24:24.836445 | 2017-07-26T04:11:48 | 2017-07-26T04:11:48 | 98,377,987 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 268 | cpp | // stdafx.cpp : 只包括标准包含文件的源文件
// 程序清单6.20.pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
// TODO: 在 STDAFX.H 中
// 引用任何所需的附加头文件,而不是在此文件中引用
| [
"goodin2000@163.com"
] | goodin2000@163.com |
b9f9181e565d19ae1ca29d271f238766ca6ed0a5 | 403029426054daff78ccb8faba9723468edea0a4 | /src/predict.cpp | 83deacb3bffca54f6ce6d28cfaf47e345702b83a | [
"BSD-2-Clause"
] | permissive | lwj2015/isotree | 1fb5354f2370fc234b29b06a049801105e1731e2 | 4f787a67a41dd7e74b0a92156ec4b957d056966b | refs/heads/master | 2023-04-27T08:12:50.302439 | 2020-10-12T09:25:20 | 2020-10-12T09:25:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 41,900 | cpp | /* Isolation forests and variations thereof, with adjustments for incorporation
* of categorical variables and missing values.
* Writen for C++11 standard and aimed at being used in R and Python.
*
* This library is based on the following works:
* [1] Liu, Fei Tony, Kai Ming Ting, and Zhi-Hua Zh... | [
"david.cortes.rivera@gmail.com"
] | david.cortes.rivera@gmail.com |
3d3bcfc716450a54047153d79abe31e0abfefdd4 | 922390bc305e2afa39c84f5e8f4d60050abfd37a | /06UDP/uecho_client.cpp | 0f43fc4ed750958115d6b571871eeb06d4c06b1d | [] | no_license | Jeonghwan-Yoo/socket_programming | b51c9b29edd71c83fb27f54fd9b2f7c6125b07ca | d60b7091021abe761e4a8606c31decd52d9b6e82 | refs/heads/master | 2021-01-02T06:22:48.701312 | 2020-03-21T04:13:35 | 2020-03-21T04:13:35 | 239,527,877 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,505 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#define BUF_SIZE 30
void error_handling(char* message);
int main(int argc, char* argv[]) {
int sock;
char message[BUF_SIZE];
int str_len;
socklen_t adr_sz;
struct sockaddr... | [
"dwgbjdhks2@gmail.com"
] | dwgbjdhks2@gmail.com |
e39b3f59e52b05db1e046e28f7654dcf5b8bc037 | 503425b9953855bd7a9a915a1c70a59232995cb9 | /rux.framework/lib/xan_fileversion.h | 91a43e956f3085c5106fffc792b246a4c224ee98 | [] | no_license | olecsys/rux | 7968157d68953b95eb5fb0867506662e60870e1a | 57673d40f6f09b8dc3c36d6ec072176881cfeb13 | refs/heads/master | 2022-03-02T16:45:03.066197 | 2022-01-18T19:25:40 | 2022-01-18T19:25:40 | 60,461,113 | 0 | 1 | null | 2021-03-05T22:03:32 | 2016-06-05T13:23:50 | C++ | UTF-8 | C++ | false | false | 943 | h | #ifndef XAN_FILEVERSION_H
#define XAN_FILEVERSION_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <xan_string.h>
namespace rux
{
namespace diagnostics
{
class XDirectXVersion;
begin_declare_rux_class( FileVersion );
friend class XDirectXVersion;
begin_declare_rux_class_members( FileVersion );
... | [
"saneksamara@mail.ru"
] | saneksamara@mail.ru |
85d1a8e09f299535a76a7f6166640a53acce5281 | 1435e3531731d27cb1e82888dace27a1edfbcaa1 | /ezEngine-rev858/UnitTests/FoundationTest/Performance/BasicsTest.cpp | 8ff83ccf4ea38e9d789c5e5c2608482c802a6097 | [] | no_license | lab132/toolbox | cf7ec9b3e6076169d8b1e12c24d0e2a273ee90be | 30f85d07fbbdde461f9027e651fc6cbbfe2f15c5 | refs/heads/master | 2020-04-26T19:40:38.059086 | 2015-11-08T14:35:09 | 2015-11-08T14:35:09 | 42,679,912 | 0 | 0 | null | 2015-10-28T13:57:32 | 2015-09-17T20:21:41 | C | UTF-8 | C++ | false | false | 12,268 | cpp | #include <PCH.h>
#include <Foundation/Reflection/Reflection.h>
#include <Foundation/Time/Time.h>
#include <Foundation/Logging/Log.h>
/* Performance Statistics:
AMD E-350 Processr 1.6 GHz ('Fusion'), 32 Bit, Debug Mode
Virtual Function Calls: ~60 ns
Simple Function Calls: ~27 ns
Fastcall F... | [
"mjmaier@gmx.de"
] | mjmaier@gmx.de |
1b5ab4dd58809232970c5a0b3de7a04ec48ecc10 | 2ba48648eefadee113a7c2f5d608cab5209c3a8b | /code/Configurator/HistoryRecordDlg.cpp | 259adfe390071f0fe687f7daaaebc3982c4d5025 | [] | no_license | wangdong412/Consen-SIS | 879762175575d0a62f26ec1effeb46c3fd62e3e8 | bca3fac35c961c3558a3438bca55e6d20825da3a | refs/heads/master | 2020-07-11T05:17:18.814104 | 2019-08-27T09:41:41 | 2019-08-27T09:41:41 | 204,450,874 | 1 | 5 | null | null | null | null | GB18030 | C++ | false | false | 5,330 | cpp | // HistoryRecordDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "Configurator.h"
#include "HistoryRecordDlg.h"
#include "afxdialogex.h"
#include "ConfiguratorDoc.h"
#include "RecordHistoryCtrl.h"
// CHistoryRecordDlg 对话框
IMPLEMENT_DYNAMIC(CHistoryRecordDlg, CDialogEx)
CHistoryRecordDlg::CHistoryRecordDlg( CConfigur... | [
"wangdong412@163.com"
] | wangdong412@163.com |
66ccab9c22180aa9ba389228a2e22c0b88591fa7 | cfb0bd74e07fed80b519931db318e5d75aad25f2 | /platform/RemotingNG/RemoteGen/src/EventDispatcherGenerator.cpp | d8079f1efb9b367f07db1ffbd3be65628846c313 | [
"Apache-2.0"
] | permissive | leisen2009/macchina.io | c17d8632e2ddacf4d9f059dec1d2248ae5a3ff02 | 60e2688707c996abc2e9a1eaab1091b3fb16a2bd | refs/heads/develop | 2020-12-30T18:57:59.869471 | 2015-12-27T16:39:07 | 2015-12-27T16:39:07 | 30,900,580 | 0 | 0 | null | 2015-02-17T03:14:59 | 2015-02-17T03:14:58 | null | UTF-8 | C++ | false | false | 47,438 | cpp | //
// EventDispatcherGenerator.cpp
//
// $Id: //poco/1.6/RemotingNG/RemoteGen/src/EventDispatcherGenerator.cpp#1 $
//
// Copyright (c) 2006-2014, Applied Informatics Software Engineering GmbH.
// All rights reserved.
//
// SPDX-License-Identifier: Apache-2.0
//
#include "EventDispatcherGenerator.h"
#include "RemoteOb... | [
"guenter.obiltschnig@appinf.com"
] | guenter.obiltschnig@appinf.com |
ab617f0eede1e5dad69af114dae0648f439d0c84 | fb66a5cc43d27f33c85320a6dba8b9a8ff4765a9 | /gapputils/gapphost/DummyLoop.h | dc01788fc85bcb3b99170c67518bd37aa6d74159 | [] | no_license | e-thereal/gapputils | 7a211c7d92fd2891703cb16bf94e6e05f0fb3b8a | a9eca31373c820c12f4f5f308c0e2005e4672fd0 | refs/heads/master | 2021-04-26T16:42:58.303603 | 2015-09-02T21:32:45 | 2015-09-02T21:32:45 | 38,838,767 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 534 | h | /*
* DummyLoop.h
*
* Created on: Sep 2, 2014
* Author: tombr
*/
#ifndef GML_DUMMYLOOP_H_
#define GML_DUMMYLOOP_H_
#include <gapputils/DefaultWorkflowElement.h>
#include <gapputils/namespaces.h>
namespace debug {
class DummyLoop : public DefaultWorkflowElement<DummyLoop> {
InitReflectableClass(DummyLoo... | [
"brosch.tom@gmail.com"
] | brosch.tom@gmail.com |
d5629f76a0e60f4f6a83663c3ead8b9ac04e603c | f2a799e055769e34cd955b7ccac3f2a31de762ed | /nose_firmware/loop.ino | eb45f2d577cadd9e1dc5d56f54fbe299f92e02f2 | [
"MIT"
] | permissive | innovationgarage/NOSE | 116a611bdbcce0e9ac1aaf1fdd757d4d14106ff6 | 05bfffc1a96f3c09041e7f1a2c9b328d6c4700f3 | refs/heads/master | 2021-06-24T00:55:03.957028 | 2020-12-14T13:05:29 | 2020-12-14T13:05:29 | 169,412,726 | 0 | 0 | null | 2019-11-19T13:29:02 | 2019-02-06T13:45:27 | C++ | UTF-8 | C++ | false | false | 4,663 | ino | void loop() {
// Read ENS210
bool pass_ok = true;
int t_data, t_status, h_data, h_status;
// Get temperature event and print its value.
sensors_event_t event;
dht.temperature().getEvent(&event);
if (isnan(event.temperature)) {
Serial.println(F("Error reading temperature!"));
t_status = false;
}... | [
"1091420+eried@users.noreply.github.com"
] | 1091420+eried@users.noreply.github.com |
9c9879d8fa4b3b3d3884bf71fa1d37caaf5ead89 | be91c8c7034dad2d79ae05a9baa970d13b521149 | /211.add-and-search-word-data-structure-design.cpp | aa4835a4a249b22f9258a988dcde43c575ed4a11 | [] | no_license | miaodi/leetcode_practice | 83ef8faec24c3a88c267498303264664cfe8789d | bd3cac5187b99875d3d0a971b2c13b8cfc7bf25c | refs/heads/master | 2020-04-24T17:55:32.404699 | 2019-09-14T17:35:38 | 2019-09-14T17:35:38 | 172,163,177 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,288 | cpp | /*
* @lc app=leetcode id=211 lang=cpp
*
* [211] Add and Search Word - Data structure design
*
* https://leetcode.com/problems/add-and-search-word-data-structure-design/description/
*
* algorithms
* Medium (29.84%)
* Total Accepted: 110.7K
* Total Submissions: 370.5K
* Testcase Example: '["WordDictionary"... | [
"miaodi1987@gmail.com"
] | miaodi1987@gmail.com |
60ae21ff95a813ed821a8385026ea1e515cfbd5b | dfbbfa37024a06fb5f3781e6da4530e773159d4a | /devel/include/industrial_msgs/GetRobotInfoResponse.h | 25701cd49e78c0d22fabd691d6152e17ed8e6bfb | [] | no_license | Ubira/ur5_setup | b607fa6f29b04a86d9e393cab5e7c1dbc4d959a4 | c258520f30dae9c578192e175d0eba0d9223d3e7 | refs/heads/master | 2020-04-22T17:23:05.290365 | 2019-02-20T18:15:48 | 2019-02-20T18:15:48 | 170,539,328 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,769 | h | // Generated by gencpp from file industrial_msgs/GetRobotInfoResponse.msg
// DO NOT EDIT!
#ifndef INDUSTRIAL_MSGS_MESSAGE_GETROBOTINFORESPONSE_H
#define INDUSTRIAL_MSGS_MESSAGE_GETROBOTINFORESPONSE_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <... | [
"ubiratan_melo@outlook.com"
] | ubiratan_melo@outlook.com |
17a7f19f213db4ba384ede16fc9773af12671c09 | 525a8aec4ccfa9a72e7d6964d0f0b9ed3bc06025 | /src/InterConn.h | 1f9ee12f62283645130ff77c32c8375a73a685b7 | [
"BSD-2-Clause",
"ISC",
"BSD-4-Clause"
] | permissive | msargent/mdnsBro | 02dde5d0e4a3d570df7cb0889585c329f74ea452 | fa87a81a9649e5d8b1c19747fe23f551c84c6ea8 | refs/heads/master | 2021-01-10T21:13:34.954916 | 2011-01-21T00:32:10 | 2011-01-21T00:35:24 | 1,369,737 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,054 | h | // $Id: InterConn.h 6219 2008-10-01 05:39:07Z vern $
//
// See the file "COPYING" in the main distribution directory for copyright.
#ifndef interconn_h
#define interconn_h
#include "TCP.h"
#include "Timer.h"
#include "NetVar.h"
class InterConnEndpoint : public BroObj {
public:
InterConnEndpoint(TCP_Endpoint* e);
... | [
"robin@icir.org"
] | robin@icir.org |
703f7a78dcf4ae0b73bfa280a43163e61c745044 | 198806ccd0b5a7d476c701be5943e9a7afacb7d0 | /xdaq/include/xdata/exdr/VectorTimeValSerializer.h | 86ef3b64c7f4558a910addd31bfafb454a067c8f | [] | no_license | marcomuzio/EMULib_CLCT_Timing | df5999b5f1187725d7f5b6196ba566045ba60f55 | 04e930d46cadaa0c73b94a0c22e4478f55fac844 | refs/heads/master | 2021-01-16T13:47:26.141865 | 2014-08-14T12:04:33 | 2014-08-14T12:04:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,428 | h | // $Id: VectorTimeValSerializer.h,v 1.2 2008/07/18 15:28:11 gutleber Exp $
/*************************************************************************
* XDAQ Components for Distributed Data Acquisition *
* Copyright (C) 2000-2009, CERN. *
* All rights reserved. ... | [
"hogenshpogen@gmail.com"
] | hogenshpogen@gmail.com |
b81ffa362aed22fec401c8fa467c14b5c6002b4a | 81cb7f28e2c68ea7e445f50df7d4a9e88cf85d88 | /lab/curved-text/quadraticBezierCurveRasterization.h | 6758c1c11d1dd0875722ca05e4bb35736a5f8c19 | [] | no_license | tuzebra/zjs | a38f8ba46a651eee191d781acbad24c55310aa6c | 25bfce0d8f3cd694da6823c302e344e259d7b9e0 | refs/heads/master | 2022-09-08T16:09:59.186443 | 2022-08-05T08:54:25 | 2022-08-05T08:54:25 | 79,694,490 | 9 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,936 | h | #include <stdio.h>
#include <assert.h>
#include <algorithm>
using namespace std;
//==============================
#include "loadbmp.h"
Bitmap bmp;
void DrawPixel(int x, int y) {
int pixel = y * bmp.width + x;
auto ptr = bmp.buffer + (bmp.bpp/8) * pixel;
ptr[0] = ptr[1] = ptr[2] = 255;
}
//==========================... | [
"huy.phan@nfq.asia"
] | huy.phan@nfq.asia |
d42d1960ccc78d384e16b8461160f92293d35834 | 3b763219cdd4401500e5ea0dd0eef68fe9cf79ec | /y=mx+c.cpp | 4350873cb8318eacbb5e4d74264bf4ae8a384be9 | [] | no_license | Ramjonchhen/graphicslab | 51d857da45af6a631f798a080bcab42e10d1b96f | ff8e52e180c5e22239db982350b46adad870d4bd | refs/heads/master | 2020-12-30T04:25:22.376351 | 2020-02-19T14:54:25 | 2020-02-19T14:54:25 | 238,859,730 | 0 | 0 | null | 2020-02-14T14:21:25 | 2020-02-07T06:40:05 | C++ | UTF-8 | C++ | false | false | 1,110 | cpp | // program to implement to draw a line using y=mx+c
// implemented by ram jonchhen
#include <graphics.h>
#include <conio.h>
#include <dos.h>
#include <iostream>
using namespace std;
int main()
{ // co-orindtaes
int x1 = 40, y1 = 40, x2 = 400, y2 = 400;
// variables
float m, c, x, y;
// displ... | [
"noreply@github.com"
] | noreply@github.com |
9abfff3c6515dd694eabe64f2fe7df9e9659c91d | 0c03bdf11be32374b8f0782cbb30782729e8758f | /Client2/comparator.cpp | b0d54c105d8d867a6eccb73a0587b768771701ef | [] | no_license | qiubix/TIN | da241149be4fdb76ef08387d415dd7b6d29742ba | 431536652627408ac7d12a36f6fffee9e4ed1098 | refs/heads/master | 2021-01-23T23:39:04.008394 | 2013-06-05T16:49:28 | 2013-06-05T16:49:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 54 | cpp | #include "comparator.h"
comparator::comparator()
{
}
| [
"prajmus@gmail.com"
] | prajmus@gmail.com |
78e01f9fae0afa2dbbc0d824895d9856b9716483 | 549270020f6c8724e2ef1b12e38d11b025579f8d | /recipes/vk-bootstrap/all/test_package/test_package.cpp | 9e770785ad30240bfdd5c3274da3354b1c3e9a59 | [
"MIT"
] | permissive | conan-io/conan-center-index | 1bcec065ccd65aa38b1fed93fbd94d9d5fe6bc43 | 3b17e69bb4e5601a850b6e006e44775e690bac33 | refs/heads/master | 2023-08-31T11:34:45.403978 | 2023-08-31T11:13:23 | 2023-08-31T11:13:23 | 204,671,232 | 844 | 1,820 | MIT | 2023-09-14T21:22:42 | 2019-08-27T09:43:58 | Python | UTF-8 | C++ | false | false | 130 | cpp | #include <VkBootstrap.h>
int main() {
vkb::InstanceBuilder instance;
instance.set_app_name("conan app");
return 0;
}
| [
"noreply@github.com"
] | noreply@github.com |
31dd3428710aec5d3797ba8ec04f8126d90a5443 | c223e4259ddbfe9b9a51ddcceab37c3d4ab65ee4 | /Learnbay Practice/Trees/isIdentical.cpp | b46e8eb586a205e26fdae0c80ec305897a456076 | [] | no_license | roshan3010/Roshan_NITM | bd4b4eaab4a040bdda1c381bd78795619d4df496 | 5b2b6be6d20382a6971016ddd874ae4c3c654cf0 | refs/heads/master | 2022-01-27T12:22:19.143220 | 2020-06-17T07:13:02 | 2020-06-17T07:13:02 | 219,022,844 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,666 | cpp | /*
*****************************
Check if two given binary trees are identical or not.
*****************************
*/
#include<bits/stdc++.h>
using namespace std;
struct node{
int data;
node* left;
node* right;
};
int isIdentical(struct node* root1, struct node* root2)
{
int temp;
if(!root1 &&... | [
"roshan.kumar@sungardas.com"
] | roshan.kumar@sungardas.com |
dcdd1d495bfd02d8dbf274b0e2ac68e000e07be2 | b1ecf5efbcacbb274898e29e7ee542e59ef93916 | /NCPC TF/1.cpp | 2a4e3f8ef99b31e0afe9f597a1d54000b813aece | [] | no_license | abufarhad/Programming | 92160c224578be116b2bb1e957ea105640a83ee6 | 282bf4df6c47817cb5d96ccee7dc2953438e8e11 | refs/heads/master | 2021-06-16T17:07:14.095691 | 2021-03-23T17:22:13 | 2021-03-23T17:22:13 | 180,426,830 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,735 | cpp | //! Bismillahi-Rahamanirahim.
/** ========================================**
** @Author: Md. Abu Farhad ( RUET, CSE'15)
** @Category:
/** ========================================**/
#include<bits/stdc++.h>
#include<stdio.h>
using namespace std;
#define ll long long
#define scl(n) cin>... | [
"abufarhad15@gmail.com"
] | abufarhad15@gmail.com |
3a57eb0404258717014be9d02ff58d7913f39a0d | 22e9144e9ca00d73e9a9d9e958fe1f04f511f9dd | /include/dll/layer_fwd.hpp | e59e78af07916a20299d7819467d81aeca651559 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | acknowledge/dll | e378c8d960df36e27b0f50a0d261bc6469cb80ad | 6ab90077bbfc93a4089c5a906dda039575fcc446 | refs/heads/master | 2021-01-12T05:34:23.360832 | 2016-12-22T09:58:06 | 2016-12-22T09:58:06 | 77,131,064 | 0 | 0 | null | 2016-12-22T09:22:35 | 2016-12-22T09:22:35 | null | UTF-8 | C++ | false | false | 1,664 | hpp | //=======================================================================
// Copyright (c) 2014-2016 Baptiste Wicht
// Distributed under the terms of the MIT License.
// (See accompanying file LICENSE or copy at
// http://opensource.org/licenses/MIT)
//==================================================================... | [
"baptiste.wicht@gmail.com"
] | baptiste.wicht@gmail.com |
a697b518f620d7d3d9d46d76dcb225a9bc221ba1 | d6b3f2c091c5bf3f669771c142e910174f5fc018 | /decommentify.cpp | 9d140d2a5467fbdc443ff01622e0492914341e88 | [
"MIT"
] | permissive | tenpercent/decommentify | 27d3cb4f256042fb18ca61ddb278ce578b0cc239 | c11ca2ad161e4da97fbc769efa4f728a6b0f4574 | refs/heads/master | 2016-09-03T07:06:45.261619 | 2013-12-10T12:04:37 | 2013-12-10T12:04:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,744 | cpp | #include <iostream>
#include <string>
using std::cin;
using std::cout;
using std::endl;
using std::string;
void get_program_text (string & text);
void process_program_text (string & program_text);
bool c_style_comment_starts_here (string const & program_text, size_t const current_symbol_pos);
bool c_style_comment_en... | [
"max.podkorytoff@yandex.ru"
] | max.podkorytoff@yandex.ru |
f82cd398783fa3e085e5f864ec768a264c9ee235 | daf4d928af2ee0fa207739a76fdd7578360ff73f | /OGS5/MSH/msh_edge.cpp | e00224ee7498057868aa80815a946693bd2bff0b | [] | no_license | UFZ-MJ/OGS_mHM | e735b411ccfdb5ff13b2f2c0e7e515191f722aed | 91b972560b8566738dbacc61c2f05e9fc6e7932e | refs/heads/master | 2021-01-19T17:31:13.764641 | 2018-02-08T10:27:59 | 2018-02-08T10:27:59 | 101,064,731 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,281 | cpp | /**************************************************************************
MSHLib - Object:
Task:
Programing:
08/2005 WW/OK Encapsulation from rf_ele_msh
last modified
**************************************************************************/
// C++
#include <cmath>
// MSHLib
#include "msh_edge.h"
#include "mathlib.... | [
"miao.jing@ufz.de"
] | miao.jing@ufz.de |
3c3605303c5b7173fda396c436c07c76a4c71069 | 26a85b9cc218b7a5aae697123d2bbe1e93b34676 | /Homework1.09/dungeon.h | 5b74d41e309e2c949c5dd3917c1c65b8f221f53e | [] | no_license | NicolasDelacruz/Com-S-327 | 459f5c4ec9d491fa9f1690a2d042d83d6e3622ca | 63173d3ce1b978c5209cb224aa498e1ffd45a463 | refs/heads/master | 2020-03-27T06:50:34.915726 | 2018-11-27T00:49:39 | 2018-11-27T00:49:39 | 146,139,493 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,370 | h | #ifndef DUNGEON_H
# define DUNGEON_H
# include "heap.h"
# include "macros.h"
# include "dims.h"
# include "character.h"
# include "descriptions.h"
#define DUNGEON_X 80
#define DUNGEON_Y 21
#define MIN_ROOMS 5
#define MAX_ROOMS 9
#define ROOM_MIN_X 4
#def... | [
"nicolasd@iastate.edu"
] | nicolasd@iastate.edu |
335c3ddda1889d6d9f8563b4b26086b77fda1488 | 119eeaa3a8a64c8e5cf945c71f7f720ed16115ae | /gameUr/GameManager.cpp | 0496d53385fe00a9983cbd5a6c717d0377ee5056 | [] | no_license | junsujeong/The-Royal-Game-of-Ur | d521fa5bfcadb997b12020c6d355feef0e47f9ae | 6e415a27c5029c9c3b63470049c0a4671419e283 | refs/heads/master | 2021-07-13T22:23:44.112935 | 2017-09-25T17:25:39 | 2017-09-25T17:25:39 | 104,780,337 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,097 | cpp | //---------------------------------------------------------------------------
// Name: Team C--: David Feldman, Edward VanDerJagt, Alex Bisbach,
// Junsu Jeong, Adam Larson
// Project: Play a game of Ur
// Purpose: This manages the game logic. Works as a policy.
//------------------------------------------------... | [
"junsu852@naver.com"
] | junsu852@naver.com |
d33d1560311bebecb5c643e982fc284d5d9751a9 | e041f6a59f5a9dc8edb301f32876abca061c9dab | /DateTime.Test.cpp | aabb81fc793f958e14d335ca1fe90df72ce91c7c | [] | no_license | jmfb/x-com-generations | 8b12e4993f6ac0d6ad59658f5ffe77e06f5beaa6 | 01050f976c6fe5dee2a40cd9a285f5a42aae035c | refs/heads/master | 2020-04-08T18:23:30.968806 | 2012-10-01T04:47:13 | 2012-10-01T04:47:13 | 32,373,578 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,490 | cpp | #include "DateTime.h"
#include "TimePointStream.h"
#include <UnitTest/UnitTest.h>
#include <ctime>
using UnitTest::Assert;
namespace XCom
{
TEST_CLASS(DateTimeTest)
{
public:
DateTimeTest()
{
}
TEST_METHOD(Constructor)
{
auto now = std::chrono::high_resolution_clock::now();
UnitTest::Mock... | [
"Jacob.Buysse@gmail.com"
] | Jacob.Buysse@gmail.com |
c1d80937cb575931c1f160fc001b334329c2ffb4 | 879681c994f1ca9c8d2c905a4e5064997ad25a27 | /root-2.3.0/run/MicroChannelFOAM/MicroChannel2/0.014/phi | 2ffac6a318b03f858d3acf8ddcdef59de0adb050 | [] | 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 | 14,152 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
... | [
"mizuha.watanabe@gmail.com"
] | mizuha.watanabe@gmail.com | |
c72d2977817a0141f225b9496cde7f190df3dad6 | 3dc1fce82436e5f5463ae4e40240ce5314ca973c | /AS-7/Graph.h | 0d1bb8b4a083318d36b29c238445c536217123a4 | [] | no_license | siddhesh-06/DSA_CPP | b836db99cc1e268903fdf70aef426a9904fdc5fe | b171369bea5ae4527b25b912307f630299e6e861 | refs/heads/master | 2023-04-21T15:14:11.888237 | 2021-05-11T05:12:27 | 2021-05-11T05:12:27 | 366,262,312 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 389 | h | #ifndef GRAPH_H_
#define GRAPH_H_
class node {
int u,v,w;
public:
node(){
u = 0;
v = 0;
w = 0;
}
friend class Graph;
};
class Graph {
int edges,vertices;
int **AM;
public:
Graph(int edges,int vertices);
void createAdjacencyMatrix(int vertices);
int getWeight(int u,int v);
int min_spanning_tree();
... | [
"61205098+siddhesh-06@users.noreply.github.com"
] | 61205098+siddhesh-06@users.noreply.github.com |
17f679db54d9c8db8321774c752c0daf38d5a186 | 4c23122234ae58b4d9fb1536796912c4ece06412 | /Engine/Graphics/Camera.h | b28df69d12bd4a38dff2b03512e48e36e92209be | [
"Zlib",
"MIT",
"Apache-2.0",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | acremean/urho3d | 1d705dd340c0684579e9a8b23bdb4ebab6d3763e | e0763e393ace3d0dd30781f5f63928d17e7fe5dd | refs/heads/master | 2020-05-01T01:46:35.156557 | 2013-02-28T11:57:46 | 2013-02-28T11:57:46 | 7,539,602 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,463 | h | //
// Copyright (c) 2008-2013 the Urho3D project.
//
// 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, mod... | [
"loorni@3bd170d8-ddcf-f82c-f583-7a401ccf5608"
] | loorni@3bd170d8-ddcf-f82c-f583-7a401ccf5608 |
67507051bf44a18bb9d243086296920e488363dc | 0693e30331dc5eaea03e65c8395553d911954441 | /nqueens.cpp | 0ee107151d5369bd493d4d3c72ae4aac0fcf50b2 | [] | no_license | enochyl/cpp-misc | 5a0470ba69d66c1c9896d05110a8e0803063c317 | b5f1002b401ccfa83abfb9b97db2c6e490359531 | refs/heads/master | 2021-09-20T17:09:55.971470 | 2018-08-12T23:28:08 | 2018-08-12T23:28:08 | 80,378,593 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,735 | cpp | #include <iostream>
#include <stdio.h>
#define N 10
void printSolution(int board[N][N]) {
for (int i = 0; i < N; i++) {
for (int j = 0; j < N; j++)
printf(" %d ", board[i][j]);
printf("\n");
}
}
bool isSafe(int board[N][N], int row, int col) {
int i, j;
// Check the row on the left
for (i = ... | [
"Enoch@EMBP.local"
] | Enoch@EMBP.local |
061b024ea98291b7cf8110fac08d0329755faab6 | 10d230b853eee621d6867ada8ef89fc0a01c618b | /src/alert.cpp | 38c984fa41ce8768c400c903d5346ffb209558cf | [
"MIT"
] | permissive | gmyhre/roblecoin | c4f78a4d278ed4986d699a348c2a6e73a40a7120 | 611c2d29dcb42d815ead57c054a7d36ee8c72007 | refs/heads/master | 2023-07-17T15:08:09.152809 | 2021-09-05T18:45:20 | 2021-09-05T18:45:20 | 403,155,849 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,387 | cpp | //
// Alert system
//
#include <algorithm>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <boost/foreach.hpp>
#include <map>
#include "alert.h"
#include "key.h"
#include "net.h"
#include "sync.h"
#include "ui_interface.h"
using namespace std;
map<uint256,... | [
"graham@chiseldesign.com"
] | graham@chiseldesign.com |
ed027ab90fb8566b8fd41090c3668cf4328b86ec | 5ea1216c24b62c6beab3c6d9d2e2e06a9c58c796 | /剑指Offer/19.正则表达式匹配.cpp | c0df9f70c3e61444ac8d13cd85b3cb0d36e2c590 | [] | no_license | xiami2019/LeetCode | 596de2f093d52b58cf80421f67de03757578cd5f | 8d09a56672553ecee4af731796980b2c61c52df2 | refs/heads/master | 2021-01-02T15:15:13.984178 | 2020-07-08T01:20:15 | 2020-07-08T01:20:15 | 239,675,873 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,058 | cpp | // 递归解法 (比较耗时,可能会超时)
class Solution {
bool isMatchHelper(string& s, string& p, int indexS, int indexP) {
if (indexS == s.length() && indexP == p.length()) {
// 已经到了字符串和模版末尾,匹配成功
return true;
}
if (indexS != s.length() && indexP == p.length()) {
// 模版已经到了... | [
"435350193@qq.com"
] | 435350193@qq.com |
41df3c5fddf546bafe45bba9eaef45014d736b40 | 0385ab1557417c87c4fa6ce445520b4b49c97f85 | /binmake.cc | 438ee54d77f05efd48e76c1e4705d4160d60a521 | [] | no_license | Icaro-Lima/LabarcFPGASimulatorDesktop | 09c7dee8eee15d6447e860530f06258d01d8df6e | 39d4021018a633cb4e31a9eb042e2cd7dafd12ab | refs/heads/master | 2022-04-29T14:37:22.817020 | 2022-03-15T15:41:02 | 2022-03-15T15:41:02 | 132,237,308 | 66 | 10 | null | 2021-09-23T22:42:15 | 2018-05-05T10:22:11 | C++ | UTF-8 | C++ | false | false | 790 | cc | /* How to use
==========
Prepare a file called riscv.s with the following content:
.section .text
.globl main
main:
nop
------- EOF ------------
Then run the following commands with inst.101 as input: */
// make binmake
// riscv-gcc -nostartfiles -T$RISCV/link.ld riscv.s -o riscv.out
// grep ^[01] inst... | [
"elmar@dsc.ufcg.edu.br"
] | elmar@dsc.ufcg.edu.br |
ecc793891c0bb1d60080c81837afa09b6fdae968 | de69472b45892d386ec3ef7cf38b4661b9c0905e | /Kernel/FileSystem/SysFS/Subsystems/Kernel/Network/UDP.h | e48f9afa9a45f0a3d6bcc8c588c959ff0f9a2143 | [
"BSD-2-Clause"
] | permissive | supercomputer7/serenity | 1f1fd67285b30cb18dc6804868151af546ade47f | 70c35c8c10f43485349d1c1659f2dc95fa3bceac | refs/heads/master | 2023-09-03T16:24:36.031835 | 2023-01-07T19:35:22 | 2023-01-07T19:35:22 | 213,246,590 | 6 | 0 | BSD-2-Clause | 2019-10-06T21:27:50 | 2019-10-06T21:27:50 | null | UTF-8 | C++ | false | false | 809 | h | /*
* Copyright (c) 2022, Liav A. <liavalb@hotmail.co.il>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <AK/Types.h>
#include <Kernel/FileSystem/SysFS/Subsystems/Kernel/GlobalInformation.h>
#include <Kernel/KBufferBuilder.h>
#include <Kernel/Library/LockRefPtr.h>
#include <Kernel/UserOrKernelB... | [
"andrewdkaster@gmail.com"
] | andrewdkaster@gmail.com |
7b772cad5a7dc7fbbff70d43e3933d811ca2848d | 01d767e6e0c237a2688aed222153ab80d2640b79 | /543-diameter-of-binary-tree/543-diameter-of-binary-tree.cpp | 18c7426f0c68387375d97f21d481e2318e57e691 | [] | no_license | Samiatrix/Leetcode-Problems | 75669ec7a11ccfaa61737c84acc7d704c6cd5767 | 529704d47206ccc574af7fa79df85edafcd768db | refs/heads/master | 2022-06-29T05:34:08.326534 | 2022-06-24T10:58:00 | 2022-06-24T10:58:00 | 239,309,504 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 726 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode() : val(0), left(nullptr), right(nullptr) {}
* TreeNode(int x) : val(x), left(nullptr), right(nullptr) {}
* TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), l... | [
"37403386+Samiatrix@users.noreply.github.com"
] | 37403386+Samiatrix@users.noreply.github.com |
874f9eb411fe2a29c3a26c64b3b507a8c440da5a | 8afb5afd38548c631f6f9536846039ef6cb297b9 | /_REPO/MICROSOFT/cocos2d-x/cocos/base/CCProperties.cpp | f38afc92331fa29502aee1032cee036719fc14a5 | [
"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 | 36,745 | cpp | /**
Copyright 2013 BlackBerry Inc.
Copyright (c) 2015-2017 Chukong Technologies
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... | [
"bryan.guner@gmail.com"
] | bryan.guner@gmail.com |
d2ab2f0533ebab39ed7a075ce3d09c774d622df6 | 65a7d6d154511c953084c2ad59c879bcf60ddf36 | /buildmon.cpp | 62257c2f6355b97404d5b89bb0a0ee1dbb37520c | [
"MIT"
] | permissive | russellw/buildmon | dc28f13c34742b096bd1441d46e860bbbc55d97c | d2ca212ac522943abe46dccff9aa667b7b4b2007 | refs/heads/master | 2020-06-09T00:22:37.330453 | 2015-07-09T23:54:51 | 2015-07-09T23:54:51 | 38,096,366 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,571 | cpp | // Include this #define to use SystemTraceControlGuid in Evntrace.h.
#define INITGUID
#include <windows.h>
#include <conio.h>
#include <stdio.h>
#include <tdh.h>
static void help() {
printf("Usage: buildmon [options]\n"
"\n"
"-h Show help\n"
"-v Show version\n");
exit(0);
}
struct P... | [
"russell.wallace@gmail.com"
] | russell.wallace@gmail.com |
fafebf2a1923417f3dc0d0249b52e3c42ef4bce6 | 0a3a009fa93539a2b45b5642341f4cb0c5c62df5 | /Axis.CommonLibrary/domain/materials/MaterialStrategy.hpp | f6649713b5504782dc357ff40c11bc4b4c0d2572 | [
"MIT"
] | permissive | renato-yuzup/axis-fem | 5bdb610457013d78a9f62496d4a0ba5e68a5a966 | 2e8d325eb9c8e99285f513b4c1218ef53eb0ab22 | refs/heads/master | 2020-04-28T19:54:21.273024 | 2019-03-31T22:04:22 | 2019-03-31T22:04:22 | 175,526,004 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 422 | hpp | #pragma once
#include "Foundation/Axis.CommonLibrary.hpp"
#include "UpdateStressCommand.hpp"
namespace axis { namespace domain { namespace materials {
class AXISCOMMONLIBRARY_API MaterialStrategy
{
public:
MaterialStrategy(void);
virtual ~MaterialStrategy(void);
virtual UpdateStressCommand& GetUpdateStressComma... | [
"renato@yuzu-project.com"
] | renato@yuzu-project.com |
39d140e71c74f2bb459a77c6996c9ad0a5649a6c | 266b3911034ffe37f6c1c88ae4061f5792676c8b | /plugins/rule_engines/irods_rule_engine_plugin-irods_rule_language/nre.reHelpers2.cpp | b4fff655284ca3cb85158e81c75a22ca820e2f96 | [
"BSD-3-Clause"
] | permissive | trel/irods | cca485264f4189cb9fc9ce63f204faf5ff9f1ff5 | dc462b0e90f3d715546329570f5950dd425dc489 | refs/heads/master | 2022-05-20T16:51:46.864969 | 2021-10-04T17:55:26 | 2021-10-04T17:59:34 | 73,592,300 | 1 | 0 | NOASSERTION | 2021-10-04T17:59:35 | 2016-11-13T03:03:35 | C++ | UTF-8 | C++ | false | false | 984 | cpp | /*** Copyright (c), The Regents of the University of California ***
*** For more information please refer to files in the COPYRIGHT directory ***/
#include "reGlobalsExtern.hpp"
#include "resource.hpp"
#include "dataObjOpr.hpp"
extern char *rmemmove( void *dest, void *src, int strLen, int maxLen );
stati... | [
"irods.ben.keller@gmail.com"
] | irods.ben.keller@gmail.com |
a4677aefd05263b1cf8a19b230b149b6f2a636ff | 07d5313b6f7aa7fc421dd244a045e45962b23bf8 | /Common_3/ThirdParty/OpenSource/BulletPhysics/2.77/src/vectormath/sse/vectormath_aos.h | 86f62cc2ac04b871d3b6b29a008b4c3077048c2a | [
"Zlib",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-unknown",
"Apache-2.0"
] | permissive | daveansh/The-Forge | 4bc91d1978f6f46ec746d4e690280fcdfe06efbd | 29b377a64230be414eb84b632b8517646a1f9da4 | refs/heads/master | 2022-02-22T21:14:44.125736 | 2019-08-19T20:27:19 | 2019-08-19T20:27:19 | 192,270,664 | 1 | 0 | Apache-2.0 | 2019-06-17T03:44:11 | 2019-06-17T03:44:11 | null | UTF-8 | C++ | false | false | 84,663 | h | /*
Copyright (C) 2006, 2007 Sony Computer Entertainment Inc.
All rights reserved.
Redistribution and use in source and binary forms,
with or without modification, are permitted provided that the
following conditions are met:
* Redistributions of source code must retain the above copyright
noti... | [
"manas@conffx.com"
] | manas@conffx.com |
71024f24f7afda5e6c05ca8cf177fb7de67e0d94 | 77bb043f240830cc187bd6c50c76b9f8518cccac | /CTest5-5/CTest5-5/CTest5-5Doc.cpp | e00f3bb875225119124e2b4b76dfc24424fdaef8 | [] | no_license | zhanghuanjian/VCTest | 11c7dee6772d8e51cb55596f92d30198529f086e | 0257884950bb9fe4e64c7ec8a35a511477b2cb0d | refs/heads/master | 2022-10-15T23:26:27.080896 | 2020-06-15T09:54:23 | 2020-06-15T09:54:23 | 269,604,649 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,554 | cpp |
// CTest5-5Doc.cpp : CCTest55Doc 类的实现
//
#include "stdafx.h"
// SHARED_HANDLERS 可以在实现预览、缩略图和搜索筛选器句柄的
// ATL 项目中进行定义,并允许与该项目共享文档代码。
#ifndef SHARED_HANDLERS
#include "CTest5-5.h"
#endif
#include "CTest5-5Doc.h"
#include <propkey.h>
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CCTest55Doc
IMPLEMENT_DYNCREATE(CCTes... | [
"2027663096@qq.com"
] | 2027663096@qq.com |
47129e09fde5ae2fbcc05a7c371b9e3a16ed787e | 67329bbdb6007d530ab1f35ea137c40214f33b5a | /Classes/UpgradeScene.cpp | 726f2ea9c5c013279bfe0ce25a99751bc857d0ab | [] | no_license | autumn-na/spelunker | 980d1f4a0c7ba545bfac5c5498510407a56cf7d0 | 1114a1b438e1c9622eec5c9bf0a323a722084d0a | refs/heads/main | 2023-07-25T10:55:09.016001 | 2021-08-17T01:51:36 | 2021-08-17T01:51:36 | 395,694,217 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 22,525 | cpp | #pragma execution_character_set("utf-8")
#include "UpgradeScene.h"
#include "MenuScene.h"
#include "EquipmentManagement.h"
#include "AudioManagement.h"
#include "ending.h"
Scene* UpgradeScene::createScene()
{
auto scene = Scene::create();
auto layer = UpgradeScene::create();
scene->addChild(layer);
return scen... | [
"minhyoung0724@gmail.com"
] | minhyoung0724@gmail.com |
416d4185bfab41195a0aea3c7cdc991d7b87e783 | fc33c65cdb4933b349c4513e5701ba7d3cd53df9 | /include/ans/make_range.hpp | 7b764a87c8c24244ecf8618a27bcaffbadf92129 | [] | no_license | Answeror/ans | ff9abbc1c7fa977a3bcd77c2d753f1de7947a3da | 7cc5ce6876c0b488a56e0bc7dbc7bbe1fdcb2996 | refs/heads/master | 2021-01-20T06:25:13.715741 | 2012-10-15T15:17:05 | 2012-10-15T15:17:05 | 1,858,037 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 7,823 | hpp | #ifndef ANS_MAKE_RANGE_HPP
#define ANS_MAKE_RANGE_HPP
/*
<author>Answeror</author>
<date>2010-06-28</date>
*/
#include <boost/range.hpp>
#include <boost/iterator/transform_iterator.hpp>
#include <boost/iterator/zip_iterator.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/iterator/indirect_iterator.hpp>
namespa... | [
"Answeror@.(none)"
] | Answeror@.(none) |
fc1579ab1a356854ee5e92cd8a1103b203dcd492 | 72d74105b618b25a84cc6cae10734c2030ce60b8 | /DP/2193.cpp | 3ba7624dc46ee5ca864f9e5a3cbd2e25426f2324 | [] | no_license | 100th/Baekjoon-Algorithm | cc0d366b0bf115229bb4b680dc256f86a67d580c | 80901254cb6ae8d1109ef25894b10c101675bb5e | refs/heads/master | 2018-12-21T10:26:05.243754 | 2018-10-27T05:51:21 | 2018-10-27T05:51:21 | 123,686,411 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 231 | cpp | #include <stdio.h>
int N;
long output[100];
int main(){
scanf("%d", &N);
for (int i = 1; i <= 91 ; i++){
output[1] = 1;
output[2] = 1;
output[i] = output[i-1] + output[i-2];
}
printf("%ld\n", output[N]);
}
| [
"99th_day@naver.com"
] | 99th_day@naver.com |
fb6bd166af3a82cda58f02c1a22e3905e13e0f73 | 4ebab885063ce6394c63a92729fc2eadc26a96c6 | /2724/main.cpp | 0ddfc7432dbfc7feb653a28b6f5ca5519b71ad7e | [] | no_license | Ienu/Openjudge | fa8c38737e6046f0135269bbcfbe52735ca67054 | 12cabdda3a19aebebe579310048a23345497e40c | refs/heads/master | 2020-03-14T08:26:10.554160 | 2018-04-29T19:41:44 | 2018-04-29T19:41:44 | 131,524,285 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 774 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
struct student
{
char num[11];
int mon;
int day;
double hash;
};
bool compare(student s1, student s2)
{
return s1.hash < s2.hash;
}
int main()
{
int n, i, j;
cin >> n;
vector<student> vs;
for (i = 0; i < n; ++i)
{
student st... | [
"312157867@qq.com"
] | 312157867@qq.com |
83af214270bb5f3aef7773fbdbca4774f63e2e81 | 6d258d9abc888d6c4640b77afa23355f9bafb5a0 | /boost_asio/example/cpp03/spawn/echo_server.cpp | 913cbeccb48457fd2489a81762bd58538419b882 | [] | no_license | ohwada/MAC_cpp_Samples | e281130c8fd339ec327d4fad6d8cdf4e9bab4edc | 74699e40343f13464d64cf5eb3e965140a6b31a2 | refs/heads/master | 2023-02-05T00:50:47.447668 | 2023-01-28T05:09:34 | 2023-01-28T05:09:34 | 237,116,830 | 15 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,056 | cpp | //
// echo_server.cpp
// ~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2022 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include <boost/asio/detached.hpp>
#i... | [
"ml.ohwada@gmail.com"
] | ml.ohwada@gmail.com |
14fdd56bd161f78bafe07827e6f81538ea706191 | 0e28209dd3642116dbcc77d744757bea2837a57a | /src/integer_polyomino/gpmap/bindings.cpp | b4e34f555496080dfa2a17c4307202c3d179e15b | [
"MIT"
] | permissive | vatj/gpmap_integer_polyomino | 204e3b42d8d77449bba29fa110208b2617781124 | ffa7f53bb17e43c53ea387bfc3cf8a6c917037c4 | refs/heads/master | 2022-12-09T21:45:21.465878 | 2021-02-11T06:05:39 | 2021-02-11T06:05:39 | 169,632,012 | 0 | 0 | MIT | 2022-12-08T01:48:35 | 2019-02-07T19:46:57 | C++ | UTF-8 | C++ | false | false | 6,687 | cpp | #include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include "gpmap_api.hpp"
namespace py = pybind11;
PYBIND11_MODULE(gpmap, m) {
m.doc() = R"pbdoc(
Integer Polyomino GPMap Analysis Module
--------------------------------------------
.. currentmodule:: gpmap
.. autosummary::
... | [
"vicatjou@gmail.com"
] | vicatjou@gmail.com |
68e91551f22bbcade989635fcee7be78a0ae6a2b | d251464e8a3220ed4e98cee2f59727a070ede219 | /include/f/window/crtp/flat_top.hpp | cd660deaf383ebd65aba47e586713eb4dc9ddece | [] | no_license | samfairman/larbed_input_data_preparation | 802215786c8233e4da63f504808a2b10dbd00721 | cc5f25a36436fa02eec971ef3aed120da421392a | refs/heads/master | 2022-04-02T01:34:45.857203 | 2020-01-23T09:54:29 | 2020-01-23T09:54:29 | 235,591,346 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,090 | hpp | #ifndef SAUAOUSQFVGGRMUVMCIENMROUUSIVNJCKGQSQSHUDQEBHJPAPMSMTVXPPNIUDYJJSPCQEKFMM
#define SAUAOUSQFVGGRMUVMCIENMROUUSIVNJCKGQSQSHUDQEBHJPAPMSMTVXPPNIUDYJJSPCQEKFMM
#include <f/window/crtp/window_crtp.hpp>
#include <cstddef>
#include <cmath>
namespace f
{
template< typename T >
struct flat_top_window : windo... | [
"sam.fairman2@gmail.com"
] | sam.fairman2@gmail.com |
137fb804479f2f7621fe39512da2105c5d476840 | 7ccccd69629354409566ba01d93572a4da0ba364 | /Desarrollo/Motor/includes/SPARK/Extensions/Zones/SPK_Sphere.h | 3f92ddd792c742b98bacf320615d7ac2b8884006 | [] | no_license | Juliyo/LastBullet | eac779d78f0e8d62eb71ac4ecaa838e828825736 | 4f93b5260eaba275aa47c3ed13a93e7d7e60c0e9 | refs/heads/master | 2021-09-11T12:27:29.583652 | 2018-01-18T14:14:52 | 2018-01-18T14:14:52 | 104,806,970 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,621 | h | //////////////////////////////////////////////////////////////////////////////////
// SPARK particle engine //
// Copyright (C) 2008-2013 - Julien Fryer - julienfryer@gmail.com //
// //
// This software is provided 'as-is', without any express or implied //
// warranty. In no event... | [
"julio17795@hotmail.com"
] | julio17795@hotmail.com |
4a985eebb55ecf76974a050f9316ce532e5cce81 | 0b66399ced2c7b50f5ee53c81562dab79b33ed67 | /MyCardDemo2/Generated Files/winrt/impl/Windows.Devices.Lights.2.h | b45179fb85200021a0895810094362f37d18edd2 | [] | no_license | wcj233/MyCardDemo_winrt | 091bab68e175ef15592ec577238fddd18f98d011 | 194aabb320949e7b7fcffec0f5b47a3a0ab87c58 | refs/heads/master | 2020-06-23T09:13:13.642856 | 2019-07-24T07:20:21 | 2019-07-24T07:20:21 | 198,580,469 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,918 | h | // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.190506.1
#ifndef WINRT_Windows_Devices_Lights_2_H
#define WINRT_Windows_Devices_Lights_2_H
#include "winrt/impl/Windows.Foundation.1.h"
#include "winrt/impl/Windows.Devices.Lights.1.h"
namespace winrt::Windows::Devices::Lights
{
struct WIN... | [
"v-faywan@microsoft.com"
] | v-faywan@microsoft.com |
f6f5c9e7056c5df6ed52842085459f900b23a4fc | 82a91eb4f59b384369e30c1b5cf5f1bc34c7ab49 | /test/lexertest.cpp | a3f4b9aea6b580c5a89367cf8c8697f5b0fc9ea3 | [] | no_license | GunterMueller/simpledb-cpp | a41471f2cd6b297b1331a35218d90fcd0bdf573e | f140aaf5a937eda77439dc4ee15052f7dc45bb9a | refs/heads/master | 2023-03-26T20:22:15.739281 | 2021-03-23T05:55:46 | 2021-03-23T05:55:46 | 574,207,400 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 586 | cpp | #include <iostream>
#include <sstream>
#include "parse/lexer.hpp"
#include "gtest/gtest.h"
namespace simpledb {
TEST(parse, lexer_test) {
std::string s = "";
std::stringstream sS("A=1 \n 3=A");
std::string x = "";
int y = 0;
while (std::getline(sS, s, '\n')) {
lexer lex(s);
if (lex.match_id()) {
... | [
"wattlebirdaz@gmail.com"
] | wattlebirdaz@gmail.com |
2f85ab3f1b08d9eb9527c71e3e22c8e99f38a48d | 468794557d46a56860f723a53f08cd567d30db87 | /src/agent/observable.h | 933a199822d8e31377ad4b45909cea5300780e59 | [
"Apache-2.0"
] | permissive | codershamo/cloud-debug-java | c0b6c3ac267468db609ab55d57946c9fe1b24cce | 715f328e41acaa60ba05c0c77dda72622cd5e9a4 | refs/heads/master | 2021-08-23T22:54:52.791388 | 2017-12-06T22:29:20 | 2017-12-06T23:59:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,038 | h | /**
* Copyright 2015 Google Inc. 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 appli... | [
"vlif@google.com"
] | vlif@google.com |
780b6335ab8793af347635d470fe501a977ff5e9 | e1d6417b995823e507a1e53ff81504e4bc795c8f | /gbk/Common/Packets/GCCharSkill_Send.cpp | 8eefcebee34756b03cc1e1f9bedfc6df62cfcbbc | [] | no_license | cjmxp/pap_full | f05d9e3f9390c2820a1e51d9ad4b38fe044e05a6 | 1963a8a7bda5156a772ccb3c3e35219a644a1566 | refs/heads/master | 2020-12-02T22:50:41.786682 | 2013-11-15T08:02:30 | 2013-11-15T08:02:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,482 | cpp | // GCCharSkill_Send.cpp
//
/////////////////////////////////////////////////////
#include "stdafx.h"
#include "GCCharSkill_Send.h"
using namespace Packets;
BOOL GCCharSkill_Send::Read( SocketInputStream& iStream )
{
__ENTER_FUNCTION
iStream.Read( (CHAR*)(&m_ObjID), sizeof(ObjID_t));
iStream.Read( (CHAR*)(&m_nLo... | [
"viticm@126.com"
] | viticm@126.com |
53cdacaa12b85ed4552f5699011a5ffb448748ac | ec61ec7103731451c53fc7c78bc2c1bb8bf74823 | /Source/FG_ASTAR/Units/Components/Unit_Movement_Component.h | 44978f78cec2d65b2c0c8bd4417651f0b73a0ca2 | [] | no_license | Paxton89/ASTAR_Pathfinding_Unreal | 7ec33b1e9c345061f0748413204a7495c5c8abeb | fc1fbc4c1b053412ac5febb9beb7d6016ca64cec | refs/heads/main | 2023-08-12T21:05:09.498920 | 2021-09-24T14:22:37 | 2021-09-24T14:22:37 | 407,469,180 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 709 | h | #pragma once
#include "CoreMinimal.h"
#include "Components/ActorComponent.h"
#include "Unit_Movement_Component.generated.h"
class ATile;
UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) )
class FG_ASTAR_API UUnit_Movement_Component : public UActorComponent
{
GENERATED_BODY()
public:
UUnit_Movement_... | [
"89Johan@live.se"
] | 89Johan@live.se |
a769c8e68b4b8fb40ff94fa295baa13756fad8fe | 5e8d200078e64b97e3bbd1e61f83cb5bae99ab6e | /main/source/src/numeric/model_quality/functions.cc | 3f437f976c7394d732268e88894b4afa3a8fe001 | [] | no_license | MedicaicloudLink/Rosetta | 3ee2d79d48b31bd8ca898036ad32fe910c9a7a28 | 01affdf77abb773ed375b83cdbbf58439edd8719 | refs/heads/master | 2020-12-07T17:52:01.350906 | 2020-01-10T08:24:09 | 2020-01-10T08:24:09 | 232,757,729 | 2 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 1,128 | cc | // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
// vi: set ts=2 noet:
//
// (c) Copyright Rosetta Commons Member Institutions.
// (c) This file is part of the Rosetta software suite and is made available under license.
// (c) The Rosetta software is developed by the co... | [
"36790013+MedicaicloudLink@users.noreply.github.com"
] | 36790013+MedicaicloudLink@users.noreply.github.com |
94873aae640f0553191909277536d8f4e9622e40 | 60aa2c4c250c7739e73d60ee08b1dd2190c03645 | /205A.cpp | 5560cb3610533ac9182e9a8185f7be1d2d7aa0d1 | [] | no_license | satylogin/CODEFORCES | b26eab86547b2c83422df64b463c6ba4e60324c3 | 1ce718d8d8240190ad3f61a7988da210c9c0a02d | refs/heads/master | 2021-05-04T03:38:35.236280 | 2021-03-14T05:58:24 | 2021-03-14T05:58:24 | 70,775,359 | 4 | 4 | null | 2020-10-12T09:03:27 | 2016-10-13T06:21:09 | C++ | UTF-8 | C++ | false | false | 632 | cpp | #include <bits/stdc++.h>
using namespace std;
#define MOD 1000000007
#define ll long long int
#define ld long double
#define pb push_back
#define mkp make_pair
#define pii pair<int, int>
#define pll pair<long long int, long long int>
#define sci(x) scanf("%d", &x)
#define scl(x) scanf("%lld", &x)
#define fi first
#d... | [
"noreply@github.com"
] | noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.