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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
351614b100d056d79337a56232ec3489e85986c5 | 508bfb3220be28811600a2cbf0aabae382f78775 | /AcademicCrawler-sdk/Qt/Qt-4.6.2/include/Qt/qaudioformat.h | 00a8a964ca0bafd20cd8c9ef2a2a03eeeb1cc7d8 | [] | no_license | darkbtf/academic-crawler | 295f3bd74b18e700402bc2be59f15694d6195471 | 5dfcb0f1b88b93aa7545ef233344a41570011532 | refs/heads/master | 2021-01-01T19:21:00.162442 | 2011-03-10T16:29:25 | 2011-03-10T16:29:25 | 42,468,175 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,363 | h | /****************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the QtMultimedia module of the Qt Toolkit.
**
** $QT_BEGIN_LI... | [
"ulmonkey1987@7c5ce3f8-edad-37de-be84-b98c484540b5"
] | [
[
[
1,
103
]
]
] |
5ba93286253401083ed1914c358d863180898ba0 | 55196303f36aa20da255031a8f115b6af83e7d11 | /private/external/gameswf/base/tu_timer.h | 819efe8a4740c8a228a77478cb75f0215b2cd717 | [] | no_license | Heartbroken/bikini | 3f5447647d39587ffe15a7ae5badab3300d2a2ff | fe74f51a3a5d281c671d303632ff38be84d23dd7 | refs/heads/master | 2021-01-10T19:48:40.851837 | 2010-05-25T19:58:52 | 2010-05-25T19:58:52 | 37,190,932 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,340 | h | // tu_timer.h -- by Thatcher Ulrich <tu@tulrich.com>
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
// Utility/profiling timer.
#ifndef TU_TIMER_H
#define TU_TIMER_H
#include "base/tu_types.h"
namespace tu_timer
{
// General-purpose wall-clock timer.... | [
"viktor.reutskyy@68c2588f-494f-0410-aecb-65da31d84587"
] | [
[
[
1,
88
]
]
] |
4dd95b36bc99714ccbad143cd9ab868cce7ff2e5 | 5e6ff9e6e8427078135a7b4d3b194bcbf631e9cd | /ClientApps/MarketSimClient/Apps/Math Utility/Math Utility/Math Utility.h | e1e23779fb22246b30b750cde867176f43273b47 | [] | no_license | karakots/dpresurrection | 1a6f3fca00edd24455f1c8ae50764142bb4106e7 | 46725077006571cec1511f31d314ccd7f5a5eeef | refs/heads/master | 2016-09-05T09:26:26.091623 | 2010-02-01T11:24:41 | 2010-02-01T11:24:41 | 32,189,181 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,496 | h | // Math Utility.h
#pragma once
#using <mscorlib.dll>
using namespace System;
using namespace System::Collections::Generic;
namespace MathUtility {
public ref class Solver
{
public:
delegate double Saturation(double persuasion, int numDerives);
static double tol = 0.00001;
static in... | [
"Isaac.Noble@fd82578e-0ebe-11df-96d9-85c6b80b8d9c"
] | [
[
[
1,
57
]
]
] |
b82a47bfed31971f88254685a650aea481e10645 | b414a8f5b425617f897b5d97bbede96507e17d96 | /agdevku/src/utils/util.h | 08c9a07f2d0fe7ce4f96bfd48cc7e89c38d2d2b5 | [] | no_license | agenthunt/agdevku | e7ce02e6f936a6980839fc538f158160c2060d05 | c6f6c8e9fbbb71f2b0288b8ab3ebd001aac6d5d7 | refs/heads/master | 2016-08-02T23:22:21.985871 | 2010-01-24T01:00:36 | 2010-01-24T01:00:36 | 32,114,047 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,020 | h | /*
* util.h
*
* Created on: Oct 8, 2009
* Author: shailesh
*/
#ifndef UTIL_H_
#define UTIL_H_
#include <iostream>
using std::string;
#include <sstream>
#include <vector>
using namespace std;
class Util{
public:
static vector<string> split(string str, string splitter) {
vector<s... | [
"shailesh.kumar@iiitb.net@1dbec2b6-b029-11de-8bdf-3374eb5c7316"
] | [
[
[
1,
58
]
]
] |
007594004583430e7db51eae12094fa9f20ca3c6 | 716208a4d023bb185868991735d14cd53747fc12 | /jobbie/src/cpp/InternetExplorerDriver/IEThreadExplorer.cpp | dc934040a0194c57f5a57e29cbc461f5b567be97 | [] | no_license | JLLeitschuh/webdriver | e7447c1c10e01577644dbcd2ffafc2beb8164f2c | 95c904083736adc45e5356b1b2f470272b123e86 | refs/heads/master | 2021-01-02T21:10:03.580526 | 2008-10-14T10:35:46 | 2008-10-14T10:35:46 | 239,802,416 | 0 | 0 | null | 2020-11-17T19:25:54 | 2020-02-11T15:55:22 | null | UTF-8 | C++ | false | false | 11,084 | cpp | // IEThread.cpp : implementation file
//
#include "stdafx.h"
#include <comdef.h>
#include "IEThread.h"
#include "utils.h"
#include "InternalCustomMessage.h"
extern wchar_t* XPATHJS[];
using namespace std;
void IeThread::OnGetVisible(WPARAM w, LPARAM lp)
{
SCOPETRACER
ON_THREAD_COMMON(data)... | [
"billshelton@comcast.net"
] | [
[
[
1,
478
]
]
] |
1f28cbf0fa55da2b61ab567b4bc41eac00a9fbb3 | fcdddf0f27e52ece3f594c14fd47d1123f4ac863 | /terralib/src/terralib/drivers/qt/TeQtCheckListItem.cpp | bb4dc541ad96152c58f471f0e3da455585b7deae | [] | no_license | radtek/terra-printer | 32a2568b1e92cb5a0495c651d7048db6b2bbc8e5 | 959241e52562128d196ccb806b51fda17d7342ae | refs/heads/master | 2020-06-11T01:49:15.043478 | 2011-12-12T13:31:19 | 2011-12-12T13:31:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,641 | cpp | /************************************************************************************
TerraView - visualization and exploration of geographical databases
using TerraLib.
Copyright � 2001-2007 INPE and Tecgraf/PUC-Rio.
This file is part of TerraView. TerraView is free software; you can redistribute it
and/or modif... | [
"rui.mauricio.gregorio@gmail.com@58180da6-ba8b-8960-36a5-00cc02a3ddec"
] | [
[
[
1,
97
]
]
] |
29434e4e017fec26fb4069be6f9ccb4cdaa5fc57 | 20c74d83255427dd548def97f9a42112c1b9249a | /src/libsrc/game/stagemanager.cpp | 89d45564b66b07525939f26d163b46605fbb5c48 | [] | no_license | jonyzp/roadfighter | 70f5c7ff6b633243c4ac73085685595189617650 | d02cbcdcfda1555df836379487953ae6206c0703 | refs/heads/master | 2016-08-10T15:39:09.671015 | 2011-05-05T12:00:34 | 2011-05-05T12:00:34 | 54,320,171 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 397 | cpp | #include "stagemanager.h"
StageManager::StageManager()
{
loaded = no;
currentID = 0;
}
StageManager::~StageManager()
{
}
void StageManager::setLoaded(Logical yesno)
{
loaded = yesno;
}
Logical StageManager::isLoaded()
{
return loaded;
}
void StageManager::setCurrentID(int id)
{
curre... | [
"vickyrare@yahoo.com"
] | [
[
[
1,
32
]
]
] |
7a57fce2489dca6037bef57acdfc1a4ccb3bf4d6 | 854ee643a4e4d0b7a202fce237ee76b6930315ec | /arcemu_svn/src/arcemu-realmserver/QueryHandler.cpp | ddffc8125946d0f336dbb357476d0d21309a90da | [] | no_license | miklasiak/projekt | df37fa82cf2d4a91c2073f41609bec8b2f23cf66 | 064402da950555bf88609e98b7256d4dc0af248a | refs/heads/master | 2021-01-01T19:29:49.778109 | 2008-11-10T17:14:14 | 2008-11-10T17:14:14 | 34,016,391 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,604 | cpp | /*
* ArcEmu MMORPG Server
* Copyright (C) 2008 <http://www.ArcEmu.org/>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* any later ver... | [
"Quastl96@gmail.com@3074cc92-8d2b-11dd-8ab4-67102e0efeef",
"minipc@hotmail.de@3074cc92-8d2b-11dd-8ab4-67102e0efeef"
] | [
[
[
1,
1
],
[
4,
226
]
],
[
[
2,
3
]
]
] |
81f98d0c69d80ce64e1d5ff690cb113c06969e41 | 2dc9ed7fc09dae24600edc4fa4c949f6eba3e339 | /trunk/include/pyasynchio/apoll.hpp | 3d8540b70aafed2ea3a2b8a146a4e12676f75c6e | [
"MIT"
] | permissive | BackupTheBerlios/pyasynchio-svn | e7f9e5043c828740599113f622fac17a6522fb4b | 691051d6a6f6261e66263785f0ec2f1a30b854eb | refs/heads/master | 2016-09-07T19:04:33.800780 | 2005-09-15T16:53:47 | 2005-09-15T16:53:47 | 40,805,133 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,660 | hpp | /*
Copyright (c) 2005 Vladimir Sukhoy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, di... | [
"randolphu@1b988373-acfa-0310-9a85-c19025f466bc"
] | [
[
[
1,
96
]
]
] |
f8b93a05b5293d1dc88a5f5214a4706f2513a727 | bd89d3607e32d7ebb8898f5e2d3445d524010850 | /adaptationlayer/dataport/dataport_csy/src/dptermdetect.cpp | f22204af1bd16879c74ed1ee71c12ca58fa9dfd4 | [] | no_license | wannaphong/symbian-incubation-projects.fcl-modemadaptation | 9b9c61ba714ca8a786db01afda8f5a066420c0db | 0e6894da14b3b096cffe0182cedecc9b6dac7b8d | refs/heads/master | 2021-05-30T05:09:10.980036 | 2010-10-19T10:16:20 | 2010-10-19T10:16:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,866 | cpp | /*
* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.ecli... | [
"dalarub@localhost",
"mika.a.ruuskanen@nokia.com"
] | [
[
[
1,
26
],
[
28,
28
],
[
30,
139
]
],
[
[
27,
27
],
[
29,
29
]
]
] |
5bd3299b48809770f8c97f493dadc0a119c28273 | 7aa4ce1caae2aa555ba8d82628eca81be2584767 | /src/util.cpp | 63ac9b57ac41b1fa0a8c92d3a92f852be17809c0 | [] | no_license | shayak/obj2ogl | 02aeb01f3294fb046dc4271f34712d6f600d0c6c | 5f1f72a80be0ad63bb27246f9bca031c330ed529 | refs/heads/master | 2021-01-01T18:03:22.166462 | 2011-04-26T01:56:02 | 2011-04-26T01:56:02 | 1,662,344 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,816 | cpp | /***********************************************************
Starter code for Assignment 3, CSCD18F (Fall, 2008)
This code was originally written by Jack Wang for
CSC418, SPRING 2005
implementations of util.h
***********************************************************/
#include <cmath>
... | [
"shayak007@gmail.com"
] | [
[
[
1,
391
]
]
] |
f20257b4f40853067efaeb2737f91b1d02e249df | 021e8c48a44a56571c07dd9830d8bf86d68507cb | /build/vtk/vtkQtChartLegendModel.h | bfe3784bdde3d93eae0080eea95e2a58f8df1902 | [
"BSD-3-Clause"
] | permissive | Electrofire/QdevelopVset | c67ae1b30b0115d5c2045e3ca82199394081b733 | f88344d0d89beeec46f5dc72c20c0fdd9ef4c0b5 | refs/heads/master | 2021-01-18T10:44:01.451029 | 2011-05-01T23:52:15 | 2011-05-01T23:52:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,004 | h | /*=========================================================================
Program: Visualization Toolkit
Module: vtkQtChartLegendModel.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
T... | [
"ganondorf@ganondorf-VirtualBox.(none)"
] | [
[
[
1,
188
]
]
] |
baa538b5487c9c39f4a987bcc172b8a35bcea5bf | dcede1e7958bd0d153fc83418a2ede4a41ebd6ab | /DesktopIconManager.h | ef70ad270ae03462be44c8ba4da6c888a1fd9a2d | [] | no_license | death/iconjesus | 632666f3a713f4ddf8b25e9121969ce5ced5b49f | 7ed3cec78ea73bf650164179543e193f1d96f1f7 | refs/heads/master | 2021-01-10T20:47:08.294713 | 2008-11-07T16:56:13 | 2008-11-07T16:56:13 | 72,886 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 413 | h | #pragma once
class CDesktopIconManager
{
public:
CDesktopIconManager();
~CDesktopIconManager();
int GetNumIcons(void) const;
bool GetIconText(int nIndex, LPTSTR pszText, int cchText) const;
bool GetIconPosition(int nIndex, LPPOINT ppt) const;
bool SetIconPosition(int nIndex,... | [
"death@nessers.org"
] | [
[
[
1,
20
]
]
] |
c8383761745fd762ee4cd53493d7f2806862748f | f08e489d72121ebad042e5b408371eaa212d3da9 | /TP1_v2/src/Persistencia/PersistorBTree.h | 6fabab1040bdec87c543f3ff5ac239ebcad5a5d0 | [] | no_license | estebaneze/datos022011-tp1-vane | 627a1b3be9e1a3e4ab473845ef0ded9677e623e0 | 33f8a8fd6b7b297809a0feac14d10f9815f8388b | refs/heads/master | 2021-01-20T03:35:36.925750 | 2011-12-04T18:19:55 | 2011-12-04T18:19:55 | 41,821,700 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 597 | h | /*
* PersistorBTree.h
*
* Created on: 23/04/2010
* Author: daniel
*/
#ifndef PERSISTORBTREE_H_
#define PERSISTORBTREE_H_
#include "PersistorBase.h"
#include "../utils/types.h"
#include "../BPlusTree/BNode.h"
class PersistorBTree : public PersistorBase {
protected:
//Sobreescribo este me... | [
"vguccione@gmail.com"
] | [
[
[
1,
29
]
]
] |
51c1a05ed438eba15ce627af5158548f09bef1c5 | 7f6fe18cf018aafec8fa737dfe363d5d5a283805 | /ntk/interface/src/menuwindow.h | 00a820d13b786a245e4916f79cdb89297de809c7 | [] | no_license | snori/ntk | 4db91d8a8fc836ca9a0dc2bc41b1ce767010d5ba | 86d1a32c4ad831e791ca29f5e7f9e055334e8fe7 | refs/heads/master | 2020-05-18T05:28:49.149912 | 2009-08-04T16:47:12 | 2009-08-04T16:47:12 | 268,861 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,257 | h | /******************************************************************************
The NTK Library
Copyright (C) 1998-2003 Noritaka Suzuki
$Id: menuwindow.h,v 1.5 2003/11/11 12:07:08 nsuzuki Exp $
******************************************************************************/
#pragma once
#ifndef __NTK_INTE... | [
"nrtkszk@gmail.com"
] | [
[
[
1,
73
]
]
] |
a342714ca4aeb21916e5c95f4bd4f9c542557a06 | b2b5c3694476d1631322a340c6ad9e5a9ec43688 | /Baluchon/IColorDetectionService.h | ecbda6e1359da6cbe021b777d42c65428bc7b460 | [] | 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 | 334 | h | #pragma once
#include "IDetectionService.h"
#include "IMarker.h"
using namespace baluchon::core::datas::detection;
namespace baluchon { namespace core { namespace services { namespace colordetection {
class IColorDetectionService : public IDetectionService
{
public:
virtual ~IColorDetectionService() {... | [
"jpmorin196@bd4f47a5-da4e-a94a-6a47-2669d62bc1a5"
] | [
[
[
1,
16
]
]
] |
117d985d556c858433ea4b1cefb935ebc5819dd3 | 4aadb120c23f44519fbd5254e56fc91c0eb3772c | /Source/src/OpenSteerUT/AbstractVehicleMath.cpp | 0ae9e2556a5b81fd65de5ec869224306520d886c | [] | no_license | janfietz/edunetgames | d06cfb021d8f24cdcf3848a59cab694fbfd9c0ba | 04d787b0afca7c99b0f4c0692002b4abb8eea410 | refs/heads/master | 2016-09-10T19:24:04.051842 | 2011-04-17T11:00:09 | 2011-04-17T11:00:09 | 33,568,741 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,524 | cpp | //-----------------------------------------------------------------------------
// Copyright (c) 2009, Jan Fietz, Cyrus Preuss
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Re... | [
"janfietz@localhost"
] | [
[
[
1,
368
]
]
] |
45d23e1d6c355b633ba91aff224aa17d9aeb3538 | 3699ee70db05a390ce86e64e09e779263510df6f | /branches/Login Server/loginserver.h | 1806e9ffc2a24235dbff88a8918d949c60828533 | [] | 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 | 2,586 | h | /*
Rose Online Server Emulator
Copyright (C) 2006,2007 OSRose Team http://osroseon.to.md
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 Lic... | [
"remichael@004419b5-314d-0410-88ab-2927961a341b"
] | [
[
[
1,
76
]
]
] |
85aaf8f433c32c8c3d4d093a6dad8eb80d0fee3d | 744e9a2bf1d0aee245c42ee145392d1f6a6f65c9 | /tags/0.11.1-alpha/gui/main.cpp | e5a8acdaffb30c87f83737e630b3f3baa04a5441 | [] | no_license | BackupTheBerlios/ttcut-svn | 2b5d00c3c6d16aa118b4a58c7d0702cfcc0b051a | 958032e74e8bb144a96b6eb7e1d63bc8ae762096 | refs/heads/master | 2020-04-22T12:08:57.640316 | 2009-02-08T16:14:00 | 2009-02-08T16:14:00 | 40,747,642 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,914 | cpp | /*----------------------------------------------------------------------------*/
/* COPYRIGHT: TriTime (c) 2003/2005 / www.tritime.org */
/*----------------------------------------------------------------------------*/
/* PROJEKT : TTCUT 2005 ... | [
"tritime@7763a927-590e-0410-8f7f-dbc853b76eaa"
] | [
[
[
1,
60
]
]
] |
125dc9842b6d6d94067a9042864270a22a885a81 | a36d7a42310a8351aa0d427fe38b4c6eece305ea | /render_win32/SurfaceDX9Imp.cpp | 5b1cea5aef95a5a2f556d1182d6ec49b10c22624 | [] | 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 | 1,545 | cpp | #include "DXUT.h"
#include "my_render_win32_dx9_imp.h"
namespace my_render_win32_dx9_imp {
SurfaceDX9Imp::SurfaceDX9Imp( IDirect3DSurface9Ptr surface )
: dx9Surface_( surface )
{
if( NULL == surface ) throw exception();
surface->GetDesc( &desc_ );
}
SurfaceLockedRectDX9 * SurfaceDX9Imp::lockRec... | [
"wrice127@af801a76-7f76-11de-8b9f-9be6f49bd635"
] | [
[
[
1,
61
]
]
] |
79ce60830834bbe5c3a80d93bac2dad0fcf176ba | 0c62a303659646fa06db4d5d09c44ecb53ce619a | /Kickapoo/Audio.h | bcd81726c20e00dc97be06c5cb10993bf3cc1c80 | [] | no_license | gosuwachu/igk-game | 60dcdd8cebf7a25faf60a5cc0f5acd6f698c1c25 | faf2e6f3ec6cfe8ddc7cb1f3284f81753f9745f5 | refs/heads/master | 2020-05-17T21:51:18.433505 | 2010-04-12T12:42:01 | 2010-04-12T12:42:01 | 32,650,596 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 565 | h | #pragma once
#include "Common.h"
typedef FMOD::Sound Sound;
class Audio : public Singleton<Audio>
{
public:
Audio() : channel(NULL) {}
~Audio() {}
void create();
void release();
void update();
void play(FMOD::Sound* sound, float volume = 1.0f, bool stop = false);
void stopSoud(FMOD::Sound* so... | [
"wach.piotrek@gmail.com@d16c65a5-d515-2969-3ec5-0ec16041161d",
"konrad.rodzik@d16c65a5-d515-2969-3ec5-0ec16041161d"
] | [
[
[
1,
14
],
[
16,
16
],
[
20,
27
]
],
[
[
15,
15
],
[
17,
19
]
]
] |
019b95a734d38a6c4ef7c914d3af82c5ec3c6826 | b2d46af9c6152323ce240374afc998c1574db71f | /cursovideojuegos/theflostiproject/Code/Flosti Engine/Base/Math/LerpAnimator1D.cpp | f2783823e1bcba67854c9fb98ac442e58231a0d6 | [] | no_license | 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 | 954 | cpp | #include "__PCH_Base.h"
#include "LerpAnimator1D.h"
#include <cmath>
void CLerpAnimator1D::SetValues (float initValue, float endValue, float totalTime, ETypeFunction type)
{
assert( totalTime > 0);
m_fInitValue = initValue;
m_fEndValue = endValue;
m_CDTimer.SetTime(totalTime);
m_eFunction = type;
}
... | [
"ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a"
] | [
[
[
1,
47
]
]
] |
ae8f571353a45265766f3f2025449fb97b5a2fcd | ea12fed4c32e9c7992956419eb3e2bace91f063a | /zombie/code/zombie/noctree/src/octree/noctsphere_cmds.cc | 91c8c6a68a5349e036f65d3b707a6adfa27e6e1c | [] | no_license | ugozapad/TheZombieEngine | 832492930df28c28cd349673f79f3609b1fe7190 | 8e8c3e6225c2ed93e07287356def9fbdeacf3d6a | refs/heads/master | 2020-04-30T11:35:36.258363 | 2011-02-24T14:18:43 | 2011-02-24T14:18:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,423 | cc | #include "precompiled/pchnoctree.h"
//-------------------------------------------------------------------
// (c)2004 Rafael Van Daele-Hunt
//-------------------------------------------------------------------
#include "octree/noctsphere.h"
static void n_setsphere(void *, nCmd *);
//--------------------------... | [
"magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91"
] | [
[
[
1,
54
]
]
] |
f1ba7c652628716b4d55d02319c6bd3898dabdac | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/nGENE Proj/GUIStage.h | e2eece80c8c34547b21e55339c53c45bc44c4c9f | [] | 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 | 876 | h | /*
---------------------------------------------------------------------------
This source file is part of nGENE Tech.
Copyright (c) 2006- Wojciech Toman
This program is free software.
File: GUIStage.h
Version: 0.02
---------------------------------------------------------------------------
*/
#pragma... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
50
]
]
] |
deb19458a2bc56dec30ce3d7ccf5ce78ea9b680a | 02ecaf771a1997379b7c0ab789b3c76fc84c42f8 | /references/rrls/rrls.cpp | f575efba37725873d7469728085b1a9bd4ee2764 | [] | no_license | tingyingwu2010/heuristicschallenge | b31a8f7dd8a2a0ca83ec5d77ecce394760fe512c | b69f534a3b641888e45f2466276743a7237e6bbb | refs/heads/master | 2021-05-27T19:53:39.500569 | 2008-08-01T04:42:56 | 2008-08-01T04:42:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,989 | cpp | /***************************************************************************
rrls.cpp - Implementation Random Restart Local Search for
comparison with mmas.
-------------------
begin : Sun Mar 10, 2002
copyright : (C) 2002 by Krzysztof Socha
... | [
"pedro@pedro-laptop.(none)"
] | [
[
[
1,
119
]
]
] |
aa48a516ef0ecfa2e2adab145490626073a4f071 | ef8e875dbd9e81d84edb53b502b495e25163725c | /litewiz/src/items/item_collection.h | ac8579dd316d093b51716fd0da27e6119c65193d | [] | no_license | panone/litewiz | 22b9d549097727754c9a1e6286c50c5ad8e94f2d | e80ed9f9d845b08c55b687117acb1ed9b6e9a444 | refs/heads/master | 2021-01-10T19:54:31.146153 | 2010-10-01T13:29:38 | 2010-10-01T13:29:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 998 | h | /*******************************************************************************
*******************************************************************************/
#ifndef ITEM_COLLECTION_H
#define ITEM_COLLECTION_H
/******************************************************************************/
#include "file... | [
"ostrovsm@gmail.com"
] | [
[
[
1,
36
]
]
] |
2bf198f417fc454675c8fcf91834033206c8fc7c | 9176b0fd29516d34cfd0b143e1c5c0f9e665c0ed | /CS_153_Data_Structures/assignment2/test_vector.h | df60d7d47c89dc14a6043facf3acdbbedc6d69e9 | [] | no_license | Mr-Anderson/james_mst_hw | 70dbde80838e299f9fa9c5fcc16f4a41eec8263a | 83db5f100c56e5bb72fe34d994c83a669218c962 | refs/heads/master | 2020-05-04T13:15:25.694979 | 2011-11-30T20:10:15 | 2011-11-30T20:10:15 | 2,639,602 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,681 | h | #ifndef TEST_VECTOR_H
#define TEST_VECTOR_H
//////////////////////////////////////////////////////////////////////
/// @file test_vector.h
/// @author James Anderson Section A
/// @brief Heder file for test_vector class for assignment 1
//////////////////////////////////////////////////////////////////////
///... | [
"jra798@mst.edu"
] | [
[
[
1,
63
]
]
] |
6ec6961b312d00ac9fd4bde84b8d39486aa552b9 | ae144be89970a94c750180fb49d7defbcfc2334a | /01-LancaProcessosConsola/01-LancaProcessosConsola/LancaProcessosConsola/stdafx.cpp | fe88973529cc05abbad6dc0ff961320d75a6c304 | [] | no_license | Netivski/iselso | cc0bad0df6088d184b67b8a9581abc81624fdc5f | accb63f3131aea1d42439d01b7fb59036c095849 | refs/heads/master | 2021-01-20T12:04:31.659869 | 2009-05-04T20:19:00 | 2009-05-04T20:19:00 | 32,590,806 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 308 | cpp | // stdafx.cpp : source file that includes just the standard includes
// LancaProcessosConsola.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
| [
"ppires75@49016d5c-2abe-11de-b161-0f7b0ef88f65"
] | [
[
[
1,
8
]
]
] |
610ddda327507e773d7280b35a8c179077890424 | b22c254d7670522ec2caa61c998f8741b1da9388 | /common/ActorCondition.h | c712a9213eda7f1373a93f7ef6a4f4bd5c964b4d | [] | no_license | ldaehler/lbanet | 341ddc4b62ef2df0a167caff46c2075fdfc85f5c | ecb54fc6fd691f1be3bae03681e355a225f92418 | refs/heads/master | 2021-01-23T13:17:19.963262 | 2011-03-22T21:49:52 | 2011-03-22T21:49:52 | 39,529,945 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,174 | h | /*
------------------------[ Lbanet Source ]-------------------------
Copyright (C) 2009
Author: Vivien Delage [Rincevent_123]
Email : vdelage@gmail.com
-------------------------------[ GNU License ]-------------------------------
This program is free software: you can redistribute it and/or modify
it under ... | [
"vdelage@3806491c-8dad-11de-9a8c-6d5b7d1e4d13"
] | [
[
[
1,
65
]
]
] |
47e88b236a8ce8c0f8b0231ba1d13e6c00f09dc7 | 00eafce8d2102419062bf946b37f10bd884d6df4 | /ZtringList.h | abd130b77265810fd436b4aaf889fd12944a941a | [] | no_license | bonya81/mediainfomac | d37e89b69a1f2e29785103e21297e05e8548a5ea | b0f6009e8dfe43d4a65693de4b7d94af7fe6c6ac | refs/heads/master | 2021-01-10T19:16:41.878858 | 2008-01-31T00:46:42 | 2008-01-31T00:46:42 | 33,527,089 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,361 | h | // ZenLib::ZtringList - More methods for vector<std::(w)string>
// Copyright (C) 2002-2008 Jerome Martinez, Zen@MediaArea.net
//
// 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.
... | [
"massanti@plusmediamusic.com@cc249753-f944-0410-bbd9-9b9bab5a7bdc"
] | [
[
[
1,
103
]
]
] |
cbec51601a65d5b8e80cd7291b5057bccd95b5d4 | 00b979f12f13ace4e98e75a9528033636dab021d | /ConfManager tmp (for test)/src/Getopt.cpp | ec9cc6d9fd01730feb5d2ddceb3444e23eedb8c6 | [] | no_license | BackupTheBerlios/ziahttpd-svn | 812e4278555fdd346b643534d175546bef32afd5 | 8c0b930d3f4a86f0622987776b5220564e89b7c8 | refs/heads/master | 2016-09-09T20:39:16.760554 | 2006-04-13T08:44:28 | 2006-04-13T08:44:28 | 40,819,288 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,292 | cpp | /*
** Getopt.c for in
**
** Made by Bigand Xavier
** Login <@epita.fr>
**
** Started on Sun Dec 18 12:44:33 2005 Bigand Xavier
// Last update Sun Dec 18 13:40:01 2005 Bigand Xavier
*/
#include "Getopt.hh"
char *optarg; // global argument pointer
int optind = 0; // global argv index
int getopt(int ... | [
"ringo@754ce95b-6e01-0410-81d0-8774ba66fe44"
] | [
[
[
1,
69
]
]
] |
f79da86cefef3213242496bbd0a7a0bfc402decf | 33f59b1ba6b12c2dd3080b24830331c37bba9fe2 | /Depend/Foundation/Intersection/Wm4IntrSegment2Arc2.h | c74dd2f79f62d1a01e4084d268799b68927a464c | [] | no_license | daleaddink/flagship3d | 4835c223fe1b6429c12e325770c14679c42ae3c6 | 6cce5b1ff7e7a2d5d0df7aa0594a70d795c7979a | refs/heads/master | 2021-01-15T16:29:12.196094 | 2009-11-01T10:18:11 | 2009-11-01T10:18:11 | 37,734,654 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,628 | h | // Geometric Tools, Inc.
// http://www.geometrictools.com
// Copyright (c) 1998-2006. All Rights Reserved
//
// The Wild Magic Version 4 Foundation Library source code is supplied
// under the terms of the license agreement
// http://www.geometrictools.com/License/Wm4FoundationLicense.pdf
// and may not be ... | [
"yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa"
] | [
[
[
1,
60
]
]
] |
c1086df039dba6f1f58cfb357835c581f710b803 | 317f62189c63646f81198d1692bed708d8f18497 | /common/network/components/router/performance/flow_control_scheme.h | 0d81b701f2454313b9e26097682b600ecc20da2d | [
"MIT"
] | permissive | mit-carbon/Graphite-Cycle-Level | 8fb41d5968e0a373fd4adbf0ad400a9aa5c10c90 | db3f1e986ddc10f3e5f3a5d4b68bd6a9885969b3 | refs/heads/master | 2021-01-25T07:08:46.628355 | 2011-11-23T08:53:18 | 2011-11-23T08:53:18 | 1,930,686 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,042 | h | #pragma once
#include <vector>
#include <string>
using namespace std;
#include "buffer_management_scheme.h"
#include "fixed_types.h"
#include "network_msg.h"
#include "flit.h"
#include "buffer_management_msg.h"
#include "buffer_model.h"
class FlowControlScheme
{
public:
enum Type
{
... | [
"gkurian@mit.edu"
] | [
[
[
1,
56
]
]
] |
cc9409cd0cbbe3297785553b267e4bf0fc5b44f6 | 382b459563be90227848e5125f0d37f83c1e2a4f | /Schedule/src/obsolete/state.cpp | 831a899dc0eb7d61cf6bc729075361287cc98570 | [] | no_license | Maciej-Poleski/SchoolTools | 516c9758dfa153440a816a96e3f05c7f290daf6c | e55099f77eb0f65b75a871d577cc4054221b9802 | refs/heads/master | 2023-07-02T09:07:31.185410 | 2010-07-11T20:56:59 | 2010-07-11T20:56:59 | 392,391,718 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 33 | cpp | #include "../include/state.h"
| [
"Maciej-Poleski@users.noreply.github.com"
] | [
[
[
1,
2
]
]
] |
4f46c058444993f07414f740cb20c55c616ef106 | bba4af47e0aa55eb655c90d1bae0b6d466e750c0 | /Editor/Editor_Box.cpp | 822ac720db3b2398ea408cc0d2f8ed6b416a7150 | [] | no_license | HourglassGame/Hourglass1_5 | 0afbfb4df32232c24a612790000fc18f52bc4b29 | 6f1505c26081d006e719ec78e98c1636acb50fea | refs/heads/master | 2016-08-12T21:28:55.827316 | 2010-06-03T08:56:30 | 2010-06-03T08:56:30 | 46,439,522 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,618 | cpp | #include "Editor_Box.h" // class's header file
extern BITMAP* buffer;
extern BITMAP* box_sprite;
Box::Box(const int newXPos, const int newYPos, const double newXSpeed, const double newYSpeed,const AbsoluteTimeDirectionEnum newATD) :
timeDirectionObject(TimeDirectionObject(newATD)),
mobileObject(MobileObject(newX... | [
"onlyone@senet.com.au"
] | [
[
[
1,
66
]
]
] |
00605b468697b1e7738f549e6ae4cdb87fd01daf | e183ce20fbe6db6d7459375dad4992d0c8ddbb8f | /Client.cpp | c738afaa36592ee1787834e9b3ae099dab6fa601 | [] | no_license | zinking/gedouyouxi | 4303fc74c6e30cc1986bd216f0a190fa4788b085 | 25c07af3028aef1b11d5ada6180c871ce0f5406a | refs/heads/master | 2021-01-23T06:35:39.166519 | 2008-08-05T09:09:03 | 2008-08-05T09:09:03 | 32,133,246 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,756 | cpp | #include "Client.h"
#include <iostream>
using namespace std;
Client::Client(void)
{
socket = NULL;
IP = new char[100];
cout << "input the target IP address: " << endl;
cin >> IP;
cout << "input the target PORT: " << endl;
cin >> PORT;
/*IP = "127.0.0.1";
PORT = 1001;*/
//create the so... | [
"zinking3@a02204cc-6053-0410-81e9-d35f966e8b48"
] | [
[
[
1,
193
]
]
] |
cc295f4a31c465c03dc08f8c05a1491c7a45391b | c70941413b8f7bf90173533115c148411c868bad | /core/src/vtxFile.cpp | 71db0bcc21e7e6de950166022c33c2549015932b | [] | no_license | cnsuhao/vektrix | ac6e028dca066aad4f942b8d9eb73665853fbbbe | 9b8c5fa7119ff7f3dc80fb05b7cdba335cf02c1a | refs/heads/master | 2021-06-23T11:28:34.907098 | 2011-03-27T17:39:37 | 2011-03-27T17:39:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,306 | cpp | /*
-----------------------------------------------------------------------------
This source file is part of "vektrix"
(the rich media and vector graphics rendering library)
For the latest info, see http://www.fuse-software.com/
Copyright (c) 2009-2010 Fuse-Software (tm)
Permission is hereby granted, free of ... | [
"stonecold_@9773a11d-1121-4470-82d2-da89bd4a628a"
] | [
[
[
1,
273
]
]
] |
62bea40daa35b2a80d61bbe1040d7399fd98d079 | cecdfda53e1c15e7bd667440cf5bf8db4b3d3e55 | /Mini_STALKER/animation.h | 3d68c1fc0b03568fdd8791745ab3f4dcc309d3fb | [] | no_license | omaskery/mini-stalker | f9f8713cf6547ccb9b5e51f78dfb65a4ae638cda | 954e8fce9e16740431743f020c6ddbc866e69002 | refs/heads/master | 2021-01-23T13:29:26.557156 | 2007-08-04T12:44:52 | 2007-08-04T12:44:52 | 33,090,577 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,319 | h | class animation
{
std::vector<SDL_Surface *> frames;
unsigned int timer, delay;
int *bind_x, *bind_y;
int x,y,current;
SDL_Rect my_rect;
public:
animation(const std::string &file) : timer(clock())
{
std::ifstream f(file.c_str());
if(!f) return;
int count;
f >> delay >> count;
f.ignore... | [
"ollie.the.pie.lord@823218a8-ad34-0410-91fc-f9441fec9dcb"
] | [
[
[
1,
69
]
]
] |
fa7946fd9ac09cb4fd772aca89ba8670dd1d5f54 | 0050b168757b3c0a0bac6ecdc6e7c3cc1e01201c | /MyRobot.cpp | 51edddfd84a246d0861cdb422f9e13984153d396 | [] | no_license | nerdherd/FRC-2011 | 91b962c69b498218a1fb544a41034164bcacb311 | 9c963e8defaa5925a485dbaa946d92175c23bc40 | refs/heads/master | 2021-01-22T05:00:38.754476 | 2011-11-22T04:47:34 | 2011-11-22T04:47:34 | 2,825,406 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,554 | cpp | #include "WPILib.h"
#include <iostream>
using namespace std;
#define NDEBUG
#ifndef NDEBUG
#define debug(x) \
std::cerr << __LINE__ << ": " << x << std::endl;
#else
#define debug(x) {}
#endif
class lowPass {
private:
float lastValue;
float change;
float last;
public:
lowPass(float c):last... | [
"matthew@matthewfl.com"
] | [
[
[
1,
666
]
]
] |
f7c8e493709568535c483948b85f8e207420b5a0 | eec9d789e04bc81999ac748ca2c70f0a612dadb7 | /testProject/testProject/LeftPanelView.cpp | bdb0ce3df30986070863ab831164e8654fee689f | [] | no_license | scriptkitz/myfirstpro-test | 45d79d9a35fe5ee1e8f237719398d08d7d86b859 | a3400413e3a7900657774a278006faea7d682955 | refs/heads/master | 2021-01-22T07:13:27.100583 | 2010-11-16T15:02:50 | 2010-11-16T15:02:50 | 38,792,869 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,954 | cpp | // LeftPanelView.cpp : implementation file
//
#include "stdafx.h"
#include "testProject.h"
#include "LeftPanelView.h"
// CLeftPanelView
IMPLEMENT_DYNCREATE(CLeftPanelView, CListView)
CLeftPanelView::CLeftPanelView()
{
}
CLeftPanelView::~CLeftPanelView()
{
}
BEGIN_MESSAGE_MAP(CLeftPanelView,... | [
"scriptkitz@da890e6b-1f8b-8dbb-282d-e1a1f9b2274c"
] | [
[
[
1,
83
]
]
] |
00c2293784f11a7febca0836060d4bec80ce33f0 | 9738ebb36adfaa6f06fe2ba452aec6fcb8a06a5e | /heimdall/source/EndFileTransferPacket.h | a67eeaa76339215f29fcf3c5ad7ca946f660105e | [
"MIT"
] | permissive | superweapons/Heimdall-fc | 9f4ea33e4da6ffd209a7fb7afa51616eb2007832 | 73d77ddbf2f26c2d416b0ef4a57040e64ad86df2 | refs/heads/master | 2021-01-15T19:39:54.452631 | 2011-11-16T02:54:26 | 2011-11-16T02:54:26 | 2,785,073 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,472 | h | /* Copyright (c) 2010-2011 Benjamin Dobell, Glass Echidna
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modif... | [
"benjamin.dobell@glassechidna.com.au",
"benjamin.dobell+github@glassechidna.com.au"
] | [
[
[
1,
1
]
],
[
[
2,
120
]
]
] |
dcec5ad66611254bf8670ab4ce9f2d9fa887968e | 10bac563fc7e174d8f7c79c8777e4eb8460bc49e | /core/jpeg_encoder_t.cpp | 5b08288af919ff61c53df8c108d85ff0b9c60ba7 | [] | no_license | chenbk85/alcordev | 41154355a837ebd15db02ecaeaca6726e722892a | bdb9d0928c80315d24299000ca6d8c492808f1d5 | refs/heads/master | 2021-01-10T13:36:29.338077 | 2008-10-22T15:57:50 | 2008-10-22T15:57:50 | 44,953,286 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,144 | cpp | #include "alcor/core/jpeg_encoder_t.h"
#include "alcor/core/core.h"
#include "alcor/core/detail/jpeg_encoder_impl.cpp"
//------------------------------------------------------------------------
#include <boost/bind.hpp>
//------------------------------------------------------------------------
namespace all { n... | [
"andrea.carbone@1c7d64d3-9b28-0410-bae3-039769c3cb81"
] | [
[
[
1,
85
]
]
] |
e628893b9c80aa84cc9a9f8f90a47b95432d96f1 | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Havok/Source/Common/SceneData/Attributes/hkxAnimatedFloat.h | 99fcad6b03dbac820c42ed003b032d74900cb577 | [] | no_license | TheProjecter/olafurabertaymsc | 9360ad4c988d921e55b8cef9b8dcf1959e92d814 | 456d4d87699342c5459534a7992f04669e75d2e1 | refs/heads/master | 2021-01-10T15:15:49.289873 | 2010-09-20T12:58:48 | 2010-09-20T12:58:48 | 45,933,002 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,149 | 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,
53
]
]
] |
4942e5797f5bb7f2932b85397bba0cfb4c58e731 | 96e96a73920734376fd5c90eb8979509a2da25c0 | /C3DE/Patch.cpp | a7b7d07af5bc8b3718f9ad14e8c1503657430371 | [] | no_license | lianlab/c3de | 9be416cfbf44f106e2393f60a32c1bcd22aa852d | a2a6625549552806562901a9fdc083c2cacc19de | refs/heads/master | 2020-04-29T18:07:16.973449 | 2009-11-15T10:49:36 | 2009-11-15T10:49:36 | 32,124,547 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,245 | cpp | #include "Patch.h"
Patch::Patch()
{
m_pDevice = NULL;
m_pMesh = NULL;
}
Patch::~Patch()
{
Release();
}
void Patch::Release()
{
if(m_pMesh != NULL)
m_pMesh->Release();
m_pMesh = NULL;
}
void Patch::Render()
{
//Draw mesh
if(m_pMesh != NULL)
m_pMesh->DrawSubset(0);
}
HRESULT Pat... | [
"caiocsabino@7e2be596-0d54-0410-9f9d-cf4183935158"
] | [
[
[
1,
100
]
]
] |
0a0ef1839ea4eb834694ac4cc2246627b69cb84c | 97f1be9ac088e1c9d3fd73d76c63fc2c4e28749a | /3dc/avp/win95/Frontend/AvP_MenuGfx.cpp | ce059bb4b42ab37a2e27758c01e7b95c6883abbe | [
"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 | 45,252 | cpp | #include "3dc.h"
#include "inline.h"
#include "tallfont.hpp"
#include "strtab.hpp"
#include "awTexLd.h"
#include "alt_tab.h"
#include "chnktexi.h"
#include "hud_layout.h"
#define UseLocalAssert Yes
#include "ourasert.h"
#include "ffstdio.h"
extern void D3D_RenderHUDString(char *stringPtr,int x,in... | [
"a_jagers@ANTHONYJ.(none)"
] | [
[
[
1,
1852
]
]
] |
240c7091647dc892782640289ca2240f30a2cf8a | d1dc408f6b65c4e5209041b62cd32fb5083fe140 | /src/gameobjects/structures/cPalace.cpp | 8f0d55288c8803dc29392f3b9983ae22015d5987 | [] | no_license | dmitrygerasimuk/dune2themaker-fossfriendly | 7b4bed2dfb2b42590e4b72bd34bb0f37f6c81e37 | 89a6920b216f3964241eeab7cf1a631e1e63f110 | refs/heads/master | 2020-03-12T03:23:40.821001 | 2011-02-19T12:01:30 | 2011-02-19T12:01:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 572 | cpp | #include "../../include/d2tmh.h"
// Constructor
cPalace::cPalace()
{
// other variables (class specific)
}
int cPalace::getType() {
return PALACE;
}
cPalace::~cPalace()
{
}
void cPalace::think()
{
cAbstractStructure::think();
}
void cPalace::think_animation() {
// a palace does not an... | [
"stefanhen83@52bf4e17-6a1c-0410-83a1-9b5866916151"
] | [
[
[
1,
38
]
]
] |
61e543e6da0301e8785d097045fb1c9c8a35d4ce | 44890f9b95a8c77492bf38514d26c0da51d2fae5 | /Gif/Gif/LZWEncoder.h | 5d2c32d18e69952d2fa091177d2fadd9569713d5 | [] | no_license | winnison/huang-cpp | fd9cd57bd0b97870ae1ca6427d2fc8191cf58a77 | 989fe1d3fdc1c9eae33e0f11fcd6d790e866e4c5 | refs/heads/master | 2021-01-19T18:07:38.882211 | 2008-04-14T16:42:48 | 2008-04-14T16:42:48 | 34,250,385 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,083 | h | #include "defines.h"
#include <fstream>
static int masks[17]={
0x0000,
0x0001,
0x0003,
0x0007,
0x000F,
0x001F,
0x003F,
0x007F,
0x00FF,
0x01FF,
0x03FF,
0x07FF,
0x0FFF,
0x1FFF,
0x3FFF,
0x7FFF,
0xFFFF
};
class CLZWEncoder
{
int imgW, imgH;
byte* pixAry;
int initCodeSiz... | [
"mr.huanghuan@48bf5850-ed27-0410-9317-b938f814dc16"
] | [
[
[
1,
352
]
]
] |
8889bf0da5a78da7fa439e4481492ed6f0ff51c1 | 90aa2eebb1ab60a2ac2be93215a988e3c51321d7 | /castor/branches/boost/libs/castor/test/test_permutation.cpp | 729a13216778daac7cfa0e11411e4bb0c03945fd | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | roshannaik/castor | b9f4ea138a041fe8bccf2d8fc0dceeb13bcca5a6 | e86e2bf893719bf3164f9da9590217c107cbd913 | refs/heads/master | 2021-04-18T19:24:38.612073 | 2010-08-18T05:10:39 | 2010-08-18T05:10:39 | 126,150,539 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 650 | cpp | #include <boost/castor.h>
#include <boost/test/minimal.hpp>
using namespace castor;
int test_main(int, char * [])
{
{ // test mode
lref<std::string> s = "hello", ps = "olleh";
relation r = permutation(s, ps);
BOOST_CHECK(r());
BOOST_CHECK(!r());
}
{ // ... | [
"82177+tzlaine@users.noreply.github.com"
] | [
[
[
1,
33
]
]
] |
54943fd0d4582870aeeb50d524a5af64c960e62b | 4d91ca4dcaaa9167928d70b278b82c90fef384fa | /OpenFolder/OpenFolder.h | c2a01a9d4f4fb1909f6bd692701ee8aea5ad9c56 | [] | no_license | dannydraper/CedeCryptClassic | 13ef0d5f03f9ff3a9a1fe4a8113e385270536a03 | 5f14e3c9d949493b2831710e0ce414a1df1148ec | refs/heads/master | 2021-01-17T13:10:51.608070 | 2010-10-01T10:09:15 | 2010-10-01T10:09:15 | 63,413,327 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,575 | h |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0366 */
/* at Tue Dec 15 15:41:51 2009
*/
/* Compiler settings for .\OpenFolder.idl:
Oicf, W1, Zp8, env=Win64 (32b run)
protocol : dce , ms_ext, c_ext, robust
error che... | [
"ddraper@f12373e4-23ff-6a4a-9817-e77f09f3faef"
] | [
[
[
1,
216
]
]
] |
b655c99f13aba92beec5a2288931572ebbe5357a | 21da454a8f032d6ad63ca9460656c1e04440310e | /src/net/worldscale/pimap/server/wsiPsUser.h | ccc1bb8bd7459888d9f22a0f59ed9d2536f21662 | [] | 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 | 369 | h | #pragma once
#include <wcpp/lang/wsiObject.h>
#define WS_IID_OF_wsiPsUser \
{ 0x2b67adba, 0x67f, 0x4758, { 0xb1, 0xd7, 0x7, 0x25, 0xee, 0x44, 0x46, 0xa6 } }
// {2B67ADBA-067F-4758-B1D7-0725EE4446A6}
class wsiPsUser : public wsiObject
{
public:
static const ws_iid sIID;
public:
WS_M... | [
"xukun0217@98f29a9a-77f1-11de-91f8-ab615253d9e8"
] | [
[
[
1,
18
]
]
] |
a9cd2c6d090177d7a83d8a7a58d1ef2206ff0c37 | c2abb873c8b352d0ec47757031e4a18b9190556e | /src/ogreIncludes/OgreAutoParamDataSource.h | dfb4605a81056bdd0f482711b5b8fcba5c64d8d1 | [] | 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 | 12,873 | h | /*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org
Copyright (c) 2000-2006 Torus Knot Software Ltd
Also see acknowledgements in Readme.html
This progra... | [
"seb.owk@37e2baaa-b253-11dd-9381-bf584fb1fa83"
] | [
[
[
1,
250
]
]
] |
eedfc04be436e1ef18e4125a174ba011a334c26d | 718dc2ad71e8b39471b5bf0c6d60cbe5f5c183e1 | /soft micros/Codigo/codigo portable/Timer/interrup_1ms_40ms/BaseTimers_1ms_40ms.cpp | c797a7ab8208089b1f7bfd3e0e61c5cb213f1c5a | [] | no_license | jonyMarino/microsdhacel | affb7a6b0ea1f4fd96d79a04d1a3ec3eaa917bca | 66d03c6a9d3a2d22b4d7104e2a38a2c9bb4061d3 | refs/heads/master | 2020-05-18T19:53:51.301695 | 2011-05-30T20:40:24 | 2011-05-30T20:40:24 | 34,532,512 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 959 | cpp | #include "BaseTimers_1ms_40ms.hpp"
#include "timer_interrupt.h"
#include "Cpu.h"
BaseTimers_1ms_40ms* BaseTimers_1ms_40ms::instance=NULL;
BaseTimers_1ms_40ms::BaseTimers_1ms_40ms(){
on1ms.pmethod=inc1;
on1ms.obj=this;
add1msListener(&on1ms);
on40ms.pmethod=inc40;
on40ms.obj=this;
add40... | [
"nicopimen@9fc3b3b2-dce3-11dd-9b7c-b771bf68b549",
"jonymarino@9fc3b3b2-dce3-11dd-9b7c-b771bf68b549"
] | [
[
[
1,
11
],
[
13,
13
],
[
16,
46
]
],
[
[
12,
12
],
[
14,
15
]
]
] |
1c9b903d6eb26e8c776694d0d83897779a13b0c4 | f177993b13e97f9fecfc0e751602153824dfef7e | /ImPro/ImProBaseClass/MyLib/LEADTOOL/Include/Filters/ILMNetMux2.h | c0fe80e5b7f09ae276e784602ef9fc524eb10277 | [] | 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 | 14,911 | 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:54:48 2009
*/
/* Compiler settings for .\LMNetMux.idl:
Oicf, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext, robust
error check... | [
"ndhumuscle@fa729b96-8d43-11de-b54f-137c5e29c83a"
] | [
[
[
1,
458
]
]
] |
a89e61014219f4cd0605a2ce9bc6197005bd1057 | 744e9a2bf1d0aee245c42ee145392d1f6a6f65c9 | /tags/0.11.1-alpha/gui/ttcutlistview.cpp | fe467106d8b5c94b9ea7ae023b2b4124be9e717d | [] | no_license | BackupTheBerlios/ttcut-svn | 2b5d00c3c6d16aa118b4a58c7d0702cfcc0b051a | 958032e74e8bb144a96b6eb7e1d63bc8ae762096 | refs/heads/master | 2020-04-22T12:08:57.640316 | 2009-02-08T16:14:00 | 2009-02-08T16:14:00 | 40,747,642 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,993 | cpp | /*----------------------------------------------------------------------------*/
/* COPYRIGHT: TriTime (c) 2003/2005 / www.tritime.org */
/*----------------------------------------------------------------------------*/
/* PROJEKT : TTCUT 2005 ... | [
"tritime@7763a927-590e-0410-8f7f-dbc853b76eaa"
] | [
[
[
1,
670
]
]
] |
0b886245bf9c41c19ee2ff0d06e31ed0207befc0 | 2dbbca065b62a24f47aeb7ec5cd7a4fd82083dd4 | /OUAN/OUAN/Src/Graphics/RenderComponent/RenderComponent.h | e45f19e7463e3bc7cd5ca5ca87a7848d3e1d0333 | [] | no_license | juanjmostazo/once-upon-a-night | 9651dc4dcebef80f0475e2e61865193ad61edaaa | f8d5d3a62952c45093a94c8b073cbb70f8146a53 | refs/heads/master | 2020-05-28T05:45:17.386664 | 2010-10-06T12:49:50 | 2010-10-06T12:49:50 | 38,101,059 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 715 | h | #ifndef RenderComponentH_H
#define RenderComponentH_H
#include "../../Component/Component.h"
namespace OUAN
{
class RenderComponent: public Component
{
public:
RenderComponent(const std::string& type="");
~RenderComponent();
virtual void update(long elapsedTime);
protected:
virtual std::stri... | [
"juanj.mostazo@1610d384-d83c-11de-a027-019ae363d039",
"wyern1@1610d384-d83c-11de-a027-019ae363d039"
] | [
[
[
1,
13
],
[
16,
30
]
],
[
[
14,
15
]
]
] |
35352f63d8bced4c2298cf5ae0a85f18ffe9c961 | d115cf7a1b374d857f6b094d4b4ccd8e9b1ac189 | /tags/pyplusplus_dev_1.0.0/unittests/data/smart_pointers_to_be_exported.hpp | 5029ae4464bcfa939c11a6c19d1982192545a612 | [
"BSL-1.0"
] | permissive | gatoatigrado/pyplusplusclone | 30af9065fb6ac3dcce527c79ed5151aade6a742f | a64dc9aeeb718b2f30bd6a5ff8dcd8bfb1cd2ede | refs/heads/master | 2016-09-05T23:32:08.595261 | 2010-05-16T10:53:45 | 2010-05-16T10:53:45 | 700,369 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,253 | hpp | // Copyright 2004-2008 Roman Yakovenko.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef __smart_pointers_to_be_exported_hpp__
#define __smart_pointers_to_be_exported_hpp__
#include <memory>
#incl... | [
"roman_yakovenko@dc5859f9-2512-0410-ae5c-dd123cda1f76"
] | [
[
[
1,
83
]
]
] |
1aa63c6287c85a33524e834294e1cd700e7cfe75 | 33f59b1ba6b12c2dd3080b24830331c37bba9fe2 | /Depend/Foundation/Distance/Wm4DistSegment3Box3.h | eabb3ab871f6e11279364a5dd06d78c534338fdd | [] | no_license | daleaddink/flagship3d | 4835c223fe1b6429c12e325770c14679c42ae3c6 | 6cce5b1ff7e7a2d5d0df7aa0594a70d795c7979a | refs/heads/master | 2021-01-15T16:29:12.196094 | 2009-11-01T10:18:11 | 2009-11-01T10:18:11 | 37,734,654 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,632 | h | // Geometric Tools, Inc.
// http://www.geometrictools.com
// Copyright (c) 1998-2006. All Rights Reserved
//
// The Wild Magic Version 4 Foundation Library source code is supplied
// under the terms of the license agreement
// http://www.geometrictools.com/License/Wm4FoundationLicense.pdf
// and may not be ... | [
"yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa"
] | [
[
[
1,
57
]
]
] |
9639766538d99e7d9ff8abbe18674e56e28f04a3 | 2112057af069a78e75adfd244a3f5b224fbab321 | /branches/refactor/src_root/src/ireon_client/client_frame_listener.cpp | 1b53f2e6ec298ffdfd46b74b74e0f8d1ad4f514a | [] | no_license | blockspacer/ireon | 120bde79e39fb107c961697985a1fe4cb309bd81 | a89fa30b369a0b21661c992da2c4ec1087aac312 | refs/heads/master | 2023-04-15T00:22:02.905112 | 2010-01-07T20:31:07 | 2010-01-07T20:31:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,150 | cpp | /* Copyright (C) 2005 ireon.org developers council
* $Id: client_frame_listener.cpp 433 2005-12-20 20:19:15Z zak $
* 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
* ... | [
"psavichev@gmail.com"
] | [
[
[
1,
32
]
]
] |
38edefd89256f8bce675c21cb040bacc3dd89792 | ea12fed4c32e9c7992956419eb3e2bace91f063a | /zombie/code/nebula2/src/gui/nguislideshow_main.cc | b4c00f4c7452e534ec0168b8bcef699aedd4f752 | [] | no_license | ugozapad/TheZombieEngine | 832492930df28c28cd349673f79f3609b1fe7190 | 8e8c3e6225c2ed93e07287356def9fbdeacf3d6a | refs/heads/master | 2020-04-30T11:35:36.258363 | 2011-02-24T14:18:43 | 2011-02-24T14:18:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,010 | cc | #include "precompiled/pchngui.h"
//------------------------------------------------------------------------------
// nguislideshow_main.cc
// (C) 2005 RadonLabs GmbH
//------------------------------------------------------------------------------
#include "gui/nguislideshow.h"
#include "gui/nguislide.h"
#inclu... | [
"magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91"
] | [
[
[
1,
198
]
]
] |
4340318d22d639ebb90db0ef395f108eee7605de | 33f59b1ba6b12c2dd3080b24830331c37bba9fe2 | /Depend/Foundation/Intersection/Wm4IntrRay3Triangle3.cpp | 546cb1833e04f4177b4772446742e7411abb810f | [] | no_license | daleaddink/flagship3d | 4835c223fe1b6429c12e325770c14679c42ae3c6 | 6cce5b1ff7e7a2d5d0df7aa0594a70d795c7979a | refs/heads/master | 2021-01-15T16:29:12.196094 | 2009-11-01T10:18:11 | 2009-11-01T10:18:11 | 37,734,654 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,561 | cpp | // Geometric Tools, Inc.
// http://www.geometrictools.com
// Copyright (c) 1998-2006. All Rights Reserved
//
// The Wild Magic Version 4 Foundation Library source code is supplied
// under the terms of the license agreement
// http://www.geometrictools.com/License/Wm4FoundationLicense.pdf
// and may not be ... | [
"yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa"
] | [
[
[
1,
193
]
]
] |
bf201c330fd9cd279958c65c204495773007ed89 | 3eae8bea68fd2eb7965cca5afca717b86700adb5 | /Engine/Project/Core/GnMesh/Source/GnSQLiteTable.cpp | 1cf1b2d0fa575882db38f7da1e3a9e72fec4ba71 | [] | no_license | mujige77/WebGame | c0a218ee7d23609076859e634e10e29c92bb595b | 73d36f9d8bfbeaa944c851e8a1cfa5408ce1d3dd | refs/heads/master | 2021-01-01T15:51:20.045414 | 2011-10-03T01:02:59 | 2011-10-03T01:02:59 | 455,950 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,843 | cpp | #include "GnMeshPCH.h"
#include "GnSQLiteTable.h"
#include "sqlite3.h"
GnSQLiteTable::GnSQLiteTable()
{
mpaszResults = 0;
mnRows = 0;
mnCols = 0;
mnCurrentRow = 0;
}
GnSQLiteTable::GnSQLiteTable(const GnSQLiteTable& rTable)
{
mpaszResults = rTable.mpaszResults;
// Only one object can own the re... | [
"mujige77@naver.com"
] | [
[
[
1,
247
]
]
] |
45d5e9b9d9aeebe0277adcb817a41064ce35c709 | 28aa23d9cb8f5f4e8c2239c70ef0f8f6ec6d17bc | /mytesgnikrow --username hotga2801/Project/MotionAdaboost/Develop/hbp/StdAfx.cpp | afdb70a597dc9be0c10483d632c110cfc9387f57 | [] | no_license | taicent/mytesgnikrow | 09aed8836e1297a24bef0f18dadd9e9a78ec8e8b | 9264faa662454484ade7137ee8a0794e00bf762f | refs/heads/master | 2020-04-06T04:25:30.075548 | 2011-02-17T13:37:16 | 2011-02-17T13:37:16 | 34,991,750 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 209 | cpp | // stdafx.cpp : source file that includes just the standard includes
// segment.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
| [
"hotga2801@ecd9aaca-b8df-3bf4-dfa7-576663c5f076"
] | [
[
[
1,
8
]
]
] |
936bf356bcd6e311db53159a3d6bb84334d31c87 | 8174a17ebdc4fc1a873195e573103e444491f06e | /Babel/ABSNetwork.h | 066f40600f23e0934a1f77e51fb4963e9fb8ee1c | [] | no_license | RemiGuillard/Troll-Babel | 517c298469b40372162cea5101a5226612d8aa37 | 379156b3942f700df29d19ae47db324e61479308 | refs/heads/master | 2021-01-01T05:53:47.615138 | 2010-12-05T21:30:35 | 2010-12-05T21:30:35 | 32,143,730 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 501 | h | #ifndef ABSNETWORK
# define ABSNETWORK
#include <QString>
#include <QAbstractSocket>
class ABSNetwork
{
public:
ABSNetwork();
virtual void createSocket() = 0;
virtual void socketConnection(const QString &, quint16) = 0;
virtual char* packetRcv() = 0;
virtual void packetSend(const char *) = 0;... | [
"remi.rhcp@gmail.com"
] | [
[
[
1,
25
]
]
] |
c9fb082440ad94d0c68fa879bb3e7984b6a3f904 | 27d5670a7739a866c3ad97a71c0fc9334f6875f2 | /CPP/Targets/SupportWFLib/symbian/DummySlaveAudio.h | f008b70267c5da61ee356b3612893bf88a06be1d | [
"BSD-3-Clause"
] | permissive | ravustaja/Wayfinder-S60-Navigator | ef506c418b8c2e6498ece6dcae67e583fb8a4a95 | 14d1b729b2cea52f726874687e78f17492949585 | refs/heads/master | 2021-01-16T20:53:37.630909 | 2010-06-28T09:51:10 | 2010-06-28T09:51:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,003 | h | /*
Copyright (c) 1999 - 2010, Vodafone Group Services Ltd
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list... | [
"hlars@sema-ovpn-morpheus.itinerary.com"
] | [
[
[
1,
82
]
]
] |
07aa7c4c58f44fb8ae9eaedc3c9a1f7a4f619bcd | 2ca3ad74c1b5416b2748353d23710eed63539bb0 | /Pilot/Lokapala_Communication/Raptor/DharaniFacade.h | 14f4a56c3fb020d9f8ab9a092d3749ea7c70af35 | [] | no_license | sjp38/lokapala | 5ced19e534bd7067aeace0b38ee80b87dfc7faed | dfa51d28845815cfccd39941c802faaec9233a6e | refs/heads/master | 2021-01-15T16:10:23.884841 | 2009-06-03T14:56:50 | 2009-06-03T14:56:50 | 32,124,140 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 985 | h | /**@file DharaniFacade.h
* @brief Dharani component의 facade
* @author siva
*/
#ifndef DHARANI_FACADE_H
#define DHARANI_FACADE_H
#include "DharaniInterface.h"
#include "DharaniDTO.h"
/**@ingroup GroupDharani
* @class CDharaniFacade
* @brief Dharani Component의 Facade. Interface를 상속받아 실질적인 행동을 한다.
*... | [
"nilakantha38@b9e76448-5c52-0410-ae0e-a5aea8c5d16c"
] | [
[
[
1,
42
]
]
] |
8184a3dd82b663535577d74a05fff4e6756e2e8d | 5ac13fa1746046451f1989b5b8734f40d6445322 | /minimangalore/Nebula2/code/nebula2/src/resource/nmeshcopyresourceloader_main.cc | dd63a747938a1e15868783728e2a17995ba9915f | [] | 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 | 4,229 | cc | #define N_IMPLEMENTS nMeshCopyResourceLoader
//------------------------------------------------------------------------------
// (C) 2006 RadonLabs GmbH
//------------------------------------------------------------------------------
#include "resource/nmeshcopyresourceloader.h"
nNebulaClass(nMeshCopyResourceLo... | [
"BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
122
]
]
] |
a16aa6b294bc5069a5dfeba2588d24d842ea4315 | b14d5833a79518a40d302e5eb40ed5da193cf1b2 | /cpp/extern/xercesc++/2.6.0/src/xercesc/util/PanicHandler.hpp | 895810fed3490906fe07fd3ded7de41cc483645e | [
"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,113 | hpp | /*
* Copyright 2003,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,
140
]
]
] |
456e05149886a1de7bc490f6c8471ea4bc4a5883 | b14d5833a79518a40d302e5eb40ed5da193cf1b2 | /cpp/extern/xercesc++/2.6.0/src/xercesc/util/Platforms/Win32/Win32PlatformUtils.cpp | 91d345b59f69f8ab59a72930df88c5b4ef9a53be | [
"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 | 27,773 | cpp | /*
* Copyright 1999-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... | [
"aburke@bitflood.org"
] | [
[
[
1,
852
]
]
] |
2fd4cd7f2828fa60c59c9adcb41fae3c77316f12 | ca2395f4eec7e941d0d91d7e2913f8cc66b14472 | /ConnectDialog.cpp | 03cb0f02905be1bc7bafae5889127e38981ad7b0 | [] | no_license | EmilHernvall/chatclient | 21a27de2e44bb25dd2acb34a8d75a79d8e7bd46a | 47e16866992e4dd4ce3e5538b32b09ed2dfaef06 | refs/heads/master | 2021-01-15T22:28:44.465662 | 2008-04-16T16:12:48 | 2008-04-16T16:12:48 | 1,697,523 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,073 | cpp | #include "stdafx.h"
#include "ConnectDialog.h"
#include "ChatClient.h"
#include "Net.h"
#include "IRC.h"
// Declared in NetThread.cpp
VOID NetworkThread(PVOID pvoid);
ConnectDialog::ConnectDialog(HINSTANCE hInst, INT nResource, HWND hwndParent, ChatClient *bwChatClient)
: Dialog(hInst, nResource, hwndParent... | [
"emil@2d89dd5f-9cc0-461d-8d4c-555c0e271dc8"
] | [
[
[
1,
129
]
]
] |
8e0e37dd606edefcdd7bfd1d323fbe90e0aec489 | 6c8c4728e608a4badd88de181910a294be56953a | /CommunicationModule/TelepathyIM/FriendRequest.h | 178683862216c2ded2516e6dabcf183452f97cbe | [
"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 | 2,015 | h | // For conditions of distribution and use, see copyright notice in license.txt
#ifndef incl_Communication_TelepathyIM_FriendRequest_h
#define incl_Communication_TelepathyIM_FriendRequest_h
#include <TelepathyQt4/Contact>
#include <TelepathyQt4/PendingOperation>
//#include "interface.h"
#include "ModuleLogging... | [
"Stinkfist0@5b2332b8-efa3-11de-8684-7d64432d61a3",
"mattiku@5b2332b8-efa3-11de-8684-7d64432d61a3",
"jujjyl@5b2332b8-efa3-11de-8684-7d64432d61a3"
] | [
[
[
1,
2
],
[
13,
18
],
[
20,
34
],
[
36,
38
],
[
42,
43
],
[
49,
49
]
],
[
[
3,
7
],
[
11,
12
],
[
19,
19
],
[
35,
... |
a841298db1f875c97a5eedf36f5386272bf0d32f | b14d5833a79518a40d302e5eb40ed5da193cf1b2 | /cpp/extern/crypto++/5.2.1/serpent.cpp | db5ff89ab9ef322c853f15b355d9164afa9b4b7c | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-cryptopp"
] | 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 | 11,376 | cpp | // serpent.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "serpent.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
// linear transformation
#define LT(i,a,b,c,d,e) {\
a = rotlFixed(a, 13); \
c = rotlFixed(c, 3); \
d = rotlFixed(d ^ c ^ (a << 3), 7); \
b = rotlFix... | [
"aburke@bitflood.org"
] | [
[
[
1,
544
]
]
] |
21d5c78c8194d31ed07839c3875de205786b3214 | 3276915b349aec4d26b466d48d9c8022a909ec16 | /c++/运算符重载/转换运算符重载.cpp | 7831a4ee518db83aacbb765c9583242645617e73 | [] | no_license | flyskyosg/3dvc | c10720b1a7abf9cf4fa1a66ef9fc583d23e54b82 | 0279b1a7ae097b9028cc7e4aa2dcb67025f096b9 | refs/heads/master | 2021-01-10T11:39:45.352471 | 2009-07-31T13:13:50 | 2009-07-31T13:13:50 | 48,670,844 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 407 | cpp | //转换运算符
#include<iostream>
#include<string>
using namespace std;
class inter
{
string::size_type num;
public:
inter() : num(48){}
operator int () const //没有返回值 没有参数 为const 必须return num
{
cout <<"调用转换操作符" << endl;
return num;
}
};
int main()
{
inter minter;
cout << char(... | [
"sxoo0305@yahoo.com.cn"
] | [
[
[
1,
29
]
]
] |
cbeda2db237180d738c23b6b55f4ba613b101b0e | 974a20e0f85d6ac74c6d7e16be463565c637d135 | /trunk/packages/dGLW/dGLWButton.h | 52fe8696490650ccf3a5e5cf0fa392db5b631940 | [] | no_license | Naddiseo/Newton-Dynamics-fork | cb0b8429943b9faca9a83126280aa4f2e6944f7f | 91ac59c9687258c3e653f592c32a57b61dc62fb6 | refs/heads/master | 2021-01-15T13:45:04.651163 | 2011-11-12T04:02:33 | 2011-11-12T04:02:33 | 2,759,246 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,146 | h | /* Copyright (c) <2010-2011> <Julio Jerez, Newton Game Dynamics>
*
* 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 software for any... | [
"jerezjulio@sbcglobal.net@b7a2f1d6-d59d-a8fe-1e9e-8d4888b32692"
] | [
[
[
1,
34
]
]
] |
25c51dbcd4b2e994c214ec29b1b629c6a4daf567 | 19b8f2132768c8c52238180e15815cbd4243b41d | /EDA Fase II/EDA II Fase 11057 Exact Sum/11057/main.cpp | f0b01d9897fb4c124372ae4269dfee79de39b07c | [] | no_license | Greatfox/Programas-EDA | 604ae99e2576ecfae8a0a2965834d1206f41fb02 | 73d5d5961e041c27aadea0314f066e21e6d87807 | refs/heads/master | 2016-09-03T02:23:10.221535 | 2011-12-16T04:44:39 | 2011-12-16T04:44:39 | 2,279,239 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 840 | cpp | #include <iostream>
#include <cstdio>
#include <string>
#include <vector>
#include <sstream>
#include <math.h>
#include <algorithm>
using namespace std;
bool myfunction (int i,int j) { return (i<j); }
int main()
{
int N,costo,T,sol1,sol2;
vector <int> VC;
while(cin>>N)
{
for(... | [
"alvaro.zuniga@ucsp.edu.pe"
] | [
[
[
1,
46
]
]
] |
385b701c458e60c8fd96a221c7095c77a4974f45 | de98f880e307627d5ce93dcad1397bd4813751dd | /3libs/ut/include/OXDlgBar.h | 2f02a5eb49554ae0df1de72d0af52fa607990997 | [] | no_license | weimingtom/sls | 7d44391bc0c6ae66f83ddcb6381db9ae97ee0dd8 | d0d1de9c05ecf8bb6e4eda8a260c7a2f711615dd | refs/heads/master | 2021-01-10T22:20:55.638757 | 2011-03-19T06:23:49 | 2011-03-19T06:23:49 | 44,464,621 | 2 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 3,245 | h | // ==========================================================================
// Class Specification : COXDialogBar
// ==========================================================================
// Header file : OXDlgBar.h
// Version: 9.3
// This software along with its related components, documentatio... | [
"andyweike@tom.com"
] | [
[
[
1,
111
]
]
] |
210af3c633673c8a54eab9472a4bfa77bfbfb5dc | 38926bfe477f933a307f51376dd3c356e7893ffc | /Source/GameDLL/VehicleMovementBase.cpp | f1d27f1b6c32b0ce1fc518924c37aed116df178d | [] | no_license | richmondx/dead6 | b0e9dd94a0ebb297c0c6e9c4f24c6482ef4d5161 | 955f76f35d94ed5f991871407f3d3ad83f06a530 | refs/heads/master | 2021-12-05T14:32:01.782047 | 2008-01-01T13:13:39 | 2008-01-01T13:13:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 68,614 | cpp | /*************************************************************************
Crytek Source File.
Copyright (C), Crytek Studios, 2001-2005.
-------------------------------------------------------------------------
$Id$
$DateTime$
Description: Implements a base class for vehicle movements
-------------------------... | [
"dante.renevo@gmail.com",
"kkirst@c5e09591-5635-0410-80e3-0b71df3ecc31"
] | [
[
[
1,
47
],
[
49,
57
],
[
59,
63
],
[
69,
126
],
[
130,
131
],
[
135,
154
],
[
182,
209
],
[
217,
244
],
[
253,
255
],
[
259,... |
b302b81d67bccf5015a72abc02b61ac5eefdb73f | df238aa31eb8c74e2c208188109813272472beec | /BCGInclude/BCGPSliderCtrl.h | 953154381ff57e375054a8160ca98e66f5091b99 | [] | no_license | myme5261314/plugin-system | d3166f36972c73f74768faae00ac9b6e0d58d862 | be490acba46c7f0d561adc373acd840201c0570c | refs/heads/master | 2020-03-29T20:00:01.155206 | 2011-06-27T15:23:30 | 2011-06-27T15:23:30 | 39,724,191 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,278 | h | //*******************************************************************************
// COPYRIGHT NOTES
// ---------------
// This is a part of BCGControlBar Library Professional Edition
// Copyright (C) 1998-2008 BCGSoft Ltd.
// All rights reserved.
//
// This source code can be used, distributed or modified
// o... | [
"myme5261314@ec588229-7da7-b333-41f6-0e1ebc3afda5"
] | [
[
[
1,
80
]
]
] |
aed1a40db45b04caf0bfe5828245b161d38afb73 | 7f30cb109e574560873a5eb8bb398c027f85eeee | /src/segmentationManager.h | aa7b85004befb6a6c0c9730d54e51908d5103913 | [] | no_license | svn2github/MITO | e8fd0e0b6eebf26f2382f62660c06726419a9043 | 71d1269d7666151df52d6b5a98765676d992349a | refs/heads/master | 2021-01-10T03:13:55.083371 | 2011-10-14T15:40:14 | 2011-10-14T15:40:14 | 47,415,786 | 1 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 3,091 | h | /**
* \file segmentationManager.h
* \brief Gestione segmentazione
* \author ICAR-CNR Napoli
*/
#ifndef _segmentationManager_h_
#define _segmentationManager_h_
#include "viewerHandler.h"
#include "infoFilter.h"
#include <vtkImageData.h>
/**
* \class segmentationManager
* \brief Classe per la gest... | [
"kg_dexterp37@fde90bc1-0431-4138-8110-3f8199bc04de"
] | [
[
[
1,
131
]
]
] |
96494b0228f2c27e8f2ad9e3896078e62be1e814 | a7109719291d3fb1e3dabfed9405d2b340ad8a89 | /Gandhi-Prototype/src/Win32Main.cpp | fbbe00114a3279db240da3cadba34dd577ef1af3 | [] | no_license | edufg88/gandhi-prototype | 0ea3c6a7bbe72b6d382fa76f23c40b4a0280c666 | 947f2c6d8a63421664eb5018d5d01b8da71f46a2 | refs/heads/master | 2021-01-01T17:32:40.791045 | 2011-12-19T20:10:34 | 2011-12-19T20:10:34 | 32,288,341 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,414 | cpp | // -------------------------
// Windows 32 bit window init functions
// -------------------------
#include <windows.h>
#include "cGame.h"
LRESULT CALLBACK WindowFunc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam )
{
switch(msg)
{
case WM_KEYDOWN: switch( wParam )
{
case VK_ESCAPE: ... | [
"edufg88@gmail.com@5f958858-fb9a-a521-b75c-3c5ff6351dd8",
"rolsmcs@gmail.com@5f958858-fb9a-a521-b75c-3c5ff6351dd8"
] | [
[
[
1,
44
],
[
46,
46
],
[
65,
98
]
],
[
[
45,
45
],
[
47,
64
]
]
] |
c877d59aae925ee7e9723e6c6dcf7ca6f97e88f3 | 5424018aa2443f3ad7688fb27afc67ffb6172f81 | /wajima/pss/src/pss/system/Process.cpp | 3a93cb87f42903864ccbc152188d6e37c41c148a | [] | no_license | Amakata/wajima | f9ed0b980df70ca9738bac6d381948e0fa2b318f | 6c58b04efa0c45eb0a2f21d67b79d5058c13f586 | refs/heads/master | 2021-01-17T06:24:37.237575 | 2005-01-09T08:24:04 | 2005-01-09T08:24:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 60 | cpp | #define PSS_SYSTEM_PROCESS_COMPILE
#include "Process.hpp"
| [
"ama@0d65b87a-bfcd-0310-b916-82c895c6ade2"
] | [
[
[
1,
2
]
]
] |
84af054459db55539379b55de05cf6340b187fa7 | 3276915b349aec4d26b466d48d9c8022a909ec16 | /c++小作品/sony/pureflatcreate.h | c4d26a721edd9576c26d22e1487f64d13ccd98bd | [] | no_license | flyskyosg/3dvc | c10720b1a7abf9cf4fa1a66ef9fc583d23e54b82 | 0279b1a7ae097b9028cc7e4aa2dcb67025f096b9 | refs/heads/master | 2021-01-10T11:39:45.352471 | 2009-07-31T13:13:50 | 2009-07-31T13:13:50 | 48,670,844 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 242 | h | #ifndef PUREFLATCREATE_HEADER
#define PUREFLATCREATE_HEADER
#include<iostream.h>
#include"createsony.h"
class PureFlatCreate :public CreateSony
{
public:
Sony * createinch29();
Sony * createinch43();
};
#endif
| [
"sxoo0305@yahoo.com.cn"
] | [
[
[
1,
20
]
]
] |
1861783c0be8c3de97b37cedafafe8f78738ed42 | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/os/ossrv/stdlibs/apps/libc/teststring/src/teststring.cpp | 878ad3729a90027ddb7f568a6de00e6246fde82e | [] | no_license | SymbianSource/oss.FCL.sftools.ana.compatanamdw | a6a8abf9ef7ad71021d43b7f2b2076b504d4445e | 1169475bbf82ebb763de36686d144336fcf9d93b | refs/heads/master | 2020-12-24T12:29:44.646072 | 2010-11-11T14:03:20 | 2010-11-11T14:03:20 | 72,994,432 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 127,808 | cpp | /*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl... | [
"none@none"
] | [
[
[
1,
4944
]
]
] |
4c4f6b2f9deb0760ba31d84f117a264584bc0155 | 8b506bf34b36af04fa970f2749e0c8033f1a9d7a | /Code/Engine2Linux/gwEngine.cpp | f36ebfac618eb1ec64fbb20a3841dfb6d73741e3 | [] | no_license | gunstar/Prototype | a5155e25d7d54a1991425e7be85bfc7da42c634f | a4448b5f6d18048ecaedf26c71e2b107e021ea6e | refs/heads/master | 2021-01-10T21:42:24.221750 | 2011-11-06T10:16:26 | 2011-11-06T10:16:26 | 2,708,481 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 366 | cpp | #include "gwEngine.h"
#include "gwCamera.h"
#include "gwEntity.h"
#include "gwMesh.h"
/*******************************************************************/
eiCamera* gwEngine::makeCamera()
{
return new gwCamera;
}
eiEntity* gwEngine::makeEntity(eiMesh* mesh)
{
return new gwEntity;
}
eiMesh* gwE... | [
"mb@mbrodersen.com"
] | [
[
[
1,
22
]
]
] |
fa3cd405d13cdcced89294ed749a3754811c2274 | a30b091525dc3f07cd7e12c80b8d168a0ee4f808 | /EngineAll/Textures/D3D9Texture.cpp | 73a1b8cf1ab8407cd0fdd5c2163cd7ef57d53c2d | [] | no_license | ghsoftco/basecode14 | f50dc049b8f2f8d284fece4ee72f9d2f3f59a700 | 57de2a24c01cec6dc3312cbfe200f2b15d923419 | refs/heads/master | 2021-01-10T11:18:29.585561 | 2011-01-23T02:25:21 | 2011-01-23T02:25:21 | 47,255,927 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,041 | cpp | /*
D3D9Texture.cpp
Written by Matthew Fisher
DirectX implementation of BaseTexture. See BaseTexture.h for a definiton of the base functions.
*/
#include "..\\..\\Main.h"
#ifdef USE_D3D9
D3D9Texture::D3D9Texture()
{
_SurfaceTopLevel = NULL;
_Texture = NULL;
_SurfacePlain = NULL;
_Device ... | [
"zhaodongmpii@7e7f00ea-7cf8-66b5-cf80-f378872134d2"
] | [
[
[
1,
345
]
]
] |
21de274006f5bee56f733b211b5a7d26088afa45 | b03c23324d8f048840ecf50875b05835dedc8566 | /engin3d/src/Lua/LuaFunctions.cpp | 633ae4ec4ac57fc892a4b2ed5277cc5b22d5cb48 | [] | no_license | carlixyz/engin3d | 901dc61adda54e6098a3ac6637029efd28dd768e | f0b671b1e75a02eb58a2c200268e539154cd2349 | refs/heads/master | 2018-01-08T16:49:50.439617 | 2011-06-16T00:13:26 | 2011-06-16T00:13:26 | 36,534,616 | 0 | 0 | null | null | null | null | ISO-8859-10 | C++ | false | false | 6,894 | cpp | #include "LuaFunctions.h"
#include "../Lua/LuaManager.h"
#include "../Character/CharacterManager.h"
#include "../Graphics/GraphicManager.h"
#include "../Character/Behaviour/Patrol.h"
int CreatePatrol( float posX, float posY, float posZ, float speed, float angSpeed, cVec3 colour, int liEnemyId, float lfAwareR... | [
"carlixyz@yahoo.com",
"manolopm@8d52fbf8-9d52-835b-178e-190adb01ab0c"
] | [
[
[
1,
4
],
[
7,
8
],
[
10,
13
],
[
15,
15
],
[
17,
17
],
[
22,
34
],
[
36,
43
],
[
49,
49
],
[
52,
56
],
[
134,
136
... |
0fb5ce60f833b28e47ad9e6bca14ed055f961a0c | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/compatanalysercmd/headeranalyser/src/ReportGenerator.cpp | 0dd42c907052c9e5b5bc1a2413897e0470252e09 | [] | no_license | SymbianSource/oss.FCL.sftools.ana.compatanamdw | a6a8abf9ef7ad71021d43b7f2b2076b504d4445e | 1169475bbf82ebb763de36686d144336fcf9d93b | refs/heads/master | 2020-12-24T12:29:44.646072 | 2010-11-11T14:03:20 | 2010-11-11T14:03:20 | 72,994,432 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 40,306 | cpp | /*
* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/leg... | [
"none@none"
] | [
[
[
1,
1173
]
]
] |
caf098671194ed0c6477d3b76835b32f541c0a5e | fe24c79c39afe2e8e3bcba87884f084ee4bf5d3b | /source/Raytracer.cpp | ca96b095feb35e35bf60c0608ca611c844279ed3 | [] | no_license | chuckiesmals/Thesis | e4622898990fa4e2e4faa057cf4be273799e3b9e | d9288bbe1d7091fc542699337ead8ceaebfd51de | refs/heads/master | 2016-08-02T20:30:37.260931 | 2010-12-19T00:05:09 | 2010-12-19T00:05:09 | 1,180,762 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,696 | cpp | #include "Raytracer.h"
void check(float x)
{
if (x < 0)
{
int ohgod = 3498;
}
}
Raytracer::Raytracer()
{
_defaultColor = Color3(0, 216.0f/255.0f, 1.0f);
_photonMap = new PhotonGrid(0.1f);
}
int Raytracer::setScene(const Scene::Ref& scene)
{
_currentScene = scene;
Array<Surface::Ref> sur... | [
"suresh@malakar.org"
] | [
[
[
1,
556
]
]
] |
f5e38730ba97987b17dfcfdb5a394e042d24734f | a0155e192c9dc2029b231829e3db9ba90861f956 | /MailFilter/Main/MFMail.h++ | 184c86a7c0392b169719f2b944a09f69932266fa | [] | 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 | ISO-8859-1 | C++ | false | false | 1,970 | /*
+
+ MFMail.h++
+
+ Mail Data Structures
+
+ This is MailFilter!
+ www.mailfilter.cc
+
+ Copyright 2002 Christian Hofstädtler.
+
+
+ - Aug/2002 ; ch ; Initial Code
+
+
*/
//#include <string.h>
#include "MailFilter.h"
#include <iXList.h>
#ifndef _MFMAIL_HPP_
#... | [
"ch@zeha.at"
] | [
[
[
1,
81
]
]
] | |
e0801dffa991b364997afbe8e71861bc17e7c32d | 3e69b159d352a57a48bc483cb8ca802b49679d65 | /tags/release-2005-12-22/pcbnew/netlist.cpp | 83fc0e406f26c29d1a8a7492ff222a298b0c070e | [] | 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 | 30,861 | cpp | /************************************/
/* PCBNEW: traitement des netlistes */
/************************************/
/* Fichier NETLIST.CPP */
/*
Fonction de lecture de la netliste pour:
- Chargement modules et nouvelles connexions
- Test des modules (modules manquants ou en trop
- Recalcul du cheve... | [
"bokeoa@244deca0-f506-0410-ab94-f4f3571dea26"
] | [
[
[
1,
1098
]
]
] |
3f308dc19323e2833658af784f5281918bcef7c2 | 74c8da5b29163992a08a376c7819785998afb588 | /NetAnimal/addons/pa/dependencies/include/ParticleUniverse/ParticleAffectors/ParticleUniverseSphereColliderFactory.h | 3c04306c6493272a443ae44233354172a7185a25 | [] | 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 | 2,093 | 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,
67
]
]
] |
9a4c3adad32a3888c3aeecc8a70f3e5c9f975607 | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /Game/ObjectDLL/ObjectShared/BodyState.h | 74b59b0b39eff2ae801ce875af431003fe0b3bc7 | [] | 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 | 7,372 | h | // (c) 1997-2000 Monolith Productions, Inc. All Rights Reserved
#ifndef __BODY_STATE_H__
#define __BODY_STATE_H__
#include "AIState.h"
class Body;
class CBodyState : public CAIClassAbstract
{
public :
DECLARE_AI_FACTORY_CLASS_ABSTRACT_SPECIFIC(State);
CBodyState( );
virtual void Init(B... | [
"vytautasrask@gmail.com"
] | [
[
[
1,
366
]
]
] |
cf2400bca340f77770710f9148f67c7a7dd7ffc2 | e109ae97b8a43dbf4f4a42a40f8c8da0641237a5 | /Lieutenant.cpp | ecd387b211889475d9158696d4b6a123145a5713 | [] | no_license | mtturner/strategoo-code | 8346d48e7b5c038d53843a5195fecd1dc0a4fec9 | 6bdd46fdbd8cc77eca1afdd0bc9e1d293e59e882 | refs/heads/master | 2016-09-06T15:57:20.713674 | 2011-05-06T03:36:15 | 2011-05-06T03:36:15 | 32,553,378 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,189 | cpp | /******************************************************
Lieutenant.cpp
This is the implementation file for the
Lieutenant class.
******************************************************/
#include "Lieutenant.h"
Lieutenant::Lieutenant(int xPos, int yPos, int boardSpace) : Piece(xPos, yPos, "lieutenant.png",... | [
"cakeeater07@28384a92-424b-c9e9-0b9a-6d5e880deeca",
"kylerchrdsn@gmail.com@28384a92-424b-c9e9-0b9a-6d5e880deeca"
] | [
[
[
1,
7
],
[
10,
10
],
[
12,
13
],
[
15,
59
]
],
[
[
8,
9
],
[
11,
11
],
[
14,
14
]
]
] |
43f38a01326cb148e6f0312ccc39a924f6353615 | 74c8da5b29163992a08a376c7819785998afb588 | /NetAnimal/Game/wheel/WheelDirector/include/Logic/WheelLogic.h | a56d6bb5621a44f33e4625ef3eafe27a498d3d6e | [] | 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 | GB18030 | C++ | false | false | 1,653 | h | #ifndef __Orz_WheelLogic_h__
#define __Orz_WheelLogic_h__
//#include "Engine.h"
//#include "WheelUI.h"
//#include "LogiEvent.h"
#include "WheelDirectorStableHeaders.h"
#include "WheelGame.h"
#include "logic/LogicEvent.h"
namespace Orz
{
class WheelGame;
class GameLogic;
class LogoLogic;
class Men... | [
"ogre3d@yeah.net"
] | [
[
[
1,
94
]
]
] |
2325c475a814d8a8aff87d8d49118f5468fadf55 | 3daaefb69e57941b3dee2a616f62121a3939455a | /mgllib/src/august/AugustEzGameFrame.cpp | d3245082546a30008fcb537c6b0781a1634eaa68 | [] | no_license | myun2ext/open-mgl-legacy | 21ccadab8b1569af8fc7e58cf494aaaceee32f1e | 8faf07bad37a742f7174b454700066d53a384eae | refs/heads/master | 2016-09-06T11:41:14.108963 | 2009-12-28T12:06:58 | 2009-12-28T12:06:58 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 9,805 | cpp | #include "stdafx.h"
#include "AugustEzGameFrame.h"
#include "MyuFunctions.h"
int CAugustEzGameFrame::ms_nInstanceCount=0;
// MainMethodを呼び出す
/*DWORD CallMainThread( DWORD dwInstancePtr )
{
CAugustEzGameFrame *pInstance = (CAugustEzGameFrame*)(dwInstancePtr);
return (DWORD)( pInstance->PrivateMainMethod()... | [
"myun2@6d62ff88-fa28-0410-b5a4-834eb811a934"
] | [
[
[
1,
339
]
]
] |
53d51a7e1bce69f84121fdc3dcc37c805cd2e262 | 011359e589f99ae5fe8271962d447165e9ff7768 | /src/burn/misc/pre90s/d_mystston.cpp | d08eeccfc038aac9b1d1042fbeafb322e24ce083 | [] | no_license | PS3emulators/fba-next-slim | 4c753375fd68863c53830bb367c61737393f9777 | d082dea48c378bddd5e2a686fe8c19beb06db8e1 | refs/heads/master | 2021-01-17T23:05:29.479865 | 2011-12-01T18:16:02 | 2011-12-01T18:16:02 | 2,899,840 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,074 | cpp | // FB Alpha Mysterious Stones Driver Module
// Based on MAME driver by Nicola Salmoria
#include "tiles_generic.h"
#include "m6502.h"
#include "driver.h"
extern "C" {
#include "ay8910.h"
}
static unsigned char *Mem, *Rom, *Gfx0, *Gfx1, *Gfx2, *Prom;
static unsigned char DrvJoy1[8], DrvJoy2[8], DrvReset, D... | [
"twinaphex1@gmail.com"
] | [
[
[
1,
675
]
]
] |
4c169e7b3a8cab5582236863090516e965250bb4 | 6b75de27b75015e5622bfcedbee0bf65e1c6755d | /array-table/stdarg.h | e0cb1e2416214f4aca2d87caa930636b5b87ad19 | [] | no_license | xhbang/data_structure | 6e4ac9170715c0e45b78f8a1b66c838f4031a638 | df2ff9994c2d7969788f53d90291608ac5b1ef2b | refs/heads/master | 2020-04-04T02:07:18.620014 | 2011-12-05T09:39:34 | 2011-12-05T09:39:34 | 2,393,408 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 9,698 | h | 今天写数组的数据结构时,看到了函数参数不确定头文件stdarg.h的一些用法,典型的例子有大家熟悉的函数printf()、scanf()和系统调用execl()等,那么它们是怎样实现的呢?
现在先用一个使用过程讲解一下:
◎用法:
func( Type para1, Type para2, Type para3, ... )
{
/****** Step 1 ******/
va_list ap;
va_start( ap, para3 ); //一定要“...”之前的那个参数 ,而且这个参数不能使引用类型,因为引用类型不能根据其地址获取后面参数的地址
/****** Step 2 ******/
... | [
"sonicisdreaming@gmail.com"
] | [
[
[
1,
244
]
]
] |
266b3a00a378c6df3a9c66d917682b0f20b31f1d | 619941b532c6d2987c0f4e92b73549c6c945c7e5 | /Source/Nuclex/Application.cpp | 23aa998a94d414aca6b635eb3fe692f50e037889 | [] | no_license | dzw/stellarengine | 2b70ddefc2827be4f44ec6082201c955788a8a16 | 2a0a7db2e43c7c3519e79afa56db247f9708bc26 | refs/heads/master | 2016-09-01T21:12:36.888921 | 2008-12-12T12:40:37 | 2008-12-12T12:40:37 | 36,939,169 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,837 | cpp | // //
// # # ### # # -= Nuclex Library =- //
// ## # # # ## ## Application.cpp - Platform abstraction of an application //
// ### # # ... | [
"ctuomail@gmail.com"
] | [
[
[
1,
466
]
]
] |
c3501d08829373397fcf2a5d00e68afa7da8393f | 60791ce953e9891f156b6862ad59ac4830a7cad2 | /CATL/random.h | 19e058dec6aff476e5310fa0db96c6b20575db26 | [] | no_license | siavashmi/catl-code | 05283c6e24a1d3aa9652421a93f094c46c477014 | a668431b661c59f597c6f9408c371ec013bb9072 | refs/heads/master | 2021-01-10T03:17:38.898659 | 2011-06-30T10:27:35 | 2011-06-30T10:27:35 | 36,600,037 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,920 | h | #ifndef _RANDOM_H
#define _RANDOM_H
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
#ifndef MAXINT
#define MAXINT 2147483647
#endif
/*
* random number generator
* these codes are from ns-2
*/
class RNG {
public:
RNG(){}
RNG(int seed) { set_seed( seed); };
void set_seed(int seed = ... | [
"yinzhimeng@gmail.com"
] | [
[
[
1,
272
]
]
] |
ef1b8709216212deecd1e94eccf02bf0a8065d95 | 9566086d262936000a914c5dc31cb4e8aa8c461c | /EnigmaSession/ServerSessionManager.hpp | 702072f056da422200440d3c9304a719ae7dc863 | [] | no_license | pazuzu156/Enigma | 9a0aaf0cd426607bb981eb46f5baa7f05b66c21f | b8a4dfbd0df206e48072259dbbfcc85845caad76 | refs/heads/master | 2020-06-06T07:33:46.385396 | 2011-12-19T03:14:15 | 2011-12-19T03:14:15 | 3,023,618 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 12,871 | hpp | #ifndef SERVERSESSIONMANAGER_HPP_INCLUDED
#define SERVERSESSIONMANAGER_HPP_INCLUDED
/*
Copyright © 2009 Christopher Joseph Dean Schaefer (disks86)
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... | [
"disks86@gmail.com"
] | [
[
[
1,
284
]
]
] |
f52ba2cf1c4b3322b573dfde8e4b977499dbc51b | b4671d6262e1b4171ca3407b0b3de2a1683639a1 | /Objects/Sphere.h | dd9442a1a117469cdf7123e5e68d3a38eae6a94e | [] | no_license | dgoemans/g-ray | c600792842c23c065564e984fb36fd14ef936171 | 268caee1841da2c00d6bc8860341e6196fd75d0f | refs/heads/master | 2021-01-01T05:51:46.927060 | 2008-08-22T21:27:45 | 2008-08-22T21:27:45 | 32,354,668 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 496 | h | #ifndef SPHERE_H_INCLUDED
#define SPHERE_H_INCLUDED
#include "BaseObject.h"
using namespace vmml;
using namespace RayTracerHelper;
class Sphere : public BaseObject
{
public:
Sphere( const Vector3f& position,
const float& radius,
const Color& color,
const float& reflectivity,
... | [
"dgoemans@8105284b-e854-0410-88c8-61786a572e0c"
] | [
[
[
1,
23
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.