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
f1cb0783391b757e66bcf6e64c9aaf443b0942c2
a7eff8a49855a81c2649cd329a2adc7e82016dee
/.LibReader/f_Register.cpp
5478d96cabce0b2880fb1177a038e15ec1da874d
[]
no_license
szavalishin/Libs
2f16a6498f1181eee4d2f59ab96bbf5f43e285b4
bdb9d482cd12a28eec4233d773fd2b9b0131d510
refs/heads/master
2020-04-15T16:08:29.104347
2011-12-16T19:32:29
2011-12-16T19:32:29
null
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
1,203
cpp
//--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop #include "f_Main.h" #include "f_Register.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TfRegister *fRegister;...
[ "etti.nekov@gmail.com" ]
[ [ [ 1, 41 ] ] ]
aa6e086da5fddbb99c61de2bfdf98b72d591fa3f
b23a27888195014aa5bc123d7910515e9a75959c
/Main/V1.0/3rdLib/OPCClientToolKit/OPCGroup.cpp
23059c275be687443a97e5fe3c5f49cf18eaadde
[]
no_license
fostrock/connectspot
c54bb5484538e8dd7c96b76d3096dad011279774
1197a196d9762942c0d61e2438c4a3bca513c4c8
refs/heads/master
2021-01-10T11:39:56.096336
2010-08-17T05:46:51
2010-08-17T05:46:51
50,015,788
1
0
null
null
null
null
UTF-8
C++
false
false
10,707
cpp
/* OPCClientToolKit Copyright (C) 2005 Mark C. Beharrell This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This...
[ "huayunfly@gmail.com" ]
[ [ [ 1, 401 ] ] ]
7558f8cca3aa0bfa771592e7217dbc1a150dd907
188058ec6dbe8b1a74bf584ecfa7843be560d2e5
/FLVGServer/ControlPropertiesTreeCtrl.cpp
a76147bf332a2034aedd36977413ee0295a26cb4
[]
no_license
mason105/red5cpp
636e82c660942e2b39c4bfebc63175c8539f7df0
fcf1152cb0a31560af397f24a46b8402e854536e
refs/heads/master
2021-01-10T07:21:31.412996
2007-08-23T06:29:17
2007-08-23T06:29:17
36,223,621
0
0
null
null
null
null
UTF-8
C++
false
false
1,148
cpp
// ControlPropertiesTreeCtrl.cpp : implementation file // #include "stdafx.h" #include "XDigitalLifeServerApp.h" #include "ControlPropertiesTreeCtrl.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ////////////////////////////////////////////////////////...
[ "soaris@46205fef-a337-0410-8429-7db05d171fc8" ]
[ [ [ 1, 42 ] ] ]
efb7e18a532498b3fe2c239c77a316d373939630
29f0a6c56e3c4528f64c3a1ad18fc5f074ae1146
/Praktikum Info2/Aufgabenblock_3/AktivesVO.cpp
73f6e623fdf53ceb6eea57daf842af96d4aab3a1
[]
no_license
JohN-D/Info-2-Praktikum
8ccb0348bedf38a619a39b17b0425d6b4c16a72d
c11a274e9c4469a31f40d0abec2365545344b534
refs/heads/master
2021-01-01T18:34:31.347062
2011-10-19T20:18:47
2011-10-19T20:18:47
2,608,736
0
0
null
null
null
null
UTF-8
C++
false
false
1,568
cpp
#include "AktivesVO.h" using namespace std; map<string, AktivesVO*> AktivesVO::VOMap; //damit auch statisch zugegriffen werden kann AktivesVO::AktivesVO(void) { vInitialisierung(); //cout << "AktivesVO(void)" << endl; } AktivesVO::~AktivesVO(void) { } ostream& AktivesVO::ostreamAusgabe(ostream...
[ "mac@mbp.fritz.box" ]
[ [ [ 1, 87 ] ] ]
88eabefc72ee1021afff329ad555ffa1bb123b00
6d25f0b33ccaadd65b35f77c442b80097a2fce8e
/gbt/cart_imp.h
d6d1ea7559b64cd46ba166174eefeb80dab1b48f
[]
no_license
zhongyunuestc/felix-academic-project
8b282d3a783aa48a6b56ff6ca73dc967f13fd6cf
cc71c44fba50a5936b79f7d75b5112d247af17fe
refs/heads/master
2021-01-24T10:28:38.604955
2010-03-20T08:33:59
2010-03-20T08:33:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,357
h
#ifndef __CART__IMPL #define __CART__IMPL #include <cstdlib> #include <cassert> #include <iostream> #include <algorithm> #include <functional> #include <utility> #include <ext/hash_set> //#include <unordered_set> #include <ext/algorithm> #include <cmath> #include <boost/timer.hpp> #include "common.h"...
[ "Felix.Guozq@fe1a0076-fbb2-11de-b7cb-b1160b2c2156" ]
[ [ [ 1, 259 ] ] ]
69c72115e44f36a527b7a9c69f8ad6bb797cd407
e31046aee3ad2d4600c7f35aaeeba76ee2b99039
/trunk/libs/bullet/includes/LinearMath/btTransform.h
07c9b2e00d7692aa5fb00137bb1094ff171da500
[]
no_license
BackupTheBerlios/trinitas-svn
ddea265cf47aff3e8853bf6d46861e0ed3031ea1
7d3ff64a7d0e5ba37febda38e6ce0b2d0a4b6cca
refs/heads/master
2021-01-23T08:14:44.215249
2009-02-18T19:37:51
2009-02-18T19:37:51
40,749,519
0
0
null
null
null
null
UTF-8
C++
false
false
5,165
h
/* Copyright (c) 2003-2006 Gino van den Bergen / Erwin Coumans http://continuousphysics.com/Bullet/ This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use...
[ "paradoxon@ab3bda7c-5b37-0410-9911-e7f4556ba333" ]
[ [ [ 1, 207 ] ] ]
5b048f7a0cc11d524af7a6a925145f9b9907a20a
9420f67e448d4990326fd19841dd3266a96601c3
/ mcvr/mcvr/LookbackCall.h
0b8df2a86514c0f7c866b834602d7f7b3e99b609
[]
no_license
xrr/mcvr
4d8d7880c2fd50e41352fae1b9ede0231cf970a2
b8d3b3c46cfddee281e099945cee8d844cea4e23
refs/heads/master
2020-06-05T11:59:27.857504
2010-02-24T19:32:21
2010-02-24T19:32:21
32,275,830
0
0
null
null
null
null
UTF-8
C++
false
false
186
h
#pragma once #include "Payoff.h" class LookbackCall : public Payoff { public: double K; LookbackCall(double=110); ~LookbackCall(void); double operator()(Trajectory*); };
[ "romain.rousseau@fa0ec5f0-0fe6-11df-8179-3f26cfb4ba5f" ]
[ [ [ 1, 12 ] ] ]
f9a4601b7aefed8e387976c51cae9971e0664200
e46cae4635b79c4016ad85562018214a8305de97
/WinArena/Inventory.cpp
c4464e53240cca3bfae032101c04af361583a179
[]
no_license
basecq/opentesarenapp
febea5fddab920d5987f8067420d0b410aa95656
4b6d097d7c40352c62f9f95068e89df44e323832
refs/heads/master
2021-01-18T01:10:14.561315
2009-10-12T14:32:01
2009-10-12T14:32:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
308
cpp
///////////////////////////////////////////////////////////////////////////// // // $Header: /WinArena/Inventory.cpp 1 12/31/06 11:28a Lee $ // // File: Inventory.cpp // ///////////////////////////////////////////////////////////////////////////// #include "WinArena.h" #include "Inventory.h"
[ "trankas@gmail.com" ]
[ [ [ 1, 11 ] ] ]
3591c9cd1afee368123229150297960a10524f31
8bbbcc2bd210d5608613c5c591a4c0025ac1f06b
/nes/mapper/248.cpp
e142f74b934243f4e8fdd68a31082b604b98652f
[]
no_license
PSP-Archive/NesterJ-takka
140786083b1676aaf91d608882e5f3aaa4d2c53d
41c90388a777c63c731beb185e924820ffd05f93
refs/heads/master
2023-04-16T11:36:56.127438
2008-12-07T01:39:17
2008-12-07T01:39:17
357,617,280
1
0
null
null
null
null
UTF-8
C++
false
false
6,905
cpp
///////////////////////////////////////////////////////////////////// // Mapper 248 void NES_mapper248_Init() { g_NESmapper.Reset = NES_mapper248_Reset; g_NESmapper.MemoryWriteSaveRAM = NES_mapper248_MemoryWriteSaveRAM; g_NESmapper.MemoryWrite = NES_mapper248_MemoryWrite; g_NESmapper.HSync = NES_mapper248_...
[ "takka@e750ed6d-7236-0410-a570-cc313d6b6496" ]
[ [ [ 1, 274 ] ] ]
6ba30c63b6c495db305783a9f3a43d0be80826df
3d677d3bcbd5322bd814adae4d6c6cf45dc67666
/JuceLibraryCode/modules/juce_core/text/juce_String.cpp
e6ce77e93d02cbbd1a8d15b7648af0a9030ed36f
[]
no_license
sonic59/JuceS2Text
281e5fc7fa31e715b4d7b1459181637e4f684974
e116dc0dfc20222028bab0180f6b93b2f8a2c40c
refs/heads/master
2016-09-10T18:40:38.239670
2011-11-25T17:37:21
2011-11-25T17:37:21
2,850,515
0
0
null
null
null
null
UTF-8
C++
false
false
82,228
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, 2398 ] ] ]
a27cb4de92d2f97c54d229e680117a88df6e639c
1d693dd1b12b23c72dd0bb12a3fc29ed88a7e2d5
/src/nbpflcompiler/pdlparser.h
0e74bec0dc82f7eb32167352aeb60ba776508f2a
[]
no_license
rrdenicol/Netbee
8765ebc2db4ba9bd27c2263483741b409da8300a
38edb4ffa78b8fb7a4167a5d04f40f8f4466be3e
refs/heads/master
2021-01-16T18:42:17.961177
2011-12-26T20:27:03
2011-12-26T20:27:03
3,053,086
0
0
null
null
null
null
UTF-8
C++
false
false
6,568
h
/*****************************************************************************/ /* */ /* Copyright notice: please read file license.txt in the NetBee root folder. */ /* ...
[ "rdenicol@cpqd.com.br" ]
[ [ [ 1, 191 ] ] ]
e5d3a6a8acae0712ca678d984bd1e49947ddc079
0f40e36dc65b58cc3c04022cf215c77ae31965a8
/src/apps/wiseml/examples/wiseml_example_processor.cpp
5847533e7ec48ac04061952aaa11fb3be501616e
[ "MIT", "BSD-3-Clause" ]
permissive
venkatarajasekhar/shawn-1
08e6cd4cf9f39a8962c1514aa17b294565e849f8
d36c90dd88f8460e89731c873bb71fb97da85e82
refs/heads/master
2020-06-26T18:19:01.247491
2010-10-26T17:40:48
2010-10-26T17:40:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,111
cpp
/************************************************************************ ** This file is part of the network simulator Shawn. ** ** Copyright (C) 2004-2007 by the SwarmNet (www.swarmnet.de) project ** ** Shawn is free software; you can redistribute it and/or modify it ** ** under the terms ...
[ "csinger08@users.sourceforge.net" ]
[ [ [ 1, 161 ] ] ]
e6120e3a1c75f17dc79f6c9d2aedf78f352838e9
15732b8e4190ae526dcf99e9ffcee5171ed9bd7e
/SRC/ProtoBase/droppdu.cc
469a36adf1fb54ff23d6926d1f2172e6884b0626
[]
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
UTF-8
C++
false
false
2,452
cc
//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, 66 ] ] ]
83907f4641a3d9a5215623f95ae09029934eca09
c5534a6df16a89e0ae8f53bcd49a6417e8d44409
/trunk/nGENE Proj/CPUInfo.cpp
f82fe12bb987a786ec482ba3ba5ad19bd839c268
[]
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
4,462
cpp
/* --------------------------------------------------------------------------- This source file is part of nGENE Tech. Copyright (c) 2006- Wojciech Toman This program is free software. File: CPUInfo.cpp Version: 0.03 --------------------------------------------------------------------------- */ #inclu...
[ "Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57" ]
[ [ [ 1, 240 ] ] ]
5eb03d3eb223af3071748696667afcb761f17205
33f59b1ba6b12c2dd3080b24830331c37bba9fe2
/Graphic/Renderer/D3D10Metal.h
8110cbe52f7712044f7bfbc5dcbc78bb05066580
[]
no_license
daleaddink/flagship3d
4835c223fe1b6429c12e325770c14679c42ae3c6
6cce5b1ff7e7a2d5d0df7aa0594a70d795c7979a
refs/heads/master
2021-01-15T16:29:12.196094
2009-11-01T10:18:11
2009-11-01T10:18:11
37,734,654
1
0
null
null
null
null
GB18030
C++
false
false
986
h
#ifndef _D3D10METAL_H_ #define _D3D10METAL_H_ #include <Common/Prerequisites.h> #include "../Main/Material.h" namespace Flagship { class Camera; class D3D10Renderer; class D3D10RenderCubeTexture; class _DLL_Export D3D10Metal : public Material { public: D3D10Metal(); virtual ~D3D10Metal(); ...
[ "yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa" ]
[ [ [ 1, 50 ] ] ]
68ff9ab43980a581886a238aa774a61f419fc6f0
222bc22cb0330b694d2c3b0f4b866d726fd29c72
/src/brookbox/wm2/WmlTerrainVertex.inl
7d7c5f30351b4a204b4782d9246dc3e1eb913bb7
[ "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
UTF-8
C++
false
false
1,071
inl
// Magic Software, Inc. // http://www.magic-software.com // http://www.wild-magic.com // Copyright (c) 2003. All Rights Reserved // // The Wild Magic Library (WML) source code is supplied under the terms of // the license agreement http://www.magic-software.com/License/WildMagic.pdf // and may not be copied or ...
[ "antonin@hildebrand.cz" ]
[ [ [ 1, 28 ] ] ]
c401de15a530299e63213e1c410bcfcc7e65c6fc
1c80a726376d6134744d82eec3129456b0ab0cbf
/Project/C++/C++/练习/Visual C++程序设计与应用教程/Li3_6/Li3_6View.cpp
2d5ee88a8388ed90aaedc66e395b7a90a79ba77f
[]
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,244
cpp
// Li3_6View.cpp : CLi3_6View 类的实现 // #include "stdafx.h" #include "Li3_6.h" #include "Li3_6Doc.h" #include "Li3_6View.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CLi3_6View IMPLEMENT_DYNCREATE(CLi3_6View, CView) BEGIN_MESSAGE_MAP(CLi3_6View, CView) // 标准打印命令 ON_COMMAND(ID_FILE_PRINT, ...
[ "guocong89@gmail.com@592586dc-1302-11df-8689-7786f20063ad" ]
[ [ [ 1, 160 ] ] ]
77de9624d1068bb292d7d1635e115744bc5c41a7
df238aa31eb8c74e2c208188109813272472beec
/BCGInclude/BCGPRibbonCommandsListBox.h
ae400f3dabca4a69487ba631420176c6f598e5ef
[]
no_license
myme5261314/plugin-system
d3166f36972c73f74768faae00ac9b6e0d58d862
be490acba46c7f0d561adc373acd840201c0570c
refs/heads/master
2020-03-29T20:00:01.155206
2011-06-27T15:23:30
2011-06-27T15:23:30
39,724,191
0
0
null
null
null
null
UTF-8
C++
false
false
2,853
h
//******************************************************************************* // COPYRIGHT NOTES // --------------- // This is a part of BCGControlBar Library Professional Edition // Copyright (C) 1998-2008 BCGSoft Ltd. // All rights reserved. // // This source code can be used, distributed or modified // o...
[ "myme5261314@ec588229-7da7-b333-41f6-0e1ebc3afda5" ]
[ [ [ 1, 92 ] ] ]
340d57fa109d6a0b0e2189d49fb64c674efb9872
b3b0c727bbafdb33619dedb0b61b6419692e03d3
/Source/WindowsPowerLW/WindowsPowerLW/TestWinPwr.cpp
acdfd0c40d109189dd00fa4cee7c106602c07132
[]
no_license
testzzzz/hwccnet
5b8fb8be799a42ef84d261e74ee6f91ecba96b1d
4dbb1d1a5d8b4143e8c7e2f1537908cb9bb98113
refs/heads/master
2021-01-10T02:59:32.527961
2009-11-04T03:39:39
2009-11-04T03:39:39
45,688,112
0
1
null
null
null
null
GB18030
C++
false
false
3,102
cpp
////////////////////////////////////////////////////////// /// /// @file TestWinPwr.cpp /// /// @brief 调用WindowsPowerLW类中的函数,实现查看和修改电源使用方案,这是个测试程序 /// /// @version 1.0 /// /// @author 甘先志 /// /// @date 2009-09-16 /// /// <修改日期> <修改者> <修改描述>\n /// 2009-09-16 甘先志 ...
[ "youxiaoitaly@hotmail.com", "jimmygxz@gmail.com" ]
[ [ [ 1, 36 ], [ 41, 54 ], [ 56, 61 ], [ 70, 77 ], [ 80, 86 ], [ 88, 95 ], [ 97, 109 ], [ 111, 113 ] ], [ [ 37, 40 ], [ 55, ...
4b2f9c542c6a5c7b8d55d13045a020e6e4746b60
fd3f2268460656e395652b11ae1a5b358bfe0a59
/srchybrid/ButtonVE.h
5167b14940f6d807834e5db33b0ee9249d00a61e
[]
no_license
mikezhoubill/emule-gifc
e1cc6ff8b1bb63197bcfc7e67c57cfce0538ff60
46979cf32a313ad6d58603b275ec0b2150562166
refs/heads/master
2021-01-10T20:37:07.581465
2011-08-13T13:58:37
2011-08-13T13:58:37
32,465,033
4
2
null
null
null
null
UTF-8
C++
false
false
23,517
h
#if _MSC_VER>=1600 // // CButtonVE Owner Drawn WinXP/Vista themes aware button implementation... // // Rev 1.0 - Apr 24th - Original Release // Rev 1.1 - Apr 27th - Hans Dietrich noticed problem with default state on WinXP. // Jerry Evans pointed out inadequate handling of uistate. // ...
[ "Mike.Ken.S@gmail.com@dd569cc8-ff36-11de-bbca-1111db1fd05b" ]
[ [ [ 1, 671 ] ] ]
33ade750f115ecb920d5a5e1d1769cd18abd001a
b7c505dcef43c0675fd89d428e45f3c2850b124f
/Src/Modules/Infrastructure/MotionRobotHealthProvider.cpp
74126b32ef15614d6582c5d116593b877f8e5c5a
[ "BSD-2-Clause" ]
permissive
pranet/bhuman2009fork
14e473bd6e5d30af9f1745311d689723bfc5cfdb
82c1bd4485ae24043aa720a3aa7cb3e605b1a329
refs/heads/master
2021-01-15T17:55:37.058289
2010-02-28T13:52:56
2010-02-28T13:52:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,624
cpp
/** * @file Modules/Infrastructure/MotionRobotHealthProvider.h * This file implements a module that provides information about the robot's health. * @author <a href="mailto:timlaue@informatik.uni-bremen.de">Tim Laue</a> */ #include "MotionRobotHealthProvider.h" void MotionRobotHealthProvider::update(MotionR...
[ "alon@rogue.(none)" ]
[ [ [ 1, 39 ] ] ]
a7286f8a9a7eb082022ef8b27fef64402410ebc2
709cd826da3ae55945fd7036ecf872ee7cdbd82a
/Term/WildMagic2/Applications/Physics/BouncingSpheres/BouncingSpheres.cpp
0db9bd9369e30c60acbcbec099160b133217a286
[]
no_license
argapratama/kucgbowling
20dbaefe1596358156691e81ccceb9151b15efb0
65e40b6f33c5511bddf0fa350c1eefc647ace48a
refs/heads/master
2018-01-08T15:27:44.784437
2011-06-19T15:23:39
2011-06-19T15:23:39
36,738,655
0
0
null
null
null
null
UTF-8
C++
false
false
20,206
cpp
// Magic Software, Inc. // http://www.magic-software.com // http://www.wild-magic.com // Copyright (c) 2003. All Rights Reserved // // The Game Physics source code is supplied under the terms of the license // agreement http://www.magic-software.com/License/GamePhysics.pdf and may not // be copied or disclosed ...
[ "pocatnas@gmail.com" ]
[ [ [ 1, 564 ] ] ]
694eb5eaee848d628b1c14da03f96403d34f2f2d
43c8fd003f99a2764bcb39290520c1e9108afc99
/touchscreen/app/waveform.h
5c5133a0f69005c01ed666781328edf2d92f94aa
[]
no_license
undees/esc
0f09ffa05f37a588da4f8a0f284607a9e7334763
eef0ebee8159ab45323e86de6c6b5444c62e1a71
refs/heads/master
2016-08-05T08:27:29.511129
2010-06-08T00:45:46
2010-06-08T00:45:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,053
h
// waveform.h : main header file for the WAVEFORM application // #if !defined(AFX_WAVEFORM_H__BFA7BB23_1DD1_41FF_9765_3B0F23AA3730__INCLUDED_) #define AFX_WAVEFORM_H__BFA7BB23_1DD1_41FF_9765_3B0F23AA3730__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #ifndef __AFXWIN_H__ #error i...
[ "undees@gmail.com" ]
[ [ [ 1, 45 ] ] ]
612dcea7e63289863aed524d83f09d5b4f6622eb
b7c505dcef43c0675fd89d428e45f3c2850b124f
/Src/SimulatorQt/Util/qt/Win32/include/Qt/qimage.h
4d383a8fb820fb2ed2d8e1209056dbc0bbca6ee0
[ "BSD-2-Clause" ]
permissive
pranet/bhuman2009fork
14e473bd6e5d30af9f1745311d689723bfc5cfdb
82c1bd4485ae24043aa720a3aa7cb3e605b1a329
refs/heads/master
2021-01-15T17:55:37.058289
2010-02-28T13:52:56
2010-02-28T13:52:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,179
h
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Qt Software Information (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial...
[ "alon@rogue.(none)" ]
[ [ [ 1, 352 ] ] ]
9a65834def8a66ecdec0d720425f341bbe6d264c
fd3f2268460656e395652b11ae1a5b358bfe0a59
/srchybrid/RichEditCtrlX.h
13c97a5701985baaf12060b26ed826a4eb4d88c4
[]
no_license
mikezhoubill/emule-gifc
e1cc6ff8b1bb63197bcfc7e67c57cfce0538ff60
46979cf32a313ad6d58603b275ec0b2150562166
refs/heads/master
2021-01-10T20:37:07.581465
2011-08-13T13:58:37
2011-08-13T13:58:37
32,465,033
4
2
null
null
null
null
UTF-8
C++
false
false
1,624
h
#pragma once ///////////////////////////////////////////////////////////////////////////// // CRichEditCtrlX window class CRichEditCtrlX : public CRichEditCtrl { public: CRichEditCtrlX(); virtual ~CRichEditCtrlX(); void SetDisableSelectOnFocus(bool bDisable = true); void SetSyntaxColoring(const LPCTS...
[ "Mike.Ken.S@dd569cc8-ff36-11de-bbca-1111db1fd05b" ]
[ [ [ 1, 49 ] ] ]
a000744322b0cdb16967298e50c06f81e5f1a48b
b4f709ac9299fe7a1d3fa538eb0714ba4461c027
/trunk/powertabfileheadertestsuite.h
7d6ed74bc1308179babc6183caef9adbec39ba68
[]
no_license
BackupTheBerlios/ptparser-svn
d953f916eba2ae398cc124e6e83f42e5bc4558f0
a18af9c39ed31ef5fd4c5e7b69c3768c5ebb7f0c
refs/heads/master
2020-05-27T12:26:21.811820
2005-11-06T14:23:18
2005-11-06T14:23:18
40,801,514
0
0
null
null
null
null
UTF-8
C++
false
false
2,249
h
///////////////////////////////////////////////////////////////////////////// // Name: powertabfileheadertestsuite.h // Purpose: Performs unit testing on the PowerTabFileHeader class // Author: Brad Larsen // Modified by: // Created: Dec 4, 2004 // RCS-ID: // Co...
[ "blarsen@8c24db97-d402-0410-b267-f151a046c31a" ]
[ [ [ 1, 67 ] ] ]
3ad016dcd8542e5a39129c70c659ef1f6e929ab2
478570cde911b8e8e39046de62d3b5966b850384
/apicompatanamdw/bcdrivers/os/graphics/common/inc/TestServerBase.h
1a0e19a421e5cfac30c50719cb1376bcf5f92ee0
[]
no_license
SymbianSource/oss.FCL.sftools.ana.compatanamdw
a6a8abf9ef7ad71021d43b7f2b2076b504d4445e
1169475bbf82ebb763de36686d144336fcf9d93b
refs/heads/master
2020-12-24T12:29:44.646072
2010-11-11T14:03:20
2010-11-11T14:03:20
72,994,432
0
0
null
null
null
null
UTF-8
C++
false
false
764
h
/* * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl...
[ "none@none" ]
[ [ [ 1, 32 ] ] ]
f526bc19b21579c2df269e566555b7bbdce95a7b
2bf221bc84477471c79e47bdb758776176202e0a
/plc/bitmapy.h
da09f7c062e42d1fed14d18b7d93d79290e30244
[]
no_license
uraharasa/plc-programming-simulator
9613522711f6f9b477c5017e7e1dd0237316a3f4
a03e068db8b9fdee83ae4db8fe3666f0396000ef
refs/heads/master
2016-09-06T12:01:02.666354
2011-08-14T08:36:49
2011-08-14T08:36:49
34,528,882
0
1
null
null
null
null
UTF-8
C++
false
false
394
h
#ifndef bitmapy_h_included #define bitmapy_h_included #include <windows.h> #include <string> using namespace std; class bitmapa { private: int szer_mapy; int wys_mapy; HBITMAP mapa; HBITMAP maska; public: bitmapa(wstring nazwa_pliku); ~bitmapa(void); void wyswietl(HDC kontekst, int x, int y, i...
[ "wojciak.jakub@gmail.com@2c618d7f-f323-8192-d80b-44f770db81a5" ]
[ [ [ 1, 21 ] ] ]
274d2cc4a891423679d9b90fc2ccfdf7551d21d6
27b8c57bef3eb26b5e7b4b85803a8115e5453dcb
/branches/flatRL/lib/include/Plot/DrawLinePlot.h
d27a1b879ba61097c57a64ef268445831e9bd69c
[]
no_license
BackupTheBerlios/walker-svn
2576609a17eab7a08bb2437119ef162487444f19
66ae38b2c1210ac2f036e43b5f0a96013a8e3383
refs/heads/master
2020-05-30T11:30:48.193275
2011-03-24T17:10:17
2011-03-24T17:10:17
40,819,670
0
0
null
null
null
null
UTF-8
C++
false
false
3,382
h
#ifndef __WALKER_YARD_PLOT_DRAW_LINE_PLOT_H__ #define __WALKER_YARD_PLOT_DRAW_LINE_PLOT_H__ #include "LinePlot.h" #include <boost/circular_buffer.hpp> #define NOMINMAX #include <boost/thread/mutex.hpp> #include <sgl/Font.h> #include <slon/Graphics/Renderable/DebugMesh.h> #include <slon/Realm/Object.h> name...
[ "red-haired@9454499b-da03-4d27-8628-e94e5ff957f9" ]
[ [ [ 1, 117 ] ] ]
fc42ec50572bc87c20506341856a171527f0805a
a84b013cd995870071589cefe0ab060ff3105f35
/webdriver/branches/chrome/chrome/src/cpp/include/v8/src/prettyprinter.h
95268b66bba61eec325aca50dc86554689486611
[ "Apache-2.0" ]
permissive
vdt/selenium
137bcad58b7184690b8785859d77da0cd9f745a0
30e5e122b068aadf31bcd010d00a58afd8075217
refs/heads/master
2020-12-27T21:35:06.461381
2009-08-18T15:56:32
2009-08-18T15:56:32
13,650,409
1
0
null
null
null
null
UTF-8
C++
false
false
4,384
h
// Copyright 2006-2008 the V8 project authors. 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, th...
[ "noel.gordon@07704840-8298-11de-bf8c-fd130f914ac9" ]
[ [ [ 1, 118 ] ] ]
0e72f1dedf256752e25575c067176d94dd1020d9
e4bad8b090b8f2fd1ea44b681e3ac41981f50220
/trunk/Abeetles/Abeetles/stdafx.cpp
5b0e174349e1e3e6607d99788369044e92abb001
[]
no_license
BackupTheBerlios/abeetles-svn
92d1ce228b8627116ae3104b4698fc5873466aff
803f916bab7148290f55542c20af29367ef2d125
refs/heads/master
2021-01-22T12:02:24.457339
2007-08-15T11:18:14
2007-08-15T11:18:14
40,670,857
0
0
null
null
null
null
UTF-8
C++
false
false
295
cpp
// stdafx.cpp : source file that includes just the standard includes // Abeetles.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file
[ "ibart@60a5a0de-1a2f-0410-942a-f28f22aea592" ]
[ [ [ 1, 8 ] ] ]
0d3564c99dc37fd83c7650dcc6702267990ba7e7
191d4160cba9d00fce9041a1cc09f17b4b027df5
/ZeroLag2/KUILib/Include/kscbase/kscbase.h
deab148d62584a1028b1553c597b4680b87ff222
[]
no_license
zapline/zero-lag
f71d35efd7b2f884566a45b5c1dc6c7eec6577dd
1651f264c6d2dc64e4bdcb6529fb6280bbbfbcf4
refs/heads/master
2021-01-22T16:45:46.430952
2011-05-07T13:22:52
2011-05-07T13:22:52
32,774,187
3
2
null
null
null
null
UTF-8
C++
false
false
3,099
h
// Copyright (c) 2010 Kingsoft Corporation. All rights reserved. // Copyright (c) 2010 The KSafe Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // //...
[ "Administrator@PC-200201010241" ]
[ [ [ 1, 116 ] ] ]
52b6fd50ff675084555d5b2ce99fae7fe1627a82
b6c9433cefda8cfe76c8cb6550bf92dde38e68a8
/epoc32/include/xmlentityreferences.h
e14c124584fc7dc80042717d3806d462333d0329
[]
no_license
fedor4ever/public-headers
667f8b9d0dc70aa3d52d553fd4cbd5b0a532835f
3666a83565a8de1b070f5ac0b22cc0cbd59117a4
refs/heads/master
2021-01-01T05:51:44.592006
2010-03-31T11:33:34
2010-03-31T11:33:34
33,378,397
0
0
null
null
null
null
UTF-8
C++
false
false
613
h
// Autogenerated from epoc32/build/legacyminidomparser/c_212b04b63d6cae98/xmlparser_dll/xmlentityreferences.st by the stringtable tool - Do not edit #ifndef STRINGTABLE_XMLEntityReferences #define STRINGTABLE_XMLEntityReferences #include <stringpool.h> struct TStringTable; /** A String table */ class XMLE...
[ "williamr@symbian.org" ]
[ [ [ 1, 31 ] ] ]
b574b1e015dbdf856a2f7bf53b7b1cdd4fb08a7c
b14d5833a79518a40d302e5eb40ed5da193cf1b2
/cpp/extern/xercesc++/2.6.0/src/xercesc/validators/datatype/StringDatatypeValidator.hpp
dda3ef44b597fe4d442bd09ba3e67753f6be3b3b
[ "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
5,202
hpp
/* * Copyright 2001,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
[ "aburke@bitflood.org" ]
[ [ [ 1, 156 ] ] ]
9b202987405308c25fa1e326be890b29a452160e
6e4f9952ef7a3a47330a707aa993247afde65597
/PROJECTS_ROOT/WireKeys/WP_TimeSync/Base64.h
b8eec5c63698136eb48f57f9252713be5b81aa90
[]
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
1,622
h
/* Module : Base64.h Purpose: Defines the interface for a simple base64 decoding class Created: PJN / 22-04-1999 Copyright (c) 1999 - 2004 by PJ Naughter. (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. Copyright / Usage Details: You are allowed to include the source code in any...
[ "wplabs@3fb49600-69e0-11de-a8c1-9da277d31688" ]
[ [ [ 1, 52 ] ] ]
863568783a66f5611f0a6f6119dfb21838972718
9df2486e5d0489f83cc7dcfb3ccc43374ab2500c
/src/core/math/rect.h
fb7f7bd76f996c681ef1de8902557c317b9ddadb
[]
no_license
renardchien/Eta-Chronicles
27ad4ffb68385ecaafae4f12b0db67c096f62ad1
d77d54184ec916baeb1ab7cc00ac44005d4f5624
refs/heads/master
2021-01-10T19:28:28.394781
2011-09-05T14:40:38
2011-09-05T14:40:38
1,914,623
1
2
null
null
null
null
UTF-8
C++
false
false
4,072
h
/*************************************************************************** * rect.h - header for the corresponding cpp file * * Copyright (C) 2003 - 2009 Florian Richter ***************************************************************************/ /* This program is free software; you can redistribute i...
[ "renardchien@gmail.com" ]
[ [ [ 1, 195 ] ] ]
1ce7a7520c472f774a5cf4d59e4dcec0f29e65df
d94c6cce730a771c18a6d84c7991464129ed3556
/vp_plugins/auth_plugin/auth.h
6572b60a32cdf5c2054369f8aa3b6aec9f6da990
[]
no_license
S1aNT/cupsfilter
09afbcedb4f011744e670fae74d71fce4cebdd25
26ecc1e76eefecde2b00173dff9f91ebd92fb349
refs/heads/master
2021-01-02T09:26:27.015991
2011-03-15T06:43:47
2011-03-15T06:43:47
32,496,994
0
0
null
null
null
null
UTF-8
C++
false
false
1,064
h
#ifndef AUTH_H #define AUTH_H #include <QObject> #if defined(Q_OS_WIN) #include <windows.h> #endif #include <stdio.h> #include "auth_plugin.h" #include "mytypes.h" using namespace VPrn; class QString; #if defined(Q_OS_WIN) #define PLUGIN_API __declspec(dllimport) typedef PLUGIN_API LPWSTR (*DLL...
[ "p.slant@gmail.com" ]
[ [ [ 1, 51 ] ] ]
aac64ea0e13a8b424637762b1e76847e1851da8a
a3d70ef949478e1957e3a548d8db0fddb9efc125
/src/game/Spirit.h
0f3c75f56137180e852b305bee26f12508c184c4
[]
no_license
SakuraSinojun/ling
fc58afea7c4dfe536cbafa93c0c6e3a7612e5281
46907e5548008d7216543bdd5b9cc058421f4eb8
refs/heads/master
2021-01-23T06:54:30.049039
2011-01-16T12:23:24
2011-01-16T12:23:24
32,323,103
0
0
null
null
null
null
UTF-8
C++
false
false
121
h
#pragma once #ifndef __SPIRIT_H__ #define __SPIRIT_H__ class CSpirit { } #endif
[ "SakuraSinojun@f09d58f5-735d-f1c9-472e-e8791f25bd30" ]
[ [ [ 1, 24 ] ] ]
fe634c6446920e79e7f5c2226f24e3cffefbca19
2e3518a5507a35efafa32d5c14f990a2ba8efc64
/Utilities.cpp
6209b255f1fc731a5df6b10b83e82460918c862a
[]
no_license
alur/AlbumArt
8ea5383c565e198293ad31c0722f79d193ba872d
d8e429a1621b0b4f1865964c3eca6c5683d52b05
refs/heads/master
2020-12-24T13:36:26.791806
2011-01-17T07:19:49
2011-01-17T07:19:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,033
cpp
#include <id3/globals.h> #include "utilities.h" // Checks if a file exists bool Utilities::File_Exists (LPCSTR pszFilePath) { return GetFileAttributes(pszFilePath) != INVALID_FILE_ATTRIBUTES; } void Utilities::URLEncode(LPCSTR pszString, LPSTR pszEncoded, UINT cchLength) { for (UINT i = 0, iPos = 0; iPos...
[ "alur@lsdev.org" ]
[ [ [ 1, 142 ] ] ]
6a3875734e31bc656fcef0824e00de779ffcb00f
c524e82d892bc31ccb52abc91a46fcd9ce1d9241
/core/StdAfx.cpp
7d5eee17b3d35f5cd3a9eebdc6a3204a680e9e41
[]
no_license
wenmengzi/snooker
368fd1d341e48ed9a4cfc7acce6d8f0e02e7827b
16ce9a55f334fa24d156dc9a7a6ceffc78ebcfb5
refs/heads/master
2021-01-10T01:38:56.748246
2007-06-23T16:59:21
2007-06-23T16:59:21
54,390,281
0
0
null
null
null
null
UTF-8
C++
false
false
206
cpp
// stdafx.cpp : source file that includes just the standard includes // core.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
[ "rickone2007@05450a0b-ae31-0410-b12f-21406559f0cb" ]
[ [ [ 1, 8 ] ] ]
9ddc5883a6e829c2598b5b793cb143656c44c762
8be41f8425a39f7edc92efb3b73b6a8ca91150f3
/OMFrame/OpenGL/OpenGLDoc.cpp
829a04803ac42dad92dfc856bd4d5a64fd698e37
[]
no_license
SysMa/msq-summer-project
b497a061feef25cac1c892fe4dd19ebb30ae9a56
0ef171aa62ad584259913377eabded14f9f09e4b
refs/heads/master
2021-01-23T09:28:34.696908
2011-09-16T06:39:52
2011-09-16T06:39:52
34,208,886
0
1
null
null
null
null
GB18030
C++
false
false
1,075
cpp
// OpenGLDoc.cpp : COpenGLDoc 类的实现 // #include "stdafx.h" #include "OpenGL.h" #include "OpenGLDoc.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // COpenGLDoc IMPLEMENT_DYNCREATE(COpenGLDoc, CDocument) BEGIN_MESSAGE_MAP(COpenGLDoc, CDocument) END_MESSAGE_MAP() // COpenGLDoc 构造/析构 COpenGL...
[ "shiqingma@gmail.com@551f4f89-5e81-c284-84fc-d916aa359411" ]
[ [ [ 1, 78 ] ] ]
138144e202099601315aa3a90bf0accdd9a2acbd
14298a990afb4c8619eea10988f9c0854ec49d29
/PowerBill四川电信专用版本/ibill_source/FTPConfigFrm.cpp
df5ddefb6b5da9a8c947e8a3fe433ee4b9cb8b0c
[]
no_license
sridhar19091986/xmlconvertsql
066344074e932e919a69b818d0038f3d612e6f17
bbb5bbaecbb011420d701005e13efcd2265aa80e
refs/heads/master
2021-01-21T17:45:45.658884
2011-05-30T12:53:29
2011-05-30T12:53:29
42,693,560
0
0
null
null
null
null
GB18030
C++
false
false
8,430
cpp
//--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop #include "FTPConfigFrm.h" #include "MainFrm.h" #include "EditFTPFrm.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma link "RzPane...
[ "cn.wei.hp@e7bd78f4-57e5-8052-e4e7-673d445fef99" ]
[ [ [ 1, 233 ] ] ]
ea74d8df1c02c688ec7fbf4aeb18c4c37039e48f
54319da8732c447b8f196de5e98293083d3acf10
/qt4_src/test/fxeditor/fxInputFace.cpp
165bf710821146e2109e57e87c70a7d7483e05ef
[ "curl" ]
permissive
libfetion/libfetion-gui
6c0ed30f9b31669048347352b292fbe02e5505f3
a5912c7ac301830c2953378e58a4d923bc0a0a8d
refs/heads/master
2021-01-13T02:16:46.031301
2010-09-19T10:42:37
2010-09-19T10:42:37
32,465,618
2
0
null
null
null
null
GB18030
C++
false
false
7,667
cpp
/*************************************************************************** * Copyright (C) 2008 by DDD * * dedodong@163.com * * * * This progra...
[ "libfetion@3dff0f8e-6350-0410-ad39-8374e07577ec" ]
[ [ [ 1, 207 ] ] ]
2653354b9de0b91cebc3489c92f56cf4f097cae1
30a1e1c0c95239e5fa248fbb1b4ed41c6fe825ff
/c/cc.h
05b6173dbbca027db5c8f4869350a90322e9faec
[]
no_license
inspirer/history
ed158ef5c04cdf95270821663820cf613b5c8de0
6df0145cd28477b23748b1b50e4264a67441daae
refs/heads/master
2021-01-01T17:22:46.101365
2011-06-12T00:58:37
2011-06-12T00:58:37
1,882,931
1
0
null
null
null
null
UTF-8
C++
false
false
2,301
h
/* cc.h * * C Compiler project (cc) * Copyright (C) 2002-03 Eugeniy Gryaznov (gryaznov@front.ru) * * 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 ...
[ "egryaznov@gmail.com" ]
[ [ [ 1, 106 ] ] ]
694c3d332f73ad7db91f695d41c2fe99f3e45b0b
225746972ca1a832bfd4b15824dbea1823e029cf
/marcc/src/symboltable.cpp
8707e646d8673fea557adef09bdd48a13f4b98bb
[]
no_license
endeav0r/endeavormac
a2d76e525eefb5b176e669403acbc4c96dbd20bd
44a2fa9bb34130558882e23ac6bee68b41da81a5
refs/heads/master
2016-08-11T07:54:01.377822
2011-04-05T14:41:08
2011-04-05T14:41:08
52,758,001
0
0
null
null
null
null
UTF-8
C++
false
false
3,012
cpp
#include "symboltable.hpp" SymbolTable :: SymbolTable () { int i; for (i = 0; i < GENERAL_PURPOSE_REGISTERS; i++) this->registers[i].s_id(i+1); this->previous = NULL; this->next = NULL; this->last = this; this->next_free_offset = 0; } int SymbolTable :: get_free_registe...
[ "endeavormac@gmail.com", "endeavormac@94cf5504-edb0-11de-bf31-4dec8810c1c1" ]
[ [ [ 1, 4 ], [ 8, 14 ], [ 50, 95 ] ], [ [ 5, 7 ], [ 15, 49 ], [ 96, 109 ] ] ]
26ec1b349f37509fc819464bffdb9475bd9973f4
0f8559dad8e89d112362f9770a4551149d4e738f
/Wall_Destruction/Havok/Source/Physics/Utilities/VisualDebugger/Viewer/Dynamics/hkpWorldSnapshotViewer.h
7b306cb286d41d0ea6535745b932df8813ebb7b8
[]
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
2,789
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, 75 ] ] ]
9abfe5075642b9c984ef281001aad3bb4a67df8d
0f8559dad8e89d112362f9770a4551149d4e738f
/Wall_Destruction/Havok/Source/Common/Serialize/Serialize/Xml/hkXmlObjectWriter.h
900f04fa71679e15b60ab3f8dd06ea6d87636a9f
[]
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,972
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, 92 ] ] ]
ca5d0f8298a2f1f4ef55e6e04c9b12f25c72d756
fcf03ead74f6dc103ec3b07ffe3bce81c820660d
/Graphics/Bitmaps/Bitmap.cpp
12f3d202e4b02e326bd66cc985770362f46c9f3f
[]
no_license
huellif/symbian-example
72097c9aec6d45d555a79a30d576dddc04a65a16
56f6c5e67a3d37961408fc51188d46d49bddcfdc
refs/heads/master
2016-09-06T12:49:32.021854
2010-10-14T06:31:20
2010-10-14T06:31:20
38,062,421
2
0
null
null
null
null
UTF-8
C++
false
false
7,537
cpp
// Bitmap.cpp // // Copyright (c) 2000-2005 Symbian Software Ltd. All rights reserved. #include "BitmapsGraphicsControl.h" #include <grbmap.mbg> _LIT(KTxtCDrive,"C:"); _LIT(KTxtZDrive,"Z:"); void CBitmapControl::LoadBitmapL(CFbsBitmap* aBitMap, const TDesC& aPathAndFile, TInt aId, TBool aShareIfLoaded) ...
[ "liuxk99@bdc341c6-17c0-11de-ac9f-1d9250355bca" ]
[ [ [ 1, 293 ] ] ]
15cd6c257807cd78b91bed44b3c17f0217f994d6
b83c990328347a0a2130716fd99788c49c29621e
/include/boost/proto/transform/make.hpp
576c625f5a89dcb0258028cd2c3df4a935b74e2c
[]
no_license
SpliFF/mingwlibs
c6249fbb13abd74ee9c16e0a049c88b27bd357cf
12d1369c9c1c2cc342f66c51d045b95c811ff90c
refs/heads/master
2021-01-18T03:51:51.198506
2010-06-13T15:13:20
2010-06-13T15:13:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
19,628
hpp
#ifndef BOOST_PP_IS_ITERATING /////////////////////////////////////////////////////////////////////////////// /// \file make.hpp /// Contains definition of the make<> transform. // // Copyright 2008 Eric Niebler. Distributed under the Boost // Software License, Version 1.0. (See accompan...
[ "hoijui.quaero@gmail.com" ]
[ [ [ 1, 453 ] ] ]
946e0f103bd1ca94054b93ceb081b6f3de81b035
8de934041a2416f97542d3a30defd31545485b65
/cpp/TX_232.cpp
96e5dc487a5a87c32e245d30ca4cdb87afb60a0f
[]
no_license
deccico/lib
0b93aea15d97c890dd9d22787deedc4ef1b392b9
073e21b7b6a4d5423b0ea05fa4a58b32bfcf2c48
refs/heads/master
2023-07-28T04:56:33.466613
2008-03-09T23:07:21
2008-03-09T23:07:21
403,967,299
0
0
null
null
null
null
WINDOWS-1250
C++
false
false
1,547
cpp
//--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop #include "TX_232.h" //--------------------------------------------------------------------------- #pragma package(smart_init) //-----------------------------------------------------------------...
[ "adrian@darumatic.com" ]
[ [ [ 1, 47 ] ] ]
698e46ee1ffe99e3873c0424ea4dbbdfdc701c0a
3449de09f841146a804930f2a51ccafbc4afa804
/C++/MpegMux/system/SystemHeader.cpp
a63c31de9f07e4898655174fabe1fa6fc242b487
[]
no_license
davies/daviescode
0c244f4aebee1eb909ec3de0e4e77db3a5bbacee
bb00ee0cfe5b7d5388485c59211ebc9ba2d6ecbd
refs/heads/master
2020-06-04T23:32:27.360979
2007-08-19T06:31:49
2007-08-19T06:31:49
32,641,672
1
1
null
null
null
null
GB18030
C++
false
false
2,814
cpp
#include "systemHeader.h" #pragma warning(disable:4800) /* * System Header */ SystemHeader::SystemHeader() { rate_bound = 0; audio_bound = 0; video_bound = 0; system_audio_lock_flag = true; system_video_lock_flag = true; fixed_flag = false; CSPS_flag = false; header_length = 6; //最少的字节数 ...
[ "davies.liu@32811f3b-991a-0410-9d68-c977761b5317" ]
[ [ [ 1, 124 ] ] ]
18a786f84e8dc6d03db7ef230661df487f9a0192
df070aa6eb5225412ebf0c3916b41449edfa16ac
/AVS_Transcoder_SDK/kernel/video/tavs/avs_enc/src/slice.cpp
a49f5886aa4324bcf1f3a368602f774456c27ad4
[]
no_license
numericalBoy/avs-transcoder
659b584cc5bbc4598a3ec9beb6e28801d3d33f8d
56a3238b34ec4e0bf3a810cedc31284ac65361c5
refs/heads/master
2020-04-28T21:08:55.048442
2010-03-10T13:28:18
2010-03-10T13:28:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,073
cpp
/* ***************************************************************************** * COPYRIGHT AND WARRANTY INFORMATION * * Copyright 2003, Advanced Audio Video Coding Standard, Part II * * DISCLAIMER OF WARRANTY * * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"...
[ "zhihang.wang@6c8d3a4c-d4d5-11dd-b6b4-918b84bbd919" ]
[ [ [ 1, 376 ] ] ]
a352db052a370ff817abf83bd1030b56909de0fe
7f72fc855742261daf566d90e5280e10ca8033cf
/branches/full-calibration/ground/src/plugins/dial/dialgadgetconfiguration.h
609033e18d2b42ddbefeaf5d70e5c4ec34c5135b
[]
no_license
caichunyang2007/my_OpenPilot_mods
8e91f061dc209a38c9049bf6a1c80dfccb26cce4
0ca472f4da7da7d5f53aa688f632b1f5c6102671
refs/heads/master
2023-06-06T03:17:37.587838
2011-02-28T10:25:56
2011-02-28T10:25:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,971
h
/** ****************************************************************************** * * @file dialgadgetconfiguration.h * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @see The GNU Public License (GPL) Version 3 * @addtogroup GCSPlugins GCS Plugins * @{ * @ad...
[ "jonathan@ebee16cc-31ac-478f-84a7-5cbb03baadba" ]
[ [ [ 1, 139 ] ] ]
76f84f8b29a3aa03c7808074ecc2a912510ff738
619941b532c6d2987c0f4e92b73549c6c945c7e5
/Source/Nuclex/Video/TextureCache.cpp
047dd292ebe35f7c554160883937dedfcc47077a
[]
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
12,917
cpp
//  // // # # ### # # -= Nuclex Library =-  // // ## # # # ## ## TextureCache.cpp - Texture cache  // // ### # # ...
[ "ctuomail@gmail.com" ]
[ [ [ 1, 289 ] ] ]
00195c368157e92091aedc12dbe2bdadeece1253
3d9e738c19a8796aad3195fd229cdacf00c80f90
/src/gui/app/static/Color_map.h
3fca8a1db91466585bf4d96ffdbe1092c8a9b24c
[]
no_license
mrG7/mesecina
0cd16eb5340c72b3e8db5feda362b6353b5cefda
d34135836d686a60b6f59fa0849015fb99164ab4
refs/heads/master
2021-01-17T10:02:04.124541
2011-03-05T17:29:40
2011-03-05T17:29:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,347
h
/* This source file is part of Mesecina, a software for visualization and studying of * the medial axis and related computational geometry structures. * More info: http://www.agg.ethz.ch/~miklosb/mesecina * Copyright Balint Miklos, Applied Geometry Group, ETH Zurich * * $Id: Color_map.h 388 2008-12-12 18:17:0...
[ "balint.miklos@localhost" ]
[ [ [ 1, 59 ] ] ]
4887777aa08f107b8be4c06c92356844ec3ff7e2
789bfae90cbb728db537b24eb9ab21c88bda2786
/source/MenuVanishStateClass.cpp
a16367993aae7859416c4c94f4f29162e0ae36f4
[ "MIT" ]
permissive
Izhido/bitsweeper
b89db2c2050cbc82ea60d31d2f31b041a1e913a3
a37902c5b9ae9c25ee30694c2ba0974fd235090e
refs/heads/master
2021-01-23T11:49:21.723909
2011-12-24T22:43:30
2011-12-24T22:43:30
34,614,275
0
2
null
null
null
null
UTF-8
C++
false
false
1,233
cpp
#include "MenuVanishStateClass.h" #include "CommonDataClass.h" #include "StateMachineClass.h" #include "StartButtonAppearStateClass.h" #include "OperationsClass.h" MenuVanishStateClass::MenuVanishStateClass() : StateClass() { } void MenuVanishStateClass::Start(CommonDataClass* CommonData) { Vanishing.Se...
[ "heribertod@gmail.com@66f87ebb-1a6f-337b-3a26-6cadc16acdcf" ]
[ [ [ 1, 45 ] ] ]
6ccab7659c80fc8b275bd7eec21e544f178dabc2
4497c10f3b01b7ff259f3eb45d0c094c81337db6
/Retargeting/Shifmap/Version01/LabelMapper.h
5f1638f85a3769f9666a020e9a18f89ff815da71
[]
no_license
liuguoyou/retarget-toolkit
ebda70ad13ab03a003b52bddce0313f0feb4b0d6
d2d94653b66ea3d4fa4861e1bd8313b93cf4877a
refs/heads/master
2020-12-28T21:39:38.350998
2010-12-23T16:16:59
2010-12-23T16:16:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
455
h
#pragma once #include "Common3D.h" #include "MappingCubic.h" // provide which point3D is mapped to which point3D class LabelMapper { public: LabelMapper(void); ~LabelMapper(void); protected: MappingCubic* _mappingCubicData; MappingCubic* _mappingCubicShift; public: void SetMappingCubic(MappingCubic*...
[ "kidphys@aeedd7dc-6096-11de-8dc1-e798e446b60a" ]
[ [ [ 1, 18 ] ] ]
21567a71251062754ef9830bdede6f27e638854b
6131815bf1b62accfc529c2bc9db21194c7ba545
/FrameworkApp/App/GUI/UISlider.cpp
796c057eace65f6f186a9311e03263610e4d3142
[]
no_license
dconefourseven/honoursproject
b2ee664ccfc880c008f29d89aad03d9458480fc8
f26b967fda8eb6937f574fd6f3eb76c8fecf072a
refs/heads/master
2021-05-29T07:14:35.261586
2011-05-15T18:27:49
2011-05-15T18:27:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,884
cpp
#include "UISlider.h" #include <stdio.h> UISlider::UISlider(IDirect3DDevice9* Device, LONG top, LONG left, LONG right, LONG bottom, D3DXVECTOR3* center, D3DXVECTOR3* position, char* string, float stringPos, float minX, float maxX, float minRange, float maxRange) : UIElement(Device, top, left, right, bottom, ...
[ "davidclarke1990@fa56ba20-0011-6cdf-49b4-5b20436119f6" ]
[ [ [ 1, 202 ] ] ]
d02af0f9b1f9d2de16b3d6de28c7c93d6a576cdd
81d715e8253e54d64940ab48621d97cd1097ec11
/include/videoInput.h
5e11824dfb8e89460f20fd06b61a15cd9b270810
[]
no_license
pratikac/freekick
57da6ea59ca3f848cfd64c688bc0286036d31d34
2c2ce6b7bb22b7ce43edca1b2eabe8def65d9cc5
refs/heads/master
2016-09-06T17:24:33.796161
2010-01-20T14:46:05
2010-01-20T14:46:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,002
h
#ifndef _VIDEOINPUT #define _VIDEOINPUT //THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR //IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, //FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE //AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FO...
[ "pratik.ac@26ac5a0a-5c52-4786-9981-c9e7b4f08508" ]
[ [ [ 1, 327 ] ] ]
abfe0549ae3dba8acdd2b6d5a556991c522074b7
0f7af923b9d3a833f70dd5ab6f9927536ac8e31c
/ elistestserver/MySocket.cpp
7c47c2918638796170b518775fd08783f3513a89
[]
no_license
empiredan/elistestserver
c422079f860f166dd3fcda3ced5240d24efbd954
cfc665293731de94ff308697f43c179a4a2fc2bb
refs/heads/master
2016-08-06T07:24:59.046295
2010-01-25T16:40:32
2010-01-25T16:40:32
32,509,805
0
0
null
null
null
null
UTF-8
C++
false
false
1,562
cpp
// MySocket.cpp : implementation file // #include "stdafx.h" #include "ELISTestServer.h" #include "ELISTestServerDlg.h" #include "MySocket.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif /////////////////////////////////////////////////////////////////...
[ "zwusheng@3065b396-e208-11de-81d3-db62269da9c1", "EmpireDaniel@3065b396-e208-11de-81d3-db62269da9c1" ]
[ [ [ 1, 62 ], [ 65, 67 ] ], [ [ 63, 64 ] ] ]
c7234801ea8c6d6ea2bc12408b17e1392a4b0d77
85d9531c984cd9ffc0c9fe8058eb1210855a2d01
/QxOrm/include/QxDataMember/IxDataMemberX.h
b48db36d20f915ff412ba5eb03474c3e708f87d4
[]
no_license
padenot/PlanningMaker
ac6ece1f60345f857eaee359a11ee6230bf62226
d8aaca0d8cdfb97266091a3ac78f104f8d13374b
refs/heads/master
2020-06-04T12:23:15.762584
2011-02-23T21:36:57
2011-02-23T21:36:57
1,125,341
0
1
null
null
null
null
UTF-8
C++
false
false
3,129
h
/**************************************************************************** ** ** http://www.qxorm.com/ ** http://sourceforge.net/projects/qxorm/ ** Original file by Lionel Marty ** ** This file is part of the QxOrm library ** ** This software is provided 'as-is', without any express or implied ** warranty. ...
[ "laurent.billonc@gmail.com" ]
[ [ [ 1, 91 ] ] ]
30a5edfff72db65b0cdfadcb019a389dc827ea8e
8e4d21a99d0ce5413eab7a083544aff9f944b26f
/include/NthMouseController.h
fa9d931bae231883e64f6050c38edff699886f69
[]
no_license
wangjunbao/nontouchsdk
957612b238b8b221b4284efb377db220bd41186a
81ab8519ea1af45dbb7ff66c6784961f14f9930c
refs/heads/master
2021-01-23T13:57:20.020732
2010-10-31T12:03:49
2010-10-31T12:03:49
34,656,556
0
0
null
null
null
null
UTF-8
C++
false
false
408
h
/* * NthMouseController.h * CopyRight @South China Institute of Software Engineering,.GZU * Author: * 2010/10/20 */ #ifndef NTHMOUSECONTROLLER_H #define NTHMOUSECONTROLLER_H #ifdef DLL_FILE class _declspec(dllexport) NthMouseController #else class _declspec(dllimport) NthMouseController #endif { ...
[ "tinya0913@6b3f5b0f-ac10-96f7-b72e-cc4b20d3e213" ]
[ [ [ 1, 24 ] ] ]
24071008c03905fc3241515082da4b81e78a2ca5
33f59b1ba6b12c2dd3080b24830331c37bba9fe2
/Depend/Foundation/ComputationalGeometry/Wm4TRVector.inl
6339de691661d47c093e61dfa66ba33e8ed68fa0
[]
no_license
daleaddink/flagship3d
4835c223fe1b6429c12e325770c14679c42ae3c6
6cce5b1ff7e7a2d5d0df7aa0594a70d795c7979a
refs/heads/master
2021-01-15T16:29:12.196094
2009-11-01T10:18:11
2009-11-01T10:18:11
37,734,654
1
0
null
null
null
null
UTF-8
C++
false
false
8,280
inl
// Geometric Tools, Inc. // http://www.geometrictools.com // Copyright (c) 1998-2006. All Rights Reserved // // The Wild Magic Version 4 Foundation Library source code is supplied // under the terms of the license agreement // http://www.geometrictools.com/License/Wm4FoundationLicense.pdf // and may not be ...
[ "yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa" ]
[ [ [ 1, 262 ] ] ]
5950c75cb2fad7d83571707a0914a0339d4fbc68
b84a38aad619acf34c22ed6e6caa0f7b00ebfa0a
/Code/TootlePhysics/TJoint.cpp
07c93e9060f3a76c0443a489b1ec59eec31cfa9f
[]
no_license
SoylentGraham/Tootle
4ae4e8352f3e778e3743e9167e9b59664d83b9cb
17002da0936a7af1f9b8d1699d6f3e41bab05137
refs/heads/master
2021-01-24T22:44:04.484538
2010-11-03T22:53:17
2010-11-03T22:53:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,928
cpp
#include "TJoint.h" #include "TPhysicsNode.h" #include "TPhysicsgraph.h" #include <box2d/include/box2d.h> TLPhysics::TJoint::TJoint() : m_CollisionBetweenNodes ( FALSE ), m_pJoint ( NULL ) { } //---------------------------------------------------------- // create joint in box2d world - returns ...
[ "dibely@hotmail.com" ]
[ [ [ 1, 68 ] ] ]
e86cd9b8192c70e971f099c26fb5cc935c414d93
2dbbca065b62a24f47aeb7ec5cd7a4fd82083dd4
/OUAN/OUAN/Src/Game/GameObject/GameObjectCarnivorousPlant.cpp
c9963d355011d0c7088821ac71e9b39bc8fe56a7
[]
no_license
juanjmostazo/once-upon-a-night
9651dc4dcebef80f0475e2e61865193ad61edaaa
f8d5d3a62952c45093a94c8b073cbb70f8146a53
refs/heads/master
2020-05-28T05:45:17.386664
2010-10-06T12:49:50
2010-10-06T12:49:50
38,101,059
1
1
null
null
null
null
UTF-8
C++
false
false
5,710
cpp
#include "OUAN_Precompiled.h" #include "GameObjectCarnivorousPlant.h" #include "../GameWorldManager.h" #include "../../Event/Event.h" using namespace OUAN; GameObjectCarnivorousPlant::GameObjectCarnivorousPlant(const std::string& name) :GameObject(name,GAME_OBJECT_TYPE_CARNIVOROUSPLANT) { } GameObjec...
[ "ithiliel@1610d384-d83c-11de-a027-019ae363d039", "wyern1@1610d384-d83c-11de-a027-019ae363d039", "juanj.mostazo@1610d384-d83c-11de-a027-019ae363d039" ]
[ [ [ 1, 2 ], [ 151, 154 ], [ 156, 159 ], [ 194, 199 ], [ 201, 205 ], [ 207, 209 ] ], [ [ 3, 34 ], [ 40, 44 ], [ 50, 81 ], [ ...
c417564aae4762f1f78f1408fea9905cf55ee3bb
60b362ba672a29bedf3d44abf11138dd71742c5d
/ex1-ilia/ex1/line.cpp
ad8d96eecc502ca0b108af1c9fa5fa1fde854f47
[]
no_license
AndreyShamis/oop1
9e04882ab6969cc542e99422b84114157d4b20f3
861da0e7a70eba21e4b7ee39e355c21a864ce8b1
refs/heads/master
2016-09-06T14:15:47.867525
2011-03-16T22:20:04
2011-03-16T22:20:04
32,789,848
0
0
null
null
null
null
UTF-8
C++
false
false
4,644
cpp
#include "line.h" Line::Line(Vertex ends0, Vertex ends1){ if(chekLimit(ends0) && chekLimit(ends0)) { _start = ends0; _end = ends1; } else { setDefault(); } } Line::Line(Vertex ends[2]){ if(chekLimit(ends[0]) && chekLimit(ends[1])) { _start = ends[0]; _end ...
[ "apalon83@gmail.com@915c7e4a-0830-d67a-7742-9bd6d4e428b7" ]
[ [ [ 1, 282 ] ] ]
ec4315e35cb462c4def164900d6e3d8b7c18b84c
6dfee96a4a2fd190321b37f757a04d6039e365be
/Weibo.sdk/WeiBo SDK/test/option.cpp
3f654c46866e69be48a1d2ec04b6c03c54648a1f
[]
no_license
skyui-cdel/MyFirstGit
4d0172e9058f2dbc54c8fe1f9a142ed7e262b977
9f62707e7a0624767c36e99038268a4dd2cb4791
refs/heads/master
2018-12-28T00:01:42.206089
2011-05-27T05:37:23
2011-05-27T05:37:23
2,252,774
0
0
null
null
null
null
GB18030
C++
false
false
7,688
cpp
#include "stdafx.h" #include "option.h" #include <libweibo/weibo.h> struct tagOption { int iOpt; char text[255]; }; #define WEIBO_OPTION_MAP(opt) {WEIBO_OPTION(opt),#opt} static const tagOption _option_map[] = { WEIBO_OPTION_MAP(UNK), WEIBO_OPTION_MAP(BASE), //1 //获取下行数据集(timeline) WEIBO_O...
[ "libo.weng@gmail.com@6d9c6d06-b0b6-dbdc-3531-a27e122abd9f" ]
[ [ [ 1, 156 ] ] ]
00797364c1eabc81132050f8d89c486b1962bd1b
4d54b591fcefe7a728f1549392c95786700c3b91
/OgreFramework.cpp
90628bd74b360ee004b8af5b4ca19eddd481716a
[]
no_license
nayyden/openUberShader
e51780242a5db95700d35c827614d4a97b0582b2
3ad5e5aacc2637ff3cef4f66b842fffac5604bf3
refs/heads/master
2021-01-13T01:55:59.143401
2011-05-18T22:40:29
2011-05-18T22:40:29
1,611,367
2
0
null
null
null
null
UTF-8
C++
false
false
13,048
cpp
//||||||||||||||||||||||||||||||||||||||||||||||| #include "OgreFramework.hpp" //||||||||||||||||||||||||||||||||||||||||||||||| using namespace Ogre; //||||||||||||||||||||||||||||||||||||||||||||||| template<> OgreFramework* Ogre::Singleton<OgreFramework>::ms_Singleton = 0; //|||||||||||||||||||||||...
[ "nayyden@gmail.com", "Iron_steel_88@abv.bg" ]
[ [ [ 1, 123 ], [ 127, 141 ], [ 168, 172 ], [ 175, 226 ], [ 238, 241 ], [ 243, 253 ], [ 259, 259 ], [ 261, 266 ], [ 272, 279 ], [ ...
2315ca6a5e549ea4ccb035f369eff7d35c0bf60c
3a577d02f876776b22e2bf1c0db12a083f49086d
/vba-minimum/trunk/src/gba/Mode1.cpp
4a261e94777c3ecbd9075c3ddb1ad4d9e18c0f4d
[]
no_license
xiaoluoyuan/VisualBoyAdvance-2
d19565617b26e1771f437842dba5f0131d774e73
cadd2193ba48e1846b45f87ff7c36246cd61b6ee
refs/heads/master
2021-01-10T01:19:23.884491
2010-05-12T09:59:37
2010-05-12T09:59:37
46,539,728
0
0
null
null
null
null
UTF-8
C++
false
false
11,189
cpp
#include "GBA.h" #include "GBAGfx.h" void mode1RenderLine() { u16 *palette = (u16 *)paletteRAM; if(DISPCNT & 0x80) { for(int x = 0; x < 240; x++) { lineMix[x] = 0x7fff; } gfxLastVCOUNT = VCOUNT; return; } if(layerEnable & 0x0100) { gfxDrawTextScreen(BG0CNT, BG0HOFS, ...
[ "spacy51@5a53c671-dd2d-0410-9261-3f5c817b7aa0" ]
[ [ [ 1, 460 ] ] ]
5ae3afe0adc80e5a2718625d210e4a4a597f267a
3d9e738c19a8796aad3195fd229cdacf00c80f90
/src/gui/layer_management/Popup_scalar_controls_frame.h
299fdaedf3a952c2039a4e6a00970e74db737745
[]
no_license
mrG7/mesecina
0cd16eb5340c72b3e8db5feda362b6353b5cefda
d34135836d686a60b6f59fa0849015fb99164ab4
refs/heads/master
2021-01-17T10:02:04.124541
2011-03-05T17:29:40
2011-03-05T17:29:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,476
h
/* This source file is part of Mesecina, a software for visualization and studying of * the medial axis and related computational geometry structures. * Copyright Balint Miklos, Applied Geometry Group, ETH Zurich * * $Id: Popup_scalar_controls_frame.h 255 2007-12-03 23:01:56Z miklosb $ */ #ifndef POPUP_SCA...
[ "balint.miklos@localhost" ]
[ [ [ 1, 53 ] ] ]
47503d217b2477d0472d1dd6655c9a4a45d677ea
e2e49023f5a82922cb9b134e93ae926ed69675a1
/tools/aoslcpp/include/aosl/meta.inl
aa31ab7ec219b6fb7887eb34d2bd6f21d1a32f70
[]
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
4,506
inl
// 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, 286 ] ] ]
915e67a1d169d16e4e9287e60ee339558bfabda9
709cd826da3ae55945fd7036ecf872ee7cdbd82a
/Term/WildMagic2/Source/Graphics/WmlParticleController.cpp
a46101192d1b1d9765eb6bbe03eafc165efefbbe
[]
no_license
argapratama/kucgbowling
20dbaefe1596358156691e81ccceb9151b15efb0
65e40b6f33c5511bddf0fa350c1eefc647ace48a
refs/heads/master
2018-01-08T15:27:44.784437
2011-06-19T15:23:39
2011-06-19T15:23:39
36,738,655
0
0
null
null
null
null
UTF-8
C++
false
false
11,297
cpp
// Magic Software, Inc. // http://www.magic-software.com // http://www.wild-magic.com // Copyright (c) 2003. All Rights Reserved // // The Wild Magic Library (WML) source code is supplied under the terms of // the license agreement http://www.magic-software.com/License/WildMagic.pdf // and may not be copied or ...
[ "pocatnas@gmail.com" ]
[ [ [ 1, 299 ] ] ]
bd5c4262d321cf56ef18919b80697df4b8a6e81d
fe122f81ca7d6dff899945987f69305ada995cd7
/developlib/vc60include/FillLinearButton.h
1787a02315d83f8187d22f1b5569bb8ca24038a3
[]
no_license
myeverytime/chtdependstoreroom
ddb9f4f98a6a403521aaf403d0b5f2dc5213f346
64a4d1e2d32abffaab0376f6377e10448b3c5bc3
refs/heads/master
2021-01-10T06:53:35.455736
2010-06-23T10:21:44
2010-06-23T10:21:44
50,168,936
0
0
null
null
null
null
UTF-8
C++
false
false
1,619
h
#if !defined(AFX_FILLLINEARBUTTON_H__7A18922E_964C_4AEC_8995_C69F23B4FEDC__INCLUDED_) #define AFX_FILLLINEARBUTTON_H__7A18922E_964C_4AEC_8995_C69F23B4FEDC__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // FillLinearButton.h : header file // #include "enum.h" ////////////////////////////...
[ "robustwell@bd7e636a-136b-06c9-ecb0-b59307166256" ]
[ [ [ 1, 56 ] ] ]
04a1968df267909fb8ed7811d7fce24b5421a2b7
bf19f77fdef85e76a7ebdedfa04a207ba7afcada
/NewAlpha/TMNT Tactics Tech Demo/Source/Box.h
53c9e4b0f1cc69356066cc335989c60619c990dd
[]
no_license
marvelman610/tmntactis
2aa3176d913a72ed985709843634933b80d7cb4a
a4e290960510e5f23ff7dbc1e805e130ee9bb57d
refs/heads/master
2020-12-24T13:36:54.332385
2010-07-12T08:08:12
2010-07-12T08:08:12
39,046,976
0
0
null
null
null
null
UTF-8
C++
false
false
5,954
h
////////////////////////////////////////////////////////////////////////// // Filename : Box.h // // Author : Ramon Johannessen (RJ) // // Purpose : To dynamically create menu boxes and populate them with // specific information. ////////////////////////////////////////////////////////////////////////// #...
[ "AllThingsCandid@7dc79cba-3e6d-11de-b8bc-ddcf2599578a", "marvelman610@7dc79cba-3e6d-11de-b8bc-ddcf2599578a" ]
[ [ [ 1, 8 ], [ 11, 191 ] ], [ [ 9, 10 ], [ 192, 194 ] ] ]
ccd29c098d73240c288467bffccd622d7c0e27fd
f83137ab7ba3ed9f8d89f84c415a6d8a03f99c2f
/APMShared/APMLogger.cpp
5ad0a75b64338c2e51149764401e129659827f1a
[]
no_license
NobodysNightmare/APM-Meter
0ab0438a773f90efc4836cab00c9980d3e2dce89
32bb96618bb1ce8e34db4270459aa0eb8577f6b6
refs/heads/master
2021-01-19T08:48:54.951073
2010-12-03T18:58:11
2010-12-03T18:58:11
1,023,406
0
0
null
null
null
null
UTF-8
C++
false
false
1,196
cpp
#include "APMLogger.h" #include <stdio.h> APMLogger::APMLogger(LPCTSTR filename) { hFile = CreateFile(filename, GENERIC_WRITE, NULL, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL); if(hFile == INVALID_HANDLE_VALUE) printf("\r\nCould not open log-file\r\n"); else { //FIXME size is hard-coded because m...
[ "Jan@.(none)", "fischikowski@web.de" ]
[ [ [ 1, 6 ], [ 34, 39 ], [ 43, 43 ], [ 46, 46 ] ], [ [ 7, 33 ], [ 40, 42 ], [ 44, 45 ] ] ]
6e5ac2906f3b824939ef60874819950ddb404ff8
2f72d621e6ec03b9ea243a96e8dd947a952da087
/src/dotSceneObject.cpp
9ea6d7cad79e1b67f338e16055a6105562fdb417
[]
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
24,168
cpp
#include "dotSceneObject.h" #include "tinyxml.h" #include "functions.h" dotSceneObject::dotSceneObject(Ogre::String filename, Level *lvl, Ogre::Vector3 pos, Ogre::Quaternion orient, Ogre::Vector3 scale) { TiXmlDocument *XMLDoc = 0; TiXmlElement *XMLRoot; mLevel = lvl; ID = filename; baseScale = Ve...
[ "praecipitator@bd7a9385-7eed-4fd6-88b1-0096df50a1ac" ]
[ [ [ 1, 849 ] ] ]
71325854d90258327ecd88b5f59d6814de3deb44
38664d844d9fad34e88160f6ebf86c043db9f1c5
/branches/initialize/skin/test/kPad_src/stdafx.cpp
7643def94a9771fd3b425e2df85b6edf6640831f
[]
no_license
cnsuhao/jezzitest
84074b938b3e06ae820842dac62dae116d5fdaba
9b5f6cf40750511350e5456349ead8346cabb56e
refs/heads/master
2021-05-28T23:08:59.663581
2010-11-25T13:44:57
2010-11-25T13:44:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
226
cpp
// stdafx.cpp : source file that includes just the standard includes // kPad.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" #include <atlimpl.cpp>
[ "zhongzeng@ba8f1dc9-3c1c-0410-9eed-0f8a660c14bd" ]
[ [ [ 1, 7 ] ] ]
886b95b7920a31c078729ab3ce671ef570070ac2
41c264ec05b297caa2a6e05e4476ce0576a8d7a9
/OpenHoldem/DialogSAPrefs4.h
1c3397626f78ec7951ef04578c8523d8db92f0ff
[]
no_license
seawei/openholdem
cf19a90911903d7f4d07f956756bd7e521609af3
ba408c835b71dc1a9d674eee32958b69090fb86c
refs/heads/master
2020-12-25T05:40:09.628277
2009-01-25T01:17:10
2009-01-25T01:17:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
714
h
#ifndef INC_DIALOGSAPREFS4_H #define INC_DIALOGSAPREFS4_H #include "resource.h" // CDlgSAPrefs4 dialog class CDlgSAPrefs4 : public CSAPrefsSubDlg { DECLARE_DYNAMIC(CDlgSAPrefs4) public: CDlgSAPrefs4(CWnd* pParent = NULL); // standard constructor virtual ~CDlgSAPrefs4(); // Dialog Data enum { ...
[ "time.in.world@gmail.com" ]
[ [ [ 1, 36 ] ] ]
3fc9714253dd82c5b7f62ffd4536ac14f25ced96
668dc83d4bc041d522e35b0c783c3e073fcc0bd2
/fbide-wx/Plugins/FBIdePlugin/LexFreeBasic_tmp.cxx
f7ffd09fa1fba15a67bfe0be42df716a4258c651
[]
no_license
albeva/fbide-old-svn
4add934982ce1ce95960c9b3859aeaf22477f10b
bde1e72e7e182fabc89452738f7655e3307296f4
refs/heads/master
2021-01-13T10:22:25.921182
2009-11-19T16:50:48
2009-11-19T16:50:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
30,286
cxx
/* * This file is part of FBIde project * * FBIde 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 3 of the License, or * (at your option) any later version. * * FBIde is distribu...
[ "vongodric@957c6b5c-1c3a-0410-895f-c76cfc11fbc7" ]
[ [ [ 1, 1087 ] ] ]
0078e0e93ee7e8545fb4a9f88bd982711cf29be8
1b36851aa24e5c9703dab5f4e6cf634e376b0b74
/list.cc
443a159079abe03694b4da2b1af66f83f8b2988a
[]
no_license
huangyingw/List
1d7e06a6210fad4cd31d538cf8732ce46b6f2ab8
ffc5057302e3235d1aeb10a7bd6883be4092961c
refs/heads/master
2016-09-01T23:20:20.465483
2011-11-12T13:19:10
2011-11-12T13:19:10
583,411
0
0
null
null
null
null
UTF-8
C++
false
false
556
cc
// List.cpp : Defines the entry point for the console application. // #include <iostream> #include <fstream> #include"list.h" int main() { List list1,list2; //cin>>list1; list1.InsertAtLast('4'-48); list1.InsertAtLast('3'-48); list1.InsertAtLast('2'-48); list1.InsertAtLast('1'-48); co...
[ "huangyingw@gmail.com" ]
[ [ [ 1, 29 ] ] ]
31ef3675116dbe238e620dea4e53242c93224755
ef25bd96604141839b178a2db2c008c7da20c535
/src/src/AIToolkit/AIManager.cpp
0498b1b59862b931479c529066f9f1195e25da4e
[]
no_license
OtterOrder/crock-rising
fddd471971477c397e783dc6dd1a81efb5dc852c
543dc542bb313e1f5e34866bd58985775acf375a
refs/heads/master
2020-12-24T14:57:06.743092
2009-07-15T17:15:24
2009-07-15T17:15:24
32,115,272
0
0
null
null
null
null
ISO-8859-1
C++
false
false
4,228
cpp
#include "AIManager.h" #include "../Engine/Core/Macros.h" AIManager::AIManager( bool spawn, int comportementAI, int nbMaxEnemy, int fovEnemy, int rangeAttack, int scaleMap, int precision ) : nbGroup(0), spawnInfini(spawn), typeAI(comportementAI), newPos(Vector3f(0,0,0)), newAngle(0), fieldOfView(fovEnemy),...
[ "olivier.levaque@7c6770cc-a6a4-11dd-91bf-632da8b6e10b", "berenger.mantoue@7c6770cc-a6a4-11dd-91bf-632da8b6e10b", "mathieu.chabanon@7c6770cc-a6a4-11dd-91bf-632da8b6e10b" ]
[ [ [ 1, 1 ], [ 5, 8 ], [ 11, 11 ], [ 14, 18 ], [ 25, 27 ], [ 29, 31 ], [ 33, 34 ], [ 37, 37 ], [ 41, 41 ], [ 83, 83 ]...
c63885eb3ec2555be46e3e6bd905b9193db33123
fab77712e8dfd19aea9716b74314f998093093e2
/ESDataServer/PacketPool.h
ff226969345b2f585982c74568bcdbdd22d3f097
[]
no_license
alandigi/tsfriend
95f98b123ae52f1f515ab4a909de9af3724b138d
b8f246a51f01afde40a352248065a6a42f0bcbf8
refs/heads/master
2016-08-12T07:09:23.928793
2011-11-13T15:12:54
2011-11-13T15:12:54
45,849,814
0
2
null
null
null
null
UTF-8
C++
false
false
655
h
#pragma once #include "typedefine.h" #define POOL_SIZE 2000 class CPoolNode { public: CPoolNode(void); ~CPoolNode(void); public: CPacket * PoolAddr; u32 AllocCount; CPoolNode * pNext; }; class CPacketPool { private: u32 PoolCunt; CPoolNode * pPoolHead; CPoolNode * pPoolTail...
[ "soupyman@gmail.com" ]
[ [ [ 1, 41 ] ] ]
1d17f49660f4b49c0e20d524d942d99183bc8529
bd89d3607e32d7ebb8898f5e2d3445d524010850
/connectivitylayer/isce/isirouter_dll/inc/misirouterchannelif.h
2a4e3cf610cc13f35441266986bb5bb3dba29cac
[]
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
IBM852
C++
false
false
1,522
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, 55 ] ] ]
caf0a53e3f7cca5fd081b70baeb3f652068a8195
bd89d3607e32d7ebb8898f5e2d3445d524010850
/adaptationlayer/tsy/nokiatsy_dll/src/cmmsmscache.cpp
262fa4a5079e60af4d78c42b3eb0dca2d09aaaf4
[]
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
12,017
cpp
/* * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of the License "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.ecli...
[ "dalarub@localhost", "mika.a.ruuskanen@nokia.com", "mikaruus@localhost" ]
[ [ [ 1, 27 ], [ 29, 29 ], [ 31, 64 ], [ 66, 81 ], [ 83, 93 ], [ 95, 114 ], [ 116, 134 ], [ 136, 148 ], [ 150, 160 ], [ 162, ...
5a4d40a78a5d715cf369577a759c089a98ec9c9f
b7c9a0c9ef8ad8d7275ebfa24ba21d55caec3f77
/samples/demo6/test.cpp
86b38fc6f43c4e6193fcc81c2b7f032b257d4765
[]
no_license
KapLex/libnge2
bde1aaf683c1501a298e038cd4d3df3ffa98e21f
bdccf1f01d93bf46241625e29a57cba84c0c5be5
refs/heads/master
2021-05-29T18:11:12.642465
2011-10-15T10:15:21
2011-10-15T10:15:21
null
0
0
null
null
null
null
GB18030
C++
false
false
2,331
cpp
#include "libnge2.h" #include <stdio.h> /** * nge_gif:显示一张gif图片 */ //退出标识 int game_quit = 0; //背景图片 image_p p_bg = NULL; //logo图片 image_p p_logo = NULL; enum{ SCREEN_1X= 0,//原图显示 SCREEN_FULL, //满屏显示 SCREEN_2X //二倍显示 }; gif_desc_p pgif = NULL; int display_flag = SCREEN_1X; void btn_dow...
[ "newcreat@libnge.org", "ifreedom.cn@gmail.com" ]
[ [ [ 1, 1 ], [ 3, 110 ] ], [ [ 2, 2 ] ] ]
be0c9d53d12dc856e5b763d572cf84e26d1a8e81
b73f27ba54ad98fa4314a79f2afbaee638cf13f0
/test/testSetting/stdafx.h
a7efd69f757b9beb9c23302cc995dbe23fba6676
[]
no_license
weimingtom/httpcontentparser
4d5ed678f2b38812e05328b01bc6b0c161690991
54554f163b16a7c56e8350a148b1bd29461300a0
refs/heads/master
2021-01-09T21:58:30.326476
2009-09-23T08:05:31
2009-09-23T08:05:31
48,733,304
3
0
null
null
null
null
GB18030
C++
false
false
480
h
// stdafx.h : 标准系统包含文件的包含文件, // 或是常用但不常更改的项目特定的包含文件 // #ifndef _SETTING_STDAFX_H__ #define _SETTING_STDAFX_H__ #include <iostream> #include <tchar.h> #include <objbase.h> #include <windows.h> #include <comdef.h> #ifdef _DEBUG # pragma comment(lib, "settingd.lib") #else # pragma comment(lib, "s...
[ "ynkhpp@1a8edc88-4151-0410-b40c-1915dda2b29b", "ynkhpp@gmail.com" ]
[ [ [ 1, 16 ], [ 18, 26 ] ], [ [ 17, 17 ] ] ]
831f0a3820813ea942c59e90c0b45782d45d458b
0f8559dad8e89d112362f9770a4551149d4e738f
/Wall_Destruction/Havok/Source/Common/Base/System/Io/OArchive/hkOArchive.h
23c228a0621b7974c5cec531a7cf835f8412c191
[]
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
4,646
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, 162 ] ] ]
90e7d56a82c81d9518569c22e93e8104cad0f95b
e6abea92f59a1031d94bbcb3cee828da264c04cf
/NppPlugins/NppPlugin_ExtLexer/src/NppExtLexer_MYUSERLANG.h
befb259e517960fd4c9e3fc04e305003d003efe7
[]
no_license
bruderstein/nppifacelib_mob
5b0ad8d47a19a14a9815f6b480fd3a56fe2c5a39
a34ff8b5a64e237372b939106463989b227aa3b7
refs/heads/master
2021-01-15T18:59:12.300763
2009-08-13T19:57:24
2009-08-13T19:57:24
285,922
0
1
null
null
null
null
UTF-8
C++
false
false
4,464
h
#ifndef NPPEXTLEXER_MYUSERLANG_H #define NPPEXTLEXER_MYUSERLANG_H // NppExtLexer_MYUSERLANG.h // This file is part of the Notepad++ External Lexers Plugin. // Copyright 2008 - 2009 Thell Fowler (thell@almostautomated.com) // // This program is free software; you can redistribute it and/or modify it under the ...
[ "T B Fowler@2fa2a738-4fc5-9a49-b7e4-8bd4648edc6b" ]
[ [ [ 1, 116 ] ] ]
f3188b910083e94e7de12a19866a7e7c3e888031
016774685beb74919bb4245d4d626708228e745e
/lib/Collide/ozcollide/intr_lineline.cpp
e07d0aa82d7210526229de0d3872b7ed95ea1579
[]
no_license
sutuglon/Motor
10ec08954d45565675c9b53f642f52f404cb5d4d
16f667b181b1516dc83adc0710f8f5a63b00cc75
refs/heads/master
2020-12-24T16:59:23.348677
2011-12-20T20:44:19
2011-12-20T20:44:19
1,925,770
1
0
null
null
null
null
UTF-8
C++
false
false
1,415
cpp
/* OZCollide - Collision Detection Library Copyright (C) 2006 Igor Kravtchenko 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 2.1 of the License, or (at your option) an...
[ "sutuglon@gmail.com" ]
[ [ [ 1, 51 ] ] ]
13167f73c2e9e3067ff8f4cb521996ffb18279ed
3182b05c41f13237825f1ee59d7a0eba09632cd5
/add/RPGPack/RPGBaseData.h
cb91ee17ff374a54f0f8c80001682e622f8480a5
[]
no_license
adhistac/ee-client-2-0
856e8e6ce84bfba32ddd8b790115956a763eec96
d225fc835fa13cb51c3e0655cb025eba24a8cdac
refs/heads/master
2021-01-17T17:13:48.618988
2010-01-04T17:35:12
2010-01-04T17:35:12
null
0
0
null
null
null
null
GB18030
C++
false
false
1,333
h
#ifndef __RPGBASEDATA_H__ #define __RPGBASEDATA_H__ #include "T3D/gameBase.h" #include "RPGDefs.h" class GameConnection; class RPGBook; class RPGBaseData : public GameBaseData , public RPGDefs { typedef GameBaseData Parent; S32 _nDescIdx; S8 _nRPGType; StringTableEntry _icon_na...
[ "johnalan@qq.com" ]
[ [ [ 1, 36 ] ] ]
7752360cdc68cd7c7798ba67093e64422a5b7819
0f8559dad8e89d112362f9770a4551149d4e738f
/Wall_Destruction/Havok/Source/Physics/Dynamics/Collide/ContactListener/hkpCollisionEvent.inl
d6fe4c3a0a9300adb8f171626f68e6e109bd192c
[]
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
1,905
inl
/* * * 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, 46 ] ] ]
993b07ddb898b07ddc14e8d82a94106a276f805b
59066f5944bffb953431bdae0482a2abfb75f49a
/trunk/ogreopcode/include/OgreTriangle.h
fdd829e5ad4693adf9373310d1731410201dd33d
[]
no_license
BackupTheBerlios/conglomerate-svn
5b1afdea5fbcdd8b3cdcc189770b1ad0f8027c58
bbecac90353dca2ae2114d40f5a6697b18c435e5
refs/heads/master
2021-01-01T18:37:56.730293
2006-05-21T03:12:39
2006-05-21T03:12:39
40,668,508
0
0
null
null
null
null
UTF-8
C++
false
false
5,921
h
/////////////////////////////////////////////////////////////////////////////// /// @file OgreTriangle.h /// @brief This class represents a Triangle, which is composed by /// /// @author The OgreOpcode Team @date 23-02-2005 /// /////////////////////////////////////////////////////////////////////////////// ...
[ "gilvanmaia@4fa2dde5-35f3-0310-a95e-e112236e8438" ]
[ [ [ 1, 192 ] ] ]
eddedfca3d9a21276641e7418ef5e24bfbf4a12a
c95a83e1a741b8c0eb810dd018d91060e5872dd8
/Game/ClientShellDLL/TO2/ScreenMulti.h
a203cb17e72de29ddccaabb9bc0c971b43b1972f
[]
no_license
rickyharis39/nolf2
ba0b56e2abb076e60d97fc7a2a8ee7be4394266c
0da0603dc961e73ac734ff365bfbfb8abb9b9b04
refs/heads/master
2021-01-01T17:21:00.678517
2011-07-23T12:11:19
2011-07-23T12:11:19
38,495,312
1
0
null
null
null
null
UTF-8
C++
false
false
1,717
h
// ----------------------------------------------------------------------- // // // MODULE : ScreenMulti.h // // PURPOSE : Interface screen for hosting and joining multi player games // // (c) 1999-2001 Monolith Productions, Inc. All Rights Reserved // // ------------------------------------------------------...
[ "vytautasrask@gmail.com" ]
[ [ [ 1, 78 ] ] ]
ba0092b21a566b6612d63f590ec26b39f05c53e8
d906f5ffd6d2c563b52c27ce491e056268be2ce3
/Parallax Occlusion Mapping Tech Demo/Source Files/Player.cpp
7b074702e6f47402a3f1b89a5f6949b1422401da
[]
no_license
vksoon/directxhlslproject
5df86d15c62711023f56f63d6098aceaaa9c2528
09e33f699cec98880dec71e8c67b8ce327a16f0c
refs/heads/master
2021-01-10T01:30:41.783049
2011-05-16T17:42:39
2011-05-16T17:42:39
36,427,148
0
0
null
null
null
null
UTF-8
C++
false
false
8,593
cpp
#include "../Headers/Player.h" bool Player::Load(File * pFile) { std::string id; std::string meshFile, shaderConfigFile; float xrot,yrot,zrot,xpos,ypos,zpos,xscale,yscale,zscale, uniformscale; pFile->GetString(&id); pFile->GetString(&meshFile); pFile->GetString(&shaderConfigFile); pFile->GetFloat(&x...
[ "shaunmitchell84@googlemail.com" ]
[ [ [ 1, 276 ] ] ]
34dc35ff14a4d8f2213b22091aaa9ffe9553af99
814b49df11675ac3664ac0198048961b5306e1c5
/Code/Engine/Utilities/PhysXTriggerEntityController.cpp
3245138c13a7ed711015c95a883ff6324ea006ee
[]
no_license
Atridas/biogame
f6cb24d0c0b208316990e5bb0b52ef3fb8e83042
3b8e95b215da4d51ab856b4701c12e077cbd2587
refs/heads/master
2021-01-13T00:55:50.502395
2011-10-31T12:58:53
2011-10-31T12:58:53
43,897,729
0
0
null
null
null
null
UTF-8
C++
false
false
1,263
cpp
#define __DONT_INCLUDE_MEM_LEAKS__ #include "PhysicActor.h" #include "PhysicsManager.h" #include "EntityDefines.h" #include "ComponentTrigger.h" #include "PhysXTriggerEntityController.h" #include "Utils\MemLeaks.h" //---CPhysicTrigger Interface--- void CPhysXTriggerEntityController::OnEnter(CPhysicUserData*...
[ "atridas87@576ee6d0-068d-96d9-bff2-16229cd70485" ]
[ [ [ 1, 39 ] ] ]
39621084e0bf2665588551d435f8fff5f19cb30f
241124cd0bacf546f76ae8fa0c0de345aa896b09
/tp1/entregable/code/printFuncs.cpp
f68685f46e4f701f1b22d1d8db0688a92adeb039
[]
no_license
mtqp/metnum-11
fa1dd8ef61cd77b7ef1ef8536686b2e901615db8
2738659f491ffdda289701807d6eb692e068cd5e
refs/heads/master
2021-01-10T06:50:18.092416
2011-07-15T18:43:01
2011-07-15T18:43:01
36,199,856
0
0
null
null
null
null
UTF-8
C++
false
false
1,265
cpp
#include "printFuncs.h" void printInt(ullInt rocker){ char * desmond = (char *) & rocker; int i; cout << "int representation --> " << rocker << endl; printNotacion(); unsigned char* bits = (unsigned char*) malloc(sizeof(unsigned char)*8); for (i=sizeof(ullInt)-1; i>=0; i--) { printCharsetInB...
[ "marian.sabianaa@70280701-655c-5af6-a42b-ffe49c2aa791" ]
[ [ [ 1, 57 ] ] ]
188a76c8da062e7b51aed91a5e136f689aae24c9
5527467df8db4e127247ee4a1bb0e81be3b6b914
/src/EventInterface/EventHandlerInterface.h
626da3293f4be82e1129cc3ccbe73c502735bacf
[]
no_license
hywei/PatchEditor
bb9978c294a79d7dd1818a83557962d62273c6ef
a00d3ea685def0b9ad719b8a51ef54f52b0df4b3
refs/heads/master
2021-01-19T04:56:20.849381
2011-07-06T13:50:19
2011-07-06T13:50:19
1,481,431
0
1
null
null
null
null
UTF-8
C++
false
false
1,384
h
#ifndef EVENT_INTERFACE_H #define EVENT_INTERFACE_H #include <string> typedef std::string handler_key; class ViewerQT; typedef enum { MOUSE_MODE_UNDEFINED, MOUSE_MODE_MOVE, MOUSE_MODE_SPIN, MOUSE_MODE_ZOOM, MOUSE_MODE_SELECT_VERTEX, MOUSE_MODE_SELECT_PATCH } MouseMode; typedef enum { KEY_M...
[ "weihongyu1987@gmail.com" ]
[ [ [ 1, 46 ] ] ]
ca501fc08da3b1ba8f7209c4d0b6219954bc054b
222bc22cb0330b694d2c3b0f4b866d726fd29c72
/src/brookbox/wm2/WmlWireframeState.h
bba1f637e875bd9d25146b89f5613872d08c8c07
[ "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
UTF-8
C++
false
false
925
h
// Magic Software, Inc. // http://www.magic-software.com // http://www.wild-magic.com // Copyright (c) 2003. All Rights Reserved // // The Wild Magic Library (WML) source code is supplied under the terms of // the license agreement http://www.magic-software.com/License/WildMagic.pdf // and may not be copied or ...
[ "antonin@hildebrand.cz" ]
[ [ [ 1, 42 ] ] ]
b9755b0a116122608b5ae0e9148a6ac6f5cf351a
83ed25c6e6b33b2fabd4f81bf91d5fae9e18519c
/code/AssimpCExport.cpp
90e3276680e01a9ea47704d6cf2c291c22ac362b
[ "BSD-3-Clause" ]
permissive
spring/assimp
fb53b91228843f7677fe8ec18b61d7b5886a6fd3
db29c9a20d0dfa9f98c8fd473824bba5a895ae9e
refs/heads/master
2021-01-17T23:19:56.511185
2011-11-08T12:15:18
2011-11-08T12:15:18
2,017,841
1
1
null
null
null
null
UTF-8
C++
false
false
4,243
cpp
/* --------------------------------------------------------------------------- Open Asset Import Library (ASSIMP) --------------------------------------------------------------------------- Copyright (c) 2006-2010, ASSIMP Development Team All rights reserved. Redistribution and use of this software in sourc...
[ "aramis_acg@67173fc5-114c-0410-ac8e-9d2fd5bffc1f" ]
[ [ [ 1, 115 ] ] ]
07fb5d915235a66f0bf839f9b6633de9bcce1ccf
ed2f2f743085b3f9cc3ca820dbff620b783fc577
/blobTest/fileMapping.h
1f0329b185df429ebf9a8bcf6b997b0b4125071a
[]
no_license
littlewingsoft/test-sqlite-blob
ae7b745fe8bcc5aac57480e9132807545c31efc1
796359fcd34fee39eff999bc179bf3194ac6f847
refs/heads/master
2019-01-19T17:50:40.792433
2011-08-22T12:03:10
2011-08-22T12:03:10
32,302,166
0
0
null
null
null
null
UTF-8
C++
false
false
544
h
#ifndef __FILEMAPPING__ #define __FILEMAPPING__ #include <windows.h> class fileMapping { private: HANDLE hMap; HANDLE hf; BYTE* pkBuff ; public: fileMapping():hMap(INVALID_HANDLE_VALUE), hf(INVALID_HANDLE_VALUE),pkBuff(0) {} fileMapping(const wchar_t* szFileName); ~fileMapping() { UnmapView...
[ "jungmoona@e98d6a08-3d45-9aa4-e100-60898896f941" ]
[ [ [ 1, 35 ] ] ]