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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
89f95642bf3472fe288ae19e9c8dfed1d56ebbc1 | 2b80036db6f86012afcc7bc55431355fc3234058 | /src/server/SyncpathController.hpp | 6eb4a3ffe722992ef9df31b5da45cc7fe8235a5b | [
"BSD-3-Clause"
] | permissive | leezhongshan/musikcube | d1e09cf263854bb16acbde707cb6c18b09a0189f | e7ca6a5515a5f5e8e499bbdd158e5cb406fda948 | refs/heads/master | 2021-01-15T11:45:29.512171 | 2011-02-25T14:09:21 | 2011-02-25T14:09:21 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 3,356 | hpp | //////////////////////////////////////////////////////////////////////////////
//
// License Agreement:
//
// The following are Copyright ยฉ 2007, mC2 Team
//
// Sources and Binaries of: mC2, win32cpp
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modif... | [
"onnerby@6a861d04-ae47-0410-a6da-2d49beace72e"
] | [
[
[
1,
87
]
]
] |
ad2a1ecbe1a81e80c19614709f7b92f446fe4561 | 5ac13fa1746046451f1989b5b8734f40d6445322 | /minimangalore/Nebula2/code/contrib/nluaserver/src/lua/lgc.cc | 6f8e36e79df463a59492af393078f65af41c98aa | [] | no_license | moltenguy1/minimangalore | 9f2edf7901e7392490cc22486a7cf13c1790008d | 4d849672a6f25d8e441245d374b6bde4b59cbd48 | refs/heads/master | 2020-04-23T08:57:16.492734 | 2009-08-01T09:13:33 | 2009-08-01T09:13:33 | 35,933,330 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,010 | cc | /*
** $Id: lgc.cc 567 2004-03-26 00:39:30Z enlight $
** Garbage Collector
** See Copyright Notice in lua.h
*/
#include <string.h>
#define lgc_c
#include "lua/lua.h"
#include "lua/ldebug.h"
#include "lua/ldo.h"
#include "lua/lfunc.h"
#include "lua/lgc.h"
#include "lua/lmem.h"
#include "lua/lobject.h... | [
"BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
498
]
]
] |
b987180329d41ee02414b6c18e708504f59cb719 | 2c1e5a69ca68fe185cc04c5904aa104b0ba42e32 | /src/game/ASpriteInstance.cpp | d240eec7d3ac2e166123b0f83621607827ce3db0 | [] | no_license | dogtwelve/newsiderpg | e3f8284a7cd9938156ef8d683dca7bcbd928c593 | 303566a034dca3e66cf0f29cf9eaea1d54d63e4a | refs/heads/master | 2021-01-10T13:03:31.986204 | 2010-06-27T05:36:33 | 2010-06-27T05:36:33 | 46,550,247 | 0 | 1 | null | null | null | null | UHC | C++ | false | false | 19,519 | cpp | #include "ASpriteInstance.h"
#include "ASprite.h"
/*int ASpriteInstance::x;
int ASpriteInstance::y;
int ASpriteInstance::_posX;
int ASpriteInstance::_posY;*/
#include "Macro.h"
ASpriteInstance::ASpriteInstance(ASprite* spr, int posX, int posY, ASpriteInstance* parent)
{
CameraX=0;
CameraY=0;
m_... | [
"secret5374@hotmail.com"
] | [
[
[
1,
635
]
]
] |
48f31c586f643ff356bfb5a0c5e579667cb66df9 | f43c7dc0c3ca9031175fc3f13461a86b9c4ce667 | /dllsrc/syb_exec/syb_exec.cpp | 34717b67a18918e4c4967601093045af8295baee | [] | no_license | ebakker/aseisql | 998c8b10f4ba3499d53c2e74b2276620a694ef28 | faf31bf448dfb18b66b4f395188201989ccd3ced | refs/heads/master | 2021-01-18T20:19:41.247243 | 2009-11-09T21:45:48 | 2009-11-09T21:45:48 | 36,292,766 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 35,544 | cpp |
#include "syb_exec.h"
//#include <locale.h>
extern "C"{
DBG(FILE *flog=NULL);
long public_datetime_format=1;
long MAXBUFSIZE=32767;
SQLCONTEXT *public_sqlctx=NULL;
IPB_Session *g_IPB_Session = NULL;
bool FatalError(char * msg, char*parm1=NULL, char*parm2=NULL){
mstring s=mstring();
s.sprintf( ... | [
"dlukyanov@ukr.net@9f3282c0-2842-11de-b858-7de967f63ef5"
] | [
[
[
1,
1190
]
]
] |
b6f1507368a62696e0a726d557826e747be8da9c | ce1b0d027c41f70bc4cfa13cb05f09bd4edaf6a2 | / edge2d --username zmhn320@163.com/Plugins/IrrSoundSystem/IrrKlang/include/ISoundEffectControl.h | 195d3238f5917280b4233e8af43a2e8d516769f8 | [] | no_license | ratalaika/edge2d | 11189c41b166960d5d7d5dbcf9bfaf833a41c079 | 79470a0fa6e8f5ea255df1696da655145bbf83ff | refs/heads/master | 2021-01-10T04:59:22.495428 | 2010-02-19T13:45:03 | 2010-02-19T13:45:03 | 36,088,756 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,224 | h | // Copyright (C) 2002-2007 Nikolaus Gebhardt
// This file is part of the "irrKlang" library.
// For conditions of distribution and use, see copyright notice in irrKlang.h
#ifndef __I_SOUND_EFFECT_CONTROL_H_INCLUDED__
#define __I_SOUND_EFFECT_CONTROL_H_INCLUDED__
#include "IVirtualUnknown.h"
#include "vector3d... | [
"zmhn320@163.com@539dfdeb-0f3d-0410-9ace-d34ff1985647"
] | [
[
[
1,
246
]
]
] |
3619ec6759526fbfa1d60c9654e494b69aec0b53 | 21da454a8f032d6ad63ca9460656c1e04440310e | /src/wcpp/wscom/main/wscComponentRegistrar.h | 7e5daa838d722d68df2081c55c63b6a858e8e872 | [] | no_license | merezhang/wcpp | d9879ffb103513a6b58560102ec565b9dc5855dd | e22eb48ea2dd9eda5cd437960dd95074774b70b0 | refs/heads/master | 2021-01-10T06:29:42.908096 | 2009-08-31T09:20:31 | 2009-08-31T09:20:31 | 46,339,619 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,055 | h | #pragma once
#include <wcpp/lang/wscObject.h>
#include "wsiComponentRegistrarEx.h"
class wsiDirectoryServiceProvider;
class wscComponentRegistrar : public wsiComponentRegistrar
{
WS_IMPL_QUERY_INTERFACE_BEGIN( wscComponentRegistrar )
WS_IMPL_QUERY_INTERFACE_BODY( wsiComponentRegistrar )
... | [
"xukun0217@98f29a9a-77f1-11de-91f8-ab615253d9e8"
] | [
[
[
1,
51
]
]
] |
e763337828c98cbc09044d66fc67b079118d17e7 | 584d088c264ac58050ed0757b08d032b6c7fc83b | /oldGUI/Video_D3D9.h | b3e1d72744329c42bc58fcdc4dfc3005be544a3e | [] | no_license | littlewingsoft/lunaproject | a843ca37c04bdc4e1e4e706381043def1789ab39 | 9102a39deaad74b2d73ee0ec3354f37f6f85702f | refs/heads/master | 2020-05-30T15:21:20.515967 | 2011-02-04T18:41:43 | 2011-02-04T18:41:43 | 32,302,109 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 11,325 | h | // D3D.h: interface for the CD3D class.
//
//////////////////////////////////////////////////////////////////////
#pragma once
#pragma comment(lib, "dxguid.lib" )
#pragma comment(lib, "dxerr9.lib" )
#pragma comment(lib, "d3d9.lib" )
#pragma comment(lib, "d3dx9.lib" )
#include <cassert>
#include <d3dx... | [
"jungmoona@2e9c511a-93cf-11dd-bb0a-adccfa6872b9"
] | [
[
[
1,
364
]
]
] |
1127ea0d3f6ae26cfa95fbf240bfb034b5a7b4e1 | c6f4fe2766815616b37beccf07db82c0da27e6c1 | /camera.cpp | a50c24eb53439bc0e2c0345f66fbe721c17ceb89 | [] | no_license | fragoulis/gpm-sem1-spacegame | c600f300046c054f7ab3cbf7193ccaad1503ca09 | 85bdfb5b62e2964588f41d03a295b2431ff9689f | refs/heads/master | 2023-06-09T03:43:53.175249 | 2007-12-13T03:03:30 | 2007-12-13T03:03:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,606 | cpp | #include <windows.h>
#include <gl/glu.h>
#include "Camera.h"
#include "QuatRotation.h"
using namespace tlib;
/**
* Constructor
*/
Camera::Camera()
{
// Position camera at (0,0,1)
getPos().xyz( 0.0f, 0.0f, 1.0f );
// Initialize orientation component
OCQuatRotation *cOrientation = new... | [
"john.fragkoulis@201bd241-053d-0410-948a-418211174e54"
] | [
[
[
1,
54
]
]
] |
f8f7cb54488b8662f2d5be2b36fcdea838661cc6 | 9c62af23e0a1faea5aaa8dd328ba1d82688823a5 | /rl/branches/newton20/engine/rules/include/StrafeMovement.h | 782f3fa9c1eccdc7a96254e9947923f98f02bf04 | [
"ClArtistic",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain"
] | permissive | jacmoe/dsa-hl-svn | 55b05b6f28b0b8b216eac7b0f9eedf650d116f85 | 97798e1f54df9d5785fb206c7165cd011c611560 | refs/heads/master | 2021-04-22T12:07:43.389214 | 2009-11-27T22:01:03 | 2009-11-27T22:01:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,574 | h | /* This source file is part of Rastullahs Lockenpracht.
* Copyright (C) 2003-2008 Team Pantheon. http://www.team-pantheon.de
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the Clarified Artistic License.
*
* This program is distributed in the hope that it will ... | [
"melven@4c79e8ff-cfd4-0310-af45-a38c79f83013"
] | [
[
[
1,
42
]
]
] |
4d0b53a482c90dd265b437118ba4418b10d65bdf | 10c14a95421b63a71c7c99adf73e305608c391bf | /gui/painting/qdrawhelper_sse3dnow.cpp | 325071e7a296c7ba53ffb82c3cae7beafa0c42b8 | [] | no_license | eaglezzb/wtlcontrols | 73fccea541c6ef1f6db5600f5f7349f5c5236daa | 61b7fce28df1efe4a1d90c0678ec863b1fd7c81c | refs/heads/master | 2021-01-22T13:47:19.456110 | 2009-05-19T10:58:42 | 2009-05-19T10:58:42 | 33,811,815 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,216 | cpp | /****************************************************************************
**
** 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... | [
"zhangyinquan@0feb242a-2539-11de-a0d7-251e5865a1c7"
] | [
[
[
1,
122
]
]
] |
21c0299ddd237706063bf90ae0d0be310339b53d | 028d79ad6dd6bb4114891b8f4840ef9f0e9d4a32 | /src/drivers/dominos.cpp | 159d7f461b66439eaa012852dd39ea065b6991a6 | [] | 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 | 6,570 | cpp | #include "../machine/dominos.cpp"
#include "../vidhrdw/dominos.cpp"
/***************************************************************************
Atari Dominos Driver
Memory Map:
0000-03FF RAM
0400-07FF DISPLAY RAM
0800-0BFF R SWITCH
0C00-0FFF R SYNC
0C00-0C0F W ATTRACT
0C10-0C1F W TUMBLE
... | [
"boris@icculus.org"
] | [
[
[
1,
204
]
]
] |
64c0c3b6758ecd34bc8377843edb9cec608d269a | 1d2705c9be9ee0f974c224eb794f2f8a9e9a3d50 | /xpr/task_dispatcher_t.hpp | 836bc2e751b730109b9caea306a0d1a46027b5fb | [] | no_license | llvllrbreeze/alcorapp | dfe2551f36d346d73d998f59d602c5de46ef60f7 | 3ad24edd52c19f0896228f55539aa8bbbb011aac | refs/heads/master | 2021-01-10T07:36:01.058011 | 2008-12-16T12:51:50 | 2008-12-16T12:51:50 | 47,865,136 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,831 | hpp | #ifndef task_dispatcher_T_HPP_INCLUDED
#define task_dispatcher_T_HPP_INCLUDED
//---------------------------------------------------------------------------
#include "xpr_tags_inc.h"
//---------------------------------------------------------------------------
#include "alcor/core/client_base_t.hpp"
//------------... | [
"andrea.carbone@1ffd000b-a628-0410-9a29-793f135cad17"
] | [
[
[
1,
89
]
]
] |
26942c1de50f13e1376244631238335a0abf0c34 | fcf03ead74f6dc103ec3b07ffe3bce81c820660d | /Multimedia/ICLCodec/PNGCodec.cpp | 5191b69c1a3b7e9c5aec629232ca73d850d2b168 | [] | 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 | 25,474 | cpp | // PngCodec.CPP
//
// Copyright (c) 1999-2005 Symbian Software Ltd. All rights reserved.
//
#include <fbs.h>
#include "ImageUtils.h"
#include "PngCodec.h"
// Constants.
const TInt KTwipsPerMeter = 56693;
//
// TPngImageInformation: PNG image information
//
// Initialise default PNG image informa... | [
"liuxk99@bdc341c6-17c0-11de-ac9f-1d9250355bca"
] | [
[
[
1,
865
]
]
] |
d40cfdaacd4f068652345c9e8c92b0a24f3cdf65 | c3c30da69cde409b86319bdd8ec30e9918d589b0 | /Transform.h | 5d181948b199772194fba1ca37f8563666ad1e4d | [] | no_license | aaronbee/CS184-Pinball | 8cd2087de0c9567b007842118d8ca1ae7ab95718 | bca5ea49863dc71b5a065331f2cc722a85a78026 | refs/heads/master | 2020-05-19T23:04:10.264264 | 2010-04-01T07:01:31 | 2010-04-01T07:01:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 677 | h | // Transform.h: interface for the Transform class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_Transform_H__C38D00E4_6A44_4E5D_9394_36D0650369D0__INCLUDED_)
#define AFX_Transform_H__C38D00E4_6A44_4E5D_9394_36D0650369D0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
... | [
"aaron.beitch@gmail.com"
] | [
[
[
1,
24
]
]
] |
8067a0a442f6a069d957ed041c13349047f03994 | 867f5533667cce30d0743d5bea6b0c083c073386 | /jingxian-network/src/jingxian/networks/commands/DisconnectCommand.cpp | bcd72ab6307502ffa024776cd217ba9a5a1e4641 | [] | no_license | mei-rune/jingxian-project | 32804e0fa82f3f9a38f79e9a99c4645b9256e889 | 47bc7a2cb51fa0d85279f46207f6d7bea57f9e19 | refs/heads/master | 2022-08-12T18:43:37.139637 | 2009-12-11T09:30:04 | 2009-12-11T09:30:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,053 | cpp |
# include "pro_config.h"
# include "jingxian/networks/commands/DisconnectCommand.h"
# include "jingxian/networks/networking.h"
_jingxian_begin
DisconnectCommand::DisconnectCommand(ConnectedSocket* connectedSocket, tstring reason)
: connectedSocket_(connectedSocket)
, reason_(reason)
{
}
... | [
"runner.mei@0dd8077a-353d-11de-b438-597f59cd7555"
] | [
[
[
1,
41
]
]
] |
b026b6d89a5fdde89d9fe5723da94a86577f44e6 | ea613c6a4d531be9b5d41ced98df1a91320c59cc | /7-Zip/CPP/7zip/Archive/Iso/IsoIn.cpp | 0475006ca32435d17850dc7423c031966dfae9e2 | [] | no_license | f059074251/interested | 939f938109853da83741ee03aca161bfa9ce0976 | b5a26ad732f8ffdca64cbbadf9625dd35c9cdcb2 | refs/heads/master | 2021-01-15T14:49:45.217066 | 2010-09-16T10:42:30 | 2010-09-16T10:42:30 | 34,316,088 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,079 | cpp | // Archive/IsoIn.cpp
#include "StdAfx.h"
#include "IsoIn.h"
#include "../../Common/StreamUtils.h"
namespace NArchive {
namespace NIso {
Byte CInArchive::ReadByte()
{
if (m_BufferPos >= BlockSize)
m_BufferPos = 0;
if (m_BufferPos == 0)
{
size_t processedSize = BlockSize;
if (Rea... | [
"jtxuee@gmail.com@8d1da77e-e9f6-11de-9c2a-cb0f5ba72f9d"
] | [
[
[
1,
452
]
]
] |
a5e558b22f3d2a613a440e868d1b413af24161f7 | 68bfdfc18f1345d1ff394b8115681110644d5794 | /Examples/Example01/Include.h | 32c9b0521f2ad7269d714ff543c6757b918690ee | [] | no_license | y-gupta/glwar3 | 43afa1efe475d937ce0439464b165c745e1ec4b1 | bea5135bd13f9791b276b66490db76d866696f9a | refs/heads/master | 2021-05-28T12:20:41.532727 | 2010-12-09T07:52:12 | 2010-12-09T07:52:12 | 32,911,819 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,401 | h | #pragma once
//+-----------------------------------------------------------------------------
//| Prevents stupid warning messages
//+-----------------------------------------------------------------------------
#pragma warning(disable:4311)
#pragma warning(disable:4312)
#pragma warning(disable:4005)
//+----... | [
"sihan6677@deb3bc48-0ee2-faf5-68d7-13371a682d83"
] | [
[
[
1,
44
]
]
] |
2032921a80056841b55061b6da6778471426067b | a0155e192c9dc2029b231829e3db9ba90861f956 | /MailFilter/Main/MFVirusScan.h | 2ec644b6358123d3b03f3cfd3f2ee652eb5aac75 | [] | no_license | zeha/mailfilter | d2de4aaa79bed2073cec76c93768a42068cfab17 | 898dd4d4cba226edec566f4b15c6bb97e79f8001 | refs/heads/master | 2021-01-22T02:03:31.470739 | 2010-08-12T23:51:35 | 2010-08-12T23:51:35 | 81,022,257 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 797 | h | /*
+
+ MFVirusScan.h
+ Copyright 2004 Christian Hofstaedtler.
*/
typedef enum mimeEncodingType {
mimeEncodingBase64, mimeEncodingQuotedPrintable, mimeEncodingUUEncode
} mimeEncodingType;
long MFVS_DecodeAttachment(const char* szScanFile, FILE* mailFile, mimeEncodingType encodingType);
long MFUtil_E... | [
"ch@zeha.at"
] | [
[
[
1,
21
]
]
] |
dd9af0564018911e9328a0e907fe1fdfb4a7ccfb | f89e32cc183d64db5fc4eb17c47644a15c99e104 | /pcsx2-rr/pcsx2/Dmac.h | 856e4c30ff5c42c09273b66abc0d7c07b6b86f20 | [] | no_license | mauzus/progenitor | f99b882a48eb47a1cdbfacd2f38505e4c87480b4 | 7b4f30eb1f022b08e6da7eaafa5d2e77634d7bae | refs/heads/master | 2021-01-10T07:24:00.383776 | 2011-04-28T11:03:43 | 2011-04-28T11:03:43 | 45,171,114 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,748 | h | /* PCSX2 - PS2 Emulator for PCs
* Copyright (C) 2002-2010 PCSX2 Dev Team
*
* PCSX2 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 Found-
* ation, either version 3 of the License, or (at your option) ... | [
"koeiprogenitor@bfa1b011-20a7-a6e3-c617-88e5d26e11c5"
] | [
[
[
1,
562
]
]
] |
1e206c2d43bf843bf9a8340ccde07c7f0b8ad0da | d397b0d420dffcf45713596f5e3db269b0652dee | /src/Axe/AdapterSession.cpp | fe217ca6bbebb95df5c51e173f8b1e4e9a09bec5 | [] | no_license | irov/Axe | 62cf29def34ee529b79e6dbcf9b2f9bf3709ac4f | d3de329512a4251470cbc11264ed3868d9261d22 | refs/heads/master | 2021-01-22T20:35:54.710866 | 2010-09-15T14:36:43 | 2010-09-15T14:36:43 | 85,337,070 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,126 | cpp | # include "pch.hpp"
# include <Axe/AdapterSession.hpp>
# include <Axe/Adapter.hpp>
# include <Axe/ArchiveInvocation.hpp>
# include <Axe/ArchiveDispatcher.hpp>
namespace Axe
{
//////////////////////////////////////////////////////////////////////////
AdapterSession::AdapterSession( const SocketPtr & _s... | [
"yuriy_levchenko@b35ac3e7-fb55-4080-a4c2-184bb04a16e0"
] | [
[
[
1,
38
]
]
] |
df5bcabc6fbaf2c2dc701dad58d9cf455f03a808 | 847cccd728e768dc801d541a2d1169ef562311cd | /src/GfxSystem/ScreenToWorldConverter.h | 4c529927a5887d063b88ba110a222d038be6faea | [] | no_license | aadarshasubedi/Ocerus | 1bea105de9c78b741f3de445601f7dee07987b96 | 4920b99a89f52f991125c9ecfa7353925ea9603c | refs/heads/master | 2021-01-17T17:50:00.472657 | 2011-03-25T13:26:12 | 2011-03-25T13:26:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 365 | h | /// @file
/// Makes the conversion from the screen space to the game world space.
#ifndef ScreenToWorldConverter_h__
#define ScreenToWorldConverter_h__
#include "Base.h"
namespace GfxSystem
{
/// Makes the conversion from the screen space to the game world space.
namespace ScreenToWorldConverter
{
... | [
"ondrej.mocny@gmail.com"
] | [
[
[
1,
18
]
]
] |
e4dfb350329e43347c2f3c201910a96b1fa025a2 | 66b1bdab27d837d2f12e7d040de5ae876ddfcd6c | /playground/performance/staticlibrary/staticlibfunc.cpp | d82b12f2b399fc4b4f91fd6673add1e45559011a | [] | no_license | x-martian/xf10036 | 743f1a2074d5fcb7e66c95be7c3f4279963dd0d1 | 82e7940acd7b7e8db7b118eacab892082e293ef5 | refs/heads/master | 2016-09-05T19:58:07.233316 | 2010-02-02T22:16:22 | 2010-02-02T22:16:22 | 35,009,632 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,203 | cpp | typedef unsigned char BYTE;
// This is an example of an exported function.
void fninterpolator(void* imageArray, int iw, int ih, int il, void* disp, void* lut)
{
int w = 300;
int h = 300;
double* interp = new double[iw+1];
// set value at each pixel, use linear interpolation
short* lo;
short* hi;
BYT... | [
"xf10036@7d216c18-c956-11de-a675-93be1f20d5c2"
] | [
[
[
1,
55
]
]
] |
1527eb5283f540cabac1092f243f49ba600440f3 | 1cf1543cd5460621f530f730a4f3969cfa74197c | /Buffer.h | 2acac8c31c95c41f7e916d2d34482cc9e6842807 | [] | no_license | derpepe/sysprog | 042048d0c8f30fb26f0fb79a024530f67a852ca9 | 2fa6fb3b7c7f53b3fa8ff6aeb74d8d3e3331ba61 | refs/heads/master | 2021-01-18T14:01:45.742680 | 2010-02-23T22:23:25 | 2010-02-23T22:23:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 403 | h | #pragma once
#include <iostream>
#include <iomanip> // for std::setw
#include <fstream>
#include "Token.h"
class Buffer
{
public:
Buffer(std::string inputFile, std::string outputFile);
~Buffer();
char getChar();
void ungetChar();
bool endoffile;
void writeTokenToFile(Token *myToken... | [
"schneider.pj@gmail.com"
] | [
[
[
1,
24
]
]
] |
822175eb68f0510c0d80a101aac20385219b160c | 8bb0a1d6c74f3a17d90c64d9ee40ae5153d15acb | / cs191-nds-project/splash_screen/CS191_Project/source/main.cpp | 2d15e88713efdb3324b2b9897ab004c1e66f7ad9 | [] | no_license | btuduri/cs191-nds-project | 9b12382316c0a59d4e48acd7f40ed55c5c4cde41 | 146b2218cc53f960a034d053238a4cf111726279 | refs/heads/master | 2020-03-30T19:13:10.122474 | 2008-05-19T02:26:19 | 2008-05-19T02:26:19 | 32,271,764 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 158 | cpp |
//#include "ProjectLib.h"
#include "CApp.h"
//#include "Extern.h"
//#include "Error.h"
int main(void) {
CApp app;
app.run();
return 0;
}
| [
"kingofcode@67d8362a-e844-0410-8493-f333cf7aaa27"
] | [
[
[
1,
13
]
]
] |
7c60ae0f6eaa3383de5966a127fe4848a903b6eb | 35c06332e5cbdf18538ecf22dc2de43910508e42 | /smartalbum/Relight.h | b4802673f999825a72256bf37a3367bcaa1071a2 | [] | no_license | Dandelion0124/smartalbum | dd24400359c5302b1489caf603efb3cb9803c993 | dbeca19ecbf302c1d03d7ad39c1c3045c4bfd69a | refs/heads/master | 2021-01-11T05:52:58.285637 | 2009-01-05T05:59:45 | 2009-01-05T05:59:45 | 49,498,431 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 233 | h | #pragma once
class CBmp;
class CRelight
{
public:
CRelight(void);
public:
~CRelight(void);
private:
void exposoure();
void sub_histogram(int sub_width, int sub_length);
void patch_analysis_relight(CBmp* pBmp);
};
| [
"wanglpqpq@d3b2af04-d0e3-11dd-bfda-f1b6ccb9c726"
] | [
[
[
1,
14
]
]
] |
03e6cc25a377494a6392f612a3e33a1778a3e749 | c0bd82eb640d8594f2d2b76262566288676b8395 | /src/shared/Config/Config.cpp | f23aea6b43e29b463ba665522e1aeb14fac6c0e5 | [
"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 | 3,618 | cpp | // (c) Abyss Group
#include "ConfigEnv.h"
ConfigMgr Config;
ConfigFile::ConfigFile() : mConf(0)
{
}
ConfigFile::~ConfigFile()
{
if (mConf)
delete mConf;
}
bool ConfigFile::SetSource(const char *file, bool ignorecase)
{
mConf = new DOTCONFDocument(ignorecase ?
DOTCONFDocum... | [
"tdiddi@web.de"
] | [
[
[
1,
173
]
]
] |
eea75d64fef0b97ba32f04d1b621282a2b51860a | 30e4267e1a7fe172118bf26252aa2eb92b97a460 | /code/pkg_Core/Interface/Utility/Ix_StringConvert.h | a29ba23eea5bb5676f1cf4186d300b0090b32727 | [
"Apache-2.0"
] | permissive | thinkhy/x3c_extension | f299103002715365160c274314f02171ca9d9d97 | 8a31deb466df5d487561db0fbacb753a0873a19c | refs/heads/master | 2020-04-22T22:02:44.934037 | 2011-01-07T06:20:28 | 2011-01-07T06:20:28 | 1,234,211 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,696 | h | // Copyright 2008-2011 Zhang Yun Gui, rhcad@hotmail.com
// https://sourceforge.net/projects/x3c/
//
// 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/lic... | [
"rhcad1@71899303-b18e-48b3-b26e-8aaddbe541a3"
] | [
[
[
1,
125
]
]
] |
b543f6ed9c8a72b9a599e0f6a1f58aee76ff1d0e | 9aebe48109c7058adf08684b77fb3f193a4c6686 | /test/srv/pers-client.cpp | 9547f2a32c5bc31edde83e014d867fc15ab1b108 | [] | no_license | y4bt4/all-in-one | c18a159243dc2c656dadca227aaa346cc2da5d70 | c58041d438b9bf98334c6587e281f25f3849bbeb | refs/heads/master | 2021-01-20T12:00:30.010552 | 2011-04-20T10:07:58 | 2011-04-20T10:07:58 | 1,576,467 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,652 | cpp | #include <iostream>
#include <string>
#include "MyTime.h"
#include <stdlib.h>
#include <stdio.h>
int mk_connect(const char *host,int port);
int send_message(int create_socket,const char* message,int size_message);
int recv_message(int create_socket, char** response,int* size_response);
std::string request(con... | [
"y4bt4@yandex.ru"
] | [
[
[
1,
78
]
]
] |
4b9fd69e1ad6f8e1cbc35caa90eaba55ec3af176 | 7281e279195f3ccaa92f043ebf2a73d96717e179 | /stereocamera.cpp | 18d6ff37d2264a50210af2172075be53ed826aef | [] | no_license | pockman/opencvstereovision | 09335019cf0a6072d92e3b5c5c2aa8d4a2615c23 | 008ceb0661cf3840ff4d09a9bb5fb7d98fd94385 | refs/heads/master | 2021-01-10T06:15:38.111384 | 2010-06-03T21:43:33 | 2010-06-03T21:43:33 | 44,314,552 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,581 | cpp | #include "stereocamera.h"
StereoCamera::StereoCamera()
{
for(int lr=0;lr<2;lr++){
captures[lr] = 0;
frames[lr] = 0;
framesGray[lr] = 0;
}
ready = false;
}
StereoCamera::~StereoCamera()
{
for(int lr=0;lr<2;lr++){
cvReleaseImage(&frames[lr]);
cvRel... | [
"sergiubaluta@87be4954-6699-11de-a84c-2f1c77ec4fbd"
] | [
[
[
1,
62
]
]
] |
a72d81df05ce5d88e06c08a6775ba63657d2e55d | dba70d101eb0e52373a825372e4413ed7600d84d | /RendererComplement/source/RenderTarget.cpp | 8c303a900f8df7aecf661a9d991a03d9074dee08 | [] | no_license | nustxujun/simplerenderer | 2aa269199f3bab5dc56069caa8162258e71f0f96 | 466a43a1e4f6e36e7d03722d0d5355395872ad86 | refs/heads/master | 2021-03-12T22:38:06.759909 | 2010-10-02T03:30:26 | 2010-10-02T03:30:26 | 32,198,944 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 873 | cpp | #include "RenderTarget.h"
namespace RCP
{
RenderTarget::RenderTarget(unsigned int width, unsigned int height, unsigned int colourDepth):
mWidth(width),mHeight(height),mColourDepth(colourDepth),MemoryBuffer(NULL,0,true)
{
mSize = width * height * colourDepth;
mPos = mData = new unsigned char[mSize];
... | [
"nustxujun@yahoo.com.cn@c2606ca0-2ebb-fda8-717c-293879e69bc3"
] | [
[
[
1,
45
]
]
] |
ff486847dbe7ef37366f993de9697bb197518d97 | e8c9bfda96c507c814b3378a571b56de914eedd4 | /engineTest/SubjectAgent.cpp | 7dd4da56e1effb3ee5ab6ac8da70c6fc427dc5ce | [] | no_license | VirtuosoChris/quakethecan | e2826f832b1a32c9d52fb7f6cf2d972717c4275d | 3159a75117335f8e8296f699edcfe87f20d97720 | refs/heads/master | 2021-01-18T09:20:44.959838 | 2009-04-20T13:32:36 | 2009-04-20T13:32:36 | 32,121,382 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,885 | cpp | #include "SubjectAgent.h"
#include "InputHandler.h"
#include <cmath>
using namespace irr;
using namespace irr::core;
//extern bool ENABLE_DEBUG_OUTPUT;
inline double degreesToRadians(double degrees){
return 2*3.14159*degrees/360;
}
//SubjectAgent::SubjectAgent(irr::scene::IAnimatedMeshSceneNode... | [
"cthomas.mail@f96ad80a-2d29-11de-ba44-d58fe8a9ce33"
] | [
[
[
1,
273
]
]
] |
b65afda968b23fae5b5d094cc4525a8eab6b3008 | b822313f0e48cf146b4ebc6e4548b9ad9da9a78e | /KylinSdk/Standard/stdpch.cpp | a2d29488c51ea21b4e2faa61fa58ca8d1a6e3d8a | [] | no_license | dzw/kylin001v | 5cca7318301931bbb9ede9a06a24a6adfe5a8d48 | 6cec2ed2e44cea42957301ec5013d264be03ea3e | refs/heads/master | 2021-01-10T12:27:26.074650 | 2011-05-30T07:11:36 | 2011-05-30T07:11:36 | 46,501,473 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 268 | cpp | // stdafx.cpp : ๅชๅ
ๆฌๆ ๅๅ
ๅซๆไปถ็ๆบๆไปถ
// Standard.pch ๅฐไฝไธบ้ข็ผ่ฏๅคด
// stdafx.obj ๅฐๅ
ๅซ้ข็ผ่ฏ็ฑปๅไฟกๆฏ
#include "stdpch.h"
// TODO: ๅจ STDAFX.H ไธญ
// ๅผ็จไปปไฝๆ้็้ๅ ๅคดๆไปถ๏ผ่ไธๆฏๅจๆญคๆไปถไธญๅผ็จ
| [
"apayaccount@gmail.com"
] | [
[
[
1,
8
]
]
] |
b017172fef5c7e9da99d99734fcfd7f79ed8a190 | 11af1673bab82ca2329ef8b596d1f3d2f8b82481 | /source/game/WP_Bowcaster.cpp | 1a78cd0483e257dbae20898233a25ee64e439244 | [] | no_license | legacyrp/legacyojp | 8b33ecf24fd973bee5e7adbd369748cfdd891202 | d918151e917ea06e8698f423bbe2cf6ab9d7f180 | refs/heads/master | 2021-01-10T20:09:55.748893 | 2011-04-18T21:07:13 | 2011-04-18T21:07:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,486 | cpp | #include "g_weapons.h"
const int BOWCASTER_DAMAGE = 200; //80
const int BOWCASTER_VELOCITY = 2000; //2800
const int BOWCASTER_SPLASH_DAMAGE = 0; //0
const int BOWCASTER_SPLASH_RADIUS = 0; //0
const int BOWCASTER_SIZE = 2; //2
const float BOWCASTER_ALT_SPREAD = 5.0f; //5.0f
const float BOWCASTER_VEL_RANGE = 0... | [
"ZephyrZ2712@gmail.com@5776d9f2-9662-11de-ad41-3fcdc5e0e42d"
] | [
[
[
1,
86
]
]
] |
9d3dfd6c70718a05b2ebd37cf2ac9dced780a780 | 77aa13a51685597585abf89b5ad30f9ef4011bde | /dep/src/boost/boost/config/compiler/visualc.hpp | 8df4198558a81b8fc32d9a18c19d1d511b03bd31 | [] | no_license | Zic/Xeon-MMORPG-Emulator | 2f195d04bfd0988a9165a52b7a3756c04b3f146c | 4473a22e6dd4ec3c9b867d60915841731869a050 | refs/heads/master | 2021-01-01T16:19:35.213330 | 2009-05-13T18:12:36 | 2009-05-14T03:10:17 | 200,849 | 8 | 10 | null | null | null | null | UTF-8 | C++ | false | false | 6,496 | hpp | // (C) Copyright John Maddock 2001 - 2003.
// (C) Copyright Darin Adler 2001 - 2002.
// (C) Copyright Peter Dimov 2001.
// (C) Copyright Aleksey Gurtovoy 2002.
// (C) Copyright David Abrahams 2002 - 2003.
// (C) Copyright Beman Dawes 2002 - 2003.
// Use, modification and distribution are subject to t... | [
"pepsi1x1@a6a5f009-272a-4b40-a74d-5f9816a51f88"
] | [
[
[
1,
199
]
]
] |
997ad5f6e89ca02b5faea403548b81e305e60083 | f55665c5faa3d79d0d6fe91fcfeb8daa5adf84d0 | /Depend/Loki-0.1.6/include/loki/flex/simplestringstorage.h | d3c8fb8bcdddf81bdec9d6d26de45dae9b920ed3 | [] | no_license | lxinhcn/starworld | 79ed06ca49d4064307ae73156574932d6185dbab | 86eb0fb8bd268994454b0cfe6419ffef3fc0fc80 | refs/heads/master | 2021-01-10T07:43:51.858394 | 2010-09-15T02:38:48 | 2010-09-15T02:38:48 | 47,859,019 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,927 | h | ////////////////////////////////////////////////////////////////////////////////
// flex_string
// Copyright (c) 2001 by Andrei Alexandrescu
// Permission to use, copy, modify, distribute and sell this software for any
// purpose is hereby granted without fee, provided that the above copyright
// notice ap... | [
"albertclass@a94d7126-06ea-11de-b17c-0f1ef23b492c"
] | [
[
[
1,
285
]
]
] |
934b6b9084c853e6eae5231f879c02af2769b1ed | 6f8721dafe2b841f4eb27237deead56ba6e7a55b | /src/WorldOfAnguis/Units/Explosion/Explosion.h | 9a23c5a9982b90c9844c8f49a2d182caa9a4e630 | [] | no_license | worldofanguis/WoA | dea2abf6db52017a181b12e9c0f9989af61cfa2a | 161c7bb4edcee8f941f31b8248a41047d89e264b | refs/heads/master | 2021-01-19T10:25:57.360015 | 2010-02-19T16:05:40 | 2010-02-19T16:05:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 767 | h | /*
* ___ ___ __
* \ \ / / / \
* \ \ / / / \
* \ \ /\ / /___ / /\ \
* \ \/ \/ /| | / ____ \
* \___/\___/ |___|/__/ \__\
* World Of Anguis
*
*/
#pragma once
#include "Common.h"
#include "Units/Unit.... | [
"shamanic.sue@gmail.com",
"ferdi89@gmail.com"
] | [
[
[
1,
15
],
[
17,
20
],
[
22,
23
],
[
25,
26
],
[
29,
33
],
[
36,
36
]
],
[
[
16,
16
],
[
21,
21
],
[
24,
24
],
[
27,
... |
6d788720b65caf1956510f916a2d2019fafd1178 | a6d79692cbc9c2b4952d5844d3cf5ae4998ed7d4 | /Other/Source/ShellSwitcher/Splash.h | 5501ce5e526e0f0d1e717eaa690dc1149176256d | [] | no_license | crazy2be/litestepportable | 00735f7a3d0688d6379b4d63e25697d793914457 | 7e0948ee5ac14dc70e4dd5ca70354642176f6470 | refs/heads/master | 2020-04-26T01:17:19.326333 | 2009-03-29T22:12:15 | 2009-03-29T22:12:15 | 173,199,242 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 631 | h | // SPLASH.h: interface for the SPLASH class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SPLASH_H__41182F11_BB6F_11D6_B0F5_00B0D01AD687__INCLUDED_)
#define AFX_SPLASH_H__41182F11_BB6F_11D6_B0F5_00B0D01AD687__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _... | [
"crazy1be+github@gmail.com"
] | [
[
[
1,
31
]
]
] |
9073e168750fac2107b796302d1c7d430c47841b | c7120eeec717341240624c7b8a731553494ef439 | /src/cplusplus/freezone-samp/src/core/utility/integer_expression_calc.cpp | 0c55ded25dab9ed26eb70cee2837b7a5b68e50df | [] | no_license | neverm1ndo/gta-paradise-sa | d564c1ed661090336621af1dfd04879a9c7db62d | 730a89eaa6e8e4afc3395744227527748048c46d | refs/heads/master | 2020-04-27T22:00:22.221323 | 2010-09-04T19:02:28 | 2010-09-04T19:02:28 | 174,719,907 | 1 | 0 | null | 2019-03-09T16:44:43 | 2019-03-09T16:44:43 | null | WINDOWS-1251 | C++ | false | false | 12,175 | cpp | #include "config.hpp"
#include "integer_expression_calc.hpp"
#include <boost/config/warning_disable.hpp>
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/phoenix_core.hpp>
#include <boost/spirit/include/phoenix_container.hpp>
#include <boost/spirit/include/phoenix_statement.hpp>
#include <bo... | [
"dimonml@19848965-7475-ded4-60a4-26152d85fbc5"
] | [
[
[
1,
381
]
]
] |
f42e9415310c68a7eb931a3d736d5d71b14c5700 | 14a00dfaf0619eb57f1f04bb784edd3126e10658 | /lab5/QuadricDecimationMesh.cpp | 6a8bd5cb24a570161ce9a0b54ffac5dbb96879f4 | [] | no_license | SHINOTECH/modanimation | 89f842262b1f552f1044d4aafb3d5a2ce4b587bd | 43d0fde55cf75df9d9a28a7681eddeb77460f97c | refs/heads/master | 2021-01-21T09:34:18.032922 | 2010-04-07T12:23:13 | 2010-04-07T12:23:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,506 | cpp | /*************************************************************************************************
*
* Modeling and animation (TNM079) 2007
* Code base for lab assignments. Copyright:
* Gunnar Johansson (gunnar.johansson@itn.liu.se)
* Ken Museth (ken.museth@itn.liu.se)
* Michael Bang Nielsen (bang@daimi.au.... | [
"onnepoika@da195381-492e-0410-b4d9-ef7979db4686"
] | [
[
[
1,
104
]
]
] |
43ee8df80b2299f61c6c1f9cd4f2cc9fe4dcb8ae | f177993b13e97f9fecfc0e751602153824dfef7e | /ImProSln/MyLib/LEADTOOL/Include/Filters/ILEncTheora.h | 796d36efc1fb058e61880855057ed580bc845371 | [] | no_license | svn2github/imtophooksln | 7bd7412947d6368ce394810f479ebab1557ef356 | bacd7f29002135806d0f5047ae47cbad4c03f90e | refs/heads/master | 2020-05-20T04:00:56.564124 | 2010-09-24T09:10:51 | 2010-09-24T09:10:51 | 11,787,598 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,373 | h |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 7.00.0500 */
/* at Thu Nov 05 12:53:52 2009
*/
/* Compiler settings for .\ILEncTheora.idl:
Oicf, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext, robust
error ch... | [
"ndhumuscle@fa729b96-8d43-11de-b54f-137c5e29c83a"
] | [
[
[
1,
409
]
]
] |
78f7d09b99d542c9d963082a30656cdcf2f9c61f | 00c36cc82b03bbf1af30606706891373d01b8dca | /OpenGUI/OpenGUI_Widget.h | 6e9e46d64f66c294bcda6e0deb50614b8acb74e6 | [
"BSD-3-Clause"
] | permissive | VB6Hobbyst7/opengui | 8fb84206b419399153e03223e59625757180702f | 640be732a25129a1709873bd528866787476fa1a | refs/heads/master | 2021-12-24T01:29:10.296596 | 2007-01-22T08:00:22 | 2007-01-22T08:00:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,852 | h | // OpenGUI (http://opengui.sourceforge.net)
// This source code is released under the BSD License
// See LICENSE.TXT for details
#ifndef B2B428BD_BA97_41F4_AF2E_EF32498FC240
#define B2B428BD_BA97_41F4_AF2E_EF32498FC240
#include "OpenGUI_PreRequisites.h"
#include "OpenGUI_Exports.h"
#include "OpenGUI_String.h... | [
"zeroskill@2828181b-9a0d-0410-a8fe-e25cbdd05f59"
] | [
[
[
1,
313
]
]
] |
576e77e9bf8cb6cc42d1c77b199e9e7f5089fa90 | b14d5833a79518a40d302e5eb40ed5da193cf1b2 | /cpp/extern/xercesc++/2.6.0/src/xercesc/util/Platforms/OS390/Path390.hpp | 46eb8d8f2c864465adde2aead80c4a1c048d51a1 | [
"Apache-2.0"
] | permissive | andyburke/bitflood | dcb3fb62dad7fa5e20cf9f1d58aaa94be30e82bf | fca6c0b635d07da4e6c7fbfa032921c827a981d6 | refs/heads/master | 2016-09-10T02:14:35.564530 | 2011-11-17T09:51:49 | 2011-11-17T09:51:49 | 2,794,411 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,547 | hpp | /*
* Copyright 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
*
* Unless re... | [
"aburke@bitflood.org"
] | [
[
[
1,
125
]
]
] |
1e54c42df4b393017cd3893d198921d5fa5131d7 | 16d6176d43bf822ad8d86d4363c3fee863ac26f9 | /hw4-predhru/Image.cpp | afe569adf86d59826d6e9dbe2a80b190191629ae | [] | no_license | preethinarayan/cgraytracer | 7a0a16e30ef53075644700494b2f8cf2a0693fbd | 46a4a22771bd3f71785713c31730fdd8f3aebfc7 | refs/heads/master | 2016-09-06T19:28:04.282199 | 2008-12-10T00:02:32 | 2008-12-10T00:02:32 | 32,247,889 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 702 | cpp | #include <stdlib.h>
#include <assert.h>
#include <stdio.h>
#include "Image.h"
bool Image::setSize(char **args)
{
width = 600;
height = 400;
/* RGB allocation */
pixel = (int *)malloc(sizeof(int) * width *height * 3);
return true;
}
bool Image::writeImage()
{
FILE *fp;
assert(fp = fopen(out... | [
"dhrumins@074c0a88-b503-11dd-858c-a3a1ac847323",
"preeths.narayan@gmail.com@074c0a88-b503-11dd-858c-a3a1ac847323"
] | [
[
[
1,
3
],
[
6,
6
],
[
8,
14
],
[
17,
29
],
[
31,
33
],
[
35,
37
],
[
39,
39
]
],
[
[
4,
5
],
[
7,
7
],
[
15,
16
... |
851abcda3875d90a168b0fd04ba8c75400ab5641 | 2fdbf2ba994ba3ed64f0e2dc75cd2dfce4936583 | /gpt/test.cpp | 7579cf4c088c8b4a5b535d6e7c3ba3c1b6af1c14 | [] | no_license | TERRANZ/terragraph | 36219a4e512e15a925769512a6b60637d39830bf | ea8c36070f532ad0a4af08e46b19f4ee1b85f279 | refs/heads/master | 2020-05-25T10:31:26.994233 | 2011-01-29T21:23:04 | 2011-01-29T21:23:04 | 1,047,237 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 109 | cpp | #include "test.h"
namespace {
/*$GPBS$$!globals!*/
// put global variables and funcs here
/*$GPBS$*/
} | [
"vterranz@gmail.com"
] | [
[
[
1,
7
]
]
] |
b18a230d7d9a8aaa7e89fc515579e20f57e02319 | 43626054205d6048ec98c76db5641ce8e42b8237 | /source/CTempState.h | c8b2ce6d8b9698ab369c4ce7353b302d751f7766 | [] | 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 | 2,591 | h | //////////////////////////////////////////////////////////////////////////
// File Name : "CTempState.h"
//
// Author : Juno Madden (JM)
//
// Purpose : Spike Solution... ish
//////////////////////////////////////////////////////////////////////////
#pragma once
#include "IGameState.h"
#include "CGame.h"... | [
"Juno05@1cfc0206-7002-11de-8585-3f51e31374b7"
] | [
[
[
1,
89
]
]
] |
e925a24f27908e0c0a2b06c3dfe429b185bed808 | d38dd2b4c110cdc21724977a5e7546e32fee80a4 | /trace_ids/options.cpp | 6db600bc1724c866813a4a5a29622ab4c83dfd54 | [] | no_license | arm2arm/mstgraph | ae306f17e216dc5be06f79263a776f7cb9451f92 | b9b8c1af1a56fbfabc9f7ecc34dcb7af23e4fd4e | refs/heads/master | 2020-12-24T19:46:21.823308 | 2010-06-25T13:58:42 | 2010-06-25T13:58:42 | 56,456,768 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,103 | cpp |
#include <boost/program_options/options_description.hpp>
#include <boost/program_options/parsers.hpp>
#include <boost/program_options/variables_map.hpp>
#include <boost/tokenizer.hpp>
#include <boost/token_functions.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/foreach.hpp>
using namespace boost::pr... | [
"arm2arm@06a51f3c-712f-11de-a0a7-fb2681086dbc"
] | [
[
[
1,
143
]
]
] |
1d975305e6d8f1cd998924754da56be554c6bce1 | 215fd760efb591ab13e10c421686fef079d826e1 | /lib/p4api/include/p4/strdict.h | 75cc08e43cbedca1100b964d69990ed79f7d2a72 | [] | no_license | jairbubbles/P4.net | 2021bc884b9940f78e94b950e22c0c4e9ce8edca | 58bbe79b30593134a9306e3e37b0b1aab8135ed0 | refs/heads/master | 2020-12-02T16:21:15.361000 | 2011-02-15T19:28:31 | 2011-02-15T19:28:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,274 | h | /*
* Copyright 1995, 1996 Perforce Software. All rights reserved.
*
* This file is part of Perforce - the FAST SCM System.
*/
/*
* StrDict.h - a set/get dictionary interface
*
* Classes:
*
* StrDict - a GetVar/PutVar dictionary interface
*
* Methods:
*
*/
class Error;
class StrVarNam... | [
"mgardian@gmail.com"
] | [
[
[
1,
91
]
]
] |
77554564ccad872622ec6cbe0ffe60069b411f95 | 57574cc7192ea8564bd630dbc2a1f1c4806e4e69 | /Poker/Servidor/Operacion.cpp | 4adca943c8847e40a510ed0f0fcf93bba350aec9 | [] | no_license | natlehmann/taller-2010-2c-poker | 3c6821faacccd5afa526b36026b2b153a2e471f9 | d07384873b3705d1cd37448a65b04b4105060f19 | refs/heads/master | 2016-09-05T23:43:54.272182 | 2010-11-17T11:48:00 | 2010-11-17T11:48:00 | 32,321,142 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,223 | cpp | #include "Operacion.h"
#include "ContextoJuego.h"
#include "RecursosServidor.h"
#include "PokerException.h"
#include "Respuesta.h"
#include "SincronizadorThreads.h"
Operacion::Operacion(int idCliente) {
this->setIdCliente(idCliente);
}
Operacion::~Operacion() {}
bool Operacion::ejecutar(Socket* socket)... | [
"marianofl85@a9434d28-8610-e991-b0d0-89a272e3a296",
"natlehmann@gmail.com@a9434d28-8610-e991-b0d0-89a272e3a296"
] | [
[
[
1,
1
],
[
7,
7
],
[
11,
12
]
],
[
[
2,
6
],
[
8,
10
],
[
13,
44
]
]
] |
bd09d55f844bdd45686ded4b8a08e00b720e2086 | f4b649f3f48ad288550762f4439fcfffddc08d0e | /eRacer/Source/Graphics/Mesh.cpp | 56ad15aca7d082c29725bdaa92206ed9738d2adb | [] | no_license | Knio/eRacer | 0fa27c8f7d1430952a98ac2896ab8b8ee87116e7 | 65941230b8bed458548a920a6eac84ad23c561b8 | refs/heads/master | 2023-09-01T16:02:58.232341 | 2010-04-26T23:58:20 | 2010-04-26T23:58:20 | 506,897 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,071 | cpp | /**
* @file Mesh.cpp
* @brief Implementation of the Mesh class
*
* @date 07.02.2010
* @author: Ole Rehmsen
*/
#include "Mesh.h"
#include "GraphicsLayer.h"
#include "IO/IO.h"
namespace Graphics {
Mesh::Mesh()
: d3dMesh_(NULL),
materials_(NULL),
textures_(NULL),
initialized(false),
cache... | [
"ole@rehmsen.de",
"theknio@gmail.com",
"had@ucalgary.ca"
] | [
[
[
1,
9
],
[
11,
21
],
[
23,
24
],
[
26,
35
],
[
37,
37
],
[
39,
64
],
[
69,
76
],
[
79,
86
]
],
[
[
10,
10
],
[
65,
... |
1860399e5e55686912ac60a9407172f71ce5136f | 28aa891f07cc2240c771b5fb6130b1f4025ddc84 | /extern/oolua/include/lua_function.h | cbd08cba9f43dc1dc029348a51833e62d459b575 | [
"MIT"
] | permissive | Hincoin/mid-autumn | e7476d8c9826db1cc775028573fc01ab3effa8fe | 5271496fb820f8ab1d613a1c2355504251997fef | refs/heads/master | 2021-01-10T19:17:01.479703 | 2011-12-19T14:32:51 | 2011-12-19T14:32:51 | 34,730,620 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,725 | h | #ifndef LUA_FUNCTION_H_
# define LUA_FUNCTION_H_
///////////////////////////////////////////////////////////////////////////////
/// @file lua_function.h
/// @remarks Warning this file was generated, edits to it will not persist if
/// the file is regenerated.
/// @author Liam Devine
/// @email
/// See... | [
"luozhiyuan@ea6f400c-e855-0410-84ee-31f796524d81"
] | [
[
[
1,
116
]
]
] |
9922db60529941221af034bfc00c4ff6392fe1ab | 8d4f274d6b71556bbc9791568f6cc770957eb4c2 | /azkarpopupdialog.h | 72199448b10e1ffbd6043588a047dc32e28ed70c | [] | no_license | SudaNix/Al-Moazen | 5582ea41b5f129f900e73d1997453069d5b0f694 | 10a358435ae1c3f3af3a3239ba4dea3d5175454c | refs/heads/master | 2020-04-17T23:40:26.216423 | 2009-08-27T22:42:16 | 2009-08-27T22:42:16 | 290,362 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 713 | h | #ifndef AZKARPOPUPDIALOG_H
#define AZKARPOPUPDIALOG_H
#include <QDialog>
#include <phonon/mediaobject.h>
#include <phonon/audiooutput.h>
class QTextEdit;
class AzkarPopupDialog:public QDialog
{
Q_OBJECT
public:
AzkarPopupDialog(QWidget* =0);
~AzkarPopupDialog();
void display();
void displ... | [
"suda.nix@hotmail.com"
] | [
[
[
1,
38
]
]
] |
cb8a393f5c7bd7047f9ce9386bc2fe1dc507f601 | 3699ee70db05a390ce86e64e09e779263510df6f | /branches/Char Server/charserver.h | fb2b02ceede19dc20f9294f684604e9c737c1d69 | [] | no_license | trebor57/osprosedev | 4fbe6616382ccd98e45c8c24034832850054a4fc | 71852cac55df1dbe6e5d6f4264a2a2e6fd3bb506 | refs/heads/master | 2021-01-13T01:50:47.003277 | 2008-05-14T17:48:29 | 2008-05-14T17:48:29 | 32,129,756 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,146 | h | /*
Open Source Rose Online Team - http://osroseon.to.md/
note: the Server is develop with erose source server + eich source
*/
#ifndef __ROSE_SERVERS__
#define __ROSE_SERVERS__
#include <time.h>
#include "../common/sockets.h"
#include "datatypes.h"
#define ClearItem(i) { i.durability=0; i.ite... | [
"remichael@004419b5-314d-0410-88ab-2927961a341b"
] | [
[
[
1,
113
]
]
] |
114ce8f570eb94b15b2a1e5329c2ce8730dd3854 | 4275e8a25c389833c304317bdee5355ed85c7500 | /KylTek/LinkedList.h | 72f502af95eaea0b21ce9aaaa024d561a05c1f7a | [] | no_license | kumorikarasu/KylTek | 482692298ef8ff501fd0846b5f41e9e411afe686 | be6a09d20159d0a320abc4d947d4329f82d379b9 | refs/heads/master | 2021-01-10T07:57:40.134888 | 2010-07-26T12:10:09 | 2010-07-26T12:10:09 | 55,943,006 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,833 | h | #pragma once
#ifndef LINKEDLIST_H_
#define LINKEDLIST_H_
/* - Linked Lists -
- Functions -
Constructor - creates the first node for the system
Destructor - Clears the list (deleting everything inside), then deletes itself
first (void) - returns the first node* in the list
add (object) - Adds a new ... | [
"Sean Stacey@localhost"
] | [
[
[
1,
136
]
]
] |
381caf919f0376d802b9b73ef0b7f3d483e015af | accd6e4daa3fc1103c86d245c784182e31681ea4 | /HappyHunter/Core/TexturePrinter.cpp | 160481a74aa2eb7cdb076f4a275eee375fcaa565 | [] | no_license | linfuqing/zero3d | d87ad6cf97069aea7861332a9ab8fc02b016d286 | cebb12c37fe0c9047fb5b8fd3c50157638764c24 | refs/heads/master | 2016-09-05T19:37:56.213992 | 2011-08-04T01:37:36 | 2011-08-04T01:37:36 | 34,048,942 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,605 | cpp | #include "StdAfx.h"
#include "TexturePrinter.h"
using namespace zerO;
CTexturePrinter::CTexturePrinter(void) :
CResource(RESOURCE_TEXTUREPRINTER),
m_pSavedRenderSurface(NULL),
m_pSavedDepthStencilSurface(NULL),
m_pDepthStencilSurface(NULL),
m_nCurrentTexture(-1)
{
}
CTexturePrinter::~CTexturePrinter(void... | [
"linfuqing@126.com"
] | [
[
[
1,
324
]
]
] |
36c70dc40f43db9087d59467ab1150c6586fecae | 0dba4a3016f3ad5aa22b194137a72efbc92ab19e | /a2e/src/camera.h | 33c3bebb56251dcbc1134bb18f670c9048f3e517 | [] | no_license | BackupTheBerlios/albion2 | 11e89586c3a2d93821b6a0d3332c1a7ef1af6abf | bc3d9ba9cf7b8f7579a58bc190a4abb32b30c716 | refs/heads/master | 2020-12-30T10:23:18.448750 | 2007-01-26T23:58:42 | 2007-01-26T23:58:42 | 39,515,887 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,990 | h | /*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it ... | [
"florian.ziesche@gmail.com"
] | [
[
[
1,
88
]
]
] |
79ed0084d62e54a3ea6514c503d7e01c197b6f71 | 545c50f3a7928e445f74802e9c42a0ac2c8f57c4 | /Orientation.h | bfb6b329b4d6b90021c01b2ba4ce438c39b4d139 | [] | no_license | zcm/WVU-VectorDesign | f0094046988c839df098d669d24d789b871d9d42 | 5fcf9b622db7b10775e6f25faa598791de4909ec | refs/heads/master | 2021-07-09T19:21:05.684565 | 2010-04-23T18:47:23 | 2010-04-23T18:47:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,068 | h | #ifndef VECTOR_ORIENTATION_H
#define VECTOR_ORIENTATION_H
#ifdef WIN32
#include <windows.h>
#endif
//#include <windows.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/freeglut.h>
#include <cv.h>
#include <highgui.h>
#include "Renderable.h"
#include "PixelPadder.h"
#include "ObjectDetector.h"
... | [
"709873+dremelofdeath@users.noreply.github.com",
"ben@580bed88-caa2-44de-b298-61e134d9bb2a"
] | [
[
[
1,
3
],
[
5,
5
],
[
10,
13
],
[
16,
17
],
[
23,
51
],
[
53,
57
],
[
60,
62
],
[
64,
71
]
],
[
[
4,
4
],
[
6,
9
... |
f263bf210108a5762acd538d8b45b175cc46b749 | 8fcfa439a6c1ea4753ace06b87d7d49f55bdd1e6 | /tgeInterpreter.cpp | 461b458fda880f5c20e99bc6c7901ee024a6b70c | [] | no_license | blacksqr/tge-cpp | bb3e0216830ace08d9381d14bd1916994009ba19 | e51f36dcc46790ccadab2f2dcaa0849970b57eb3 | refs/heads/master | 2021-01-10T14:14:34.381325 | 2010-03-22T12:37:36 | 2010-03-22T12:37:36 | 48,471,490 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,653 | cpp | #include "tgeInterpreter.h"
#include "tgeCmd.h"
#include <exception>
// Unnamed namespace
namespace
{
int _unknownCmdProc(
ClientData clientData,
Tcl_Interp *interp,
int objc,
Tcl_Obj *const objv[])
{
tge::String name(Tcl_GetString(objv[1]));
tge::Interpreter* interpreter = static_cast<tge::... | [
"jeffreybian@99f00b9d-c5df-25c8-5ecf-577a790fa8fa"
] | [
[
[
1,
219
]
]
] |
85cdaf4c87626fbd69c59159798dd354b71432ff | d7910157c6f2b58f159ec8dc2634e0acfe6d678e | /qtdemo/letteritem.cpp | 8cba1733521d7f36e08f62083042f11f98d608a6 | [] | no_license | TheProjecter/qtdemo-plugin | 7699b19242aacea9c5b2c741e615e6b1e62c6c11 | 4db5ffe7e8607e01686117820ce1fcafb72eb311 | refs/heads/master | 2021-01-19T06:30:22.017229 | 2010-02-05T06:36:25 | 2010-02-05T06:36:25 | 43,904,026 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,555 | cpp | /****************************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
** $QT_B... | [
"douyongwang@152bb772-114e-11df-9f54-17e475596acb"
] | [
[
[
1,
85
]
]
] |
ee9b423449221ff6e14255b55fe87e68de5029aa | d2af4bec60dd35fc40f4784f378efcf5acd13522 | /Hooking Engine/H2/H2/hookmanager.h | bca273a0cba59d011e78ea6e939e806742c0424b | [] | no_license | sankio/H2Sandboxbackup | 6a07f335ae5e1897ef07bcf564d68850c843d1f6 | bd45cfb47a0c0522c568162641fe7886675a0f39 | refs/heads/master | 2021-01-10T22:06:17.940401 | 2011-06-24T11:57:22 | 2011-06-24T11:57:22 | 1,947,055 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 640 | h | #include <windows.h>
#include "hookedapi.h"
#include <DbgHelp.h>
#include <TlHelp32.h>
#define Hook_Specified_Module 0
#define Hook_All_Module 1
#define GetAddressOfInjectedFunction(cast, x, y) (cast) ( (DWORD_PTR)(x) - (DWORD_PTR)(y))
class HookManager {
MyHookedAPI *MyHookedAPIList;
public:
HookMan... | [
"hi.sankio@gmail.com"
] | [
[
[
1,
20
]
]
] |
78349e8a1639386048e5ee784145b826af472752 | 8795dfb3d7f0561167d4b260d2022becec461728 | /fitnessdatastore.h | ae65f0dcec61ecc75de08da3e8f895f9a956a9d9 | [] | no_license | thesjg/SJGFitness | acf54ea4fb92a34290189d507c9f6ce0bbbf4f3d | a40172c33269072a8fe5f8bdd38374a9ca1f3dc6 | refs/heads/master | 2021-01-23T13:41:36.986013 | 2011-11-02T13:45:34 | 2011-11-02T13:45:34 | 2,694,955 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 257 | h | #ifndef FITNESSDATASTORE_H
#define FITNESSDATASTORE_H
#include <QObject>
class FitnessDataStore : public QObject
{
Q_OBJECT
public:
FitnessDataStore(QObject *parent);
~FitnessDataStore();
private:
};
#endif // FITNESSDATASTORE_H
| [
"sjg@thesjg.com"
] | [
[
[
1,
18
]
]
] |
2be9a32b3cd39c54557e1e39fee252f6ef9302f5 | 545c50f3a7928e445f74802e9c42a0ac2c8f57c4 | /Socket.h | 64aae423ffe4627605b25da20b04c47662cc892c | [] | no_license | zcm/WVU-VectorDesign | f0094046988c839df098d669d24d789b871d9d42 | 5fcf9b622db7b10775e6f25faa598791de4909ec | refs/heads/master | 2021-07-09T19:21:05.684565 | 2010-04-23T18:47:23 | 2010-04-23T18:47:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 894 | h | #ifndef __TP_SOCKET_H__
#define __TP_SOCKET_H__
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1
#endif
#include <WinSock2.h>
#include <Ws2tcpip.h>
#include <WSPiApi.h>
#include <string>
#include "NetworkException.h"
using std::string;
class Socket
{ public:
Socket();
Socket(str... | [
"ben@580bed88-caa2-44de-b298-61e134d9bb2a",
"709873+dremelofdeath@users.noreply.github.com"
] | [
[
[
1,
5
],
[
7,
9
],
[
11,
41
]
],
[
[
6,
6
],
[
10,
10
]
]
] |
f30c02d0988e703af398d658df63277a1caf4f84 | 77d0b0ac21a9afdf667099c3cad0f9bbb483dc25 | /include/about.h | 64aa5b167a5dfbb3724a0dca33a3ecbaf66b1741 | [] | no_license | martinribelotta/oneshot | 21e218bbdfc310bad4a531dcd401ad28625ead75 | 81bde2718b6dac147282cce8a1c945187b0b2ccf | refs/heads/master | 2021-05-27T23:29:43.732068 | 2010-05-24T04:36:10 | 2010-05-24T04:36:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 161 | h | #ifndef ONESHOT_ABOUT_H
#define ONESHOT_ABOUT_H
#include <iglu/twindow.h>
class AboutOneSHOT: public TWindow {
public:
AboutOneSHOT();
};
#endif
| [
"martinribelotta@gmail.com"
] | [
[
[
1,
11
]
]
] |
3a057acfc022ca0a37f954e09b1ff990ec0acf90 | c2abb873c8b352d0ec47757031e4a18b9190556e | /src/vortex-client/ApplicationManager.h | 49f8b8ae27c55d256e176592709f8f95664cd50f | [] | no_license | twktheainur/vortex-ee | 70b89ec097cd1c74cde2b75f556448965d0d345d | 8b8aef42396cbb4c9ce063dd1ab2f44d95e994c6 | refs/heads/master | 2021-01-10T02:26:21.913972 | 2009-01-30T12:53:21 | 2009-01-30T12:53:21 | 44,046,528 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 408 | h | /*
* ChatManager.h
*
* Created on: Nov 22, 2008
* Author: twk
*/
#ifndef APPLICATIONMANAGER_H_
#define APPLICATIONMANAGER_H_
#include "../common/Thread.h"
#include "Application.h"
class Client;
class ApplicationManager: public Thread
{
private:
Application * application;
Client * cli;
... | [
"twk.theainur@37e2baaa-b253-11dd-9381-bf584fb1fa83"
] | [
[
[
1,
25
]
]
] |
33d60245f6d710d20d1181e3341f4ea2ab27e89e | 27bde5e083cf5a32f75de64421ba541b3a23dd29 | /source/Util/Tuner.cpp | d6551d8939ae0213d1bb5cea9fab6c070c9037df | [] | no_license | jbsheblak/fatal-inflation | 229fc6111039aff4fd00bb1609964cf37e4303af | 5d6c0a99e8c4791336cf529ed8ce63911a297a23 | refs/heads/master | 2021-03-12T19:22:31.878561 | 2006-10-20T21:48:17 | 2006-10-20T21:48:17 | 32,184,096 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,433 | cpp | //---------------------------------------------------
// Name: Game : Tuner
// Desc: allows for tuning of variables
// Author: John Sheblak
// Contact: jbsheblak@mail.utexas.edu
//---------------------------------------------------
#include "Tuner.h"
#include "../FileIO.h"
namespace Game
{
bool Tuner::L... | [
"jbsheblak@5660b91f-811d-0410-8070-91869aa11e15"
] | [
[
[
1,
119
]
]
] |
f7e20ceab3b352e3ba051afcecf7819d9506abaf | b2d46af9c6152323ce240374afc998c1574db71f | /cursovideojuegos/theflostiproject/3rdParty/boost/libs/spirit/fusion/test/tuple_iterator_tests.cpp | b52b37e48e26a52237943794a077c5f10ebbddf1 | [
"BSL-1.0"
] | permissive | bugbit/cipsaoscar | 601b4da0f0a647e71717ed35ee5c2f2d63c8a0f4 | 52aa8b4b67d48f59e46cb43527480f8b3552e96d | refs/heads/master | 2021-01-10T21:31:18.653163 | 2011-09-28T16:39:12 | 2011-09-28T16:39:12 | 33,032,640 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,973 | cpp | /*=============================================================================
Copyright (c) 2001-2003 Joel de Guzman
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
... | [
"ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a"
] | [
[
[
1,
212
]
]
] |
4f05dc7bc7c553ef027696ba1e17bcab4dafe484 | 26b6f15c144c2f7a26ab415c3997597fa98ba30a | /sdp/src/PhoneField.cpp | a5449dac8f75461d9397552f7ec21a07d64065b2 | [] | no_license | wangscript007/rtspsdk | fb0b52e63ad1671e8b2ded1d8f10ef6c3c63fddf | f5b095f0491e5823f50a83352945acb88f0b8aa0 | refs/heads/master | 2022-03-09T09:25:23.988183 | 2008-12-27T17:23:31 | 2008-12-27T17:23:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,927 | cpp | /*****************************************************************************
// SDP Parser Classes
//
// Phone Field Class
//
// revision of last commit:
// $Rev$
// author of last commit:
// $Author$
// date of last commit:
// $Date$
//
// created by Argenet {argenet@sibears.org}
//
// Permission is... | [
"6170263+argenet@users.noreply.github.com",
"2056724+snejink@users.noreply.github.com"
] | [
[
[
1,
84
]
],
[
[
85,
85
]
]
] |
e8b090659885e8765f9d203e180a8965130c79dc | b5ab57edece8c14a67cc98e745c7d51449defcff | /Captain's Log/MainGame/Source/Managers/CCamera.cpp | c81138a2448e16500b7f2d727462cb203e4d99b7 | [] | no_license | tabu34/tht-captainslog | c648c6515424a6fcdb628320bc28fc7e5f23baba | 72d72a45e7ea44bdb8c1ffc5c960a0a3845557a2 | refs/heads/master | 2020-05-30T15:09:24.514919 | 2010-07-30T17:05:11 | 2010-07-30T17:05:11 | 32,187,254 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 535 | cpp | #include "precompiled_header.h"
#include "CCamera.h"
CCamera::CCamera()
{
m_fX = 0;
m_fY = 0;
m_VelX = 0;
m_VelY = 0;
}
RECT CCamera::GetCollisionRect()
{
RECT output;
output.left = (int)m_fX;
output.top = (int)m_fY;
output.right = output.left + CGame::GetInstance()->GetScreenWidth();
output... | [
"notserp007@34577012-8437-c882-6fb8-056151eb068d",
"dpmakin@34577012-8437-c882-6fb8-056151eb068d"
] | [
[
[
1,
3
],
[
12,
19
]
],
[
[
4,
11
],
[
20,
26
]
]
] |
7c649bc981bc7e50ec73abc6c291093a285c13a3 | 8fa4334746f35b9103750bb23ec2b8d38e93cbe9 | /coding/qt/forum/forum/const.cpp | 4cb973cd6dda8aba249488a835787ab1fb23ece5 | [] | no_license | zhzengj/testrepo | 620b22b2cf1e8ff10274a9d0c6491816cecaec3b | daf8bd55fd347220f07bfd7d15b02b01a516479b | refs/heads/master | 2016-09-11T00:50:57.846600 | 2011-10-16T07:59:48 | 2011-10-16T07:59:48 | 2,365,453 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 797 | cpp | /********************************************************************
created: 13:6:2011 21:18
file base: const.cpp
author: zhzengj
*********************************************************************/
#include "stdafx.h"
#include "const.h"
namespace ZJ
{
const wchar_t * XmlAccountId = L"account... | [
"zhzengj@gmail.com"
] | [
[
[
1,
35
]
]
] |
c3b3c763eb0be3071b4d1d984ce017568fdf591b | 842997c28ef03f8deb3422d0bb123c707732a252 | /src/uslsext/USInterpolate.cpp | 2795e1e8bf57f8ad15cf18936d5881621d5b3195 | [] | no_license | bjorn/moai-beta | e31f600a3456c20fba683b8e39b11804ac88d202 | 2f06a454d4d94939dc3937367208222735dd164f | refs/heads/master | 2021-01-17T11:46:46.018377 | 2011-06-10T07:33:55 | 2011-06-10T07:33:55 | 1,837,561 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,236 | cpp | // Copyright (c) 2010-2011 Zipline Games, Inc. All Rights Reserved.
// http://getmoai.com
#include "pch.h"
#include <math.h>
#include <uslsext/USTrig.h>
#include <uslsext/USInterpolate.h>
//================================================================//
// USInterpolate
//================================... | [
"josh@ziplinegames.com",
"Patrick@agile.(none)"
] | [
[
[
1,
16
],
[
80,
86
],
[
89,
89
],
[
92,
93
],
[
95,
106
]
],
[
[
17,
79
],
[
87,
88
],
[
90,
91
],
[
94,
94
]
]
] |
34b68fbc012ec3f5848448f286cf79ccc7589420 | 95afbe3ce494b70bb76232bae55c002532902abd | /fr/recognition/recognizer/eigenfacerecognizer.h | 8ac9ad8625bb2122588b0aff5070faf7eaf9b700 | [] | no_license | bergmansj/sparks | fd701ddc6d863cfb774d6e4a202950e71724067e | 25e040edef405f49e86c12983d41c4f54f953e40 | refs/heads/master | 2016-09-06T09:40:43.940984 | 2011-07-29T16:37:39 | 2011-07-29T16:37:39 | 2,078,013 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,869 | h | #ifndef COGNITION_RECOGNIZER_EIGENFACERECOGNIZER_H
#define COGNITION_RECOGNIZER_EIGENFACERECOGNIZER_H
// Implementation based on http://code.google.com/p/visual-control/
// License is unknown, but open-source.
//Implementation based on http://www.cognotics.com/opencv/servo_2007_series/part_5/index.html
//by Ro... | [
"jeroen.bergmans@tno.nl"
] | [
[
[
1,
109
]
]
] |
cf87f0f711ed4f12323af66bb494b663ec28227e | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/mpl/test/list.cpp | 8bb36b85cbade866b6b01224cdab83fef5463860 | [
"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,880 | cpp |
// Copyright Aleksey Gurtovoy 2000-2004
//
// 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/mpl for documentation.
// $Source: /cvsroot/boost/boost/libs/mpl/test/li... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
68
]
]
] |
79b4eec26c63e42b703c76a0451ac95f23cefb16 | 41371839eaa16ada179d580f7b2c1878600b718e | /UVa/Volume I/00104.cpp | bb7bee7f9de8c4e309cacd58b54df22532960a30 | [] | no_license | marinvhs/SMAS | 5481aecaaea859d123077417c9ee9f90e36cc721 | 2241dc612a653a885cf9c1565d3ca2010a6201b0 | refs/heads/master | 2021-01-22T16:31:03.431389 | 2009-10-01T02:33:01 | 2009-10-01T02:33:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,112 | cpp | /////////////////////////////////
// 00104 - Arbitrage
/////////////////////////////////
#include<cstdio>
#include<cstring>
unsigned int curr;
double t[20][20][21], temp;
char found, i, j, k, p[20][20][21], w;
bool sm = 0;
const char *NASE = "no arbitrage sequence exists";
void trace(char x, char y, char l){
if(l) t... | [
"mistermarin@gmail.com"
] | [
[
[
1,
47
]
]
] |
eef7524893f0c116141b08ae1c2c00a8ceae0d0b | 36bf908bb8423598bda91bd63c4bcbc02db67a9d | /Include/CProgressBar.h | eae76287e878c96762f755a5a8bd95bb36d02e4f | [] | no_license | code4bones/crawlpaper | edbae18a8b099814a1eed5453607a2d66142b496 | f218be1947a9791b2438b438362bc66c0a505f99 | refs/heads/master | 2021-01-10T13:11:23.176481 | 2011-04-14T11:04:17 | 2011-04-14T11:04:17 | 44,686,513 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,712 | h | /*
CProgressBar.h
Classe base per il controllo a progresso (SDK).
Luca Piergentili, 24/08/00
lpiergentili@yahoo.com
*/
#ifndef _CPROGRESSBAR_H
#define _CPROGRESSBAR_H 1
#include "window.h"
class CProgressBar
{
public:
CProgressBar()
{
m_hWnd = (HWND)NULL;
m_nMin = m_nMax = 0;
}
virtua... | [
"luca.pierge@gmail.com"
] | [
[
[
1,
98
]
]
] |
bf0c4de4f28263dbf3f28fca58f4bd96719ba064 | 27d5670a7739a866c3ad97a71c0fc9334f6875f2 | /CPP/Targets/WayFinder/symbian-r6/PedestrianPositionControl.cpp | a56cd47f2d7c34c68d9ec7fb5f0c18fa64dec0bc | [
"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 | 5,202 | cpp | /*
Copyright (c) 1999 - 2010, Vodafone Group Services Ltd
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of ... | [
"hlars@sema-ovpn-morpheus.itinerary.com"
] | [
[
[
1,
129
]
]
] |
f7242e718936e03522046c8db92873076c833b2b | 5f48a255bae33b09fdc35c56a09c175534f79ac0 | /CommandPlugin/CommandPlugin.cpp | a0885ddce47f44fda4df6bff9c8c97746f458168 | [] | no_license | reyoung/SimpleCppPluginSystem | 5f8e0a12f223ca29088585b8817259aa96d66944 | 357ffbb7a9d3efc98b09b42a47d687451a2d3bb6 | refs/heads/master | 2016-09-06T01:26:20.412191 | 2011-07-02T14:20:33 | 2011-07-02T14:20:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 933 | cpp | #include "CommandPlugin.h"
#include <iostream>
#include "CommandPool.h"
using namespace std;
CommandPlugin::CommandPlugin(void)
{
}
CommandPlugin::~CommandPlugin(void)
{
}
bool CommandPlugin::initialize( int argc,char** argv )
{
m_file = "Command.xml";
return true;
}
void CommandPlugin::invoke( s... | [
"reyoung@126.com"
] | [
[
[
1,
43
]
]
] |
eec8a528b29f71732cfef9fa1ce1b69585c71e3e | 5ac13fa1746046451f1989b5b8734f40d6445322 | /minimangalore/Nebula2/code/nebula2/src/character/ncharskinrenderer.cc | 5af60ad3f4e65a363b3a381d8da3e70ad175a25c | [] | no_license | moltenguy1/minimangalore | 9f2edf7901e7392490cc22486a7cf13c1790008d | 4d849672a6f25d8e441245d374b6bde4b59cbd48 | refs/heads/master | 2020-04-23T08:57:16.492734 | 2009-08-01T09:13:33 | 2009-08-01T09:13:33 | 35,933,330 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,497 | cc | //------------------------------------------------------------------------------
// ncharskinrenderer.cc
// (C) 2003 RadonLabs GmbH
//------------------------------------------------------------------------------
#include "character/ncharskinrenderer.h"
#include "gfx2/nshader2.h"
//---------------------------... | [
"BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
114
]
]
] |
011623929ad5c2b7b00c0281f4b04cae3acb3029 | b84a38aad619acf34c22ed6e6caa0f7b00ebfa0a | /Code/TootleCamera/TCameraManager.cpp | 8340eed6333594110a1c2b2dcbe18be68eff97b5 | [] | 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 | 2,455 | cpp | /*
* TCameraManager.cpp
* TootleCamera
*
* Created by Duane Bradbury on 27/01/2010.
* Copyright 2010 Tootle. All rights reserved.
*
*/
#include "TCameraManager.h"
#include "TLCamera.h"
#include <TootleAsset/TLAsset.h>
namespace TLCamera
{
TPtr<TCameraManager> g_pCameraManager = NULL; ... | [
"dibely@hotmail.com"
] | [
[
[
1,
118
]
]
] |
34da3bb7d3cb3615536af41d20636a9184b4ed70 | 001a97b7d4dba30c022f7fe118161f69fa8bed24 | /Launchy_VC7/src/SkinChooser.h | 964989b3c436f0c143949a837c22e578b9bad926 | [] | no_license | svn2github/Launchy | 8d8e56727a9a1df600a42f349cbca3d51840c943 | 601356dbb4e9cdda87605cfff049b315a70b438f | refs/heads/master | 2023-09-03T11:37:28.828055 | 2010-11-10T01:14:44 | 2010-11-10T01:14:44 | 98,788,809 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,315 | h | /*
Launchy: Application Launcher
Copyright (C) 2005 Josh Karlin
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This... | [
"karlinjf@a198a55a-610f-0410-8134-935da841aa8c"
] | [
[
[
1,
49
]
]
] |
4593e1ddc0094242f9832e22da55531848b9086a | 3b2322c1adf5e6166259540e767ec67df0887c17 | /finite-state-machine/src/Player.cpp | 23b02fbe09883bae3d4421897386fe52a5a1a0fe | [] | no_license | aruwen/various-stefan-ebner | 750aac6e546ddb3e571ac468ecc26087843817d3 | 49eac46ed3a01131d711ea6feca77c32accb4733 | refs/heads/master | 2021-01-20T00:42:40.803881 | 2011-03-13T14:08:22 | 2011-03-13T14:08:22 | 32,136,593 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 736 | cpp | #include "Player.h"
const float Player::maxSpeed = 5.0;
Player::Player(float xPosition, float yPosition):
mPressedUp(false),
mPressedDown(false),
mPressedLeft(false),
mPressedRight(false)
{
mPosition = ofPoint(xPosition,yPosition,0.0);
mSpeed = ofPoint(0.0,0.0,0.0);
}
Player::~Player(void)
{
... | [
"nightwolve@bb536436-bb54-8cee-38f9-046b9e77f541"
] | [
[
[
1,
35
]
]
] |
6589bbc3d5b43817088c2a2836c35cac7a4d409f | ac342d97dda23af771da4f257a12a2910aed8987 | /ftp.h | 2a5e47e4d5160bd620ef7962643077a877b2e8a3 | [] | no_license | kitech/mwget | 41cfb180c67d22fe3abe67a8c1ecfb2d71d762a4 | c7aafefd4061f70ec565778b313732792a276fc0 | refs/heads/master | 2020-05-28T13:23:32.333877 | 2011-11-16T03:32:21 | 2011-11-16T03:32:21 | 2,785,265 | 8 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 1,238 | h |
#ifndef FTP_H
#define FTP_H
#include "ksocket.h"
#include "headers.h"
#include "url.h"
#include "retrieve.h"
class FtpRetreiver : public Retriever
{
public:
FtpRetreiver ( int ts , const char * url ) ;
~FtpRetreiver ( ) ;
KSocket * GetDataSocket();
bool TaskValid( long bsize = 0 ) ;
boo... | [
"liuguangzhao@users.sf.net"
] | [
[
[
1,
66
]
]
] |
c257209e2776d5c69f5fce5b25e661a09322b158 | b2fa537cef03244de283e231932f22ee41aec051 | /src/agg/agg_scanline_storage_aa.h | b2d8cbfe75eb9fa5df4835f760c8ebfa79cf968c | [] | no_license | rebolsource/r3-hostkit | 2e0037119cde8a161e2f7994fd3842cc3891e9d5 | f331c6a46947e6e5afedc90f3d375bcd3f7ad8a1 | refs/heads/master | 2021-01-10T18:34:50.420402 | 2010-09-09T18:38:59 | 2010-09-10T11:59:58 | 813,301 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27,056 | h | //----------------------------------------------------------------------------
// Anti-Grain Geometry - Version 2.3
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
//
// Permission to copy, use, modify, sell and distribute this software
// is granted provided this copyright notice appears i... | [
"a@bolka.at"
] | [
[
[
1,
814
]
]
] |
120563465537a2bb101c1a22407678a002d2a807 | b14d5833a79518a40d302e5eb40ed5da193cf1b2 | /cpp/extern/xercesc++/2.6.0/src/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.cpp | 861f372ab2276209ac3f84b30b9d2e9cdbc5cc0c | [
"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 | 4,499 | cpp | /*
* Copyright 2001,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless re... | [
"aburke@bitflood.org"
] | [
[
[
1,
127
]
]
] |
134fb5db2139e71009db604f1ec1391ca2de9eb8 | 48d325e5c8648382c8f790a5e8762b36ffd7c45a | /qtshoot/taskmanager.cpp | a4fe9d77f6d814ed98b268ddd37b8633a50dafc0 | [] | no_license | tomozh/qtshoot | 46184f4bf7ad9e36f4a358b862ec17e415a0ece0 | 332aaedc89c398cc9f79c908c77bd2dd6978ec44 | refs/heads/master | 2020-07-07T10:59:31.554012 | 2011-12-09T18:04:09 | 2011-12-09T18:04:09 | 2,948,875 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,299 | cpp | #include <typeinfo>
#include "taskchara.h"
#include "taskmanager.h"
TaskManager::TaskManager()
: m_myShipPos(0, 0)
{
}
TaskManager::~TaskManager()
{
foreach(Task* task, m_task)
delete task;
m_task.clear();
m_enemyTask.clear();
}
void TaskManager::addTask(Task* task)
{
... | [
"tomozh@gmail.com",
"tomo@aspire.(none)"
] | [
[
[
1,
1
]
],
[
[
2,
111
]
]
] |
e1621f54287a0bbbe5067624b3dde843815e3a4e | c2153dcfa8bcf5b6d7f187e5a337b904ad9f91ac | /depends/ClanLib/src/Core/Text/string16.cpp | 60d638e1b96161829017f4cedc04ca9f3b8ba323 | [] | no_license | ptrefall/smn6200fluidmechanics | 841541a26023f72aa53d214fe4787ed7f5db88e1 | 77e5f919982116a6cdee59f58ca929313dfbb3f7 | refs/heads/master | 2020-08-09T17:03:59.726027 | 2011-01-13T22:39:03 | 2011-01-13T22:39:03 | 32,448,422 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,731 | cpp | /*
** ClanLib SDK
** Copyright (c) 1997-2010 The ClanLib Team
**
** This software is provided 'as-is', without any express or implied
** warranty. In no event will the authors be held liable for any damages
** arising from the use of this software.
**
** Permission is granted to anyone to use this softwa... | [
"PTrefall@gmail.com@c628178a-a759-096a-d0f3-7c7507b30227"
] | [
[
[
1,
566
]
]
] |
5a318c78bf2d0c0724731b4937e9777cb65f5fc6 | 5ac13fa1746046451f1989b5b8734f40d6445322 | /minimangalore/Nebula2/code/mangalore/physics/materialtable.cc | a29b3eb4436bfc964b683d1eeafcc70c50ff62c5 | [] | no_license | moltenguy1/minimangalore | 9f2edf7901e7392490cc22486a7cf13c1790008d | 4d849672a6f25d8e441245d374b6bde4b59cbd48 | refs/heads/master | 2020-04-23T08:57:16.492734 | 2009-08-01T09:13:33 | 2009-08-01T09:13:33 | 35,933,330 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,617 | cc | //------------------------------------------------------------------------------
// physics/materialtable.cc
// (C) 2003 RadonLabs GmbH
//------------------------------------------------------------------------------
#include "physics/materialtable.h"
#include "xml/nxmlspreadsheet.h"
namespace Physics
{
int... | [
"BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
200
]
]
] |
f6c790cb6aaa28266e6bfbd555f4a1afb380fb86 | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/Samples/AIAD/Character.cpp | 2546a25407d676899906f1cdafe6012f13f52745 | [] | 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 | 50,624 | cpp | /*
---------------------------------------------------------------------------
This source file is part of nGENE Tech.
Copyright (c) 2006- Wojciech Toman
This program is free software.
File: Character.cpp
Version: 0.01
---------------------------------------------------------------------------
*/
#inc... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
1667
]
]
] |
a0c002cd0d3339f36f84f60da825b6900ca79f00 | 4be39d7d266a00f543cf89bcf5af111344783205 | /PortableFileSystemWatcher/PortableFileSystemWatcher/Win32ApiWrapper.hpp | 7f75a57fa28212df9959a6999891aa6efa3601b9 | [] | no_license | nkzxw/lastigen-haustiere | 6316bb56b9c065a52d7c7edb26131633423b162a | bdf6219725176ae811c1063dd2b79c2d51b4bb6a | refs/heads/master | 2021-01-10T05:42:05.591510 | 2011-02-03T14:59:11 | 2011-02-03T14:59:11 | 47,530,529 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,166 | hpp | #ifndef Win32ApiWrapper_h__
#define Win32ApiWrapper_h__
#include <string>
#include "windows.h"
namespace Win32ApiWrapper
{
//WINBASEAPI BOOL WINAPI CreateDirectoryA(__in LPCSTR lpPathName, /*__in_opt*/ LPSECURITY_ATTRIBUTES lpSecurityAttributes );
int CreateDirectory ( const std::string& pathName, ... | [
"fpelliccioni@c29dda52-a065-11de-a33f-1de61d9b9616"
] | [
[
[
1,
39
]
]
] |
f8d084483746a7a39be02fe585c3dad477d5e6c4 | 188058ec6dbe8b1a74bf584ecfa7843be560d2e5 | /FLVGServer/VODFilesFormView.h | f1cea90785255273c0a458f306413342b88ad368 | [] | 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 | 2,322 | h | #if !defined(AFX_VODFILESFORMVIEW_H__82772901_DB8C_4C59_8A30_8BADBDCD49B6__INCLUDED_)
#define AFX_VODFILESFORMVIEW_H__82772901_DB8C_4C59_8A30_8BADBDCD49B6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// VODFilesFormView.h : header file
//
/////////////////////////////////////////////... | [
"soaris@46205fef-a337-0410-8429-7db05d171fc8"
] | [
[
[
1,
86
]
]
] |
1f866cb3f8bc3f8487a8978615bc7494c1e4fd4d | 57574cc7192ea8564bd630dbc2a1f1c4806e4e69 | /Poker/Comun/DomTreeFactory.cpp | 2b26460a259a0165ab1fcc8132bd95e7aeb8c72d | [] | no_license | natlehmann/taller-2010-2c-poker | 3c6821faacccd5afa526b36026b2b153a2e471f9 | d07384873b3705d1cd37448a65b04b4105060f19 | refs/heads/master | 2016-09-05T23:43:54.272182 | 2010-11-17T11:48:00 | 2010-11-17T11:48:00 | 32,321,142 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,940 | cpp |
#include "DomTreeFactory.h"
#include "DomTree.h"
#include "Elemento.h"
#include "ArrayUtil.h"
#include "MensajesUtil.h"
#include "ParserException.h"
#include "DomTreeFactoryInstance.h"
#include "RecursosAplicacion.h"
#include "Properties.h"
// Inicializacion de Miembros estaticos
map<string, DomTreeFact... | [
"natlehmann@a9434d28-8610-e991-b0d0-89a272e3a296",
"natlehmann@gmail.com@a9434d28-8610-e991-b0d0-89a272e3a296"
] | [
[
[
1,
7
],
[
19,
23
],
[
51,
52
],
[
54,
54
],
[
58,
58
],
[
60,
60
],
[
62,
62
],
[
66,
66
],
[
69,
69
],
[
72,
72
... |
82429dc568bcd5960ad7f5be7aa1e98b03591040 | 7985054c887810f37345f6508f1a7d4fdc65b81b | /Development/Core/ObjectMgr.h | ac08f8e432d7749f1b77ec6e791da9c2bea68b9e | [] | no_license | ghostuser846/venicelight | 95e625a8e9cb8dd3d357318c931ee9247420c28d | cdc5dfac8fbaa82d3d5eeb7d21a64c3e206b7ee2 | refs/heads/master | 2021-01-01T06:44:51.163612 | 2009-06-01T02:09:27 | 2009-06-01T02:09:27 | 37,787,439 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,188 | h | /*
* Copyright (C) 2005-2008 SREmu <http://www.sremu.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version... | [
"dayanfernandez@c3741f72-2d1a-11de-9401-6341fb89ae7c"
] | [
[
[
1,
41
]
]
] |
7b980b2e55199041b8b311101a87c7e19fd11f73 | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /Game/ServerApp/SelectConfigDlg.h | 550146abc64a2c9ccad75f8090cbcee7ca24635b | [] | 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,530 | h | #if !defined(AFX_SELECTCONFIGDLG_H__F3DCDFB1_C80A_41BE_AD06_F1577BE6E79B__INCLUDED_)
#define AFX_SELECTCONFIGDLG_H__F3DCDFB1_C80A_41BE_AD06_F1577BE6E79B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SelectConfigDlg.h : header file
//
#include "Resource.h"
///////////////////////... | [
"vytautasrask@gmail.com"
] | [
[
[
1,
58
]
]
] |
b6910cf477b35639ed25871090629b7b908fc9f3 | 2fb8c63d1ee7108c00bc9af656cd6ecf7174ae1b | /src/comp/lzham_null_threading.h | 28a201d476fa1e84197782b46a49df2780bfeb9e | [
"MIT"
] | permissive | raedwulf/liblzham | 542aca151a21837c14666f1d16957e61ba9c095d | 01ce0ec2d78f4fda767122baa02ba612ed966440 | refs/heads/master | 2021-01-10T19:58:22.981658 | 2011-08-24T11:55:26 | 2011-08-24T11:55:26 | 2,227,012 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,556 | h | // File: lzham_task_pool_null.h
// See Copyright Notice and license at the end of include/lzham.h
#pragma once
namespace lzham
{
class semaphore
{
LZHAM_NO_COPY_OR_ASSIGNMENT_OP(semaphore);
public:
inline semaphore(long initialCount = 0, long maximumCount = 1, const char* pName = NULL)... | [
"tcmreastwood@gmail.com"
] | [
[
[
1,
92
]
]
] |
e47a98495ed9a825daa0d1544c267cca12764016 | 8534420818cbc7db514760f820b5bd4614289a63 | /wxSphinxCommonFactory/wxFolderFactory.cpp | 723552328de266a49d7848706740514deb80add0 | [] | no_license | BishopGIS/wxsphinx | b0a9dc4ba77d6d61f1a34e9cb8ad11298d6ed3ca | 16a825fa6993dc310e60c10e7e40d7948edc38bb | refs/heads/master | 2020-05-18T10:40:37.840592 | 2010-01-08T19:08:57 | 2010-01-08T19:08:57 | 32,631,398 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,913 | cpp | /******************************************************************************
* Project: Sphinx Search local file system index utility
* Purpose: wxFolderFactory class.
* Author: Bishop (aka Barishnikov Dmitriy), polimax@mail.ru
******************************************************************************
* ... | [
"bishop.gis@dbcdddfc-c008-11de-ac5a-05e7513655e2"
] | [
[
[
1,
53
]
]
] |
0ebfc9ffa1eb918db48b2b5baee986239f7823d4 | e743f7cb85ebc6710784a39e2941e277bd359508 | /directmidi/CInstrument.cpp | 1bb3e5ff7c763f5e2a8e5b100bb66cc115a1e440 | [] | no_license | aidinabedi/directmidi4unity | 8c982802de97855fcdaab36709c6b1c8eb0b2e52 | 8c3e33e7b44c3fe248e0718e4b8f9e2260d9cd8f | refs/heads/master | 2021-01-20T15:30:16.131068 | 2009-12-03T08:37:36 | 2009-12-03T08:37:36 | 90,773,445 | 1 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 4,838 | cpp | /*
____ _ ____ _____ _____ ______ __ __ _ ____ _
| _ \ | || _ \| __// __//_ _/ | \/ || || _ \ | |
| |_| || || |> /| _| | <__ | | | |\/| || || |_| || |
|____/ |_||_|\_\|____\\____/ |_| |_| |_||_||____/ |_|
////////////////////////////////////////////////////////////////////////
... | [
"aidinabedi@gmail.com"
] | [
[
[
1,
171
]
]
] |
e626b8f7377fb066bde544a5a3f0fd575fdad027 | 97f1be9ac088e1c9d3fd73d76c63fc2c4e28749a | /3dc/win95/ANIMCHNK.HPP | 37d72a23874db9ef7fbb7199ea9362b3309e0347 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | SR-dude/AvP-Wine | 2875f7fd6b7914d03d7f58e8f0ec4793f971ad23 | 41a9c69a45aacc2c345570ba0e37ec3dc89f4efa | refs/heads/master | 2021-01-23T02:54:33.593334 | 2011-09-17T11:10:07 | 2011-09-17T11:10:07 | 2,375,686 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,664 | hpp | #ifndef _animchnk_hpp
#define _animchnk_hpp
#include "chunk.hpp"
#include "Chnktype.hpp"
struct TEXANIM;
class Animation_Chunk : public Chunk
{
public :
Animation_Chunk(Chunk_With_Children* parent,const char*,size_t);
Animation_Chunk(Chunk_With_Children* parent);
~Animation_Chunk();
virtual BOOL... | [
"a_jagers@ANTHONYJ.(none)"
] | [
[
[
1,
88
]
]
] |
7a37969495d951a7ed7ea0ec7695b55d611e065e | b2b5c3694476d1631322a340c6ad9e5a9ec43688 | /Baluchon/FrameBox.cpp | ddbf94188c32774537224948d26079fc0f71a149 | [] | no_license | jpmn/rough-albatross | 3c456ea23158e749b029b2112b2f82a7a5d1fb2b | eb2951062f6c954814f064a28ad7c7a4e7cc35b0 | refs/heads/master | 2016-09-05T12:18:01.227974 | 2010-12-19T08:03:25 | 2010-12-19T08:03:25 | 32,195,707 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,284 | cpp | #include "FrameBox.h"
#include "RectangularFacet.h"
#include "MathUtility.h"
using namespace baluchon::utilities;
namespace baluchon { namespace core { namespace services { namespace positioning {
FrameBox::FrameBox(BoxPrism* box, CvScalar color) {
mColor = color;
RectangularFacet* fFront = box->g... | [
"jpmorin196@bd4f47a5-da4e-a94a-6a47-2669d62bc1a5"
] | [
[
[
1,
90
]
]
] |
fd2458ff1023fe1f75c6e38e09a8db8f8f5c9b80 | 23052e5d5bff5c1237d102a12a6b4a8591c79974 | /sim.h | c2b88f0a9278d7cad0c46adddff857e9ca84be7a | [] | no_license | PoRTiLo/ims | c7ad0df4f193cbc8bc5509cdf23d13e4694cb4b9 | a4c02efd31fb258dad089e0f95b2752fef6dd73c | refs/heads/master | 2020-05-17T03:14:46.679835 | 2009-12-18T00:02:14 | 2009-12-18T00:02:14 | 335,484 | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 12,331 | h | /*
* --------------IMS-----------------
*
* Project: Implementace diskr. simulรกtoru zaloลพenรฉho na ลรญzenรญ UDรLOSTMI (opak procesnฤ orientovanรฉho pลรญstupu)
* File: sim.h
* Author: Jaroslav Sendler, xsendl00, xsendl00@stud.fit.vutr.cz
* Duลกan Kovaฤiฤ, xkovac21, xkovac21@stud.fit.vutbr.cz
*
... | [
"portilo@seznam.cz"
] | [
[
[
1,
209
]
]
] |
7dbd876e79b5d21698f3039a3a3b07f9316f2535 | ce262ae496ab3eeebfcbb337da86d34eb689c07b | /SEApplications/SE_DX10_Application/SEDX10Application/SEConsoleApplication.h | 5e4fe87da4c08c60dd02ba655cb1b3e005b3222d | [] | no_license | pizibing/swingengine | d8d9208c00ec2944817e1aab51287a3c38103bea | e7109d7b3e28c4421c173712eaf872771550669e | refs/heads/master | 2021-01-16T18:29:10.689858 | 2011-06-23T04:27:46 | 2011-06-23T04:27:46 | 33,969,301 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,675 | h | // Swing Engine Version 1 Source Code
// Most of techniques in the engine are mainly based on David Eberly's
// Wild Magic 4 open-source code.The author of Swing Engine learned a lot
// from Eberly's experience of architecture and algorithm.
// Several sub-systems are totally new,and others are re-implimented or
... | [
"hide106@163.com@876e9856-8d94-11de-b760-4d83c623b0ac"
] | [
[
[
1,
50
]
]
] |
5ec5ecfffbf6eedb8704785b33e95c52aff0460f | 6fd162d2cade2db745e68f11d7e9722a3855f033 | /Include/S3UT/S3UTmesh.h | 70a72dae53ea7c2a177b0574b33ce50a22afd928 | [] | 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 | 4,353 | h | //----------------------------------------------------------------------------------
// File: S3UTMesh.h
// Author: Baoguang Yang
//
// Copyright (c) 2009 S3Graphics Corporation. All rights reserved.
//
// Contains code manipulating various kinds of meshes, including .x, .sdkmesh
//
//----------------------... | [
"yang.nick.baoguang@gmail.com"
] | [
[
[
1,
128
]
]
] |
069d69e5a4c55ce0d83171701253e78a775bfa3b | 1e976ee65d326c2d9ed11c3235a9f4e2693557cf | /InfoPane.cpp | c9139b4d53d282eb59628b09d4c8251234934dcc | [] | no_license | outcast1000/Jaangle | 062c7d8d06e058186cb65bdade68a2ad8d5e7e65 | 18feb537068f1f3be6ecaa8a4b663b917c429e3d | refs/heads/master | 2020-04-08T20:04:56.875651 | 2010-12-25T10:44:38 | 2010-12-25T10:44:38 | 19,334,292 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,319 | cpp | ๏ปฟ// /*
// *
// * Copyright (C) 2003-2010 Alexandros Economou
// *
// * This file is part of Jaangle (http://www.jaangle.com)
// *
// * This Program is free software; you can redistribute it and/or modify
// * it under the terms of the GNU General Public License as published by
// * the Free Software Found... | [
"outcast1000@dc1b949e-fa36-4f9e-8e5c-de004ec35678"
] | [
[
[
1,
502
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.