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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3de2fd07a4e2afff8c25f5ccec376b7d5a6d24c1 | 6581dacb25182f7f5d7afb39975dc622914defc7 | /WinsockLab/TcpServer/TcpServerSrc.cpp | 8be7afa146dfe16e6dc455c9e5382e4f19f30b62 | [] | no_license | dice2019/alexlabonline | caeccad28bf803afb9f30b9e3cc663bb2909cc4f | 4c433839965ed0cff99dad82f0ba1757366be671 | refs/heads/master | 2021-01-16T19:37:24.002905 | 2011-09-21T15:20:16 | 2011-09-21T15:20:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,978 | cpp | #include <winsock2.h>
#include <stdio.h>
int main(void)
{
WSADATA wsaData;
SOCKET ListeningSocket;
SOCKET NewConnection;
SOCKADDR_IN ServerAddr;
int Port = 5150;
// Initialize Winsock version 2.2
if (WSAStartup(MAKEWORD(2,2), &wsaData) != 0)
... | [
"damoguyan8844@3a4e9f68-f5c2-36dc-e45a-441593085838"
] | [
[
[
1,
142
]
]
] |
f6c28eaccf7129f97f83c1eccfa0f7bdb0ad2e12 | ad6a37b326227901f75bad781f2cbf357b42544f | /Effects/SimpleBlur.h | 9c9b4f32e268ea7ed897a84946e902154068f1b4 | [] | no_license | OpenEngineDK/branches-PostProcessingEffects | 83b4e1dc1a390b66357bed6bc94d4cab16ef756a | c4f4585cbdbb905d382499bf12fd8bfe7d27812c | refs/heads/master | 2021-01-01T05:43:32.564360 | 2009-04-20T14:50:03 | 2009-04-20T14:50:03 | 58,077,144 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 579 | h | #ifndef __SIMPLEBLUR_H__
#define __SIMPLEBLUR_H__
#include <PostProcessing/OpenGL/PostProcessingEffect.h>
#include <PostProcessing/IPostProcessingPass.h>
#include <Display/Viewport.h>
#include <Core/IEngine.h>
#include <vector>
#include <stdio.h>
using namespace OpenEngine::PostProcessing;
class Simple... | [
"anissen@daimi.au.dk",
"cpvc@openengine.dk"
] | [
[
[
1,
6
],
[
8,
22
],
[
24,
28
]
],
[
[
7,
7
],
[
23,
23
]
]
] |
ff198393f71b4f7be41a7d75050dfe2c1c914407 | cac9d7127b80c67223135204095e80f7869c1502 | /src/ClientSocket.h | 740f46a6fdf9f04a05ea2f2cc89ebf226d98cae6 | [] | no_license | perepechaev/xmud | d26bef482ebd7df23487b4479de236d483609af7 | 9841842b44d7237b4a4c17e40437dc700cad08bc | refs/heads/master | 2020-05-18T02:49:15.102595 | 2011-03-21T09:39:40 | 2011-03-21T09:39:40 | 1,505,877 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 400 | h | // Definition of the ClientSocket class
#ifndef ClientSocket_class
#define ClientSocket_class
#include "Socket.h"
class ClientSocket : private Socket
{
public:
ClientSocket ( std::string host, int port );
virtual ~ClientSocket(){};
const ClientSocket& operator << ( const std::string& ) const... | [
"topas@perepechaev.local"
] | [
[
[
1,
22
]
]
] |
22a51c67b254fbf8352ca28d91b71e7e39d3eac4 | 841e58a0ee1393ddd5053245793319c0069655ef | /Karma/Headers/GuiHandler.h | 0e863d0b507e24fff5632f219f033b5239033b4a | [] | no_license | dremerbuik/projectkarma | 425169d06dc00f867187839618c2d45865da8aaa | faf42e22b855fc76ed15347501dd817c57ec3630 | refs/heads/master | 2016-08-11T10:02:06.537467 | 2010-06-09T07:06:59 | 2010-06-09T07:06:59 | 35,989,873 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,351 | h | /*---------------------------------------------------------------------------------*/
/* File: GuiHandler.h */
/* Author: Per Karlsson, perkarlsson89@gmail.com */
/* */
/* Description: GuiHandler is a class takes care of all the in-game GUI */
/* (and the curso... | [
"perkarlsson89@0a7da93c-2c89-6d21-fed9-0a9a637d9411"
] | [
[
[
1,
264
]
]
] |
ebe090cc1c4b18a3a09be3f58a6b77400d3a92af | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/statechart/test/TransitionTest.cpp | 2a224d7164b61be0bd75447f8a9ed08a7c72ad50 | [
"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 | 24,077 | cpp | //////////////////////////////////////////////////////////////////////////////
// Copyright 2004-2007 Andreas Huber Doenni
// Distributed under the Boost Software License, Version 1.0. (See accompany-
// ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//////////////////////////////////////... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
849
]
]
] |
49436052a8a5a301cdc16aea949ca3fa8d81491e | 6fd162d2cade2db745e68f11d7e9722a3855f033 | /Source/Common/S3UT/Console.cpp | c046fab758a44e3bfc687832c7b9c48748c91324 | [] | no_license | SenichiFSeiei/oursavsm | 8f418325bc9883bcb245e139dbd0249e72c18d78 | 379e77cab67b3b1423a4c6f480b664f79b03afa9 | refs/heads/master | 2021-01-10T21:00:52.797565 | 2010-04-27T13:18:19 | 2010-04-27T13:18:19 | 41,737,615 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,369 | cpp | #include "DXUT.h"
#include <windows.h>
#include <process.h>
#include <errno.h>
#include <stdio.h>
#include <fcntl.h>
#include <io.h>
//#include <iostream.h>
#include <iostream>
//#include <fstream.h>
#include <fstream>
#include "Console.h"
#ifdef PLATFORM_ENABLE_CONSOLE
#define MAX_CONSOLE_LINES 2000;... | [
"yang.nick.baoguang@gmail.com"
] | [
[
[
1,
64
]
]
] |
6460bc37a630e53fa1fe68ec35ea1d4accb95912 | d826e0dcc5b51f57101f2579d65ce8e010f084ec | /pre/FSketch.cpp | ff2becfb15ac7d974600b041fd932419ebe1deb1 | [] | no_license | crazyhedgehog/macro-parametric | 308d9253b96978537a26ade55c9c235e0442d2c4 | 9c98d25e148f894b45f69094a4031b8ad938bcc9 | refs/heads/master | 2020-05-18T06:01:30.426388 | 2009-06-26T15:00:02 | 2009-06-26T15:00:02 | 38,305,994 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,910 | cpp | #include ".\FSketch.h"
#include <iostream>
#include <uf_modl.h>
#include <uf_sket.h>
#include <uf_obj.h>
#include "Part.h"
#include "FSKETCHCreate2DLIne2Points.h"
#include "FSKETCHCreate2DCircleCenterPoint.h"
#include "FSKETCHcreate2DArcCenterEnds.h"
//#include "FSKETCHCreate2DArc3Points.h"
using na... | [
"surplusz@2d8c97fe-2f4b-11de-8e0c-53a27eea117e"
] | [
[
[
1,
195
]
]
] |
62d30666cb93420b43837fa5349d6c1c81bd2f1c | 50c10c208dc64d362a02d680388a944f7da16cbc | /Principal/interfazRMN2/instruction.h | 80149a188325489ae32af2ecaa15b1be73635e23 | [] | no_license | raulmonti/generador-de-pulsos-2011 | c18e9938f9f28651a995677414ebc8d29f0c2dcc | 3634a47bcf2fb01cba4d9f8c84928ca2eb60646c | refs/heads/master | 2020-04-14T15:09:01.914839 | 2011-03-23T22:03:20 | 2011-03-23T22:03:20 | 33,492,955 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,208 | h | #ifndef INSTRUCTION_H
#define INSTRUCTION_H
#define LOOP_INST_CODE 0
#define ACQUIRE_INST_CODE 1
#define PULSE_INST_CODE 2
#define DELAY_INST_CODE 3
#define ENDLOOP_INST_CODE 4
#define END_INST_CODE 5
class instruction{
private:
unsigned int id;
unsigned int type;
... | [
"raulmonti88@gmail.com@d9bf8441-58a9-7046-d6f0-32bbd92d4940"
] | [
[
[
1,
54
]
]
] |
bcd4b6368720366efdbcf9e922220d32fd3a13ae | d7320c9c1f155e2499afa066d159bfa6aa94b432 | /ghostgproxy/pluginmgr.cpp | 3e8f20d067bde568d94b8cb537e4c6fe1aa13bb9 | [] | no_license | HOST-PYLOS/ghostnordicleague | c44c804cb1b912584db3dc4bb811f29f3761a458 | 9cb262d8005dda0150b75d34b95961d664b1b100 | refs/heads/master | 2016-09-05T10:06:54.279724 | 2011-02-23T08:02:50 | 2011-02-23T08:02:50 | 32,241,503 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,130 | cpp | #include <dlfcn.h>
#include "ghost.h"
#include "util.h"
#include "game_base.h"
#include "pluginmgr.h"
#include <boost/filesystem.hpp>
#include <boost/regex.hpp>
using namespace boost :: filesystem;
typedef void* (*arbitrary)();
CPlugin :: CPlugin(string nName, void *nHandle)
{
CONSOLE_Print("[PLUGIN] L... | [
"fredrik.sigillet@gmail.com@4a4c9648-eef2-11de-9456-cf00f3bddd4e"
] | [
[
[
1,
139
]
]
] |
c5a91c39e1ebbaeed7ed02618cfc7a302b3dc148 | a705a17ff1b502ec269b9f5e3dc3f873bd2d3b9c | /src/bg_layer.cpp | 8628b650253a406949b90f1f8d01784f9dae336e | [] | no_license | cantidio/ChicolinusQuest | 82431a36516d17271685716590fe7aaba18226a0 | 9b77adabed9325bba23c4d99a3815e7f47456a4d | refs/heads/master | 2021-01-25T07:27:54.263356 | 2011-08-09T11:17:53 | 2011-08-09T11:17:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,507 | cpp | #include "bg_layer.hpp"
#include "lua.hpp"
using namespace Gorgon::Script;
BGLayer::BGLayer(const std::string& pImage, const Point& pScrollingVelocity)
{
mImage = al_load_bitmap( pImage.c_str() );
al_convert_mask_to_alpha(mImage, al_map_rgb(255,0,255));
mScrollingVelocity.x = pScrollingVelocity.x;
mScrollingVe... | [
"aniquilatorbloody@gmail.com"
] | [
[
[
1,
75
]
]
] |
1fee82a9da6876e4ed54044f10432228d77b8749 | 1d415fdfabd9db522a4c3bca4ba66877ec5b8ef4 | /mpeg2decoder/ttmpeg2decoder.h | 9e9e99e665212a01e22f128d775a6a24c620e8c6 | [] | no_license | panjinan333/ttcut | 61b160c0c38c2ea6c8785ba258c2fa4b6d18ae1a | fc13ec3289ae4dbce6a888d83c25fbc9c3d21c1a | refs/heads/master | 2022-03-23T21:55:36.535233 | 2010-12-23T20:58:13 | 2010-12-23T20:58:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,075 | h | /*----------------------------------------------------------------------------*/
/* COPYRIGHT: TriTime (c) 2003/2010 / www.tritime.org */
/*----------------------------------------------------------------------------*/
/* PROJEKT : TTCUT 2008 ... | [
"b.altendorf@tritime.de"
] | [
[
[
1,
184
]
]
] |
e140637121bce96c8fba1ef169d21acb4401a9b0 | c1b7571589975476405feab2e8b72cdd2a592f8f | /chopshop10/LiftCan166.cpp | 4ba9cbc81f9c9df475bde5d71210e53ee2c05a70 | [] | no_license | chopshop-166/frc-2010 | ea9cd83f85c9eb86cc44156f21894410a9a4b0b5 | e15ceff05536768c29fad54fdefe65dba9a5fab5 | refs/heads/master | 2021-01-21T11:40:07.493930 | 2010-12-10T02:04:05 | 2010-12-10T02:04:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,274 | cpp | /*******************************************************************************
* Project : chopshop10 - 2010 Chopshop Robot Controller Code
* File Name : Lift166.cpp
* Owner : Software Group (FIRST Chopshop Team 166)
* Creation Date : January 18, 2010
* Revision History : From Explorer with... | [
"MAS_93@comcast.net",
"demosthenes2k7@gmail.com",
""
] | [
[
[
1,
24
],
[
26,
26
],
[
28,
33
],
[
40,
43
],
[
45,
47
],
[
49,
56
],
[
60,
71
],
[
76,
82
],
[
87,
106
],
[
111,
119... |
5c87dcea407dfad4b06f13c2d11103eab9b305ed | fac8de123987842827a68da1b580f1361926ab67 | /inc/physics/Physics/Utilities/VisualDebugger/Viewer/Collide/hkpContactPointViewer.h | 06e67e6a4cbf685cbde92f68a371e3fb6e5d0679 | [] | no_license | blockspacer/transporter-game | 23496e1651b3c19f6727712a5652f8e49c45c076 | 083ae2ee48fcab2c7d8a68670a71be4d09954428 | refs/heads/master | 2021-05-31T04:06:07.101459 | 2009-02-19T20:59:59 | 2009-02-19T20:59:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,519 | h | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent.This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Level 2 and Level 3 source code contains trade secrets... | [
"uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4"
] | [
[
[
1,
64
]
]
] |
8d4e5163e1ddcb5569c1b7e873973138630325b5 | 814b49df11675ac3664ac0198048961b5306e1c5 | /Code/Engine/Graphics/StaticMeshManager.cpp | 602df552ba8aac73f4ac5eba865f5a829355a782 | [] | 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 | 2,379 | cpp | #include "StaticMeshManager.h"
#include <XML/XMLTreeNode.h>
bool CStaticMeshManager::Load(const string &_szFileName)
{
return Load(_szFileName, false);
}
bool CStaticMeshManager::Load(const string &_szFileName, bool _bReload)
{
LOGGER->AddNewLog(ELL_INFORMATION, "CStaticMeshManager::Load");
m_vXMLF... | [
"sergivalls@576ee6d0-068d-96d9-bff2-16229cd70485",
"Atridas87@576ee6d0-068d-96d9-bff2-16229cd70485",
"mudarra@576ee6d0-068d-96d9-bff2-16229cd70485",
"atridas87@576ee6d0-068d-96d9-bff2-16229cd70485"
] | [
[
[
1,
12
],
[
14,
15
],
[
17,
17
],
[
19,
29
],
[
32,
36
],
[
38,
48
],
[
51,
53
],
[
55,
55
],
[
61,
62
],
[
72,
75
... |
a50281b138a9cdcef0cdbfc268065b2e4d35dc44 | 8aa65aef3daa1a52966b287ffa33a3155e48cc84 | /Source/World/CompoundEntity.h | 35e94a257d6be97d04e0bf32aa1d5170f415dbb5 | [] | no_license | jitrc/p3d | da2e63ef4c52ccb70023d64316cbd473f3bd77d9 | b9943c5ee533ddc3a5afa6b92bad15a864e40e1e | refs/heads/master | 2020-04-15T09:09:16.192788 | 2009-06-29T04:45:02 | 2009-06-29T04:45:02 | 37,063,569 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,154 | h | #pragma once
#include "Entity.h"
namespace P3D
{
namespace World
{
/*
Compound entity can contain entities inside.
These entities is located in CompoundEntitys object space.
*/
class CompoundEntity : public Entity
{
public:
Com... | [
"vadun87@6320d0be-1f75-11de-b650-e715bd6d7cf1"
] | [
[
[
1,
78
]
]
] |
2cc23287e89fc01c5f66a63a27691cceddfd7905 | 99d3989754840d95b316a36759097646916a15ea | /trunk/2011_09_07_to_baoxin_gpd/ferrylibs/src/ferry/ground_detection/NormalizedHomographyBasedGPD.cpp | e0f31124df29bc666c76ade462343d1936498327 | [] | no_license | svn2github/ferryzhouprojects | 5d75b3421a9cb8065a2de424c6c45d194aeee09c | 482ef1e6070c75f7b2c230617afe8a8df6936f30 | refs/heads/master | 2021-01-02T09:20:01.983370 | 2011-10-20T11:39:38 | 2011-10-20T11:39:38 | 11,786,263 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 47 | cpp | #include ".\normalizedhomographybasedgpd.h"
| [
"ferryzhou@b6adba56-547e-11de-b413-c5e99dc0a8e2"
] | [
[
[
1,
2
]
]
] |
9f497121db5701e8a88beb706349ae375a9053ff | df7f75e3289b4eee692438c627b21a5563d66db1 | /prufuthattari.cpp | 4024433899aee0109e5f468bedaccc075d8d6855 | [] | no_license | arnar/falskur_fjolnir | 3ec6c9bd11c6faf8c902de0569ad38bd02825285 | 23f69832bebf8843dd9aa910f99b4644520ae82c | refs/heads/master | 2016-09-10T19:03:03.558066 | 2010-06-03T11:20:26 | 2010-06-03T11:20:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,387 | cpp | #if 0
#include <iostream>
#include <fstream>
#pragma warning(push)
#pragma warning( disable : 4251 4267 4101 4267 )
#include "FjolnirForritLexer.hpp"
#include "FjolnirEiningLexer.hpp"
#include "FjolnirParser.hpp"
#include "FjolnirTransformer.hpp"
#include <antlr/AST.hpp>
#include <antlr/CommonAST.hpp>
... | [
"arnarbi@gmail.com"
] | [
[
[
1,
122
]
]
] |
71e0257f9daafeded30aec2900859cb553c52fa9 | 3e69b159d352a57a48bc483cb8ca802b49679d65 | /tags/release-2006-01-18/gerbview/rs274d.cpp | a2a1c44b1d000254b0e5528af9d808fe7ba59c78 | [] | no_license | BackupTheBerlios/kicad-svn | 4b79bc0af39d6e5cb0f07556eb781a83e8a464b9 | 4c97bbde4b1b12ec5616a57c17298c77a9790398 | refs/heads/master | 2021-01-01T19:38:40.000652 | 2006-06-19T20:01:24 | 2006-06-19T20:01:24 | 40,799,911 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 19,865 | cpp | /********************************************************/
/**** Routine de lecture et visu d'un fichier GERBER ****/
/********************************************************/
#include "fctsys.h"
#include "common.h"
#include "gerbview.h"
#include "pcbplot.h"
#include "protos.h"
#define IsNumber(x... | [
"bokeoa@244deca0-f506-0410-ab94-f4f3571dea26"
] | [
[
[
1,
762
]
]
] |
0601e74e25c52f630d3141df875429fc3de47955 | 3542f5e57819d534f02876fb775e64b072332598 | /cardClass.cpp | cbb1c62916534181eaa33c336d0c000fef3b7d95 | [] | no_license | sjdurfey/uno | 5728a69574c90afbd8b6ae057010dedc6f37f952 | cf0e6c8f85f674358bd46b5a3aedd8992ff2fc4f | refs/heads/master | 2021-03-12T19:43:47.925442 | 2008-12-29T07:43:35 | 2008-12-29T07:43:35 | 97,812 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 440 | cpp | #include "cardClass.h"
using namespace std;
unoCard::unoCard(short cNum, string cColor)
{
cardNumber = cNum;
cardColor = cColor;
next = NULL;
}
short unoCard::getCardNumber()
{
return cardNumber;
}
string unoCard::getCardColor()
{
return cardColor;
}
void unoCard::setCard... | [
"sjdurfey@gmail.com"
] | [
[
[
1,
30
]
]
] |
b5a456d3897e5dac124276f6c3a7fcf8eb7e7c62 | 698f3c3f0e590424f194a4c138ed9706eb28b34f | /Classes/PauseScene.h | e3e23a2f5b8ee9bf86b033124759ed50ce7a30a9 | [] | no_license | nghepop/super-fashion-puzzle-cocos2d-x | 16b3a86072a6758fc2547b9e177bbfeebed82681 | 5e8d8637e3cf70b4ec45256347ccf7b350c11bce | refs/heads/master | 2021-01-10T06:28:10.028735 | 2011-12-03T23:49:16 | 2011-12-03T23:49:16 | 44,685,435 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 998 | h |
#ifndef __pausescene_h__
#define __pausescene_h__
#include "cocos2d.h"
using namespace cocos2d;
class PauseScene :
public CCScene
{
public:
PauseScene(void){};
~PauseScene(void);
// Here's a difference. Method 'init' in cocos2d-x returns bool, instead of returning 'id' in cocos2d-iphone
... | [
"Francis89074@gmail.com"
] | [
[
[
1,
37
]
]
] |
760c5fda75255c6340d40760053c90b282cda4f5 | 58943f35c5f6659879f41317666416c1216dbc28 | /Student_beforech9.cpp | 600dda65ccdb08ef27f919310abb47e39a781eac | [] | no_license | abzaremba/nauka_cpp | 37c82a20acb98b62ae4bf01eb6f70c576b9aa3a4 | 1461647b3e4864bc219567e93134849029ff5cb5 | refs/heads/master | 2021-01-13T02:31:37.111733 | 2011-10-05T12:03:06 | 2011-10-05T12:03:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,220 | cpp | // source file for Student_infoted functions
#include "Student_info.h"
#include "grade.h"
#include <list>
#include <algorithm>
#include <iterator>
using std::istream;
using std::vector;
using std::list;
bool compare(const Student_info& x, const Student_info& y)
{
return x.name < y.name;
}
istream&... | [
"anna.b.zaremba@gmail.com"
] | [
[
[
1,
93
]
]
] |
37b8f9b6a88a427ccdea49c4b95a894349f04594 | 74c8da5b29163992a08a376c7819785998afb588 | /NetAnimal/addons/pa/ParticleUniverse/include/Externs/ParticleUniverseSphereColliderExtern.h | 1c8afec3720c88484087140f3377d85115b6b8ad | [] | no_license | dbabox/aomi | dbfb46c1c9417a8078ec9a516cc9c90fe3773b78 | 4cffc8e59368e82aed997fe0f4dcbd7df626d1d0 | refs/heads/master | 2021-01-13T14:05:10.813348 | 2011-06-07T09:36:41 | 2011-06-07T09:36:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,754 | h | /*
-----------------------------------------------------------------------------------------------
This source file is part of the Particle Universe product.
Copyright (c) 2010 Henry van Merode
Usage of this program is licensed under the terms of the Particle Universe Commercial License.
You can find a copy of... | [
"ogre3d@yeah.net"
] | [
[
[
1,
49
]
]
] |
24732520a84e2b9b7a00d22092275460f8994e76 | 3643bb671f78a0669c8e08935476551a297ce996 | /JK_Parse.cpp | 5b1d102e140ef61e6f39681962292fbb87af5973 | [] | no_license | mattfischer/3dportal | 44b3b9fb2331650fc406596b941f6228f37ff14b | e00f7d601138f5cf72aac35f4d15bdf230c518d9 | refs/heads/master | 2020-12-25T10:36:51.991814 | 2010-08-29T22:53:06 | 2010-08-29T22:53:06 | 65,869,788 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,358 | cpp | #include <windows.h>
#include "JK_Parse.h"
namespace Jk
{
Parser::Parser(const string &input)
{
data = input;
p = 0;
}
static string getRawLine( const string& input, int& start )
{
int i;
string newdata;
i = start;
while( input[i] != '\n' && in... | [
"devnull@localhost"
] | [
[
[
1,
243
]
]
] |
9143b30e0085b0460c988b74354876c217b5f382 | 43626054205d6048ec98c76db5641ce8e42b8237 | /source/CHackOrb.cpp | da0ac8dd3450be5056bb962cc2058e5f3c60c491 | [] | no_license | Wazoobi/whitewings | b700da98b855a64442ad7b7c4b0be23427b0ee23 | a53fdb832cfb1ce8605209c9af47f36b01c44727 | refs/heads/master | 2021-01-10T19:33:22.924792 | 2009-08-05T18:30:07 | 2009-08-05T18:30:07 | 32,119,981 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,577 | cpp | ////////////////////////////////////////////////////////////////////////
// File Name : "CBase.cpp"
//
// Author : Juno Madden (JM)
//
// Purpose : To contain all the shared data and functionaly of
// our game objects.
////////////////////////////////////////////////////////////////////////
#include "C... | [
"Juno05@1cfc0206-7002-11de-8585-3f51e31374b7"
] | [
[
[
1,
57
]
]
] |
9bf81d6304a5d5070feec9457b9ff0ca8e6a916f | 9773c3304eecc308671bcfa16b5390c81ef3b23a | /MDI AIPI V.6.92 2003 ( Correct Save Fired Rules, AM =-1, g_currentLine)/AIPI/Aipi_ExpParserFile.cpp | 7d922a532875469aa4805d00fbf38761e44fbe29 | [] | no_license | 15831944/AiPI-1 | 2d09d6e6bd3fa104d0175cf562bb7826e1ac5ec4 | 9350aea6ac4c7870b43d0a9f992a1908a3c1c4a8 | refs/heads/master | 2021-12-02T20:34:03.136125 | 2011-10-27T00:07:54 | 2011-10-27T00:07:54 | null | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 96,772 | cpp | // Aipi_ExpParserFile.cpp: implementation of the CAipi_ExpParserFileFile class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "AIPI.h"
#include "Aipi_ExpParserFile.h"
#include "../MainFrm.h"
#include "../ChildFrm.h"
#include "../OutputTabView.h"
#i... | [
"flexdeveloper@gmgs-iMac.local"
] | [
[
[
1,
4529
]
]
] |
af3cca2e464331b10b78fe03acd6787388ba5e14 | 40b507c2dde13d14bb75ee1b3c16b4f3f82912d1 | /core/smn_bitbuffer.cpp | 949717e222f07bd812a23305b4d6336058dd4b4b | [] | no_license | Nephyrin/-furry-octo-nemesis | 5da2ef75883ebc4040e359a6679da64ad8848020 | dd441c39bd74eda2b9857540dcac1d98706de1de | refs/heads/master | 2016-09-06T01:12:49.611637 | 2008-09-14T08:42:28 | 2008-09-14T08:42:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,776 | cpp | /**
* vim: set ts=4 :
* =============================================================================
* SourceMod
* Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================================
*
* This program is free software; you can re... | [
"faluco@alliedmods.net",
"dvander@alliedmods.net",
"ds@alliedmods.net",
"pred@alliedmods.net"
] | [
[
[
1,
1
],
[
31,
33
],
[
36,
486
],
[
488,
499
],
[
503,
503
],
[
505,
506
],
[
508,
653
],
[
673,
702
],
[
704,
705
]
],
[
[
... |
ac8d2fed6abbfa015d117ab80c0d1bb0c420d356 | 016774685beb74919bb4245d4d626708228e745e | /lib/Collide/ozcollide/aabbtreeaabb_io.cpp | 6210ae89bec1e0c9e8b2058315cbf881a6f6ce61 | [] | 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 | 5,960 | cpp |
ENTER_NAMESPACE_OZCOLLIDE
ERR AABBTreeAABB::loadBinary(const char *_fileName, AABBTreeAABB **_tree)
{
DataIn file;
ERR err;
if (!file.open(_fileName))
return ERR_CANNOT_OPEN;
err = loadBinary(file, _tree);
if (err)
return err;
file.close();
return NOERR;
}
ERR AABBTreeAABB::loadBin... | [
"sutuglon@gmail.com"
] | [
[
[
1,
258
]
]
] |
62c96a8d2a25ca5d242b803de986997e98d8d310 | 52f70251d04ca4f42ba3cb991727003a87d2c358 | /src/pragma/geometry/UnitTest.cpp | ffce5b64718fabbbf68e0e0c4522d16fd08aae04 | [
"MIT"
] | permissive | vicutrinu/pragma-studios | 71a14e39d28013dfe009014cb0e0a9ca16feb077 | 181fd14d072ccbb169fa786648dd942a3195d65a | refs/heads/master | 2016-09-06T14:57:33.040762 | 2011-09-11T23:20:24 | 2011-09-11T23:20:24 | 2,151,432 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,262 | cpp | #include <pragma/geometry/types.h>
#include <pragma/geometry/intersection/ray_triangle.h>
#include <pragma/debug/debug.h>
namespace pragma
{
bool DoIntersectionTests()
{
vector3f lA(-1,0,0);
vector3f lB(0,1,0);
vector3f lC(1,0,0);
// Estos 3 puntos forman el triangulo:
// .
// / \... | [
"vicutrinu@gmail.com"
] | [
[
[
1,
50
]
]
] |
e7501bcca95141625a4a2d778ced94e0d2a37727 | 7b6292601467a32ab84e3f2c35801226dedb1490 | /Timer/TimerApp.h | 66ac280bd6e09e37b12c5d9cfdac546bb6dd9531 | [] | no_license | mareqq/mareq-timer | b4bc9134573fec6d554b7da51dc5d9350cc73581 | 180a60d7e1d8190f80b05177a0270cc0309e7822 | refs/heads/master | 2021-01-21T07:39:46.790716 | 2008-09-02T13:56:09 | 2008-09-02T13:56:09 | 32,898,637 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 387 | h | #pragma once
#ifndef __AFXWIN_H__
#error "include 'stdafx.h' before including this file for PCH"
#endif
#include "TimerWnd.h"
#define ELEMS(x) (sizeof(x)/sizeof(*x))
class CTimerApp : public CWinApp
{
public:
CTimerApp();
protected:
virtual BOOL InitInstance();
DECLARE_MESSAGE_MAP()
pr... | [
"mareqq@62a7fa73-be4e-0410-9e8d-e136552d7b79"
] | [
[
[
1,
25
]
]
] |
daebf6474e2e38d9ba0f690342a355d6a401c390 | 59f1959abb023c7e0a7ce2a347c250d799339fd8 | /Engine/Core/OutputDataStream.h | 242449a5f9c970a2c2f85b06b2719242a5850128 | [] | no_license | ghsoftco/scenegallery | 78580a8aaf02a0c7ccc2687bc4a40c1873da5715 | 965fabdb39cbdd7c9735aaa5daab9f617bf020cf | refs/heads/master | 2021-01-10T11:18:30.032732 | 2011-10-14T20:56:27 | 2011-10-14T20:56:27 | 47,763,913 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,871 | h | /*
OutputDataStream.h
Written by Matthew Fisher
OutputDataStream class. An ostream but for binary data.
*/
#pragma once
class OutputDataStream
{
public:
OutputDataStream();
~OutputDataStream();
void FreeMemory();
//
// Saves stream to a file
//
void SaveToFile(const S... | [
"manolis.savva@gmail.com"
] | [
[
[
1,
124
]
]
] |
c98aa4f3649c41b3bc3e7ccbca3e2d53e29a7ab9 | 27d5670a7739a866c3ad97a71c0fc9334f6875f2 | /CPP/Targets/SupportWFLib/symbian/NewAudioServerTypes.cpp | af5cca089b6d794105a811a6e46d800599b08f24 | [
"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 | 6,181 | 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... | [
"hlars@sema-ovpn-morpheus.itinerary.com"
] | [
[
[
1,
208
]
]
] |
eac76ccf7eea3a250a1f4105259e8c45bdde9100 | fa134e5f64c51ccc1c2cac9b9cb0186036e41563 | /GT/RPM.h | 7f008ecb1defd0706261edd20c68799d958b7d65 | [] | 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 | 433 | h | #pragma once
#include "Instrument.h"
// Instrument indicates revolutions per minutes(RPM).
class RPM :
public Instrument
{
public:
RPM(void);
~RPM(void);
void draw(void);
inline void setTurnAngle(double turnAngle){this->turnAngle = turnAngle;}
inline double getTurnAngle(void){return turnAngle;}
// ... | [
"Jingfei.Hu@gmail.com@3a95c3f6-2b41-11df-be6c-f52728ce0ce6"
] | [
[
[
1,
18
]
]
] |
a453d452035b84ef866ab695fe46545133ffbb9c | da48afcbd478f79d70767170da625b5f206baf9a | /tbmessage/websend/src/EditUserDlg.cpp | d503b8fbabe67c2e6807818e44d2f429b4d9dfbe | [] | no_license | haokeyy/fahister | 5ba50a99420dbaba2ad4e5ab5ee3ab0756563d04 | c71dc56a30b862cc4199126d78f928fce11b12e5 | refs/heads/master | 2021-01-10T19:09:22.227340 | 2010-05-06T13:17:35 | 2010-05-06T13:17:35 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 943 | cpp | // EditUserDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "BatchMessage.h"
#include "EditUserDlg.h"
#include ".\edituserdlg.h"
// CEditUserDlg 对话框
IMPLEMENT_DYNAMIC(CEditUserDlg, CDialog)
CEditUserDlg::CEditUserDlg(CWnd* pParent /*=NULL*/)
: CDialog(CEditUserDlg::IDD, pParent)
, m_UserId(_T(""))
... | [
"niels.liu@gmail.com@d41c10be-1f87-11de-a78b-a7aca27b2395"
] | [
[
[
1,
49
]
]
] |
ffba549fe4770f0f53f23e1a88e8b732cf88564a | 299a1b0fca9e1de3858a5ebeaf63be6dc3a02b48 | /tags/ic2005demo/dingus/dingus/gfx/skeleton/SkinMesh.cpp | dd0ea31d63d3f24b60ccc43d935ba6100cbd0fb2 | [] | no_license | BackupTheBerlios/dingus-svn | 331d7546a6e7a5a3cb38ffb106e57b224efbf5df | 1223efcf4c2079f58860d7fa685fa5ded8f24f32 | refs/heads/master | 2016-09-05T22:15:57.658243 | 2006-09-02T10:10:47 | 2006-09-02T10:10:47 | 40,673,143 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,314 | cpp | // --------------------------------------------------------------------------
// Dingus project - a collection of subsystems for game/graphics applications
// --------------------------------------------------------------------------
#include "stdafx.h"
#include "SkinMesh.h"
#include "../../kernel/D3DDevice.h"
... | [
"nearaz@73827abb-88f4-0310-91e6-a2b8c1a3e93d"
] | [
[
[
1,
236
]
]
] |
8af6b021a32e43a18c0d14dc1eeab76acfbb8f36 | 6ee200c9dba87a5d622c2bd525b50680e92b8dab | /Walkyrie Dx9/Valkyrie/Moteur/ModelEau.h | 139eee3a69e52997f38566b15107fed8da8041a4 | [] | no_license | Ishoa/bizon | 4dbcbbe94d1b380f213115251e1caac5e3139f4d | d7820563ab6831d19e973a9ded259d9649e20e27 | refs/heads/master | 2016-09-05T11:44:00.831438 | 2010-03-10T23:14:22 | 2010-03-10T23:14:22 | 32,632,823 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,403 | h |
// Classe pour la gestion de l'eau
#pragma once
#include "..\Moteur\VariableGlobale.h"
#include "..\Moteur\Scene.h"
#include "..\Moteur\EnvMiroir.h"
const int NB_VERTEX_EAU = 4; // nombre de vertex pour une zone d'eau
const int NB_INDICE_EAU = 6; // nombre d'indice pour une zone d'eau
const int N... | [
"Colas.Vincent@ab19582e-f48f-11de-8f43-4547254af6c6"
] | [
[
[
1,
66
]
]
] |
3b65c329a091bf4788d356d47d76dc629438399b | 0d32d7cd4fb22b60c4173b970bdf2851808c0d71 | /src/hancock/hancock/FindSigsDlg.cpp | 1f52c0f491c55a2643cb3902605c535a92de9ef0 | [] | no_license | kanakb/cs130-hancock | a6eaef9a44955846d486ee2330bec61046cb91bd | d1f77798d90c42074c7a26b03eb9d13925c6e9d7 | refs/heads/master | 2021-01-18T13:04:25.582562 | 2009-06-12T03:49:56 | 2009-06-12T03:49:56 | 32,226,524 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,128 | cpp | // FindSigsDlg.cpp : implementation file
//
#include "stdafx.h"
#include "hancock.h"
#include "FindSigsDlg.h"
#include "EditCFGDlg.h"
#include "Action.h"
#include "Scheduler.h"
#include "ScheduleUI.h"
#include <iostream>
#include <fstream>
#include <string>
#include <list>
using namespace std;
// Fi... | [
"kanakb@1f8f3222-2881-11de-bcab-dfcfbda92187"
] | [
[
[
1,
374
]
]
] |
fec632ecda41b771e9bd0915bc2b1ce4c8a1f712 | c0bd82eb640d8594f2d2b76262566288676b8395 | /src/game/WarsongGulch.cpp | f8e2cb8e5b6e7a1abd3fa35acd32247d79346814 | [
"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 | 28,184 | 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,
691
]
]
] |
af269568254f7905d8d5f68b89330e05fe00d0c2 | 3ea8b8900d21d0113209fd02bd462310bd0fce83 | /pm_tasofro.h | f1d54c25a1b56866f052b9c701bbacfe5c0e56c8 | [] | 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 | 3,646 | h | // Music Room BGM Library
// ----------------------
// pm_tasofro.h - Twilight Frontier's Pack Methods
// ----------------------
// "©" Nmlgc, 2010
#ifndef BGMLIB_PM_TASOFRO_H
#define BGMLIB_PM_TASOFRO_H
// Pack Methods
#define BMWAV 0x3 // wave files in a single archive with header (only th075)
#define ... | [
"nmlgc@nmlgc.net"
] | [
[
[
1,
100
]
]
] |
65b15380b07619e3fb6a20fcd27f4834a033b55d | 58ef4939342d5253f6fcb372c56513055d589eb8 | /WallpaperChanger/WallpaperChange/source/SMS/src/SMSSendRecv.cpp | 24a9d5414fa42ccd28448259b4d08a141a38aaf6 | [] | no_license | flaithbheartaigh/lemonplayer | 2d77869e4cf787acb0aef51341dc784b3cf626ba | ea22bc8679d4431460f714cd3476a32927c7080e | refs/heads/master | 2021-01-10T11:29:49.953139 | 2011-04-25T03:15:18 | 2011-04-25T03:15:18 | 50,263,327 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 11,705 | cpp | // SMSSendRecv.cpp
//
// Copyright (c) 2003 Symbian Ltd. All rights reserved.
//
#include "SMSSendRecv.h"
//To get SMS service centre address
#include <SMUTSET.H>
#include <MSVAPI.H>
#include "OKCDebug.h"
#ifdef EKA2
#include <csmsaccount.h>
#else
//Observer class, required to get the service... | [
"zengcity@415e30b0-1e86-11de-9c9a-2d325a3e6494"
] | [
[
[
1,
389
]
]
] |
3ff915c14c8a0a8f0cab21572bc46ced3d10a9b8 | 028d79ad6dd6bb4114891b8f4840ef9f0e9d4a32 | /src/drivers/munchmo.cpp | d8199d173d4e1a86a88d25fe0fe5f8a5d4e95c8d | [] | no_license | neonichu/iMame4All-for-iPad | 72f56710d2ed7458594838a5152e50c72c2fb67f | 4eb3d4ed2e5ccb5c606fcbcefcb7c5a662ace611 | refs/heads/master | 2020-04-21T07:26:37.595653 | 2011-11-26T12:21:56 | 2011-11-26T12:21:56 | 2,855,022 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,091 | cpp | #include "../vidhrdw/munchmo.cpp"
/***************************************************************************
Munch Mobile
(C) 1982 SNK
2 Z80s
2 AY-8910s
15 MHz crystal
Known Issues:
- sprite priority problems
- it's unclear if mirroring the videoram chunks is correct behavior
- several ... | [
"boris@icculus.org"
] | [
[
[
1,
403
]
]
] |
1839d6a2005d885b9a975cd06467307bf1d2379f | 3ecc6321b39e2aedb14cb1834693feea24e0896f | /test/md2viewer.cpp | 841a7fab7a0333aba075cfbaba661806f4c440de | [] | no_license | weimingtom/forget3d | 8c1d03aa60ffd87910e340816d167c6eb537586c | 27894f5cf519ff597853c24c311d67c7ce0aaebb | refs/heads/master | 2021-01-10T02:14:36.699870 | 2011-06-24T06:21:14 | 2011-06-24T06:21:14 | 43,621,966 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,395 | cpp | /*****************************************************************************
* Copyright (C) 2009 The Forget3D Project by Martin Foo (i25ffz@hotmail.com)
* ALL RIGHTS RESERVED
*
* License I
* Permission to use, copy, modify, and distribute this software for
* any purpose and WITHOUT a fee is granted under... | [
"i25ffz@8907dee8-4f14-11de-b25e-a75f7371a613"
] | [
[
[
1,
380
]
]
] |
235ae4b65452fa969a226e94e523ee262091df3b | 4fc6aeeaad470f83f05b62d685e543d58cd30bd4 | /src/game/server/player.cpp | d347cb5f0e4316708651138f14e513706d801a36 | [
"LicenseRef-scancode-other-permissive",
"Zlib"
] | permissive | blacktrader/CCity | 97f5385fecbcd9e3d555ebe777383873a793c788 | c95a45c66c0b2d74197388cd56c547d72c9bdd97 | refs/heads/master | 2021-01-10T14:18:13.841894 | 2010-12-22T09:33:41 | 2010-12-22T09:33:41 | 1,186,784 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,015 | cpp | #include <string>
#include <engine/e_server_interface.h>
#include <engine/e_config.h>
#include "player.hpp"
#include "gamecontext.hpp"
#include "score.hpp"
MACRO_ALLOC_POOL_ID_IMPL(PLAYER, MAX_CLIENTS)
PLAYER::PLAYER(int client_id, int *args)
{
respawn_tick = server_tick();
character = 0;
this->cl... | [
"sander2808@googlemail.com"
] | [
[
[
1,
207
]
]
] |
bffe783e348fd9bd604c4a21a63038415d6fce0a | e02fa80eef98834bf8a042a09d7cb7fe6bf768ba | /MyGUIEngine/include/MyGUI_SubSkin.h | 8d0bd8ae45fecb6148d85652434326cac61186f1 | [] | no_license | MyGUI/mygui-historical | fcd3edede9f6cb694c544b402149abb68c538673 | 4886073fd4813de80c22eded0b2033a5ba7f425f | refs/heads/master | 2021-01-23T16:40:19.477150 | 2008-03-06T22:19:12 | 2008-03-06T22:19:12 | 22,805,225 | 2 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 1,711 | h | /*!
@file
@author Albert Semenov
@date 11/2007
@module
*/
#ifndef __MYGUI_SUB_SKIN_H__
#define __MYGUI_SUB_SKIN_H__
#include "MyGUI_Prerequest.h"
#include "MyGUI_SharedPanelAlphaOverlayElement.h"
#include "MyGUI_CroppedRectangleInterface.h"
namespace MyGUI
{
class _MyGUIExport SubSkin : public... | [
"my.name.post@gmail.com",
"denis.koronchik@gmail.com"
] | [
[
[
1,
12
],
[
14,
14
],
[
17,
17
],
[
21,
21
],
[
24,
27
],
[
29,
30
],
[
32,
33
],
[
35,
35
],
[
37,
38
],
[
40,
54
... |
150736bd49a0b5904ebfbb8a2faccbd83d5df990 | 619843aa55e023fe4eb40a3f1b59da6bcb993a54 | /reactor/reactor.cc | 5d948ca7b4839e2928a55e9e675950f24a7b2822 | [] | no_license | pengvan/xiao5geproject | 82271ceb18d2c9ea7abb960c41e883ad54a7e8c6 | 3e28c80f0af5d11eb1c03c569e040dda33966e4a | refs/heads/master | 2016-09-11T02:19:09.285543 | 2011-06-17T07:05:34 | 2011-06-17T07:05:34 | 38,201,768 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,927 | cc | #include <assert.h>
#include "reactor.h"
#include "event_demultiplexer.h"
/// @file reactor.cc
/// @brief Reactor类实现
/// @author zeshengwu<wuzesheng@vip.qq.com>
/// @date 2011-03-20
namespace reactor
{
/// reactor的实现类
class ReactorImplementation
{
public:
/// 构造函数
ReactorImplementation(... | [
"wuzesheng86@a907dffe-942c-7992-d486-e995bdc504d8"
] | [
[
[
1,
139
]
]
] |
2009af85d0ff6998fa6d52407dbaa6fdef979e97 | 368acbbc055ee3a84dd9ce30777ae3bbcecec610 | /project/jni/third_party/fcollada/FCollada_FREE_3.05B/FCollada/FCDocument/FCDExternalReferenceManager.cpp | 091357880895e0f33f7af04f12e9fe98ecd8b9df | [
"MIT",
"LicenseRef-scancode-x11-xconsortium-veillard"
] | permissive | jcayzac/androido3d | 298559ebbe657482afe6b3b616561a1127320388 | 18e0a4cd4799b06543588cf7bea33f12500fb355 | HEAD | 2016-09-06T06:31:09.984535 | 2011-09-17T09:47:51 | 2011-09-17T09:47:51 | 1,816,466 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,075 | cpp | /*
Copyright (C) 2005-2007 Feeling Software Inc.
Portions of the code are:
Copyright (C) 2005-2007 Sony Computer Entertainment America
MIT License: http://www.opensource.org/licenses/mit-license.php
*/
#include "StdAfx.h"
#include "FCDocument/FCDocument.h"
#include "FCDocument/FCDEntityReference.h"
#i... | [
"julien.cayzac@gmail.com"
] | [
[
[
1,
95
]
]
] |
b67d6738b6ca85b8d2b113c53cd712a8a18997f3 | 6188f1aaaf5508e046cde6da16b56feb3d5914bc | /CamFighter/Math/Cameras/CameraSet.cpp | b004429dd057bc93711861e93edc3de90954c650 | [] | no_license | dogtwelve/fighter3d | 7bb099f0dc396e8224c573743ee28c54cdd3d5a2 | c073194989bc1589e4aa665714c5511f001e6400 | refs/heads/master | 2021-04-30T15:58:11.300681 | 2011-06-27T18:51:30 | 2011-06-27T18:51:30 | 33,675,635 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,916 | cpp | #include <fstream>
#include "../../Utils/Filesystem.h"
#include "../../Utils/Utils.h"
#include "CameraSet.h"
#include "CameraFree.h"
#include "CameraHuman.h"
using namespace Math::Cameras;
void CameraSet :: Load(const char *fileName)
{
Init();
std::ifstream in;
in.open(Filesystem::GetFullPath(fileName).... | [
"dmaciej1@f75eed02-8a0f-11dd-b20b-83d96e936561",
"darekmac@f75eed02-8a0f-11dd-b20b-83d96e936561"
] | [
[
[
1,
117
],
[
119,
119
],
[
126,
152
],
[
157,
245
]
],
[
[
118,
118
],
[
120,
125
],
[
153,
156
]
]
] |
9040c54b88c31e86a91ea40c487450edc66da3e5 | 45229380094a0c2b603616e7505cbdc4d89dfaee | /OpenCV2.0/surfCLR/AssemblyInfo.cpp | c6af0bb21c6694f93b23362a4a198b3dff485f9c | [] | no_license | xcud/msrds | a71000cc096723272e5ada7229426dee5100406c | 04764859c88f5c36a757dbffc105309a27cd9c4d | refs/heads/master | 2021-01-10T01:19:35.834296 | 2011-11-04T09:26:01 | 2011-11-04T09:26:01 | 45,697,313 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,348 | cpp | #include "stdafx.h"
using namespace System;
using namespace System::Reflection;
using namespace System::Runtime::CompilerServices;
using namespace System::Runtime::InteropServices;
using namespace System::Security::Permissions;
//
// General Information about an assembly is controlled through the following
... | [
"perpet99@cc61708c-8d4c-0410-8fce-b5b73d66a671"
] | [
[
[
1,
40
]
]
] |
2b8fd6e53bdcce3c0a33663fbf288aadbc445466 | b14d5833a79518a40d302e5eb40ed5da193cf1b2 | /cpp/extern/xercesc++/2.6.0/tools/NLS/Xlat/Xlat_Types.hpp | 549663ff1d88882b274529012de80590f69fa23e | [
"Apache-2.0"
] | permissive | andyburke/bitflood | dcb3fb62dad7fa5e20cf9f1d58aaa94be30e82bf | fca6c0b635d07da4e6c7fbfa032921c827a981d6 | refs/heads/master | 2016-09-10T02:14:35.564530 | 2011-11-17T09:51:49 | 2011-11-17T09:51:49 | 2,794,411 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,303 | hpp | /*
* Copyright 1999-2000,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | [
"aburke@bitflood.org"
] | [
[
[
1,
71
]
]
] |
5a61c5862d53274f835df05f6e168e3ea4035b2a | 27d5670a7739a866c3ad97a71c0fc9334f6875f2 | /CPP/Targets/MapLib/Shared/src/ScreenOrWorldCoordinate.cpp | 4ed3083ca6590f8de55e79654b8fbbe5d67a8f9a | [
"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,973 | 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... | [
"hlars@sema-ovpn-morpheus.itinerary.com"
] | [
[
[
1,
33
]
]
] |
1f1ccc32e9c7174385187892412a69127db15ace | 6a69593bdd78c65cbaeb731155c44d1ccb134802 | /programchallenge/common_permutation/common_permutation2.cpp | 42e44d6f07692a0b7472ccf6b7363a891b1f63e2 | [] | no_license | fannix/poj | 2ccf77e5ed0c1ea54602015026e17fda8107dd71 | 49b8c49a48fb67cba38bd72d7d12c103545a4511 | refs/heads/master | 2016-09-06T01:35:49.157774 | 2011-05-10T06:04:30 | 2011-05-10T06:04:30 | 1,726,476 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,579 | cpp | /*
* =====================================================================================
*
* Filename: common_permutation2.cpp
*
* Description:
*
* Version: 1.0
* Created: 2009-5-5 21:29:58 中国标准时间
* Revision: none
* Compiler: gcc
*
* Author: f... | [
"mxf3306@gmail.com"
] | [
[
[
1,
66
]
]
] |
07fb85afd9e2fb48f6948ec3d6ab44a68289bc23 | 252e638cde99ab2aa84922a2e230511f8f0c84be | /reflib/src/StopSimpleEditForm.cpp | 426729a11764c15101a499c6668990835b5d7f98 | [] | no_license | openlab-vn-ua/tour | abbd8be4f3f2fe4d787e9054385dea2f926f2287 | d467a300bb31a0e82c54004e26e47f7139bd728d | refs/heads/master | 2022-10-02T20:03:43.778821 | 2011-11-10T12:58:15 | 2011-11-10T12:58:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 786 | cpp | //---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "StopSimpleEditForm.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "StopSimpleProcessForm"
#pragma link "VStringSt... | [
"1070569+overzoo@users.noreply.github.com"
] | [
[
[
1,
21
]
]
] |
7f0ffd97103723d1a5358f6b37539c5df08129eb | 16d8b25d0d1c0f957c92f8b0d967f71abff1896d | /obse/obse/GameBSExtraData.h | 06aee5f3b0a62105e96686841b8dfba4e599cd06 | [] | no_license | wlasser/oonline | 51973b5ffec0b60407b63b010d0e4e1622cf69b6 | fd37ee6985f1de082cbc9f8625d1d9307e8801a6 | refs/heads/master | 2021-05-28T23:39:16.792763 | 2010-05-12T22:35:20 | 2010-05-12T22:35:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 964 | h | #pragma once
// Added to remove a cyclic dependency between GameForms.h and GameExtraData.h
// C+?
class BSExtraData
{
public:
BSExtraData();
virtual ~BSExtraData();
virtual void Fn_01(void);
static BSExtraData* Create(UInt8 xType, UInt32 size, UInt32 vtbl);
// void ** _vtbl; // 000
UInt8 ty... | [
"obliviononline@2644d07b-d655-0410-af38-4bee65694944"
] | [
[
[
1,
42
]
]
] |
8926c8abd54f1b31a4833ba1e84d58793b5ef09f | 8d466583574663248d9197c83d490f8de6914f01 | /Irina.Burdova/Stack/main.cpp | 89c7b402c3cae85a97cf04850b705ba1d11caeb2 | [] | no_license | andrey-malets/usuoop | 186b421080d7ff1fbaed2b230f2f2c77eb081138 | 5ae5876f3622ab8a4598a67a414d544c4d6a7bcb | refs/heads/master | 2021-01-25T10:15:48.239369 | 2011-06-18T08:03:42 | 2011-06-18T08:03:42 | 32,697,629 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 821 | cpp | #include <iostream>
#include <cassert>
#include "stack.h"
using std::cout;
using std::cerr;
using std::endl;
using std::string;
void test1(){
try{
double d = 1.23456;
Stack<double> *s = new Stack<double>();
assert(s->capacity() == 10);
assert(s->size() == 0);
s->push(d);
assert(s->capac... | [
"irinaburdik@gmail.com@fe86108a-a7a1-bde3-b2d4-a6a6cc998503"
] | [
[
[
1,
46
]
]
] |
2beab95010e29802950acd75ec3b87d8a7b0f776 | 0454def9ffc8db9884871a7bccbd7baa4322343b | /src/report/QUAbstractReportData.h | caec1ca79c2e6e4859abad84a183af7e69c06f87 | [] | no_license | escaped/uman | e0187d1d78e2bb07dade7ef6ef041b6ed424a2d3 | bedc1c6c4fc464be4669f03abc9bac93e7e442b0 | refs/heads/master | 2016-09-05T19:26:36.679240 | 2010-07-26T07:55:31 | 2010-07-26T07:55:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,153 | h | #ifndef QUABSTRACTREPORTDATA_H_
#define QUABSTRACTREPORTDATA_H_
#include <QObject>
#include <QIcon>
#include "QU.h"
#include "QUSongFile.h"
class QUAbstractReportData: public QObject {
Q_OBJECT
public:
QUAbstractReportData(QObject *parent = 0);
virtual QString textData(QUSongFile *song) = 0;
... | [
"alex@escaped-projects.de"
] | [
[
[
1,
43
]
]
] |
42fac3cc236e5bafb8b82b9339a026a89486208c | 3772fc400d7b73de80ab81bb4ccef973c2a83220 | /sourcecode/tutorial2app.cpp | 6ea2a0d65f8966c6f13cf924b09c3b6781a84627 | [] | no_license | tlandn/Lan-Tra-Ex1 | 882ddc59f008686fb5ef2c3e7fc8bdca7e5e2103 | 504c840323884f22cf466b22508c2f73d98dbd06 | refs/heads/master | 2020-12-24T15:58:52.179699 | 2011-08-04T10:45:58 | 2011-08-04T10:45:58 | 2,153,168 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,282 | cpp | /////////////////////////////////////////////////////////////////
//
// tutorial2app.cpp
// Application class
//
/////////////////////////////////////////////////////////////////
//
// Copyright (C) 2009 Daniel Jeppsson
// All Rights Reserved. These instructions, statements, computer
// programs, and/or relate... | [
"baochan2879@gmail.com"
] | [
[
[
1,
593
]
]
] |
3840544c8fe02bfed8a7622f5bb85c6d9c582eef | 967868cbef4914f2bade9ef8f6c300eb5d14bc57 | /Internet/HtmlParser.cpp | 4c663b1f5d32de605c957039e1ac45121b3dfc7e | [] | 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 | 20,443 | cpp | /*
© Vestris Inc., Geneva Switzerland
http://www.vestris.com, 1998, All Rights Reserved
__________________________________________________
written by Daniel Doubrovkine - dblock@vestris.com
Revision history:
29.08.1999: fixed TransateQuotes to read &#[x]DDD; sequences
29.08.19... | [
"dblock@dblock.org"
] | [
[
[
1,
616
]
]
] |
d280483806bacc9c0c6c6deb5a705c4973ef50f0 | 138a353006eb1376668037fcdfbafc05450aa413 | /source/TextRenderer.h | 073306ba46e79a88b974688e5594fab264d5a8cc | [] | no_license | sonicma7/choreopower | 107ed0a5f2eb5fa9e47378702469b77554e44746 | 1480a8f9512531665695b46dcfdde3f689888053 | refs/heads/master | 2020-05-16T20:53:11.590126 | 2009-11-18T03:10:12 | 2009-11-18T03:10:12 | 32,246,184 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 622 | h | #include <Ogre.h>
#include <OgreSingleton.h>
class TextRenderer : public Ogre::Singleton<TextRenderer>
{
private:
Ogre::OverlayManager* _overlayMgr;
Ogre::Overlay* _overlay;
Ogre::OverlayContainer* _panel;
public:
TextRenderer();
~TextRenderer();
void addTextBox(
const std::s... | [
"Sonicma7@0822fb10-d3c0-11de-a505-35228575a32e"
] | [
[
[
1,
27
]
]
] |
3b206279621c0732eb3e7c07e37e611ed4ffd916 | c7fb3080028a93c7d121ce2473dc919c983775e9 | /RStation/TimingData.h | d4d8331cab185d06cd47913c945c3a79bb8f32fd | [] | no_license | taiyal/Rhythm-Station | a52f33cb72574c1cae1afe5d1504f265ceda4109 | b66111048fff4c6eef978b706307843871d01329 | refs/heads/master | 2020-06-26T07:23:39.893040 | 2010-09-14T17:49:28 | 2010-09-14T17:49:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,124 | h | #ifndef _TIMING_DATA_H_
#define _TIMING_DATA_H_
#include "RStation.h"
// please edit this until you think it is sane.
enum NoteType {
NOTE_TAP,
NOTE_HOLD,
NOTE_ROLL,
NOTE_TAIL,
NOTE_MINE
};
enum NoteAttribute {
NOTE_ATTR_FAKE,
NOTE_ATTR_VISIBLE
};
struct Note
{
// Generic stuff.
Not... | [
"shakesoda@gmail.com"
] | [
[
[
1,
67
]
]
] |
5bd62f3b6be870ebd3ab64bbd8795d759e48d106 | ac559231a41a5833220a1319456073365f13d484 | /src/old/server-jaus/jaus/mobility/list/listmanager.h | fc24fda7947d4b1bfbaa0f99e1443dae6bed8392 | [] | 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 | 8,471 | h | ////////////////////////////////////////////////////////////////////////////////////
///
/// \file listmanager.h
/// \brief This file contains the implementation of the List Manager service.
///
/// <br>Author(s): Daniel Barber
/// <br>Created: 27 February 2010
/// <br>Copyright (c) 2010
/// <br>Applied C... | [
"cdel@vt.edu"
] | [
[
[
1,
159
]
]
] |
59c83d8477cb58717c0d1d40af5f79af232a0afd | 3de9e77565881674bf6b785326e85ab6e702715f | /src/math/Quaternion.hpp | 505c3c6cc347c199a37d10e8d202855e2318d936 | [] | no_license | adbrown85/gloop-old | 1b7f6deccf16eb4326603a7558660d8875b0b745 | 8857b528c97cfc1fd57c02f055b94cbde6781aa1 | refs/heads/master | 2021-01-19T18:07:39.112088 | 2011-02-27T07:17:14 | 2011-02-27T07:17:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 775 | hpp | /*
* Quaternion.hpp
*
* Author
* Andrew Brown <adb1413@rit.edu>
*/
#ifndef GLOOP_QUATERNION_HPP
#define GLOOP_QUATERNION_HPP
#include "gloop_common.h"
#include <cmath>
#include <iomanip>
#include "Math.hpp"
#include "Matrix.hpp"
#include "Vec4.hpp"
using namespace std;
/** @brief Encapsulat... | [
"andybrown85@users.sourceforge.net",
"andybrown85@gmail.com",
"adb1413@rit.edu"
] | [
[
[
1,
2
],
[
4,
4
],
[
6,
6
],
[
10,
11
],
[
13,
13
],
[
16,
17
],
[
20,
21
],
[
36,
37
],
[
39,
39
]
],
[
[
3,
3
... |
886211f745e923f73a97ae934d2f918e11f05c4d | 5bd189ea897b10ece778fbf9c7a0891bf76ef371 | /BasicEngine/BasicEngine/Graphics/Skeletal/cal3d/mixer.cpp | c3377cc2bee1b6e8f1df6ce2943cb9f960a0e735 | [] | no_license | boriel/masterullgrupo | c323bdf91f5e1e62c4c44a739daaedf095029710 | 81b3d81e831eb4d55ede181f875f57c715aa18e3 | refs/heads/master | 2021-01-02T08:19:54.413488 | 2011-12-14T22:42:23 | 2011-12-14T22:42:23 | 32,330,054 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 23,411 | cpp | //****************************************************************************//
// mixer.cpp //
// Copyright (C) 2001, 2002 Bruno 'Beosil' Heidelberger //
//************************************************************************... | [
"yormanh@gmail.com@f2da8aa9-0175-0678-5dcd-d323193514b7"
] | [
[
[
1,
685
]
]
] |
352363d3db34481474f27c48e26f2a2476d15c22 | fbd2deaa66c52fc8c38baa90dd8f662aabf1f0dd | /totalFirePower/ta demo/code/Gaf.cpp | 735c52ca0ec36af8e6049cbdac51c5dbd55e63f8 | [] | no_license | arlukin/dev | ea4f62f3a2f95e1bd451fb446409ab33e5c0d6e1 | b71fa9e9d8953e33f25c2ae7e5b3c8e0defd18e0 | refs/heads/master | 2021-01-15T11:29:03.247836 | 2011-02-24T23:27:03 | 2011-02-24T23:27:03 | 1,408,455 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,896 | cpp | #include "Gaf.h"
#include "hash.h"
#include "hpihandler.h"
#include "mygl.h"
#include "infoconsole.h"
//---------------------------------------------------------------------------
using namespace std;
CGaf* gafHandler;
CGaf::CGaf()
{
PrintLoadMsg("Mapping gaf files");
GafTable = hash_new(1, hash_funct... | [
"daniel@cybercow.se"
] | [
[
[
1,
331
]
]
] |
66e10ea5919cbafe5b783f0a36e0999c404a7615 | 41c264ec05b297caa2a6e05e4476ce0576a8d7a9 | /OpenHoldem/DialogScraperOutput.h | 90aa31c32187c65e254d3f2fea44a875a0220e9b | [] | 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 | 1,208 | h | #ifndef INC_DIALOGSCRAPEROUTPUT_H
#define INC_DIALOGSCRAPEROUTPUT_H
#include "WinMgr.h"
#include "SizerBar.h"
#include "Resource.h"
// CDlgScraperOutput dialog
class CDlgScraperOutput : public CDialog
{
public:
CDlgScraperOutput(CWnd* pParent = NULL); // standard constructor
virtual ~CDlgScraperOutput... | [
"time.in.world@gmail.com"
] | [
[
[
1,
46
]
]
] |
744373865d5e5205307da5ad2c22058cbf58b354 | 102d8810abb4d1c8aecb454304ec564030bf2f64 | /TP3/Tanque/Tanque/Tanque/stdafx.cpp | a984270d2dd05b90f85ddd32bfa2f0d7dab46c7d | [] | no_license | jfacorro/tp-taller-prog-1-fiuba | 2742d775b917cc6df28188ecc1f671d812017a0a | a1c95914c3be6b1de56d828ea9ff03e982560526 | refs/heads/master | 2016-09-14T04:32:49.047792 | 2008-07-15T20:17:27 | 2008-07-15T20:17:27 | 56,912,077 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 293 | cpp | // stdafx.cpp : source file that includes just the standard includes
// Tanque.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
| [
"juan.facorro@6dff32cf-8f48-0410-9a2e-7b8b34aa6dfb"
] | [
[
[
1,
8
]
]
] |
88a420552273d90e4f087435357ad68e73e8e203 | 36d0ddb69764f39c440089ecebd10d7df14f75f3 | /プログラム/Ngllib/include/Ngl/XML/XMLFile.h | 940078cf3e878786666b8db70ba6d40a00a4be2f | [] | 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 | 3,357 | h | /*******************************************************************************/
/**
* @file XMLFile.h.
*
* @brief XMLファイルクラスヘッダファイル.
*
* @date 2008/11/30.
*
* @version 1.00.
*
* @author Kentarou Nishimura.
*/
/******************************************************************************/
#i... | [
"rs.drip@aa49b5b2-a402-11dd-98aa-2b35b7097d33"
] | [
[
[
1,
144
]
]
] |
45011804f0c8f6b79d9a0ec1859e815e597bd777 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/thread/src/mac/init.cpp | 108ff41eb04e082d1ec276634e543b208eb2a9f2 | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | willrebuild/flyffsf | e5911fb412221e00a20a6867fd00c55afca593c7 | d38cc11790480d617b38bb5fc50729d676aef80d | refs/heads/master | 2021-01-19T20:27:35.200154 | 2011-02-10T12:34:43 | 2011-02-10T12:34:43 | 32,710,780 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,035 | cpp | // (C) Copyright Mac Murrett 2001.
// 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 for most recent version.
#include "init.hpp"
#include "... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
58
]
]
] |
b29a09e3664ea4c435ee9bd491a93b3b7fed38a3 | 51ebb9684ac1a4b65a5426e5c9ee79ebf8eb3db8 | /Windows/Tool/src/Helper/Helper/Helper.h | 24c519392f8c50e80ffaf00470ab6e5df31a21c9 | [] | no_license | buf1024/lgcbasic | d4dfe6a6bd19e4e4ac0e5ac2b7a0590e04dd5779 | 11db32c9be46d9ac0740429e09ebf880a7a00299 | refs/heads/master | 2021-01-10T12:55:12.046835 | 2011-09-03T15:45:57 | 2011-09-03T15:45:57 | 49,615,513 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 489 | h |
// Helper.h : PROJECT_NAME 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
#endif
#include "resource.h" // 主符号
// CHelperApp:
// 有关此类的实现,请参阅 Helper.cpp
//
class CHelperApp : public CWinAppEx
{
public:
CHelperApp();
// 重写
public:
virtual BOOL In... | [
"buf1024@10f8a008-2033-b5f4-5ad9-01b5c2a83ee0"
] | [
[
[
1,
32
]
]
] |
2a85b4aa024a54bcad61f6faef991e47bb3c10ed | faa30f88bd88c37ad26aeda4571668db572a140d | /Error.h | 9475a9a55d3dc5c7497ce6ca944eb749054b12cd | [] | no_license | simophin/remotevision | 88fa6ea7183c79c239474d330c05b2879836735b | 2f28b9fbb82a5b92a36e0a2b1ead067dbf0e55ab | refs/heads/master | 2016-09-05T18:07:42.069906 | 2011-06-16T08:42:31 | 2011-06-16T08:42:31 | 1,744,350 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,330 | h | /*
* Error.h
*
* Created on: 2011-5-14
* Author: simophin
*/
#ifndef ERROR_H_
#define ERROR_H_
#include "RString.h"
#include "utils/SharedPtr.hpp"
#include <iostream>
typedef int syserrno_t;
class Error {
public:
enum Type {
ERR_SUCCESS,
ERR_UNKNOWN,
ERR_SYS_UNKNOWN,
ER... | [
"admin@simophin.net",
"simophin@localhost",
"Fanchao Liu@simophin.net",
"simophin@gmail.com"
] | [
[
[
1,
10
],
[
16,
20
],
[
53,
53
],
[
58,
58
],
[
66,
66
],
[
69,
70
],
[
74,
75
]
],
[
[
11,
11
],
[
13,
15
],
[
22,
... |
866666af68e338122098dd6bb08062cff97bf4bf | a36d7a42310a8351aa0d427fe38b4c6eece305ea | /core_billiard/PixelColor.h | 2461cb7ffd2bb377e8966d59bc47789e8580e2f2 | [] | no_license | newpolaris/mybilliard01 | ca92888373c97606033c16c84a423de54146386a | dc3b21c63b5bfc762d6b1741b550021b347432e8 | refs/heads/master | 2020-04-21T06:08:04.412207 | 2009-09-21T15:18:27 | 2009-09-21T15:18:27 | 39,947,400 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 967 | h | #pragma once
namespace my_render_imp {
class PixelColor {
public:
typedef unsigned char Color256;
public:
NxU32 getARGB();
void setARGB( NxU32 );
Color256 getA();
Color256 getR();
Color256 getG();
Color256 getB();
void setA( Color256 );
void setR( Color256 );
... | [
"wrice127@af801a76-7f76-11de-8b9f-9be6f49bd635"
] | [
[
[
1,
44
]
]
] |
b6087825cd3e212989197e5eace809bc714e5fbb | 74c8da5b29163992a08a376c7819785998afb588 | /NetAnimal/Game/wheel/WheelAnimal2Model/src/logic/RunLogic.cpp | 68eb4b7d7d67257c9abf4d0d49c997a70e7d4ea4 | [] | no_license | dbabox/aomi | dbfb46c1c9417a8078ec9a516cc9c90fe3773b78 | 4cffc8e59368e82aed997fe0f4dcbd7df626d1d0 | refs/heads/master | 2021-01-13T14:05:10.813348 | 2011-06-07T09:36:41 | 2011-06-07T09:36:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 862 | cpp | #include "logic/AllLogic.h"
#include "WheelEvents.h"
using namespace Orz;
RunLogic::RunLogic(my_context ctx):LogicAdv(ctx)
{
ORZ_LOG_NORMAL<<"State In: RunLogic!";
getOwner()->runWinner();
//WheelUI::getSingleton().runZXH(Hardware::getSingleton().getWinType()->getBanker());
_process.reset( new Process... | [
"ogre3d@yeah.net"
] | [
[
[
1,
33
]
]
] |
8f0703428377814d425ddc7fcc9ffe7669bd9ade | 6ee200c9dba87a5d622c2bd525b50680e92b8dab | /Walkyrie Dx9/Valkyrie/Moteur/Materielle.cpp | 9675ebbc25e2033348bd9c0687758b93f1c596b0 | [] | no_license | Ishoa/bizon | 4dbcbbe94d1b380f213115251e1caac5e3139f4d | d7820563ab6831d19e973a9ded259d9649e20e27 | refs/heads/master | 2016-09-05T11:44:00.831438 | 2010-03-10T23:14:22 | 2010-03-10T23:14:22 | 32,632,823 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,099 | cpp | #include "Materielle.h"
float TabMaterielle[][10] =
{
{0.0215f ,0.1745f ,0.0215f ,0.07568f ,0.61424f ,0.07568f ,0.633f ,0.727811f,0.633f ,0.6f},
{0.135f ,0.2225f ,0.1575f ,0.54f ,0.89f ,0.63f ,0.316228f,0.316228f,0.316228f,0.1f},
{0.05375f ,0.05f ,0.06625f ,0.18275f ,0.17f ,0.22525f... | [
"Colas.Vincent@ab19582e-f48f-11de-8f43-4547254af6c6"
] | [
[
[
1,
156
]
]
] |
7fd40db8315f0a3c1ec7b77a5697ea7e86ca1d6d | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Havok/Source/Common/Serialize/UnitTest/PatchTest/patchDataObjectTest.cxx | 5f674cbf607cabf49f89eda21674859b0108f666 | [] | 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,597 | cxx | /*
*
* 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,
125
]
]
] |
346b18c7f32c80b9297056854f031eefec9a9c17 | 33f59b1ba6b12c2dd3080b24830331c37bba9fe2 | /Graphic/Renderer/D3D10CubeTexture.h | efb4bf426d68c11f0b75041183f1790c5b677011 | [] | 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 | 1,195 | h | #ifndef _D3D10CUBETEXTURE_H_
#define _D3D10CUBETEXTURE_H_
#include "D3D10Prerequisites.h"
#include "../Main/Texture.h"
namespace Flagship
{
class _DLL_Export D3D10CubeTexture : public Texture
{
public:
D3D10CubeTexture();
virtual ~D3D10CubeTexture();
// 获取实例对象指针
ID3D10Texture2D * ... | [
"yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa"
] | [
[
[
1,
52
]
]
] |
0f58010f315a8c4e0fad561cf537ed7dea39138c | fac8de123987842827a68da1b580f1361926ab67 | /inc/physics/Physics/Utilities/VisualDebugger/Viewer/Dynamics/hkpWorldViewerBase.h | 48cd80608009acb493d96a20216773da30edc84f | [] | no_license | blockspacer/transporter-game | 23496e1651b3c19f6727712a5652f8e49c45c076 | 083ae2ee48fcab2c7d8a68670a71be4d09954428 | refs/heads/master | 2021-05-31T04:06:07.101459 | 2009-02-19T20:59:59 | 2009-02-19T20:59:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,607 | 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 secre... | [
"uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4"
] | [
[
[
1,
65
]
]
] |
e7dce96515a9590d1acbaccbf00ee544cc5bc5d7 | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/Dependencies/Xerces/include/xercesc/dom/impl/DOMParentNode.cpp | 186fe638096d65b5cd3f5aeae65f755c096d7f7a | [] | 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 | 14,595 | cpp | /*
* Copyright 2001-2002,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
426
]
]
] |
2afaa9bc77f9472b1423e41c50fed376278cf2b3 | 4d5ee0b6f7be0c3841c050ed1dda88ec128ae7b4 | /src/nvimage/openexr/src/HalfTest/testArithmetic.cpp | 13d9443669099aef01b75f320e8020be0071443a | [] | no_license | saggita/nvidia-mesh-tools | 9df27d41b65b9742a9d45dc67af5f6835709f0c2 | a9b7fdd808e6719be88520e14bc60d58ea57e0bd | refs/heads/master | 2020-12-24T21:37:11.053752 | 2010-09-03T01:39:02 | 2010-09-03T01:39:02 | 56,893,300 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 946 | cpp | #include <testArithmetic.h>
#include "half.h"
#include <iostream>
#include <assert.h>
using namespace std;
void
testArithmetic ()
{
cout << "basic arithmetic operations:\n";
float f1 (1);
float f2 (2);
half h1 (3);
half h2 (4);
cout << "f1 = " << f1 << ", "
"f2 = "... | [
"castano@0f2971b0-9fc2-11dd-b4aa-53559073bf4c"
] | [
[
[
1,
55
]
]
] |
d5c9b8185d8ad2257efedda9e31924c5575462d4 | 2ec6a4926883ef3e970297aaeebba2134491b984 | /clclass.cpp | 2a62f1a6eb0dd05d7cd57ceccf891ac2615aa2f4 | [] | no_license | ambling/rtGPU | 272dc65b0a19e0b913306b21ddccc6bfe7f3f215 | 155612dc82aeec4ef4a5a58230261d914deac2e5 | refs/heads/master | 2020-12-25T18:23:24.880039 | 2011-05-23T11:05:43 | 2011-05-23T11:05:43 | 1,717,996 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,498 | cpp | #include <iostream>
#include <stdlib.h>
#include <fstream>
#include <string>
#include <string.h>
#include "clclass.h"
//#include "global.c"
#include "util.h"
#include <math.h>
CL* rtGPU;
CL::CL()
{
//this function is defined in util.cpp
//it comes from the NVIDIA SDK example code
err = oclGetPlatfo... | [
"ambling07@gmail.com"
] | [
[
[
1,
613
]
]
] |
858927bf4610b2e501f4e12ed12c5a4e76d4abd8 | d425cf21f2066a0cce2d6e804bf3efbf6dd00c00 | /TileEngine/Explosion Control.cpp | b78fe6226b3ca6d93e0f41cc136515af4d534110 | [] | 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 | 139,805 | cpp | #include "builddefines.h"
#ifdef PRECOMPILEDHEADERS
#include "TileEngine All.h"
#include "end game.h"
#include "Morale.h"
#else
#include <stdio.h>
#include <string.h>
#include "wcheck.h"
#include "stdlib.h"
#include "debug.h"
//#include "soldier control.h"
#include "weapons.h"
#include "handle items.h"
... | [
"jazz_ja@b41f55df-6250-4c49-8e33-4aa727ad62a1"
] | [
[
[
1,
4630
]
]
] |
41a5af632f3d6dd083e8059874510cc4b57ce9db | 58ef4939342d5253f6fcb372c56513055d589eb8 | /ScheduleKiller/source/Views/inc/SettingScreenContainer.h | 6b4c89238a0d4209010f7fd8a29dfce13b98e685 | [] | no_license | flaithbheartaigh/lemonplayer | 2d77869e4cf787acb0aef51341dc784b3cf626ba | ea22bc8679d4431460f714cd3476a32927c7080e | refs/heads/master | 2021-01-10T11:29:49.953139 | 2011-04-25T03:15:18 | 2011-04-25T03:15:18 | 50,263,327 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,519 | h | /*
============================================================================
Name : SettingScreenContainer.h
Author : zengcity
Copyright : Your copyright notice
Description : Declares container control for application.
============================================================================
*/... | [
"zengcity@415e30b0-1e86-11de-9c9a-2d325a3e6494"
] | [
[
[
1,
64
]
]
] |
1a26385f0bcd775f5e8e40820490b1628a49bd70 | 3da0b0276bc8c3d7d1bcdbabfb0e763a38d3a24c | /zju.finished/1361.cpp | 90a187d3ffe3b15f5a05252c5321bb08bb7d192a | [] | no_license | usherfu/zoj | 4af6de9798bcb0ffa9dbb7f773b903f630e06617 | 8bb41d209b54292d6f596c5be55babd781610a52 | refs/heads/master | 2021-05-28T11:21:55.965737 | 2009-12-15T07:58:33 | 2009-12-15T07:58:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,745 | cpp | #include<iostream>
#include<queue>
#include<ext/hash_set>
using namespace std;
using namespace __gnu_cxx;
enum {
SX = 24,
SY = 16,
SM = 0x1f,
SL = 0x03fff,
};
hash_set<int> tab;
struct Node {
unsigned dis;
unsigned mask;
};
int move[4][2] = {
{-1, 0}, {0, 1}, {1, 0}, {0, -1}... | [
"zhouweikuan@gmail.com"
] | [
[
[
1,
122
]
]
] |
97514fdd88e73f18c9e46f6cbaeda90dfa598137 | c1c3866586c56ec921cd8c9a690e88ac471adfc8 | /Practise_2005/Xvid.class/XvidEnc.cpp | eb1e3da71a4bea812bda0ea4b1809bbf860c5b91 | [] | no_license | rtmpnewbie/lai3d | 0802dbb5ebe67be2b28d9e8a4d1cc83b4f36b14f | b44c9edfb81fde2b40e180a651793fec7d0e617d | refs/heads/master | 2021-01-10T04:29:07.463289 | 2011-03-22T17:51:24 | 2011-03-22T17:51:24 | 36,842,700 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 8,221 | cpp | #include "StdAfx.h"
#include ".\xvidenc.h"
#include "xvid.h"
static const int motion_presets[] =
{
/* quality 0 */
0,
/* quality 1 */
XVID_ME_ADVANCEDDIAMOND16,
/* quality 2 */
XVID_ME_ADVANCEDDIAMOND16 | XVID_ME_HALFPELREFINE16,
/* quality 3 */
XVID_ME_ADVANCEDDIAMOND16 | XVID_ME_HALFPELREFINE16... | [
"laiyanlin@27d9c402-1b7e-11de-9433-ad2e3fad96c5"
] | [
[
[
1,
245
]
]
] |
89059bc34941afd2a900bd1dfc4d1ae3882514cf | fd792229322e4042f6e88a01144665cebdb1c339 | /src/user.h | 7447ba33a6679708163e3418bb30a3e3d1940e59 | [] | no_license | weimingtom/mmomm | 228d70d9d68834fa2470d2cd0719b9cd60f8dbcd | cab04fcad551f7f68f99fa0b6bb14cec3b962023 | refs/heads/master | 2021-01-10T02:14:31.896834 | 2010-03-15T16:15:43 | 2010-03-15T16:15:43 | 44,764,408 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,548 | h | #ifndef USER_H_
#define USER_H_
#include <string>
#include <RakNet/RakNetTypes.h>
#include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp>
#include "collision.h"
#include "vector2D.h"
class Actor;
class User {
public:
User(const std::string& username, const SystemAddress& address)
: ... | [
"nagelbagel@gmail.com",
"grandfunkdynasty@191a6260-07ae-11df-8636-19de83dc8dca"
] | [
[
[
1,
3
],
[
6,
12
],
[
14,
58
]
],
[
[
4,
5
],
[
13,
13
]
]
] |
d5df10643c0d8ccdd8121882cdba9b0ffb3a5b2e | 6060f9c92def1805578fe21068c193421e058278 | /src/MilVars.cpp | 0ef548e8ba9956965e89aeefac0fbc5a41bb25a5 | [] | 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 | 1,350 | cpp | /*
* $Id: MilVars.cpp,v 1.1.1.1 2009/01/06 19:15:52 scott Exp $
*
*/
#include <windows.h>
#include "MilVars.h"
// global scope, exported in MilVars.h
MilVars gMilVars;
MilVars::MilVars()
{
_MilApplication = 0;
_MilLiveSystem = -1;
}
MilVars::~MilVars()
{
releaseSystemID();
if (_MilAp... | [
"scottellis.developer@gmail.com"
] | [
[
[
1,
82
]
]
] |
8ce49938c1e6779032ae5244a0337c8dd31d41f0 | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Havok/Source/Common/Base/Fwd/hkcmalloc.h | 0e6ac36f189ea8229363b48aae84a512f05d816c | [] | 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,423 | 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,
28
]
]
] |
8ed0503e5187b6273e8edf8d540ba05883284be0 | 4b09766f45d506e8d451bae1bfe4d40fc25be4db | /cmgvc.h | d21069a4538ba6760bb5742b9b6a107622966268 | [] | no_license | caomw/ct2-inpainting | b8941a92018c6254d8694cec95bd83881db3e5a2 | 1bc707edc0b603146d581a9d3bc587958bf96d54 | refs/heads/master | 2021-01-19T11:53:11.739556 | 2011-05-10T21:22:04 | 2011-05-10T21:22:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 761 | h | #ifndef CMGVC_H
#define CMGVC_H
#include "cimage.h"
/*#include "cmatrimage.h"*/
#include "cimagedouble.h"
#include "cvector2f.h"
#include "QDebug"
#include <QProgressBar>
#include <iostream>
class CMgvc
{
public:
CMgvc();
void appliquer(CImage *init, CImage *masque, CImage *out, float param1,... | [
"inoueediv@5e727123-e3d5-56dc-acd8-72af5541568b",
"vergeot.yoan@gmail.com"
] | [
[
[
1,
4
],
[
8,
9
],
[
11,
19
],
[
24,
27
]
],
[
[
5,
7
],
[
10,
10
],
[
20,
23
]
]
] |
02c6c95a8b7723de8dbba95e93321e1cb1630da3 | 6c8c4728e608a4badd88de181910a294be56953a | /InventoryModule/J2kEncoder.cpp | 23c85f46b5ce8a2257ff7281182f614e18f3a624 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | caocao/naali | 29c544e121703221fe9c90b5c20b3480442875ef | 67c5aa85fa357f7aae9869215f840af4b0e58897 | refs/heads/master | 2021-01-21T00:25:27.447991 | 2010-03-22T15:04:19 | 2010-03-22T15:04:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,124 | cpp | // For conditions of distribution and use, see copyright notice in license.txt
/// @file J2kEncoder.cpp
/// @brief J2k encoding functionality required by image uploads.
#include "StableHeaders.h"
#include "DebugOperatorNew.h"
#include "J2kEncoder.h"
#include "InventoryModule.h"
#include <OgreColourValue.h>
... | [
"Stinkfist0@5b2332b8-efa3-11de-8684-7d64432d61a3",
"jaakkoallander@5b2332b8-efa3-11de-8684-7d64432d61a3",
"jujjyl@5b2332b8-efa3-11de-8684-7d64432d61a3",
"cadaver@5b2332b8-efa3-11de-8684-7d64432d61a3"
] | [
[
[
1,
5
],
[
7,
7
],
[
13,
13
]
],
[
[
6,
6
],
[
8,
9
],
[
11,
12
],
[
14,
62
],
[
64,
84
],
[
87,
240
]
],
[
[
10,
... |
5a8c3bd8706c898f630478bb8920f26f867bee0d | 38664d844d9fad34e88160f6ebf86c043db9f1c5 | /branches/initialize/infostudio/InfoStudio/ado/AdoRecordSet.h | d2937a65409c9296a6069bb23ad29427dded539c | [] | 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 | GB18030 | C++ | false | false | 9,611 | h | /*########################################################################
【文件名】: ado.h
【名 称】: ADO 封装类.
【版 本】: 0.20
【作 者】: 成真
【E-mail】: anyou@sina.com
########################################################################*/
#if !defined(_ANYOU_COOL_ADORECORDSET_H)
#define _ANYOU_COOL_ADORECORDS... | [
"ken.shao@ba8f1dc9-3c1c-0410-9eed-0f8a660c14bd"
] | [
[
[
1,
256
]
]
] |
21270964b3ee795675111d1a5005048d910daeac | ad80c85f09a98b1bfc47191c0e99f3d4559b10d4 | /code/src/gfx/nshaderprogram.cc | 39db3a941d669dcdf738f5cfebf0eaee6bdd9f8c | [] | no_license | DSPNerd/m-nebula | 76a4578f5504f6902e054ddd365b42672024de6d | 52a32902773c10cf1c6bc3dabefd2fd1587d83b3 | refs/heads/master | 2021-12-07T18:23:07.272880 | 2009-07-07T09:47:09 | 2009-07-07T09:47:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,822 | cc | #define N_IMPLEMENTS nShaderProgram
//------------------------------------------------------------------------------
// nshaderprogram.cc
// (C) 2006 Insightec Ltd, -- I.Kliot
//------------------------------------------------------------------------------
#include "gfx/nshaderprogram.h"
#include "gfx/ngfxserver... | [
"plushe@411252de-2431-11de-b186-ef1da62b6547"
] | [
[
[
1,
74
]
]
] |
15c78a288aeca1248862baf7ea3ffd80e8482466 | cac9d7127b80c67223135204095e80f7869c1502 | /src/ServerSocket.cpp | e392535dfb1a4f18609146f153d32cbda6f3b770 | [] | no_license | perepechaev/xmud | d26bef482ebd7df23487b4479de236d483609af7 | 9841842b44d7237b4a4c17e40437dc700cad08bc | refs/heads/master | 2020-05-18T02:49:15.102595 | 2011-03-21T09:39:40 | 2011-03-21T09:39:40 | 1,505,877 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,448 | cpp | // Implementation of the ServerSocket class
#include "ServerSocket.h"
#include "SocketException.h"
ServerSocket::ServerSocket ( int port )
{
if ( ! Socket::create() )
{
throw SocketException ( "Could not create server socket." );
}
if ( ! Socket::bind ( port ) )
{
throw So... | [
"topas@perepechaev.local"
] | [
[
[
1,
73
]
]
] |
7542fad51c5f1afc20da764c0dd24169ba31ff2e | 3472e587cd1dff88c7a75ae2d5e1b1a353962d78 | /XMonitor/debug/moc_ReportThread.cpp | 4a376aa0a57a46ea9b9b00ab4fed632802c9c7c2 | [] | no_license | yewberry/yewtic | 9624d05d65e71c78ddfb7bd586845e107b9a1126 | 2468669485b9f049d7498470c33a096e6accc540 | refs/heads/master | 2021-01-01T05:40:57.757112 | 2011-09-14T12:32:15 | 2011-09-14T12:32:15 | 32,363,059 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,158 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'ReportThread.h'
**
** Created: Fri Apr 1 12:37:33 2011
** by: The Qt Meta Object Compiler version 62 (Qt 4.7.0)
**
** WARNING! All changes made in this file will be lost!
****************... | [
"yew1998@gmail.com@5ddc4e96-dffd-11de-b4b3-6d349e4f6f86"
] | [
[
[
1,
69
]
]
] |
61bd82025e40276ab6b9f0ecf704265b773a8d0a | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /Engine/sdk/inc/physics/collision_object.h | e4bc97430a56d81fdb0aa32a6e5f20545a132807 | [] | 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 | 23,450 | h | #ifndef __COLLISION_OBJECT_H__
#define __COLLISION_OBJECT_H__
#ifndef __LTBASETYPES_H__
#include "ltbasetypes.h"
#endif
#ifndef __COLLISION_DATA_H__
#include "collision_data.h"
#endif
//---------------------------------------------------------------------------//
/*!
The LTContactInfo data type contai... | [
"vytautasrask@gmail.com"
] | [
[
[
1,
955
]
]
] |
91d3e3c8fb88132ec02db6da8b2163deda0d1168 | 3aafc3c40c1464fc2a32d1b6bba23818903a4ec9 | /Library/frmMain.h | 69f47ba359a3fbc46f50098310db3ff96ace55e6 | [] | no_license | robintw/rlibrary | 13930416649ec38196bfd38e0980616e9f5454c8 | 3e55d49acba665940828e26c8bff60863a86246f | refs/heads/master | 2020-09-22T10:31:55.561804 | 2009-01-24T19:05:19 | 2009-01-24T19:05:19 | 34,583,564 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,154 | h | #pragma once
#include "GlobalConnection.h"
#include "frmAddBook.h"
#include "frmSimpleSearch.h"
#include "frmAdvSearch.h"
#include "frmFvsNFGraph.h"
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace ... | [
"robin@02cab514-f24f-0410-a9ea-a7698ff47c65",
"r.t.wilson@rmplc.co.uk@02cab514-f24f-0410-a9ea-a7698ff47c65"
] | [
[
[
1,
5
],
[
8,
51
],
[
55,
70
],
[
72,
73
],
[
78,
81
],
[
83,
91
],
[
93,
99
],
[
129,
132
],
[
137,
141
],
[
143,
15... |
ea8d0387bdad8ca5c9135b2e7213c1c36f09241b | 50f94444677eb6363f2965bc2a29c09f8da7e20d | /Src/EmptyProject/WorldManager.h | 2d4e5d5234e32eb943d3279185ed26fb2927f23b | [] | 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 | 1,446 | h | #pragma once
class World;
class Dialog;
typedef std::list<Dialog*> DialogList;
/**
@brief 모든 게임내 World를 관리하는 클래스
게임 초기화시에 스크립트에 정의된 모든 World를 초기화 및 로드합니다.
또한 실행 중에는 다음으로 바꿀 World를 설정하고, 종료시에는 로드된 World를
해제합니다.
*/
class WorldManager : public Singleton<WorldManager>
{
public:
WorldManager(void);
... | [
"gasbank@gmail.com"
] | [
[
[
1,
50
]
]
] |
c081797e5775fa66c71165dc6ce87028e15ad2f9 | b407e323eb85b469258b0c30892dc70b160ecdbc | /whoisalive/window.h | d7a1d76d93aee7da4da8300efe725d12611db577 | [] | no_license | vi-k/whoisalive.fromsvn | 7f8acf1cc8f5573008327fb61b419ed0f1676f42 | c77b9619d470291389c8938e7cab87674a09f654 | refs/heads/master | 2021-01-10T02:13:41.786614 | 2010-05-30T23:18:47 | 2010-05-30T23:18:47 | 44,526,121 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,077 | h | #ifndef WHO_WINDOW_H
#define WHO_WINDOW_H
#include "ipgui.h"
#include "ipaddr.h"
#include "widget.h"
#include "scheme.h"
#include "../common/my_thread.h"
#include "../common/my_http.h"
#include "../common/my_inet.h"
#include <memory>
#include <boost/function.hpp>
#include <boost/ptr_container/ptr_li... | [
"victor.dunaev@localhost"
] | [
[
[
1,
159
]
]
] |
a6ae4f14752c681edb25078489e8e792172f9ca5 | 559770fbf0654bc0aecc0f8eb33843cbfb5834d9 | /haina/codes/beluga/client/moblie/BelugaDb/src/BelugaDbDllMain.cpp | b74391c2d16d170d024f1e4348c5d73a51eca5ec | [] | no_license | CMGeorge/haina | 21126c70c8c143ca78b576e1ddf352c3d73ad525 | c68565d4bf43415c4542963cfcbd58922157c51a | refs/heads/master | 2021-01-11T07:07:16.089036 | 2010-08-18T09:25:07 | 2010-08-18T09:25:07 | 49,005,284 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,385 | cpp | /*
============================================================================
Name : BelugaDbDll.cpp
Author : shaochuan.yang
Copyright : haina
Description : BelugaDbDll.cpp - main DLL source
============================================================================
*/
// Include Files
#inc... | [
"shaochuan.yang@6c45ac76-16e4-11de-9d52-39b120432c5d"
] | [
[
[
1,
117
]
]
] |
be8a56b3c8bab768e2455cd0d763d8290e9b528b | 282057a05d0cbf9a0fe87457229f966a2ecd3550 | /AMXServer/include/EIBListener.h | 890196bcbb3a97112922b5e8d0d483c025421987 | [] | no_license | radtek/eibsuite | 0d1b1c826f16fc7ccfd74d5e82a6f6bf18892dcd | 4504fcf4fa8c7df529177b3460d469b5770abf7a | refs/heads/master | 2021-05-29T08:34:08.764000 | 2011-12-06T20:42:06 | 2011-12-06T20:42:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 389 | h | #ifndef __EIB_LISTENER_HEADER__
#define __EIB_LISTENER_HEADER__
#include "JTC.h"
#include "EIBAddress.h"
#include "MsgTable.h"
#include "EibNetwork.h"
using namespace EibStack;
class CEIBListener : public JTCThread, public JTCMonitor
{
public:
CEIBListener();
virtual ~CEIBListener();
virtual void... | [
"yosig81@gmail.com"
] | [
[
[
1,
26
]
]
] |
8ff26724451dc05e65503aef63bfd5648984a5ef | 4d01363b089917facfef766868fb2b1a853605c7 | /src/Utils/Misc/Tokenizer.h | d0c8c801e2bfb9908c31fa3c50b20ec9fde870aa | [] | no_license | FardMan69420/aimbot-57 | 2bc7075e2f24dc35b224fcfb5623083edcd0c52b | 3f2b86a1f86e5a6da0605461e7ad81be2a91c49c | refs/heads/master | 2022-03-20T07:18:53.690175 | 2009-07-21T22:45:12 | 2009-07-21T22:45:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,524 | h | /**
* Adapted from code by James Fancy
*
* TODO: see if we can eliminate redundant start/end calls
*/
#ifndef tokenizer_h
#define tokenizer_h
#include <string>
#include <cstdlib>
#include <vector>
using std::vector;
using std::string;
class Tokenizer
{
protected:
int offset;
string text;
... | [
"daven.hughes@92c3b6dc-493d-11de-82d9-516ade3e46db"
] | [
[
[
1,
94
]
]
] |
80c6822c86e8d50f9dfba4d2f4b628d18b9f3b40 | 841e58a0ee1393ddd5053245793319c0069655ef | /Karma/Headers/Effects.h | 2c8ba623001e7be30a50e2f8394c61566d73ae49 | [] | no_license | dremerbuik/projectkarma | 425169d06dc00f867187839618c2d45865da8aaa | faf42e22b855fc76ed15347501dd817c57ec3630 | refs/heads/master | 2016-08-11T10:02:06.537467 | 2010-06-09T07:06:59 | 2010-06-09T07:06:59 | 35,989,873 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,862 | h | /*---------------------------------------------------------------------------------*/
/* File: Effects.h */
/* Author: Per Karlsson, perkarlsson89@gmail.com */
/* */
/* Description: Here all effects classes are collected. Info about each class */
/* is define... | [
"perkarlsson89@0a7da93c-2c89-6d21-fed9-0a9a637d9411"
] | [
[
[
1,
173
]
]
] |
27ecceaac688097458875de16b5b285e128c6703 | 9a48be80edc7692df4918c0222a1640545384dbb | /Libraries/Boost1.40/libs/interprocess/example/doc_intrusive.cpp | 421772cea0962b75620a0d45652c861c2273bb6c | [
"BSL-1.0"
] | permissive | fcrick/RepSnapper | 05e4fb1157f634acad575fffa2029f7f655b7940 | a5809843f37b7162f19765e852b968648b33b694 | refs/heads/master | 2021-01-17T21:42:29.537504 | 2010-06-07T05:38:05 | 2010-06-07T05:38:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,136 | cpp | //////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2006-2007. 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)
//
// See http://www.boost.org/libs/i... | [
"metrix@Blended.(none)"
] | [
[
[
1,
130
]
]
] |
07e16479486f67f47bbc1884f909ffea082f15e2 | c63685bfe2d1ecfdfebcda0eab70642f6fcf4634 | /HDRRendering/HDRRendering/JupiterUI/SHDRRender.h | d799a2ce3800ff077cb65d4cb14f7733e17e60e5 | [] | no_license | Shell64/cgdemos | 8afa9272cef51e6d0544d672caa0142154e231fc | d34094d372fea0536a5b3a17a861bb1a1bfac8c4 | refs/heads/master | 2021-01-22T23:26:19.112999 | 2011-10-13T12:38:10 | 2011-10-13T12:38:10 | 35,008,078 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 708 | h | #ifndef __SHDR_RENDER_H__
#define __SHDR_RENDER_H__
class SHDRRender : public GLWidget
{
public:
SHDRRender( HWND hParentWnd );
~SHDRRender();
virtual bool Initialize();
protected:
virtual bool OnResize( WPARAM wParam, LPARAM lParam );
virtual bool OnPaint( WPARAM wParam, LPARAM lParam );
b... | [
"hpsoar@6e3944b4-cba9-11de-a8df-5d31f88aefc0"
] | [
[
[
1,
39
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.