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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3370f6f0e3cfbd74944a2d768a73ae5e477281ba | d8f64a24453c6f077426ea58aaa7313aafafc75c | /RenderManager.cpp | 2b84a2ad7a7031fa974d188a53e0226b01c781e5 | [] | no_license | dotted/wfto | 5b98591645f3ddd72cad33736da5def09484a339 | 6eebb66384e6eb519401bdd649ae986d94bcaf27 | refs/heads/master | 2021-01-20T06:25:20.468978 | 2010-11-04T21:01:51 | 2010-11-04T21:01:51 | 32,183,921 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,689 | cpp | #include "settings.h"
#include "commons.h"
#include "RenderManager.h"
#include "Camera.h"
#include "Conversions.h"
#include "Frustum.h"
#include "Logger.h"
using namespace game_objects;
using namespace game_objects::block_objects;
using namespace game_utils;
using namespace utils;
using namespace cml;
usi... | [
"bo@bxd.dk",
"JezzaParker@gmail.com",
"albatsford@gmail.com",
"Evil.Nebster@gmail.com"
] | [
[
[
1,
54
],
[
56,
318
],
[
322,
356
],
[
359,
362
],
[
365,
365
],
[
371,
371
],
[
376,
376
],
[
378,
378
],
[
383,
383
],
[
... |
2643e29990769c0414bbd554062c8ecafb934575 | 74c8da5b29163992a08a376c7819785998afb588 | /NetAnimal/Game/wheel/NetWheelController/include/NetHardwareCode.h | f2e01b07a620bbec8d66b78901755dbb4b525a85 | [] | no_license | dbabox/aomi | dbfb46c1c9417a8078ec9a516cc9c90fe3773b78 | 4cffc8e59368e82aed997fe0f4dcbd7df626d1d0 | refs/heads/master | 2021-01-13T14:05:10.813348 | 2011-06-07T09:36:41 | 2011-06-07T09:36:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 369 | h | #ifndef __Orz_NetHardwareCode_h__
#define __Orz_NetHardwareCode_h__
#include "WheelControllerConfig.h"
#include "ThreadQueue.h"
namespace Orz
{
namespace WheelEnum
{
enum HARDWARE
{
HW_BUTTON_UP = 0xa1,
HW_BUTTON_DOWN = 0xa2
};
};
struct HardwareMsg
{
WheelEnum::HARDWARE msg;
... | [
"ogre3d@yeah.net"
] | [
[
[
1,
31
]
]
] |
e47d38430eff2cb3aaa47619774b8adef2ba5213 | 7707c79fe6a5b216a62bb175133249663a0fa12b | /trunk/DlgAddMaskCutout.h | 21006d06194f18637e37a8fa1bb786e22da75d58 | [] | no_license | BackupTheBerlios/freepcb-svn | 51be4b266e80f336045e2242b3388928c0b731f1 | 0ae28845832421c80bbdb10eae514a6e13d01034 | refs/heads/master | 2021-01-20T12:42:11.484059 | 2010-06-03T04:43:44 | 2010-06-03T04:43:44 | 40,441,767 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 575 | h | #pragma once
#include "afxwin.h"
// CDlgAddMaskCutout dialog
class CDlgAddMaskCutout : public CDialog
{
DECLARE_DYNAMIC(CDlgAddMaskCutout)
public:
CDlgAddMaskCutout(CWnd* pParent = NULL); // standard constructor
virtual ~CDlgAddMaskCutout();
// Dialog Data
enum { IDD = IDD_ADD_MASK_CUTOUT };
... | [
"allanwright@21cd2c34-3bff-0310-83e0-c30e317e0b48"
] | [
[
[
1,
29
]
]
] |
4831f9f95be4512cfe4dc9913cbed864aab76f38 | 25233569ca21bf93b0d54ca99027938d65dc09d5 | /Texture.h | 1659722791befc2702dd3dae29bd80bc6addc1b4 | [] | no_license | jugg/litestep-module-label | 6ede7ff5c80c25e1dc611d02ba5dc13559914ddc | a75ef94a56d68c2a928bde5bab60318e609b9a10 | refs/heads/master | 2021-01-18T09:20:42.000147 | 2004-10-07T12:28:00 | 2004-10-07T12:28:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 306 | h | #if !defined(__TEXTURE_H)
#define __TEXTURE_H
class Texture
{
public:
virtual ~Texture() {}
virtual void configure(const string &prefix, const string &subKey) = 0;
virtual void apply(HDC hDC, int x, int y, int width, int height) = 0;
virtual boolean isTransparent() const = 0;
};
#endif
| [
"jugg@hotmail.com"
] | [
[
[
1,
13
]
]
] |
64fefeb0e6c2210822ec4d1eeb4bd1e44c57de75 | f8b364974573f652d7916c3a830e1d8773751277 | /emulator/allegrex/instructions/VC2I.h | c3568ae2c6e40259af6dd9ce6bde35dc1aa9a4e6 | [] | no_license | lemmore22/pspe4all | 7a234aece25340c99f49eac280780e08e4f8ef49 | 77ad0acf0fcb7eda137fdfcb1e93a36428badfd0 | refs/heads/master | 2021-01-10T08:39:45.222505 | 2009-08-02T11:58:07 | 2009-08-02T11:58:07 | 55,047,469 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,035 | h | template< > struct AllegrexInstructionTemplate< 0xd0390000, 0xffff0000 > : AllegrexInstructionUnknown
{
static AllegrexInstructionTemplate &self()
{
static AllegrexInstructionTemplate insn;
return insn;
}
static AllegrexInstruction *get_instance()
{
return &AllegrexInstr... | [
"hlide@free.fr"
] | [
[
[
1,
41
]
]
] |
efa8a1bcfc863c39fb57bce1b260d4ccbe6de08c | 08b064b3fb246f720b8d9727d690ca8c3b96d100 | /Nordwind/gui/CGuiImage.cpp | efca995c78a3445f7ef3de6aeb5b5b7d21bdb699 | [] | no_license | michalxl/nordwind | e901d2d211b5db70e7b04700458cfbf8a4f68134 | 271bce7f872678a74c7020863bef9f7a7f4854af | refs/heads/master | 2021-01-10T06:37:41.935726 | 2011-01-03T00:09:06 | 2011-01-03T00:09:06 | 43,566,147 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,734 | cpp | #include "CGuiImage.h"
#include <Qt/QPainter.h>
#include "../CClient.h"
#include "../resource/CGumps.h"
using namespace gui;
void CGumpImage::buildConnections() {
connect( this, SIGNAL(idChange()), this, SLOT(onIdChange()) );
connect( this, SIGNAL(hueChange()), this, SLOT(onHueChange()) );
connect( this,... | [
"paulidstein@ae180d36-aaa7-11de-892d-7b2b76e7707e"
] | [
[
[
1,
184
]
]
] |
8a713c77134c950422dda5bc2b34d127eda7b56b | dd5c8920aa0ea96607f2498701c81bb1af2b3c96 | /stlplus/source/persistent.cpp | ac40fe40496f9ff9c6c9e718611befe6d1ce58bd | [] | no_license | BackupTheBerlios/multicrew-svn | 913279401e9cf886476a3c912ecd3d2b8d28344c | 5087f07a100f82c37d2b85134ccc9125342c58d1 | refs/heads/master | 2021-01-23T13:36:03.990862 | 2005-06-10T16:52:32 | 2005-06-10T16:52:32 | 40,747,367 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,970 | cpp | /*------------------------------------------------------------------------------
Author: Andy Rushton
Copyright: (c) Andy Rushton, 2004
License: BSD License, see ../docs/license.html
------------------------------------------------------------------------------*/
#include "os_fixes.hpp"
#include ... | [
"schimmi@cb9ff89a-abed-0310-8fc6-a4cabe7d48c9"
] | [
[
[
1,
575
]
]
] |
047cf039857bfb3afa7ed743a686b028f41b99f9 | 842997c28ef03f8deb3422d0bb123c707732a252 | /src/moaicore/MOAILocationSensor.h | fa0760f62784cef4160394e2f2860e9f159f844d | [] | no_license | bjorn/moai-beta | e31f600a3456c20fba683b8e39b11804ac88d202 | 2f06a454d4d94939dc3937367208222735dd164f | refs/heads/master | 2021-01-17T11:46:46.018377 | 2011-06-10T07:33:55 | 2011-06-10T07:33:55 | 1,837,561 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,301 | h | // Copyright (c) 2010-2011 Zipline Games, Inc. All Rights Reserved.
// http://getmoai.com
#ifndef MOAILOCATIONSENSOR_H
#define MOAILOCATIONSENSOR_H
#include <moaicore/MOAISensor.h>
//================================================================//
// MOAILocationSensor
//=================================... | [
"josh@ziplinegames.com"
] | [
[
[
1,
47
]
]
] |
6017c2168bfe2c377359d2f662d69500241b2cb7 | 444a151706abb7bbc8abeb1f2194a768ed03f171 | /trunk/ENIGMAsystem/SHELL/Platforms/Cocoa/CocoaWindow.h | 381ebc90ce70928b7284c16b2a561ea29ad15d3a | [] | no_license | amorri40/Enigma-Game-Maker | 9d01f70ab8de42f7c80af9a0f8c7a66e412d19d6 | c6b701201b6037f2eb57c6938c184a5d4ba917cf | refs/heads/master | 2021-01-15T11:48:39.834788 | 2011-11-22T04:09:28 | 2011-11-22T04:09:28 | 1,855,342 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,061 | h | /********************************************************************************\
** **
** Copyright (C) 2010 Alasdair Morrison <tgmg@g-java.com> **
** ... | [
"amorri40@gmail.com"
] | [
[
[
1,
172
]
]
] |
18ea8aeb1c53c38b218e07ed3ab5473b490c4f6e | 3bfc30f7a07ce0f6eabcd526e39ba1030d84c1f3 | /BlobbyWarriors/Source/BlobbyWarriors/Logic/Controller/AbstractController.h | d6460fb6f8e32eaafdfc455983806e61ad00bfb2 | [] | no_license | visusnet/Blobby-Warriors | b0b70a0b4769b60d96424b55ad7c47b256e60061 | adec63056786e4e8dfcb1ed7f7fe8b09ce05399d | refs/heads/master | 2021-01-19T14:09:32.522480 | 2011-11-29T21:53:25 | 2011-11-29T21:53:25 | 2,850,563 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 248 | h | #ifndef ABSTRACTCONTROLLER_H
#define ABSTRACTCONTROLLER_H
#include "IController.h"
class AbstractController : public IController
{
public:
void setBlobby(Blobby *blobby);
virtual void step();
protected:
Blobby *blobby;
};
#endif | [
"visus@visusnet.de"
] | [
[
[
1,
15
]
]
] |
9585fda730623e9beee6fb185bedcf5a1e98f478 | 295daf40cb62502dc197769c25a90aff6cf93b53 | /strlib.cpp | 95038b3a427279ecb420588b62ada2535d4ed7af | [] | no_license | BB4Win/stroke-bb | b97f37612fd8defda9559c72bb7acd21aeb1f752 | 6e78b0df081e4ea313d418b0221500ab1ea4e4bc | refs/heads/master | 2016-09-07T18:43:03.176750 | 2007-08-07T00:47:20 | 2007-08-07T00:47:20 | 32,025,970 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,779 | cpp | /*
* Copyright (C) 2001 Jeff Doozan
*/
#include "StrLib.h"
HWND ghWndRestore = 0;
char *posRestore = 0;
char posCh; // the character that was nulled
char *posNulled=0; // the position of the character nulled
char *posHeadEscaped; // if the restored string was escaped
void InitRestore(HWND... | [
"brian.andrew@brianandjenny.com"
] | [
[
[
1,
703
]
]
] |
f767af166730aac96e73a04350b651476de4b28f | 69aab86a56c78cdfb51ab19b8f6a71274fb69fba | /Code/inc/Engine/BasicMesh.h | 1c0a5cbdae9677c24dde5b0527271a790ecc7dee | [
"BSD-3-Clause"
] | permissive | zc5872061/wonderland | 89882b6062b4a2d467553fc9d6da790f4df59a18 | b6e0153eaa65a53abdee2b97e1289a3252b966f1 | refs/heads/master | 2021-01-25T10:44:13.871783 | 2011-08-11T20:12:36 | 2011-08-11T20:12:36 | 38,088,714 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,352 | h | /*
* BasicMesh.h
*
* Created on: 2011-02-13
* Author: Artur
*/
#ifndef BASICMESH_H_
#define BASICMESH_H_
#include "pi.h"
#include "CollisionShapes.h"
#include "Material.h"
#include <string>
#include <memory>
class BasicMesh
{
public:
friend class MeshManager;
BasicMesh();
const... | [
"Artur.S.Mazurek@gmail.com"
] | [
[
[
1,
59
]
]
] |
1393b58b8d6bf31819a054d92060ba58e8bc5b42 | 6a98ab1a4800e6f169b75c17e01c2fa491989a79 | /Weapons/LaserShot.h | 20f7934971442e1663428b43d2d2533cfee5b915 | [] | no_license | OpenEngineDK/branches-Prototype | 966eccfb9ddb0e4a3a68f8fb6a1c1a0d0314dd5c | 1364da5ca25a6eb00c829a63db8e083b2e03cc8b | refs/heads/master | 2021-01-01T05:18:26.599471 | 2008-08-13T09:52:42 | 2008-08-13T09:52:42 | 58,077,163 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,616 | h | // Rigid body rendering.
// -------------------------------------------------------------------
// Copyright (C) 2007 (See AUTHORS)
//
// This program is free software; It is covered by the GNU General
// Public License version 2 or any later version.
// See the GNU General Public License for more details (se... | [
"jfblaa@gmail.com"
] | [
[
[
1,
59
]
]
] |
549af41db9a65d7fe1acf52e5054a2bf629b70d4 | 21da454a8f032d6ad63ca9460656c1e04440310e | /test/utest/StringTest.cpp | 85fb41c510728e6ec167722582db6d8c20583906 | [] | no_license | merezhang/wcpp | d9879ffb103513a6b58560102ec565b9dc5855dd | e22eb48ea2dd9eda5cd437960dd95074774b70b0 | refs/heads/master | 2021-01-10T06:29:42.908096 | 2009-08-31T09:20:31 | 2009-08-31T09:20:31 | 46,339,619 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,030 | cpp | #include "StringTest.h"
#include <wcpp/lang/wscUUID.h>
#include <wcpp/lang/wscSystem.h>
#include <wcpp/lang/wscLong.h>
#include <wcpp/lang/wscThrowable.h>
StringTest::StringTest(void)
{
}
StringTest::~StringTest(void)
{
}
ws_result StringTest::doTest(void)
{
trace( "==========================... | [
"xukun0217@98f29a9a-77f1-11de-91f8-ab615253d9e8"
] | [
[
[
1,
132
]
]
] |
06d0cf32cc44ceaef1aee7231d700fa03263b9d0 | 5a48b6a95f18598181ef75dba2930a9d1720deae | /LuaEngine/Process/ProcessLua_Const.cpp | 7fa731c182706c81a414b7040ce47d04f748391b | [] | no_license | CBE7F1F65/f980f016e8cbe587c9148f07b799438c | 078950c80e3680880bc6b3751fcc345ebc8fe8e5 | 1aaed5baef10a5b9144f20603d672ea5ac76b3cc | refs/heads/master | 2021-01-15T10:42:46.944415 | 2010-08-28T19:25:48 | 2010-08-28T19:25:48 | 32,192,651 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,847 | cpp | #include "../Header/Process.h"
#include "../Header/LuaConstDefine.h"
bool Process::_LuaRegistConst(LuaObject * obj)
{
// System
obj->SetInteger("NULL", NULL);
obj->SetString("LOG_STR_FILENAME", LOG_STR_FILENAME);
// D3D
obj->SetInteger("D3DTS_WORLD", D3DTS_WORLD);
obj->SetInteger("D3DTS_VIEW", D3DTS_... | [
"CBE7F1F65@120521f8-859b-11de-8382-973a19579e60"
] | [
[
[
1,
390
]
]
] |
7dfc3145167ecfdeadb54aa63784479fad808693 | 5ac13fa1746046451f1989b5b8734f40d6445322 | /minimangalore/Nebula2/code/contrib/nrubyserver/src/ruby/nrubyrun.cc | ac6268db5006208e762eca4832e1217480b1aa8e | [] | no_license | moltenguy1/minimangalore | 9f2edf7901e7392490cc22486a7cf13c1790008d | 4d849672a6f25d8e441245d374b6bde4b59cbd48 | refs/heads/master | 2020-04-23T08:57:16.492734 | 2009-08-01T09:13:33 | 2009-08-01T09:13:33 | 35,933,330 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,316 | cc | #define N_IMPLEMENTS nRubyServer
//--------------------------------------------------------------------
// nrubyrun.cc -- Command evaluation and passing to ruby
//
// (C) 2003/4 Thomas Miskiewicz tom@3d-inferno.com
//--------------------------------------------------------------------
#include <stdlib.h>
#incl... | [
"BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
267
]
]
] |
d56bc22b2276f1f24816d046458e71ba0412639b | ad80c85f09a98b1bfc47191c0e99f3d4559b10d4 | /code/inc/kernel/nfileloghandler.h | 89ed8f84cddb6c899bc8c05f40d871385ccb3fdf | [] | no_license | DSPNerd/m-nebula | 76a4578f5504f6902e054ddd365b42672024de6d | 52a32902773c10cf1c6bc3dabefd2fd1587d83b3 | refs/heads/master | 2021-12-07T18:23:07.272880 | 2009-07-07T09:47:09 | 2009-07-07T09:47:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,287 | h | #ifndef N_FILELOGHANDLER_H
#define N_FILELOGHANDLER_H
//------------------------------------------------------------------------------
/**
A file based log handler class:
- maintains a log file in the home: directory where ALL
output is recorded
(C) 2003 RadonLabs GmbH
*/
#ifndef N_LO... | [
"plushe@411252de-2431-11de-b186-ef1da62b6547"
] | [
[
[
1,
44
]
]
] |
452d8dc9a44898ea3faae6b8a73b00d1642de0b1 | 299a1b0fca9e1de3858a5ebeaf63be6dc3a02b48 | /tags/051101/trunk/dingus/dingus/dxutils/D3Dutil.cpp | 8c1f5bc972b2bd1ac085ff8072b5c3baaacffec8 | [] | no_license | BackupTheBerlios/dingus-svn | 331d7546a6e7a5a3cb38ffb106e57b224efbf5df | 1223efcf4c2079f58860d7fa685fa5ded8f24f32 | refs/heads/master | 2016-09-05T22:15:57.658243 | 2006-09-02T10:10:47 | 2006-09-02T10:10:47 | 40,673,143 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,135 | cpp | // --------------------------------------------------------------------------
// Dingus project - a collection of subsystems for game/graphics applications
// --------------------------------------------------------------------------
#include "stdafx.h"
#include "D3DUtil.h"
#include "DXUtil.h"
const TCHAR... | [
"nearaz@73827abb-88f4-0310-91e6-a2b8c1a3e93d"
] | [
[
[
1,
196
]
]
] |
e40bf5272436f7d65537b0a03ba5aba80fda5469 | b308f1edaab2be56eb66b7c03b0bf4673621b62f | /Code/CryEngine/CryCommon/IMusicSystem.h | 289f25e27c6fdb0e67dcd0dfe5548d4caf93698e | [] | no_license | blockspacer/project-o | 14e95aa2692930ee90d098980a7595759a8a1f74 | 403ec13c10757d7d948eafe9d0a95a7f59285e90 | refs/heads/master | 2021-05-31T16:46:36.814786 | 2011-09-16T14:34:07 | 2011-09-16T14:34:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,369 | h | //////////////////////////////////////////////////////////////////////
//
// Crytek (C) 2001
//
// CrySound Source Code
//
// File: ISound.h
// Description: Music System Interface.
//
// History:
// - August 25, 2005: seperate file created by Tomas Neuman
// - August 28, 2001: Created by Marco Corbet... | [
"joe.marty@foreverinteractive.com"
] | [
[
[
1,
601
]
]
] |
388b7cb08153a93f6822ec7d8d1e9378a11a7974 | 619941b532c6d2987c0f4e92b73549c6c945c7e5 | /Source/Toxid/UI/StartDialog.h | 9509944784c84d7e4d2019e8b604c7e5a879717c | [] | no_license | dzw/stellarengine | 2b70ddefc2827be4f44ec6082201c955788a8a16 | 2a0a7db2e43c7c3519e79afa56db247f9708bc26 | refs/heads/master | 2016-09-01T21:12:36.888921 | 2008-12-12T12:40:37 | 2008-12-12T12:40:37 | 36,939,169 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,134 | h | // //
// ##### # # #### -= Nuclex Library =- //
// # ## ## # # TitleScreen.h - Toxid title screen //
// # ### #... | [
"ctuomail@gmail.com"
] | [
[
[
1,
54
]
]
] |
e181520bb35918a2f9bd0b2ece129be82e90fcee | 1c9f99b2b2e3835038aba7ec0abc3a228e24a558 | /Projects/elastix/elastix_sources_v4/src/Components/Transforms/SplineKernelTransform/elxSplineKernelTransform.cxx | a7ca1a9211d9e1edaa707cd4c28141e5f81e9d42 | [] | no_license | mijc/Diploma | 95fa1b04801ba9afb6493b24b53383d0fbd00b33 | bae131ed74f1b344b219c0ffe0fffcd90306aeb8 | refs/heads/master | 2021-01-18T13:57:42.223466 | 2011-02-15T14:19:49 | 2011-02-15T14:19:49 | 1,369,569 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 662 | cxx | /*======================================================================
This file is part of the elastix software.
Copyright (c) University Medical Center Utrecht. All rights reserved.
See src/CopyrightElastix.txt or http://elastix.isi.uu.nl/legal.php for
details.
This software is distributed W... | [
"maik.stille@gmail.com"
] | [
[
[
1,
18
]
]
] |
4f3fc5dfe6053f2eba30282208c1a5f566a27344 | 2b80036db6f86012afcc7bc55431355fc3234058 | /src/contrib/mpg123decoder/MP3Decoder.cpp | fce682b278bb9fd1366e4d2d8df9ffa48e9086b6 | [
"BSD-3-Clause"
] | permissive | leezhongshan/musikcube | d1e09cf263854bb16acbde707cb6c18b09a0189f | e7ca6a5515a5f5e8e499bbdd158e5cb406fda948 | refs/heads/master | 2021-01-15T11:45:29.512171 | 2011-02-25T14:09:21 | 2011-02-25T14:09:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,028 | cpp | //////////////////////////////////////////////////////////////////////////////
// Copyright � 2007, Daniel �nnerby
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistr... | [
"onnerby@gmail.com@6a861d04-ae47-0410-a6da-2d49beace72e",
"Urioxis@6a861d04-ae47-0410-a6da-2d49beace72e",
"onnerby@6a861d04-ae47-0410-a6da-2d49beace72e"
] | [
[
[
1,
1
],
[
3,
5
],
[
7,
11
],
[
14,
15
],
[
19,
19
],
[
31,
33
],
[
35,
43
],
[
46,
125
],
[
143,
185
]
],
[
[
2,
... |
45a61c4457f4f6383de24768d1df4056897ff7b3 | 942b88e59417352fbbb1a37d266fdb3f0f839d27 | /src/argss/font.hxx | 5730a0435be5ec28993432684483f21a18da03f2 | [
"BSD-2-Clause"
] | permissive | take-cheeze/ARGSS... | 2c1595d924c24730cc714d017edb375cfdbae9ef | 2f2830e8cc7e9c4a5f21f7649287cb6a4924573f | refs/heads/master | 2016-09-05T15:27:26.319404 | 2010-12-13T09:07:24 | 2010-12-13T09:07:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,201 | hxx | //////////////////////////////////////////////////////////////////////////////////
/// 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... | [
"takeshi@takeshi-laptop.(none)",
"takechi101010@gmail.com"
] | [
[
[
1,
24
],
[
27,
30
],
[
32,
32
],
[
73,
73
]
],
[
[
25,
26
],
[
31,
31
],
[
33,
72
],
[
74,
74
]
]
] |
73155d82499566ea4eac585e528daac92dc310a1 | 3d7fc34309dae695a17e693741a07cbf7ee26d6a | /aluminizerFPGA/shared/src/physics.h | 83f58e5a0b3778e53f33619384a43f69d4ec8d8a | [
"LicenseRef-scancode-public-domain"
] | permissive | nist-ionstorage/ionizer | f42706207c4fb962061796dbbc1afbff19026e09 | 70b52abfdee19e3fb7acdf6b4709deea29d25b15 | refs/heads/master | 2021-01-16T21:45:36.502297 | 2010-05-14T01:05:09 | 2010-05-14T01:05:09 | 20,006,050 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,606 | h | #pragma once
#define _USE_MATH_DEFINES
#include <math.h>
#include "Numerics.h"
#include <string>
using namespace std;
namespace physics
{
extern const double hbar;
extern const double m_e;
extern const double gS;
// a class to convert between SPDF lettering and integers
class OrbitalL
{
publ... | [
"trosen@814e38a0-0077-4020-8740-4f49b76d3b44"
] | [
[
[
1,
121
]
]
] |
ad8cc7a9bf227d69a1de580bbb94c9db37c774a1 | f7d8a85f9d0c1956d64efbe96d056e338b0e0641 | /Src/MainWindow.h | df3b162b2b94c36ee004fa91260ee91685d1e9f3 | [] | no_license | thennequin/dlfm | 6183dfeb485f860396573eda125fd61dcd497660 | 0b122e7042ec3b48660722e2b41ef0a0551a70a9 | refs/heads/master | 2020-04-11T03:53:12.856319 | 2008-07-06T10:17:29 | 2008-07-06T10:17:29 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,810 | h | #include "wx/wx.h"
#include "wx/listctrl.h"
#include "wx/treectrl.h"
#include "wx/splitter.h"
#include "wx/toolbar.h"
#include "wxVistagauge.h"
#include "DLManager.h"
#include "Parser.h"
#include "LogWindow.h"
#include "Config.h"
#include "TaskBarIcon.h"
#include "error.h"
//#include "wx/aui/aui.h"
... | [
"CameleonTH@0c2b0ced-2a4c-0410-b056-e1a948518b24"
] | [
[
[
1,
94
]
]
] |
4c8a716bfba9cc8e25b3041c6201fa18e90e6596 | ea12fed4c32e9c7992956419eb3e2bace91f063a | /zombie/code/exporter/3dsplugin/src/n3dsmaterial/nabstractpropbuilder.cc | 2bee889a35355417bed7fdde40b22ce9b3110114 | [] | 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 | 12,605 | cc | #include "precompiled/pchn3dsmaxexport.h"
#pragma warning( push, 3 )
#include "Max.h"
#pragma warning( pop )
#include "n3dsmaterial/nabstractpropbuilder.h"
#include "kernel/nkernelserver.h"
#include "nscene/nscenenode.h"
#include "nmaterial/nmaterialnode.h"
nClass* nAbstractPropBuilder::nmaterialnode = 0;
nC... | [
"magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91"
] | [
[
[
1,
460
]
]
] |
d7f767aa152c062f544cbe106c7bdb8b6f32c703 | 4dd44d686f1b96f8e6edae3769369a89013f6bc1 | /ocass/liboca/ca_inject.cpp | 748683b333d9af767ce12fdd03f70dfb5f4bc6d2 | [] | no_license | bactq/ocass | e1975533a69adbd1b4d1f9fd1bd88647039fff82 | 116565ea7c554b11b0a696f185d3a6376e0161dc | refs/heads/master | 2021-01-10T14:04:02.179429 | 2007-07-14T16:03:23 | 2007-07-14T16:03:23 | 45,017,357 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,953 | cpp | /*
* OCASS - Microsoft Office Communicator Assistant
* (http://code.google.com/p/ocass/)
*
* Copyright (C) 2007 Le Xiongjia
*
* 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 Found... | [
"lexiongjia@4b591cd5-a833-0410-8603-c1928dc92378"
] | [
[
[
1,
150
]
]
] |
e3b64c168bb0d741b16d91003709635af6814d2e | 1fab2f171271db026d5a12d9f9e08b5dc2021ce7 | /pqueue/pqueue/HeapUtils.h | afa19a0be8f4bc6dba3dcbbc843768df1832cc29 | [] | no_license | softwaredoug/CxxHeap | e35ee853120ee9313cac2da6fd1192fdb487501b | a7bce829d4a9311f190a50f980124d3fafe1314b | refs/heads/master | 2021-01-22T13:51:39.362810 | 2011-02-21T02:14:30 | 2011-02-21T02:14:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,233 | h | //********************************************************************
// FILE NAME: HeapUtils.h
//
// DESCRIPTION: Set of utility functions to be applied
// on heaps
//*********************************************************************
#ifndef HEAP_UTILS_20100823_H
#define HEAP_UTILS_20100823_H
... | [
"pythagras@gmail.com"
] | [
[
[
1,
42
]
]
] |
d9d4aee53ebe71ba5e6b9d23fdbbe45a1b67436e | de0881d85df3a3a01924510134feba2fbff5b7c3 | /apps/moreExamples/contourAnalysisExample/src/contourAnalysis.cpp | 00dd94e5fb50e90b73433a3a5533557c95cc3d21 | [] | no_license | peterkrenn/ofx-dev | 6091def69a1148c05354e55636887d11e29d6073 | e08e08a06be6ea080ecd252bc89c1662cf3e37f0 | refs/heads/master | 2021-01-21T00:32:49.065810 | 2009-06-26T19:13:29 | 2009-06-26T19:13:29 | 146,543 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,610 | cpp | #include "contourAnalysis.h"
//-----------------------------------------
float getOrientation( vector <ofPoint> & contour )
{
CvMoments* myMoments = (CvMoments*)malloc( sizeof(CvMoments) );
// Allocate storage
CvMemStorage* storage = cvCreateMemStorage(0);
CvSeq* seq = cvCreateSeq( CV_SEQ... | [
"meta.rb@gmail.com"
] | [
[
[
1,
175
]
]
] |
435d83d58e22def55788f393fa872e5de3301eef | ef23e388061a637f82b815d32f7af8cb60c5bb1f | /src/mame/includes/dec0.h | 37826ba4a6cb0dbf4e6eba8dc855559eff507ae4 | [] | 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,871 | h | class dec0_state : public driver_device
{
public:
dec0_state(running_machine &machine, const driver_device_config_base &config)
: driver_device(machine, config) { }
UINT8 m_automat_adpcm_byte;
int m_automat_msm5205_vclk_toggle;
UINT16 *m_ram;
UINT8 *m_robocop_shared_ram;
int m_GAME;
int m_i8751_r... | [
"Mike@localhost"
] | [
[
[
1,
72
]
]
] |
9603f4abc44a01e5c14b9aa24062a0ad92cf83b9 | 82e8d2fca1858c076ea1593ed0364583356789dd | /atask/Attack.cpp | 0a3a7bec59fbdb8934273bae6b9c4e96b823015c | [] | no_license | slogic/E323AI | 1ddbf179d1edaf49c460a2726f21794ceb39f141 | dfd540283198b12b3d70907e279df33843c1ac99 | refs/heads/master | 2021-01-18T12:20:39.082252 | 2011-01-09T18:37:11 | 2011-01-09T18:37:11 | 489,916 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,353 | cpp | #include "Attack.h"
#include "../CGroup.h"
#include "../CUnitTable.h"
#include "../CDefenseMatrix.h"
#include "../CPathfinder.h"
AttackTask::AttackTask(AIClasses *_ai, int target, CGroup &group): ATask(_ai) {
const UnitDef *eud = ai->cbc->GetUnitDef(target);
this->t = TASK_ATTACK;
this->target = targe... | [
"slspam@land.ru"
] | [
[
[
1,
138
]
]
] |
51f030359a8d30765035bd5d46f89019491a5aaf | e02fa80eef98834bf8a042a09d7cb7fe6bf768ba | /MyGUIEngine/src/MyGUI_Gui.cpp | f2900f0bab41f3a8cea807d4c41d2762d7a4f84a | [] | no_license | MyGUI/mygui-historical | fcd3edede9f6cb694c544b402149abb68c538673 | 4886073fd4813de80c22eded0b2033a5ba7f425f | refs/heads/master | 2021-01-23T16:40:19.477150 | 2008-03-06T22:19:12 | 2008-03-06T22:19:12 | 22,805,225 | 2 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 14,680 | cpp | /*!
@file
@author Albert Semenov
@date 11/2007
@module
*/
#include "MyGUI_Gui.h"
#include "MyGUI_Widget.h"
#include "MyGUI_InputManager.h"
#include "MyGUI_SubWidgetManager.h"
#include "MyGUI_ClipboardManager.h"
#include "MyGUI_LayerManager.h"
#include "MyGUI_LogManager.h"
#include "MyGUI_SkinManage... | [
"my.name.post@gmail.com",
"altren@gmail.com",
"denis.koronchik@gmail.com"
] | [
[
[
1,
8
],
[
14,
14
],
[
24,
24
],
[
27,
31
],
[
33,
35
],
[
37,
52
],
[
54,
61
],
[
63,
100
],
[
105,
142
],
[
144,
15... |
aa681b390d7b81e73b179a4e08ccec8fe57b64ea | 92bedc8155e2fb63f82603c5bf4ddec445d49468 | /src/foundation/Archive.cpp | b802bd47d6fdea1ab930112ad11865237c1cc65b | [] | no_license | jemyzhang/pluto-hades | 16372453f05510918b07720efa210c748b887316 | 78d9cf2ec7022ad35180e4fb685d780525ffc45d | refs/heads/master | 2016-09-06T15:11:35.964172 | 2009-09-26T09:53:12 | 2009-09-26T09:53:12 | 32,126,635 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 760 | cpp | /*******************************************************************************
**
** NAME: Archive.cpp
** VER: 1.0
** CREATE DATE: 2009/08/20
** AUTHOR: Roger
**
** Copyright (C) 2009 - PlutoWare All Rights Reserved
**
**
** PURPOSE: Class Archive
**
** ----------------------------------... | [
"roger2yi@35b8d456-67b3-11de-a2f9-0f955267958a"
] | [
[
[
1,
52
]
]
] |
dfa9635a621d68dde7bf0ca737888e2efae0add1 | 2b80036db6f86012afcc7bc55431355fc3234058 | /src/server/MainWindowController.cpp | afc2429e30732c5dd1c720a8e1fa1889f05b88ee | [
"BSD-3-Clause"
] | permissive | leezhongshan/musikcube | d1e09cf263854bb16acbde707cb6c18b09a0189f | e7ca6a5515a5f5e8e499bbdd158e5cb406fda948 | refs/heads/master | 2021-01-15T11:45:29.512171 | 2011-02-25T14:09:21 | 2011-02-25T14:09:21 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 5,700 | cpp | //////////////////////////////////////////////////////////////////////////////
//
// License Agreement:
//
// The following are Copyright © 2007, mC2 team
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the follow... | [
"onnerby@6a861d04-ae47-0410-a6da-2d49beace72e",
"andre@woesten.com@6a861d04-ae47-0410-a6da-2d49beace72e",
"onnerby@gmail.com@6a861d04-ae47-0410-a6da-2d49beace72e"
] | [
[
[
1,
55
],
[
57,
100
],
[
103,
105
],
[
107,
109
],
[
112,
115
],
[
117,
120
],
[
122,
148
]
],
[
[
56,
56
]
],
[
[
101,
102
]... |
9505c38a5cdb1e4e725870431bdb5136e5de920b | 847cccd728e768dc801d541a2d1169ef562311cd | /src/Editor/ValueEditors/Models/StringValueEditorModel.h | a03f22f2d64aa46486561998bb8a060f43deb22e | [] | no_license | aadarshasubedi/Ocerus | 1bea105de9c78b741f3de445601f7dee07987b96 | 4920b99a89f52f991125c9ecfa7353925ea9603c | refs/heads/master | 2021-01-17T17:50:00.472657 | 2011-03-25T13:26:12 | 2011-03-25T13:26:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,771 | h | /// @file
/// Value editor model wrapper that converts values of specified type to strings
#ifndef _EDITOR_STRINGVALUEEDITORMODEL_H_
#define _EDITOR_STRINGVALUEEDITORMODEL_H_
#include "Base.h"
#include "IValueEditorModel.h"
#include "Utils/StringConverter.h"
namespace Editor
{
/// The StringValueEditorM... | [
"Lukas.Hermann@seznam.cz",
"ondrej.mocny@gmail.com",
"MacJariel@gmail.com"
] | [
[
[
1,
12
],
[
15,
80
]
],
[
[
13,
14
]
],
[
[
81,
81
]
]
] |
0352a39a42e50a09136ea3202c85f0ce93999701 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/WORLDSERVER/GlobalTime.h | 5abd4e016f5eff8e2bb1e9d269424f204091bff4 | [] | 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 | UTF-8 | C++ | false | false | 563 | h | #ifndef __GLOBALTIME_H__
#define __GLOBALTIME_H__
class CStopwatch
{
private:
DWORD m_dwTime;
LARGE_INTEGER m_liPerformanceCount;
public:
// Operations
void Play( )
{
m_dwTime = timeGetTime();
}
void PlayEx( )
{
QueryPerformanceCounter( &m_liPerformanceCount );
}
DWORD Stop( ... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
37
]
]
] |
204b6dcebd9a6af4a45546f4eb11b9c8c4f6ee94 | 1e4daaa1f0846720f608094479aadb58759e1021 | /p2p-simulation/atomic/gnutella/Gnutella.cpp | 74a357fa0b4cd4e82645dc5113fd4d6f83bea270 | [] | no_license | DDionne/SpiderWeb | d7d69091a08aaf6b2ae7f50ad7a8bd40406cc693 | 0d3e78a0a053e4c0e826cf9b9eae332930929fc0 | refs/heads/master | 2021-01-16T19:56:44.257854 | 2011-06-07T19:33:40 | 2011-06-07T19:33:40 | 1,860,449 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,192 | cpp | /*******************************************************************
*
* DESCRIPTION: Atomic Model : Gnutella Router
*
* AUTHOR: Alan
*
*
* DATE: November 2010
*
*******************************************************************/
/** include files **/
#include <math.h> // fabs( ... )
#inclu... | [
"djdionne@connect.carleton.ca"
] | [
[
[
1,
174
]
]
] |
58156bf1a4c29ba9b54e29f8e31f9d6f161d7679 | 27d5670a7739a866c3ad97a71c0fc9334f6875f2 | /CPP/Targets/SupportWFLib/symbian/VectorMapConnection.h | 31eefb4734ae1b47e5a785d3386783fc11b792b7 | [
"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,580 | 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... | [
"hlars@sema-ovpn-morpheus.itinerary.com"
] | [
[
[
1,
82
]
]
] |
1d7fab81b9fe118ef8cf52b09f2c2aa5c6a81a68 | fac8de123987842827a68da1b580f1361926ab67 | /inc/physics/Physics/Collide/Shape/hkpShapeContainer.h | 8b0737da138ba4b1ab049999e8ef8cff25867b24 | [] | no_license | blockspacer/transporter-game | 23496e1651b3c19f6727712a5652f8e49c45c076 | 083ae2ee48fcab2c7d8a68670a71be4d09954428 | refs/heads/master | 2021-05-31T04:06:07.101459 | 2009-02-19T20:59:59 | 2009-02-19T20:59:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,404 | h | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent.This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Level 2 and Level 3 source code contains trade secrets... | [
"uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4"
] | [
[
[
1,
143
]
]
] |
33bc460e357796f6ab46b26b7d043ec803d4c078 | c1a2953285f2a6ac7d903059b7ea6480a7e2228e | /deitel/ch22/Fig22_30/Fig22_30.cpp | 1999e88d025029acffbc2a628f206cace7c64ca2 | [] | no_license | tecmilenio/computacion2 | 728ac47299c1a4066b6140cebc9668bf1121053a | a1387e0f7f11c767574fcba608d94e5d61b7f36c | refs/heads/master | 2016-09-06T19:17:29.842053 | 2008-09-28T04:27:56 | 2008-09-28T04:27:56 | 50,540 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 3,959 | cpp | // Fig. 22.30: Fig22_30.cpp
// Mathematical algorithms of the Standard Library.
#include <iostream>
using std::cout;
using std::endl;
#include <algorithm> // algorithm definitions
#include <numeric> // accumulate is defined here
#include <vector>
#include <iterator>
bool greater9( int ); // predicate fu... | [
"sebastianavina@gmail.com"
] | [
[
[
1,
100
]
]
] |
201b8d1cf366b614fdc201febfb514ca7fb7e079 | 0ce35229d1698224907e00f1fdfb34cfac5db1a2 | /Voiture_Familiale.cpp | 89cd1ffb1ee8bbe12310b166a833be4a58074b29 | [] | no_license | manudss/efreiloca | f7b1089b6ba74ff26e6320044f66f9401ebca21b | 54e8c4af1aace11f35846e63880a893e412b3309 | refs/heads/master | 2020-06-05T17:34:02.234617 | 2007-06-04T19:12:15 | 2007-06-04T19:12:15 | 32,325,713 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 158 | cpp | #include "StdAfx.h"
#include "Voiture_Familiale.h"
Voiture_Familiale::Voiture_Familiale(void)
{
}
Voiture_Familiale::~Voiture_Familiale(void)
{
}
| [
"pootoonet@65b228c9-682f-0410-abd1-c3b8cf015911"
] | [
[
[
1,
10
]
]
] |
fab2fb5dc0ffb2e172dbe3991c65b51cdc132021 | dbe773bf045c1bc90e6b19ca377d80552d9b08d9 | /moses/src/WordLattice.h | 346e1259d8845f2059fcbc96f5d4cfee07da4d7e | [] | no_license | kowey/moses | 1b25133ae8cd97f4174d3a171e37f9a07e9aa38f | 3bd207ba05c340c39c3ad36bea0c366526cc44e3 | refs/heads/master | 2021-03-12T21:46:45.589990 | 2008-11-24T13:54:50 | 2008-11-24T13:54:50 | 77,766 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,008 | h | #ifndef WORDLATTICE_H_
#define WORDLATTICE_H_
#include <vector>
#include "ConfusionNet.h"
namespace Moses
{
/** General word lattice */
class WordLattice: public ConfusionNet {
private:
std::vector<std::vector<size_t> > next_nodes;
std::vector<std::vector<int> > distances;
public:
WordLattice(... | [
"hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230"
] | [
[
[
1,
36
]
]
] |
117f5188049db08f3086f84e37816295b5ac3fa0 | 5e6ff9e6e8427078135a7b4d3b194bcbf631e9cd | /EngineSource/dpslim/dpslim/Simulation/Source/Consumer.cpp | 1bcd8b57529a971cc911cbd2c80ba58837486024 | [] | no_license | karakots/dpresurrection | 1a6f3fca00edd24455f1c8ae50764142bb4106e7 | 46725077006571cec1511f31d314ccd7f5a5eeef | refs/heads/master | 2016-09-05T09:26:26.091623 | 2010-02-01T11:24:41 | 2010-02-01T11:24:41 | 32,189,181 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,477 | cpp | // Consumer.cpp
//
// Copyright 2005 DecisionPower
//
// Consumer Agent Object
// Created by Ken Karakotsios 10/26/98
#include "Consumer.h"
#include "RepurchaseModel.h"
#include "ProductTree.h"
#include "DBModel.h"
#include "Product.h"
#include "Attributes.h"
#include "ChoiceModel.h"
// -----------------... | [
"Isaac.Noble@fd82578e-0ebe-11df-96d9-85c6b80b8d9c"
] | [
[
[
1,
480
]
]
] |
8b580e2a98e6c163843ec760251f075e78a7c0c4 | e07af5d5401cec17dc0bbf6dea61f6c048f07787 | /summaryview.hpp | a21af8ab197b86dafe53f8da446c3b5ffb61f513 | [] | no_license | Mosesofmason/nineo | 4189c378026f46441498a021d8571f75579ce55e | c7f774d83a7a1f59fde1ac089fde9aa0b0182d83 | refs/heads/master | 2016-08-04T16:33:00.101017 | 2009-12-26T15:25:54 | 2009-12-26T15:25:54 | 32,200,899 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,974 | hpp | #ifndef __NEXT_NINEO_SUMMARYVIEW_DEFINE__
#define __NEXT_NINEO_SUMMARYVIEW_DEFINE__
////////////////////////////////////////////////////////////////////////////////
////////// Author: newblue <newblue@gmail.com>
////////// Copyright by newblue, 2008.
//////////////////////////////////////////... | [
"beyooo@gmail.com"
] | [
[
[
1,
98
]
]
] |
8ae4e09691beed2bbf305f3b4f5fa5bf723ead11 | 57574cc7192ea8564bd630dbc2a1f1c4806e4e69 | /Poker/Comun/UIException.cpp | b9eac38d223f37fc15d0964a082cb551c3d24826 | [] | no_license | natlehmann/taller-2010-2c-poker | 3c6821faacccd5afa526b36026b2b153a2e471f9 | d07384873b3705d1cd37448a65b04b4105060f19 | refs/heads/master | 2016-09-05T23:43:54.272182 | 2010-11-17T11:48:00 | 2010-11-17T11:48:00 | 32,321,142 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 322 | cpp | #include "UIException.h"
UIException::UIException(string mensaje) : PokerException(mensaje)
{
}
UIException::UIException(string mensaje, string idError)
: PokerException(mensaje, idError){
}
UIException::UIException(Error& error) : PokerException(error)
{
}
UIException::~UIException() throw()
{
}... | [
"natlehmann@gmail.com@a9434d28-8610-e991-b0d0-89a272e3a296"
] | [
[
[
1,
17
]
]
] |
a9d65cac373fe5d8832d3b4e56d917f02fd84720 | 10dae5a20816dba197ecf76d6200fd1a9763ef97 | /src/tpatchfitness.cpp | 8701bb877aeca6e64492046fd55a89991565fc1b | [] | no_license | peterdfields/quantiNEMO_Taylor2010 | fd43aba9b1fcf504132494ff63d08a9b45b3f683 | 611b46bf89836c4327fe64abd7b4008815152c9f | refs/heads/master | 2020-02-26T17:33:24.396350 | 2011-02-08T23:08:34 | 2011-02-08T23:08:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,944 | cpp | /** @file tpatchfitness.cpp
*
* Copyright (C) 2008 Samuel Neuenschwander <samuel.neuenschwander@unil.ch>
*
* quantiNEMO:
* quantiNEMO is an individual-based, genetically explicit stochastic
* simulation program. It was developed to investigate the effects of
* selection, mutation, recombination, and dr... | [
"ma5ke@virginia.edu"
] | [
[
[
1,
260
]
]
] |
012cfa99e0ed10bd04461a308930cfa61e52aef9 | 6e4f9952ef7a3a47330a707aa993247afde65597 | /PROJECTS_ROOT/SmartWires/HLayout/behaviors/behavior_grid.cpp | a1dabe91473f5c5eb8d704f679d4e0842fa617bf | [] | no_license | meiercn/wiredplane-wintools | b35422570e2c4b486c3aa6e73200ea7035e9b232 | 134db644e4271079d631776cffcedc51b5456442 | refs/heads/master | 2021-01-19T07:50:42.622687 | 2009-07-07T03:34:11 | 2009-07-07T03:34:11 | 34,017,037 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 13,375 | cpp |
#include "stdafx.h"
#include "behaviors/behavior_aux.h"
namespace htmlayout
{
/** behavior:grid, browser of tabular data (records).
* Supports multiple selection mode. Use "multiple" attribute.
*
* model is like this:
* <table fixedrows=1 ... style="behavior:grid">
* <tr>...
* <tr>... | [
"wplabs@3fb49600-69e0-11de-a8c1-9da277d31688"
] | [
[
[
1,
431
]
]
] |
26205c441c0eaba4f3d1e5322b3e427ac01356ca | f992ff7d77a993c11768dd509c0307f782a13af0 | /Projekt/src/map/Platform.cpp | 175d7a5139a13e8b01901c5d58cda4dfa2a3f415 | [] | no_license | mariojas/mariusz | 6b0889f3ae623400274ab9448ee8f93556336618 | 965209b0ae0400991b9ceab4c5177b63116302ca | refs/heads/master | 2021-01-23T03:13:01.384598 | 2010-05-03T10:27:47 | 2010-05-03T10:27:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 288 | cpp | #include <allegro.h>
#include "Platform.h"
int Platform::getX() { return x; }
int Platform::getY() { return y; }
int Platform::getW() { return w; }
int Platform::getH() { return h; }
Platform::Platform(int _x, int _y, int _w, int _h) :
x(_x),
y(_y),
w(_w),
h(_h)
{}
| [
"ryba@ryb-520fb58ee61.(none)"
] | [
[
[
1,
15
]
]
] |
32d2abd2001f53695be4d93a055ca5dcab69b9dd | 3e69b159d352a57a48bc483cb8ca802b49679d65 | /tags/release-2005-10-27/common/eda_doc.cpp | 576b6cae2013d9841b5ce904837974facb0ae36e | [] | no_license | BackupTheBerlios/kicad-svn | 4b79bc0af39d6e5cb0f07556eb781a83e8a464b9 | 4c97bbde4b1b12ec5616a57c17298c77a9790398 | refs/heads/master | 2021-01-01T19:38:40.000652 | 2006-06-19T20:01:24 | 2006-06-19T20:01:24 | 40,799,911 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 4,995 | cpp | /***************/
/* eda_doc.cpp */
/***************/
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
// for all others, include the necessary headers (this file is usually all you
// need because it includes almost all "standard" wx... | [
"bokeoa@244deca0-f506-0410-ab94-f4f3571dea26"
] | [
[
[
1,
189
]
]
] |
fd5ffc9f588dbabb733d88d4ed4a817888807b7b | cfcd2a448c91b249ea61d0d0d747129900e9e97f | /thirdparty/OpenCOLLADA/COLLADAFramework/include/COLLADAFWMatrix.h | 4cfdcafc129acd70748345acb89f6680f24cee09 | [] | no_license | fire-archive/OgreCollada | b1686b1b84b512ffee65baddb290503fb1ebac9c | 49114208f176eb695b525dca4f79fc0cfd40e9de | refs/heads/master | 2020-04-10T10:04:15.187350 | 2009-05-31T15:33:15 | 2009-05-31T15:33:15 | 268,046 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,325 | h | /*
Copyright (c) 2008 NetAllied Systems GmbH
This file is part of COLLADAFramework.
Licensed under the MIT Open Source License,
for details please see LICENSE file or the website
http://www.opensource.org/licenses/mit-license.php
*/
#ifndef __COLLADAFW_MATRIX_H__
#define __COLLADAFW_M... | [
"jiva@crazycoder.co.za"
] | [
[
[
1,
53
]
]
] |
71878608ad126cc6342ff1c0c9138f97f127100c | 5e5e02f7663d86089d87d47aebf609ec6dbcf97c | /Tutorial.h | 509d5982f83b09b2adce0b3a950d36397c918715 | [] | no_license | mcejp/PacWorld | 3483fce6512848dbc45dcea33a558b522faf24e2 | b900387ac36d3f2f226c4534cd34ba90c7e7e9c3 | refs/heads/master | 2020-05-18T17:23:10.795308 | 2000-10-08T09:22:14 | 2019-05-02T09:22:14 | 184,553,619 | 2 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,325 | h | #if !defined(AFX_TUTORIAL_H__0B1C6640_C227_11D3_A5E4_ACE3C4ADA636__INCLUDED_)
#define AFX_TUTORIAL_H__0B1C6640_C227_11D3_A5E4_ACE3C4ADA636__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Tutorial.h : Header-Datei
//
#include "BtnST.h"
#include "ColorStaticST.h"
//////////////////////... | [
"info@programming.de"
] | [
[
[
1,
49
]
]
] |
9cd73a51093a6574f316d44469c84abb7242aae2 | 2b1d0ce1f134ccd6b2d46a5bda933c8edb822704 | /installation/net_installer/win32/newprogress/main.cpp | 157b14cad1b7b983783b9e6bbb079b71ad1b2f8a | [
"Apache-2.0"
] | permissive | pjunior/titanium | 50e9a2163ef8b9115e718538b4f6a5551638cfe9 | 2d5846849fb33291afd73d79c117ea990b54db77 | refs/heads/master | 2020-12-25T16:02:23.138411 | 2009-04-02T01:18:45 | 2009-04-02T01:18:45 | 166,180 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,926 | cpp | /**
* Appcelerator Titanium - licensed under the Apache Public License 2
* see LICENSE in the root folder for details on the license.
* Copyright (c) 2009 Appcelerator, Inc. All Rights Reserved.
*/
#include <windows.h>
#include <objbase.h>
#include <Wininet.h>
#include <vector>
#include <iostream>
#incl... | [
"servin7@gmail.com",
"Marshall@.(none)",
"mculpepper@appcelerator.org"
] | [
[
[
1,
2
],
[
4,
4
],
[
6,
7
],
[
9,
12
],
[
16,
18
],
[
21,
51
],
[
81,
86
],
[
90,
100
],
[
102,
102
],
[
104,
104
... |
0b5c3e8990a1d5fff1fc4c6d3ec0685c3e03d3c7 | d159f5d7245ae5765d06f6f6213df63fb56df06a | /tests/acc.cpp | 47812218e58f1fe226787140db39d756afae81c7 | [] | no_license | baffles/sh05 | 41d46837acff9e4637672f17d179c15ffe8e39dc | 6f065fda9a86fc6e1316a6df8107a26e2694faaa | refs/heads/master | 2021-01-19T06:53:23.730789 | 2005-09-07T10:29:54 | 2005-09-07T10:29:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,029 | cpp | #include <png.h>
#include <allegro.h>
#include <winalleg.h>
#include <loadpng.h>
#include <stdio.h>
#include "curl.h"
typedef struct avalist avalist;
struct avalist
{
int id;
BITMAP *bmp;
avalist *next;
};
avalist *avatars = NULL;
/*CURL *curl_handle = NULL;
FILE *temp = NULL;*/
Curl curl;... | [
"baffles@gmail.com"
] | [
[
[
1,
314
]
]
] |
3b4f8e0be66e105b8da5faf4adffbac3b6172534 | 2a3952c00a7835e6cb61b9cb371ce4fb6e78dc83 | /BasicOgreFramework/PhysxSDK/Graphics/include/Mesh.h | 596ef9cea97e4024d3b53f97703d55351e9ce7a6 | [] | no_license | mgq812/simengines-g2-code | 5908d397ef2186e1988b1d14fa8b73f4674f96ea | 699cb29145742c1768857945dc59ef283810d511 | refs/heads/master | 2016-09-01T22:57:54.845817 | 2010-01-11T19:26:51 | 2010-01-11T19:26:51 | 32,267,377 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,594 | h | #ifndef _SG_MESH_H__
#define _SG_MESH_H__
/*----------------------------------------------------------------------------*\
|
| Ageia PhysX Technology
|
| www.ageia.com
|
\*----------------------------------------------------------------------------*/
#include <string>
#include <vector... | [
"erucarno@789472dc-e1c3-11de-81d3-db62269da9c1"
] | [
[
[
1,
93
]
]
] |
d2843ba703c1f93b770a666c250801a22119a82b | c034a6ffa81773a279c4cd25bdbd3b23a999d4b7 | /GMFGUI/GMFGUI/GMFComp/comGmidFunctions.cpp | 22ac783c168e9ecc2a916c7e86c9c06b565b8fbc | [] | no_license | Shima33/gmftoolkit | 08ee92bb5700af984286c71dd54dbfd1ffecd35a | 0e602d27b9b8cce83942f9624cbb892b0fd44b6b | refs/heads/master | 2021-01-10T15:45:10.838305 | 2010-06-20T19:09:19 | 2010-06-20T19:09:19 | 50,957,203 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,447 | cpp | #include "stdafx.h"
#include "../mystdio.h"
#include <stdlib.h>
#include <string.h>
#include <windows.h>
#include "byteFunctions.h"
#include "asciiFunctions.h"
#include "objectFunctions.h"
extern FILE* input;
extern FILE* output;
int readGMIDAttachmentPt()
{
printInt(21);
printInt(2);
printByte... | [
"Bazanski@1d10bff2-9961-11dd-bd51-a78b85c98fae"
] | [
[
[
1,
564
]
]
] |
5592dc2f265213cf0fd64329441bf9f6e5c3a105 | dc4b6ab7b120262779e29d8b2d96109517f35551 | /Dialog/WtlHelperDlg.h | fcfc312a13cd55e514e2512d0726e0d0a2b1b126 | [] | no_license | cnsuhao/wtlhelper9 | 92daef29b61f95f44a10e3277d8835c2dd620616 | 681df3a014fc71597e9380b0a60bd3cd23e22efe | refs/heads/master | 2021-07-17T19:59:07.143192 | 2009-05-18T14:24:48 | 2009-05-18T14:24:48 | 108,361,858 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,067 | h | ////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2004 Sergey Solozhentsev
// Author: Sergey Solozhentsev e-mail: salos@mail.ru
// Product: WTL Helper
// File: WtlHelperDlg.h
// Created: 12.01.2005 13:54
//
// Using this software in commercial applica... | [
"free2000fly@eea8f18a-16fd-41b0-b60a-c1204a6b73d1"
] | [
[
[
1,
146
]
]
] |
48fb8ae804e60b025fa6cb63cf1cf7e8235a97f1 | 85c91b680d74357b379204ecf7643ae1423f8d1e | /branches/pre_mico_2_3-12/examples/general/hello_world/HelloWorld_CalleeImpl/HelloWorld_CalleeImpl.h | 3df833624f124a85067c204f4164cff7dc858bb9 | [] | no_license | BackupTheBerlios/qedo-svn | 6fdec4ca613d24b99a20b138fb1488f1ae9a80a2 | 3679ffe8ac7c781483b012dbef70176e28fea174 | refs/heads/master | 2020-11-26T09:42:37.603285 | 2010-07-02T10:00:26 | 2010-07-02T10:00:26 | 40,806,890 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,062 | h | //
// generated by Qedo
//
#ifndef _HelloWorld_CalleeImpl_H_
#define _HelloWorld_CalleeImpl_H_
// BEGIN USER INSERT SECTION file_pre
// END USER INSERT SECTION file_pre
#include <CORBA.h>
#include "HelloWorld_CalleeImpl_BUSINESS.h"
#include "component_valuetypes.h"
#include "RefCountBase.h"
#includ... | [
"tom@798282e8-cfd4-0310-a90d-ae7fb11434eb"
] | [
[
[
1,
195
]
]
] |
2c474e9687b0809f70fab396591324b4a5ab4c3b | a9afa168fac234c3b838dd29af4a5966a6acb328 | /ExtractMethod/src/Expense.cpp | bc41977fff25b48a84a1c1bc9ecb9e2b941b08da | [] | no_license | unclebob/tddrefcpp | 38a4170c38f612c180a8b9e5bdb2ec9f8971832e | 9124a6fad27349911658606392ba5730ff0d1e15 | refs/heads/master | 2021-01-25T07:34:57.626817 | 2010-05-10T20:01:39 | 2010-05-10T20:01:39 | 659,579 | 8 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 186 | cpp |
#include "Expense.h"
Expense::Expense(ExpenseType type, int amount)
: type(type), amountInCents(amount)
{
}
int Expense::getTotal() const
{
return amountInCents;
} | [
"unclebob@objectmentor.com"
] | [
[
[
1,
16
]
]
] |
95fab91adb9c988bcaab969fd7738957b9a6cf5e | 1c80a726376d6134744d82eec3129456b0ab0cbf | /Project/C++/C++/vc源码/FakeQQ/FakeQQ/ViewLogDlg.cpp | b3b4b9106636cb7ff340c78c3eaf4cdf84adaaff | [] | no_license | dabaopku/project_pku | 338a8971586b6c4cdc52bf82cdd301d398ad909f | b97f3f15cdc3f85a9407e6bf35587116b5129334 | refs/heads/master | 2021-01-19T11:35:53.500533 | 2010-09-01T03:42:40 | 2010-09-01T03:42:40 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,148 | cpp | // ViewLogDlg.cpp : implementation file
//
#include "stdafx.h"
#include "FakeQQ.h"
#include "ViewLogDlg.h"
#include "ChatRecordSet.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////... | [
"guocong89@gmail.com@592586dc-1302-11df-8689-7786f20063ad"
] | [
[
[
1,
130
]
]
] |
0c589d9e3654a4f26cc1e85822361e7bda54b818 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/serialization/test/test_object.cpp | 640697f5b965efe907c2371e287d47f33acc41dd | [
"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 | 1,891 | cpp | /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// test_object.cpp
// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com .
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
71
]
]
] |
6ef8933330c5b4edfa7d955cf5c9967e6e9b5379 | a36d7a42310a8351aa0d427fe38b4c6eece305ea | /core_billiard/my_open_al_imp.h | 6cc07d092fb40ce0972063358dcef65c2dd05346 | [] | no_license | newpolaris/mybilliard01 | ca92888373c97606033c16c84a423de54146386a | dc3b21c63b5bfc762d6b1741b550021b347432e8 | refs/heads/master | 2020-04-21T06:08:04.412207 | 2009-09-21T15:18:27 | 2009-09-21T15:18:27 | 39,947,400 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 381 | h | #pragma once
#include "my_open_al.h"
namespace my_open_al_imp
{
using namespace std;
using namespace std::tr1;
using namespace my_utility;
using namespace my_open_al;
class MyOpenALImp;
class SoundHandleImp;
MY_SMART_PTR( MyOpenALImp );
MY_SMART_PTR( SoundHandleImp );
}... | [
"wrice127@af801a76-7f76-11de-8b9f-9be6f49bd635"
] | [
[
[
1,
20
]
]
] |
df4cd91bd4206c4f6d1a75663c6b82e6c5352dbe | fb7d4d40bf4c170328263629acbd0bbc765c34aa | /SpaceBattle/SpaceBattleLib/GeneratedCode/Vue/Implementation/VueFabriqueImpl.h | d152d69315731b6699b307e6e9a0a9665ee88bd3 | [] | no_license | bvannier/SpaceBattle | e146cda9bac1608141ad8377620623514174c0cb | 6b3e1a8acc5d765223cc2b135d2b98c8400adf06 | refs/heads/master | 2020-05-18T03:40:16.782219 | 2011-11-28T22:49:36 | 2011-11-28T22:49:36 | 2,659,535 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,546 | h | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file will be lost if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
... | [
"vannier.bastien@gmail.com"
] | [
[
[
1,
62
]
]
] |
b46cb01e724d253a7ff68544869473e4c4fefb0d | 6ee200c9dba87a5d622c2bd525b50680e92b8dab | /Walkyrie Dx9/Valkyrie/Moteur/Polygon.cpp | 2b575c4b5976e26ccee7c2175836a7ca5f793a1f | [] | 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 | ISO-8859-1 | C++ | false | false | 5,457 | cpp | #include "Polygon.h"
// Constructeur de la classe E_Polygon.
CPolygon::CPolygon()
{
m_pBoundingBox = NULL;
m_pBoundingSphere = NULL;
m_pVertex[0] = D3DXVECTOR3( 0.0f, 0.0f, 0.0f );
m_pVertex[1] = D3DXVECTOR3( 0.0f, 0.0f, 0.0f );
m_pVertex[2] = D3DXVECTOR3( 0.0f, 0.0f, 0.0f );
}
/... | [
"Colas.Vincent@ab19582e-f48f-11de-8f43-4547254af6c6"
] | [
[
[
1,
209
]
]
] |
430a525c3451328598c550f6a348586ec2b3cb2f | 92be0bd8bb55b9ecf67d9313eda7a633502c2774 | /StrangeWorld/StrangeHerbivore.cpp | d642ac2840655d0ba22c729e4f734afcf05f68b3 | [] | no_license | fredlebel/StrangeWorld4 | 4b58ab4d283a59528394dda610df882b037102ea | 080c5980ed34b0226875a5795db2096db7b739e5 | refs/heads/master | 2016-08-03T01:24:39.425510 | 2011-04-25T18:14:33 | 2011-04-25T18:14:33 | 1,580,337 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,639 | cpp | #include "StrangeCreatureOperation.h"
#include "StrangeHerbivore.h"
#include "StrangeNNGene.h"
#include "StrangeWorldSettings.h"
int StrangeHerbivore::CREATURE_COUNT = 0;
int StrangeHerbivore::ourAverageAge = 0;
int StrangeHerbivore::ourAverageSpawnCount = 0;
int StrangeHerbivore::ourAverageFeedCo... | [
"frederic.lebel@gmail.com"
] | [
[
[
1,
96
]
]
] |
dc4f49478f22ee214695cb294e78d1256c054c6b | ea12fed4c32e9c7992956419eb3e2bace91f063a | /zombie/code/nebula2/src/tinyxml/tinyxmlerror.cc | c88e1161aef5adfbb4b5f821c0d6907fef1cc7dc | [
"Zlib"
] | permissive | 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 | 1,729 | cc | #include "precompiled/pchxml.h"
/*
www.sourceforge.net/projects/tinyxml
Original code (2.0 and earlier )copyright (c) 2000-2002 Lee Thomason (www.grinninglizard.com)
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 ... | [
"magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91"
] | [
[
[
1,
51
]
]
] |
350ff2d0735087153cbcdf78a7e9fd888358d309 | e7c45d18fa1e4285e5227e5984e07c47f8867d1d | /Common/Models/SIZEDST1/Sqszdst1.cpp | a755ba0fb19548c37322060ae6890f5326df4acd | [] | no_license | abcweizhuo/Test3 | 0f3379e528a543c0d43aad09489b2444a2e0f86d | 128a4edcf9a93d36a45e5585b70dee75e4502db4 | refs/heads/master | 2021-01-17T01:59:39.357645 | 2008-08-20T00:00:29 | 2008-08-20T00:00:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 237,181 | cpp | //================== SysCAD - Copyright Kenwalt (Pty) Ltd ===================
// $Nokeywords: $
//===========================================================================
// SysCAD Copyright Kenwalt (Pty) Ltd 1992
#include "stdafx.h"
#define __SQSZDST1_CPP
#include "sc_defs.h"
#include "sp_db.h"
#include... | [
"paul.hannah@syscad.net",
"keith.armstrong@syscad.net",
"chris.moreton@syscad.net"
] | [
[
[
1,
20
],
[
22,
22
],
[
24,
51
],
[
55,
111
],
[
116,
405
],
[
407,
463
],
[
465,
465
],
[
467,
489
],
[
491,
491
],
[
493,... |
123b327f3cabeb2a4fe064cc36ce31b71d64fc46 | dd7d419eb5bb1158f198a1009b0a4268b05d5a29 | /ProyectoGame/Graphics/GraphicManager.cpp | 09c8b4bb4413b681fbf360b4512911f0a6219fb5 | [] | no_license | carlixyz/galacticinvaders | 6cb09540a725357e118a1f4dcd45a2461536561f | 1e08405b62846b7909144331fe72452737bc6d7d | refs/heads/master | 2018-01-08T16:49:50.443309 | 2010-06-10T17:51:06 | 2010-06-10T17:51:06 | 36,534,643 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 4,017 | cpp | #include "GraphicManager.h"
void cGraphicManager::Init()
{
// Initializing the Handle
mHandle = GetStdHandle(STD_OUTPUT_HANDLE);
// Initializing the Backbuffer
memset(macBackBuffer,' ',kuiConsoleArea);
ShowTheCursor(false); // apagar el cursor
//Initializing the color buffer to black and ... | [
"carlixyz@yahoo.com"
] | [
[
[
1,
138
]
]
] |
fc796af8630b391194f5e302fb4f65bb47684a05 | 4b0f51aeecddecf3f57a29ffa7a184ae48f1dc61 | /CleanProject/Include/GuiManager.h | ae6a2d7adf324b9b82f021176f5b2ff203f33f93 | [] | no_license | bahao247/apeengine2 | 56560dbf6d262364fbc0f9f96ba4231e5e4ed301 | f2617b2a42bdf2907c6d56e334c0d027fb62062d | refs/heads/master | 2021-01-10T14:04:02.319337 | 2009-08-26T08:23:33 | 2009-08-26T08:23:33 | 45,979,392 | 0 | 1 | null | null | null | null | ISO-8859-10 | C++ | false | false | 4,212 | h | /*!
@file
@author Pablo Nuņez
@date 13/2009
@module
*//*
This file is part of the Nebula Engine.
Nebula Engine 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 L... | [
"pablosn@06488772-1f9a-11de-8b5c-13accb87f508"
] | [
[
[
1,
145
]
]
] |
4e328486462347dd19cb7f162248787b54caff1c | 78fb44a7f01825c19d61e9eaaa3e558ce80dcdf5 | /guidriverMyGUIOgre/include/guceMyGUIOgre_CModule.h | 78aba2840b18803c1594f46d7bc788dcb68e2798 | [] | no_license | LiberatorUSA/GUCE | a2d193e78d91657ccc4eab50fab06de31bc38021 | a4d6aa5421f8799cedc7c9f7dc496df4327ac37f | refs/heads/master | 2021-01-02T08:14:08.541536 | 2011-09-08T03:00:46 | 2011-09-08T03:00:46 | 41,840,441 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,759 | h | /*
* guceMyGUIOgre: glue module for the MyGUI+Ogre GUI backend
* Copyright (C) 2002 - 2008. Dinand Vanvelzen
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
*... | [
"LiberatorUSA@users.noreply.github.com"
] | [
[
[
1,
86
]
]
] |
d7674517ff26b5bcf024f004630f239a65a6d672 | 854ee643a4e4d0b7a202fce237ee76b6930315ec | /arcemu_svn/src/arcemu-world/SpellFixes.cpp | d22bb2d3400e6ca4d9ed92162890c3e67fe0987a | [] | no_license | miklasiak/projekt | df37fa82cf2d4a91c2073f41609bec8b2f23cf66 | 064402da950555bf88609e98b7256d4dc0af248a | refs/heads/master | 2021-01-01T19:29:49.778109 | 2008-11-10T17:14:14 | 2008-11-10T17:14:14 | 34,016,391 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 205,641 | cpp | /*
* ArcEmu MMORPG Server
* Copyright (C) 2005-2007 Ascent Team <http://www.ascentemu.com/>
* Copyright (C) 2008 <http://www.ArcEmu.org/>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Softwa... | [
"minipc@hotmail.de@3074cc92-8d2b-11dd-8ab4-67102e0efeef"
] | [
[
[
1,
6159
]
]
] |
1ae5b581191a139fa1f32d62c486716dfdc8e786 | fba89bd35ead23881a7f15d3ff0ca300535c9801 | /jni/Old/ImageTargets_me_new.cpp | c80043bea6ada163a3cb1df72b726a114c8aa5fa | [] | no_license | masoudsafa/virtualwimbledonpro | 56e440be7d32457201bac5508ede9c14676a09c9 | 72ba75655d49a9cd0ea8ae3308394269ff22a0f1 | refs/heads/master | 2021-01-10T07:23:18.496832 | 2011-07-29T15:45:58 | 2011-07-29T15:45:58 | 43,097,253 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 35,528 | cpp | /*==============================================================================
Copyright (c) 2010-2011 QUALCOMM Incorporated.
All Rights Reserved.
Qualcomm Confidential and Proprietary
@file
ImageTargets.cpp
@brief
Sample for ImageTargets
========... | [
"tckb@eduroam-207-227.wlan.uni-bonn.de"
] | [
[
[
1,
1259
]
]
] |
df791f2267c39e401a8d92ae98a0d88468013e09 | 1e01b697191a910a872e95ddfce27a91cebc57dd | /GrfInvertArray.h | 67de567fbc5ae716e8cd8296f2e7478308f7e3eb | [] | no_license | canercandan/codeworker | 7c9871076af481e98be42bf487a9ec1256040d08 | a68851958b1beef3d40114fd1ceb655f587c49ad | refs/heads/master | 2020-05-31T22:53:56.492569 | 2011-01-29T19:12:59 | 2011-01-29T19:12:59 | 1,306,254 | 7 | 5 | null | null | null | null | IBM852 | C++ | false | false | 1,562 | h | /* "CodeWorker": a scripting language for parsing and generating text.
Copyright (C) 1996-1997, 1999-2010 CÚdric Lemaire
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version ... | [
"cedric.p.r.lemaire@28b3f5f3-d42e-7560-b87f-5f53cf622bc4"
] | [
[
[
1,
49
]
]
] |
3ef5520b449fa6d163c3e2082d8af0c02090da7a | 155c4955c117f0a37bb9481cd1456b392d0e9a77 | /Tessa/TessaInstructions/GetSlotInstruction.cpp | 8296c02563abffcff1f9175bec86dcd5a2fc833b | [] | no_license | zwetan/tessa | 605720899aa2eb4207632700abe7e2ca157d19e6 | 940404b580054c47f3ced7cf8995794901cf0aaa | refs/heads/master | 2021-01-19T19:54:00.236268 | 2011-08-31T00:18:24 | 2011-08-31T00:18:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,609 | cpp | #include "TessaInstructionHeader.h"
namespace TessaInstructions {
GetSlotInstruction::GetSlotInstruction(int32_t slotNumber, int32_t slotOffset, TessaInstruction* receiverInstruction, TessaVM::BasicBlock* insertAtEnd)
: SlotAccessInstruction(slotNumber, slotOffset, receiverInstruction, insertAtEnd)
{
}
... | [
"mason@masonchang.com"
] | [
[
[
1,
41
]
]
] |
4d2b69810bbd25ab83d3cfeff1e1cd32fb6e7133 | fb7d4d40bf4c170328263629acbd0bbc765c34aa | /SpaceBattle/SpaceBattleLib/GeneratedCode/Modele/Interfaces/Joueur.h | 264aa3b539fac50bb0c66c7c1a67c4ec0a39a362 | [] | no_license | bvannier/SpaceBattle | e146cda9bac1608141ad8377620623514174c0cb | 6b3e1a8acc5d765223cc2b135d2b98c8400adf06 | refs/heads/master | 2020-05-18T03:40:16.782219 | 2011-11-28T22:49:36 | 2011-11-28T22:49:36 | 2,659,535 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,041 | h | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file will be lost if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
... | [
"vannier.bastien@gmail.com"
] | [
[
[
1,
39
]
]
] |
71dab7385d24cad0d829734c01f8dd91e5121f71 | b14d5833a79518a40d302e5eb40ed5da193cf1b2 | /cpp/extern/xercesc++/2.6.0/src/xercesc/com/xml4comCP.h | 7fede28174bd5c719a3f1495a869bbdb94570e3e | [
"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 | 2,573 | h | /*
* 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,
85
]
]
] |
880c4c9e9bdad6fb8bd81390b120f26b30b64860 | 81ea71bd0cd9eba88abccfa1b112d7bd7dba661e | /sources/wordgrid/Square.h | 75286b0838efe19861117f7213db35823d74597a | [] | no_license | Mokona/La-Grille | 83751b5a25a21d3dc71b02f9a36e3038f159ab15 | 6a1d1d15601e04eed8b62fce287e16be16dd5157 | refs/heads/master | 2016-08-03T12:42:11.787930 | 2010-02-12T22:25:09 | 2010-02-12T22:25:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 922 | h | #ifndef WORDGRID_SQUARECONTENT
#define WORDGRID_SQUARECONTENT
namespace Wordgrid
{
/** A grid square.
*
* It can contain the letter, a space (letter not set),
* be a black square.
*
* It can also contain annotations (start of words
* for example).
*
*/
clas... | [
"mokona@puupuu.org"
] | [
[
[
1,
40
]
]
] |
ae1f9c78a5227132514149ea359b37e2930f512d | 1c9f99b2b2e3835038aba7ec0abc3a228e24a558 | /Projects/elastix/elastix_sources_v4/src/Components/Transforms/SimilarityTransform/itkAdvancedSimilarity3DTransform.h | c6ea273445b0a747a835a2dc4053fa10d1cdaaae | [] | no_license | mijc/Diploma | 95fa1b04801ba9afb6493b24b53383d0fbd00b33 | bae131ed74f1b344b219c0ffe0fffcd90306aeb8 | refs/heads/master | 2021-01-18T13:57:42.223466 | 2011-02-15T14:19:49 | 2011-02-15T14:19:49 | 1,369,569 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,495 | h | /*=========================================================================
Program: Insight Segmentation & Registration Toolkit
Module: $RCSfile: itkAdvancedSimilarity3DTransform.h,v $
Language: C++
Date: $Date: 2006-08-09 04:35:32 $
Version: $Revision: 1.3 $
Copyright (c) Insight So... | [
"maik.stille@gmail.com"
] | [
[
[
1,
174
]
]
] |
1c44ef110b06aba04ae504c48fd37efa65d5e947 | ff44f2ae11d39c5a3dcc0c76ea8e0c7d2543787e | /seqlib/Seq/Sequence.cpp | 87d8e30e91d5b8bf3f6a9843f20e0f8710f2ae75 | [] | no_license | pjotrp/biopp | 0de35b3a8f1c973c61fb394ae57202ba75a7ac63 | 5214440cff8ff858704377e7dfed57fc026dfcb2 | refs/heads/master | 2016-09-11T03:42:33.892136 | 2009-05-22T10:12:04 | 2009-05-22T10:12:04 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 7,166 | cpp | //
// File: Sequence.cpp
// Created by: Guillaume Deuchst
// Julien Dutheil
// Created on: Tue Aug 21 2003
//
/*
Copyright or © or Copr. CNRS, (November 17, 2004)
This software is a computer program whose purpose is to provide classes
for sequences analysis.
This software is governed by the ... | [
"pjotr.public01@thebird.nl"
] | [
[
[
1,
223
]
]
] |
fbac1567ef55df22ba6458705dd8fce80e997e74 | ea12fed4c32e9c7992956419eb3e2bace91f063a | /zombie/code/zombie/nluaserver/src/lua/lcode.cc | ca3453bf93895b226269ba9540f15bd8832b8b31 | [] | 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 | 18,391 | cc | /*
** $Id: lcode.cc,v 1.2 2004/03/26 00:39:30 enlight Exp $
** Code generator for Lua
** See Copyright Notice in lua.h
*/
#include <stdlib.h>
#define lcode_c
#include "lua/lua.h"
#include "lua/lcode.h"
#include "lua/ldebug.h"
#include "lua/ldo.h"
#include "lua/llex.h"
#include "lua/lmem.h"
#inclu... | [
"magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91"
] | [
[
[
1,
714
]
]
] |
86c42864d257be61e48d3ff615d16868c32cb8f0 | 105cc69f4207a288be06fd7af7633787c3f3efb5 | /HovercraftUniverse/CoreEngine/DedicatedServer.cpp | 83a171ffc2458866be41cd26e6a49205de78afb7 | [] | no_license | allenjacksonmaxplayio/uhasseltaacgua | 330a6f2751e1d6675d1cf484ea2db0a923c9cdd0 | ad54e9aa3ad841b8fc30682bd281c790a997478d | refs/heads/master | 2020-12-24T21:21:28.075897 | 2010-06-09T18:05:23 | 2010-06-09T18:05:23 | 56,725,792 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,774 | cpp | #include "DedicatedServer.h"
#include "Exception.h"
#include <windows.h>
#include "Config.h"
namespace HovUni {
DedicatedServer::DedicatedServer(const std::string& configINI) {
mConfigFilename = configINI;
}
DedicatedServer::~DedicatedServer() {
mConfig->saveFile();
delete mConfig;
mConfig = 0... | [
"dirk.delahaye@2d55a33c-0a8f-11df-aac0-2d4c26e34a4c",
"berghmans.olivier@2d55a33c-0a8f-11df-aac0-2d4c26e34a4c"
] | [
[
[
1,
46
],
[
48,
60
],
[
62,
63
]
],
[
[
47,
47
],
[
61,
61
]
]
] |
1d18f6adea7abd06382bd7976f7084a21f017689 | 74c8da5b29163992a08a376c7819785998afb588 | /NetAnimal/addons/pa/ParticleUniverse/include/ParticleUniverseDynamicAttributeTokens.h | 3c3321a7794db40035b1bab29154b30e0845e1ea | [] | no_license | dbabox/aomi | dbfb46c1c9417a8078ec9a516cc9c90fe3773b78 | 4cffc8e59368e82aed997fe0f4dcbd7df626d1d0 | refs/heads/master | 2021-01-13T14:05:10.813348 | 2011-06-07T09:36:41 | 2011-06-07T09:36:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,785 | h | /*
-----------------------------------------------------------------------------------------------
This source file is part of the Particle Universe product.
Copyright (c) 2010 Henry van Merode
Usage of this program is licensed under the terms of the Particle Universe Commercial License.
You can find a copy of... | [
"ogre3d@yeah.net"
] | [
[
[
1,
53
]
]
] |
df1f3792bacfec4df2da14ca1f822b226d9f865c | a96b15c6a02225d27ac68a7ed5f8a46bddb67544 | /SetGame/GazaFile.cpp | 5c4002020d10352208234b43df0f74547a09b4e3 | [] | no_license | joelverhagen/Gaza-2D-Game-Engine | 0dca1549664ff644f61fe0ca45ea6efcbad54591 | a3fe5a93e5d21a93adcbd57c67c888388b402938 | refs/heads/master | 2020-05-15T05:08:38.412819 | 2011-04-03T22:22:01 | 2011-04-03T22:22:01 | 1,519,417 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,177 | cpp | #include "GazaFile.hpp"
namespace Gaza
{
namespace File
{
int getFileSize(const std::string &filePath)
{
std::ifstream inputFile(filePath.c_str(), std::ios::in | std::ios::binary);
inputFile.seekg (0, std::ios::end);
int length = (int)inputFile.tellg();
inputFile.seekg (0, std::ios::beg... | [
"joel.verhagen@gmail.com"
] | [
[
[
1,
58
]
]
] |
bf46567ba679e8befca0ea9a079343744f2ae8d5 | a31e04e907e1d6a8b24d84274d4dd753b40876d0 | /MortScript/FunctionsFileReg.cpp | 2a343f9b1ee1e490945b49be1858ae47557c7050 | [] | no_license | RushSolutions/jscripts | 23c7d6a82046dafbba3c4e060ebe3663821b3722 | 869cc681f88e1b858942161d9d35f4fbfedcfd6d | refs/heads/master | 2021-01-10T15:31:24.018830 | 2010-02-26T07:41:17 | 2010-02-26T07:41:17 | 47,889,373 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,040 | cpp | #ifdef SMARTPHONE
#include <windows.h>
#include "smartphone/mortafx.h"
#else
#include "stdafx.h"
#endif
#include <string.h>
//#include "Tlhelp32.h"
//#include "resource.h"
#include "variables.h"
#include "inifile.h"
#include "interpreter.h"
BOOL CALLBACK SearchWindowText( HWND hwnd, LPARAM lParam );
time... | [
"frezgo@c2805876-21d7-11df-8c35-9da929d3dec4"
] | [
[
[
1,
938
]
]
] |
98ab1727656db84b2ccf075d4ef85c8096e516c9 | 12732dc8a5dd518f35c8af3f2a805806f5e91e28 | /trunk/Plugin/lexer_configuration.h | 9515aae0c08d5965ff8041f0402244c5718aee8a | [] | no_license | BackupTheBerlios/codelite-svn | 5acd9ac51fdd0663742f69084fc91a213b24ae5c | c9efd7873960706a8ce23cde31a701520bad8861 | refs/heads/master | 2020-05-20T13:22:34.635394 | 2007-08-02T21:35:35 | 2007-08-02T21:35:35 | 40,669,327 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,030 | h | #ifndef LEXER_CONFIGURATION_H
#define LEXER_CONFIGURATION_H
#include "wx/string.h"
#include "wx/filename.h"
#include "attribute_style.h"
#include "wx/xml/xml.h"
#include "smart_ptr.h"
#ifdef WXMAKINGDLL_LE_SDK
# define WXDLLIMPEXP_LE_SDK WXEXPORT
#elif defined(WXUSINGDLL_LE_SDK)
# define WXDLLIMPE... | [
"eranif@b1f272c1-3a1e-0410-8d64-bdc0ffbdec4b"
] | [
[
[
1,
85
]
]
] |
91548d0df143632391dce1d6b1d7fccf4adf403d | c5aa1bfa6d53976c23fe19ee4af4425bca55ce66 | /AccuWeather Widget/mybook.cpp | 7b500bf96ef5b0befdf1fbf3b9c24db7dbbf63e8 | [] | no_license | davicdsalves/accuweather-widget | 926e547eb6ec5f1fe5a6f87db190f3b81eb9a9d1 | 27d7c8134614e3b6757670ffdb65ca4e10dab43b | refs/heads/master | 2016-09-16T01:30:42.820650 | 2011-06-15T03:07:58 | 2011-06-15T03:07:58 | 32,118,207 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,075 | cpp | #include "..\include\Lib_Clara.h"
#include "..\include\Dir.h"
#include "mybook.h"
#include "utils\weather.h"
MyBook::MyBook() : awBook(new BOOK) , location(NULL) , dayWeather(NULL), nightWeather(NULL) , weatherToDraw(NULL) ,
error(false) , hourSeted(-1) , bgCursor(0) , cursorDown(false) , wallpaperType(0) , cha... | [
"davicdsalves@gmail.com@4f50446f-c819-f47b-67d6-3fd10766a779"
] | [
[
[
1,
51
]
]
] |
89ae480dd19ff7c0fce51304727b824b5ff2e928 | c1c3866586c56ec921cd8c9a690e88ac471adfc8 | /Qt_Practise/WorldEditor/Matrices.cpp | 9ccc91e7b14959856039c7c995a40e746eb9b8f1 | [] | no_license | rtmpnewbie/lai3d | 0802dbb5ebe67be2b28d9e8a4d1cc83b4f36b14f | b44c9edfb81fde2b40e180a651793fec7d0e617d | refs/heads/master | 2021-01-10T04:29:07.463289 | 2011-03-22T17:51:24 | 2011-03-22T17:51:24 | 36,842,700 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 5,402 | cpp | #include "Matrices.h"
#include <MMSystem.h>
LPDIRECT3D9 g_pD3D = NULL; // Used to create the D3DDevice
LPDIRECT3DDEVICE9 g_pd3dDevice = NULL; // Our rendering device
LPDIRECT3DVERTEXBUFFER9 g_pVB = NULL; // Buffer to hold vertices
FLOAT g_fYAngle = 0;
//... | [
"laiyanlin@27d9c402-1b7e-11de-9433-ad2e3fad96c5"
] | [
[
[
1,
148
]
]
] |
e0f4862f6ec5ce561d42cf0fb5796d1f7bdb8be2 | b7b58c5e83ae0e868414e8a6900b92fcfa87b4b1 | /Tools/atlas/Pointer.cpp | 5b88ea45e8bd85e53ab6ff12547c59ace7069d26 | [] | no_license | dailongao/cheat-fusion | 87df8bd58845f30808600b72167ff6c778a36245 | ab7cd0fe56df0edabb9064da70b93a2856df7fac | refs/heads/master | 2021-01-10T12:42:37.958692 | 2010-12-31T13:42:51 | 2010-12-31T13:42:51 | 51,513,373 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,904 | cpp | #include "stdafx.h"
#include <string>
#include "Pointer.h"
#include "AtlasLogger.h"
using namespace std;
Pointer::Pointer()
{
AddressType = LINEAR;
HeaderSize = 0;
}
Pointer::~Pointer()
{
}
bool Pointer::SetAddressType(string& Type)
{
for(int i = 0; i < AddressTypeCount; i++)
{
if(Type ==... | [
"forbbsneo@1e91e87a-c719-11dd-86c2-0f8696b7b6f9"
] | [
[
[
1,
501
]
]
] |
f0a01ad7888dc3c7daf399138ebac6e049992d2c | 50040b270d0548cd42756f75b23be4c1fa5d18a8 | /worker.cpp | 8bbac24f3b39eb17932b18c46411acbaa98d5da0 | [] | no_license | martalex/wxmulticam | 77b8d83026569713984f2b07f43ae8c303d83da6 | 4be99048b037115683850332a52b386d01b54257 | refs/heads/master | 2022-09-10T19:39:53.999222 | 2011-12-09T02:06:35 | 2011-12-09T02:06:35 | 268,398,740 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,383 | cpp | ////////////////////////////////////////////////////////////////////
// Package: worker implementation
// File: worker.cpp
// Purpose: manage checking, switching tasks
//
// Based on source code of Larry Lart
//
////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#pragma i... | [
"altanzar@gmail.com",
"olex@techvalley.co.kr"
] | [
[
[
1,
53
],
[
58,
75
],
[
78,
158
],
[
161,
163
]
],
[
[
54,
57
],
[
76,
77
],
[
159,
160
],
[
164,
171
]
]
] |
b6b267f80dfe6cf2227781795e22be516cda0acc | de98f880e307627d5ce93dcad1397bd4813751dd | /3libs/ut/include/OXContextHelpPropertySheet.h | 9f3fbbe7c7b17f13efb1b24466033f657f52da83 | [] | no_license | weimingtom/sls | 7d44391bc0c6ae66f83ddcb6381db9ae97ee0dd8 | d0d1de9c05ecf8bb6e4eda8a260c7a2f711615dd | refs/heads/master | 2021-01-10T22:20:55.638757 | 2011-03-19T06:23:49 | 2011-03-19T06:23:49 | 44,464,621 | 2 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 5,498 | h | // ==========================================================================
// Class Specification : COXContextHelpPropertySheet
// ==========================================================================
// Header file : OXContextHelpPropertySheet.h
// Version: 9.3
// This software along with its r... | [
"andyweike@tom.com"
] | [
[
[
1,
157
]
]
] |
83f676a9d7a9d1a30a0edbe7f513ccf66f227a26 | 6dac9369d44799e368d866638433fbd17873dcf7 | /a.i.wars/src/trunk/GameServer.h | 4274bf3acf3e08ca69c0c70f244b0c392262cfb2 | [] | no_license | christhomas/fusionengine | 286b33f2c6a7df785398ffbe7eea1c367e512b8d | 95422685027bb19986ba64c612049faa5899690e | refs/heads/master | 2020-04-05T22:52:07.491706 | 2006-10-24T11:21:28 | 2006-10-24T11:21:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 909 | h | #ifndef _GAMESERVER_H_
#define _GAMESERVER_H_
#include <Fusion.h>
class ClientBot;
class ServerBot;
class GameServer{
private:
char *m_aidir;
virtual void SetAIDir (char *ai);
virtual void Update (void);
friend bool Run(void);
public:
GameServer (char *ai);
virtual ~G... | [
"chris_a_thomas@1bf15c89-c11e-0410-aefd-b6ca7aeaabe7"
] | [
[
[
1,
41
]
]
] |
5589133d14a616acd603846c63f6ae20925be5bc | 4978f9f8581ca386791f88b6fa38871f1b4ae30e | /sources/common/util/strlcpya.cc | c97ce58b4445e6d02112af27925e30ef74825054 | [
"ISC"
] | permissive | umonkey/librascal | 94822e43e03d26bc8c2e8f25b515b8134b9bd5cf | ba462431fc26e82511cacb90d1afcdf7d9148f83 | refs/heads/master | 2020-11-26T23:18:40.026939 | 2011-05-12T15:26:03 | 2011-05-12T15:26:03 | 1,738,915 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 484 | cc | // Faerion RunTime Library.
// Copyright (c) 2002-2004 hex@faerion.oss and others.
// $Id$
#ifndef HAVE_strlcpya
#include <stdarg.h>
#include "string.h"
void strlcpya(char *buf, size_t size, ...)
{
va_list vl;
const char *arg;
va_start(vl, size);
while (size != 0 && (arg = va_arg(vl, const char *... | [
"justin.forest@gmail.com"
] | [
[
[
1,
29
]
]
] |
c33ac8981eb931a8499110df1c2bd6e22de13321 | 9403771fd823bda79027cbe7f06c6449c1a44d32 | /matlab/code-others/edgebreaker/EBCompression.cpp | d44828ed433bb5e57ce1d1376f0f230ddddf7d27 | [] | no_license | fethallah/geodesics4meshes | 32d8cc31378a106281f11ca139be9c1b452ebbfa | 5fb5e3fc76bb205b8446dda408b3d1078b37cb96 | refs/heads/master | 2021-01-10T00:54:36.697357 | 2010-05-07T11:39:01 | 2010-05-07T11:39:01 | 33,808,580 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 14,544 | cpp | /**************************************************************************
*
* Any use of this code or of the ideas it embodies should be acknowledged
* in writing in all publications describing the resulting product or
* research contribution as follows: "This solution is based on the
* Edgebreaker compression t... | [
"gabriel.peyre@a6734f8e-26ab-11df-90c7-81228a7a91d5"
] | [
[
[
1,
607
]
]
] |
25422b6f68328fe3024037e17b1fc666a775f6ea | ecc97a41ac8c7afecdada60a44fc6394d1081b08 | /sourceline.h | 1f6bbe8b924746505691b61ad7684620a0c79556 | [] | no_license | ragnarls08/Compilers1 | 22036be290ee7319e866454a7ab1846af510e121 | acec6df9d5c286844ed698aafcedbefecf4a4769 | refs/heads/master | 2016-09-09T22:58:46.708592 | 2011-03-04T21:16:47 | 2011-03-04T21:16:47 | 1,288,450 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,500 | h | // **************************************************************
// * *
// * S O U R C E L I N E (Header) *
// * *
// * CLASSES: SourceLine *
// * *
// **************************************************************
#ifndef sourceline_h
#define sourcelin... | [
"ragnarls08@ru.is"
] | [
[
[
1,
50
]
]
] |
7b8f7b633fb84d76213085d61e906030d0678fc5 | c8ab6c440f0e70e848c5f69ccbbfd9fe2913fbad | /bowling/Sound.h | c688555728a8023177e14ed533468b22296895e3 | [] | no_license | alyshamsy/power-bowling | 2b6426cfd4feb355928de95f1840bd39eb88de0b | dd650b2a8e146f6cdf7b6ce703801b96360a90fe | refs/heads/master | 2020-12-24T16:50:09.092801 | 2011-05-12T14:37:15 | 2011-05-12T14:37:15 | 32,115,585 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 949 | h | #ifndef SOUND_H
#define SOUND_H
#include<fstream>
#include <string>
#include <openAL/al.h>
#include <openAL/alut.h>
using namespace std;
#define NUMBER_OF_SOURCES 5
static class Sound {
public:
Sound();
~Sound();
int initialize();
void playSound(string file_name);
void pauseSound(string file_... | [
"aly.shamsy@71b57f4a-8c0b-a9ba-d1fe-6729e2c2215a"
] | [
[
[
1,
46
]
]
] |
920b072f88532ae9a951104807f5de5633d4d6a0 | f9a3be79094efa8cfd502678c50a27335bdcc44e | /IUnit.h | 5eef508c41b71d4383a24d1a3cc2d9a73f5bb4bf | [] | no_license | k06a/reghope | 8946d3a543b910bc48ed82f611168af38f817f79 | def9be4ac3873d900bc7af0ddd428ed948018ac1 | refs/heads/master | 2021-01-19T10:13:55.067659 | 2010-05-12T18:49:24 | 2010-05-12T18:49:24 | 32,887,567 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,445 | h | #ifndef IUNIT_H
#define IUNIT_H
// Regular Expression Rules:
//
//----------------------------------------------------------------
// CharConst = ( "\\" | "\." | "\-" | "\?" | "\+" | "\*" |
// "\(" | "\)" | "\[" | "\]" | "\{" | "\}" |
// "\d{1,3}" | "\xHH" | "\oOOO" | "\bBBBBBBBB" |... | [
"k06aaa@e37ad884-f61b-dc99-8067-ed2e9741f7e2"
] | [
[
[
1,
85
]
]
] |
af038624d043c1af15f190d1e4b6b61a8043fcba | 74d531abb9fda8dc621c5d8376eb10ec4ef19568 | /src/level.cpp | f2de83c2fd4734ac297f5b2bf9c264b6d740d494 | [] | no_license | aljosaosep/xsoko | e207d6ec8de3196029e569e7765424a399a50f04 | c52440ecee65dc2f3f38d996936e65b3ff3b8b5e | refs/heads/master | 2021-01-10T14:27:04.644013 | 2009-09-02T20:39:53 | 2009-09-02T20:39:53 | 49,592,571 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 58,318 | cpp | /*
* codename: xSoko
* Copyright (C) Aljosa Osep, Jernej Skrabec, Jernej Halozan 2008 <aljosa.osep@gmail.com, jernej.skrabec@gmail.com, jernej.halozan@gmail.com>
*
* xSoko project is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by th... | [
"aljosa.osep@d77d96cf-bc4d-0410-95e8-7f58e8f99bdb",
"jernej.skrabec@d77d96cf-bc4d-0410-95e8-7f58e8f99bdb",
"jernej.halozan@d77d96cf-bc4d-0410-95e8-7f58e8f99bdb",
"Martin.Savc@d77d96cf-bc4d-0410-95e8-7f58e8f99bdb"
] | [
[
[
1,
17
],
[
22,
22
],
[
26,
44
],
[
46,
51
],
[
55,
55
],
[
59,
60
],
[
73,
150
],
[
152,
152
],
[
160,
160
],
[
162,
... |
da5ee976eb42c1dabdaabdad9dcfbd94c6308a09 | 27c6eed99799f8398fe4c30df2088f30ae317aff | /regexp/trunk/main.cpp | 966aec9aa7394dbcf52f5561bb219cab87eb6036 | [] | no_license | lit-uriy/ysoft | ae67cd174861e610f7e1519236e94ffb4d350249 | 6c3f077ff00c8332b162b4e82229879475fc8f97 | refs/heads/master | 2021-01-10T08:16:45.115964 | 2009-07-16T00:27:01 | 2009-07-16T00:27:01 | 51,699,806 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,825 | cpp | /****************************************************************************
**
** Copyright (C) 2004-2008 Trolltech ASA. All rights reserved.
**
** This file is part of the example classes of the Qt Toolkit.
**
** This file may be used under the terms of the GNU General Public
** License versions 2.0 or 3.0 as... | [
"lit-uriy@d7ba3245-3e7b-42d0-9cd4-356c8b94b330"
] | [
[
[
1,
65
]
]
] |
74a0a91e3d782baa2bc106be3a0fbe9e64a54659 | ae2adbf262d2938684664e3195a3b71934f4448c | /trabalho 02/texture.cpp | c13ed88bcf6ac56ba2ed9fa071c19004801ea218 | [] | no_license | cmdalbem/saint-ende | e5e251a0b274e40c02233ed4963ca0c619ed31eb | b5aeeea978108d1e906fd168c0c24618a3d35882 | refs/heads/master | 2020-07-09T08:21:07.963803 | 2009-12-21T17:32:25 | 2009-12-21T17:32:25 | 32,224,226 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,027 | cpp | #include "texture.h"
int findTexture(Imagem texture, int originX, int originY)
{
const int textureTotal = 9, maxBorderSize = 4;
texture.convertToGrayScale();
texture.limiarize(texture.bestLimiar());
Imagem textureCell;
double comparison[textureTotal] = {0,0,0, 0,0,0, 0,0,0};
... | [
"lucapus@7df66274-e10c-11de-a155-4d945b6d75ec",
"lfzawacki@7df66274-e10c-11de-a155-4d945b6d75ec"
] | [
[
[
1,
61
],
[
63,
66
]
],
[
[
62,
62
],
[
67,
68
]
]
] |
e94d3b169589af481aa1cd4d843f0152d1dd9435 | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/nGENE Proj/RLEEncoder.cpp | a060a0d9a49719f012f5cb5f35bfb45da5acb1f6 | [] | 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,764 | cpp | /*
---------------------------------------------------------------------------
This source file is part of nGENE Tech.
Copyright (c) 2006- Wojciech Toman
This program is free software.
File: RLEEncoder.cpp
Version: 0.01
---------------------------------------------------------------------------
*/
#in... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
132
]
]
] |
2fc86354c373b1d0a4d4d08a8e7f95c0b1605be9 | 2f72d621e6ec03b9ea243a96e8dd947a952da087 | /include/Listener.h | 7e017ab9445e28d904ebb610b092ff63ce4a1500 | [] | no_license | gspu/lol4fg | 752358c3c3431026ed025e8cb8777e4807eed7a0 | 12a08f3ef1126ce679ea05293fe35525065ab253 | refs/heads/master | 2023-04-30T05:32:03.826238 | 2011-07-23T23:35:14 | 2011-07-23T23:35:14 | 364,193,504 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,198 | h | #ifndef __mSoundListener
#define __mSoundListener
#include "alc.h"
#include "al.h"
#include "Ogre.h"
#include "Sound.h"
#include "OgreSingleton.h"
namespace SimpleSound
{
class Listener: public Ogre::Singleton<Listener>
{
friend class SoundManager;
public:
inline void setPosition(Ogre::Vector3... | [
"praecipitator@bd7a9385-7eed-4fd6-88b1-0096df50a1ac"
] | [
[
[
1,
94
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.