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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cad53857761babaab43ea3c9c524ccfcef6c784e | ffbbd313dc73bbf35424c607e2340552fd3471c9 | /Source/Entity/Attackers/Swordsman.h | e90c5983ec10a5af1edb55030443ffb66ff207ba | [] | no_license | BrodyCloud/Step-Knight | c55667879e0dc6132d87a62eb4f8ac9301ca840a | f3120833c5daa35a79c0c425d0cc6aa28270a427 | refs/heads/master | 2021-05-07T06:33:10.272018 | 2017-11-30T01:38:23 | 2017-11-30T01:38:23 | 111,761,551 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 149 | h | #ifndef SWORDSMAN_H
#define SWORDSMAN_H
#include "Attackers.h"
class Swordsman : public Attackers {
public:
Swordsman(int x, int y);
};
#endif
| [
"andreabrodycloud@gmail.com"
] | andreabrodycloud@gmail.com |
f81df77cfe51440ddb6d71b484a942e96239b217 | 410e45283cf691f932b07c5fdf18d8d8ac9b57c3 | /ui/message_center/views/message_view.h | 68d7872f0289ba25cafd96dee9e93c3d2838eef1 | [
"BSD-3-Clause"
] | permissive | yanhuashengdian/chrome_browser | f52a7f533a6b8417e19b85f765f43ea63307a1fb | 972d284a9ffa4b794f659f5acc4116087704394c | refs/heads/master | 2022-12-21T03:43:07.108853 | 2019-04-29T14:20:05 | 2019-04-29T14:20:05 | 184,068,841 | 0 | 2 | BSD-3-Clause | 2022-12-17T17:35:55 | 2019-04-29T12:40:27 | null | UTF-8 | C++ | false | false | 7,418 | h | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_MESSAGE_CENTER_VIEWS_MESSAGE_VIEW_H_
#define UI_MESSAGE_CENTER_VIEWS_MESSAGE_VIEW_H_
#include <memory>
#include "base/macros.h"
#include ... | [
"279687673@qq.com"
] | 279687673@qq.com |
1076a4a3fa9c9f374e2d8630d227617aea32c97d | cadd9ab613d665c42242abaa2b75f9ae83c3ca92 | /src/pow.cpp | 05ed02037ff41f4d24bd4ea00720cafb28b9152e | [
"MIT"
] | permissive | alkaperl/pitcore-pitcoin | 687bb50d12c28fbce24583d5ba91abeb052725d2 | 0f08a006f8c5043d4d590f4adc9c7e640e6f9b62 | refs/heads/master | 2020-03-27T23:23:14.029314 | 2018-09-04T08:33:31 | 2018-09-04T08:33:31 | 147,313,830 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,984 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "pow.h"
#include "arith_uint256.h"
#include "chain.h"
#include "primiti... | [
"alkaperl@gmail.com"
] | alkaperl@gmail.com |
5baf21f149929200fb0525b7b3e949f8f7c064dc | b6b172a7dda1a2cc00ce5e34bd7797c0f6e3030d | /aim for offer/26.cpp | 4c8537ee9217f86ee8c53df86ab20b20923d4f6c | [] | no_license | zhongjinda/exercise | f44c01bdd6e95fb3434cc81cc75fa364bba53aa8 | c0a1285972f378e1721681fe2a48a22342fec8aa | refs/heads/master | 2020-05-29T11:43:22.891915 | 2015-05-10T13:35:22 | 2015-05-10T13:35:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,601 | cpp | /*
请实现函数ComplexListNode* clone(ComplexListNode* head),
复制一个复杂链表。在复杂链表中,每个结点除了有一个next
指针指向下一个结点外,还有一个sibling指针指向链表中的任意
结点或者NULL。
*/
#include <stdio.h>
struct ComplexListNode
{
ComplexListNode* next;
ComplexListNode* sibling;
char value;
ComplexListNode()
:next(NULL), sibling(NUL... | [
"liyuan989@gmail.com"
] | liyuan989@gmail.com |
cab05923fdcb3989fc416219365018c332d63b9b | 29859f9c67f04840c986f06a69464a7da1e854d8 | /collada/ColladaElement.cpp | 4f922eb9fc0107408d7516f7b4a5a5d1ae689e4d | [] | no_license | marrony/game-engine | 49fa9f45ec3d920ed2c714a9c486df7d6fe3d562 | 2870cdce4bda2e510bff5fab4d0bb27580d9c62a | refs/heads/master | 2021-01-10T07:17:37.622740 | 2014-01-09T01:18:07 | 2015-10-21T16:49:15 | 44,690,592 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,313 | cpp | /*
* ColladaElement.cpp
*
* Created on: 20/04/2012
* Author: marrony.neris
*/
#include "ColladaElement.h"
#include "ColladaUtil.h"
void ColladaElement::addElement(ColladaElement* element) {
if(element) {
element->parent = this;
elements.push_back(element);
}
}
void ColladaElement::a... | [
"neris.marrony@gmail.com"
] | neris.marrony@gmail.com |
6f5364b6c21fe80fd8996cb4750f4077bbe2062f | 6fd8f36c1c73128eca48ba1d808dacc39dd76c99 | /src/meta/bundle.h | 4ac8942cf1e7b4e216c693fd21791c8170356bba | [
"MIT"
] | permissive | vermosen/meta | 5936504b2f3028b083bd8ef5ec827aaa7a37b6cb | 4ae1d6f6ed20e7667b09894498680f64f7c1f81c | refs/heads/main | 2023-04-15T05:51:26.466608 | 2021-05-03T15:09:20 | 2021-05-03T15:09:20 | 304,861,776 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 296 | h | #pragma once
#ifndef META_BUNDLE_H
#define META_BUNDLE_H
#include <vector>
#include <meta/bundles/layout.h>
namespace meta {
template <
typename T
, bundles::layout Layout
, typename Container = std::vector<T, std::allocator<T>>
>
class bundle;
}
#endif // META_BUNDLE_H
| [
"vermosen@yahoo.com"
] | vermosen@yahoo.com |
83ce8d35b349af79ad9cf179db1094b54c0e0b99 | 5c0847cf320eb226a932bfd30b1489a2d4e688f9 | /Robot/vicon_host/src/fdcl_robot.cpp | 56246db60b1268079b0ca5d05e87460182e1bbdc | [] | no_license | poolec4/Strata-Ground-Robot | 4fbf4e53ecf493109d3864d788c833870eefb70b | 811423dc2ce6e25fd40f5ec5dd8dfbaf5d983d2f | refs/heads/master | 2021-09-08T16:57:44.897036 | 2021-08-31T23:36:16 | 2021-08-31T23:36:16 | 121,703,340 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 226 | cpp | #include "fdcl_robot.h"
fdcl_robot::fdcl_robot()
{
clock_gettime(CLOCK_REALTIME, &tspec_INIT);
}
void fdcl_robot::callback_VICON(Vector3 x_v, Vector4 q_v, Matrix3 R_vm)
{
this->x_v=x_v;
this->q_v=q_v;
this->R_vm=R_vm;
}
| [
"poolec4@aol.com"
] | poolec4@aol.com |
96e49b6b94066bc3484a5946fa20ffb9a95fbe93 | 75fb6773c7d4b17e0ae3b3b8008d97403073bd1b | /day03/ex01/FragTrap.hpp | 359d155e75769fb3045b5fd0f8fec0d33172b1bd | [] | no_license | MANT-i-S/cpp_piscine | 12c0e45dcd57112e401aa9bdde49b184f90dff80 | ec74b96d41ee0819b9889cc020a6b2627fbbdf9d | refs/heads/master | 2020-08-23T16:38:59.646158 | 2019-11-19T23:50:42 | 2019-11-19T23:50:42 | 216,664,966 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 598 | hpp | #ifndef FRAGTRAP_HPP
#define FRAGTRAP_HPP
#include <iostream>
#include <time.h>
class FragTrap{
public:
int hp;
int maxhp;
int ep;
int maxep;
int lvl;
std::string name;
int MeleeDmg;
int RangedDmg;
int Armor;
FragTrap(void);
FragTrap(FragTrap const &src);
FragTrap(std::string const name);
~FragTrap(voi... | [
"sholiak@e1z3r5p20.42.us.org"
] | sholiak@e1z3r5p20.42.us.org |
9655165bc6de2f92bc6d8dd498d1b2a3f13fec56 | 704fcd733a79de7a478c82dc8981e15033d916be | /5/sumOfReciprocals.cpp | 1c678acc98665aac5bb65f2f73f0398bd1f375e5 | [] | no_license | steve-kaufman/programmingAndProblemSolving | 2e60d7a1e6f5aaff2634f5b95284190b9d33c2a0 | ea719cfa0c16e37e3d675c4ef28bd2f4d5710282 | refs/heads/master | 2020-04-17T15:37:35.227900 | 2019-05-02T18:53:25 | 2019-05-02T18:53:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 397 | cpp | //sumOfReciprocals.cpp
/*
* Outputs the sum of all reciprocals up to the
* given positive integer
*/
#include <iostream>
using namespace std;
int main(){
int n;
float sum = 0;
cout << "Enter a positive integer: ";
cin >> n;
for(int i = 0; i < n; i++) sum += (float) 1 / (i + 1);
cout << "S... | [
"steveplaysguoila@gmail.com"
] | steveplaysguoila@gmail.com |
14dc0af9d6f68d7cd6dc9f1d5b6e021282a765a6 | 42ae150753702e60b66c0033d9c5153d507c1cfb | /School stuff/COMP3400/assign3/signal.hxx | acbb48c522c4caae1f66c9f140014a705c5f1fde | [] | no_license | DSchana/Misc | c6be0715cb8f65643b0a65ff1e03618f41853035 | e7938905dd734b07b6c532812c38d31f4412673e | refs/heads/master | 2021-06-25T12:06:35.399851 | 2020-12-09T23:09:05 | 2020-12-09T23:09:05 | 31,044,068 | 1 | 5 | null | 2020-08-26T21:15:11 | 2015-02-20T00:16:53 | TeX | UTF-8 | C++ | false | false | 6,131 | hxx | #ifndef COMP3400_2020W_A03_signal_hxx_
#define COMP3400_2020W_A03_signal_hxx_
//===========================================================================
#include <csignal>
#include <stdexcept>
#include <type_traits>
#include <initializer_list>
//====================================================================... | [
"dschana6@gmail.com"
] | dschana6@gmail.com |
9ba1907e01856bf9cfc6703c3d015cb2073b616d | 65f3e6b0c62bd22e08a5ef447bef6a6c86e6cd06 | /ouzel/core/Window.hpp | 44c153f83694d59504f0fa4aa45e25dfab8f962a | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | whztt07/ouzel | f2dfb9f3e6d12d54edf3b5a724ebfb8a04f0b555 | f9a7d6dedd640ca4db429c6c62a72aec5332661c | refs/heads/master | 2020-03-24T22:37:44.426088 | 2018-07-25T08:37:29 | 2018-07-25T08:37:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,535 | hpp | // Copyright 2015-2018 Elviss Strazdins. All rights reserved.
#pragma once
#include <string>
#include "core/NativeWindow.hpp"
#include "graphics/Renderer.hpp"
#include "math/Size2.hpp"
#include "events/EventHandler.hpp"
namespace ouzel
{
class Engine;
class Window: public NativeWindow::Listener
{
... | [
"elviss@elviss.lv"
] | elviss@elviss.lv |
9f83a48c00b8cfb94203a189684c67973acc1d9c | edda786936097a2cc1322a73ee83e67bb6d70b71 | /dependencies/object_grabber/src/object_grabber2.cpp | 12ab843f1f44bc12cd738ff784908949c4baccd9 | [] | no_license | lixinyutfd/conveyer_tracking | 0927360acfcf5ae7ce094ecc736424dbd77b065d | baf1e9d75aaf33f9851c005ce7c59bad21c9bacc | refs/heads/master | 2021-01-12T09:33:18.656802 | 2016-12-17T09:22:02 | 2016-12-17T09:22:02 | 76,194,363 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 39,938 | cpp | //define a class to encapsulate some of the tedium of populating and sending goals,
// and interpreting responses
#include <object_grabber/object_grabber.h>
using namespace std;
ObjectGrabber::ObjectGrabber(ros::NodeHandle* nodehandle) : nh_(*nodehandle),
object_grabber_as_(nh_, "object_grabber_action_service", boost:... | [
"xxl594@case.edu"
] | xxl594@case.edu |
8645c2cf874f67a2b9b568178527c5d472c9f480 | cda2c932d8a2cd132ceb39e0774440ade54c6b53 | /chrome/browser/flag_descriptions.cc | aca2e05e2f8ac0fad241fb22a46900307c59ee76 | [
"BSD-3-Clause"
] | permissive | mazhen111/chromium | 8a0ad81f74cd53f835ede427e31b51db1975cc6b | c71635e89925ff6fb3161ff7de4771b568241931 | refs/heads/master | 2023-03-17T11:22:52.966429 | 2020-02-21T11:52:29 | 2020-02-21T11:52:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 180,977 | 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 "chrome/browser/flag_descriptions.h"
// Keep in identical order as the header file, see the comment at the top
// for formatting rules.
namespa... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
64f774ad22f5f44c76ce74999418d5ba25b56352 | 19b03b6e7c6886b842d80e91aede074e64c1f210 | /src/plugins/ffm/plugin.cpp | 46be6425cd17c1d7ad25e94fad2de37d41ac236b | [
"MIT"
] | permissive | trws/chunkwm | 3cb849bc0c4c0df11fdd159cd67683c6013c5522 | e32a72b86be85e58dca33be3a106756f43431923 | refs/heads/master | 2021-05-10T20:33:53.577107 | 2018-01-18T18:34:01 | 2018-01-18T18:34:01 | 118,192,963 | 0 | 0 | null | 2018-01-20T00:18:05 | 2018-01-20T00:18:05 | null | UTF-8 | C++ | false | false | 6,378 | cpp | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "../../api/plugin_api.h"
#include "../../common/accessibility/element.h"
#include "../../common/accessibility/window.h"
#include "../../common/accessibility/application.h"
#include "../../common/config/cvar.h"
#include "../../common/config/tokenize.h"... | [
"aasvi93@hotmail.com"
] | aasvi93@hotmail.com |
88fdceb77c357a050a310040373e58664733e58e | 3b8cc751018462d1a255b0954bdeab4ce91dfc59 | /include/res/ck_res.h | c34b21c9c184178d08f053b33640cdc8f7238b20 | [] | no_license | yui0/Kikyu | cc2683c88318544725a729437a8b57970396d4ed | b33f1bca5a664bbb2daf4e7bceee8dcaac52dde5 | refs/heads/master | 2020-03-22T05:29:50.628148 | 2018-07-14T09:30:35 | 2018-07-14T09:30:35 | 139,570,122 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,823 | h | /*
Copyright (c) 2007-2010 Takashi Kitao
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... | [
"berry@berry-lab.net"
] | berry@berry-lab.net |
a09fa3fd91553a1cf382cbd0d319a3c0efe66943 | de18b22e8b618d3136c8d4c3ca1aee9c2316eac6 | /TrackRPC/src/TrackRPC.cc | cf10b1ca52294753dae11fc6988409871bf8e382 | [] | no_license | camilocarrillo/UserCode | 601e2e42d863d80aa134da5086f426828a9fc6dd | 9d8f59525623c547b3937faf3e9272b3d750d568 | refs/heads/master | 2021-01-01T16:25:47.982090 | 2013-05-06T07:52:08 | 2013-05-06T07:52:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,756 | cc | // -*- C++ -*-
//
// Package: TrackRPC
// Class: TrackRPC
//
/**\class TrackRPC TrackRPC.cc track/TrackRPC/src/TrackRPC.cc
Description: <one line class summary>
Implementation:
<Notes on implementation>
*/
//
// Original Author: Camilo Andres Carrillo Montoya
// Created: Mon May 18 16:59:36 ... | [
""
] | |
549ed2acf7ec815144e3b539af7137b30bce9654 | 518b6d3c8bf7da615f83326991c52b06d9162f1a | /kudu/util/rw_mutex.h | 103d6a5a69fa0225db702d2ffd581e1f4b96ee8f | [] | no_license | tobehuang/rpc | a68906d673a67d4c8b5e3cbc3c3364b5d1c41bfa | 7a1294a3fac7a45c622a3e36f133e17f6ef1d7d9 | refs/heads/master | 2021-10-10T11:32:54.473491 | 2018-10-14T08:56:44 | 2018-10-14T08:56:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,560 | h | // 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"); yo... | [
"peacedog@yeah.net"
] | peacedog@yeah.net |
9bd4802366f2836638fbd07d5394f3e30af126d7 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/242/212/CWE762_Mismatched_Memory_Management_Routines__delete_array_struct_calloc_18.cpp | 17feb04c348794240dcc0c885ca4bb3df11fb21d | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,154 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE762_Mismatched_Memory_Management_Routines__delete_array_struct_calloc_18.cpp
Label Definition File: CWE762_Mismatched_Memory_Management_Routines__delete_array.label.xml
Template File: sources-sinks-18.tmpl.cpp
*/
/*
* @description
* CWE: 762 Mismatched Memory Managemen... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
e2ec70c33d0980dca5edbeefb50e39514c87e9a0 | 60ff79d7714ed452ca68728892af56bece8f60a7 | /source/windows/viewer3/loaddata.h | 90adad69c41da6100ead2fd2a15e7b464e4fef5d | [] | no_license | Bob-Asian/Sarsim2 | 167c19831fa295bc623dc1782d8ad4ed22c0642f | b86ad9014e7596a75c65c60225a05e3ca94221e5 | refs/heads/master | 2021-09-03T13:41:11.301760 | 2015-02-01T13:00:00 | 2015-02-01T13:00:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,744 | h | //---------------------------------------------------------------------------
#ifndef loaddataH
#define loaddataH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vc... | [
"7urqu01s3@gmail.com"
] | 7urqu01s3@gmail.com |
5e6e00c74c7c91a6de592bac013af5fc8ee60145 | 3c6deda46fa37a42feebde0fb50dd0d6123b82b1 | /0152/src/mess/machine/abc99.h | 80dbede8688792783b0af66304d7c182c361b870 | [] | no_license | AreaScout/mame-libretro | 9fdb724edb58070162c1bd4e8b351a8f2da250ea | dd16543e4f77a2e42f5662a445f03079e2324221 | refs/heads/master | 2020-12-24T21:01:44.571706 | 2014-11-26T06:36:49 | 2014-11-26T06:36:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,727 | h | // license:BSD-3-Clause
// copyright-holders:Curt Coder
/**********************************************************************
Luxor ABC-99 keyboard and mouse emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
******************************************... | [
"rtype@foo.com"
] | rtype@foo.com |
f4de918b347111957453a2ab26bd7f9e948594ba | d18973402a0deae1d63b584f7ad75e34b488c4ea | /Misc.cpp | 2156f74e5756b346e533905ba5b97a9a8f3c72c1 | [] | no_license | Chienweichih/PL2303_GPIO | 2d1ffc51e21f5153d978ea5dc11d5e5363dbccb5 | 9aca726ad924290766012b00cab2e862786ed2b4 | refs/heads/master | 2020-04-11T17:25:30.874834 | 2018-11-01T02:24:33 | 2018-11-26T08:03:21 | 161,960,357 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,336 | cpp | #include "stdafx.h"
#include "GPIOTest.h"
#include "GPIOTestDlg.h"
void CGPIOTestDlg::AddResponseString(CString& str)
{
#if 0
CListBox *lb = (CListBox *)GetDlgItem(IDC_LIST_COMMAND_RESPONSE);
int nIndex = lb->AddString(str);
if (nIndex != LB_ERR || nIndex != LB_ERRSPACE)
lb->SetCurSel(nIndex);
#else
// Not (Not ... | [
"chienweichih@hotmail.com"
] | chienweichih@hotmail.com |
cf871b8938465600bf0cd3a23dbd6a7e444d17e7 | ed5973c6d7a374d7ddf383213574e328b3d66880 | /ios/web/public/js_messaging/fuzzer_support/fuzzer_util.cc | 0fc01e3dce19a2c7413e756badbd21c308925ef3 | [
"BSD-3-Clause"
] | permissive | dyg540/chromium | 7b49ef79e555c4aac9adcd019b551a74bd1f15c0 | b579df91e79efc75addb8a11097cc1af7b81bb75 | refs/heads/main | 2023-08-26T15:45:08.346269 | 2021-11-03T12:25:32 | 2021-11-03T12:25:32 | 424,226,175 | 1 | 0 | BSD-3-Clause | 2021-11-03T13:04:14 | 2021-11-03T13:04:13 | null | UTF-8 | C++ | false | false | 981 | cc | // Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import "ios/web/public/js_messaging/fuzzer_support/fuzzer_util.h"
#include "base/json/json_reader.h"
#include "base/values.h"
#include "ios/web/public/j... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
b98e8dee9fec8775aed93295833e5fb5cfb316d6 | 970c367c6706b04186f44fe9bc3c66c11ca6667d | /Lab_02/array3.cpp | 8add6e9357943f9fbc0f02e380a764a0710a3daa | [] | no_license | cc506/CSE30 | ac2093e3b759eeae397bd4d708b6985ce8318e99 | 643cbc22e4b64bdf31829cf55de4200c276bd0ea | refs/heads/master | 2020-04-01T12:53:27.270336 | 2018-10-16T05:39:09 | 2018-10-16T05:39:09 | 152,908,396 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 661 | cpp | #include <iostream>
using namespace std;
int main()
{
int size;
cout << "Enter the size of a 2D array: ";
cin >> size;
if(size < 1 || size > 10)
cout << "ERROR: Your array is too large! Enter 1 to 10. /n";
int arr[size][size];
int count = 0;
for(int i = 0; i < size ; i++){
int x= i+1;
cout << "Enter the v... | [
"cchung28@ucmerced.edu"
] | cchung28@ucmerced.edu |
484d818a4a404407a49d29b96200f483e39fffe7 | 0a0baf1df933ca235a48aa187f6df31714a63a8b | /GenericSimulator/GenericSimulatorDLL/stdafx.cpp | 01c91715397760cda6de1924a8991f76ff7f82f0 | [
"MIT"
] | permissive | ducis/pile-of-cpp | 84f1571178edd18ae3a7793d45dffca72d7ab34d | af5a123ec67cff589f27bf20d435b2db29a0a7c8 | refs/heads/master | 2021-01-17T06:27:30.532654 | 2019-03-12T05:30:52 | 2019-03-12T05:30:52 | 17,528,954 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 279 | cpp | // stdafx.cpp : 只包括标准包含文件的源文件
// GenericSimulatorDLL.pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
// TODO: 在 STDAFX.H 中
// 引用任何所需的附加头文件,而不是在此文件中引用
| [
"ducis_cn@126.com"
] | ducis_cn@126.com |
429f8dfd06a0655687adbe7a34344b31549df2b7 | aeccd87d431ae3877e7820206c737895f6aaa068 | /honours_project/components/cmp_physics.cpp | 22bbccb04ab5949d5d3f8e8cbb09ca729ff43e0e | [
"MIT"
] | permissive | alexbarker/soc10101_honours_project | 421c2a29cebc1ef149acd0bf43c09c8454bc4981 | c29c10f0e5d7bed50819c948f841dd97e7d68809 | refs/heads/master | 2020-04-05T17:24:00.193199 | 2019-03-28T22:37:41 | 2019-03-28T22:37:41 | 157,058,553 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,545 | cpp | #include "cmp_physics.h"
#include "system_physics.h"
using namespace std;
using namespace sf;
using namespace Physics;
// Eventaul problems: section 6.3.1 at p. 96
void PhysicsComponent::update(double dt) {
_parent->setPosition(invert_height(bv2_to_sv2(_body->GetPosition())));
_parent->setRotation((180 / b2_pi) ... | [
"40333139@live.napier.ac.uk"
] | 40333139@live.napier.ac.uk |
48c95b5cae9cc306ed02968c6d51a8225123dfa7 | 319ac74e8e846d27a9720b9b5625157aabef3e68 | /0805/IO_modol/modol/select_modol.h | 37100a5b331b6bc9feb9f71cd5ef67aa2d82f9b3 | [] | no_license | ckLXHL/cppProject | ef499f9c845f46557bb57837696ccda747a20b1a | 1cfb5e907edb0a5d33fb3167d972f53a72628836 | refs/heads/master | 2021-01-22T17:57:37.762008 | 2014-09-11T15:23:45 | 2014-09-11T15:23:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 838 | h | #ifndef SELECT_MODOL_H
#define SELECT_MODOL_H
#include "IO_modol.h"
#include <sys/select.h>
#include <sys/types.h>
#include <errno.h>
#include <cstdio>
#include <cstdlib>
#include <unistd.h>
#include <assert.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#define ERR_EXIT(m) \
do { \
perr... | [
"1571605087@qq.com"
] | 1571605087@qq.com |
4317fca803975ecb6658842ff67073396337e203 | ab97a8915347c76d05d6690dbdbcaf23d7f0d1fd | /base/util/type_safety/token_type.h | 0a126795362529993d47e9e3bf13ea6e278b8075 | [
"BSD-3-Clause"
] | permissive | laien529/chromium | c9eb243957faabf1b477939e3b681df77f083a9a | 3f767cdd5c82e9c78b910b022ffacddcb04d775a | refs/heads/master | 2022-11-28T00:28:58.669067 | 2020-08-20T08:37:31 | 2020-08-20T08:37:31 | 288,961,699 | 1 | 0 | BSD-3-Clause | 2020-08-20T09:21:57 | 2020-08-20T09:21:56 | null | UTF-8 | C++ | false | false | 1,606 | h | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_UTIL_TYPE_SAFETY_TOKEN_TYPE_H_
#define BASE_UTIL_TYPE_SAFETY_TOKEN_TYPE_H_
#include "base/unguessable_token.h"
#include "base/util/type_safe... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
1151006e1cc05676b04d926308ae2f754029d9ac | f279fa731406c5214b958e8070ee5664ea92c81f | /3088_FlowerPot/Main.cpp | f9e95bac54a09777c0ed065a9c7fbf2d68a5cf35 | [] | no_license | 93Hong/Algorithms | 14a7ea2c8f402aaea6c76d7a83f795434bea26cc | b56512912131dc0149d4960b88aa76df6926119d | refs/heads/master | 2020-12-31T00:02:12.959480 | 2017-12-05T13:02:59 | 2017-12-05T13:02:59 | 86,582,927 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 425 | cpp | #include <cstdio>
#include <cstring>
#pragma warning(disable: 4996)
using namespace std;
int main() {
int N, num1, num2, num3, re = 0;
bool arr[1000000] = { false };
scanf("%d", &N);
for (int i = 0; i < N; i++) {
scanf("%d", &num1); scanf("%d", &num2); scanf("%d", &num3);
if (!arr[num1] && !arr[num2] && !a... | [
"sk2rldnr@gmail.com"
] | sk2rldnr@gmail.com |
2b16060ab19f7b5c71430fe882bae94ce357780e | 9d004db70d7617c5e3d4fc1d0af109dbdaa42787 | /main.cpp | 4d712d4d3e61198affc35a346835c0479a0af217 | [] | no_license | 15117294633/DesignPattern | 8c23e27ae36e3df3a7f18ff4452490a2b00b42ad | 3ed5b515963b57896be8484c4572b10d8444d154 | refs/heads/master | 2020-05-04T14:50:45.684876 | 2019-05-28T07:35:37 | 2019-05-28T07:35:37 | 179,212,895 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,885 | cpp | #include "XimageEdit.h"
#include <QApplication>
#include "Factroy.h"
#include "abstract_factroy.h"
#include"QDebug"
#include "MainWindow.h"
#include "NodeDialog.h"
#include "SqlLite_Helper.h"
#include "IController.h"
#include "XModel.h"
#include "iniFilePath.h"
#include "Route_Id_Man.h"
#include "Init_Param.h"
int mai... | [
"15117294633@163.com"
] | 15117294633@163.com |
3b49b7469c3e878e4601cacd7d04ed449ddd7c4a | bfb2790a08a5e5d3f85a1a11797d5dea5cf5b1cd | /Tools/WebKitTestRunner/TestInvocation.cpp | 7229a84b3dac74f7369dc2f7db5afbc5d738f81b | [] | no_license | webOS-ports/webkit | 09aea96ccddcc457767e97b8e5fb30060af77e25 | f02e60c04514dadce8e59ffb83fe2f34de6e6c46 | refs/heads/master | 2020-05-19T09:40:07.425817 | 2013-10-01T12:29:11 | 2013-10-01T12:29:11 | 12,402,836 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 31,394 | cpp | /*
* Copyright (C) 2010, 2011, 2012 Apple Inc. All rights reserved.
* Copyright (C) 2012 Intel Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source co... | [
"morphis@gravedo.de"
] | morphis@gravedo.de |
da13ff25421689ece39fece323ae2d9aa1646c2e | 71f7533a5bd98dc4c5010360a7946361e620053f | /Arrays/Find_duplicate.cpp | 05e8ab4005fe77fdef0244e5f6d98d0978e483ab | [] | no_license | Divyalok123/CN_Data_Structures_And_Algorithms | d573ef6e567ee6564c0daf1e186a02055a2f3f38 | 23e951a031708dab37e6699919767eadb4850b7f | refs/heads/master | 2022-11-18T18:20:42.309700 | 2020-07-13T08:04:48 | 2020-07-13T08:04:48 | 256,801,998 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 998 | cpp | // Given an array of integers of size n which contains numbers from 0 to n - 2. Each number is present at least once. That is, if n = 5, numbers from 0 to 3 is present in the given array at least once and one number is present twice. You need to find and return that duplicate number present in the array.
// Assume, dup... | [
"divyjais2001@gmail.com"
] | divyjais2001@gmail.com |
492d21a09882f6bb7e247f50ca905778983bd165 | 0c146264f3940784d3da5ef5e8ddfc7024e85650 | /code/libs/smat/src/smat_cuda/cuda_autotune.cpp | 8d5a441c34c013ddf81bf654a07a344f5404ea64 | [] | no_license | RodgersLuo/DeepBind-code | 36cc9719d3a4cac6b03cfb7fedf3cf64d4a58a45 | 34e32f5dddd28209b9dce7e70b23c764a7dffffa | refs/heads/main | 2023-08-31T13:49:49.981397 | 2021-10-22T15:15:52 | 2021-10-22T15:15:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,067 | cpp | // Copyright (c) 2015, Andrew Delong and Babak Alipanahi All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice, this
// ... | [
"hl3919@ic.ac.uk"
] | hl3919@ic.ac.uk |
39d377062596b5349ebbd2b71aa1709e25630693 | 9961c04019f4c1939d13277b0a5432202012ec3b | /src/EventLoop.cc | 93db7444e132b77e81e064216aa8f8a85f0e52e7 | [
"MIT"
] | permissive | zhuhaochuan/miniwebserver | 45ac1b7390616050b6f50388d089afa8d02a13df | 33db2d61c68933e2d7614bc3576751d8e0305891 | refs/heads/master | 2020-04-25T22:23:52.627417 | 2019-02-26T07:59:44 | 2019-02-26T07:59:44 | 173,110,136 | 1 | 2 | null | 2019-02-28T12:41:34 | 2019-02-28T12:41:33 | null | UTF-8 | C++ | false | false | 4,410 | cc | /*
* EventLoop.cc
*
* Created on: Jan 9, 2019
* Author: xiagai
*/
#include "EventLoop.h"
#include "CurrentThread.h"
#include "Epoller.h"
#include "Channel.h"
#include "MutexLockerGuard.h"
#include <signal.h>
#include <assert.h>
#include <iostream>
#include <sys/eventfd.h>
#include <algorithm>
namespace ... | [
"xiaggg@qq.com"
] | xiaggg@qq.com |
84641bbe51e003b165edd64561baffd54b0b30d3 | d3c723621205b68c87ca0ac19482a569f10b5d2a | /src/wasm/wasm-memory.h | 3716176afb616ba9162a92da17f250fd9fccabc0 | [
"BSD-3-Clause",
"SunPro",
"bzip2-1.0.6"
] | permissive | sshyran/v8 | 6cfbf694244e6ab7e729a85dee106e753c5317e9 | 7ca8fdb858c4deebb82f86dbffd86e28a95ba031 | refs/heads/master | 2023-04-09T11:24:32.176794 | 2018-06-26T19:07:16 | 2018-06-26T19:07:28 | 138,787,753 | 0 | 0 | NOASSERTION | 2023-04-03T23:10:40 | 2018-06-26T20:09:53 | C++ | UTF-8 | C++ | false | false | 5,509 | h | // Copyright 2017 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef V8_WASM_WASM_MEMORY_H_
#define V8_WASM_WASM_MEMORY_H_
#include <atomic>
#include <unordered_map>
#include "src/base/platform/mutex.h"
#include... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
a306f71e03a4ef2b575b0f0963119df6275cc241 | e6d4a87dcf98e93bab92faa03f1b16253b728ac9 | /algorithms/cpp/tagValidator/tagValidator.cpp | 21c94ce0931492afce0a5e53b7636fceaa17a2a9 | [] | no_license | MichelleZ/leetcode | b5a58e1822e3f6ef8021b29d9bc9aca3fd3d416f | a390adeeb71e997b3c1a56c479825d4adda07ef9 | refs/heads/main | 2023-03-06T08:16:54.891699 | 2023-02-26T07:17:47 | 2023-02-26T07:17:47 | 326,904,500 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,239 | cpp | // Source: https://leetcode.com/problems/tag-validator/
// Author: Miao Zhang
// Date: 2021-02-24
class Solution {
public:
bool isValid(string code) {
stack<string> st;
for (int i = 0; i < code.size(); i++) {
if (i > 0 && st.empty()) return false;
if (code.substr(i, 9) == ... | [
"zhangdaxiaomiao@163.com"
] | zhangdaxiaomiao@163.com |
35ee77a7ab7a2dd1b309a0dbc921865cc2fbf0f7 | 1b3041d7f81caf0816425759c2344f7f64c85e7e | /originalCode/glwidget.h | 1a84d16185debb2963b43eb610eb2c0592743c83 | [] | no_license | jonvaldes/top-topology | 699d91fa0179b28bb1671a118fa59699a9cfaa6d | 60a3ccb4b1ff0788f289848ba015db8ac992f87a | refs/heads/master | 2016-09-05T23:51:40.874384 | 2009-02-20T11:06:54 | 2009-02-20T11:06:54 | 112,889 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,283 | h | #ifndef GLWIDGET_H
#define GLWIDGET_H
#include <QGLWidget>
#include <QTime>
#include <vector>
#include <memory>
#include "voxel/voxelSpace.h"
#include "voxel/spaceTriangulation.h"
#include "glutil/FreeCamera.h"
using namespace std;
/** GLWidget*/
class GLWidget : public QGLWidget
{
Q_OBJECT
public:
... | [
"juanval@gmail.com"
] | juanval@gmail.com |
0d39569a762dead02ae9537f4a9106809df70d91 | 461619a84c6617ceaf2b7913ef58c99ff32c0fb5 | /cpp/reinterpret_cast/reinterpret_cast/src/reinterpret_cast/reinterpret_cast.cpp | ccf0c2596a09087be26181b777cd2ee97b5af2f2 | [
"MIT"
] | permissive | bg1bgst333/Sample | cf066e48facac8ecd203c56665251fa1aa103844 | 298a4253dd8123b29bc90a3569f2117d7f6858f8 | refs/heads/master | 2023-09-02T00:46:31.139148 | 2023-09-01T02:41:42 | 2023-09-01T02:41:42 | 27,908,184 | 9 | 10 | MIT | 2023-09-06T20:49:55 | 2014-12-12T06:22:49 | Java | UTF-8 | C++ | false | false | 1,932 | cpp | // ヘッダのインクルード
#include <cstdio> // C標準入出力
#include <cstring> // C文字列処理
// main関数の定義
int main(void){
// 変数とポインタの初期化.
char *ch_ptr = NULL; // char型ポインタch_ptrをNULLで初期化.
unsigned int *ui_ptr = NULL; // unsigned int型ポインタui_ptrをNULLで初期化.
unsigned int *ui_ptr2 = NULL; // unsigned int型ポインタui_ptr2をNULLで初期化.
unsigned... | [
"bg1bgst333@gmail.com"
] | bg1bgst333@gmail.com |
61dd65452581754248df0002cfa0827fb48313ac | 29170253e6c6425965edb375e8607cbdf2a4d6f8 | /ConcurrentMemoryPool/CentralCache.cpp | 5a77451d46640fd53381ebd2c0cbca7199e47267 | [] | no_license | hhexing/Project | 157a0e5f48e829177767f06c021f262f69471e70 | f9f0337bbf7e204bd15b159c6c801d7c20c2a0cc | refs/heads/master | 2020-05-04T11:30:48.993199 | 2019-08-28T10:42:54 | 2019-08-28T10:42:54 | 179,109,486 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,782 | cpp | #include"CentralCache.h"
#include"PageCache.h"
CentralCache CentralCache::_inst;
Span* CentralCache::GetOneSpan(SpanList& spanlist, size_t byte_size)
{
Span* span = spanlist.begin();
while (span != spanlist.end())
{
if (span->_list != nullptr)
return span;
else
span = span->_next;
}
Span* newspan = Pa... | [
"1939698367@qq.com"
] | 1939698367@qq.com |
64edc8df12c5065f7cb73c54610e951f972da597 | 6181af88d94bad3dfdb1f0113584881122282855 | /simpleperf/include/simpleperf_profcollect.h | 507eddf2c7b38b3ac454e1a15a1b50d6c3b7cbab | [
"Apache-2.0"
] | permissive | aaqibdv/platform_system_extras | 7b82c4ee655ec33cca8f2e81394392e1414d461a | 9f471ba03a5d09424fb8410c1e701938ee99a30c | refs/heads/master | 2022-11-08T00:57:03.646752 | 2020-07-01T04:40:24 | 2020-07-01T04:40:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,039 | h | /*
* Copyright (C) 2020 The Android Open Source Project
*
* 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 app... | [
"yikong@google.com"
] | yikong@google.com |
e2f4caeece7d664b95b8ff1553ac8cce27107b9d | 5365f70290a5cb4dd64259657301ea703093e2fb | /k2-g2/71578_2_GeorgiHristanov_james/71578/Band.h | b697052c5f6d8d064bd0421be57e17cb1373ec9e | [] | no_license | HarisonP/OOP-exams-and-homeworks | f0070f5e615e72c4044768328b9c33c9f382e02f | 9977510234d8c910e580677248db4df79504a564 | refs/heads/master | 2021-01-10T17:44:34.792277 | 2015-06-21T21:43:45 | 2015-06-21T21:43:45 | 36,163,061 | 0 | 33 | null | 2015-06-21T21:06:16 | 2015-05-24T08:28:54 | C++ | UTF-8 | C++ | false | false | 273 | h | #ifndef BAND_H
#define BAND_H
class Band
{
private:
RockStar* stars;
char* name;
int currSize;
int size;
public:
Band();
Band(char*, int);
~Band();
void addStar(char*, int, int);
void removeStar(char*);
void getStar(char*);
void print() const;
};
#endif | [
"harito92@abv.bg"
] | harito92@abv.bg |
3e7df3c9e39238d81a602428219e6bb90d21fd7f | b34ae8ce8c27694119c8f2d76a9927c12d006a19 | /Error.cpp | 459c0f6c7e5033cc9cefc0f6fde571d066ebe29b | [] | no_license | sprewellkobe/yajsc | 7050af99b69989688bd0c1bf61a21c76e9395624 | b23be9aa46a73daf91e9c5dafe82a5406af76bf2 | refs/heads/master | 2021-01-01T15:30:16.990233 | 2015-02-16T02:23:33 | 2015-02-16T02:23:33 | 30,819,501 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,604 | cpp | #include "Error.hpp"
//-------------------------------------------------------------------------------------------------
//-------------------------------------------------------------------------------------------------
void TError::ShowError(const int& errortype,const int& sp,const IntValue& iv,const string& name)
{
... | [
"sprewellkobe@163.com"
] | sprewellkobe@163.com |
7cdfe9c684c4f9e9c2146f14cbe26d8db28674d8 | 22ebcde0f235b60c1c5cff32461f477ac4f72ecf | /QtSrc/gui/image/qimagepixmapcleanuphooks.cpp | 9eaf125006523692ad2adf924daaeb2990b20127 | [] | no_license | kystyn/ui | 13dc1e7c0e01761b0658be101528bea440be70d9 | 083a011a735f6dc65c271bc92e397c75155ca61f | refs/heads/master | 2020-07-29T03:45:08.929517 | 2020-06-17T23:42:05 | 2020-06-17T23:42:05 | 209,656,041 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,526 | 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 QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:L... | [
"konstantindamaskinskiy@gmail.com"
] | konstantindamaskinskiy@gmail.com |
8a687a7f954d8f37d0c0a26ccd8c1b9133d32581 | dc25b23f8132469fd95cee14189672cebc06aa56 | /frameworks/base/libs/hwui/AmbientShadow.cpp | 2324c6b90d01a18a8ed7acdf6684115c957cca6a | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | nofearnohappy/alps_mm | b407d3ab2ea9fa0a36d09333a2af480b42cfe65c | 9907611f8c2298fe4a45767df91276ec3118dd27 | refs/heads/master | 2020-04-23T08:46:58.421689 | 2019-03-28T21:19:33 | 2019-03-28T21:19:33 | 171,048,255 | 1 | 5 | null | 2020-03-08T03:49:37 | 2019-02-16T20:25:00 | Java | UTF-8 | C++ | false | false | 15,374 | cpp | /*
* Copyright (C) 2014 MediaTek Inc.
* Modification based on code covered by the mentioned copyright
* and/or permission notice(s).
*/
/*
* Copyright (C) 2013 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with th... | [
"fetpoh@mail.ru"
] | fetpoh@mail.ru |
08457723cd32462b0c173a7bb98b83dc2e8f0395 | 5627b4355ffd6005706ac91803f4aa240fd957e6 | /C++/Data Structures,Algorithms,and Applications/exercises/Chapter four/4.1/Project1/Project1/1.h | c8f12faf61bbe30fd41a0466929da5055d007002 | [] | no_license | strivcs/C- | 0ddf9c40c65b29666c9ac76bdcc4bfcb6faba168 | d948697c014775c7557d13e23667bb5339597c11 | refs/heads/master | 2020-09-29T13:46:45.987750 | 2020-04-09T12:30:15 | 2020-04-09T12:30:15 | 227,049,712 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,466 | h | #include<iostream>
#include<algorithm>
#include<iterator>
#include<initializer_list>
#include<typeinfo>
#include<vector>
#include<cmath>
template<class T>
class linearList
{
public:
virtual ~linearList() {};
virtual bool empty() const = 0;
virtual int size() const = 0;
virtual T& get(int theIndex) const = 0;
virtu... | [
"strivcs@163.com"
] | strivcs@163.com |
8fb4485e2b1363da786a144cfbf53633d2235c5b | cd3978958f135ac551e31becb84551dc5d2c746d | /gpac/Applications/Osmo4_w32/AddressBar.cpp | 16f45ca87aa4cb79b3a2b77db0a84c10aa5da40a | [] | no_license | DmitrySigaev/DSMedia | d515e1248aae90c87b798c91d3c25a5c9bb2d704 | 80a5030306fcb088df73f1011689f984425b65ff | refs/heads/master | 2020-04-10T14:17:01.721904 | 2015-09-28T13:16:01 | 2015-09-28T13:16:01 | 41,440,862 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,868 | cpp | // AddressBar.cpp : implementation file
//
#include "stdafx.h"
#include "osmo4.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// AddressBar dialog
IMPLEMENT_DYNAMIC(... | [
"dsigaev@yandex.ru"
] | dsigaev@yandex.ru |
fff31bc8cafef880d67125309c581bc251912d0b | 90d06e9cacd52f2ba07d55dd852cb3cb7171c452 | /uva online judge/544 - Heavy Cargo.cpp | 31245323939793b1c0703d0c92f6a102cf60184f | [] | no_license | shahidul2k9/problem-solution | efd91af08e103b552a225bca37660c51c60b98f2 | 0e970ac9c72f2ba13e66c180b208a2ec53886cd1 | refs/heads/master | 2022-10-16T04:04:31.556454 | 2022-09-24T08:09:46 | 2022-09-24T08:09:46 | 19,431,424 | 51 | 92 | null | 2022-09-24T08:09:47 | 2014-05-04T17:13:28 | C++ | UTF-8 | C++ | false | false | 1,421 | cpp | #include <cstdio>
#include <cmath>
#include <iostream>
#include <string.h>
#include <vector>
#include <list>
#include <stack>
#include <queue>
#include <string>
#include <algorithm>
#include <bitset>
#include <sstream>
#include <map>
#include <climits>
using namespace std;
#define FOR( i, L, U ) for(int i=(int)L ; i<=(... | [
"shahidul2k9@gmail.com"
] | shahidul2k9@gmail.com |
94bd6a497cc4c70eff67bcb541616c0b45720b9d | cd7ed5b4386e0f8aa758af1cf617350deb2394a8 | /App/AppME.cpp | a09cc2741c2d259f4543c86e3b1873c6726707c7 | [] | no_license | zizyzhang/image-compress-and-convert | 64a2694ca5c000d411ddd74289d68d0b4916928d | ed05d0cfe461ed563799b423916ca6608d44c087 | refs/heads/master | 2021-08-24T00:56:37.738026 | 2017-12-07T10:08:50 | 2017-12-07T10:08:50 | 111,321,036 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,098 | cpp | #include "StdAfx.h"
#include "AppME.h"
CAppME::CAppME(void)
{
// Class Constructor
}
CAppME::~CAppME(void)
{
// Class Destructor
// Must call Final() function in the base class
Final() ;
}
unsigned char *CAppME::NewFrame(FRAME_YUV420 *pFrame, int width, int height, int hPad, int vPad) {
int frameWidth ;
int ... | [
"mezizy@live.com"
] | mezizy@live.com |
3f64217e92b914cae945d5c81215ef44e1415a36 | 454f2125c2d49b6be8113e756f5f68fd75678b84 | /PrimerCppV5/chapter3/ex3.21.cpp | 90b54e3a7b8dff4a983e5d3e694958245d8ba7e9 | [] | no_license | JackLovel/excuise- | c8a6977c96b8d6e41a937212f8e7dfc606328b4b | 60418044c9387868043982c071ea1365b0d24057 | refs/heads/master | 2021-06-27T17:06:16.708054 | 2020-10-24T03:27:31 | 2020-10-24T03:27:31 | 164,762,577 | 0 | 0 | null | 2020-07-17T01:14:39 | 2019-01-09T01:27:43 | JavaScript | UTF-8 | C++ | false | false | 1,088 | cpp | #include <iostream>
#include <string>
#include <vector>
using std::cout;
using std::endl;
using std::vector;
using std::begin;
using std::end;
using std::string;
void check_and_print(const vector<int>& vec)
{
cout << "size: " <<vec.size() << " coutent: [";
for(auto it = vec.begin(); it != vec.en... | [
"210172130@qq.com"
] | 210172130@qq.com |
56aa8fba2efdde592f411830dd455cbe79308288 | 6aaef21c005d3ae12e00a05f36122ba5d82e89a3 | /objective.cpp | 4dba2bc492c8c18bb5fb3e315eb0da4149ddd732 | [
"MIT"
] | permissive | adam-rumpf/social-transit-solver-single | adc3be8f8709f205d31bfb840a2a4d854922df70 | 73ed4e8d78cefe7427bd52c103621e54dc35af31 | refs/heads/master | 2020-07-15T02:40:50.185966 | 2020-01-11T21:08:06 | 2020-01-11T21:08:06 | 205,461,106 | 0 | 0 | MIT | 2019-11-20T02:15:46 | 2019-08-30T21:49:10 | C++ | UTF-8 | C++ | false | false | 9,962 | cpp | #include "objective.hpp"
/**
Objective object constructor that loads objective file input and sets a network object pointer.
Requires the name of the objective data input file and a pointer to the network object.
*/
Objective::Objective(string obj_file_name, Network * net_in)
{
Net = net_in;
pop_size = Net->populat... | [
"arumpf@hawk.iit.edu"
] | arumpf@hawk.iit.edu |
6ef97227cfce6122b5f9f074001e34ad99f25f07 | 783a719f752bc55031b2ce0a95bb4ebc221d6f54 | /Project/CDR/CdrHarvester/include/common.hpp | 655a099d42d0aaa5c66a462ebd9ce7594806d401 | [] | no_license | AmitPinhas/Work | 4ccb06141b2802d8c6a32ea16496aa4a7187f94d | 8f42aac8932d2a838afdae4a33e4da04fa4a87e7 | refs/heads/master | 2022-11-22T03:57:05.716869 | 2020-07-18T15:48:45 | 2020-07-18T15:48:45 | 276,338,048 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,424 | hpp | #ifndef COMMON_HPP
#define COMMON_HPP
#include <time.h>
#include "exeption.hpp"
static const size_t NanoToSec = 1000000000;
static const size_t SecondToMinute = 60;
class UnCopyAble
{
protected:
virtual ~UnCopyAble();
UnCopyAble();
private:
UnCopyAble(UnCopyAble const& a_lhs);
... | [
"amitenav@gmail.com"
] | amitenav@gmail.com |
92696182a621df37cbd8747030867421a1c064e2 | b7cb90804d38d548b6c06cb449552fc6b33fcd62 | /ResourceFileRenderTexture.h | 73c1ad901ca34fc888878462592809505d851d4b | [
"MIT"
] | permissive | MORTAL2000/Ezwix-Engine | 7435a1a99f75dbc54854384ab90d5a632edcd422 | 3e5bf38aa428608abd478cce005731861505c3cf | refs/heads/master | 2020-08-29T16:59:21.663341 | 2017-07-23T16:12:28 | 2017-07-23T16:12:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 648 | h | #ifndef __RESOURCEFILE_RENDERTEXTURE_H__
#define __RESOURCEFILE_RENDERTEXTURE_H__
#include "ResourceFile.h"
class ResourceFileRenderTexture : public ResourceFile
{
public:
ResourceFileRenderTexture(ResourceFileType type, const std::string& file_path, unsigned int uuid);
~ResourceFileRenderTexture();
void Bind();
... | [
"traguill1@gmail.com"
] | traguill1@gmail.com |
c1573199a0913fdeb1ce24b99932ed29384f099c | b9033518c9c427be647d40a4f35ff0450739c45d | /project1/Source/lib/Input.cpp | 6b5b73c504d61fe6806784cb55f428fe9436c5cc | [] | no_license | shimodakojiro/study1 | 52aabdc4f5c0dd98a728dfd71d0528eda9f867fe | a89394d6410190ebfecefd2f4926f3fecd9c50a9 | refs/heads/master | 2021-08-07T18:21:25.783754 | 2017-11-08T17:49:50 | 2017-11-08T17:49:50 | 106,160,936 | 0 | 1 | null | 2017-11-02T23:32:28 | 2017-10-08T08:27:17 | C++ | SHIFT_JIS | C++ | false | false | 5,003 | cpp |
#include"../../Header/lib/Input.h"
/**
* @brief :コンストラクタ
*/
CInput::CInput()
{
now = 0;
old = 0;
down = 0;
up = 0;
mMouseActive = true;
mMousePnt.x = 0;
mMousePnt.y = 0;
mOlpMousePnt.x = 0;
mOlpMousePnt.y = 0;
//画面の中心にマウスをセット
SetCursorPos(CApplication::GetScreenCenx(), CApplication::GetScreenCeny());
//マ... | [
"ztuthrremb@i.softbank.jp"
] | ztuthrremb@i.softbank.jp |
73b047963544935115c5d5f974433bfbd1779cd4 | 18307e86c085a64e64fe0671edc1ab00ab9aa1be | /Engine/Plugins/UnrealCS/Source/MonoPlugin/Private/GeneratedScriptLibraries/SafeZone_script.h | 0ccf8e33e4995f33e0fc9b8b0f844f1adf5cae0c | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | rob-ack/UnrealCS | b6e9fe433ba1d04094a6baa3f75a365d0dcc749c | 16d6f4989ef2f8622363009ebc6509b67c35a57e | refs/heads/master | 2021-08-04T13:50:00.090129 | 2017-09-06T20:58:36 | 2017-09-06T20:58:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 279 | h | //GENERATED: C++ Code
#pragma once
class USafeZone_
{
static UClass* _StaticClassForProxy(){return USafeZone::StaticClass();}
public:
static void BindFunctions()
{
mono_add_internal_call("UnrealEngine.USafeZone::StaticClass",(const void*)_StaticClassForProxy);
}
}
; | [
"robert.acksel@googlemail.com"
] | robert.acksel@googlemail.com |
ebf1c7a94a0ae0fec0630b45662f6cd082e9941d | ae9b6956477e2bbff15706fb3be582a22b31f8e8 | /qtmpcpp.h | 576a9acd26dd9af705ee6f032ebb007f4824096a | [] | no_license | travisat/qtmpcpp | 60330a9f5aa6842ce8541573ca7ce5e2a020ddc4 | 6417c447719d503842b167456ff64a803474a654 | refs/heads/master | 2021-01-19T06:08:41.405601 | 2011-01-19T04:28:37 | 2011-01-19T04:28:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,015 | h | /***************************************************************************
* Copyright (C) 2010 by Travis Thompson *
* travisat@gmail.com *
***************************************************************************/
#pragma once
#inc... | [
"travisat@gmail.com"
] | travisat@gmail.com |
b6e84ccc7267559539e06acaddd38ee76886552e | b1af8bb863a6730e6e4e93129efbad89d33cf509 | /SDK/SCUM_Trucker_Jacket_04_parameters.hpp | 9b70adbe36a504cc1d50e4d7bc9793e28967b371 | [] | no_license | frankie-11/SCUM_SDK7.13.2020 | b3bbd8fb9b6c03120b865a6254eca6a2389ea654 | 7b48bcf9e8088aa8917c07dd6756eac90e3f693a | refs/heads/master | 2022-11-16T05:48:55.729087 | 2020-07-13T23:48:50 | 2020-07-13T23:48:50 | 279,433,512 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,640 | hpp | #pragma once
// SCUM (4.24) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "../SDK.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Parameters
//---------------------------------------------------------------------------
// Function ConZ.ClothesItem... | [
"60810131+frankie-11@users.noreply.github.com"
] | 60810131+frankie-11@users.noreply.github.com |
cd68878a00ab67ed53a96a61eb08be941552035b | e76ea38dbe5774fccaf14e1a0090d9275cdaee08 | /src/chrome/browser/spellchecker/spellcheck_message_filter_unittest.cc | da560f3f86dad390dcd3c2a1e71be3cba38e9333 | [
"BSD-3-Clause"
] | permissive | eurogiciel-oss/Tizen_Crosswalk | efc424807a5434df1d5c9e8ed51364974643707d | a68aed6e29bd157c95564e7af2e3a26191813e51 | refs/heads/master | 2021-01-18T19:19:04.527505 | 2014-02-06T13:43:21 | 2014-02-06T13:43:21 | 16,070,101 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 5,903 | cc | // Copyright (c) 2013 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 "base/strings/utf_string_conversions.h"
#include "chrome/browser/spellchecker/spellcheck_factory.h"
#include "chrome/browser/spellchecker/spe... | [
"ronan@fridu.net"
] | ronan@fridu.net |
f74441701ad7ae7a94448dbcff8007096ad3d4e7 | a982aa77a739362d21c3ab3d72fb1742f1cd3837 | /MusicLoopLayer.cpp | b86dfc58cbf6fbef183c77f6c0de5df059e6ef6b | [] | no_license | Sgeo/mng-player-c3 | 70d38038df6260d9831d20296f386d4516222797 | 9bc936689f6af4a9eff7d99c0eb597bfff188ea7 | refs/heads/main | 2023-08-27T11:57:38.726082 | 2021-10-11T05:17:29 | 2021-10-11T05:17:29 | 415,256,547 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,331 | cpp | // --------------------------------------------------------------------------
// Filename: Music Loop Layer.cpp
// Class: MusicLoopLayer
// Purpose:
//
// Description:
//
// A loop layer simply plays a looped sound constantly. It has a pre-defined
// variable 'pan', which can be accessed by an action script attache... | [
"sgeoster@gmail.com"
] | sgeoster@gmail.com |
2ffbe790874457cdeff8df510018d3f21ecb8dfc | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /chrome/browser/chromeos/login/screens/app_downloading_screen_browsertest.cc | cee6253f5cdfbbb05725416b2917b7a0f32dcad9 | [
"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 | 6,088 | cc | // Copyright 2019 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 "chrome/browser/chromeos/login/screens/app_downloading_screen.h"
#include <memory>
#include "base/bind.h"
#include "base/run_loop.h"
#include "... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
39d55ded96801a509368d6b64180ec2d65b2fa1c | b72890d0e6503b4528bef2b09743f6df72cb01d2 | /capabilities/DavsClient/acsdkAssetsInterfaces/include/acsdkAssetsInterfaces/Type.h | 7d532c61183f8774786b5ea4041d4aed1bd942e6 | [
"Apache-2.0",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-pml-2020",
"LicenseRef-.amazon.com.-AmznSL-1.0"
] | permissive | shivasiddharth/avs-device-sdk | b1375db55f204f1baaa9a4825e31f944a6e6d13c | c7ca5a12f65ce95f99d56fc7a1ab79cc96147ed8 | refs/heads/master | 2021-12-01T17:21:42.067397 | 2021-11-28T09:34:42 | 2021-11-28T09:34:42 | 152,394,898 | 0 | 2 | Apache-2.0 | 2021-11-26T09:17:25 | 2018-10-10T09:09:11 | C++ | UTF-8 | C++ | false | false | 946 | h | /*
* Copyright Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0/
*
* or in the "license" f... | [
"womw@amazon.com"
] | womw@amazon.com |
aa90d76179aa057134888fe95d36106e23972dd5 | 71734273f0efd015e771aeb8026e2cdb045870cc | /cef/tests/cefclient/process_helper_mac.cc | 43c0c2cce34932a79603c5b94ef866ef8a851aa7 | [
"Apache-2.0"
] | permissive | killvxk/miniblink49 | 6efc4ff4a65eaface992d6bf02e537caa9131ed2 | ff3d0e133d18de1748c688b0c0e173965db17033 | refs/heads/master | 2020-03-18T01:43:40.001114 | 2019-04-27T12:11:45 | 2019-04-27T12:11:45 | 134,156,673 | 1 | 0 | MIT | 2019-04-27T12:11:46 | 2018-05-20T14:17:42 | C++ | UTF-8 | C++ | false | false | 1,107 | cc | // Copyright (c) 2012 The Chromium Embedded Framework Authors. All rights
// reserved. Use of this source code is governed by a BSD-style license that can
// be found in the LICENSE file.
#include "include/cef_app.h"
#include "cefclient/common/client_app_other.h"
#include "cefclient/renderer/client_app_renderer.h"
n... | [
"22249030@qq.com"
] | 22249030@qq.com |
6ea3de8889179e3deb2b58fd5aec2b1bd23f11dc | b3db988cbd2560122fa759668bb3c946d0f0d133 | /Candy Crush/Candy Crush/ModuleSceneIntro.cpp | 0912400c4078663db11f797843fb09619b711eb8 | [
"MIT"
] | permissive | JoanStinson/CandyCrush | fe8312f2ae276eb67f3baacefd95962e0076b0c1 | 13087fc8a75c721a874a53a04e9fb2f34be793b2 | refs/heads/master | 2022-09-23T15:44:24.441506 | 2022-09-16T17:28:51 | 2022-09-16T17:28:51 | 215,590,532 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,915 | cpp | #include "ModuleSceneIntro.h"
#include "Application.h"
#include "ModuleSceneGame.h"
#include "ModuleRender.h"
#include "ModuleTextures.h"
#include "ModuleInput.h"
#include "ModuleAudio.h"
#include "ModuleWindow.h"
#include "ModuleFadeToBlack.h"
#include <SDL.h>
#include "CEV_gif.h"
#include "CEV_gifDeflate.h"
#include ... | [
"jgm7.hd@gmail.com"
] | jgm7.hd@gmail.com |
7c1326649d69418ddee6c5934742c171b4a93f15 | 25a8c48c73ed6f7abbf5994b0ed3fe9ff6a647df | /CSES/Sorting and Searching/Factory Machines.cpp | 4a574f9b04022fcbe74f51590aa6ea08b0174e93 | [] | no_license | PealMazumder/Online-Judges | 480c135fbe07e36926fb8e45ab0806f9417c7459 | 25d29c05988b02c9553e9aa61acd91014987e81a | refs/heads/master | 2022-03-24T16:46:59.462297 | 2022-03-15T05:58:04 | 2022-03-15T05:58:04 | 251,225,342 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 654 | cpp | #include<bits/stdc++.h>
#define ll long long
#define pb push_back
#define sz(v) (int)v.size()
#define nl "\n"
using namespace std;
void solve()
{
ll ma, prd;
cin>>ma>>prd;
ll ar[ma];
ll mn = INT_MAX;
for(ll i = 0; i<ma; i++)
cin>>ar[i], mn = min(mn, ar[i]);
mn = mn*prd;
ll left = 0, right = mn;
while(left ... | [
"peal6614@gmail.com"
] | peal6614@gmail.com |
aad5a1e8e7f72473751996962d5cc83cff288f37 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /content/renderer/media/webrtc/rtc_event_log_output_sink_proxy.h | a3412d602ba08b1a53660d064998ceee0339f5ed | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 891 | h | // Copyright (c) 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.
#ifndef CONTENT_RENDERER_MEDIA_WEBRTC_RTC_EVENT_LOG_OUTPUT_SINK_PROXY_H_
#define CONTENT_RENDERER_MEDIA_WEBRTC_RTC_EVENT_LOG_OUTPUT_SINK_PROXY_H_
#in... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
3bbca6864a3535b99370d68d2d37fe6b35da6d76 | fc3aa9ea0af827ceb1ae33af7edffeaa90750f45 | /src/ScriptManager/Compiler.cpp | dd630465f1628ad2ca44f66b42c8055c9f60e4c7 | [] | no_license | nutti/GameEngine | 6ef06624970e4889220ad1dfa4c8105119bdd465 | 2b4f09465ecfcf0ed778ada7dbfe96aaa840d479 | refs/heads/master | 2016-09-05T09:06:20.595686 | 2014-03-09T11:30:55 | 2014-03-09T11:30:55 | 5,918,684 | 1 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 38,227 | cpp |
#include <iostream>
#include <iomanip>
#include <memory>
#include <memory.h>
#include "Compiler.h"
#include "Parser.hh"
Compiler::Compiler() : m_BreakIndex( -1 ), m_ErrorCount( 0 )
{
}
Compiler::~Compiler()
{
}
bool Compiler::Compile( const std::string& f, VM::Data& data )
{
// System call
AddFunction( VM::SYS_PR... | [
"nutti.metro@gmail.com"
] | nutti.metro@gmail.com |
ff397248b6474f2a1d2b42ac472441147893fcbd | 275a4fd85a1d85e6cfbfdc22adf6f1cb4bfb9360 | /shared/ClanLib-2.0/Sources/Core/Text/string_data8.cpp | 4c01381723b8ac3e1f4b0daf7072a29a6608114f | [
"LicenseRef-scancode-unknown-license-reference",
"XFree86-1.1"
] | permissive | fatalfeel/proton_sdk_source | 20656e1df64b29cfe0fc3d15f8b36cf1358704c4 | 15addf2c7f9b137788322d609b7df0506c767f68 | refs/heads/master | 2021-08-03T07:14:18.079209 | 2021-07-23T02:35:54 | 2021-07-23T02:35:54 | 17,131,205 | 20 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 11,950 | cpp | /*
** ClanLib SDK
** Copyright (c) 1997-2010 The ClanLib Team
**
** This software is provided 'as-is', without any express or implied
** warranty. In no event will the authors be held liable for any damages
** arising from the use of this software.
**
** Permission is granted to anyone to use this software for a... | [
"fatalfeel@hotmail.com"
] | fatalfeel@hotmail.com |
32758dc8ce8bc94190e3abf98da21170a68a48f1 | 9cff3762b21c811386444684924e2f5b3d716d3c | /Classes/binding-mruby/window-binding.cpp | 4a66643dcf45c18d02b300b0abbf430bd5de1ff3 | [] | no_license | cjv123/RPGR | 8e43f46773dd1db24ccd5d4a2e0d74a738e2e3a6 | c4242009128072427160dae8bbff6007b6147360 | refs/heads/master | 2020-06-01T19:05:40.018546 | 2014-04-28T07:53:46 | 2014-04-28T07:53:46 | 18,788,101 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,612 | cpp | #include "window.h"
#include "disposable-binding.h"
#include "binding-util.h"
#include "binding-types.h"
DEF_TYPE(Window);
MRB_METHOD(windowInitialize)
{
Window *w = viewportElementInitialize<Window>(mrb, self);
setPrivateData(mrb, self, w, WindowType);
w->setCursorRect(new Rect);
wrapNilProperty(mrb, self, CSw... | [
"cjv123@qq.com"
] | cjv123@qq.com |
07d63d96d07a2fcf0a2fbe4fa07c089d6d60cf03 | c5cb3147d4a55a505ccddacfcb3dabd234c7297a | /new-city/game.cpp | 5612c0f824c20b22371a9f88907f397802fc1cfa | [] | no_license | DannyXjsu/new-city | 34b6c86043bd0da66f1f69aae2bb91d541f63c20 | 722d86b4f3e11ded0ed342d5ad59b6de53bb4d46 | refs/heads/master | 2023-03-11T05:50:21.398850 | 2021-02-23T23:57:52 | 2021-02-23T23:57:52 | 328,266,813 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,945 | cpp | #include <iostream>
#include <conio.h>
#include "game.h"
#include "game_context_menu.h"
#include "game_identities.h"
int gSelection = 1;
int gInput;
int gLastSelection;
#define KEY_ARROWUP 72
#define KEY_ARROWDOWN 80
#define KEY_ARROWLEFT 75
#define KEY_ARROWRIGHT 77
#define KEY_ENTER 13
#include <Windows.h>
// So... | [
"daniel.nazar.br@gmail.com"
] | daniel.nazar.br@gmail.com |
64a1affc5db528ac5d0aff983cb8740e2b8dddee | 7a589d807fdce6d11a7e6d3bcc1289cf7e138137 | /2017-IAP-Arduino-Unity/groups/groupX/MPU_Main_jan19b/Smoke_under_the_Water.ino | d02462c6ecabc6478324c5fa8349ad9331271edf | [] | no_license | mens-et-manus/archive | d24b35019a28029da62ac40c17c2da4331ecaadb | 80959af9322cda6bc7bf843c3faf4d9aba31c0b4 | refs/heads/master | 2020-06-03T14:02:26.737837 | 2017-09-18T23:31:41 | 2017-09-18T23:31:41 | 94,132,895 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,208 | ino | /*
Arduino Mario Bros Tunes
With Piezo Buzzer and PWM
Connect the positive side of the Buzzer to pin 3,
then the negative side to a 1k ohm resistor. Connect
the other side of the 1 k ohm resistor to
ground(GND) pin on the Arduino.
by: Dipto Pratyaksa
last updated: 31/3/13
*/
/************************... | [
"andrew@andrewringler.com"
] | andrew@andrewringler.com |
5c369359f4637e5bcb5b20e73400571d61896585 | f6b38b026d643fc4bac072b25862344193d5f933 | /include/dze/enable_special_members.hpp | b546af06e0780d81acc6c3b52cf3476697ceeb9d | [] | no_license | dzenirenevic/type_traits | 4063a299cf6722d2fc5bb0ace7ec6643fef869e6 | d615689e96a1c8154348f0b377a82369b860f103 | refs/heads/master | 2022-11-05T15:04:13.026127 | 2020-06-02T05:37:03 | 2020-06-24T07:12:39 | 274,117,272 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,604 | hpp | #pragma once
#include <type_traits>
namespace dze {
struct enable_default_constructor_tag {};
// A mixin helper to conditionally enable or disable the default constructor.
template <bool, typename = void>
struct enable_default_constructor
{
constexpr enable_default_constructor() noexcept = default;
explicit... | [
"dzenirenevic@gmail.com"
] | dzenirenevic@gmail.com |
3cc3743c21eb6b818bc17e46cbdcf3aa350ec62c | 657fdeb8cbad6c39a65fe299e9b94f569fa9086d | /Pointers/pointer1.cpp | bd233cf4b405e008705e1d8ec9ab778e98d47995 | [] | no_license | singhg11/CPP | c9a868200f14b5c95481a63c0b25a6eead876ea1 | 845b9818f61416f54a57085a05f34e449dee2e87 | refs/heads/master | 2023-06-11T03:30:32.334443 | 2021-07-04T14:55:49 | 2021-07-04T14:55:49 | 382,875,795 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 309 | cpp | #include<iostream>
using namespace std;
int main() {
int i = 10;
cout << &i << endl;
int *p = &i;
cout << p << endl;
cout << *p << endl;
// float f = 10.2;
// float *pf = &f;
// cout << pf << endl;
// double d = 122.3;
// double *pd = &d;
// cout << pd << endl;
} | [
"gauravanilkumarsingh@gmail.com"
] | gauravanilkumarsingh@gmail.com |
dbe8fccfdde84162be239e914c9e465405a14801 | b40c7be7981f8dc0183792c5946c19e3c6fee8b9 | /conn/jdbc_type2/native/JdbcDebug.cpp | 01f452a1ffde709596744faa5647800812ab9e48 | [
"Apache-2.0"
] | permissive | jmhsieh/core | 763530f55d41538ef7c0198e8bd1cc569f4a66e5 | a13345b44f9bd9edae73cc8a2410f087ce3a75eb | refs/heads/master | 2021-01-15T21:24:15.162737 | 2014-06-13T22:16:03 | 2014-06-13T22:16:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,955 | cpp | /**************************************************************************
// @@@ START COPYRIGHT @@@
//
// (C) Copyright 2004-2014 Hewlett-Packard Development Company, L.P.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// Y... | [
"steve.varnau@hp.com"
] | steve.varnau@hp.com |
5dea4258214462bd3e888cce97bcace4aabe3117 | 51a850f30dcadaf3eca358755de00061c8630bcc | /ProgrammingTutorial/Source/ProgrammingTutorial/FirstPersonShooterTutorial/FPSProjectGameMode.h | 7df5bda24245b8f927159e7d4a70764f575c1081 | [] | no_license | 23michael45/Unreal4ProgrammingTutorial | 76583c482d453ada185a9567638fa364b75a87c0 | 3645e14348e69f760333be165f8bfeea7f1f97b0 | refs/heads/master | 2020-03-26T16:13:59.949101 | 2018-08-24T10:34:46 | 2018-08-24T10:34:46 | 145,089,048 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 363 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/GameModeBase.h"
#include "FPSProjectGameMode.generated.h"
/**
*
*/
UCLASS()
class PROGRAMMINGTUTORIAL_API AFPSProjectGameMode : public AGameModeBase
{
GENERATED_BODY()
... | [
"michael2345@live.cn"
] | michael2345@live.cn |
93edcdd10c6d57e0e72fc58deee8c6708d4db33f | be4d1ae070f6791361e824ffe2c103b02a6177b1 | /Shifted1keV/SF1keV/include/Lib_DCSHistogram.h | f6473955a974384e1daba6ca0e11b0b18c7dddce | [] | no_license | iskX368/Cobold_Shared2 | e5eedb5ee0bee15ca28ed804d479872c1f80b39a | 31154b28ad851367876608425faad0da0b7421f1 | refs/heads/master | 2023-01-23T11:59:15.804343 | 2020-11-20T07:42:53 | 2020-11-20T07:42:53 | 298,665,519 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 18,321 | h | #pragma once
#include <memory>
#include <stdexcept>
#include <vector>
#include "Lib_ScaleInformation.h"
#include "Lib_ConversionToDCS.h"
#include "Lib_Inputs.h"
//
//DCS実験値と理論値の描画
//検出器感度補正
//を行うクラス
//
//方位角フォーマット設定の追加は後で.
//
/// <summary>
/// 微分散乱断面積の理論値ヒストグラムを作成するクラス
/// </summ... | [
"m.i-epsilsagitt@outlook.com"
] | m.i-epsilsagitt@outlook.com |
480736f8ad73901a38bc7be8b398ebe242bfb0be | b6067f462d3bd91362ca9bb462b99f9a2890d980 | /HashCode2018/hashcode.cpp | 0584d16e826004b225c148684540bd5233421d48 | [] | no_license | lionadis/CompetitiveProgramming | 275cb251cccbed0669b35142b317943f9b5c72c5 | f91d7ac19f09d7e89709bd825fe2cd95fa0cf985 | refs/heads/master | 2020-07-22T07:29:18.683302 | 2019-09-08T13:48:31 | 2019-09-08T13:48:31 | 207,116,093 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,746 | cpp | #include <bits/stdc++.h>
using namespace std;
#define rep(i, a, b) for(int i = a; i < (b); ++i)
#define trav(a, x) for(auto& a : x)
#define all(x) x.begin(), x.end()
#define sz(x) (int)(x).size()
#define F first
#define S second
#define f_in freopen("e_high_bonus.in","r",stdin);
#define f_out freopen("e_high... | [
"ahmed.ben.neji@ieee.org"
] | ahmed.ben.neji@ieee.org |
7cb10cb8d1b13df4d99ffff1b548cd825a402ddb | aac54e21fbf92b0a38ed6548f71ac2d3346989b6 | /tests/InitTermTest/InitTermTest.hpp | bc14600744c29aee9dbd6a916cc7100599d78606 | [
"Apache-2.0"
] | permissive | rherardi/xerces-c-src_2_7_0 | 6354cd58f2ebcf1525e90faa576bd4c7f8028af2 | a23711292bba70519940d7e6aeb07100319b607c | refs/heads/master | 2023-03-10T04:02:43.883556 | 2015-05-12T07:23:07 | 2015-05-12T07:23:07 | 35,473,315 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,723 | hpp | /*
* Copyright 2001,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless re... | [
"rherardi@alumni.stanford.edu"
] | rherardi@alumni.stanford.edu |
87c2fccbbde454ee76444bfca7a050b34ce37481 | b4d726a0321649f907923cc57323942a1e45915b | /CODE/MENUUI/FISHTANK.CPP | 64bae3df9751391290a03e324a1a3c95ab2659be | [] | no_license | chief1983/Imperial-Alliance | f1aa664d91f32c9e244867aaac43fffdf42199dc | 6db0102a8897deac845a8bd2a7aa2e1b25086448 | refs/heads/master | 2016-09-06T02:40:39.069630 | 2010-10-06T22:06:24 | 2010-10-06T22:06:24 | 967,775 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,689 | cpp | /*
* Copyright (C) Volition, Inc. 1999. All rights reserved.
*
* All source code herein is the property of Volition, Inc. You may not sell
* or otherwise commercially exploit the source or things you created based on the
* source.
*
*/
/*
* $Logfile: /Freespace2/code/MenuUI/fishtank.cpp $
* $Rev... | [
"chief1983@yahoo.com"
] | chief1983@yahoo.com |
d3429df735d443cb376b42b7bf31cba1b7610da5 | d4d06745a1ed357cad9ef1dc03462bfbe65b1d63 | /day01/ex02/src/main.cpp | 6763f369b05bc1efe430f349cbda105fd12b27ba | [] | no_license | potatokuka/Cpp_Piscene | 5d7c7b5af0691f347e5b2dde9027ea9fdacbcd00 | f203d026ad0ab12d5711ddd18686e4335703a762 | refs/heads/master | 2022-12-16T13:44:51.960228 | 2020-09-18T10:09:10 | 2020-09-18T10:09:10 | 282,245,546 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,259 | cpp | /* ************************************************************************** */
/* */
/* :::::::: */
/* main.cpp :+: :+: ... | [
"griffin.reed3@gmail.com"
] | griffin.reed3@gmail.com |
9425ae21f5e04e68829e00a7dfdb5578bbcfb399 | 877df1c7964c44bf15b849ff400cd538b121a032 | /GCD-LCM/max-gcd-Row-Colmn-replce.cpp | 46dab911f08ab99bb210ccc9e9631b7bd00f9bcc | [] | no_license | softcodeln/Algorithms | 7fe437872fe530ecbbdac028083b09ab19920da3 | 17c446cb1916ac579c2251d3bd82b65c0377da3e | refs/heads/master | 2021-05-09T02:01:03.640184 | 2019-09-07T18:30:12 | 2019-09-07T18:30:12 | 119,194,087 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,119 | cpp | //
// Created by HP on 27-Jan-18.
//
#include<bits/stdc++.h>
using namespace std;
void replace_matrix( int r ,int c , int arr[][10] )
{
int rgcd[r] = { 0 } , cgcd[c] = { 0 };
for( int i = 0 ; i < r ; i++ ){
for( int j = 0 ; j < c ; j++ ){
rgcd[i] = __gcd( rgcd[i] , arr[i][j] ) ;... | [
"luckychoudhary821998@gmail.com"
] | luckychoudhary821998@gmail.com |
58b84c350d4f862a6cacf3bb95cd31eed8591d75 | cd470ad61c4dbbd37ff004785fd6d75980987fe9 | /Luogu/Con25945 【LGR-067】洛谷 1 月月赛 II & CSGRound 3/C/std.cpp | a94cc2f294b75abbd29c4f5cee171f2509eac7e4 | [] | no_license | AutumnKite/Codes | d67c3770687f3d68f17a06775c79285edc59a96d | 31b7fc457bf8858424172bc3580389badab62269 | refs/heads/master | 2023-02-17T21:33:04.604104 | 2023-02-17T05:38:57 | 2023-02-17T05:38:57 | 202,944,952 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,576 | cpp | #include <cstdio>
#include <cctype>
#include <cstring>
#include <algorithm>
#include <vector>
char buf[1 << 23], *ps = buf, *pt = buf;
#define getchar() (ps == pt && (pt = (ps = buf) + fread(buf, 1, 1 << 23, stdin), ps == pt) ? EOF : *ps++)
int read(){
register int x = 0;
register char f = 1, ch = getchar();
for (; ... | [
"1790397194@qq.com"
] | 1790397194@qq.com |
9c581713e3117268ca4279b987764058c22ceeab | 6865ec14ac0493b1805e76b5a283d1c59a39bec1 | /2017-2018/Открытая/A/A.cpp | 57c998f0c48aa489cb50aa9f06187b21308321ec | [] | no_license | ksercs/school_olympiads | a5736b02ef01ae5a7ee821e6f55c69f4131356f3 | e9cdb8e33e38aff98a9fd3ecff502a21bdf360aa | refs/heads/master | 2023-06-25T10:36:31.495443 | 2021-07-25T14:05:58 | 2021-07-25T14:05:58 | 389,353,366 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 811 | cpp | #include <iostream>
#include <fstream>
#include <algorithm>
#include <string>
#include <cmath>
#include <vector>
#include <iomanip>
#include <set>
#include <map>
#include <utility>
#include <queue>
#include <string.h>
#define SZ size()
#define VEC vector
#define PB push_back
#define MP make_pair
#defi... | [
"ksercs0@gmail.com"
] | ksercs0@gmail.com |
61fc243bdf3b0691159fddbd907768d714713318 | f3e931a9c94977cdde6b2d07068f7cd827f950ae | /MatrixSolver.h | ef3d332de844de7392e00a38c6409b92e5d11e74 | [] | no_license | lunzhy/SimCTM | 59a616103d04c6adfd858e75577dc0e89a64bb24 | bdf86f9ce188fb8c661786a8da2fa8c529443f17 | refs/heads/master | 2021-01-17T13:12:22.335920 | 2016-07-01T08:38:15 | 2016-07-01T08:38:15 | 11,086,698 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,906 | h | /**
* @file MatrixSolver.h
* @brief This file defines the class for solving matrix equation with sparse matrix
*
*
*
* @author
* @version
* @date 2013-8-14 15:22
* @note
* @todo
*/
#ifndef _MATRIXSOLVER_H_
#define _MATRIXSOLVER_H_
#include <Eigen/Sparse>
#include <Eigen/OrderingMethods>
#include ... | [
"lunzhy.work@gmail.com"
] | lunzhy.work@gmail.com |
7c7c1546610672dfb7d02729c47087c90a1c8295 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/git/gumtree/git_repos_function_6148_git-2.12.5.cpp | 6390c9001241c9f5275eddb41da1dbf1f6d0d101 | [] | 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 | 450 | cpp | static int resolve_packed_ref(struct files_ref_store *refs,
const char *refname,
unsigned char *sha1, unsigned int *flags)
{
struct ref_entry *entry;
/*
* The loose reference file does not exist; check for a packed
* reference.
*/
entry = get_packed_ref(refs, refname);
if (entry) {
hashcp... | [
"993273596@qq.com"
] | 993273596@qq.com |
b3369c9feed5608f43e9dfdc61321c5781c06a43 | e71b31f73e11ea6f50321f6faf47e4f5950d094f | /MXLPersonalArmoryHook/include/PipeClient.h | ee8a32896ea13be644a1ca1637f3b4042e41cfd4 | [
"MIT"
] | permissive | baiumbg/MXLPersonalArmory | 35374182fe2772262620953755926937b8c8846b | e1762c199406f55363069e9a92bd264687bddd32 | refs/heads/master | 2023-03-05T18:37:18.414847 | 2019-12-28T13:01:52 | 2019-12-28T13:01:52 | 221,526,188 | 0 | 0 | MIT | 2023-02-24T16:30:56 | 2019-11-13T18:31:46 | C | UTF-8 | C++ | false | false | 503 | h | #pragma once
#include <Windows.h>
#include <string>
#define DEFAULT_PIPE_ADDRESSW L"\\\\.\\pipe\\MXLPersonalArmoryHook"
#define DEFAULT_PIPE_ADDRESS "\\\\.\\pipe\\MXLPersonalArmoryHook"
class PipeClient
{
public:
PipeClient(const std::wstring& address);
void connect();
void send(const std:... | [
"baiumbg@gmail.com"
] | baiumbg@gmail.com |
d47403edc602c2239b6a9e6608ddd8753c5408eb | d939ea588d1b215261b92013e050993b21651f9a | /chdfs/src/v20201112/model/ModifyLifeCycleRulesRequest.cpp | c77a6edaa6a7b31fd1cae1b44dbeac3c5fd330e0 | [
"Apache-2.0"
] | permissive | chenxx98/tencentcloud-sdk-cpp | 374e6d1349f8992893ded7aa08f911dd281f1bda | a9e75d321d96504bc3437300d26e371f5f4580a0 | refs/heads/master | 2023-03-27T05:35:50.158432 | 2021-03-26T05:18:10 | 2021-03-26T05:18:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,290 | 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@tenent.com"
] | tencentcloudapi@tenent.com |
9db7bf24d89583d55a6320c6b874d167a3006faa | 94db0bd95a58fabfd47517ed7d7d819a542693cd | /client/ClientRes/IOSAPI/Classes/Native/AssemblyU2DCSharpU2Dfirstpass_Spine_Format1041889017.h | 275394d293e3a3bff813e12f96c4c43e85a95e1d | [] | no_license | Avatarchik/card | 9fc6efa058085bd25f2b8831267816aa12b24350 | d18dbc9c7da5cf32c963458ac13731ecfbf252fa | refs/heads/master | 2020-06-07T07:01:00.444233 | 2017-12-11T10:52:17 | 2017-12-11T10:52:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 926 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Enum2459695545.h"
#include "AssemblyU2DCSharpU2Dfirstpass_Spine_Format1041889017.h"
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic... | [
"1"
] | 1 |
ce6a2decd20c5b597a7e2e9bfaeb39134d6641c3 | 233676e340835a58e8041bdc82c313e599af415c | /Schweizer-Messer/numpy_eigen/src/autogen_test_module/test_D_2_long.cpp | dfb646ad864fe314024e353337523a22ac893dd0 | [
"BSD-3-Clause"
] | permissive | ethz-asl/kalibr | 9213daa87ed191ce1e05fba9f7424204c2d9734c | 94bb8437a72a0d97a491097a7085bf3db4f93bba | refs/heads/master | 2023-08-29T17:04:47.774244 | 2023-08-14T02:08:46 | 2023-08-14T02:08:46 | 20,293,077 | 3,744 | 1,341 | NOASSERTION | 2023-09-10T02:18:47 | 2014-05-29T12:31:48 | C++ | UTF-8 | C++ | false | false | 289 | cpp | #include <Eigen/Core>
#include <numpy_eigen/boost_python_headers.hpp>
Eigen::Matrix<boost::int64_t, Eigen::Dynamic, 2> test_long_D_2(const Eigen::Matrix<boost::int64_t, Eigen::Dynamic, 2> & M)
{
return M;
}
void export_long_D_2()
{
boost::python::def("test_long_D_2",test_long_D_2);
}
| [
"schneith@ethz.ch"
] | schneith@ethz.ch |
84035974d5b3a9e42991b52f2960363384aacb61 | c982493958badefd13ebecf0f8523c3d3ac414bd | /Plugins/MESProduct/Source/MESProduct/MESComponent/ComponetBase/SceneFloderActor.h | fe23210f8d004a74031941dae41c6dd6f547b96d | [] | no_license | XavierLynn/SmartCity | 5e44eee8660b67bec53b69762bff00f0bc3e7bc1 | 1102a5c5bc4c3bb626d1103ae6ea5451fa6de90e | refs/heads/master | 2023-05-09T16:16:48.564967 | 2021-06-04T10:10:52 | 2021-06-04T10:10:52 | 330,520,955 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 307 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Engine/StaticMeshActor.h"
#include "SceneFloderActor.generated.h"
/**
*
*/
UCLASS()
class MESPRODUCT_API ASceneFloderActor : public AStaticMeshActor
{
GENERATED_BODY()
};
| [
"Administrator@DESKTOP-CKU0KSV"
] | Administrator@DESKTOP-CKU0KSV |
6f52794153e5a4c132aff642fbb5687279f49459 | 11eb8126ad662b109607bd236770cdaf36738fc8 | /Conveyor Belt Controller.ino | 262f3bc986ac7909109fc9e7d6219d43ec427ba8 | [] | no_license | Adeboye/Conveyor-Belt-Controller | 6b0bfad4d4c2bc4612bfdb93e73eaeb6a566fe76 | 281225eaac607dc01afa3f10df160d2a5cfcad7f | refs/heads/master | 2021-01-13T14:28:58.078837 | 2015-10-05T19:02:59 | 2015-10-05T19:02:59 | 43,706,780 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,902 | ino | #include <QueueArray.h>
#include <Servo.h>
Servo myServo;
Servo myServo1;
Servo myServo2;
Servo myServo3;
Servo myServo4;
int timer_counter = 0;
int left = 1000;
int center = 1500;
int center2 = 1400;
int center3 = 1400;
int right = 2000;
int bags = 0;
int tagData = 0;
int counter1 = 200;
int counter2 =... | [
"novalangley@gmail.com"
] | novalangley@gmail.com |
d1d249b9b3766f1ed916a50310ccc4fe1fdc016f | 54426e9501bb1347f40ab3476270aefdd80dbe9b | /face3d_basic/perspective_camera_parameters.h | 2701cc34bd5d3bcccc9cf49f15aad08779678a3e | [] | no_license | VisionSystemsInc/face3d | 87c7fa884a70247a8c5a1f5571dcf4b65d620394 | e381b9a151b075d09bcc6f15a434299a4201d988 | refs/heads/master | 2022-07-10T20:45:26.291689 | 2022-06-07T15:44:15 | 2022-06-07T15:44:15 | 148,686,635 | 18 | 5 | null | 2021-01-15T02:35:05 | 2018-09-13T19:21:42 | C++ | UTF-8 | C++ | false | false | 2,172 | h | #ifndef perspective_camera_parameters_h_included_
#define perspective_camera_parameters_h_included_
#include <iostream>
#include <vgl/vgl_vector_3d.h>
#include <vgl/algo/vgl_rotation_3d.h>
#include <vpgl/vpgl_perspective_camera.h>
namespace face3d {
template<class T>
class perspective_camera_parameters
{
public:
... | [
"dan@visionsystemsinc.com"
] | dan@visionsystemsinc.com |
3190aad1ba274a7d8babe055d851af8ff3fc9237 | d853118d15ddff490c49de60a790ec762288e6f1 | /src/solvers/gecode/presolver/congr.cpp | e2bad4e0eb65597bc12082cc0232cfb4e488b508 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gmarkall/unison | eed7e1a0f3c7824a7501c9be8033caa27763acf2 | bc24e5d9ce444498b77b33f05d51abee0b2350c5 | refs/heads/master | 2020-06-28T18:38:59.036874 | 2016-11-18T15:25:09 | 2016-11-18T15:25:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,927 | cpp | /*
* Main authors:
* Mats Carlsson <matsc@sics.se>
* Roberto Castaneda Lozano <rcas@sics.se>
*
* Contributing authors:
* Noric Couderc <noric@sics.se>
*
* This file is part of Unison, see http://unison-code.github.io
*
* Copyright (c) 2016, SICS Swedish ICT AB
* All rights reserved.
*
* Redi... | [
"rcas@sics.se"
] | rcas@sics.se |
d4191275db9b70ab4133f16ec2da01b0cdd2f1ff | 077968ab15b94e2ba75bef8d4e0d963907bccd19 | /phosfeeclient/src/Mapper.h | 2e0c2086107394a1706510a156717a9d87d8feb8 | [] | no_license | perthi/phos_apd_bias_control | bb17dfdad7cbfc969ec851ac478d8186d7cd5c39 | 7981bf011c8ca302a7689deb611d2944b9dc4b4b | refs/heads/master | 2021-01-22T08:32:40.652972 | 2008-08-01T21:32:55 | 2008-08-01T21:32:55 | 39,294 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,929 | h | #ifndef MAPPER_H
#define MAPPER_H
/**************************************************************************
* This file is property of and copyright by the Experimental Nuclear *
* Physics Group, Dep. of Physics *
* University of Oslo, Norway, 2006 ... | [
"p.t.hille@fys.uio.no"
] | p.t.hille@fys.uio.no |
321779dbac575da24636a5fc2612d98d9a4a5fd3 | e46bd22112c15d9558ad9531deef183849636d62 | /LeetCode/30-Day Challenge/August/Week 5.2 Largest Component Size by Common Factor.cpp | 671d36a35bfcf77197e57f13636d67cf7768e326 | [] | no_license | jariasf/Online-Judges-Solutions | 9082b89cc6d572477dbfb89ddd42f81ecdb2859a | 81745281bd0099b8d215754022e1818244407721 | refs/heads/master | 2023-04-29T20:56:32.925487 | 2023-04-21T04:59:27 | 2023-04-21T04:59:27 | 11,259,169 | 34 | 43 | null | 2020-10-01T01:41:21 | 2013-07-08T16:23:08 | C++ | UTF-8 | C++ | false | false | 1,756 | cpp | /*******************************************
***Problema: Largest Component Size by Common Factor
***ID: Week5.2
***Juez: LeetCode
***Tipo: Union Find + Prime Factorization
***Autor: Jhosimar George Arias Figueroa
*******************************************/
class UnionFind{
public:
vector<int> uf, cc;
i... | [
"jariasf03@gmail.com"
] | jariasf03@gmail.com |
bd415c8d601912052e8bd0228418a6abb9174852 | 94d8b970923236e895e34f79a56f6b13b373f252 | /11-2020/dayso.cpp | 3e7467f43e1115fd62cbf236bca2609744b4a21d | [] | no_license | vinhdq842/Cpp-CP | 5727a3c7ba08f2888204c33d9622a7c7749540f9 | f43c8b932a956a0c195f1ead375dbb1a81a81c20 | refs/heads/main | 2023-08-20T18:57:34.323893 | 2021-10-29T02:43:54 | 2021-10-29T02:43:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,228 | cpp | #include<bits/stdc++.h>
using namespace std;
#define fast_io ios_base::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr);
#define ll long long
//#define BRUTE_FORCES 1
ll n, k;
struct bigint
{
const int len = 100005;
int n[100005];
int cur_idx = len - 1;
bigint() {
memset(n, 0, sizeof(n));
}
bi... | [
"quangvinh0842@gmail.com"
] | quangvinh0842@gmail.com |
77b483d04fc13212e51a030719e8cff380bf7e5b | 68474d9d5b67759b6bd2608a8b5c996cb00f4efc | /Ejercicio2/E2V3/Helper.cpp | 407cc8b325c78c1901b4dca21193f3bb1fa100ad | [] | no_license | serpi90/RedesIV2014 | 3ad4c065e0d5d29b80fc317ae7ad2c00d470c093 | f10ec55386911d177cae8fe86cca1372c26d0fe7 | refs/heads/master | 2020-12-24T13:52:14.801719 | 2014-06-27T21:32:05 | 2014-06-27T21:32:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,819 | cpp | #include "Helper.h"
#include <unistd.h>
#include <sstream>
void Helper::output(FILE* file, std::stringstream &ss, Colours colour) {
output(file, ss.str(), colour);
ss.str("");
}
void Helper::output(FILE* file, std::string s, Colours colour) {
std::string out = col2string(colour) + s + col2string(Colours::DEFAULT)... | [
"serpi90@gmail.com"
] | serpi90@gmail.com |
96f7593c420198de9740e6e429ec59d2ab9f73e8 | ccd10bb3df8bb1b1b799fe6d3790f8caec1ef248 | /Source/Travel/TravelGameInstance.cpp | 9a16d59a4de9a8e9ed6dc4a3288a407f91316170 | [] | no_license | neo-luna/Travel | bf27e826c4c2d2cc48145dc9e3f908993c0dd64b | 9dfd4ad16b800fe08121c8b916d2de2e3ab8ce66 | refs/heads/master | 2023-03-29T23:28:30.352738 | 2021-04-01T07:10:46 | 2021-04-01T07:10:46 | 338,788,208 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,506 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "TravelGameInstance.h"
#include "Blueprint/UserWidget.h"
#include "UObject/ConstructorHelpers.h"
//Constructor
UTravelGameInstance::UTravelGameInstance(const FObjectInitializer & ObjectInitializer)
{
static ConstructorHelpers::F... | [
"timur-mw@yandex.ru"
] | timur-mw@yandex.ru |
541880a5fa7876ce3716f5fbb35a8bd609032f91 | 3dbec36a6c62cad3e5c6ec767b13f4038baa5f79 | /cpp-lang/primer/ch13/examples/mail_handler/message.cpp | eaebfb431f361ad77e07a495ad6ddf3bc8bee46b | [] | no_license | reposhelf/playground | 50a2e54436e77e7e6cad3a44fd74c0acc22a553a | 47ddd204a05ec269e4816c2d45a13e5bc6d3e73a | refs/heads/master | 2022-04-22T13:50:24.222822 | 2020-04-10T15:59:30 | 2020-04-10T15:59:30 | 254,675,772 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,912 | cpp | #include "message.h"
#include "folder.h"
inline void swap(Message &lhs, Message &rhs)
{
using std::swap;
for (Folder *f : lhs._folders)
f->remove_message(&lhs);
for (Folder *f : rhs._folders)
f->remove_message(&rhs);
swap(lhs._contents, rhs._contents);
swap(lhs._folders, rhs._folder... | [
"vladimironiuk@gmail.com"
] | vladimironiuk@gmail.com |
dc0b6021a3b846f2a500d2998e2242661159b1f9 | 7524106d9776f24311be4e6050cedd2a10e31282 | /problems/poj/x2182bidx/main_2182bidx.cpp | 33fe35c69d78d99213be8314886f88b6758bb6f5 | [] | no_license | Exr0nProjects/learn_cpp | f0d0ab1fd26adaea18d711c3cce16d63e0b2a7dc | c0fcb9783fa4ce76701fe234599bc13876cc4083 | refs/heads/master | 2023-04-11T08:19:42.923015 | 2021-01-27T02:41:35 | 2021-01-27T02:41:35 | 180,021,931 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,114 | cpp | /*
* Problem 2182bidx (poj/2182bidx)
* Create time: Mon 08 Jun 2020 @ 07:05 (PDT)
* Accept time: [!meta:end!]
*
*/
#include <iostream>
#include <cstring>
#define ll long long
#define dl double
#define pb push_back
#define eb emplace_back
#define mp make_pair
#define f first
#define s second
using namespace std... | [
"spotyie@gmail.com"
] | spotyie@gmail.com |
3efae70723f3bad3ee2d8e425def73f7ccd73fa2 | e398a585764f16511a70d0ef33a3b61da0733b69 | /7600.16385.1/src/print/XPSDrvSmpl/src/ui/ftrctrls.h | 76ddd44a5499fe0d1d814ddeb4efddde77083202 | [
"MIT"
] | permissive | MichaelDavidGK/WinDDK | f9e4fc6872741ee742f8eace04b2b3a30b049495 | eea187e357d61569e67292ff705550887c4df908 | refs/heads/master | 2020-05-30T12:26:40.125588 | 2019-06-01T13:28:10 | 2019-06-01T13:28:10 | 189,732,991 | 0 | 0 | null | 2019-06-01T12:58:11 | 2019-06-01T12:58:11 | null | UTF-8 | C++ | false | false | 4,892 | h | /*++
Copyright (c) 2005 Microsoft Corporation
All rights reserved.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.
File Name:
ftrctrls.h
Abstr... | [
"blindtiger@foxmail.com"
] | blindtiger@foxmail.com |
173884283dee8fcc144f492f2de2419fb15feb42 | 902aab58f902a488a4f0f0e8e0d6b0bab8334240 | /InProgress/te_gurney/case/0.48/U | 9cc13706c1bbd7ece36a0981086d16a6a7bebc48 | [] | no_license | Foadsf/OpenFOAM_Tutorials_ | d32d5ef6583f276018f2314a78fe66c730c47109 | 4b914e5112863f2660e15b899dfddfc0ec04f90c | refs/heads/master | 2021-09-12T08:19:21.666536 | 2018-01-24T17:31:13 | 2018-01-24T17:31:13 | 118,747,914 | 1 | 0 | null | 2018-01-24T10:10:08 | 2018-01-24T10:10:08 | null | UTF-8 | C++ | false | false | 437,404 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.1 |
... | [
"rlee32@gatech.edu"
] | rlee32@gatech.edu | |
e46fdd35683754b6391f36e366beb796ba644071 | c31710ab4f7b942269f875c8a27334dcc8f9b6d7 | /未命名1.cpp | 9e8f9ac9267d85aa3f281c56327c96097faa4359 | [] | no_license | 1353587086/NormalCode | bfdec5f6ce2a8e46cfe1c7f55d3fe7b7d28628fe | 960bd14ce8e80b93f1d6e51a94636b5c44d39efc | refs/heads/master | 2021-01-24T03:57:47.652503 | 2018-02-26T04:37:07 | 2018-02-26T04:37:07 | 122,913,556 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 411 | cpp | #include<iostream>
#include<algorithm>
using namespace std;
int main(void)
{
int a,b,c=0,d=0;
int *A;
cin>>a;
for(int i=0;i<a;++i){
cin>>b;
A=(int *)malloc(sizeof(int)*b);
for(int j=0;j<b;++j){
cin>>c;
A[j]=c;
}
cout<<"Case "<<i+1<<':'<<endl;
for(int j=b-1;j>0;--j){
A[j]=A[j]-A[j-1];
}
sort(A,A+... | [
"1353587086@qq.com"
] | 1353587086@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.