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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3aab94ea4e342d55ebaa0700f41cdc2760d73992 | e2e49023f5a82922cb9b134e93ae926ed69675a1 | /tools/aoslcpp/include/aosl/navigation_forward.hpp | 8c67cf68d4d64a4c472b2955ac96acc6c52a9cca | [] | no_license | invy/mjklaim-freewindows | c93c867e93f0e2fe1d33f207306c0b9538ac61d6 | 30de8e3dfcde4e81a57e9059dfaf54c98cc1135b | refs/heads/master | 2021-01-10T10:21:51.579762 | 2011-12-12T18:56:43 | 2011-12-12T18:56:43 | 54,794,395 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,577 | hpp | // Copyright (C) 2005-2010 Code Synthesis Tools CC
//
// This program was generated by CodeSynthesis XSD, an XML Schema
// to C++ data binding compiler, in the Proprietary License mode.
// You should have received a proprietary license from Code Synthesis
// Tools CC prior to generating this code. See the license ... | [
"klaim@localhost"
] | [
[
[
1,
610
]
]
] |
988c91e1739aa4b473ec4199e098a78db45141fe | e03ee4538dce040fe16fc7bb48d495735ac324f4 | /Stable/SteeringBehaviors/BehaviorsObs.cpp | 705ddd6d770fcc46614aba263b44a8ba95b0bd3e | [] | no_license | vdelgadov/itcvideogame | dca6bcb084c5dde25ecf29ab1555dbe8b0a9a441 | 5eac60e901b29bff4d844f34cd52f97f4d1407b5 | refs/heads/master | 2020-05-16T23:43:48.956373 | 2009-12-01T02:09:08 | 2009-12-01T02:09:08 | 42,265,496 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,933 | cpp | #include "stdafx.h"
#define _USE_MATH_DEFINES
#include <math.h>
#include <time.h>
Vector2D SteeringBehaviors::seek(Vector2D t_pos, Vehicle* veh){
Vector2D steering_force = (t_pos - veh->getPos());
if(steering_force.magnitude() < veh->getMaxSpeed())
return Vector2D();
steering_force.normalize();
... | [
"victor.delgadov@972b8bf6-92a2-11de-b72a-e7346c8bff7a"
] | [
[
[
1,
98
]
]
] |
91c64c1ea5a6fa3a789558ff596bca3866ce9f89 | 6520b2b1c45e5a9e5996a9205142de6e2e2cb7ea | /AHL/wolfilair/src/lib/tools/dialog/Dialog.cpp | 2a7a8201df30bf1b0891a15be08839f37c436e90 | [] | no_license | xpierro/ahl | 6207bc2c309a7f2e4bf659e86fcbf4d889250d82 | 8efd98a6ecc32d794a1e957b0b91eb017546fdf1 | refs/heads/master | 2020-06-04T00:59:13.590942 | 2010-10-21T04:09:48 | 2010-10-21T04:09:48 | 41,411,324 | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 724 | cpp | /*
* Dialog.cpp
*
* Created on: 13 oct. 2010
* Author: Pierre
*/
#include "Dialog.h"
#include <stdio.h>
#include <sysutil/sysutil_msgdialog.h>
namespace PS3 {
Dialog::Dialog() {
type = 0;
}
Dialog::~Dialog() {
// TODO Auto-generated destructor stub
}
/**
* object sera casté en D... | [
"xpierro@gmail.com"
] | [
[
[
1,
41
]
]
] |
3afb68b14573775d9ef4cef41ec47550fe0b7959 | 11af1673bab82ca2329ef8b596d1f3d2f8b82481 | /source/cgame/cg_draw_newhud.cpp | 1d2392c368b44259df7a9686b98aa2af0694a689 | [] | no_license | legacyrp/legacyojp | 8b33ecf24fd973bee5e7adbd369748cfdd891202 | d918151e917ea06e8698f423bbe2cf6ab9d7f180 | refs/heads/master | 2021-01-10T20:09:55.748893 | 2011-04-18T21:07:13 | 2011-04-18T21:07:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 215,673 | cpp | // Copyright (C) 1999-2000 Id Software, Inc.
//
// cg_draw.c -- draw all of the graphical elements during
// active (after loading) gameplay
#include "cg_local.h"
#include "bg_saga.h"
#include "../ui/ui_shared.h"
#include "../ui/ui_public.h"
//[AddText]
char atText[64][64] = {""};
int atYPos[64] = {0}... | [
"ZephyrZ2712@gmail.com@5776d9f2-9662-11de-ad41-3fcdc5e0e42d"
] | [
[
[
1,
8658
]
]
] |
f0bb5f73e8d0723ab69357f60b50fafe241362c6 | 50f94444677eb6363f2965bc2a29c09f8da7e20d | /Src/EmptyProject/TopStateManager.h | af1a9298ac07a0a3b48d90e1b68fa156fa28f250 | [] | no_license | gasbank/poolg | efd426db847150536eaa176d17dcddcf35e74e5d | e73221494c4a9fd29c3d75fb823c6fb1983d30e5 | refs/heads/master | 2020-04-10T11:56:52.033568 | 2010-11-04T19:31:00 | 2010-11-04T19:31:00 | 1,051,621 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 696 | h | #pragma once
#include "StateManager.h"
class World;
/**
@brief 게임 내 최상위 레벨의 상태를 관리하는 클래스
*/
class TopStateManager : public StateManager, public Singleton<TopStateManager>
{
public:
TopStateManager(void);
~TopStateManager(void);
virtual void init();
virtual HRESULT onCreateDevice( IDirect3DDevic... | [
"gasbank@gmail.com",
"luneride@hotmail.com"
] | [
[
[
1,
1
],
[
4,
8
],
[
15,
22
],
[
24,
24
]
],
[
[
2,
3
],
[
9,
14
],
[
23,
23
]
]
] |
4e11ec670c7f35e4df81d3f4858ce5d7960f3b30 | 44d23a0a9240c3a622d36aab3106b1ce7db0736f | /ClassWizard/VFC_Core/page_wtl_font.h | b4eb445eed7b523dac00e9a38658396c8b84f8f1 | [] | no_license | skyformat99/visualfc | 238a8e479c98b861392ab4e61bc8e49bb61c9a04 | a4e91fc45f33acbc06029b6a45d3d498116931b6 | refs/heads/master | 2021-07-20T03:43:23.819252 | 2009-05-18T05:29:32 | 2009-05-18T05:29:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,593 | h | #ifndef _PAGE_WTL_FONT_H_
#define _PAGE_WTL_FONT_H_
struct page_wtl_font_peer : page_font_peer
{
virtual init_tag(tag_token & tag)
{
tag.kind = tkMapping;
tag.bext = true;
tag.add_body(_T("DLGFONT_DIALOG"));
tag.add_body(_T("DLGFONT_DIALOG_EX"));
tag.add_body(_T("DLGFONT_CONTROL"));
tag.add_b... | [
"visualfc@5ba4977a-b047-0410-9b11-9d7bf4ba98c9"
] | [
[
[
1,
71
]
]
] |
b96aab8bf2415b4d03e4dc9b7a1b0627ba9777bf | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/boost/test/utils/callback.hpp | 5c9b605135b770b624fc625fc5205854e310b423 | [
"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 | 10,843 | hpp | // (C) Copyright Gennadiy Rozental 2005.
// Use, modification, and distribution are subject to 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)
// See http://www.boost.org/libs/test for the library home page.
//
// Fil... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
337
]
]
] |
caba940923c00a9623392c5ac2ca6540ec9ca6d1 | 49b6646167284329aa8644c8cf01abc3d92338bd | /SEP2_M6/Controller/StartThread.h | 62c8e3276de4a4077ccd7b135c0ccc1c32fa7ec2 | [] | no_license | StiggyB/javacodecollection | 9d017b87b68f8d46e09dcf64650bd7034c442533 | bdce3ddb7a56265b4df2202d24bf86a06ecfee2e | refs/heads/master | 2020-08-08T22:45:47.779049 | 2011-10-24T12:10:08 | 2011-10-24T12:10:08 | 32,143,796 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,617 | h |
#ifndef STARTTHREAD_H_
#define STARTTHREAD_H_
#include <stdlib.h>
#include "Sensor.h"
#include "InterruptController.h"
#include "CommunicationServer.h"
#include "../HAL/HALCore.h"
#include "../HAL/Lampen.h"
#include "../Timer/Timer.h"
#include "../Tests/test.h"
#include "../Tests/Test_M1.h"
#include "../... | [
"on.east@gmail.com@72d44fe2-11f0-84eb-49d3-ba3949d4c1b1",
"tell12345@web.de@72d44fe2-11f0-84eb-49d3-ba3949d4c1b1"
] | [
[
[
1,
20
],
[
36,
39
],
[
43,
61
],
[
63,
77
],
[
81,
83
],
[
87,
89
],
[
93,
95
],
[
99,
101
],
[
105,
107
],
[
111,
1... |
da0cc75f93a87c6f3baedff520571a8d4ed253cc | 801e9a21fbe0f68c18857334f9b86694938f5055 | /Desktop-Windows/moc_GUIDesktop.cpp | 017ab0f01de026dcee17731892b9a9a6360704f9 | [] | no_license | vialrogo/pbx-viewer | d324cbec618fdbaee78f79a8466ebf64c54ffa34 | b814668c46a2d0f85bffcfed0d06dd8e96a082b8 | refs/heads/master | 2016-09-05T11:57:26.787183 | 2010-09-16T16:34:49 | 2010-09-16T16:34:49 | 32,185,339 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,095 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'GUIDesktop.h'
**
** Created: Fri 27. Aug 00:00:45 2010
** by: The Qt Meta Object Compiler version 62 (Qt 4.6.3)
**
** WARNING! All changes made in this file will be lost!
****************... | [
"varg04444@gmail.com@58e77f3c-66d3-2f76-d9f4-08142b3b8c59"
] | [
[
[
1,
121
]
]
] |
9dca22205be3ffbd35dbea070eff0dffb8aa1b5c | 0ee189afe953dc99825f55232cd52b94d2884a85 | /mlog/Output.cpp | 857c32bfd601fe5a1357ef715cb81a384c8214d5 | [] | 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 | 4,209 | cpp | #include "pch.h"
#include "Manager.h"
#include "Output.h"
#if !MLOG_NO_LOGGING
namespace mlog {
namespace detail {
const size_t bufferSize = 0x100;
struct Buffer {
boost::array<char, bufferSize> data;
Buffer * next;
Buffer()
: next(0) {}
};
class StreamBuf : public std::... | [
"admin@zranger.net"
] | [
[
[
1,
178
]
]
] |
3198abc907f4326774a37de7537e515f2b9ae019 | c7120eeec717341240624c7b8a731553494ef439 | /src/cplusplus/freezone-samp/src/objects.cpp | 53ca5f6c35e901dc7b37580beade43574ea41533 | [] | no_license | neverm1ndo/gta-paradise-sa | d564c1ed661090336621af1dfd04879a9c7db62d | 730a89eaa6e8e4afc3395744227527748048c46d | refs/heads/master | 2020-04-27T22:00:22.221323 | 2010-09-04T19:02:28 | 2010-09-04T19:02:28 | 174,719,907 | 1 | 0 | null | 2019-03-09T16:44:43 | 2019-03-09T16:44:43 | null | WINDOWS-1251 | C++ | false | false | 8,030 | cpp | #include "config.hpp"
#include "objects.hpp"
#include <algorithm>
#include <functional>
#include <iterator>
#include "core/module_c.hpp"
#include "core/samp/samp_api.hpp"
#include "mta10_loader.hpp"
#include "ipl_loader.hpp"
#include "server_paths.hpp"
REGISTER_IN_APPLICATION(objects);
objects::objects... | [
"dimonml@19848965-7475-ded4-60a4-26152d85fbc5"
] | [
[
[
1,
202
]
]
] |
d7820d1337a2b538c2c55caf806e8fea4b4345db | 61a53fbb693ea0eece4747c249f8daa5c3d8c6f5 | /om_incl.h | 35127f39e9bf33505c43e82a45b35c54ad06e5ae | [] | no_license | agapow/omegamip | 875341523642340e3e14c439f60b1340124be92e | 6219da8b9869dfd2a6dfe2ab66686e5b420dfe6d | refs/heads/master | 2021-01-25T08:43:11.396806 | 2010-05-14T16:16:45 | 2010-05-14T16:16:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,292 | h | /*
om_incl.h: global includes and definitions
*/
#ifndef _OM_INCL_
#define _OM_INCL_
// INCLUDES
#include <cassert>
// CONSTANTS & DEFINITIONS
#ifdef OM_DEBUG
#include <iostream>
#include <stdlib.h>
// in non-debug versions, these statements evaluate to nothing
// call like "ASSERT(c... | [
"github@agapow.net"
] | [
[
[
1,
50
]
]
] |
5d9e27d67d383a04186f10430f0c470a6b36c49d | b63cad17af550bc7150431b7b0d639a46a129d82 | /mcscript-script-handler.h | 1a14d45b2c3aee91a301b8f45155898183b9a97e | [] | no_license | cjus/msgCourier | 90463028b5e6222dd5c804215fa43bc518c4a539 | 075ff724316fd28c21d842726b694806d82bf53b | refs/heads/master | 2021-01-10T19:41:02.306930 | 2010-09-05T18:47:24 | 2010-09-05T18:47:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,096 | h | /* mcscript-script-handler.h
Copyright (C) 2005 Carlos Justiniano
mcscript-script-handler.h 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 ... | [
"carlos.justiniano@gmail.com"
] | [
[
[
1,
61
]
]
] |
41e7415954c4dcd2d0e858fbe79d03f1ac0956e5 | 7e68ef369eff945f581e22595adecb6b3faccd0e | /code/minifw/Guard.h | f95aecd769b1282d735aa4649a2cb1a82c9e50a1 | [] | no_license | kimhmadsen/mini-framework | 700bb1052227ba18eee374504ff90f41e98738d2 | d1983a68c6b1d87e24ef55ca839814ed227b3956 | refs/heads/master | 2021-01-01T05:36:55.074091 | 2008-12-16T00:33:10 | 2008-12-16T00:33:10 | 32,415,758 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 714 | h | #pragma once
/**
@file
*/
#include "threadmutex.h"
/**
Implements The Scoped Locking C++ idiom which ensures that a lock is acquired
when control enters a scope and released automatically when control leaves the
scope, regardless of the return path from the scope.
*/
class Guard
{
public:
Guard(Th... | [
"lasselorenzen@77f6bdef-6155-0410-8b08-fdea0229669f",
"kim.hedegaard.madsen@gmail.com@77f6bdef-6155-0410-8b08-fdea0229669f"
] | [
[
[
1,
1
],
[
5,
6
],
[
13,
48
]
],
[
[
2,
4
],
[
7,
12
]
]
] |
47fb316c05f4b8dd9dda063eb936c5ea0cbe1aa1 | b2ac2cc956c5b7dc8a38e7a44364d0282241ed8e | /branches/win-version-with-canvas/Sources/Windows/MWinControlsImpl.h | 0e38bf72dca64e34f1ce0d4104a61fec3a5ea127 | [
"BSL-1.0"
] | permissive | BackupTheBerlios/japi-svn | b2a9971644a4740d10aef614e09f3fdd49e8460d | f9a5b284e285442b485ef05824ed8e55499c8d61 | refs/heads/master | 2016-09-15T17:14:35.504291 | 2010-12-03T11:39:25 | 2010-12-03T11:39:25 | 40,801,061 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,143 | h | // Copyright Maarten L. Hekkelman 2006-2010
// 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 MWINCONTROLSIMPL_H
#define MWINCONTROLSIMPL_H
#include "MControlsImpl.h"
#includ... | [
"maarten@6969af58-1542-49b8-b3af-dcaebf5f4018"
] | [
[
[
1,
77
]
]
] |
d5ad8e48c041f9a334441051019c293c72c4efa3 | 1c9f99b2b2e3835038aba7ec0abc3a228e24a558 | /Projects/elastix/elastix_sources_v4/src/Common/MevisDicomTiff/itkMevisDicomTiffImageIO.cxx | a4d96a707ede1708b01933a2770a16b69d7eeaef | [] | 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 | 62,889 | 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,
1866
]
]
] |
5edbd44b6076e544fc449859dcbd4c8fbaca1efa | c0bd82eb640d8594f2d2b76262566288676b8395 | /src/game/AddonMgr.cpp | c6f174837d69f59015c813956cad58d85d333ca8 | [
"FSFUL"
] | permissive | vata/solution | 4c6551b9253d8f23ad5e72f4a96fc80e55e583c9 | 774fca057d12a906128f9231831ae2e10a947da6 | refs/heads/master | 2021-01-10T02:08:50.032837 | 2007-11-13T22:01:17 | 2007-11-13T22:01:17 | 45,352,930 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,593 | cpp | // Copyright (C) 2004 WoW Daemon
// Copyright (C) 2006 Burlex
//
// 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 versio... | [
"tdiddi@web.de"
] | [
[
[
1,
259
]
]
] |
80173f346afbb4bd308c4ed14b8f4f666ac4be81 | e7c45d18fa1e4285e5227e5984e07c47f8867d1d | /Common/Scd/ScExec/SigFlw.h | e8eb1a6ae957f2d13ee26b4786f14e2980d0b8d2 | [] | 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 | 4,407 | h | //================== SysCAD - Copyright Kenwalt (Pty) Ltd ===================
// $Nokeywords: $
//===========================================================================
// SysCAD Copyright Kenwalt (Pty) Ltd 1992
#ifndef __SIGFLW_H
#define __SIGFLW_H
#ifndef __SC_DEFS_H
#include "sc_defs.h"
#endif ... | [
"paul.hannah@syscad.net",
"chris.moreton@syscad.net"
] | [
[
[
1,
23
],
[
25,
151
]
],
[
[
24,
24
]
]
] |
1cc7d3fd76acb4ffe9cece443001c4801b849514 | 12203ea9fe0801d613bbb2159d4f69cab3c84816 | /Export/cpp/windows/obj/include/ApplicationMain.h | 2e133d6d2ff676f00073754d5053ff12e01c6629 | [] | no_license | alecmce/haxe_game_of_life | 91b5557132043c6e9526254d17fdd9bcea9c5086 | 35ceb1565e06d12c89481451a7bedbbce20fa871 | refs/heads/master | 2016-09-16T00:47:24.032302 | 2011-10-10T12:38:14 | 2011-10-10T12:38:14 | 2,547,793 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 877 | h | #ifndef INCLUDED_ApplicationMain
#define INCLUDED_ApplicationMain
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS0(ApplicationMain)
class ApplicationMain_obj : public hx::Object{
public:
typedef hx::Object super;
typedef ApplicationMain_obj OBJ_;
ApplicationMain_obj();
Void __cons... | [
"alec@alecmce.com"
] | [
[
[
1,
39
]
]
] |
d8f6c4d083ecaaf3ac54f8c7a720a4a47e8102a1 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/spirit/test/for_tests.cpp | 39a3b2ca40138d1b2f0f42c2f8593fab6f200572 | [
"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,701 | cpp | /*=============================================================================
Copyright (c) 2003 Martin Wille
http://spirit.sourceforge.net/
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
196
]
]
] |
787d77dfd31faeaab464c626d116fd5fdcb6848f | 5dc6c87a7e6459ef8e832774faa4b5ae4363da99 | /vis_avs/laser/rl_bren.cpp | 60cff329d36a9fd44831b560a09fbc87164ed0f7 | [] | no_license | aidinabedi/avs4unity | 407603d2fc44bc8b075b54cd0a808250582ee077 | 9b6327db1d092218e96d8907bd14d68b741dcc4d | refs/heads/master | 2021-01-20T15:27:32.449282 | 2010-12-24T03:28:09 | 2010-12-24T03:28:09 | 90,773,183 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,035 | cpp | /*
LICENSE
-------
Copyright 2005 Nullsoft, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list o... | [
"aidinabedi@gmail.com"
] | [
[
[
1,
186
]
]
] |
cb3e93ba82a3a870206fada1ff2fde77371393e6 | 967868cbef4914f2bade9ef8f6c300eb5d14bc57 | /Swap/VBlock.hpp | 73a053ec06aa5db1b96906147eb07d343e175276 | [] | no_license | saminigod/baseclasses-001 | 159c80d40f69954797f1c695682074b469027ac6 | 381c27f72583e0401e59eb19260c70ee68f9a64c | refs/heads/master | 2023-04-29T13:34:02.754963 | 2009-10-29T11:22:46 | 2009-10-29T11:22:46 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 497 | hpp | /*
Simple Virtual Memory Implementation
==================================================
part of the BASE C++ Classes
© Vestris Inc., Geneva Switzerland
http://www.vestris.com, 1998, All Rights Reserved
__________________________________________________
written by Daniel Doubrovkine - dblock@... | [
"dblock@dblock.org"
] | [
[
[
1,
22
]
]
] |
64038c6c22ab0f4d48764ca5445c6c8806dc1813 | f177993b13e97f9fecfc0e751602153824dfef7e | /ImPro/ImProFilters/GSARTagLayoutFilter/GSARTagLayoutFilter.cpp | dd7f45a3aeea823da1706ba66c527644923dea4b | [] | no_license | svn2github/imtophooksln | 7bd7412947d6368ce394810f479ebab1557ef356 | bacd7f29002135806d0f5047ae47cbad4c03f90e | refs/heads/master | 2020-05-20T04:00:56.564124 | 2010-09-24T09:10:51 | 2010-09-24T09:10:51 | 11,787,598 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,193 | cpp | #include "stdafx.h"
#include "GSARTagLayoutFilter.h"
#include "GSD3DMediaType.h"
#include "GSMacro.h"
#include "GSMediaType.h"
#include "MyMediaSample.h"
#include "GSARTagLayoutDisplay.h"
#include "highgui.h"
extern HMODULE GetModule();
GSARTagLayoutFilter::GSARTagLayoutFilter(IUnknown * pOuter, HRESULT * phr,... | [
"ndhumuscle@fa729b96-8d43-11de-b54f-137c5e29c83a",
"claire3kao@fa729b96-8d43-11de-b54f-137c5e29c83a"
] | [
[
[
1,
313
],
[
316,
316
],
[
329,
329
],
[
331,
431
],
[
439,
659
]
],
[
[
314,
315
],
[
317,
328
],
[
330,
330
],
[
432,
438
]
]... |
31938d670bc883052fe9a241b1102def59f045b0 | 56c17f756480a02c77aecc69b217c29294f4c180 | /Src/Libs/Rastering/QbertEnemyObj.cpp | 00eb7e5d744f607046448ee8192050fbe10527fc | [] | no_license | sangongs/qbert3d | 5fd88b9720b68ca7617a8c5510568911b3dc34c5 | 296b78451b73032e16e64ae1cc4f0200ef7ca734 | refs/heads/master | 2021-01-10T04:02:37.685309 | 2008-09-12T16:13:04 | 2008-09-12T16:13:04 | 46,944,626 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 508 | cpp | #include "StdAfx.h"
#include "Point3D.h"
#include "QbertModel.h"
#include "QbertEnemyObj.h"
namespace BGComplete
{
std::map<std::string, VecOfAppearanceBox_ptr> QbertEnemyObj::_apperanceMap;
bool QbertEnemyObj::IsQbertDies()
{
return TestCollision((static_cast<QbertModel*>(_model))->_objects->Qbert)... | [
"iliagore@97581c8e-fe54-0410-aa42-dd6ba39e7182"
] | [
[
[
1,
25
]
]
] |
10647c6257d07423bee825641c1cebcec2ed0174 | 27d5670a7739a866c3ad97a71c0fc9334f6875f2 | /CPP/Shared/symbian-r7/Selector.cpp | cfad16424097f46e76f94d84fe5b26dd75d679bb | [
"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 | 1,580 | cpp | /*
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,
13
]
]
] |
38fe8a4d2ad30bc2b474113c53a0c71b8cbf7248 | 7ccf42cf95c94b3d18766451d5641c55cb37bc30 | /src/nes.h | b40883df7843304f6105876f60cb3afa6928f5a8 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | yoshin4444/bjne | 4b8846e69bb4b6735091296489183996fa80a844 | d00e1e401a31e3f716453b267e531199071f63d6 | refs/heads/master | 2021-01-22T19:54:34.318633 | 2010-03-14T23:20:53 | 2010-03-14T23:20:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 958 | h | #ifndef _NES_H
#define _NES_H
#include "types.h"
#include "rom.h"
#include "cpu.h"
#include "ppu.h"
#include "apu.h"
#include "mbc.h"
#include "regs.h"
#include "mapper.h"
#include "renderer.h"
#include "serializer.h"
class nes{
public:
nes(renderer *r);
~nes();
bool load(const char *fname);... | [
"tanaka.hideyuki@gmail.com"
] | [
[
[
1,
50
]
]
] |
b9c4dbc1275e2caf357f84b91db7436b8d03ce84 | 222bc22cb0330b694d2c3b0f4b866d726fd29c72 | /src/nv38box/RaytracerRForce/KernelBVBuilder.h | 60126115b5c9e0e45976281040e4ef1960716dfe | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | darwin/inferno | 02acd3d05ca4c092aa4006b028a843ac04b551b1 | e87017763abae0cfe09d47987f5f6ac37c4f073d | refs/heads/master | 2021-03-12T22:15:47.889580 | 2009-04-17T13:29:39 | 2009-04-17T13:29:39 | 178,477 | 2 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,398 | h | // NV38Box (http://inferno.hildebrand.cz)
// Copyright (c) 2004 Antonin Hildebrand
// licensed under zlib/libpng license (see license.txt)
// released in Shader Triathlon – Summer 2004 ("Contest")
/*! \addtogroup RForce
@{
\ingroup Raytracers
*/
/*! \file KernelBVBuilder.h
\brief Declaration of KernelBVBui... | [
"antonin@hildebrand.cz"
] | [
[
[
1,
51
]
]
] |
7cc2a32f597b0ceabd8a2c507aec0a2baf37e5d1 | ee2e06bda0a5a2c70a0b9bebdd4c45846f440208 | /c++/Pattern/Source/ChainOfResponsibility/ChainOfResponsibility.h | bab1c0a769e25c12842f055068ca648e1cd1ef60 | [] | no_license | RobinLiu/Test | 0f53a376e6753ece70ba038573450f9c0fb053e5 | 360eca350691edd17744a2ea1b16c79e1a9ad117 | refs/heads/master | 2021-01-01T19:46:55.684640 | 2011-07-06T13:53:07 | 2011-07-06T13:53:07 | 1,617,721 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,087 | h | /********************************************************************
created: 2006/07/20
filename: ChainOfResponsibility.h
author: 李创
http://www.cppblog.com/converse/
purpose: ChainOfResponsibility模式的演示代码
*********************************************************************/
#ifndef CH... | [
"RobinofChina@gmail.com@43938a50-64aa-11de-9867-89bd1bae666e"
] | [
[
[
1,
49
]
]
] |
ec7050b701b59f9dcc12b65c1e43d98b6e95add5 | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/nGENE Proj/PrefabTorus.h | a79d7555ceddc83893998505c04d01b59f32bd7d | [] | 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,328 | h | /*
---------------------------------------------------------------------------
This source file is part of nGENE Tech.
Copyright (c) 2006- Wojciech Toman
This program is free software.
File: PrefabTorus.h
Version: 0.01
---------------------------------------------------------------------------
*/
#pra... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
96
]
]
] |
de94eb45871848526ed91d609ed0461d9aeed556 | 0f457762985248f4f6f06e29429955b3fd2c969a | /irrlicht/sdk/irr_bullet/CBulletObjectAnimator.cpp | 9b4317b103c7e63d260165ee9fdef9e8aa8aaa0d | [] | no_license | tk8812/ukgtut | f19e14449c7e75a0aca89d194caedb9a6769bb2e | 3146ac405794777e779c2bbb0b735b0acd9a3f1e | refs/heads/master | 2021-01-01T16:55:07.417628 | 2010-11-15T16:02:53 | 2010-11-15T16:02:53 | 37,515,002 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 24,101 | cpp | #pragma warning (disable:4819)
//for 1.4.1 version
//update gbox3d 2008.8.13 , restitution bug patch
//update gbox3d 2008.8.13 , getRotation() bug patch
//for 1.6.x version
//last update gbox3d 2009.8.11 modify CBPAGT_CONCAVE_LOD_TERRAIN_MESH for irrlicht 1.6.x
#include "CBulletObjectAnimator.h"
#include "... | [
"gbox3d@58f0f68e-7603-11de-abb5-1d1887d8974b"
] | [
[
[
1,
765
]
]
] |
3ea67a3929a44e2dffb7cbd3b45cc646c7a0ac2d | ea613c6a4d531be9b5d41ced98df1a91320c59cc | /7-Zip/CPP/7zip/Crypto/Sha1.cpp | b0f719b7aca8ea74acfdfa29d719afea1ba1310f | [] | no_license | f059074251/interested | 939f938109853da83741ee03aca161bfa9ce0976 | b5a26ad732f8ffdca64cbbadf9625dd35c9cdcb2 | refs/heads/master | 2021-01-15T14:49:45.217066 | 2010-09-16T10:42:30 | 2010-09-16T10:42:30 | 34,316,088 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,563 | cpp | // Crypto/Sha1.cpp
// This file is based on public domain
// Steve Reid and Wei Dai's code from Crypto++
#include "StdAfx.h"
#include "../../../C/RotateDefs.h"
#include "Sha1.h"
namespace NCrypto {
namespace NSha1 {
// define it for speed optimization
// #define _SHA1_UNROLL
static const unsigned ... | [
"jtxuee@gmail.com@8d1da77e-e9f6-11de-9c2a-cb0f5ba72f9d"
] | [
[
[
1,
211
]
]
] |
54abc7eaa1527da03203514e9698577f3fe5fe2b | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Havok/Source/Physics/Collide/Query/CastUtil/hkpWorldRayCaster.h | bfb24cde4e7a4b773037b1d1539afa5ba636a615 | [] | no_license | TheProjecter/olafurabertaymsc | 9360ad4c988d921e55b8cef9b8dcf1959e92d814 | 456d4d87699342c5459534a7992f04669e75d2e1 | refs/heads/master | 2021-01-10T15:15:49.289873 | 2010-09-20T12:58:48 | 2010-09-20T12:58:48 | 45,933,002 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,909 | 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... | [
"olinord@gmail.com"
] | [
[
[
1,
81
]
]
] |
502c8407d7827c4f981158a96f67540411728b8a | 5236606f2e6fb870fa7c41492327f3f8b0fa38dc | /nsrpc/test/EchoTest/EchoServer.h | 3cbcb5552ef840ca17593ad7cbedb36e5cfad106 | [] | no_license | jcloudpld/srpc | aa8ecf4ffc5391b7183b19d217f49fb2b1a67c88 | f2483c8177d03834552053e8ecbe788e15b92ac0 | refs/heads/master | 2021-01-10T08:54:57.140800 | 2010-02-08T07:03:00 | 2010-02-08T07:03:00 | 44,454,693 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,482 | h | #ifndef ECHOTEST_ECHOSERVER_H
#define ECHOTEST_ECHOSERVER_H
#ifdef _MSC_VER
# pragma once
#endif
#include <nsrpc/nsrpc.h>
#include <nsrpc/config/Proactor.h>
#if defined(NSRPC_HAS_PROACTOR)
#include "Config.h"
#include "EchoInterface.h"
#include <nsrpc/detail/SessionRpcNetwork.h>
#include <nsrpc/deta... | [
"kcando@6d7ccee0-1a3b-0410-bfa1-83648d9ec9a4"
] | [
[
[
1,
113
]
]
] |
ccf8c8e089570a0f14505ad48b8496dc0c5a7d74 | 6253ab92ce2e85b4db9393aa630bde24655bd9b4 | /Common/Velodyne/VelodyneReceiver.cpp | 6a0650762a0fb8253c5150c0729c63da8e37d1f6 | [] | no_license | Aand1/cornell-urban-challenge | 94fd4df18fd4b6cc6e12d30ed8eed280826d4aed | 779daae8703fe68e7c6256932883de32a309a119 | refs/heads/master | 2021-01-18T11:57:48.267384 | 2008-10-01T06:43:18 | 2008-10-01T06:43:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,827 | cpp | #include "VelodyneReceiver.h"
#define USE_MATH_DEFINES
#include <math.h>
#include <utility>
#include "../Math/Angle.h"
#include "../Time/Timing.h"
extern HANDLE hStdout;
VelodyneReceiver::VelodyneReceiver(car_timestamp_sync* vtsProvider, bool filter){
udp_params params = udp_params();
params.r... | [
"anathan@5031bdca-8e6f-11dd-8a4e-8714b3728bc5"
] | [
[
[
1,
188
]
]
] |
482e4a447cdd6588731eee200393407e4cc2dc1f | be2e23022d2eadb59a3ac3932180a1d9c9dee9c2 | /GameServer/MapGroupKernel/Enemy.cpp | 0e0ae6d082900c308e3e4c5c2a3211cf97484ed8 | [] | no_license | cronoszeu/revresyksgpr | 78fa60d375718ef789042c452cca1c77c8fa098e | 5a8f637e78f7d9e3e52acdd7abee63404de27e78 | refs/heads/master | 2020-04-16T17:33:10.793895 | 2010-06-16T12:52:45 | 2010-06-16T12:52:45 | 35,539,807 | 0 | 2 | null | null | null | null | GB18030 | C++ | false | false | 4,549 | cpp | #include "windows.h"
#include "define.h"
#include "Enemy.h"
#include "i_mydb.h"
#include "User.h"
#include "AllMsg.h"
#include "MapGroup.h"
MYHEAP_IMPLEMENTATION(CEnemy,s_heap)
CEnemy::CEnemy()
{
}
CEnemy::~CEnemy()
{
}
bool CEnemy::Create(PROCESS_ID idProcess, CUser *pOwner, IDatabase* pDb)... | [
"rpgsky.com@cc92e6ba-efcf-11de-bf31-4dec8810c1c1"
] | [
[
[
1,
203
]
]
] |
7dd190aff6161101104031c858319f594487a30f | 1536bdbfb912d9bec8cea8c85d144033570bcb62 | /agent/browser/ie/pagetest/SocketEvents.cpp | 446638371b3e4e14f16e9d86470576f4d69104a7 | [] | no_license | sdo-ops/WebPageTest-mirror- | ad6efec365471072ce62b6ecaa4c1eb4f2808794 | 16bcff6e67a49bc84611cedd3f2d7224893ef021 | refs/heads/master | 2020-12-24T13:28:49.940398 | 2011-02-20T16:37:45 | 2011-02-20T16:37:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,885 | cpp | /*
Copyright (c) 2005-2007, AOL, 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:
* Redistributions of source code must retain the above copyright notice,
this list of conditions a... | [
"PatMeenan@gmail.com@aac4e670-4c05-fb8f-3594-08f7db841d5f"
] | [
[
[
1,
585
]
]
] |
ac95732a972fb9de5e2ecce7fb8b2636aa72ee3e | ab2777854d7040cc4029edcd1eccc6d48ca55b29 | /Algorithm/AutoFinder/NonCachedTextMgr/NonCachedTextArgMgr.cpp | aaf1358a6978475e476ebf5ff3b3e7d93c6811da | [] | no_license | adrix89/araltrans03 | f9c79f8e5e62a23bbbd41f1cdbcaf43b3124719b | 6aa944d1829006a59d0f7e4cf2fef83e3f256481 | refs/heads/master | 2021-01-10T19:56:34.730964 | 2009-12-21T16:21:45 | 2009-12-21T16:21:45 | 38,417,581 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 20,984 | cpp |
#pragma warning(disable:4312)
#pragma warning(disable:4996)
#include "../stdafx.h"
#include "NonCachedTextArgMgr.h"
#include "NonCachedTextArg.h"
#include "Misc.h"
#define TEXT_ARG_POOL_SIZE 100
CNonCachedTextArgMgr* CNonCachedTextArgMgr::_inst = NULL;
int MyWideCharToMultiByte(
UINT CodePage,
... | [
"arallab3@883913d8-bf2b-11de-8cd0-f941f5a20a08"
] | [
[
[
1,
862
]
]
] |
81816ed7d147da1a72e010611a0b4a4d59fc1601 | d249c8f9920b1267752342f77d6f12592cb32636 | /moteurGraphique/src/Moteur2D/Objet2D/Objet2D.cpp | 9617a8c4a94773519e1673c96ba9203b1e4325e2 | [] | no_license | jgraulle/stage-animation-physique | 4c9fb0f96b9f4626420046171ff60f23fe035d5d | f1b0c69c3ab48f256d5ac51b4ffdbd48b1c001ae | refs/heads/master | 2021-12-23T13:46:07.677761 | 2011-03-08T22:47:53 | 2011-03-08T22:47:53 | 33,616,188 | 0 | 0 | null | 2021-10-05T10:41:29 | 2015-04-08T15:41:32 | C++ | ISO-8859-1 | C++ | false | false | 2,932 | cpp | /*
* Objet2D.cpp
*
* Created on: 6 févr. 2009
* Author: jeremie GRAULLE
*/
#include "Objet2D.h"
#include "../../Ressource/RessourceManager.h"
#include <GL/gl.h>
Objet2D::Objet2D(const Texture * texture, const Vecteur2 & position, const Vecteur2 & taille, f32 angle)
: texture(texture), posit... | [
"jgraulle@74bb1adf-7843-2a67-e58d-b22fe9da3ebb"
] | [
[
[
1,
112
]
]
] |
06f266a7f715e6d8dbd271e968a075984f96dd9d | 037faae47a5b22d3e283555e6b5ac2a0197faf18 | /plugins/gs/gsdx9/GSCaptureDlg.h | 758493f904868ab3fcdea75c3b2306705a617388 | [] | no_license | isabella232/pcsx2-sourceforge | 6e5aac8d0b476601bfc8fa83ded66c1564b8c588 | dbb2c3a010081b105a8cba0c588f1e8f4e4505c6 | refs/heads/master | 2023-03-18T22:23:15.102593 | 2008-11-17T20:10:17 | 2008-11-17T20:10:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,905 | h | /*
* Copyright (C) 2003-2005 Gabest
* http://www.gabest.org
*
* 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, or (at your option)
* any later version.
* ... | [
"zerofrog@23c756db-88ba-2448-99d7-e6e4c676ec84"
] | [
[
[
1,
70
]
]
] |
fe0a7f29f11533fbe7f288b37a83413e2249c52d | bd37f7b494990542d0d9d772368239a2d44e3b2d | /server/src/StartJugador.cpp | 016d3eaf183ff302536e7fc5d9f6c9513abe2347 | [] | no_license | nicosuarez/pacmantaller | b559a61355517383d704f313b8c7648c8674cb4c | 0e0491538ba1f99b4420340238b09ce9a43a3ee5 | refs/heads/master | 2020-12-11T02:11:48.900544 | 2007-12-19T21:49:27 | 2007-12-19T21:49:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,122 | cpp | ///////////////////////////////////////////////////////////
// StartJugador.cpp
// Implementation of the Class StartJugador
// Created on: 21-Nov-2007 23:40:18
///////////////////////////////////////////////////////////
#include "StartJugador.h"
StartJugador* StartJugador::pStartJugador = NULL;
... | [
"scamjayi@5682bcf5-5c3f-0410-a8fd-ab24993f6fe8"
] | [
[
[
1,
76
]
]
] |
0432cee812991230eb3a388bd55290abf346a705 | 4aadb120c23f44519fbd5254e56fc91c0eb3772c | /Source/EduNetGames/ModCtf/NetCtfGameLogic.cpp | 98b3b47567bda3b3e3c2c38aee44f04def03ec99 | [] | no_license | 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 | 4,363 | cpp | //-----------------------------------------------------------------------------
// Copyright (c) 2009, Jan Fietz, Cyrus Preuss
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// *... | [
"janfietz@localhost"
] | [
[
[
1,
133
]
]
] |
b67410259ef8c6e235c40957c36c8c22c46856c6 | 7b379862f58f587d9327db829ae4c6493b745bb1 | /Source/Commands.cpp | 0e55e47304e0b9c85eb4cae2dc7d91874b777e0a | [] | no_license | owenvallis/Nomestate | 75e844e8ab68933d481640c12019f0d734c62065 | 7fe7c06c2893421a3c77b5180e5f27ab61dd0ffd | refs/heads/master | 2021-01-19T07:35:14.301832 | 2011-12-28T07:42:50 | 2011-12-28T07:42:50 | 2,950,072 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 651 | cpp | /*
==============================================================================
Commands.cpp
Created: 10 Oct 2011 10:17:05pm
Author: Dimitri Diakopoulos
==============================================================================
*/
#include "Commands.h"
const String Commands::SEND_... | [
"ow3nskip"
] | [
[
[
1,
26
]
]
] |
7f6cfc480454ff1035624133a4b37755f3550fc0 | 8b506bf34b36af04fa970f2749e0c8033f1a9d7a | /Code/Games/FencingGame/feMain.h | 31d75507955219c6f08b46350a2f858ac51168aa | [] | no_license | gunstar/Prototype | a5155e25d7d54a1991425e7be85bfc7da42c634f | a4448b5f6d18048ecaedf26c71e2b107e021ea6e | refs/heads/master | 2021-01-10T21:42:24.221750 | 2011-11-06T10:16:26 | 2011-11-06T10:16:26 | 2,708,481 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 554 | h | /*
feMain
*/
#ifndef _feMain
#define _feMain
#include "gaCamera.h"
class feMain: eiInput, eiTicker
{
public:
feMain (eiEngine* engine) { Engine = engine; }
void run ();
private:
void setCameraActive (int index);
private:
void eiInput_key (int key, bool down);
private:
voi... | [
"mb@mbrodersen.com"
] | [
[
[
1,
40
]
]
] |
a0201eaf7c75d20cf524b1d6382afc0cca01b730 | ea12fed4c32e9c7992956419eb3e2bace91f063a | /zombie/code/renaissance/rnsbasicactions/src/ngpclimbladder/ngpclimbladder.cc | fe456abcc3298fb1f787a6a93a4f4dadacebe740 | [] | 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 | 1,575 | cc | #include "precompiled/pchrnsbasicactions.h"
//------------------------------------------------------------------------------
// ngpclimbladder.cc
// (C) 2005 Conjurer Services, S.A.
//------------------------------------------------------------------------------
#include "ngpclimbladder/ngpclimbladder.h"
#inc... | [
"magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91"
] | [
[
[
1,
64
]
]
] |
7b89c873f58703a11141e00b2f78b76d9eb938c6 | a5de878687ee2e72db865481785dafbeda373e2a | /trunck/OpenPR-0.0.2/sci_gateway/qdmatch/Keypoint.h | c722ea970250baca18bc91c2f1008b115dd4e3f1 | [
"BSD-3-Clause"
] | permissive | Augertron/OpenPR | 8f43102fd5811d26301ef75e0a1f2b6ba9cbdb73 | e2b1ce89f020c1b25df8ac5d93f6a0014ed4f714 | refs/heads/master | 2020-05-15T09:31:08.385577 | 2011-03-21T02:51:40 | 2011-03-21T02:51:40 | 182,178,910 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,350 | h | //////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2009 OpenPR
// 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... | [
"openpr@9318c073-892e-421e-b8e5-d5f98a2b248e"
] | [
[
[
1,
94
]
]
] |
1fad1a99cb985ccd5b1c1379fcdd50d97abeff17 | 36d0ddb69764f39c440089ecebd10d7df14f75f3 | /プログラム/Game/Scene/GameSceneState.h | 86d2c357329b8ec6feb12723e73060fcd094bb5b | [] | no_license | weimingtom/tanuki-mo-issyo | 3f57518b4e59f684db642bf064a30fc5cc4715b3 | ab57362f3228354179927f58b14fa76b3d334472 | refs/heads/master | 2021-01-10T01:36:32.162752 | 2009-04-19T10:37:37 | 2009-04-19T10:37:37 | 48,733,344 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 2,534 | h | /*******************************************************************************/
/**
* @file GameSceneState.h.
*
* @brief ゲームシーン状態クラス定義.
*
* @date 2008/11/27.
*
* @version 1.00.
*
* @author Kenji Iwata.
*/
/*******************************************************************************/
#ifndef... | [
"rs.drip@aa49b5b2-a402-11dd-98aa-2b35b7097d33"
] | [
[
[
1,
99
]
]
] |
9af3986573cb59307c182e26250c5d8b4e74f6d9 | 965bcb2cd3d377b03840ae3899bc1243d2b6203d | /engineTest/engineTest/gameHUD.h | 1f84cb55babfd569c81c648aceb40e3ea90995d0 | [] | no_license | VirtuosoChris/gameaiproject1 | 42cd6245a824e2a5c09384b1f756a31b4ec904e7 | 789a6a420559bf32e15fa56db64c7c063df668e7 | refs/heads/master | 2020-06-01T19:00:15.998072 | 2009-04-19T19:25:29 | 2009-04-19T19:25:29 | 32,121,286 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,180 | h | #ifndef GAME_HUD
#define GAME_HUD
#include "irrlicht.h"
#include <string.h>
using namespace irr;
using namespace video;
//Object that represents all Scene Nodes Assembled for in-game HUD and UI
class gameHUD {
private:
video::IVideoDriver* driver;
enum {PRE_PLAY,PLAY,PAUSE,BREAK,END_GAME}; int gameSta... | [
"cthomas.mail@be266342-eca9-11dd-a550-c997509ed985",
"javidscool@be266342-eca9-11dd-a550-c997509ed985"
] | [
[
[
1,
7
],
[
9,
12
],
[
17,
20
],
[
22,
29
]
],
[
[
8,
8
],
[
13,
16
],
[
21,
21
]
]
] |
b05fabdc6999449d1dc3c6a4146583e225abf944 | 31d36971c94cb81c58b9f0b2f991ee7fb1034a47 | /Pekka Kana 2/PK2Sprite.cpp | 436463f995c814fb2d2f81209bdeb96bf62680f4 | [] | no_license | stt/pk2 | e23a80f985fcb13ae57eb5cba8352be68291e3fe | 8ca3fb99a21fdbf80ffda079051c5fb5c5b71341 | refs/heads/master | 2023-04-22T19:09:37.115934 | 2010-09-09T21:39:25 | 2010-09-09T21:39:25 | 897,109 | 11 | 4 | null | null | null | null | ISO-8859-1 | C++ | false | false | 56,444 | cpp | #ifdef WIN32
#include <windows.h>
#include <windowsx.h>
#include <mmsystem.h>
#include <io.h>
#endif
#include <stdlib.h>
#include <stdio.h>
#include <fstream>
#include "PK2Sprite.h"
#include "PisteDraw.h"
#include "PisteSound.h"
#define _MAX_PATH 128
using namespace std;
/* -------- PK2Sprite Pr... | [
"samuli@samuli-laptop.(none)",
"samuli.tuomola@gmail.com"
] | [
[
[
1,
925
],
[
927,
955
],
[
958,
2638
]
],
[
[
926,
926
],
[
956,
957
]
]
] |
dcbc59148d9e2b175cf17dfb2041f8389643399f | 0dba4a3016f3ad5aa22b194137a72efbc92ab19e | /a2e/src/scene.h | bee0b53bf207979962c0f9f0f29fa551b8d488f0 | [] | no_license | BackupTheBerlios/albion2 | 11e89586c3a2d93821b6a0d3332c1a7ef1af6abf | bc3d9ba9cf7b8f7579a58bc190a4abb32b30c716 | refs/heads/master | 2020-12-30T10:23:18.448750 | 2007-01-26T23:58:42 | 2007-01-26T23:58:42 | 39,515,887 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,410 | h | /*
* 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 program is distributed in the hope that it ... | [
"florian.ziesche@gmail.com"
] | [
[
[
1,
144
]
]
] |
311a169c3d8db419434bc0a07c982b04fcc9e882 | 25426133cf6405c5cebf4b51c48ff3dce2629ea9 | /particle/particles.cpp | 2ccc66a8e45a7b701b230a5749aac9806ab80dba | [] | no_license | tolhc1234/openglengine | 456fd5a099b30544af1e338fab289402d2b81341 | 6ed525f9a74235605157e68728e36b8b5291b096 | refs/heads/master | 2021-01-10T02:38:58.457222 | 2010-01-12T20:28:21 | 2010-01-12T20:28:21 | 50,214,430 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,040 | cpp | #include "particles.h"
#include <GL/glew.h>
#include <GL/glext.h>
#include <GL/gl.h>
#include "../random.h"
#include "../image/texture.h"
texture* vuur;
particles::particles()
{
}
void particles::init(float size, int duration, float speed, int ammount, float* direction, float* color, float* posXYZ, fl... | [
"germanmushroom@hotmail.com"
] | [
[
[
1,
114
]
]
] |
d62493d9ac4cae91d43f963f80e133d6487453a9 | 49b6646167284329aa8644c8cf01abc3d92338bd | /SEP2_M6/FSM/Puck_FSM_2.h | e7521b8b80ca0728597ce4edf60304909414440c | [] | no_license | StiggyB/javacodecollection | 9d017b87b68f8d46e09dcf64650bd7034c442533 | bdce3ddb7a56265b4df2202d24bf86a06ecfee2e | refs/heads/master | 2020-08-08T22:45:47.779049 | 2011-10-24T12:10:08 | 2011-10-24T12:10:08 | 32,143,796 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,373 | h | #ifndef PUCK_FSM_2_H_
#define PUCK_FSM_2_H_
#include <vector>
#include <iostream.h>
#include "Puck_FSM.h"
#include "../HAL/HALCore.h"
//#define PUCK_FSM_2_DEBUG
/**
* Puck_FSM_2
*
* SE2 (+ SY and PL) Project SoSe 2011
*
* Milestone 4: Automatenimplementierung
*
* Authors: Rico Flaegel,
* ... | [
"on.east@gmail.com@72d44fe2-11f0-84eb-49d3-ba3949d4c1b1",
"Torsten.Krane@googlemail.com@72d44fe2-11f0-84eb-49d3-ba3949d4c1b1"
] | [
[
[
1,
8
],
[
10,
109
]
],
[
[
9,
9
]
]
] |
1ffcc445fae37f62a3bb85910ae119b52e431bfa | bd89d3607e32d7ebb8898f5e2d3445d524010850 | /connectivitylayer/usbphonetlink/usbpnserver_exe/inc/cusbpnserver.h | a83abd5519021b474bd83ac1685e21773ffc44c1 | [] | no_license | wannaphong/symbian-incubation-projects.fcl-modemadaptation | 9b9c61ba714ca8a786db01afda8f5a066420c0db | 0e6894da14b3b096cffe0182cedecc9b6dac7b8d | refs/heads/master | 2021-05-30T05:09:10.980036 | 2010-10-19T10:16:20 | 2010-10-19T10:16:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,527 | h | /*
* Copyright (c) 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.eclipse.o... | [
"dalarub@localhost"
] | [
[
[
1,
109
]
]
] |
859e1ef04a315fedae06f55061161aa78bed0f45 | 36d0ddb69764f39c440089ecebd10d7df14f75f3 | /プログラム/Ngllib/src/Bone.cpp | 9b253762dd1609872e0cf954a41f78b89badfd18 | [] | no_license | weimingtom/tanuki-mo-issyo | 3f57518b4e59f684db642bf064a30fc5cc4715b3 | ab57362f3228354179927f58b14fa76b3d334472 | refs/heads/master | 2021-01-10T01:36:32.162752 | 2009-04-19T10:37:37 | 2009-04-19T10:37:37 | 48,733,344 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 5,833 | cpp | /*******************************************************************************/
/**
* @file Bone.cpp.
*
* @brief ボーン情報クラスソースファイル.
*
* @date 2008/10/16.
*
* @version 1.00.
*
* @author Kentarou Nishimura.
*/
/******************************************************************************/
#incl... | [
"rs.drip@aa49b5b2-a402-11dd-98aa-2b35b7097d33"
] | [
[
[
1,
253
]
]
] |
2cb2dd2af21d9014638ee3f21575d7185d556d4b | 904b92806d75601317f0158eb142d3565c0b0aba | /vstParameter.h | 5c8a935e91f873214b4d4b807bc4e05cc9ea69c4 | [] | no_license | alessandrostone/bitmangler | 604735d457f9ef68004caf664695005c087d1b79 | 830e6e473a7aa0795385152cd4066c6d46e84cfd | refs/heads/master | 2016-08-12T06:43:35.508327 | 2008-07-25T18:23:50 | 2008-07-25T18:23:50 | 45,255,449 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,004 | h | // vstParameter.h: interface for the vstParameter class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_VSTPARAMETER_H__495CF2F6_C20C_4CC3_94AE_9AAFA3170F10__INCLUDED_)
#define AFX_VSTPARAMETER_H__495CF2F6_C20C_4CC3_94AE_9AAFA3170F10__INCLUDED_
#include <juce.h>
c... | [
"kubiak.roman@a8fb966b-8e52-0410-b8b9-d5648befe747"
] | [
[
[
1,
35
]
]
] |
92e6dc9df10aa5edac8e36a72cb34cbf2d78df49 | 29c5bc6757634a26ac5103f87ed068292e418d74 | /src/test/Tests/GameClient.cpp | a66e7665953d0750c860be6141ad8bbaa3dad95f | [] | no_license | drivehappy/tlapi | d10bb75f47773e381e3ba59206ff50889de7e66a | 56607a0243bd9d2f0d6fb853cddc4fce3e7e0eb9 | refs/heads/master | 2021-03-19T07:10:57.343889 | 2011-04-18T22:58:29 | 2011-04-18T22:58:29 | 32,191,364 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,700 | cpp | #include "Test.h"
#include "TestUserInterface.h"
CGameClient *gameClient = NULL;
void Test_GameClientLoadMap(PVOID retVal, CGameClient *client, u32 unk0, bool& calloriginal)
{
gameClient = client;
testLogger.WriteLine(Info,
L"GameClient(%p)::LoadMap( unk0(%x) ) returns Unk(%p)",
client, unk0, ... | [
"drivehappy@53ea644a-42e2-1498-a4e7-6aa81ae25522"
] | [
[
[
1,
62
]
]
] |
ebc1a3c635cb7384195656a6804663b33cc6cbe2 | f6f211b3263e4bc12b263d481180aed044e7718a | /InnerActiveAd/InnerActiveAdWidget.h | bccf9734904c9e53f714e522ca9828cc8838dec2 | [] | no_license | archerabi/ContactImage | e0468620540e86ac0b624f11990592cb1f387122 | 3167e97b431c44d5d1af8cea486d3061f7f2377a | refs/heads/master | 2021-01-10T19:43:47.745836 | 2011-01-10T05:27:09 | 2011-01-10T05:27:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,246 | h | #ifndef INNERACTIVEADWIDGET_H
#define INNERACTIVEADWIDGET_H
#include <QFrame>
#include <QUrl>
class QLabel;
class QBuffer;
/**
* @brief InnerActiveAdWidget description.
*
* InnerActiveAdWidget (derived from QFrame) class object is created by InnerActiveAdModule::createAdBanner function.
*
*/
class Inn... | [
"archerabi@gmail.com"
] | [
[
[
1,
60
]
]
] |
8c00f2a6d10046808c91d6b7c9fc6378396174b0 | ac559231a41a5833220a1319456073365f13d484 | /src/sal/drivers/old/tests/auvgo.cpp | 1d5b14bd1dcb6aaabe17a08038810be2616db9e1 | [] | no_license | mtboswell/mtboswell-auvc2 | 6521002ca12f9f7e1ec5df781ed03419129b8f56 | 02bb0dd47936967a7b9fa7d091398812f441c1dc | refs/heads/master | 2020-04-01T23:02:15.282160 | 2011-07-17T16:48:34 | 2011-07-17T16:48:34 | 32,832,956 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,839 | cpp | /*
* File: auvgo.cpp
*
* Test the AUVstateflow simulink model
*
* See {modelname}/ert_main.cpp for code generation info
*
*/
#include <stdio.h> /* This ert_main.c example uses printf/fflush */
#include <iostream>
#include "AUVstateflow/AUVstateflow.h" /* Model's header file *... | [
"cdel@vt.edu"
] | [
[
[
1,
109
]
]
] |
22a610b0197894b21a8446b2eab50580435797cd | 6060f9c92def1805578fe21068c193421e058278 | /src/Context.cpp | 34d318d494433b2bafafa28a3b5da0c2f434ce23 | [] | no_license | MatthewNg3416/jaicam_test | 134150cba552a17f9fa94d678ff8a66923a0b82a | 8079fa66acde4b77023678b436891bcfe19ba8ca | refs/heads/master | 2021-05-27T00:19:23.665817 | 2011-05-12T15:53:41 | 2011-05-12T15:53:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 239 | cpp | /*
* Stub of VS Context.cpp
*
*/
#include "Context.h"
Context::Context()
{
}
Context::~Context()
{
}
Context& Context::operator=(Context &rhs)
{
if (this != &rhs)
_camera = rhs._camera;
return *this;
} | [
"scottellis.developer@gmail.com"
] | [
[
[
1,
22
]
]
] |
db3786ca6d3a8e8ae51fc4ec1b61709ee254db42 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/functional/hash/test/hash_set_test.cpp | 1e279707ba62e674766b4b9a443c384154539a98 | [
"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 | 862 | cpp |
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
// subject to the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include "./config.hpp"
#ifdef TEST_EXTENSIONS
# ifdef TEST_STD_INCLUDES
# inc... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
40
]
]
] |
df6bbc2eb73276d23c81511adc8fa40ec5f26a2d | fc4946d917dc2ea50798a03981b0274e403eb9b7 | /gentleman/gentleman/WindowsAPICodePack/WindowsAPICodePack/DirectX/DirectX/DirectWrite/DWriteFontFamilyCollection.cpp | bca0a522b3ec7fc156affc714b6d5a41ffccb42e | [] | no_license | midnite8177/phever | f9a55a545322c9aff0c7d0c45be3d3ddd6088c97 | 45529e80ebf707e7299887165821ca360aa1907d | refs/heads/master | 2020-05-16T21:59:24.201346 | 2010-07-12T23:51:53 | 2010-07-12T23:51:53 | 34,965,829 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,387 | cpp | // Copyright (c) Microsoft Corporation. All rights reserved.
#include "stdafx.h"
#include "DWriteFontFamilyCollection.h"
#include "DWriteFontFamily.h"
#include <msclr/lock.h>
using namespace msclr;
FontFamilyCollection::FontFamilyCollection(IDWriteFontCollection* pFontCollection) : DirectUnknown(pFontColle... | [
"lucemia@9e708c16-f4dd-11de-aa3c-59de0406b4f5"
] | [
[
[
1,
218
]
]
] |
d0bb91c4eb015707128f7050636848b4c79f0dec | f8403b6b1005f80d2db7fad9ee208887cdca6aec | /JuceLibraryCode/modules/juce_graphics/contexts/juce_LowLevelGraphicsPostScriptRenderer.cpp | 11c31deeec5591047b357415ce682bb5cc112ef7 | [] | no_license | sonic59/JuceText | 25544cb07e5b414f9d7109c0826a16fc1de2e0d4 | 5ac010ffe59c2025d25bc0f9c02fc829ada9a3d2 | refs/heads/master | 2021-01-15T13:18:11.670907 | 2011-10-29T19:03:25 | 2011-10-29T19:03:25 | 2,507,112 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,351 | cpp | /*
==============================================================================
This file is part of the JUCE library - "Jules' Utility Class Extensions"
Copyright 2004-11 by Raw Material Software Ltd.
------------------------------------------------------------------------------
JUCE can be r... | [
"supermario30@gmail.com"
] | [
[
[
1,
546
]
]
] |
d6bea1f673063cd3bd84bdb03cca1c54d23cb104 | fa134e5f64c51ccc1c2cac9b9cb0186036e41563 | /GT/VerticalVelocityIndicator.h | 771fb5c9651148eb7bffa838c2604d0fa7d68fc9 | [] | no_license | dlsyaim/gradthes | 70b626f08c5d64a1d19edc46d67637d9766437a6 | db6ba305cca09f273e99febda4a8347816429700 | refs/heads/master | 2016-08-11T10:44:45.165199 | 2010-07-19T05:44:40 | 2010-07-19T05:44:40 | 36,058,688 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 183 | h | #pragma once
#include "Instrument.h"
class VerticalVelocityIndicator :
public Instrument
{
public:
VerticalVelocityIndicator(void);
~VerticalVelocityIndicator(void);
};
| [
"Jingfei.Hu@gmail.com@3a95c3f6-2b41-11df-be6c-f52728ce0ce6"
] | [
[
[
1,
10
]
]
] |
bcd171850472f6c9370994f7a214b8a641813332 | 6114db1d18909e8d38365a81ab5f0b1221c6d479 | /Sources/AsProfiled/Node.h | 4f1228fa4e85e531312ff32c20f14372132aa94b | [] | no_license | bitmizone/asprofiled | c6bf81e89037b68d0a7c8a981be3cd9c8a4db7c7 | b54cb47b1d3ee1ce6ad7077960394ddd5578c0ff | refs/heads/master | 2021-01-10T14:14:42.048633 | 2011-06-21T11:38:26 | 2011-06-21T11:38:26 | 48,724,442 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 376 | h | #pragma once
#include <vector>
#include "Operator.h"
enum NodeType { BaseNode, ParamNode };
class CNode
{
public:
CNode(void);
~CNode(void);
virtual NodeType GetType();
virtual std::wstring GetValue();
bool IsTerminal();
Operator::TokenTypeEnum tokenType;
std::vector<CNode*>* children;
bo... | [
"adamsonic@cf2cc628-70ab-11de-90d8-1fdda9445408"
] | [
[
[
1,
22
]
]
] |
9525085f2b132495f888c290c7c99bd847008149 | 4797c7058b7157e3d942e82cf8ad94b58be488ae | /MyCamera.cpp | e4490200a39fff27235d50d86645d5b3a91bf3bd | [] | no_license | koguz/DirectX-Space-Game | 2d1d8179439870fd1427beb9624f1c5452546c39 | be672051fd0009cbd5851c92bd344d3b23645474 | refs/heads/master | 2020-05-18T02:11:47.963185 | 2011-05-25T14:35:26 | 2011-05-25T14:35:26 | 1,799,267 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,053 | cpp | /*
MyCamera.cpp
Kaya Oguz <0705907>
*/
#include "MyCamera.h"
MyCamera::MyCamera()
{
Device = 0;
position = D3DXVECTOR3(0.0f, 0.0f, 0.0f);
look = D3DXVECTOR3(0.0f, 0.0f, 1000.0f);
up = D3DXVECTOR3(0.0f, 1.0f, 0.0f);
}
MyCamera::MyCamera(IDirect3DDevice9 *d)
{
Device = d;
position = D3DXVECTO... | [
"kayaoguz@gmail.com"
] | [
[
[
1,
44
]
]
] |
68a070a60fa73c0e1109a754d1c314ac96261169 | b5ad65ebe6a1148716115e1faab31b5f0de1b493 | /src/AranGl/BasicObjects.cpp | 26c1bf78d7070c01693e3edddb094483ff68737f | [] | 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 | 2,087 | cpp | #include "AranGlPCH.h"
#include "BasicObjects.h"
static GLuint compileUnitBox()
{
GLuint listId = glGenLists(1);
glNewList(listId, GL_COMPILE);
glBegin(GL_QUADS);
glNormal3f(0, 0, 1); glVertex3f( -0.5f, -0.5f, 0.5f); // Top
glNormal3f(0, 0, 1); glVertex3f( 0.5f, -0.5f, 0.5f); /... | [
"gasbank@gmail.com"
] | [
[
[
1,
52
]
]
] |
66c07a8a57b5106dbfc32d6143ff64bc4b71503b | 8a47aa7c36fa2b9ea76cf2ef9fea8207d40a71a2 | /devilheart/project_pin/library/xed2-ia32/examples/xed-enc-lang.cpp | dfb39d5acf2864718ff4f6819b4c1be2947ca710 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | iidx/devilheart | 4eae52d7201149347d3f93fdf0202e2520313bf3 | 13a28efa9f9a37a133b52301642c7ebc264697d5 | refs/heads/master | 2021-01-10T10:17:58.686621 | 2010-03-16T03:16:18 | 2010-03-16T03:16:18 | 46,808,731 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,485 | cpp | /*BEGIN_LEGAL
Intel Open Source License
Copyright (c) 2002-2009 Intel Corporation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
Redistributions of source code must retain the above copyr... | [
"hsqfire@86a7f5e6-5eca-11de-8a4b-256bef446c6c"
] | [
[
[
1,
616
]
]
] |
f7bb9aa9ed6c62fc39c6fd86337ce41f5308ad9d | bda7b365b5952dc48827a8e8d33d11abd458c5eb | /Runnable_PS3/tile.cpp | cb8e3ecdcf54f4af144421820a618253dd7fb2f4 | [] | 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 | 2,765 | cpp | /* SCE CONFIDENTIAL
* PlayStation(R)3 Programmer Tool Runtime Library 330.001
* Copyright (C) 2009 Sony Computer Entertainment Inc.
* All Rights Reserved.
*/
#define __CELL_ASSERT__
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
// libgcm
#include <cell/gcm.h>
#... | [
"leavesmaple@383b229b-c81f-2bc2-fa3f-61d2d0c0fe69"
] | [
[
[
1,
88
]
]
] |
ccbae94271a7f6980d08ee49d6aab5b1b1cb82b0 | 0bb573926a584973e63de0ea6ecfa627fcc54710 | /Head_Tracking/main.cpp | 3639b4b70d38d69ed058692481461ce960a3f994 | [] | no_license | hadgiske/kinect-head-tracking | 19157f9c3247e90f76975099b06a459642d5af7d | a9d0a76dc9274728e8404f91a4c91232065b7269 | refs/heads/master | 2021-01-20T02:15:24.608847 | 2011-01-07T01:31:27 | 2011-01-07T01:31:27 | 32,096,537 | 2 | 0 | null | null | null | null | ISO-8859-3 | C++ | false | false | 12,081 | cpp | // Allgemein
#include <iostream>
#include <stdlib.h>
#include <string>
// Glut
#include <GL/glut.h>
// OpenNI
#include <XnCppWrapper.h>
#include <fstream>
#include <cmath>
#include "textures.h"
using namespace std;
/* Defines */
#define WINDOW_SIZE_X 1024
#define WINDOW_SIZE_Y 768
//#define DEB... | [
"Sp3ssi@17e18ffd-2d5c-bf65-2f45-b884abe9fe7f"
] | [
[
[
1,
478
]
]
] |
76d707f071b97668c0f5ec8cb3c6cbbe4b726ee3 | 27d5670a7739a866c3ad97a71c0fc9334f6875f2 | /CPP/Targets/WayFinder/symbian-r6/EditFavoriteView.h | 84615af839cc5d179bc80bf5b7e66b75e8c1d266 | [
"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 | 4,466 | 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,
147
]
]
] |
ca94f3a42bf279410597e8cc1232b9c9064aa0a4 | 3daaefb69e57941b3dee2a616f62121a3939455a | /mgllib-test/af2-test/tutorial/tutorial_7.cpp | 27d295dce2fa919d418afe697aeb8424f52f0109 | [] | no_license | myun2ext/open-mgl-legacy | 21ccadab8b1569af8fc7e58cf494aaaceee32f1e | 8faf07bad37a742f7174b454700066d53a384eae | refs/heads/master | 2016-09-06T11:41:14.108963 | 2009-12-28T12:06:58 | 2009-12-28T12:06:58 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 739 | cpp | #include "mglaugust2.h"
class CMyFrame : public CAugustWindowFrame2
{
private:
CAugustText2 m_text;
CAugustText2 m_text2;
public:
// 初期化時に呼ばれる
bool OnGraphicInitEnded()
{
RegistControl(&m_text);
RegistControl(&m_text2);
m_text.SetText("これはテストなりー。");
m_text2.SetText("デカい文字なりー");
m_... | [
"myun2@6d62ff88-fa28-0410-b5a4-834eb811a934"
] | [
[
[
1,
36
]
]
] |
cfe79152674282cdf08613acdec2eca7f0ec2b22 | b5ad65ebe6a1148716115e1faab31b5f0de1b493 | /src/ExampleParser/ExampleParser.cpp | cff3f9f004bec715f3f978847c0824aedf197fbe | [] | 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 | 2,174 | cpp | // ExampleParser.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
static void Cleanup()
{
ArnCleanupXmlParser();
ArnCleanupImageLibrary();
ArnCleanupPhysics();
}
int main(int argc, const char* argv[])
{
if (argc != 2)
{
printf("Please provide the input XML file... | [
"gasbank@gmail.com"
] | [
[
[
1,
83
]
]
] |
1667490bd0ff1c03119a38e527774438fc4f93e2 | 5155ce0bfd77ae28dbf671deef6692220ac71aba | /main/src/exe/Test_dx8.cpp | 1ddecf6ae5e4bb5924ef21ebc0244f69f0c05e58 | [] | no_license | OldRepoPreservation/taksi | 1ffcfbb0a100520ba4a050f571a15389ee9e9098 | 631c9080c14cf80d028b841ba41f8e884d252c8a | refs/heads/master | 2021-07-08T16:26:24.168833 | 2011-03-13T22:00:57 | 2011-03-13T22:00:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,660 | cpp | //
// Test_DX8.cpp
// must be in seperate file from DX9
//
#include "../stdafx.h"
#include "Taksi.h"
#ifdef USE_DIRECTX8
#include <d3d8types.h>
#include <d3d8.h>
typedef IDirect3D8* (STDMETHODCALLTYPE *DIRECT3DCREATE8)(UINT);
bool Test_DirectX8( HWND hWnd )
{
// get the offset from the start of the D... | [
"MenaceSan@users.noreply.github.com"
] | [
[
[
1,
85
]
]
] |
668ef96e940875ecddde68730ee40b79d88f0631 | 5ff30d64df43c7438bbbcfda528b09bb8fec9e6b | /kcore/util/Random.h | 9e1f5acfe238c0a13a9a102bd4eb2c3e17b64ac1 | [] | no_license | lvtx/gamekernel | c80cdb4655f6d4930a7d035a5448b469ac9ae924 | a84d9c268590a294a298a4c825d2dfe35e6eca21 | refs/heads/master | 2016-09-06T18:11:42.702216 | 2011-09-27T07:22:08 | 2011-09-27T07:22:08 | 38,255,025 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 336 | h | #pragma once
#include <kcore/sys/Atomic.h>
namespace gk
{
/**
* @class Random
*
* Wraps system random function
*/
class Random
{
public:
/**
* A system rand wrapper
*
* @return Random value generated with time seed.
*/
static int Rand();
private:
static Atomic<int> seed;
};... | [
"darkface@localhost"
] | [
[
[
1,
27
]
]
] |
751ca0511c2d63e3c217eca5c512c9a4ed30a1fc | 3a53382dd8e6ea42b9347c4e505494efa808ef2e | /src/scale.cpp | 8e256a5d2fa43d8ac6314a8d4897a4c89b1e7e02 | [] | no_license | zed0/aeolus | ca5dc6f06dcd6b59bc5623d7e48a289ca25a3e87 | 37ae7a1bbdf7c7fbd4ea6de51fd59cf60be72287 | refs/heads/master | 2020-05-29T15:16:45.760231 | 2011-11-24T19:39:33 | 2011-11-24T19:39:33 | 2,845,641 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 406 | cpp | #include "scale.h"
scale::scale(Mat& image_,float scaleValue):preprocessor(image_)
{
this->scaleValue = scaleValue;
}
void scale::run()
{
//scale the resolution of the image
int width = image.rows*scaleValue;
int height = image.cols*scaleValue;
resize(image, image, Size(width,height), INTER_NEAREST);... | [
"ben@falconers.me.uk"
] | [
[
[
1,
19
]
]
] |
9e1fe9f864e05c4c4e7b596431503f43e8ff17f5 | 00b979f12f13ace4e98e75a9528033636dab021d | /branches/zfs/src/thr_server.cc | d811b2b5063f8df3d64dd146faa1e15cf20f7562 | [] | 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,010 | cc | //
// thr_server.cc for in
//
// Made by texane
// Login <texane@gmail.com>
//
// Started on Tue Feb 14 15:22:37 2006 texane
// Last update Thu Feb 23 23:32:27 2006 texane
//
#include <iostream>
#include <cstdio>
#include <string>
#include <ziafs.hh>
// @info
// There should be a ret_in_cac... | [
"texane@754ce95b-6e01-0410-81d0-8774ba66fe44"
] | [
[
[
1,
304
]
]
] |
09a1d78e656b50c98e8909f36acdc0ce4f590add | c8f467a4cee0b4067b93936574c884c9de0b36cf | /source/Irrlicht/CColladaFileLoader.cpp | e21ef0e260d2d8ad48ade3a80950d3dcef7e0aef | [
"LicenseRef-scancode-unknown-license-reference",
"Zlib",
"LicenseRef-scancode-other-permissive"
] | permissive | flaithbheartaigh/mirrlicht | 1ff418d29017e55e5f4a27a70dcfd5a88cb244b5 | ccc16e8f5465fb72e81ae986e56ef2e4c3e7654b | refs/heads/master | 2021-01-10T11:29:49.569701 | 2009-01-12T21:08:31 | 2009-01-12T21:08:31 | 49,994,212 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 36,377 | cpp | // Copyright (C) 2002-2007 Nikolaus Gebhardt
// This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h
#include "CColladaFileLoader.h"
#include "os.h"
#include "IXMLReader.h"
#include "IDummyTransformationSceneNode.h"
#include "SAnimatedMesh.h"... | [
"limingchina@c8d24273-d621-0410-9a95-1b5ff033c8bf"
] | [
[
[
1,
1406
]
]
] |
8b91a7d2352a4eb3ac56d5a19e4925479a2f9a24 | 2fdbf2ba994ba3ed64f0e2dc75cd2dfce4936583 | /spectre/dom/domelement.cpp | 6f0ad4796ea211243d9ef2a95d081eee9fb73d5a | [] | no_license | TERRANZ/terragraph | 36219a4e512e15a925769512a6b60637d39830bf | ea8c36070f532ad0a4af08e46b19f4ee1b85f279 | refs/heads/master | 2020-05-25T10:31:26.994233 | 2011-01-29T21:23:04 | 2011-01-29T21:23:04 | 1,047,237 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,601 | cpp | #include "domelement.h"
DomElement::DomElement()
: DomNode(QDomElement())
{
}
DomElement::DomElement(const QDomNode &qDomNode)
: DomNode(qDomNode)
{
}
string DomElement::tagName() const
{
return m_QDomNode.toElement().tagName().toStdString();
}
string DomElement::attribute(const string ... | [
"vterranz@gmail.com"
] | [
[
[
1,
90
]
]
] |
27c1d134c107e76a3ec2f923361c7d77367f398c | cd69369374074a7b4c4f42e970ee95847558e9f0 | /AEDA_parta2/Manutencao.cpp | d46b12a3eb07478624c74fa86aff9a4113b7bdab | [] | no_license | miaosun/aeda-trab1 | 4e6b8ce3de8bb7e85e13670595012a5977258a2a | 1ec5e2edec383572c452545ed52e45fb26df6097 | refs/heads/master | 2021-01-25T03:40:21.146657 | 2010-12-25T03:35:28 | 2010-12-25T03:35:28 | 33,734,306 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 39,876 | cpp | ///////////////////////////////////////////////////////////
// Manutencao.cpp
// Implementation of the Class Manutencao
// Created on: 24-Out-2010 20:04:12
// Original author: Answer
///////////////////////////////////////////////////////////
#include "Manutencao.h"
#include "Excepcoes.h"
#include "f... | [
"miaosun88@9ca0f86a-2074-76d8-43a5-19cf18205b40",
"gasparlafurtado@9ca0f86a-2074-76d8-43a5-19cf18205b40"
] | [
[
[
1,
1316
],
[
1318,
1821
]
],
[
[
1317,
1317
]
]
] |
3c5bd7f98c64e48f48bfbe7fba20d1891f58fd83 | a01b67b20207e2d31404262146763d3839ee833d | /trunk/Projet/trunk/Ui/mainwindow.cpp | 773a90a7ba19661302d9d6bf16f447e64e6fc899 | [] | no_license | BackupTheBerlios/qtfin-svn | 49b59747b6753c72a035bf1e2e95601f91f5992c | ee18d9eb4f80a57a9121ba32dade96971196a3a2 | refs/heads/master | 2016-09-05T09:42:14.189410 | 2010-09-21T17:34:43 | 2010-09-21T17:34:43 | 40,801,620 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,337 | cpp | #include "mainwindow.h"
#include "monofin.h"
#include "startupdialog.h"
#include "lib/qtwindowlistmenu.h"
#include "Drawing/paintingscene.h"
#include "Ui/graphic.h"
#include <QtCore/QDebug>
#include <QtCore/QDir>
#include <QtCore/QRect>
#include <QtCore/QSettings>
#include <QtGui/QAction>
#include <QtGui... | [
"kryptos@314bda93-af5c-0410-b653-d297496769b1",
"nikos56@314bda93-af5c-0410-b653-d297496769b1",
"nostrodon@314bda93-af5c-0410-b653-d297496769b1",
"cyoann@314bda93-af5c-0410-b653-d297496769b1"
] | [
[
[
1,
6
],
[
8,
52
],
[
54,
63
],
[
65,
124
],
[
130,
133
],
[
135,
143
],
[
146,
146
],
[
148,
150
],
[
152,
154
],
[
167,
... |
1daa3ac67eea91798c7b228dadd0fd2c89ea9531 | b505ef7eb1a6c58ebcb73267eaa1bad60efb1cb2 | /sample/0060Fill2D/main.cpp | e85ff207bed4a2be3cfb990f1dbba2daed6bbd08 | [] | no_license | roxygen/maid2 | 230319e05d6d6e2f345eda4c4d9d430fae574422 | 455b6b57c4e08f3678948827d074385dbc6c3f58 | refs/heads/master | 2021-01-23T17:19:44.876818 | 2010-07-02T02:43:45 | 2010-07-02T02:43:45 | 38,671,921 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,659 | cpp | /*
矩形塗りつぶしのサンプル
*/
#include"../../source/framework/gameframework.h"
#include"../../source/graphics/graphics2drender.h"
#include"../../source/graphics/graphicscommandcontrol.h"
#include"startupdialog.h"
using namespace Maid;
class MyApp : public IGameThread
{
public:
MyApp()
:m_Render(m_Comm... | [
"renji2000@gmail.com",
"renji2000@471aaf9e-aa7b-11dd-9b86-41075523de00"
] | [
[
[
1,
46
],
[
48,
79
],
[
81,
109
]
],
[
[
47,
47
],
[
80,
80
]
]
] |
d22780ac49cb731f9c22f82e3b3ba193332f06d2 | 51574a600a87ecfaaec8ea0e46b3809884859680 | /MotionPlanTests/FieldNavRectMapViewTest.cpp | 2be4d3d197ba75a293790816acf6c9806e88d189 | [] | no_license | suilevap/motion-plan | b5ad60a8448b118c3742c8c9c42b29fd5e41ef3e | d9f5693938287f2179ca2cb4eb75bda51b97bbb0 | refs/heads/master | 2021-01-10T03:29:50.373970 | 2011-12-20T22:39:55 | 2011-12-20T22:39:55 | 49,495,165 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,725 | cpp | #include "gtest/gtest.h"
#include "GridMapView.h"
#include "FieldNavRectMapView.h"
#include "Point.h"
#include "FastVector.h"
#include "EdgeInfo.h"
#include "BasePathFinder.h"
TEST(FieldNavRectMapView, Create)
{
GridMapView<int>* map = new GridMapView<int>(14, 14);
//map->SetCellRegion(Point<float>(2,2)... | [
"suilevap@gmail.com"
] | [
[
[
1,
102
]
]
] |
81a77373dbbfc8d1290841d74953ffcc1398f7c6 | 347fdd4d3b75c3ab0ecca61cf3671d2e6888e0d1 | /addons/vaOpenal/src/AudioResource.cpp | 0e4369b0f15f786ca0967f74111c482f597e8da1 | [] | no_license | sanyaade/VirtualAwesome | 29688648aa3f191cdd756c826b5c84f6f841b93f | 05f3db98500366be1e79da16f5e353e366aed01f | refs/heads/master | 2020-12-01T03:03:51.561884 | 2010-11-08T00:17:44 | 2010-11-08T00:17:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,057 | cpp | ////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
// Copyright (C) 2007-2009 Laurent Gomila (laurent.gom@gmail.com)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any da... | [
"stefan@nortd.com"
] | [
[
[
1,
59
]
]
] |
fb3473df22fdd2930ed3cb0b65e7c6a5090d44cd | 1724fb22a0b715c4597c5056ce571f0fbdb1cc46 | /opengta2/anim.cpp | 8bbc13fe9658f17166e2e5d9db9477636a944cde | [] | no_license | basecq/OpenGTA2 | 71127e333b7b6c6a60388ad8b4fb5c4408aa5bdd | 2266c354a638397b84ca4766c69e3a50f4e367de | refs/heads/master | 2020-04-06T05:25:34.926813 | 2010-01-27T02:35:09 | 2010-01-27T02:35:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,725 | cpp | #include "opengta_cl.h"
Animation_Manager Animations;
void Animation_Manager::Initialize() {
Entries.Preallocate(1024); //FIXME: another static allocation.. make convar when we have console!
}
void Animation_Manager::Deinitialize() {
for (uint i = 0; i < Entries.Count; i++) {
if (Entries[i]->Sprites) m... | [
"u9oqcd4p@googlemail.com"
] | [
[
[
1,
140
]
]
] |
1887a6315673776a3ad70bcc2a0a3f8f65f16eb2 | 3ea8b8900d21d0113209fd02bd462310bd0fce83 | /config.cpp | 6d65337cad54ed66e4ae426f12e821b14ace2ec0 | [] | no_license | LazurasLong/bgmlib | 56958b7dffd98d78f99466ce37c4abaddc7da5b1 | a9d557ea76a383fae54dc3729aaea455c258777a | refs/heads/master | 2022-12-04T02:58:36.450986 | 2011-08-16T17:44:46 | 2011-08-16T17:44:46 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 13,884 | cpp | // Legacy Engine
// -------------
// config.cpp - Parsing structures for simple cross-platform reading and writing of configuration files
// -------------
// "©" Nmlgc, 2008-2011
#include "platform.h"
#include <FXSystem.h>
#include <FXFile.h>
#include "list.h"
#include "config.h"
#ifdef WIN32
#include ... | [
"nmlgc@nmlgc.net"
] | [
[
[
1,
598
]
]
] |
aebffb7aee42361d4ecd5b7a9246c5be7bc51b3d | 0ac07f6ce192d04485b494ade03577f3abaf145a | /test/sample.cpp | 3a3d141fc29560e584e6f3387c5b7c757ac44483 | [] | no_license | pabloc11/CS249A-Assign2 | 7b22136a78db09b34f86eb3e44423675b29ed46b | 3d29e53daa7f00027f75ad445327c01218189947 | refs/heads/master | 2021-01-10T20:59:22.131949 | 2011-12-09T07:43:31 | 2011-12-09T07:43:31 | 2,668,931 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,557 | cpp | #include <string>
#include <ostream>
#include <iostream>
#include <string>
#include "Instance.h"
using std::cout;
using std::cerr;
using std::endl;
using std::string;
int main(int argc, char *argv[]) {
Ptr<Instance::Manager> manager = shippingInstanceManager();
if (manager == NULL) {
c... | [
"pabloc11@stanford.edu"
] | [
[
[
1,
193
]
]
] |
dc4baac114a0a7cb20ca0fc50865e628d3d77fbe | f55665c5faa3d79d0d6fe91fcfeb8daa5adf84d0 | /Depend/MyGUI/Tools/SkinEditor/Application.cpp | 941a4d1ccac88b6e6edef044ffc28d608b729275 | [] | no_license | lxinhcn/starworld | 79ed06ca49d4064307ae73156574932d6185dbab | 86eb0fb8bd268994454b0cfe6419ffef3fc0fc80 | refs/heads/master | 2021-01-10T07:43:51.858394 | 2010-09-15T02:38:48 | 2010-09-15T02:38:48 | 47,859,019 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,806 | cpp | /*!
@file
@author Albert Semenov
@date 08/2010
*/
#include "precompiled.h"
#include "Application.h"
#include "Base/Main.h"
#include "SkinManager.h"
#include "ActionManager.h"
#include "CommandManager.h"
#include "ExportManager.h"
#include "MyGUI_FilterNoneSkin.h"
#include "MessageBoxManager.h"
#inclu... | [
"albertclass@a94d7126-06ea-11de-b17c-0f1ef23b492c"
] | [
[
[
1,
311
]
]
] |
a68facf51733f6d6aced2265719a225ef49c1229 | 4aadb120c23f44519fbd5254e56fc91c0eb3772c | /Source/EduNetGames/obsolete/Tutorial_02/ClientServerPlugin.cpp | 19a139e8197af12763c039afe6d3e98f18811642 | [] | no_license | 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 | 959 | cpp | #include "EduNetConnect/ClientServerPlugin.h"
//-----------------------------------------------------------------------------
void EduNetConnect::queryConnectionsSettings(
ConnectSettings& kSettings )
{
kSettings.uiClientStartPort = CLIENT_PORT;
kSettings.uiServerStartPort = SERVER_PORT;
kSettings.sessi... | [
"janfietz@localhost"
] | [
[
[
1,
34
]
]
] |
501330e24b8461579372f2270e64161f42aef3ec | fc4946d917dc2ea50798a03981b0274e403eb9b7 | /gentleman/gentleman/WindowsAPICodePack/WindowsAPICodePack/DirectX/DirectX/DirectHelpers.cpp | df8a37f92e286f0ea8a51532708eb96da6b56f98 | [] | no_license | midnite8177/phever | f9a55a545322c9aff0c7d0c45be3d3ddd6088c97 | 45529e80ebf707e7299887165821ca360aa1907d | refs/heads/master | 2020-05-16T21:59:24.201346 | 2010-07-12T23:51:53 | 2010-07-12T23:51:53 | 34,965,829 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,712 | cpp | //Copyright (c) Microsoft Corporation. All rights reserved.
#include "StdAfx.h"
#include "DirectObject.h"
#include "DirectUnknown.h"
#include "DirectHelpers.h"
#include "CommonUtils.h"
using namespace Microsoft::WindowsAPICodePack::DirectX;
using namespace Microsoft::WindowsAPICodePack::DirectX::DXGI;
usin... | [
"lucemia@9e708c16-f4dd-11de-aa3c-59de0406b4f5"
] | [
[
[
1,
59
]
]
] |
0baf14637b0da8b5fec50a0f01b0f4a15dabb7f8 | 9340e21ef492eec9f19d1e4ef2ef33a19354ca6e | /cing/src/graphics/BaseLight.h | c2fc7040e826a06998c667fb439950421068ebe3 | [] | no_license | jamessqr/Cing | e236c38fe729fd9d49ccd1584358eaad475f7686 | c46045d9d0c2b4d9e569466971bbff1662be4e7a | refs/heads/master | 2021-01-17T22:55:17.935520 | 2011-05-14T18:35:30 | 2011-05-14T18:35:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,264 | h | /*
This source file is part of the Cing project
For the latest info, see http://www.cing.cc
Copyright (c) 2006-2009 Julio Obelleiro and Jorge Cano
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 Foundat... | [
"julio.obelleiro@gmail.com",
"jcanofuentes@gmail.com"
] | [
[
[
1,
31
],
[
33,
107
]
],
[
[
32,
32
]
]
] |
aaa7734db72c8b8ff125192b90e13507caa723c5 | 14e30c5f520f0ed28117914101d9bdf2f3d5dac7 | /project/source/mesh/face.h | f00f097cace654917b92dc23641ab11030c7dc2b | [] | no_license | danielePiracci/arlight | f356eb5a162d0cd62a759720cbc6da41a820642f | 15a68c4c80c97f2fe7458e7ddf03f3e1063e25a4 | refs/heads/master | 2016-08-11T13:45:35.252916 | 2011-01-24T20:22:50 | 2011-01-24T20:22:50 | 44,962,821 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 770 | h | /// \file mesh/face.h
/// \author Juan Carlos De Abreu (jcabreur@gmail.com)
/// \date 2009/11/20
/// \version 1.0
///
/// \brief This file declares the DissertationProject::face
/// class, which implement the basic functionalities of a triangle face.
#ifndef MESH_FACE_H__
#define MESH_FACE_H__
#include "glob... | [
"jcabreur@db05138c-34b8-7cfb-67b9-2db12d2e1ab0"
] | [
[
[
1,
30
]
]
] |
20be84a863d96fa5c34b642819e5d6d8f9b2c181 | 9399383d7e227c4812e19f08a2d2c20cf66a0031 | /Point.h | 18dbeb7069e32e71b0d19878ea43596755da5e6f | [] | no_license | mattttttttsu/Edit-Engine-Test | bf5bf22c2b1a8937bc4ed062616d422153b7cb65 | e3f74ba821a7ddb2f235c0cc519f899cc0b045ae | refs/heads/master | 2021-01-10T19:11:27.119238 | 2011-11-29T18:52:40 | 2011-11-29T18:52:40 | 2,877,257 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 2,594 | h | #ifndef _POINT_H_
#define _POINT_H_
namespace EditTest
{
/**
* バッファ上のキャレット。
* 文字単位で座標を管理する。
*/
class LogicalPoint
{
private:
/**
* X座標
*/
int xPosition;
/**
* Y座標
*/
int yPosition;
public:
/**
* コンストラクタ
*/
Logica... | [
"hirokigs@gmail.com"
] | [
[
[
1,
170
]
]
] |
4f09cd788c4c9ec9a557e4a3c5878aaf0873663d | 0b66a94448cb545504692eafa3a32f435cdf92fa | /branches/nn/cbear.berlios.de/range/size_type.hpp | 7c20ab5f6ee9e30ee6f32f17be0c06f2a182a288 | [
"MIT"
] | permissive | BackupTheBerlios/cbear-svn | e6629dfa5175776fbc41510e2f46ff4ff4280f08 | 0109296039b505d71dc215a0b256f73b1a60b3af | refs/heads/master | 2021-03-12T22:51:43.491728 | 2007-09-28T01:13:48 | 2007-09-28T01:13:48 | 40,608,034 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 333 | hpp | #ifndef CBEAR_BERLIOS_DE_RANGE_SIZE_TYPE_HPP_INCLUDED
#define CBEAR_BERLIOS_DE_RANGE_SIZE_TYPE_HPP_INCLUDED
#include <cbear.berlios.de/range/traits.hpp>
namespace cbear_berlios_de
{
namespace range
{
template<class Container>
struct size_type { typedef typename traits<Container>::size_type type; };
}
... | [
"nn0@e6e9985e-9100-0410-869a-e199dc1b6838"
] | [
[
[
1,
17
]
]
] |
399e06d1170dddfdb173ef9cff0ee9e3d7bed7d9 | 208475bcab65438eed5d8380f26eacd25eb58f70 | /ComuExe/PhoneWcdma.h | fb62bd498a8ef2c330164fd4e4fbc75afae0d2cd | [] | no_license | awzhang/MyWork | 83b3f0b9df5ff37330c0e976310d75593f806ec4 | 075ad5d0726c793a0c08f9158080a144e0bb5ea5 | refs/heads/master | 2021-01-18T07:57:03.219372 | 2011-07-05T02:41:55 | 2011-07-05T02:46:30 | 15,523,223 | 1 | 2 | null | null | null | null | GB18030 | C++ | false | false | 15,651 | h | #ifndef _PHONEWCDMA_H_
#define _PHONEWCDMA_H_
#define WCDMA_FILE "/mnt/Flash/part3/WcdmaLog"
#define QUEUE_WCDMABUF_SIZE 1100000 // 1M的缓冲区区
#define QUEUE_WCDMABUF_PERIOD 0xfffffff8
#if RESET_ENABLE_ALL == 1
#define WCDMA_WRITE_FILE_CNT 200 //队列里面有多少个数据的时候才去写文件。
#else
#define WCDMA_WRITE_FILE_CNT 10 //队... | [
"wdgvip@gmail.com"
] | [
[
[
1,
584
]
]
] |
9637d897f800a0e38074afd579d853a92f3756de | 4f89f1c71575c7a5871b2a00de68ebd61f443dac | /lib/boost/gil/extension/opencv/edge_detection.hpp | 4a61d06c571adb906d133463266b5e5e76147acc | [] | no_license | inayatkh/uniclop | 1386494231276c63eb6cdbe83296cdfd0692a47c | 487a5aa50987f9406b3efb6cdc656d76f15957cb | refs/heads/master | 2021-01-10T09:43:09.416338 | 2009-09-03T16:26:15 | 2009-09-03T16:26:15 | 50,645,836 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,346 | hpp | /*
Copyright 2008 Christian Henning
Use, modification and distribution are subject to 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).
*/
/***********************************************************************************... | [
"rodrigo.benenson@gmailcom"
] | [
[
[
1,
271
]
]
] |
89e4148a3a4e029c4e28d4732a7989fa405cbfb9 | 6e563096253fe45a51956dde69e96c73c5ed3c18 | /dhnetsdk/dvr/dvrdevice/dvrconfigchannel.h | 559c84a86fba32a5a35fb4088c6af49d782d4c75 | [] | no_license | 15831944/phoebemail | 0931b76a5c52324669f902176c8477e3bd69f9b1 | e10140c36153aa00d0251f94bde576c16cab61bd | refs/heads/master | 2023-03-16T00:47:40.484758 | 2010-10-11T02:31:02 | 2010-10-11T02:31:02 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,119 | h | /*
* Copyright (c) 2009, 浙江亿蛙技术股份有限公司
* All rights reserved.
*
* 类名称:配置功能交互类
* 摘 要:配置功能数据交互。
*
*/
//////////////////////////////////////////////////////////////////////////
#ifndef _DVRCONFIGCHANNEL_H_
#define _DVRCONFIGCHANNEL_H_
#include "dvrchannel.h"
class CDvrDevice;
class CDvrConfigChannel : ... | [
"guoqiao@a83c37f4-16cc-5f24-7598-dca3a346d5dd"
] | [
[
[
1,
52
]
]
] |
ea4c4638f9080e4979b6dc213662bc5dfbaa5bf2 | bc4919e48aa47e9f8866dcfc368a14e8bbabbfe2 | /Open GL Basic Engine/source/glutFramework/glutFramework/LogicInterface.cpp | 6d2fc31daa156cccab025916f1f6af343795be14 | [] | no_license | CorwinJV/rvbgame | 0f2723ed3a4c1a368fc3bac69052091d2d87de77 | a4fc13ed95bd3e5a03e3c6ecff633fe37718314b | refs/heads/master | 2021-01-01T06:49:33.445550 | 2009-11-03T23:14:39 | 2009-11-03T23:14:39 | 32,131,378 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 51,386 | cpp | #include "LogicInterface.h"
#include "oglTexture2D.h"
#include <sstream>
LogicInterface::LogicInterface()
: myMenu(NULL), isButtonBeingClicked(false),
sideBarBox(), bottomBarBox(), sideBarColumnCount(3),
instructionBlockW(140 / 3), instructionBlockH(140 / 3),
instructionSpacing(2), logicBankBox(), instr... | [
"corwin.j@5457d560-9b84-11de-b17c-2fd642447241"
] | [
[
[
1,
1570
]
]
] |
8691061dcdb2e8de6cef0dcbf19b88f251c3bfa7 | 15732b8e4190ae526dcf99e9ffcee5171ed9bd7e | /INC/application.h | 7dc7a067d90ac50484e241a340d8761866695840 | [] | no_license | clovermwliu/whutnetsim | d95c07f77330af8cefe50a04b19a2d5cca23e0ae | 924f2625898c4f00147e473a05704f7b91dac0c4 | refs/heads/master | 2021-01-10T13:10:00.678815 | 2010-04-14T08:38:01 | 2010-04-14T08:38:01 | 48,568,805 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 10,640 | h | //Copyright (c) 2010, Information Security Institute of Wuhan Universtiy(ISIWhu)
//All rights reserved.
//
//PLEASE READ THIS DOCUMENT CAREFULLY BEFORE UTILIZING THE PROGRAM
//BY UTILIZING THIS PROGRAM, YOU AGREE TO BECOME BOUND BY THE TERMS OF
//THIS LICENSE. IF YOU DO NOT AGREE TO THE TERMS OF THIS LICENSE, DO
... | [
"pengelmer@f37e807c-cba8-11de-937e-2741d7931076"
] | [
[
[
1,
268
]
]
] |
e51a5e8793e990b7bba7e1e61099e5e7eec948d1 | 619941b532c6d2987c0f4e92b73549c6c945c7e5 | /Source/ZipPlugin/ZipPlugin.cpp | 86dd0889d0936179d95eba29ee76011de8fe001a | [] | 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,945 | cpp | // //
// # # ### # # -= Nuclex Library =- //
// ## # # # ## ## ZipPlugin.cpp - Zip archive reader plugin //
// ### # # ... | [
"ctuomail@gmail.com"
] | [
[
[
1,
69
]
]
] |
1d3435eb5a1766f7b5cebd74f5f463b64eb30b04 | b22c254d7670522ec2caa61c998f8741b1da9388 | /shared/ZoidSerializer.h | e8079fb66729eb272e833e13b37e6cea8b9e21e7 | [] | no_license | ldaehler/lbanet | 341ddc4b62ef2df0a167caff46c2075fdfc85f5c | ecb54fc6fd691f1be3bae03681e355a225f92418 | refs/heads/master | 2021-01-23T13:17:19.963262 | 2011-03-22T21:49:52 | 2011-03-22T21:49:52 | 39,529,945 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,521 | h | /*
------------------------[ Lbanet Source ]-------------------------
Copyright (C) 2009
Author: Vivien Delage [Rincevent_123]
Email : vdelage@gmail.com
-------------------------------[ GNU License ]-------------------------------
This program is free software: you can redistribute it and/or modify
it under ... | [
"vdelage@3806491c-8dad-11de-9a8c-6d5b7d1e4d13"
] | [
[
[
1,
98
]
]
] |
85aaab046f3e8d210aee0354df797b099c90b3f6 | d425cf21f2066a0cce2d6e804bf3efbf6dd00c00 | /Tactical/XML_Explosive.cpp | 2ff644b2a91b84eb385555845376b6bca3600e08 | [] | no_license | infernuslord/ja2 | d5ac783931044e9b9311fc61629eb671f376d064 | 91f88d470e48e60ebfdb584c23cc9814f620ccee | refs/heads/master | 2021-01-02T23:07:58.941216 | 2011-10-18T09:22:53 | 2011-10-18T09:22:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,766 | cpp | #ifdef PRECOMPILEDHEADERS
#include "Tactical All.h"
#else
#include "sgp.h"
#include "overhead.h"
#include "weapons.h"
#include "Debug Control.h"
#include "expat.h"
#include "XML.h"
#endif
struct
{
PARSE_STAGE curElement;
CHAR8 szCharData[MAX_CHAR_DATA_LENGTH+1];
EXPLOSIVETYPE curExplosive;... | [
"jazz_ja@b41f55df-6250-4c49-8e33-4aa727ad62a1"
] | [
[
[
1,
273
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.