blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 5 146 | content_id stringlengths 40 40 | detected_licenses listlengths 0 7 | license_type stringclasses 2
values | repo_name stringlengths 6 79 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 4
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.07k 426M ⌀ | star_events_count int64 0 27 | fork_events_count int64 0 12 | gha_license_id stringclasses 3
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 6
values | src_encoding stringclasses 26
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 20 6.28M | extension stringclasses 20
values | content stringlengths 20 6.28M | authors listlengths 1 16 | author_lines listlengths 1 16 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
99236966f84a95c89e32f71dc625c34612316892 | fb8213d7a4744087a0a1ff9b01f4ee9a1ca4be49 | /Babel/QNetwork.cpp | 19c276f5afb233efc8f70eb8d5a1f5ee4da02d91 | [] | no_license | RemiGuillard/Babel-save-02 | 0efb9889eb1924e203671572f48d9cda957e1818 | 66ba9ed837395bae6a21ab15b5ee65aee7759a5d | refs/heads/master | 2016-09-08T01:41:00.536703 | 2010-11-22T10:30:41 | 2010-11-22T10:30:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,339 | cpp | #include <QTcpSocket>
#include <QUdpSocket>
#include <QObject>
#include <QMessageBox>
#include "QNetwork.h"
QNetwork::QNetwork()
{
// QObject::connect(_sock, SIGNAL(connected()), this, SLOT(nowConnected()))
}
QNetwork::~QNetwork()
{
delete _sock;
}
QNetwork::QNetwork(const QNetwork &cpy)
{
*this ... | [
"remi.rhcp@gmail.com"
] | [
[
[
1,
69
]
]
] |
661361f1bfe978787c649e4362fc1de511f21aa1 | 974a20e0f85d6ac74c6d7e16be463565c637d135 | /trunk/packages/dCompilerKit/dVirtualAssembler/dAssemblerLexical.h | 4b54b8148ac9d2ddf54102b5801ef7cb94b61cd9 | [] | no_license | Naddiseo/Newton-Dynamics-fork | cb0b8429943b9faca9a83126280aa4f2e6944f7f | 91ac59c9687258c3e653f592c32a57b61dc62fb6 | refs/heads/master | 2021-01-15T13:45:04.651163 | 2011-11-12T04:02:33 | 2011-11-12T04:02:33 | 2,759,246 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,015 | h | /* Copyright (c) <2009> <Newton Game Dynamics>
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permission is granted to anyone to use this software for any purpose,
* inclu... | [
"jerezjulio@sbcglobal.net@b7a2f1d6-d59d-a8fe-1e9e-8d4888b32692"
] | [
[
[
1,
102
]
]
] |
a6faf39a2b80b11be8a8e53ce4786a07a242c8ca | 6ee200c9dba87a5d622c2bd525b50680e92b8dab | /Autumn/WrapperDX/Buffer/ConstantBuffer.h | 7706d7a7e1c6dbb9924f74499591e39c676c7abd | [] | no_license | Ishoa/bizon | 4dbcbbe94d1b380f213115251e1caac5e3139f4d | d7820563ab6831d19e973a9ded259d9649e20e27 | refs/heads/master | 2016-09-05T11:44:00.831438 | 2010-03-10T23:14:22 | 2010-03-10T23:14:22 | 32,632,823 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 417 | h | #ifndef _CONSTANT_BUFFER_
#define _CONSTANT_BUFFER_
#ifndef _BUFFER_
#include "WrapperDX/Buffer/Buffer.h"
#endif
class ConstantBuffer : public Buffer
{
private:
public:
ConstantBuffer();
virtual ~ConstantBuffer();
virtual HRESULT Create(unsigned int size, unsigned int nElts, const void * data, boo... | [
"edouard.roge@ab19582e-f48f-11de-8f43-4547254af6c6"
] | [
[
[
1,
20
]
]
] |
d5b7c61a4f9e5ff47160ea23a7d866c07cbb8169 | 110f8081090ba9591d295d617a55a674467d127e | /Cryptography/PureRandom.hpp | 9c9bf024dc62592a0eeef59690a815a2bc8a6076 | [] | no_license | rayfill/cpplib | 617bcf04368a2db70aea8b9418a45d7fd187d8c2 | bc37fbf0732141d0107dd93bcf5e0b31f0d078ca | refs/heads/master | 2021-01-25T03:49:26.965162 | 2011-07-17T15:19:11 | 2011-07-17T15:19:11 | 783,979 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 280 | hpp | #ifndef PURERANDOM_HPP_
#define PURERANDOM_HPP_
/**
* 乱数インターフェース
*/
class PureRandom
{
public:
PureRandom() {}
virtual ~PureRandom() {}
/// バイト乱数の取得
virtual unsigned char getRandom() = 0;
};
#endif /* PURERANDOM_HPP_ */
| [
"bpokazakijr@287b3242-7fab-264f-8401-8509467ab285",
"alfeim@287b3242-7fab-264f-8401-8509467ab285"
] | [
[
[
1,
3
],
[
7,
11
],
[
13,
16
]
],
[
[
4,
6
],
[
12,
12
]
]
] |
a572ddbb1ac2af3a6917e80aa0bf23c201c43b78 | ea313df9caa9e759b785269465871ab53b911734 | /tests.cc | ed8a9692739af52aa308aab7dbd880ed179b7f0c | [] | no_license | puyo/tankdemo | ccc3127270ecf5b54b32bad5a7abad508dfa5100 | 9c9df4d8c094079d257271334b04b14834db91ff | refs/heads/master | 2020-06-04T09:04:55.498703 | 2010-03-21T06:03:33 | 2010-03-21T06:03:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,338 | cc | // 3D Tank Game 1.0
// Gregory McIntyre 1998
// test functions
#include <cstdio>
#include <allegro.h>
#include "colours.h"
#include "tank.h"
#include "tests.h"
/// FUNCTION DEFINITIONS /////////////////////////////////
// tank test - rotate and view a tank
void tank_test()
{
PALETTE pal;
BI... | [
"blue.puyo@gmail.com"
] | [
[
[
1,
134
]
]
] |
5df0dae2430989d013d1dc47e99080dedfc24dcb | bef7d0477a5cac485b4b3921a718394d5c2cf700 | /dingus/dingus/gfx/ModelDescSerializer.cpp | 223ec4f7694296b195ad84a310b8ce796785e16f | [
"MIT"
] | permissive | TomLeeLive/aras-p-dingus | ed91127790a604e0813cd4704acba742d3485400 | 22ef90c2bf01afd53c0b5b045f4dd0b59fe83009 | refs/heads/master | 2023-04-19T20:45:14.410448 | 2011-10-04T10:51:13 | 2011-10-04T10:51:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,127 | cpp | // --------------------------------------------------------------------------
// Dingus project - a collection of subsystems for game/graphics applications
// --------------------------------------------------------------------------
#include "stdafx.h"
#include "ModelDescSerializer.h"
#include "../lua/LuaSingle... | [
"aras@unity3d.com"
] | [
[
[
1,
149
]
]
] |
cf2797a7df468cc32e87ae2d7c120ccb578c9a41 | b0fe69a13b1f10295788e8ddd243354c9cb0bfbe | /amv_int32/avm_elem.h | bb944916da6c2e0bfa6cc3f67507c1c4d3ac0f9b | [] | no_license | Surrog/avmfrandflo | d2346ce281b336eaeb4b79ec8303ed4f6c45774d | bfbaa57f7e52ff36352eaee7ca99d56ff64d16b0 | refs/heads/master | 2021-01-22T13:26:32.415282 | 2010-06-13T08:38:02 | 2010-06-13T08:38:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 710 | h | #ifndef __AVM_ELEM_H__
#define __AVM_ELEM_H__
#include "AObj.h"
class avm_elem :
public AObj
{
int _prio;
int _value;
std::string _valuestr;
std::string _type;
public:
avm_elem(void);
~avm_elem(void);
IObject* Add(const IOperand &object);
IObject* Subtract(con... | [
"Florian Chanioux@localhost"
] | [
[
[
1,
33
]
]
] |
be2ddb52aa26b56cac93e34c685cb50650780f52 | 804e416433c8025d08829a08b5e79fe9443b9889 | /src/graphics/sprite.h | 604329e2666725925eaee39884ef787c809f6905 | [
"BSD-2-Clause"
] | permissive | cstrahan/argss | e77de08db335d809a482463c761fb8d614e11ba4 | cc595bd9a1e4a2c079ea181ff26bdd58d9e65ace | refs/heads/master | 2020-05-20T05:30:48.876372 | 2010-10-03T23:21:59 | 2010-10-03T23:21:59 | 1,682,890 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,074 | h | /////////////////////////////////////////////////////////////////////////////
// ARGSS - Copyright (c) 2009 - 2010, Alejandro Marzini (vgvgf)
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// ar... | [
"vgvgf@a70b67f4-0116-4799-9eb2-a6e6dfe7dbda"
] | [
[
[
1,
137
]
]
] |
e1c067201589860c2476d5da743adb6bf4142127 | 55d6f54f463bf0f97298eb299674e2065863b263 | /donneurGraphique.h | 8dcccccd2fdb867efa26f3afdac9c24d619293f8 | [] | no_license | Coinche/CoinchePAV | a344e69b096ef5fd4e24c98af1b24de2a99235f0 | 134cac106ee8cea78abc5b29b23a32706b2aad08 | refs/heads/master | 2020-06-01T09:35:51.793153 | 2011-12-01T19:57:12 | 2011-12-01T19:57:12 | 2,729,958 | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 1,104 | h | <<<<<<< HEAD
#ifndef DONNEUR_GRAPHIQUE_H
#define DONNEUR_GRAPHIQUE_H
#include "annonce.h"
#include "carte.h"
//classe virtuelle pour pouvoir bien specifier une interface entre graphique et métier indépendante de la librarie graphique
//et compiler la partie metier seule (sous forme de librarie statique)
class... | [
"lucas@graham.(none)",
"Sylvestre@PC-Perso-MS.(none)"
] | [
[
[
1,
17
],
[
33,
33
]
],
[
[
18,
32
],
[
34,
34
]
]
] |
88f2e6c48735306221645b6dd9f6a4c711cd4cd6 | ea12fed4c32e9c7992956419eb3e2bace91f063a | /zombie/code/zombie/npythonserver/src/pythontest/npythonhooks.cc | 41fa282d7d861b93beb1a7a8b52462bd1b3f85de | [] | no_license | ugozapad/TheZombieEngine | 832492930df28c28cd349673f79f3609b1fe7190 | 8e8c3e6225c2ed93e07287356def9fbdeacf3d6a | refs/heads/master | 2020-04-30T11:35:36.258363 | 2011-02-24T14:18:43 | 2011-02-24T14:18:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 416 | cc | #include "precompiled/pchnpythonserver.h"
//------------------------------------------------------------------------------
/**
*/
//------------------------------------------------------------------------------
#include "python/npythonserver.h"
void
nPythonInitializeEnvironment()
{
PyRun_SimpleString("fr... | [
"magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91"
] | [
[
[
1,
19
]
]
] |
23a6ed122d5bc90b35356de2b4e7d93bb99759bc | b7c505dcef43c0675fd89d428e45f3c2850b124f | /Src/SimulatorQt/Util/qt/Win32/include/Qt/qprintpreviewdialog.h | 715255e1516367c0a2e69e3313ef65e6f9f62a13 | [
"BSD-2-Clause"
] | permissive | pranet/bhuman2009fork | 14e473bd6e5d30af9f1745311d689723bfc5cfdb | 82c1bd4485ae24043aa720a3aa7cb3e605b1a329 | refs/heads/master | 2021-01-15T17:55:37.058289 | 2010-02-28T13:52:56 | 2010-02-28T13:52:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,646 | h | /****************************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
** Contact: Qt Software Information (qt-info@nokia.com)
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial... | [
"alon@rogue.(none)"
] | [
[
[
1,
107
]
]
] |
6f6b154a35f8c1c0d5096798a6e431ddd13d245f | a37df219b4a30e684db85b00dd76d4c36140f3c2 | /1.7.1/tri/tri_h.h | 3362c2d2c25fc62adedd774a4fb7892bacd9ce51 | [] | no_license | BlackMoon/bm-net | 0f79278f8709cd5d0738a6c3a27369726b0bb793 | eb6414bc412a8cfc5c24622977e7fa7203618269 | refs/heads/master | 2020-12-25T20:20:44.843483 | 2011-11-29T10:33:17 | 2011-11-29T10:33:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,730 | h |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0366 */
/* at Sun Jun 17 10:12:48 2007
*/
/* Compiler settings for .\tri.idl:
Oicf, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext
error checks: allocation... | [
"rrv.kazan@gmail.com@b6168ec3-97fc-df6f-cbe5-288b4f99fbbd"
] | [
[
[
1,
331
]
]
] |
f4c4afa497d5fe2709e072373a378743a8ab92b1 | bda7b365b5952dc48827a8e8d33d11abd458c5eb | /SignIn.h | d692b3625b0066929db943cc006ddf35a3f5064d | [] | no_license | MrColdbird/gameservice | 3bc4dc3906d16713050612c1890aa8820d90272e | 009d28334bdd8f808914086e8367b1eb9497c56a | refs/heads/master | 2021-01-25T09:59:24.143855 | 2011-01-31T07:12:24 | 2011-01-31T07:12:24 | 35,889,912 | 3 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 9,719 | h | // ======================================================================================
// File : SignIn.h
// Author : Li Chen
// Last Change : 07/29/2010 | 15:48:22 PM | Thursday,July
// Description :
// ======================================================================================
... | [
"leavesmaple@383b229b-c81f-2bc2-fa3f-61d2d0c0fe69"
] | [
[
[
1,
341
]
]
] |
ec230e78d06510a33ff3ec81039362d022185c1b | 51e1cf5dc3b99e8eecffcf5790ada07b2f03f39c | /SMC/src/jpiranha.cpp | 424a596c0b7e54be9688799499a78c3455a342c6 | [] | no_license | jdek/jim-pspware | c3e043b59a69cf5c28daf62dc9d8dca5daf87589 | fd779e1148caac2da4c590844db7235357b47f7e | refs/heads/master | 2021-05-31T06:45:03.953631 | 2007-06-25T22:45:26 | 2007-06-25T22:45:26 | 56,973,047 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,818 | cpp | /***************************************************************************
jpiranha.cpp - jprinha,jumping piranha plant
-------------------
copyright : (C) 2003-2005 by FluXy
***************************************************************************/
... | [
"rinco@ff2c0c17-07fa-0310-a4bd-d48831021cb5"
] | [
[
[
1,
275
]
]
] |
6fd0cd616a8d3439af411fb9c31e19aa59e83458 | 1bb21e6d6a47a9ff05b47066c9da20bc999ea8ab | /Taquin42/Taquin42/SolutionGenerator.cpp | 577a1a0edf3e4e226c47485fecffa7220a92a470 | [] | no_license | SouhaibDZ/taquin42 | 82766e89a431f47a5a0bddfe79ef4211983bf4bc | 8dae0b8ff2888405e3bd1d3968ce85da78d97487 | refs/heads/master | 2021-01-22T04:36:40.950015 | 2010-12-17T15:02:29 | 2010-12-17T15:02:29 | 40,320,284 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,892 | cpp | #include "SolutionGenerator.hpp"
#include <iostream>
SolutionGenerator::SolutionGenerator(unsigned int Scale)
{
std::cout << "\tSolution Generating ....." << std::endl;
this->X_min = 0;
this->X_max = 0;
this->X_cur = 0;
this->Y_min = 0;
this->Y_max = 0;
this->Y_cur = 0;
this->Num = 1;
this->Puzzl... | [
"sikilaxx01@b4d6ab20-219d-e4c1-b8d5-e97ec591408c",
"desde42@b4d6ab20-219d-e4c1-b8d5-e97ec591408c"
] | [
[
[
1,
2
],
[
6,
14
],
[
17,
32
],
[
34,
42
],
[
44,
95
],
[
99,
110
]
],
[
[
3,
5
],
[
15,
16
],
[
33,
33
],
[
43,
... |
68f03a7b768b5c5aae8593a6a9397cacf66f1d25 | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/Dependencies/Xerces/include/xercesc/framework/psvi/XSAttributeUse.cpp | 5c25a3b39ddead00dcb37613a7737494a782e43a | [] | no_license | svn2github/ngene | b2cddacf7ec035aa681d5b8989feab3383dac012 | 61850134a354816161859fe86c2907c8e73dc113 | refs/heads/master | 2023-09-03T12:34:18.944872 | 2011-07-27T19:26:04 | 2011-07-27T19:26:04 | 78,163,390 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,065 | cpp | /*
* Copyright 2003,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... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
60
]
]
] |
8835fa86da50687c75da622132c21406d5be7121 | a0155e192c9dc2029b231829e3db9ba90861f956 | /MailFilter/Libs/src/tnef/tnef-lib.cpp | 17ccbf38fd9021597aed026a80f370a01975395f | [] | no_license | zeha/mailfilter | d2de4aaa79bed2073cec76c93768a42068cfab17 | 898dd4d4cba226edec566f4b15c6bb97e79f8001 | refs/heads/master | 2021-01-22T02:03:31.470739 | 2010-08-12T23:51:35 | 2010-08-12T23:51:35 | 81,022,257 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,507 | cpp | /*
* tnef-lib.c
*
* based on tnef2txt, by Brandon Long.
*
* tnef2txt had this license header attached, and the same license applies
* to tnef-lib:
*
* NOTE: THIS SOFTWARE IS FOR YOUR PERSONAL GRATIFICATION ONLY. I DON'T
* IMPLY IN ANY LEGAL SENSE THAT THIS SOFTWARE DOES ANYTHING OR THAT IT WILL
*... | [
"ch@zeha.at"
] | [
[
[
1,
366
]
]
] |
321bb8838cd57bfdf81ed7464bdf98e15e61ef01 | ea6b169a24f3584978f159ec7f44184f9e84ead8 | /include/reflect/Type.hpp | fe3490049ac1de7183fc9e7e46a277a5499c46b9 | [] | no_license | sparecycles/reflect | e2051e5f91a7d72375dd7bfa2635cf1d285d8ef7 | bec1b6e6521080ad4d932ee940073d054c8bf57f | refs/heads/master | 2020-06-05T08:34:52.453196 | 2011-08-18T16:33:47 | 2011-08-18T16:33:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,295 | hpp | #ifndef REFLECT_TYPE_HPP_
#define REFLECT_TYPE_HPP_
#include <reflect/Reflection.hpp>
#include <reflect/Type.h>
#include <new> // for placement new
namespace reflect {
// TODO: some of the template/static_assert stuff here is useful, move it somewhere nice
template<bool, typename iftrue, typename iffalse> ... | [
"adam.freidin@gmail.com"
] | [
[
[
1,
162
]
]
] |
6792d153d9857da035fd2977a65daa140f51709c | cd0987589d3815de1dea8529a7705caac479e7e9 | /webkit/WebKit2/UIProcess/WebContext.h | 5454078460424861894e7f7ddc746b2d70343551 | [] | no_license | azrul2202/WebKit-Smartphone | 0aab1ff641d74f15c0623f00c56806dbc9b59fc1 | 023d6fe819445369134dee793b69de36748e71d7 | refs/heads/master | 2021-01-15T09:24:31.288774 | 2011-07-11T11:12:44 | 2011-07-11T11:12:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,252 | h | /*
* Copyright (C) 2010 Apple 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of condi... | [
"sdevitt@rim.com"
] | [
[
[
1,
147
]
]
] |
cc0cf321f2d9c68b4df991bd8d08de94dc67fa3a | 647ea631d7a2cffa875a936a5bfbe8c8af5f906b | /PerfChart.cpp | 471341bd7ed5be0db9c492ffa18851b2a3fcfdf1 | [] | no_license | meloscheng/perfchart | 2fc931bb185b6c4d74eebf2c0fcf4d9b72e16fb3 | cd78d277d46215f3016f9d232d2d82197677ff36 | refs/heads/master | 2016-09-05T19:47:06.129326 | 2010-02-09T16:57:36 | 2010-02-09T16:57:36 | 40,610,246 | 0 | 0 | null | 2015-08-12T16:16:14 | 2015-08-12T16:01:22 | C++ | UTF-8 | C++ | false | false | 7,157 | cpp | #include "StdAfx.h"
#include "PerfChart.h"
#include "gditest.h"
#include <vector>
// CPerfChart() - basic constructor
//
// hParentDlg - handle to parent dialog holding the control
// hControlID - handle to owner drawn control used for chart
CPerfChart::CPerfChart(HWND hParentDlg, HWND hControlID)
{
m_... | [
"keithrjarvis@gmail.com"
] | [
[
[
1,
230
]
]
] |
fea3c9cb07886385bed1759aaf9e869080659057 | 6a2f859a41525c5512f9bf650db68bcd7d95748d | /TP2/ex2/R0/src/exceptions.cpp | e6fe9d2a8f4d59b35af0a80780fd8da31ecbb473 | [] | no_license | Bengrunt/mif12-2009 | 21df06941a6a1e844372eb01f4911b1ef232b306 | d4f02f1aab82065c8184facf859fe80233bc46b5 | refs/heads/master | 2021-01-23T13:48:47.238211 | 2009-12-04T22:52:25 | 2009-12-04T22:52:25 | 32,153,296 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 362 | cpp | #include "exceptions.hpp"
const char* UnknownBasicTypeException::what() const throw() {
return "Probleme : Type de base inconnu !";
}
const char* NullPointerException::what() const throw() {
return "Probleme : pointeur NULL rencontré !";
}
const char* AllocationException::what() const throw() {
return "Probl... | [
"EMegamanu@users.noreply.github.com"
] | [
[
[
1,
13
]
]
] |
33719a680d440ff996f3e43d2fb362fd1c661a99 | 8fc069ea952e8e1d6110104e48acce82545e58c1 | /pokedex.cpp | 23d99596a6ba7255c55848d6a149e17299d36f74 | [] | no_license | RemiGuillard/poketroll | 310673b644d7c28bc8156fda0c81b51cb6aa7b72 | 13ea6f1cda244dbe7acb133b92866757e6815d0d | refs/heads/master | 2021-01-13T02:16:38.795527 | 2011-10-09T11:15:13 | 2011-10-09T11:15:13 | 32,143,539 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,334 | cpp | #include <iostream>
#include <QMessageBox>
#include "pokedex.h"
#include "Evolution.h"
#include "Stats.h"
#include "Attack.h"
Pokedex::Pokedex(QWidget *parent, Qt::WFlags flags)
: QMainWindow(parent, flags)
{
ui.setupUi(this);
getPokemonFile("pokedata.xml");
QObject::connect(ui.pokeList, SIGNAL(itemCli... | [
"lolokun@f8136148-a51c-7980-e803-3b4f71785a99"
] | [
[
[
1,
382
]
]
] |
c6d9f74189d5b78038d64a24f42c796a1a91222c | c5ecda551cefa7aaa54b787850b55a2d8fd12387 | /src/WorkLayer/ClientVersionInfo.h | 9085736e12f6cce6062d10485b8a8c660b22d054 | [] | no_license | firespeed79/easymule | b2520bfc44977c4e0643064bbc7211c0ce30cf66 | 3f890fa7ed2526c782cfcfabb5aac08c1e70e033 | refs/heads/master | 2021-05-28T20:52:15.983758 | 2007-12-05T09:41:56 | 2007-12-05T09:41:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,808 | h | //this file is part of eMule
//Copyright (C)2002-2006 Merkur ( strEmail.Format("%s@%s", "devteam", "emule-project.net") / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify it under the terms of the GNU General Public License
//as published by the Free Softwa... | [
"LanceFong@4a627187-453b-0410-a94d-992500ef832d"
] | [
[
[
1,
179
]
]
] |
dcff0530359ad77552bc90c52b4b2b3c1e496c8c | 0626a2ea2d9efaf12702ed1ec8683c7d9c4afe7d | /extern/sfm_rbac_lankton/src/sfm_local_chanvese_mex.cpp | d94b2e76312f5a5e238cd0362b19c2b48ceb3495 | [] | no_license | zhenfeng/ktrack | 4a4435d159ea8b83bd43f16dc4e6cad89c771981 | 86e93b11a73399e34da65de47a0da13f34f88659 | refs/heads/master | 2021-01-19T08:20:17.621964 | 2011-05-30T04:52:04 | 2011-05-30T04:52:04 | 1,820,013 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,134 | cpp | /*********************************************************************
* sfm_local_chanvese_mex.cpp
*
* This file performs the statistical computations needed for running
* the localized chan-vese active contour segmentation energy using the
* Sparse Field method presented by Whitaker.
*
* written by: Sha... | [
"karasevpa@gmail.com"
] | [
[
[
1,
309
]
]
] |
fadfc81fae030370f1f6e256fef2912f21feed3c | d54d8b1bbc9575f3c96853e0c67f17c1ad7ab546 | /hlsdk-2.3-p3/singleplayer/game_shared/vgui_checkbutton2.h | bf05da70eabcaeb7ceef202b5771c90891170994 | [] | no_license | joropito/amxxgroup | 637ee71e250ffd6a7e628f77893caef4c4b1af0a | f948042ee63ebac6ad0332f8a77393322157fa8f | refs/heads/master | 2021-01-10T09:21:31.449489 | 2010-04-11T21:34:27 | 2010-04-11T21:34:27 | 47,087,485 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,198 | h | //========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#ifndef VGUI_CHECKBUTTON2_H
#define VGUI_CHECKBUTTON2_H
#ifdef _WIN32
#pragma once
#endif
#i... | [
"joropito@23c7d628-c96c-11de-a380-73d83ba7c083"
] | [
[
[
1,
101
]
]
] |
6dfc641618202188554bb1e9595f4f8951918c52 | 4d5ee0b6f7be0c3841c050ed1dda88ec128ae7b4 | /src/nvcore/TextReader.cpp | 790b91eb1c932870b1803a61e6638966be1c44a6 | [] | no_license | saggita/nvidia-mesh-tools | 9df27d41b65b9742a9d45dc67af5f6835709f0c2 | a9b7fdd808e6719be88520e14bc60d58ea57e0bd | refs/heads/master | 2020-12-24T21:37:11.053752 | 2010-09-03T01:39:02 | 2010-09-03T01:39:02 | 56,893,300 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,411 | cpp | // This code is in the public domain -- castanyo@yahoo.es
#include <nvcore/TextReader.h>
using namespace nv;
/// Peek next character.
char TextReader::peek()
{
nvDebugCheck(m_stream != NULL);
nvDebugCheck(m_stream->isSeekable());
if (m_stream->isAtEnd()) {
return 0;
}
uint pos = m_stream->t... | [
"castano@0f2971b0-9fc2-11dd-b4aa-53559073bf4c"
] | [
[
[
1,
86
]
]
] |
03654ae17c1f3e6bd1890a9b5640bebf5798399c | b822313f0e48cf146b4ebc6e4548b9ad9da9a78e | /KylinSdk/Engine/Source/rRenderable.h | 32c56e02f86d572590820892068e80f8c475ca41 | [] | no_license | dzw/kylin001v | 5cca7318301931bbb9ede9a06a24a6adfe5a8d48 | 6cec2ed2e44cea42957301ec5013d264be03ea3e | refs/heads/master | 2021-01-10T12:27:26.074650 | 2011-05-30T07:11:36 | 2011-05-30T07:11:36 | 46,501,473 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 240 | h | #pragma once
#include "rOgreRoot.h"
namespace Kylin
{
class Renderable
{
public:
Renderable();
~Renderable();
virtual KVOID OnRenderStarted(KFLOAT fElapsed){}
virtual KVOID OnRenderEnded(KFLOAT fElapsed){}
};
} | [
"apayaccount@gmail.com"
] | [
[
[
1,
16
]
]
] |
a8449a2fd04e1ee86df42857882022fb5c1ef50a | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/Dependencies/Xerces/include/xercesc/dom/impl/DOMElementImpl.hpp | 57bdd04bd5977755103bc84dd7c8aa7e086f78e1 | [] | no_license | svn2github/ngene | b2cddacf7ec035aa681d5b8989feab3383dac012 | 61850134a354816161859fe86c2907c8e73dc113 | refs/heads/master | 2023-09-03T12:34:18.944872 | 2011-07-27T19:26:04 | 2011-07-27T19:26:04 | 78,163,390 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,021 | hpp | #ifndef DOMElementImpl_HEADER_GUARD_
#define DOMElementImpl_HEADER_GUARD_
/*
* Copyright 2001-2002,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 Lic... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
127
]
]
] |
15a2c8d40dfda9cd9be4fe550004a62077684abc | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/Dependencies/Xerces/include/xercesc/util/regx/TokenFactory.cpp | 8539cc54896074b7d8981f6af714922e91cf2675 | [] | no_license | svn2github/ngene | b2cddacf7ec035aa681d5b8989feab3383dac012 | 61850134a354816161859fe86c2907c8e73dc113 | refs/heads/master | 2023-09-03T12:34:18.944872 | 2011-07-27T19:26:04 | 2011-07-27T19:26:04 | 78,163,390 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,525 | cpp | /*
* 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... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
394
]
]
] |
4bc6812f7d722bae35efcbfdec3870140ada7b9c | 00b979f12f13ace4e98e75a9528033636dab021d | /branches/ziahttpd-mod/src/include/server/modman.hh | 64648524f6499bd6d8bd3648be6dd23d934c0584 | [] | no_license | BackupTheBerlios/ziahttpd-svn | 812e4278555fdd346b643534d175546bef32afd5 | 8c0b930d3f4a86f0622987776b5220564e89b7c8 | refs/heads/master | 2016-09-09T20:39:16.760554 | 2006-04-13T08:44:28 | 2006-04-13T08:44:28 | 40,819,288 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,444 | hh | //
// modman.hh for in
//
// Made by texane
// Login <texane@gmail.com>
//
// Started on Fri Nov 11 15:54:10 2005 texane
// Last update Fri Nov 25 15:23:33 2005 texane
//
#ifndef SERVER_MODMAN_HH
# define SERVER_MODMAN_HH
#include <list>
#include <string>
namespace http { class session; }
... | [
"texane@754ce95b-6e01-0410-81d0-8774ba66fe44"
] | [
[
[
1,
236
]
]
] |
01b89fe165e5eeaee9d9aeb773b31db7bf4e9b3d | 05869e5d7a32845b306353bdf45d2eab70d5eddc | /soft/application/CoolSimulator/StdAfx.cpp | 8cc9f5c7e74bef90bdadba93665d30da8d302c68 | [] | no_license | shenfahsu/sc-fix | beb9dc8034f2a8fd9feb384155fa01d52f3a4b6a | ccc96bfaa3c18f68c38036cf68d3cb34ca5b40cd | refs/heads/master | 2020-07-14T16:13:47.424654 | 2011-07-22T16:46:45 | 2011-07-22T16:46:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 215 | cpp | // stdafx.cpp : source file that includes just the standard includes
// CoolSimulator.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
| [
"windyin@2490691b-6763-96f4-2dba-14a298306784"
] | [
[
[
1,
8
]
]
] |
2f05bf53901767249408e6aff1586cbdbe13ef67 | 00b979f12f13ace4e98e75a9528033636dab021d | /branches/ziis/src/core/error.cc | 624c228bce1aa0e181610342d4ef844f11c80842 | [] | no_license | BackupTheBerlios/ziahttpd-svn | 812e4278555fdd346b643534d175546bef32afd5 | 8c0b930d3f4a86f0622987776b5220564e89b7c8 | refs/heads/master | 2016-09-09T20:39:16.760554 | 2006-04-13T08:44:28 | 2006-04-13T08:44:28 | 40,819,288 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,315 | cc | //
// error.cc for in
//
// Made by texane
// Login <texane@gmail.com>
//
// Started on Sun Jan 22 00:20:24 2006 texane
// Last update Tue Mar 21 22:43:53 2006 texane
//
#include <string>
#include <sstream>
#include <iostream>
#include <ziafs_status.hh>
using std::cerr;
using std::endl;
us... | [
"texane@754ce95b-6e01-0410-81d0-8774ba66fe44"
] | [
[
[
1,
65
]
]
] |
647aeb08a26699185c849462484cd66e3cf5d499 | acf1b4792425a2ff0565451a044f00029ccf794d | /src/scriptfile.cpp | 832f3183af7f0f8d851b7e6c5f35f26c3f24f159 | [] | no_license | davgit/ahk2exe-1 | d36330e101dbf0f631ebcbb925635ab0631c3619 | 93e6af3188cff3444dc5be6ad37dd032dd3665d1 | refs/heads/master | 2016-09-10T22:43:59.400053 | 2010-07-08T07:34:46 | 2010-07-08T07:34:46 | 22,427,624 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,448 | cpp |
///////////////////////////////////////////////////////////////////////////////
//
// AutoIt
//
// Copyright (C)1999-2003:
// - Jonathan Bennett <jon@hiddensoft.com>
// - See "AUTHORS.txt" for contributors.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of ... | [
"naveen.garg@gmail.com"
] | [
[
[
1,
463
]
]
] |
76e62cd4fd377e3860cea5d927751fcfd5b26c7c | 7b7a3f9e0cac33661b19bdfcb99283f64a455a13 | /parser.cpp | 1c1a8952073dc5a3748fbb7c0c4887e59fe8d0a0 | [] | no_license | grimtraveller/fluxengine | 62bc0169d90bfe656d70e68615186bd60ab561b0 | 8c967eca99c2ce92ca4186a9ca00c2a9b70033cd | refs/heads/master | 2021-01-10T10:58:56.217357 | 2009-09-01T15:07:05 | 2009-09-01T15:07:05 | 55,775,414 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,804 | cpp | #include "parser.h"
#include "lexer.h"
#include "tree.h"
Parser::Parser() {
ast = new Tree<Token>;
}
Parser::~Parser() {
}
void Parser::parse() {
TreeNode<Token>* root = ast->AddNode(NODE_ROOT);
TreeNode<Token>* child;
Lexer::getInstance()->getToken();
while(Lexer::getInstance()->getCurrentTo... | [
"marvin.kicha@gmail.com"
] | [
[
[
1,
81
]
]
] |
8a0539c7faefe50cc533cb2e586e27d7e1bb0da1 | 36fea6c98ecabcd5e932f2b7854b3282cdb571ee | /mainwindow.cpp | cb56f3a5a98395da470066bede382450b5584e43 | [] | no_license | doomfrawen/visualcommand | 976adaae69303d8b4ffc228106a1db9504e4a4e4 | f7bc1d590444ff6811f84232f5c6480449228e19 | refs/heads/master | 2016-09-06T17:40:57.775379 | 2009-07-28T22:48:23 | 2009-07-28T22:48:23 | 32,345,504 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,178 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
#include "dialogsearch.h"
#include "dialogupload.h"
#include "dialogsettings.h"
#include "dialogabout.h"
#include "arguments/argtab.h"
#include "arguments/argumentinterface.h"
#include <qinputdialog.h>
#include <QDir>
#include <QPluginLoader>
#include <QProc... | [
"flouger@13a168e0-7ae3-11de-a146-1f7e517e55b8"
] | [
[
[
1,
380
]
]
] |
a9b7c03c5b42adb8cd71d11b8be09935e1c52978 | e92a0b984f0798ef2bba9ad4199b431b4f5eb946 | /2010/software/pc/webcam_processing.hpp | ef89b40afca8559b0c2a50e49aa7ec2beea9960f | [] | no_license | AdamdbUT/mac-gyver | c09c1892080bf77c25cb4ca2a7ebaf7be3459032 | 32de5c0989710ccd671d46e0babb602e51bf8ff9 | refs/heads/master | 2021-01-23T15:53:19.383860 | 2010-06-21T13:33:38 | 2010-06-21T13:33:38 | 42,737,082 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,917 | hpp | #ifndef __webcam_processing__
#define __webcam_processing__
#include "webcam_common.hpp"
#include <stdexcept>
struct seg_decomp_t
{
size_t x;
size_t w;
inline bool intersect(const seg_decomp_t& o) const
{
if(x<=o.x)
return o.x<(x+w);
else
return... | [
"vincent.delaitre@ens-lyon.org",
"mac.gyver@ens-lyon.fr"
] | [
[
[
1,
2
],
[
4,
4
],
[
101,
102
]
],
[
[
3,
3
],
[
5,
100
],
[
103,
139
]
]
] |
6f69376e3b9d1590327798b4b5ea3cfa84e03745 | 5f0b8d4a0817a46a9ae18a057a62c2442c0eb17e | /Include/border/BevelBorder.cpp | 19f7f6c2734fc9acb38131ac8dc10e59d2b4ee1b | [
"BSD-3-Clause"
] | permissive | gui-works/ui | 3327cfef7b9bbb596f2202b81f3fc9a32d5cbe2b | 023faf07ff7f11aa7d35c7849b669d18f8911cc6 | refs/heads/master | 2020-07-18T00:46:37.172575 | 2009-11-18T22:05:25 | 2009-11-18T22:05:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,694 | cpp | /*
* Copyright (c) 2003-2006, Bram Stein
* 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,... | [
"bs@bram.(none)"
] | [
[
[
1,
134
]
]
] |
7e32c2bcc1c4e5ba54c7767cc8fa5329a1ff5ca4 | b7c505dcef43c0675fd89d428e45f3c2850b124f | /Src/SimulatorQt/Util/qt/Win32/include/Qt/qboxlayout.h | f95fe68f0aa4d29d7d750a38e1cfa0479a1e8b28 | [
"BSD-2-Clause"
] | permissive | pranet/bhuman2009fork | 14e473bd6e5d30af9f1745311d689723bfc5cfdb | 82c1bd4485ae24043aa720a3aa7cb3e605b1a329 | refs/heads/master | 2021-01-15T17:55:37.058289 | 2010-02-28T13:52:56 | 2010-02-28T13:52:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,793 | h | /****************************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
** Contact: Qt Software Information (qt-info@nokia.com)
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial... | [
"alon@rogue.(none)"
] | [
[
[
1,
173
]
]
] |
8d675b8e7f7ed474bd426cc77f2b22e315232d04 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/_Common/PCBang.h | 79fe9d6900e31e1f64c6fb886aa0fcf09c25ee94 | [] | no_license | willrebuild/flyffsf | e5911fb412221e00a20a6867fd00c55afca593c7 | d38cc11790480d617b38bb5fc50729d676aef80d | refs/heads/master | 2021-01-19T20:27:35.200154 | 2011-02-10T12:34:43 | 2011-02-10T12:34:43 | 32,710,780 | 3 | 0 | null | null | null | null | UHC | C++ | false | false | 2,851 | h | // PCBang.h: interface for the CPCBang class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_PCBANG_H__DD46F01A_2342_4D10_9A65_C6F56352353C__INCLUDED_)
#define AFX_PCBANG_H__DD46F01A_2342_4D10_9A65_C6F56352353C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // ... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
89
]
]
] |
7f3ed5b38d3e1cf5c9b28ab3e0c9b32f43d9c5e6 | 9fb229975cc6bd01eb38c3e96849d0c36985fa1e | /src/Lib3D2/Sort.h | bd8a366104a2dce34a96954081167fa02d6e0403 | [] | no_license | Danewalker/ahr | 3758bf3219f407ed813c2bbed5d1d86291b9237d | 2af9fd5a866c98ef1f95f4d1c3d9b192fee785a6 | refs/heads/master | 2016-09-13T08:03:43.040624 | 2010-07-21T15:44:41 | 2010-07-21T15:44:41 | 56,323,321 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 769 | h | #ifndef _SORT_H_
#define _SORT_H_
#include "Constants.h"
#include "Face.h"
#define MAX_SORT_COUNT 1024 // max sort polys by objects
namespace Lib3D
{
class CBoard3D;
// ---------------------------------------------------------------------------
class CFSort
{
enum
{
YROW_COUNT = (FAR_CLIP... | [
"jakesoul@c957e3ca-5ece-11de-8832-3f4c773c73ae"
] | [
[
[
1,
37
]
]
] |
d1486d3ab44eddfd883baa3e854434a37a895a9e | 56c82f6336a2b4a4d5239a0fa677f9dde35fb853 | /node.hpp | 14556848c10273c2accfba2d8af4507c746a98e8 | [] | no_license | aligusnet/trees | 409ea75f7f7460857f9de9b87b57249fd620b0cd | 258c9ffe1d3c58e5d01b75ed5d1c7134a0c429d4 | refs/heads/master | 2021-05-27T18:35:17.011155 | 2010-07-04T23:00:02 | 2010-07-04T23:00:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 269 | hpp | #pragma once
//Node
template <typename T> struct Node
{
T data;
Node *next;
};
template <typename T>
Node<T> *node_new()
{
Node<T> *node = new Node<T>();
return node;
}
template <typename T>
void node_free(Node<T> *node)
{
delete node;
}
| [
"ignatyev.alexander@gmail.com"
] | [
[
[
1,
21
]
]
] |
7246d2caa85823ca7353edeabcb69c500c15169c | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/boost/serialization/nvp.hpp | 9e220bd30df41f9a50e8cd5822ee32f84e92409b | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | willrebuild/flyffsf | e5911fb412221e00a20a6867fd00c55afca593c7 | d38cc11790480d617b38bb5fc50729d676aef80d | refs/heads/master | 2021-01-19T20:27:35.200154 | 2011-02-10T12:34:43 | 2011-02-10T12:34:43 | 32,710,780 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,621 | hpp | #ifndef BOOST_SERIALIZATION_NVP_HPP
#define BOOST_SERIALIZATION_NVP_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// nvp.hpp: interface for serialization sys... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
142
]
]
] |
b5c9c5f5c4a77865cd95a38740a4a95ffc53a1fe | 0ee189afe953dc99825f55232cd52b94d2884a85 | /mstd/threads.hpp | fc2e3df7bf75666fd86f7d605bb2cd6ac61f7f3d | [] | no_license | spolitov/lib | fed99fa046b84b575acc61919d4ef301daeed857 | 7dee91505a37a739c8568fdc597eebf1b3796cf9 | refs/heads/master | 2016-09-11T02:04:49.852151 | 2011-08-11T18:00:44 | 2011-08-11T18:00:44 | 2,192,752 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 314 | hpp | #pragma once
#include "config.hpp"
namespace mstd {
#if defined(_MSC_VER)
typedef unsigned long thread_id;
#elif defined(__APPLE__)
typedef size_t thread_id;
#else
typedef unsigned long int thread_id;
#endif
MSTD_DECL thread_id this_thread_id();
MSTD_DECL size_t count_process_threads();
}
| [
"admin@zranger.net"
] | [
[
[
1,
18
]
]
] |
b4b2b9ea7d61d6c1d6338a87bb62ef85aa1128de | 9f2d447c69e3e86ea8fd8f26842f8402ee456fb7 | /shooting2011/shooting2011/hero.cpp | 3f14cba271a189231216fd31035ff1444692778c | [] | no_license | nakao5924/projectShooting2011 | f086e7efba757954e785179af76503a73e59d6aa | cad0949632cff782f37fe953c149f2b53abd706d | refs/heads/master | 2021-01-01T18:41:44.855790 | 2011-11-07T11:33:44 | 2011-11-07T11:33:44 | 2,490,410 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,155 | cpp | #include "main.h"
#include "hero.h"
#include "movePattern.h"
#include "firePattern.h"
#include "graphicPattern.h"
Hero::Hero(int _heroId, int dir){
if (_heroId == 0) hitRect = Rect( STAGE_WIDTH/2, STAGE_HEIGHT/2 - 64, 8, 8);
if (_heroId == 1) hitRect = Rect( STAGE_WIDTH/2 + 64, STAGE_HEIGHT/2, 8, 8);
if (... | [
"nakao5924@gmail.com",
"okumura.upa@gmail.com",
"tianyao@tianyao-PC.(none)",
"arai@.ja1yad.local",
"yamatetsu.5629@gmail.com"
] | [
[
[
1,
5
],
[
11,
11
],
[
13,
13
],
[
25,
26
],
[
31,
32
],
[
34,
35
],
[
54,
63
],
[
65,
67
],
[
69,
72
]
],
[
[
6,
... |
4b6ba50753f2036ca341a9d3f3219bb607e69983 | 33c05b9c833fc1b7f6807a05e94338eed6479131 | /src/ProgressBar.h | 94549f8ccc035cc30bbb45c8e1c84e974e816979 | [] | no_license | tea/wxcocoadialog | dd9ebcc150cc7fc2556c81cc2d1c1d143d022793 | 6c9b4c6925c06dbe1147f2e36e5616c8b8b20cb4 | refs/heads/master | 2021-01-22T17:57:34.485520 | 2009-04-11T16:42:51 | 2009-04-11T16:42:51 | 173,613 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 747 | h | #ifndef __PROGRESSBAR_H__
#define __PROGRESSBAR_H__
#include "OptionDict.h"
class ProgressBar : public wxDialog {
public:
ProgressBar(wxWindow* parent, const OptionDict& options, bool doFloat);
private:
// Event handlers
void OnClose(wxCloseEvent& event);
void OnLineRead(wxCommandEvent& event);
voi... | [
"gcheshire@d5ffba82-4729-0410-9773-73ad8f2cc4c7",
"astigsen@d5ffba82-4729-0410-9773-73ad8f2cc4c7"
] | [
[
[
1,
7
],
[
9,
11
],
[
13,
34
]
],
[
[
8,
8
],
[
12,
12
]
]
] |
ea52691170236802fd99c74e2e0d9f32baad4a5a | a1117d878cdcbd2756512ce29ad4dfd2b5709dac | /OneSnap/SnapperOptions.cpp | ced73702ebb9078b94109d1a3bbf083bae6fe9f1 | [] | no_license | nicklepede/onesnap | e423f6565fcc557af10618dc74bcaa941057f1d9 | 95631cb208721c97e74488d4633afaf6f63e5c00 | refs/heads/master | 2021-01-13T01:48:01.401096 | 2006-06-27T16:30:12 | 2006-06-27T16:30:12 | 102,732 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,987 | cpp | // SnapperOptions.cpp : implementation file
//
#include "stdafx.h"
#include "OneSnap.h"
#include "SnapperOptions.h"
#include "SnapperConfig.h"
// CSnapperOptions dialog
IMPLEMENT_DYNAMIC(CSnapperOptions, CDialog)
CSnapperOptions::CSnapperOptions(CWnd* pParent /*=NULL*/)
: CDialog(CSnapperOptions::IDD,... | [
"nicklepede@2c095272-fa16-0410-abf3-d1f1c5240653"
] | [
[
[
1,
321
]
]
] |
ebf4cfafd7733513a027c0a78190de3d45c68059 | 8db1c2a445f0fcb22a7cfcef9b8328b83c15bcfa | /src/Source/JSpotify/JAlbum.cpp | 539840bc66a2cff956fbb6b62f6b63011685f21d | [
"Apache-2.0"
] | permissive | ngattusohw/jlibspotify | 5b069fc77f8caf716dfc222d5689895d6cd02d3a | 3fb825a1bc01b83e4ef52837ebe39b4b691856f9 | refs/heads/master | 2020-04-06T03:35:08.240919 | 2011-08-29T12:40:01 | 2011-08-29T12:40:01 | 40,991,877 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,620 | cpp | /*
* Copyright 2011 Jim Knowler
*
* 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... | [
"jim@clockworkcamel.com"
] | [
[
[
1,
98
]
]
] |
5076e91a5318b3f866197252e89bd7300bece601 | e53e3f6fac0340ae0435c8e60d15d763704ef7ec | /WDL/lice/lice_combine.h | 965264e4e8171921f50ced15ad33ff816d3453e3 | [] | no_license | b-vesco/vfx-wdl | 906a69f647938b60387d8966f232a03ce5b87e5f | ee644f752e2174be2fefe43275aec2979f0baaec | refs/heads/master | 2020-05-30T21:37:06.356326 | 2011-01-04T08:54:45 | 2011-01-04T08:54:45 | 848,136 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,880 | h | #ifndef _LICE_COMBINE_H_
#define _LICE_COMBINE_H_
#if defined(_MSC_VER)
#pragma warning(disable:4244) // float-to-int
#endif
#define __LICE_BOUND(x,lo,hi) ((x)<(lo)?(lo):((x)>(hi)?(hi):(x)))
#define LICE_PIXEL_HALF(x) (((x)>>1)&0x7F7F7F7F)
#define LICE_PIXEL_QUARTER(x) (((x)>>2)&0x3F3F3F3F)
#define LI... | [
"deadbeef@test.ninjam.com",
"justin@cockos.com"
] | [
[
[
1,
434
],
[
436,
440
],
[
442,
458
],
[
460,
464
],
[
466,
829
]
],
[
[
435,
435
],
[
441,
441
],
[
459,
459
],
[
465,
465
]
]... |
81e6595bc009f6c08180a3f2558bb9a5bb70dadb | b14d5833a79518a40d302e5eb40ed5da193cf1b2 | /cpp/extern/xercesc++/2.6.0/src/xercesc/dom/DOMTreeWalker.hpp | c18e44c80c4ed9f939820355e9d0ad86dcddc422 | [
"Apache-2.0"
] | permissive | andyburke/bitflood | dcb3fb62dad7fa5e20cf9f1d58aaa94be30e82bf | fca6c0b635d07da4e6c7fbfa032921c827a981d6 | refs/heads/master | 2016-09-10T02:14:35.564530 | 2011-11-17T09:51:49 | 2011-11-17T09:51:49 | 2,794,411 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,746 | hpp | #ifndef DOMTreeWalker_HEADER_GUARD_
#define DOMTreeWalker_HEADER_GUARD_
/*
* Copyright 2001-2002,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 Licen... | [
"aburke@bitflood.org"
] | [
[
[
1,
275
]
]
] |
56de65d33f3cf40bb0ca7d7bf6b7a4b29079c997 | 9426ad6e612863451ad7aac2ad8c8dd100a37a98 | /ULLib/src/ULRebarCtrl.cpp | 2c57140dc15cb65da95626c658bf2998e35a2079 | [] | no_license | piroxiljin/ullib | 61f7bd176c6088d42fd5aa38a4ba5d4825becd35 | 7072af667b6d91a3afd2f64310c6e1f3f6a055b1 | refs/heads/master | 2020-12-28T19:46:57.920199 | 2010-02-17T01:43:44 | 2010-02-17T01:43:44 | 57,068,293 | 0 | 0 | null | 2016-04-25T19:05:41 | 2016-04-25T19:05:41 | null | WINDOWS-1251 | C++ | false | false | 3,622 | cpp | ///\file ULRebarCtrl.cpp
///\brief cpp файл класса ребара размещенного на плавающей панельке(31.08.2008)
#include "..\..\ULLib\Include\ULRebarCtrl.h"
namespace ULWnds
{
namespace ULWndCtrls
{
CULRebarCtrl::CULRebarCtrl(void):CULWndCtrl(),m_fAutoSize(false)
{
MessageMap.AddMessage<CULRebarCtrl>(WM_SI... | [
"UncleLab@a8b69a72-a546-0410-9fb4-5106a01aa11f"
] | [
[
[
1,
117
]
]
] |
8649b19f33aa010550614cb2d2ba692827b5adde | 5e61787e7adba6ed1c2b5e40d38098ebdf9bdee8 | /sans/models/c_models/multishell.cpp | e9d4220a3d8ed8047bb0d8fba5b453239a7a8356 | [] | no_license | mcvine/sansmodels | 4dcba43d18c930488b0e69e8afb04139e89e7b21 | 618928810ee7ae58ec35bbb839eba2a0117c4611 | refs/heads/master | 2021-01-22T13:12:22.721492 | 2011-09-30T14:01:06 | 2011-09-30T14:01:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,780 | cpp | /**
This software was developed by the University of Tennessee as part of the
Distributed Data Analysis of Neutron Scattering Experiments (DANSE)
project funded by the US National Science Foundation.
If you use DANSE applications to do scientific research that leads to
publication, we ask that you acknowled... | [
"galina@nist.gov",
"jhcho@nist.gov"
] | [
[
[
1,
29
],
[
31,
36
],
[
41,
64
],
[
66,
70
],
[
79,
81
],
[
83,
86
],
[
103,
103
],
[
107,
130
]
],
[
[
30,
30
],
[
37,... |
f9a81ba4fccb289e333c0a2c8dd77749afd341b0 | 38664d844d9fad34e88160f6ebf86c043db9f1c5 | /branches/initialize/skin/src/controls/ipadress.h | 0a07b7d66e744c4cf73f71b1ba784795965984bd | [] | no_license | cnsuhao/jezzitest | 84074b938b3e06ae820842dac62dae116d5fdaba | 9b5f6cf40750511350e5456349ead8346cabb56e | refs/heads/master | 2021-05-28T23:08:59.663581 | 2010-11-25T13:44:57 | 2010-11-25T13:44:57 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,052 | h | #pragma once
#include "../base/skinctrl.h"
namespace Skin {
template<class BaseT = CIPAddressCtrl>
struct SkinIpAddress : public SkinControlImpl<SkinIpAddress, BaseT>
{
SkinIpAddress()
{
_nPart = EP_EDITTEXT;
_classid = IPADDRESS;
}
void OnFirstMessage()
{
}
typedef SkinI... | [
"zhongzeng@ba8f1dc9-3c1c-0410-9eed-0f8a660c14bd"
] | [
[
[
1,
88
]
]
] |
0ec4aa238caa9686b7c0882f783256ced72d0311 | 28b097d96e87de603d75faf24e56394ac16d239f | /logger/myIDDraw7.cpp | 73b3fb4b52e6006cbc502be0541e32a1cbe4401e | [] | no_license | RazorbladeByte/ddhack | ecfe5845c24110daf5a89d6937612f5243bc9883 | b564e26ad89e112426a0c08e12040eef130bf826 | refs/heads/master | 2016-09-11T02:41:34.702359 | 2011-08-17T13:58:14 | 2011-08-17T13:58:14 | 2,220,900 | 9 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 6,536 | cpp | #include "StdAfx.h"
#include <varargs.h>
myIDDraw7::myIDDraw7(LPDIRECTDRAW7 pOriginal)
{
logf(this, "myIDDraw7 Constructor");
m_pIDDraw = pOriginal;
}
myIDDraw7::~myIDDraw7(void)
{
logf(this, "myIDDraw7 Destructor");
}
HRESULT __stdcall myIDDraw7::QueryInterface (REFIID a, LPVOID FAR * b)
{... | [
"pf4spthc@gmail.com@ca3b60c3-ba86-2864-2f26-32acf34adade"
] | [
[
[
1,
272
]
]
] |
744163baaa45e07bede704e39eedb9aeabf8611e | 9590b067bcd6087a7ae97a77788818562649bd02 | /Sources/Internal/Scene3D/Frustum.h | a097fa62bca56b6f6a2020fb985c0a515952c593 | [] | no_license | vaad2/dava.framework | b2ce2ad737c374a28e9d13112db1951a965870e5 | bc0589048287a9b303b794854b75c98eb61baa8e | refs/heads/master | 2020-11-27T05:12:12.268778 | 2011-12-01T13:09:34 | 2011-12-01T13:09:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,847 | h | /*==================================================================================
Copyright (c) 2008, DAVA Consulting, LLC
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* R... | [
"vitaliy@davaconsulting.com"
] | [
[
[
1,
141
]
]
] |
1341ec0dcd75573f6ee2e8a4fe0edcab6f6706e9 | b5ad65ebe6a1148716115e1faab31b5f0de1b493 | /src/pymuscle/rs/pymrscore.cpp | d1d7be52bd632d2182e8c1326d7e3eb604922431 | [] | no_license | gasbank/aran | 4360e3536185dcc0b364d8de84b34ae3a5f0855c | 01908cd36612379ade220cc09783bc7366c80961 | refs/heads/master | 2021-05-01T01:16:19.815088 | 2011-03-01T05:21:38 | 2011-03-01T05:21:38 | 1,051,010 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,855 | cpp | #include "PymRsPch.h"
#include "PrsGraphCapi.h"
#include "PymStruct.h"
#include "PymBiped.h"
#include "RigidBody.h"
#include "MuscleFiber.h"
#include "ConvexHullCapi.h"
#include "PymuscleConfig.h"
#include "StateDependents.h"
#include "Config.h"
#include "DebugPrintDef.h"
#include "Optimize.h"
#include "P... | [
"Dan@Dan-PC.(none)",
"gasbank@gmail.com"
] | [
[
[
1,
1
],
[
3,
3
]
],
[
[
2,
2
],
[
4,
363
]
]
] |
41a8b9ead55cff52bad1574406f2f999dff226c6 | cd0987589d3815de1dea8529a7705caac479e7e9 | /webkit/WebKitTools/QtTestBrowser/urlloader.h | 2ded5e96dff6ed1e95b037cef19af6978b3830c3 | [] | no_license | azrul2202/WebKit-Smartphone | 0aab1ff641d74f15c0623f00c56806dbc9b59fc1 | 023d6fe819445369134dee793b69de36748e71d7 | refs/heads/master | 2021-01-15T09:24:31.288774 | 2011-07-11T11:12:44 | 2011-07-11T11:12:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,980 | h | /*
* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies)
* Copyright (C) 2009 University of Szeged
*
* 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. Redistrib... | [
"sdevitt@rim.com"
] | [
[
[
1,
58
]
]
] |
02e9c7a35e4496a5052689762d8b187ea55f4031 | 4aadb120c23f44519fbd5254e56fc91c0eb3772c | /Source/opensteer/src/Obstacle.cpp | 356e59f6457d0ebdaa77600d1db089c8f5dbacac | [
"MIT"
] | permissive | janfietz/edunetgames | d06cfb021d8f24cdcf3848a59cab694fbfd9c0ba | 04d787b0afca7c99b0f4c0692002b4abb8eea410 | refs/heads/master | 2016-09-10T19:24:04.051842 | 2011-04-17T11:00:09 | 2011-04-17T11:00:09 | 33,568,741 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,301 | cpp | //-----------------------------------------------------------------------------
//
//
// OpenSteer -- Steering Behaviors for Autonomous Characters
//
// Copyright (c) 2002-2004, Sony Computer Entertainment America
// Original author: Craig Reynolds <craig_reynolds@playstation.sony.com>
//
// Permission is hereb... | [
"janfietz@localhost"
] | [
[
[
1,
355
]
]
] |
3cb0dbe8c74ee6f8e47df24589041f02f9788631 | 968aa9bac548662b49af4e2b873b61873ba6f680 | /imgtools/romtools/rofsbuild/r_romnode.h | bffc5d89667dfdf7ebc410e242d6620e7a4fb6e0 | [] | no_license | anagovitsyn/oss.FCL.sftools.dev.build | b3401a1ee3fb3c8f3d5caae6e5018ad7851963f3 | f458a4ce83f74d603362fe6b71eaa647ccc62fee | refs/heads/master | 2021-12-11T09:37:34.633852 | 2010-12-01T08:05:36 | 2010-12-01T08:05:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,098 | h | /*
* Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.ecli... | [
"none@none",
"marvin.shi@nokia.com"
] | [
[
[
1,
23
],
[
26,
127
],
[
130,
192
],
[
199,
210
],
[
212,
229
],
[
231,
297
]
],
[
[
24,
25
],
[
128,
129
],
[
193,
198
],
[
... |
02ff62af1df16dbfba9b4be5c47b99a1055c7299 | 019f72b2dde7d0b9ab0568dc23ae7a0f4a41b2d1 | /jot/Template.h | 222b3a1fd767ca1c960a4239a37229567d6c049c | [] | no_license | beketa/jot-for-X01SC | 7bb74051f494172cb18b0f6afa5df055646eed25 | 5158fde188bec3aea4f5495da0dc5dfcd4c1663b | refs/heads/master | 2020-04-05T06:29:04.125514 | 2010-07-10T05:36:49 | 2010-07-10T05:36:49 | 1,416,589 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 648 | h | #pragma once
class CTemplate
{
private:
class Temp {
public:
CString name;
CString temp;
Temp(CString &t){
int f = t.Find( _T("=") );
if ( f!= -1 ){
name = t.Left( f ).Trim();
temp = t.Mid( f+1 );
}
}
};
CArray<Temp*> m_list;
int m_max;
CString m_filename ;
public:
... | [
"takebe@cityfujisawa.ne.jp"
] | [
[
[
1,
41
]
]
] |
25d439c473b7e6efce67214b0fd7938fa065d5a3 | bdb8fc8eb5edc84cf92ba80b8541ba2b6c2b0918 | /TPs CPOO/Gareth & Maxime/Projet/CanonNoir_Moteur_C++/fichiers/Radeau.h | 3b4e0bbbdaa1465e6c86917500671bbf5ae1902f | [] | no_license | Issam-Engineer/tp4infoinsa | 3538644b40d19375b6bb25f030580004ed4a056d | 1576c31862ffbc048890e72a81efa11dba16338b | refs/heads/master | 2021-01-10T17:53:31.102683 | 2011-01-27T07:46:51 | 2011-01-27T07:46:51 | 55,446,817 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 954 | h | /**
*\file Radeau.h
*\brief file which contains the attributes and function declarations of the Radeau class
*\author Maxime HAVEZ
*\author Gareth THIVEUX
*\version 1.0
*/
#ifndef RADEAU_H
#define RADEAU_H
#include "Bateau.h"
class Radeau : public Bateau
{
public :
/**
* \fn char typeBateau(... | [
"havez.maxime.01@9f3b02c3-fd90-5378-97a3-836ae78947c6",
"garethiveux@9f3b02c3-fd90-5378-97a3-836ae78947c6"
] | [
[
[
1,
1
],
[
7,
8
],
[
12,
19
],
[
21,
25
],
[
27,
30
],
[
32,
33
],
[
40,
43
]
],
[
[
2,
6
],
[
9,
11
],
[
20,
20
... |
3756b9f0223f4dab4e40c81502c3d3a41a7c9153 | fc2f53c62ab435998421e2b26305e9fd963f79b3 | /src/Texture.h | 91ba9bf6c82d8791932110fcde161ef0337cbb17 | [] | no_license | hrehfeld/ezrgraphicsdemo | 64446583c0d7ea4c89806be536ee02b76255a8b5 | 04e477f1fca28ee3c5216384e9757e75dda21f18 | refs/heads/master | 2020-05-18T00:44:54.669110 | 2009-07-13T18:31:03 | 2009-07-13T18:31:03 | 197,796 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 646 | h | #ifndef _TEXTURE_H_
#define _TEXTURE_H_
#include <string>
namespace Ezr
{
class Image;
class Texture
{
public:
Texture(const Image& img);
Texture(int width, int height, unsigned int internalFormat, unsigned int format, unsigned int type);
virtual ~Texture();
void setAnisotropicFil... | [
"hrehfeld@uni-koblenz.de"
] | [
[
[
1,
29
]
]
] |
19b08928660cb7f7edab0180384a507fadcf6557 | 0c930838cc851594c9eceab6d3bafe2ceb62500d | /include/jflib/linalg/lapack/linalg.hpp | d74731222c09989fde2842f384999d1f29622e0a | [
"BSD-3-Clause"
] | permissive | quantmind/jflib | 377a394c17733be9294bbf7056dd8082675cc111 | cc240d2982f1f1e7e9a8629a5db3be434d0f207d | refs/heads/master | 2021-01-19T07:42:43.692197 | 2010-04-19T22:04:51 | 2010-04-19T22:04:51 | 439,289 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 313 | hpp |
#include <boost/numeric/ublas/banded.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/symmetric.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/operation.hpp>
#include <boost/numeric/ublas/lu.hpp>
#include <boost/numeric/ublas/vector_proxy.hpp>
| [
"info@quantmind.com"
] | [
[
[
1,
9
]
]
] |
a2e31d26ad108a9b5ebec478a8c928ae991bae24 | b14d5833a79518a40d302e5eb40ed5da193cf1b2 | /cpp/extern/xercesc++/2.6.0/tools/NLS/Xlat/Xlat_Formatter.hpp | 36a5a655721609059e8933a14b666347a9c4d10b | [
"Apache-2.0"
] | permissive | andyburke/bitflood | dcb3fb62dad7fa5e20cf9f1d58aaa94be30e82bf | fca6c0b635d07da4e6c7fbfa032921c827a981d6 | refs/heads/master | 2016-09-10T02:14:35.564530 | 2011-11-17T09:51:49 | 2011-11-17T09:51:49 | 2,794,411 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,748 | hpp | /*
* Copyright 1999-2000,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
*
* Unle... | [
"aburke@bitflood.org"
] | [
[
[
1,
117
]
]
] |
7c68943daf9039df182f648d4bcd12d30a6ef0ba | 804e416433c8025d08829a08b5e79fe9443b9889 | /src/argss/classes/arect.cpp | 05e639fed9913ce881c57058bbccbc42a3be873d | [
"BSD-2-Clause"
] | permissive | cstrahan/argss | e77de08db335d809a482463c761fb8d614e11ba4 | cc595bd9a1e4a2c079ea181ff26bdd58d9e65ace | refs/heads/master | 2020-05-20T05:30:48.876372 | 2010-10-03T23:21:59 | 2010-10-03T23:21:59 | 1,682,890 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,130 | cpp | /////////////////////////////////////////////////////////////////////////////
// ARGSS - Copyright (c) 2009 - 2010, Alejandro Marzini (vgvgf)
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// ar... | [
"vgvgf@a70b67f4-0116-4799-9eb2-a6e6dfe7dbda"
] | [
[
[
1,
152
]
]
] |
cbd3edbc0da548963ab31fb753ef9b77ae753db6 | 9f2d447c69e3e86ea8fd8f26842f8402ee456fb7 | /shooting2011/shooting2011/connect_test.cpp | 10002a1b170a48b73a9bef94dd27a0b3383e522a | [] | no_license | nakao5924/projectShooting2011 | f086e7efba757954e785179af76503a73e59d6aa | cad0949632cff782f37fe953c149f2b53abd706d | refs/heads/master | 2021-01-01T18:41:44.855790 | 2011-11-07T11:33:44 | 2011-11-07T11:33:44 | 2,490,410 | 0 | 1 | null | null | null | null | SHIFT_JIS | C++ | false | false | 2,315 | cpp | /*
#include "main.h"
#include <cassert>
#include "shooting.h"
#include "server.h"
#include "client.h"
#include "msgdump.h"
using namespace std;
//void dumpDummyPipe();
// WinMain関数
int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPSTR lpCmdLine, int nCmdShow )
{
// 画面モードの設定
C... | [
"nakao5924@gmail.com",
"yamatetsu.5629@gmail.com"
] | [
[
[
1,
26
],
[
49,
61
],
[
63,
91
],
[
93,
99
]
],
[
[
27,
48
],
[
62,
62
],
[
92,
92
],
[
100,
100
]
]
] |
ff22b7857d12894115b128f1c3cc5da660aaa966 | ee065463a247fda9a1927e978143186204fefa23 | /Src/Engine/GameState/GameStateManager.h | 830ebd7512471a6b5c805a4acfcc7d6f2728b53b | [] | no_license | ptrefall/hinsimviz | 32e9a679170eda9e552d69db6578369a3065f863 | 9caaacd39bf04bbe13ee1288d8578ece7949518f | refs/heads/master | 2021-01-22T09:03:52.503587 | 2010-09-26T17:29:20 | 2010-09-26T17:29:20 | 32,448,374 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 886 | h | #pragma once
#include <ClanLib/core.h>
#include <vector>
namespace Engine
{
namespace Core { class CoreManager; }
namespace GameState
{
class IGameState;
class GameStateFactory;
class GameStateManager
{
public:
GameStateManager(Core::CoreManager *coreMgr);
virtual ~GameStateManager();
virtual ... | [
"PTrefall@gmail.com@28a56cb3-1e7c-bc60-7718-65c159e1d2df"
] | [
[
[
1,
45
]
]
] |
cb9eca7abe7d48d92eb45b5d872e2475a4f5cf5e | 502efe97b985c69d6378d9c428c715641719ee03 | /src/moaicore/MOAITransformBase.h | 42c81cec17a90656248b1e46ac2694023f32a1d3 | [] | no_license | neojjang/moai-beta | c3933bca2625bca4f4da26341de6b855e41b9beb | 6bc96412d35192246e35bff91df101bd7c7e41e1 | refs/heads/master | 2021-01-16T20:33:59.443558 | 2011-09-19T23:45:06 | 2011-09-19T23:45:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,624 | h | // Copyright (c) 2010-2011 Zipline Games, Inc. All Rights Reserved.
// http://getmoai.com
#ifndef MOAITRANSFORMBASE_H
#define MOAITRANSFORMBASE_H
#include <moaicore/MOAITraits.h>
//================================================================//
// MOAITransformBase
//====================================... | [
"Patrick@agile.(none)",
"eric@ziplinegames.com"
] | [
[
[
1,
16
],
[
20,
59
]
],
[
[
17,
19
]
]
] |
aa2776c8900c94380060f77a7828a221fcf37e0c | ef23e388061a637f82b815d32f7af8cb60c5bb1f | /src/mame/includes/crospang.h | 6b8e4a6295f011b2b168ccc4e9adbaddeefe3e0f | [] | no_license | marcellodash/psmame | 76fd877a210d50d34f23e50d338e65a17deff066 | 09f52313bd3b06311b910ed67a0e7c70c2dd2535 | refs/heads/master | 2021-05-29T23:57:23.333706 | 2011-06-23T20:11:22 | 2011-06-23T20:11:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,371 | h | /*************************************************************************
Cross Pang
*************************************************************************/
class crospang_state : public driver_device
{
public:
crospang_state(running_machine &machine, const driver_device_config_base &config)
: d... | [
"Mike@localhost"
] | [
[
[
1,
49
]
]
] |
18912ecad8fce4721d66bc456e0f956196066f23 | 968aa9bac548662b49af4e2b873b61873ba6f680 | /imgtools/imgcheck/libimgutils/src/rofsimage.cpp | 334a1f9529a4febddf035c169c1031601ef612b6 | [] | no_license | anagovitsyn/oss.FCL.sftools.dev.build | b3401a1ee3fb3c8f3d5caae6e5018ad7851963f3 | f458a4ce83f74d603362fe6b71eaa647ccc62fee | refs/heads/master | 2021-12-11T09:37:34.633852 | 2010-12-01T08:05:36 | 2010-12-01T08:05:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,284 | cpp | /*
* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.ecli... | [
"none@none"
] | [
[
[
1,
102
]
]
] |
67812b97126aa0e7a62b4b7ab0d1c22879abf204 | 6406ffa37fd4b705e61b79312f0ebe1035228365 | /src/common/HorizonScheduler.h | 96d77b75dae12acf8b8b55948fdff9a308c2b51b | [] | no_license | kitakita/omnetpp_obs | 65904d4e37637706a385476f7c33656c491e2fbd | 19e7c8f0eafcd293d381e733712ecbb2a3564b08 | refs/heads/master | 2021-01-02T12:55:37.328995 | 2011-01-30T10:42:56 | 2011-01-30T10:42:56 | 1,189,202 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,686 | h | //
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that ... | [
"kitakitash@gmail.com"
] | [
[
[
1,
62
]
]
] |
2dfa5f44f9602e67238c7affc2b4961c7a677705 | cfa667b1f83649600e78ea53363ee71dfb684d81 | /code/render/coregraphics/win360/d3d9memoryindexbufferloader.cc | 40008aff5c333a69f5dfcbc3c84b6e6e7278a35d | [] | no_license | zhouxh1023/nebuladevice3 | c5f98a9e2c02828d04fb0e1033f4fce4119e1b9f | 3a888a7c6e6d1a2c91b7ebd28646054e4c9fc241 | refs/heads/master | 2021-01-23T08:56:15.823698 | 2011-08-26T02:22:25 | 2011-08-26T02:22:25 | 32,018,644 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,328 | cc | //------------------------------------------------------------------------------
// d3d9memoryindexbufferloader.cc
// (C) 2007 Radon Labs GmbH
//------------------------------------------------------------------------------
#include "stdneb.h"
#include "coregraphics/win360/d3d9memoryindexbufferloader.h"
#includ... | [
"Administrator@JOEYXIONG-PC4.epi.com"
] | [
[
[
1,
68
]
]
] |
d81e1f84c429d8af59fb4ac3c1cfca795b7ebb1c | 3276915b349aec4d26b466d48d9c8022a909ec16 | /c++/异常处理机制/异常的多态实现/myexception.cpp | 18633c29e62ad58d5a9fba64df781fc7549aa9be | [] | no_license | flyskyosg/3dvc | c10720b1a7abf9cf4fa1a66ef9fc583d23e54b82 | 0279b1a7ae097b9028cc7e4aa2dcb67025f096b9 | refs/heads/master | 2021-01-10T11:39:45.352471 | 2009-07-31T13:13:50 | 2009-07-31T13:13:50 | 48,670,844 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 141 | cpp |
#include"myexception.h"
void e_int:: disp()
{
cout<<"int"<<endl;
}
void e_char::disp()
{
cout<<"char"<<endl;
}
| [
"sxoo0305@yahoo.com.cn"
] | [
[
[
1,
14
]
]
] |
7e3b2663d116c6085c25abb1f8ddaa6ed959e62e | 81a38f1f0e77081746812a7f76a52dd0290fde81 | /minicurso-glsl/06.Extensoes2/src/Modelo.h | 910692e250fd692ffe7942633a6cdaca60a976a3 | [] | no_license | tamiresharumi/cg_project | 500f437977465264460cd345f484c83feae95454 | 5c4027b3ae749f57f676ae830f2140cd72b51898 | refs/heads/master | 2021-01-20T12:16:41.916754 | 2011-06-20T02:00:23 | 2011-06-20T02:00:23 | 1,761,107 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 424 | h | #ifndef MODELO_H
#define MODELO_H
#include <cml/cml.h>
struct Vertice
{
cml::vector3f posicao;
cml::vector3f normal;
cml::vector2f texCoord;
};
class Modelo
{
public:
typedef std::vector<Vertice> Vertices;
typedef std::vector<unsigned> Indices;
void carrega(const Vertices &vertices, const In... | [
"tamiresharumi@gmail.com"
] | [
[
[
1,
26
]
]
] |
dbed4610980f04e63eb780da1af85b39c704c836 | 9176b0fd29516d34cfd0b143e1c5c0f9e665c0ed | /CS_153_Data_Structures/assignment6/bst.h | 16cb99b3b00fae3e3ecf8957791ee4e2dbd91a76 | [] | no_license | Mr-Anderson/james_mst_hw | 70dbde80838e299f9fa9c5fcc16f4a41eec8263a | 83db5f100c56e5bb72fe34d994c83a669218c962 | refs/heads/master | 2020-05-04T13:15:25.694979 | 2011-11-30T20:10:15 | 2011-11-30T20:10:15 | 2,639,602 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,418 | h | #ifndef BST_H
#define BST_H
//////////////////////////////////////////////////////////////////////
/// @file bst.h
/// @author James Anderson CS 153 Section A
/// @brief Heder file for binary search tree class for assignment 6
//////////////////////////////////////////////////////////////////////
///////////... | [
"jra798@mst.edu"
] | [
[
[
1,
87
]
]
] |
ca346013465880f96fb20189bba1ab584517142f | 04fec4cbb69789d44717aace6c8c5490f2cdfa47 | /include/wx/hash.h | f5cd926412c5e604c68324690b3c7107bba84faa | [] | no_license | aaryanapps/whiteTiger | 04f39b00946376c273bcbd323414f0a0b675d49d | 65ed8ffd530f20198280b8a9ea79cb22a6a47acd | refs/heads/master | 2021-01-17T12:07:15.264788 | 2010-10-11T20:20:26 | 2010-10-11T20:20:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,000 | h | /////////////////////////////////////////////////////////////////////////////
// Name: wx/hash.h
// Purpose: wxHashTable class
// Author: Julian Smart
// Modified by: VZ at 25.02.00: type safe hashes with WX_DECLARE_HASH()
// Created: 01/02/97
// RCS-ID: $Id: hash.h 49563 2007-10-31 20:46... | [
"smehta@aaryanapps.com"
] | [
[
[
1,
630
]
]
] |
2443a967a29fbdc2b7afd68ec4faa09d8b94aad8 | 9566086d262936000a914c5dc31cb4e8aa8c461c | /EnigmaServer/Application.hpp | 8429f99d09b86ae7da5e98624e88bc6e93143be5 | [] | no_license | pazuzu156/Enigma | 9a0aaf0cd426607bb981eb46f5baa7f05b66c21f | b8a4dfbd0df206e48072259dbbfcc85845caad76 | refs/heads/master | 2020-06-06T07:33:46.385396 | 2011-12-19T03:14:15 | 2011-12-19T03:14:15 | 3,023,618 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 3,426 | hpp | #ifndef APPLICATION_HPP_INCLUDED
#define APPLICATION_HPP_INCLUDED
/*
Copyright © 2009 Christopher Joseph Dean Schaefer (disks86)
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.
Perm... | [
"disks86@gmail.com"
] | [
[
[
1,
102
]
]
] |
982235557bb1e07d001a9230d9f78f55fc8f09ce | b4f709ac9299fe7a1d3fa538eb0714ba4461c027 | /trunk/alternateending.cpp | f63e2877d5943522ce0eb8a3d733cb3e271ecb86 | [] | no_license | BackupTheBerlios/ptparser-svn | d953f916eba2ae398cc124e6e83f42e5bc4558f0 | a18af9c39ed31ef5fd4c5e7b69c3768c5ebb7f0c | refs/heads/master | 2020-05-27T12:26:21.811820 | 2005-11-06T14:23:18 | 2005-11-06T14:23:18 | 40,801,514 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,719 | cpp | /////////////////////////////////////////////////////////////////////////////
// Name: alternateending.cpp
// Purpose: Stores and renders alternate ending symbols
// Author: Brad Larsen
// Modified by:
// Created: Dec 3, 2004
// RCS-ID:
// Copyright: (c) B... | [
"blarsen@8c24db97-d402-0410-b267-f151a046c31a"
] | [
[
[
1,
268
]
]
] |
b57751926943d844d14a50fd0405d3403a087204 | d0cf8820b4ad21333e15f7cec1e4da54efe1fdc5 | /DES_GOBSTG/DES_GOBSTG/Process/processInit.cpp | 0af3152e6d105c9cf5431e5327fc998cd830c7e3 | [] | no_license | CBE7F1F65/c1bf2614b1ec411ee7fe4eb8b5cfaee6 | 296b31d342e39d1d931094c3dfa887dbb2143e54 | 09ed689a34552e62316e0e6442c116bf88a5a88b | refs/heads/master | 2020-05-30T14:47:27.645751 | 2010-10-12T16:06:11 | 2010-10-12T16:06:11 | 32,192,658 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,338 | cpp | #include "processPrep.h"
int Process::processInit()
{
bool rebuilddone = false;
if(_access(CONFIG_STR_FILENAME, 00) == -1)
{
rebuild:
if (rebuilddone)
{
errorcode = PROC_ERROR_INIFILE;
return PQUIT;
}
DeleteFile(CONFIG_STR_FILENAME);
hge-> Ini_SetInt(data.translateSection(data.sLinkT... | [
"CBE7F1F65@e00939f0-95ee-11de-8df0-bd213fda01be"
] | [
[
[
1,
359
]
]
] |
cd77321ccd54c8be30c18654ad356986a537cbbe | 27d5670a7739a866c3ad97a71c0fc9334f6875f2 | /CPP/Modules/UiCtrl/RoutePositionData.h | d39fb8219dde6e60e8ebed24191767c290517292 | [
"BSD-3-Clause"
] | permissive | ravustaja/Wayfinder-S60-Navigator | ef506c418b8c2e6498ece6dcae67e583fb8a4a95 | 14d1b729b2cea52f726874687e78f17492949585 | refs/heads/master | 2021-01-16T20:53:37.630909 | 2010-06-28T09:51:10 | 2010-06-28T09:51:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,909 | h | /*
Copyright (c) 1999 - 2010, Vodafone Group Services Ltd
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of ... | [
"hlars@sema-ovpn-morpheus.itinerary.com"
] | [
[
[
1,
90
]
]
] |
7cbd0611ccfa47d5acf0e336401bed10f28a743c | bf9e82f027caeff04cca5c16b327f33e59bfaf7a | /fce360/fceux/fceux/fceu.cpp | 1c55b22e24c63376e89042914a208edebdb6c88c | [] | no_license | Miitumrow27/fce360 | 654de5d31223564a16299cfb84a2a4a7031791c3 | fe388a88c18ea4c460f5aecb9c26bf6f13544e79 | refs/heads/master | 2020-05-05T02:01:05.998655 | 2011-01-24T20:05:22 | 2011-01-24T20:05:22 | 40,433,229 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,660 | cpp | /* FCE Ultra - NES/Famicom Emulator
*
* Copyright notice for this file:
* Copyright (C) 2003 Xodnizel
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, o... | [
"Ced2911@1f2d827f-b39e-40f8-2521-43ba25b7e373"
] | [
[
[
1,
1203
]
]
] |
11b1b3d818662efc8706369bac22464da7bbfd53 | 3532ae25961855b20635decd1481ed7def20c728 | /app/CamDriver/cameranotconnectedblocker.h | 1e381fbb68442bff45bd2bbdd7d65b6673fe4970 | [] | no_license | mcharmas/Bazinga | 121645a0c7bc8bd6a91322c2a7ecc56a5d3f71b7 | 1d35317422c913f28710b3182ee0e03822284ba3 | refs/heads/master | 2020-05-18T05:48:32.213937 | 2010-03-22T17:13:09 | 2010-03-22T17:13:09 | 577,323 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 711 | h | #ifndef CAMERANOTCONNECTEDBLOCKER_H
#define CAMERANOTCONNECTEDBLOCKER_H
#include <bconnectionblocker.h>
class ConfigDialog;
/*! \brief Obiekt blokujący jeżeli nie podpięta kamera */
class CameraNotConnectedBlocker : public BConnectionBlocker {
public:
/*! \brief To jest konstruktor, jeśli by ktoś nie wi... | [
"santamon@ffdda973-792b-4bce-9e62-2343ac01ffa1"
] | [
[
[
1,
26
]
]
] |
75419431018f7d7055437e5d8f1d21aa1758e078 | 93088fe67401f51470ea3f9d55d12e0b40f04450 | /jni/src/PlayState.cpp | f7b48aa03045805dbb354a621336697bbb253836 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | 4nakin/canabalt-bluegin | f9967891418e07690c270075a1de0386b1d9a456 | c68dc378d420e271dd7faa49b89e30c7c87c7233 | refs/heads/master | 2021-01-24T03:08:39.081279 | 2011-04-17T06:05:57 | 2011-04-17T06:05:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,032 | cpp | #include "bluegin/resourcemanager.h"
#include "flx/flxG.h"
#include "PlayState.h"
#include "Hall.h"
#include "HUD.h"
#include "Jet.h"
#include "Sequence.h"
#include "Shard.h"
#include "Smoke.h"
#include "Walker.h"
using namespace ci;
using namespace bluegin;
using namespace flx;
extern FlxGlobal FlxG... | [
"dan@expandingbrain.com"
] | [
[
[
1,
630
]
]
] |
1cb5aff461d7be5cef3e7f72a5d36db3c600d885 | 3c22e8879c8060942ad1ba4a28835d7963e10bce | /trunk/scintilla/win32/PlatWin.cxx | 8217cabe75e4b0ab79138c070ed37af135b662a2 | [
"LicenseRef-scancode-scintilla"
] | permissive | svn2github/NotepadPlusPlus | b17f159f9fe6d8d650969b0555824d259d775d45 | 35b5304f02aaacfc156269c4b894159de53222ef | refs/heads/master | 2021-01-22T09:05:19.267064 | 2011-01-31T01:46:36 | 2011-01-31T01:46:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 66,693 | cxx | // Scintilla source code edit control
/** @file PlatWin.cxx
** Implementation of platform facilities on Windows.
**/
// Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
#include <stdlib.h>
#include <string... | [
"donho@9e717b3d-e3cd-45c4-bdc4-af0eb0386351"
] | [
[
[
1,
2311
]
]
] |
d996c6c569d0df0e47922b12675363113c619f1c | 4891542ea31c89c0ab2377428e92cc72bd1d078f | /Arcanoid/Arcanoid/PowerUpSpr.cpp | 124980d03ff49770b45e4c5d6befc5bb83c247b4 | [] | no_license | koutsop/arcanoid | aa32c46c407955a06c6d4efe34748e50c472eea8 | 5bfef14317e35751fa386d841f0f5fa2b8757fb4 | refs/heads/master | 2021-01-18T14:11:00.321215 | 2008-07-17T21:50:36 | 2008-07-17T21:50:36 | 33,115,792 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,636 | cpp | #include "PowerUpSpr.h"
#include "PowerUp.h"
#include <iostream>
#include "Terrain.h"
#define SPEED_POWER 1
PowerUpSpr::PowerUpSpr(Point point, AnimationFilm* film): Sprite(point, film){
this->SetVisibility(false);
return;
}
void PowerUpSpr::Collide(Sprite *s){
if( dynamic_cast<Board*>(s)... | [
"apixkernel@5c4dd20e-9542-0410-abe3-ad2d610f3ba4",
"koutsop@5c4dd20e-9542-0410-abe3-ad2d610f3ba4"
] | [
[
[
1,
2
],
[
5,
5
],
[
12,
12
],
[
14,
19
],
[
46,
46
],
[
57,
59
],
[
61,
62
]
],
[
[
3,
4
],
[
6,
11
],
[
13,
13
... |
4108a6748937ee620a08c40007eec58df18b9ee8 | a6a5c29ab75e58093e813afc951f08222001c38d | /TCC/include/core/ScriptObject.h | 2b18bfe6d9cbf06cb2ffe0e4350dac023e2c5858 | [] | no_license | voidribeiro/jogoshadow | b066bc75cc24c0f50b6243f91d91e286c0d997c7 | 946a4648ac420cb8988267f69c42688a0bc5ba6f | refs/heads/master | 2016-09-05T23:42:09.869743 | 2010-02-25T12:17:06 | 2010-02-25T12:17:06 | 32,122,243 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 980 | h | #ifndef _SCRIPTOBJECT_H_
#define _SCRIPTOBJECT_H_
extern "C"{
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"
};
#include <string>
#include <iostream>
#include "Script.h"
//Include classes for bind
#include "Game.h"
#include "GameObject.h"
#include "ComponentScript.h"
#include "Compon... | [
"rafarlira@17fd7b7e-20b4-11de-a108-cd2f117ce590",
"suisen.no.ryuu@17fd7b7e-20b4-11de-a108-cd2f117ce590"
] | [
[
[
1,
20
],
[
25,
26
],
[
28,
43
]
],
[
[
21,
24
],
[
27,
27
]
]
] |
409dde393494267d847397e715c368fdafe237bf | 001a97b7d4dba30c022f7fe118161f69fa8bed24 | /Launchy_VC7/src/Options.cpp | 0e910e0e4fa23a2a47debdc6fdb16383cd175629 | [] | no_license | svn2github/Launchy | 8d8e56727a9a1df600a42f349cbca3d51840c943 | 601356dbb4e9cdda87605cfff049b315a70b438f | refs/heads/master | 2023-09-03T11:37:28.828055 | 2010-11-10T01:14:44 | 2010-11-10T01:14:44 | 98,788,809 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,779 | cpp | /*
Launchy: Application Launcher
Copyright (C) 2005 Josh Karlin
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This... | [
"karlinjf@a198a55a-610f-0410-8134-935da841aa8c"
] | [
[
[
1,
350
]
]
] |
bff1fa0103763bf284e214d9583a380e320b0568 | e028e7765c46ba9399dbaa563e278f1d2c718e5e | /hmm/include/hmm.h | 4425ba2b42ac6cdd49b104ba0c69a6c2f3ebda41 | [] | no_license | cider-load-test/wiigesture | fd794b16f6edf9bcebe8761fe236dd6cca2c6921 | 7ba49185d3b7b049e643cc7f3c1755937611dede | refs/heads/master | 2021-12-02T05:56:30.646752 | 2008-10-19T12:22:52 | 2008-10-19T12:22:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,318 | h | #ifndef HMM_H_INCLUDED
#define HMM_H_INCLUDED
#include <vector>
#include <iostream>
#include <fstream>
class HMM {
private:
// numero di stati
int numStati;
// numero di simboli osservabili
int numOss;
// true: HMM ergodico, false: HMM left-to-right
bool isErgodic;
// vettore probabilità stati inizia... | [
"marco.magnatti@gmail.com",
"andrea.tarocchi@gmail.com"
] | [
[
[
1,
3
],
[
5,
116
]
],
[
[
4,
4
]
]
] |
f59d531493eb5cfe9fb8182d4db352c708cd5134 | fe202e665e666decce19b2c4c2840d03903f357f | /common/VideoSpringCommon.h | ba551948615d67a51661b24be17703c9aa64fc25 | [] | no_license | woodcom/videospring | e038ee9aa67d4a38566a2d9740773c07e6882c95 | 04b08649da189fe6f093b944e5f70eace4fee416 | refs/heads/master | 2021-01-01T06:45:15.377090 | 2010-11-10T04:10:35 | 2010-11-10T04:10:35 | 33,705,206 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,370 | h | #ifndef H_VIDSPRINGCOMMON
#define H_VIDSPRINGCOMMON 1
#define TCP_CHUNKSIZE 1024
#if defined(WIN32) || defined(_WINDLL)
#include "../VideoSpring/VideoSpring/includes.h"
#else
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <stdio.h>
#include <stdlib.h>
#include... | [
"rocky@thecardwells.net@97fa9fb9-d99c-c0a3-0dfb-269dd1aed276",
"rocky.cardwell@lifespringschool.org@97fa9fb9-d99c-c0a3-0dfb-269dd1aed276"
] | [
[
[
1,
8
],
[
10,
39
],
[
45,
45
],
[
50,
80
]
],
[
[
9,
9
],
[
40,
44
],
[
46,
49
]
]
] |
4c40db3e6370b81fb4d789c5038baa7721c36768 | da49fe5fb9fc91dba1f0236411de3021e1e25348 | /UnitGroupAI.cpp | 69661819e8e33227d943989433aa2fec1852caf9 | [] | no_license | imbaczek/baczek-kpai | 7f84d83ba395c2e5b5d85c10c14072049b4830ab | 4291ec37f49fc8cb4a643133ed5f3024264e1e27 | refs/heads/master | 2020-03-28T19:13:42.841144 | 2009-10-29T21:39:02 | 2009-10-29T21:39:02 | 151,447 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,847 | cpp | #include <boost/shared_ptr.hpp>
#include <boost/foreach.hpp>
#include <boost/timer.hpp>
#include "Sim/MoveTypes/MoveInfo.h"
#include "Log.h"
#include "BaczekKPAI.h"
#include "Unit.h"
#include "UnitGroupAI.h"
#include "Goal.h"
#include "UnitAI.h"
#include "RNG.h"
using boost::shared_ptr;
GoalProces... | [
"imbaczek@gmail.com"
] | [
[
[
1,
545
]
]
] |
bd7fa06d137b1d1af1f4ffd4f21f67da15e36d80 | 340f8c7e48059a93b16b8c5a2499f3a352f92fe3 | /wloo/Message.cpp | cff33d3e3bbf3bdd70c89c6d0e90d80f9348e940 | [
"BSD-2-Clause"
] | permissive | silphire/wloo | c93073c6487f0c09e14b5f54206e78e4cb89da1b | 7a9b3e2f8cff6e39b8b3416a98e014daebf33800 | refs/heads/master | 2020-12-30T14:55:44.233574 | 2011-05-15T22:05:37 | 2011-05-15T22:05:37 | 1,686,466 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 108 | cpp | #include "StdAfx.h"
#include "Message.h"
Message::Message(void)
{
}
Message::~Message(void)
{
}
| [
"silphire@gmail.com"
] | [
[
[
1,
10
]
]
] |
3e9e31223e36145c4cb13c1643dddf6ee989f1b3 | 10bac563fc7e174d8f7c79c8777e4eb8460bc49e | /sense/detail/ipc_camera_recv_impl.cpp | df947686327542b2a45f1ca5897cc728abd8298d | [] | no_license | chenbk85/alcordev | 41154355a837ebd15db02ecaeaca6726e722892a | bdb9d0928c80315d24299000ca6d8c492808f1d5 | refs/heads/master | 2021-01-10T13:36:29.338077 | 2008-10-22T15:57:50 | 2008-10-22T15:57:50 | 44,953,286 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,612 | cpp | //boost.interprocess
#include <boost/interprocess/shared_memory_object.hpp>
#include <boost/interprocess/mapped_region.hpp>
using namespace boost::interprocess;
//-------------------------------------------------------------------------++
#include "alcor/core/image_info_t.h"
#include "alcor/core/ipc_serializable_... | [
"andrea.carbone@1c7d64d3-9b28-0410-bae3-039769c3cb81"
] | [
[
[
1,
92
]
]
] |
3da752c897a812af01a5434826d85fab3cd3b256 | 648a948acfb8e75e1efa968894f13b0889622433 | /ttrackdll/ttrackdll.cpp | cb6e1ef7b65f7535e5e88aa01f84de1c2ce7cc5f | [] | no_license | mallowlabs/ttrack | 43fe0a7d01055d567456db4f868ceca70a0f1156 | 957c5b32ad2b0783199018490df08317f22a0ae0 | refs/heads/master | 2021-01-15T11:43:42.447749 | 2008-11-20T16:25:41 | 2008-11-20T16:25:41 | 78,701 | 3 | 2 | null | null | null | null | SHIFT_JIS | C++ | false | false | 140 | cpp | // TTrackDLL.cpp : DLL アプリケーション用にエクスポートされる関数を定義します。
//
#include "stdafx.h"
| [
"mallowlabs@gmail.com"
] | [
[
[
1,
6
]
]
] |
099f9c2715521ea3f96aead4625028837cd28f8f | a2904986c09bd07e8c89359632e849534970c1be | /topcoder/ContestCoordinator.cpp | ca1ee037bf689774cffe9e5941731f0418af8cd8 | [] | no_license | naturalself/topcoder_srms | 20bf84ac1fd959e9fbbf8b82a93113c858bf6134 | 7b42d11ac2cc1fe5933c5bc5bc97ee61b6ec55e5 | refs/heads/master | 2021-01-22T04:36:40.592620 | 2010-11-29T17:30:40 | 2010-11-29T17:30:40 | 444,669 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,821 | cpp | // BEGIN CUT HERE
// END CUT HERE
#line 5 "ContestCoordinator.cpp"
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <climits>
#include <cfloat>
#include <map>
#include <utility>
#include <set>
#include <iostream>
#include <memory>
#include <string>
#include <vector>
#include <algorithm>
... | [
"shin@CF-7AUJ41TT52JO.(none)"
] | [
[
[
1,
213
]
]
] |
176b39a6851667e98e2ea627a7448dbefc06713c | 741b36f4ddf392c4459d777930bc55b966c2111a | /incubator/deeppurple/lwplugins/lwwrapper/XPanel/XInfo.cpp | a12a12c49e6019ace56aa9d90455d70c878d0d2f | [] | no_license | BackupTheBerlios/lwpp-svn | d2e905641f60a7c9ca296d29169c70762f5a9281 | fd6f80cbba14209d4ca639f291b1a28a0ed5404d | refs/heads/master | 2021-01-17T17:01:31.802187 | 2005-10-16T22:12:52 | 2005-10-16T22:12:52 | 40,805,554 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 207 | cpp | #include "StdAfx.h"
#include "XInfo.h"
XInfo::XInfo()
{
Type="sInfo";
DataType="string";
}
void XInfo::Initialize(const char * name, XPanel * owner)
{
XControl::Initialize(name,owner);
} | [
"deeppurple@dac1304f-7ce9-0310-a59f-f2d444f72a61"
] | [
[
[
1,
13
]
]
] |
11b94232ef1c5a0b602d99c0d004818fefd295d9 | 23f0b5476178fd850df7064c60dff925cfa6289f | /nachoshotga/code/userprog/rwfile.cc | 4a01bc374f2c015b25e53a28a10d79cb1df08995 | [] | no_license | kuroyakumo95/nachoshotga | b305780c8806ad33955cc1673f244597429506d3 | e37a810eb4e686c22f959d4ce00e12dd8aebead1 | refs/heads/master | 2021-01-19T08:52:59.910590 | 2009-05-29T02:58:08 | 2009-05-29T02:58:08 | 35,772,907 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,435 | cc |
#include "rwfile.h"
#include "scexception.h"
CRWFile::CRWFile(OpenFile *f)
{
m_pFile = f;
}
CRWFile::~CRWFile()
{
if (m_pFile != NULL)
delete m_pFile;
}
int CRWFile::fClose()
{
delete m_pFile;
m_pFile = NULL;
return 0;
}
int CRWFile::fWrite(int virtAddr, int size)
{
int irs ... | [
"hotga2801@87b1fc82-3d1b-11de-90e1-f9f1724fc9cc"
] | [
[
[
1,
87
]
]
] |
1d6a445d606b66989c13473230ccaa222d182e8a | 60365cfb5278ec1dfcc07a5b3e07f3c9d680fa2a | /xlview/SettingAbout.cpp | 90fce6474c9ddacb260dbbe9833b1d9e9ba59f12 | [] | no_license | cyberscorpio/xlview | 6c01e96dbf225cfbc2be1cc15a8b70c61976eb46 | a4b5088ce049695de2ed7ed191162e6034326381 | refs/heads/master | 2021-01-01T16:34:47.787022 | 2011-04-28T13:34:25 | 2011-04-28T13:34:25 | 38,444,399 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,431 | cpp | #include <assert.h>
#include <utility>
#include "libxl/include/Language.h"
#include "version.h"
#include "resource.h"
#include "SettingAbout.h"
static const int TAB_PADDING_X = 4;
static const int TAB_PADDING_Y = 8;
static const int TAB_MARGIN_X = 8;
static const int TAB_MARGIN_Y = 12;
// static ID and ... | [
"doudehou@gmail.com"
] | [
[
[
1,
144
]
]
] |
60883b29510f6e87b35f585a54d1390c66be2536 | 881321ed22c5c024aa515e0f152b7f9cc7d1decd | /Pathman/StageConfig.h | 19c6b17e547ae65744e9a400a7e9a6704d047d62 | [] | no_license | titarenko/Pathman | c37f756c08a1473fc0df561f303942cde97e1d90 | 1c998f57b02576574c48943734fcc0e22e9a63c3 | refs/heads/master | 2020-05-19T08:02:44.881983 | 2011-04-01T20:13:39 | 2011-04-01T20:13:39 | 3,443,429 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 818 | h | #pragma once
#include "Config.h"
#include "EStageType.h"
#include "EGameEvent.h"
class Game;
class StageConfig : Config
{
public:
StageConfig(Game* game, const irr::io::path& filename,
const irr::core::stringw& nodeName);
~StageConfig(void);
/*!
When any of these events is happened
stage ... | [
"constantin.titarenko@gmail.com"
] | [
[
[
1,
41
]
]
] |
3358281dc31c9c84667221b0b9cb825df9630b35 | 672d939ad74ccb32afe7ec11b6b99a89c64a6020 | /Graph/FloatLevel/FloatLevel.h | 42386ee10dfd324c466d040ffe2c7be205030e13 | [] | no_license | cloudlander/legacy | a073013c69e399744de09d649aaac012e17da325 | 89acf51531165a29b35e36f360220eeca3b0c1f6 | refs/heads/master | 2022-04-22T14:55:37.354762 | 2009-04-11T13:51:56 | 2009-04-11T13:51:56 | 256,939,313 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,411 | h | // FloatLevel.h : main header file for the FLOATLEVEL application
//
#if !defined(AFX_FLOATLEVEL_H__3B28E263_04AE_4A29_81C4_347229B81C4D__INCLUDED_)
#define AFX_FLOATLEVEL_H__3B28E263_04AE_4A29_81C4_347229B81C4D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#e... | [
"xmzhang@5428276e-be0b-f542-9301-ee418ed919ad"
] | [
[
[
1,
51
]
]
] |
9be04468bd96eee0b21ab74479731f513fcf83a4 | 353bd39ba7ae46ed521936753176ed17ea8546b5 | /src/layer2_support/python/test/axpy_test.cpp | 00aaa214d865d5ff6330a5d3799cf467bd1d5684 | [] | no_license | d0n3val/axe-engine | 1a13e8eee0da667ac40ac4d92b6a084ab8a910e8 | 320b08df3a1a5254b776c81775b28fa7004861dc | refs/heads/master | 2021-01-01T19:46:39.641648 | 2007-12-10T18:26:22 | 2007-12-10T18:26:22 | 32,251,179 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,420 | cpp | /**
* @file
* Axe 'python' test code
* @see axe_python.h
*/
#include "axpy_test.h"
#define AXPY_NO_AUTOLINK
#include "axe_python.h"
/// Version of this test code
#define AXE_PYTHON_TEST_VERSION 1
// Use proper library --------
#ifdef _DEBUG
#pragma comment( lib, "../../../output_debug/lib/axe_python... | [
"d0n3val@2cff7946-3f3c-0410-b79f-f9b517ddbf54"
] | [
[
[
1,
97
]
]
] |
b3dff017e4b5dc3897eec451f3c41dcf8a8c44e6 | 4be39d7d266a00f543cf89bcf5af111344783205 | /test_boost_futures/n2561_future.hpp | a48b0b54ac9346433ca7cdc16c38f722ba8bd8a0 | [] | no_license | nkzxw/lastigen-haustiere | 6316bb56b9c065a52d7c7edb26131633423b162a | bdf6219725176ae811c1063dd2b79c2d51b4bb6a | refs/heads/master | 2021-01-10T05:42:05.591510 | 2011-02-03T14:59:11 | 2011-02-03T14:59:11 | 47,530,529 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 38,375 | hpp | // (C) Copyright 2008 Anthony Williams
//
// 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)
#ifndef N2561_FUTURE_HPP
#define N2561_FUTURE_HPP
#include <stdexcept>
#include <boost/thread/detail/move.h... | [
"fpelliccioni@c29dda52-a065-11de-a33f-1de61d9b9616"
] | [
[
[
1,
1363
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.