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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0142b867daa3053e890e52e5c4ad9ecfea0d9a96 | c768f2f50a48d573f169f5bb3657a6f6b0747f6a | /MobileApp/ResultScreen.cpp | 2903bea660c506a7ac469097e01191545f4bc7e4 | [] | no_license | FransUrbo/LastBerakning | 2340e9521791e7abf93b63f625700633be0c8c48 | 69d4c3a1add527d6349d4c55e8d09be005e5954e | refs/heads/master | 2021-01-10T20:25:51.054155 | 2010-04-24T17:42:33 | 2010-04-24T17:42:33 | 2,987,655 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,652 | cpp | /*
* ResultScreen.cpp
*
* Code to do the actuall calculations!
*
* $Id: ResultScreen.cpp,v 1.14 2010-04-24 11:54:57 turbo Exp $
*/
#include <conprint.h> /* lprintfln() */
#include <MAUtil/String.h>
#include <MAUtil/util.h>
#include "screen.h"
#include "EditBoxScreen.h"
#include "ResultScreen.h"
#... | [
"turbo"
] | [
[
[
1,
139
]
]
] |
1d30500277a651d3acca1837bf5676d711489af1 | 197ac28d1481843225f35aff4aa85f1909ef36bf | /mcucpp/MSP430/timera2.h | d1be23a1c9c513f1bae3a8d48cdb8643a8a9de59 | [
"BSD-3-Clause"
] | permissive | xandroalmeida/Mcucpp | 831e1088eb38dfcf65bfb6fb3205d4448666983c | 6fc5c8d5b9839ade60b3f57acc78a0ed63995fca | refs/heads/master | 2020-12-24T12:13:53.497692 | 2011-11-21T15:36:03 | 2011-11-21T15:36:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,531 | h |
#pragma once
#ifndef _MSP43_TIMER_H
#define _MSP43_TIMER_H
namespace Timers
{
class Timer0
{
public:
typedef unsigned short DataT;
static const unsigned short MaxValue = 0xffff;
enum ClockDivider
{
DivStop = 0,
Div1 = ID_0,
Div2 = ID_1,
Div4 = ID_2,
Div8 = ID_3... | [
"konstantin.chizhov12@gmail.com",
"kchizhov@mirantis.com"
] | [
[
[
1,
13
],
[
15,
24
],
[
36,
41
],
[
43,
69
],
[
71,
81
],
[
83,
86
],
[
88,
198
]
],
[
[
14,
14
],
[
25,
35
],
[
42,
... |
575d00d8661abfc554e6f329400569b42350d83c | 105cc69f4207a288be06fd7af7633787c3f3efb5 | /HovercraftUniverse/HovercraftUniverse/BasePhantom.h | a65cc76c0b60672b066cac0951137aacde001302 | [] | no_license | allenjacksonmaxplayio/uhasseltaacgua | 330a6f2751e1d6675d1cf484ea2db0a923c9cdd0 | ad54e9aa3ad841b8fc30682bd281c790a997478d | refs/heads/master | 2020-12-24T21:21:28.075897 | 2010-06-09T18:05:23 | 2010-06-09T18:05:23 | 56,725,792 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 462 | h | #ifndef BASEPHANTOM_H
#define BASEPHANTOM_H
#include <Physics/Dynamics/Phantom/hkpSimpleShapePhantom.h>
namespace HovUni {
class BasePhantom : public hkpSimpleShapePhantom
{
public:
BasePhantom( const hkpShape *shape, const hkTransform &transform );
~BasePhantom(void);
//virtual void addOverlappi... | [
"pintens.pieterjan@2d55a33c-0a8f-11df-aac0-2d4c26e34a4c"
] | [
[
[
1,
23
]
]
] |
7e65a41c4474a8f989f1af5b6d7e66ccae78984e | 0b7226783e4b70944b4e66ae21eee9a3a0394e81 | /src/Independent/Code/FSCompiledCode.cpp | beae26eff95a2bd34b6f14b472d3b100b2c40b3a | [] | no_license | LittleEngineer/fridgescript | 061e3d3f0d17d8c0c0b8e089a3254c56edfa74e6 | 55b2e6bab63e826291b8d14f24c40f413f895e54 | refs/heads/master | 2021-01-10T16:52:37.530928 | 2009-09-06T10:58:21 | 2009-09-06T10:58:21 | 46,175,065 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,186 | cpp | /*
This file is part of FridgeScript.
FridgeScript is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
F... | [
"jheriko@78b37d4e-3566-11de-a9fe-ad1e22fc3a8a"
] | [
[
[
1,
38
]
]
] |
29ff317ba937d18b1076254980808f27d064acd4 | 075043812c30c1914e012b52c60bc3be2cfe49cc | /src/SDLGUIlibTests/Logger.cpp | 4be0d3d9cffb1efb3a031a50ab29b6b91a16f688 | [] | no_license | Luke-Vulpa/Shoko-Rocket | 8a916d70bf777032e945c711716123f692004829 | 6f727a2cf2f072db11493b739cc3736aec40d4cb | refs/heads/master | 2020-12-28T12:03:14.055572 | 2010-02-28T11:58:26 | 2010-02-28T11:58:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,097 | cpp | #include "stdafx.h"
#include "Logger.h"
Logger::Logger(std::string _filename)
{
output_.open(_filename.c_str(), std::ios::trunc);
}
Logger::~Logger(void)
{
output_.close();
}
Logger& Logger::ErrorOut()
{
static Logger logger("ErrorLog.txt");
return logger;
}
Logger& Logger::DiagnosticOut()
{... | [
"danishcake@hotmail.com"
] | [
[
[
1,
66
]
]
] |
9c1c88b63099e762f65dc277b1972138ee73866d | bfdfb7c406c318c877b7cbc43bc2dfd925185e50 | /engine/hyGC.cpp | 6d9db99f1156441abd7bda884c8fde76abc2837b | [
"MIT"
] | permissive | ysei/Hayat | 74cc1e281ae6772b2a05bbeccfcf430215cb435b | b32ed82a1c6222ef7f4bf0fc9dedfad81280c2c0 | refs/heads/master | 2020-12-11T09:07:35.606061 | 2011-08-01T12:38:39 | 2011-08-01T12:38:39 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 21,249 | cpp | /* -*- coding: sjis-dos; -*- */
/*
* copyright 2010 FUKUZAWA Tadashi. All rights reserved.
*/
#include "hyGC.h"
#include "hyMemPool.h"
#include "hyObject.h"
#include "hyVarTable.h"
#include "hyThread.h"
#include "hyThreadManager.h"
#include "hyCodeManager.h"
#include "hyBytecode.h"
#include "hyCont... | [
"applealien@nifty.com"
] | [
[
[
1,
753
]
]
] |
497106967c8085d7abb7e4a014c90ee074f2da74 | de2b54a7b68b8fa5d9bdc85bc392ef97dadc4668 | /TrackerOnFann21/ConfigurationHandler/ConfigHandler.h | abeb89db1a16534bcd3ea6b8649840a0881e0a55 | [] | no_license | kumarasn/tracker | 8c7c5b828ff93179078cea4db71f6894a404f223 | a3e5d30a3518fe3836f007a81050720cef695345 | refs/heads/master | 2021-01-10T07:57:09.306936 | 2009-04-17T15:02:16 | 2009-04-17T15:02:16 | 55,039,695 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 451 | h | /*
* ConfigHandler.h
*
* Created on: 05-feb-2009
* Author: Timpa
*/
#ifndef CONFIGHANDLER_H_
#define CONFIGHANDLER_H_
#include "stdio.h"
#include "iostream.h"
class ConfigHandler {
public:
ConfigHandler();
virtual ~ConfigHandler();
bool openConfigFile(std::string);
std::string ge... | [
"latesisdegrado@048d8772-f3ab-11dd-a8e2-f7cb3c35fcff"
] | [
[
[
1,
30
]
]
] |
c64903e7d3b66f5ac4c2b85a4c23f8534c22467f | 698f3c3f0e590424f194a4c138ed9706eb28b34f | /Classes/PlayingScene.h | 058e995404e282b8f2b9e184c11af00abe6981f6 | [] | no_license | nghepop/super-fashion-puzzle-cocos2d-x | 16b3a86072a6758fc2547b9e177bbfeebed82681 | 5e8d8637e3cf70b4ec45256347ccf7b350c11bce | refs/heads/master | 2021-01-10T06:28:10.028735 | 2011-12-03T23:49:16 | 2011-12-03T23:49:16 | 44,685,435 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,953 | h | #ifndef __playingscene_h__
#define __playingscene_h__
#include "cocos2d.h"
//#include "UIntegerLabel.h"
#include "BackgroundGirls.h"
#include "Board.h"
#include "TimeBar.h"
using namespace cocos2d;
typedef enum {
STARTING_STATE_GS,
READY,
PLAYING, // uses a nested state chart
PAUSED,
PAUSE_B... | [
"Francis89074@gmail.com"
] | [
[
[
1,
78
]
]
] |
22d54162c696fa88df9a9f043af4d9f8a3cd1bcc | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/wave/samples/waveidl/idl.cpp | 28a206715bad4a6d72aaa1622763ad27a9008117 | [
"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 | 19,970 | cpp | /*=============================================================================
Boost.Wave: A Standard compliant C++ preprocessor library
Sample: IDL oriented preprocessor
http://www.boost.org/
Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost
Software License, Vers... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
537
]
]
] |
16c215743d51dc3e53363c36eb2b0c8d04199963 | 718dc2ad71e8b39471b5bf0c6d60cbe5f5c183e1 | /soft micros/Codigo/codigo portable/Timer/Timer.cpp | 96a43f6f965a690a72e4f4eb232d2ed85fb9b7ea | [] | 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 | ISO-8859-2 | C++ | false | false | 5,197 | cpp | #include "Timer.hpp"
#include "stddef.h"
#include "stdtypes.h"
#include "BaseTimers.hpp"
#pragma DATA_SEG Timer_DATA
#pragma CODE_SEG Timer_CODE
#pragma CONST_SEG DEFAULT
BaseTimers *Timer::baseTimerDefault=NULL;
void Timer::setBaseTimerDefault(BaseTimers& b... | [
"nicopimen@9fc3b3b2-dce3-11dd-9b7c-b771bf68b549",
"jonymarino@9fc3b3b2-dce3-11dd-9b7c-b771bf68b549"
] | [
[
[
1,
89
],
[
93,
189
]
],
[
[
90,
92
]
]
] |
5e644e71a3c86dd72e13b6c04aa05bc00ebbc9a2 | 42b578d005c2e8870a03fe02807e5607fec68f40 | /src/pathname.cc | 51a2da9f0fd783741b9f3f27e20c5049fcb4fb78 | [
"MIT"
] | permissive | hylom/xom | e2b02470cd984d0539ded408d13f9945af6e5f6f | a38841cfe50c3e076b07b86700dfd01644bf4d4a | refs/heads/master | 2021-01-23T02:29:51.908501 | 2009-10-30T08:41:30 | 2009-10-30T08:41:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 62,376 | cc | #include "ed.h"
#include "pathname.h"
#include "dyn-handle.h"
#include "environ.h"
#include <io.h>
#include <math.h>
#include "except.h"
#include "mman.h"
#include <winioctl.h>
#include "thread.h"
#include "xstrlist.h"
#include "vwin32.h"
static lisp
file_error_condition (int e)
{
switch (e)
{
... | [
"hylom@mbwhite.local"
] | [
[
[
1,
2444
]
]
] |
790b8066dc3530187a3c2ea274e39aaeb9a32b74 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/_Common/Item.cpp | 118ffb6f7958c833280d92b5afe80bf90bbbf383 | [] | no_license | 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 | UHC | C++ | false | false | 21,822 | cpp | #include "stdafx.h"
#include "defineObj.h"
#include "CreateObj.h"
#if __VER >= 11 // __SYS_IDENTIFY
#include "randomoption.h"
#ifdef __WORLDSERVER
#include "ticket.h"
#endif // __WORLDSERVER
#endif // __SYS_IDENTIFY
#include "serialnumber.h"
#if __VER >= 9
#include "definetext.h"
#endif //
BOOL IsUs... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
888
]
]
] |
110b254aec038d5cd7894eb7b65d4ee00f958339 | e947bc69d8ee60ab0f1ccf28c9943027fa43f397 | /YJOptionDlg.cpp | 90fe0d46fca884b571b1c68d8c21bb15aa05185b | [] | no_license | losywee/yjui | fc33d8034d707a6663afef6cb8b55b1483992fc5 | caeea083b91597f7f3c46cb9e69dcb009258649a | refs/heads/master | 2021-01-10T07:35:15.909900 | 2010-04-01T09:14:23 | 2010-04-01T09:14:23 | 45,093,947 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,767 | cpp | // YJOptionDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "YJOptionDlg.h"
#include "Shared/Preferences.h"
#define TREE_MARGIN_TOP 10
#define TREE_MARGIN_BOTTOM 45
#define TREE_MARGIN_LEFT 10
#define TREE_WIDTH 120
#define GROUP_BOX_MARGIN_TOP TREE_MARGIN_TOP
#define GROUP_BOX_MARGIN_BOTTOM TREE_M... | [
"Caiyj.84@3d1e88fc-ca97-11de-9d4f-f947ee5921c8"
] | [
[
[
1,
217
]
]
] |
ad3eec3b493a5f91f99065c9536c584bde35f847 | 842997c28ef03f8deb3422d0bb123c707732a252 | /src/moaicore/MOAIGfxQuadDeck2D.cpp | d4e9603cde8bad44717d085b98602f63dd2101da | [] | 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 | 8,975 | cpp | // Copyright (c) 2010-2011 Zipline Games, Inc. All Rights Reserved.
// http://getmoai.com
#include "pch.h"
#include <moaicore/MOAIDeckRemapper.h>
#include <moaicore/MOAIGfxQuadDeck2D.h>
#include <moaicore/MOAIGrid.h>
#include <moaicore/MOAILogMessages.h>
#include <moaicore/MOAIProp.h>
#include <moaicore/MOAIT... | [
"Patrick@agile.(none)"
] | [
[
[
1,
303
]
]
] |
ebce0b4cd01781079d15b04e43b86ee9d38ecfdc | 1493997bb11718d3c18c6632b6dd010535f742f5 | /freetype/example1.cpp | 0c9bbfaedd3dff5ac305d3a0e54161e5e5d70043 | [] | no_license | kovrov/scrap | cd0cf2c98a62d5af6e4206a2cab7bb8e4560b168 | b0f38d95dd4acd89c832188265dece4d91383bbb | refs/heads/master | 2021-01-20T12:21:34.742007 | 2010-01-12T19:53:23 | 2010-01-12T19:53:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,266 | cpp | // example1.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "example1.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE g_hinst; // current instance
TCHAR g_title[MAX_LOADSTRING]; // The title bar text
TCHAR g_window_class[MAX_LOADSTRING]; // the ... | [
"kovrov@gmail.com"
] | [
[
[
1,
333
]
]
] |
c9afd64a71cead0b92f61176be503b0a8fe53c61 | 3e69b159d352a57a48bc483cb8ca802b49679d65 | /tags/release-2006-01-19/pcbnew/class_pad.cpp | ef3006eb081ed7a84f772d04aba9c58df6aabd88 | [] | 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 | 18,166 | cpp | /************************************************/
/* class_pad.cpp : fonctions de la classe D_PAD */
/************************************************/
#include "fctsys.h"
#include "gr_basic.h"
#include "wxstruct.h"
#include "common.h"
#include "pcbnew.h"
#include "trigo.h"
#ifdef PCBNEW
#include "d... | [
"bokeoa@244deca0-f506-0410-ab94-f4f3571dea26"
] | [
[
[
1,
668
]
]
] |
16ebe08b4ba33ede81651852f93490c4352e756e | b38ab5dcfb913569fc1e41e8deedc2487b2db491 | /libraries/SoftFX/header/Override.hpp | 5c98a36b685449872a187d0e206580669e48a581 | [] | no_license | santosh90n/Fury2 | dacec86ab3972952e4cf6442b38e66b7a67edade | 740a095c2daa32d33fdc24cc47145a1c13431889 | refs/heads/master | 2020-03-21T00:44:27.908074 | 2008-10-16T07:09:17 | 2008-10-16T07:09:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,950 | hpp | /*
SoftFX (Software graphics manipulation library)
Copyright (C) 2003 Kevin Gadd
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) a... | [
"kevin@1af785eb-1c5d-444a-bf89-8f912f329d98",
"janus@1af785eb-1c5d-444a-bf89-8f912f329d98"
] | [
[
[
1,
19
],
[
22,
36
],
[
41,
42
],
[
44,
59
],
[
63,
100
]
],
[
[
20,
21
],
[
37,
40
],
[
43,
43
],
[
60,
62
]
]
] |
b423d80c6fd17878a674280f69cef71dc0f25b37 | 4aadb120c23f44519fbd5254e56fc91c0eb3772c | /External/bullet/src/LinearMath/btScalar.h | 70994c19d615ec4a5f97caeae07ce989ee0e7f31 | [
"Zlib",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | 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 | WINDOWS-1252 | C++ | false | false | 16,080 | h | /*
Copyright (c) 2003-2009 Erwin Coumans http://bullet.googlecode.com
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 purpose... | [
"janfietz@localhost"
] | [
[
[
1,
505
]
]
] |
913dc1e1590eac70a62372a13d3654908231e225 | 2d4221efb0beb3d28118d065261791d431f4518a | /OIDE源代码/OLIDE/Controls/scintilla/scintillawrappers/ScintillaDocView.cpp | d366c1e4c393b5700126643eec13b820fcaa68ca | [] | no_license | ophyos/olanguage | 3ea9304da44f54110297a5abe31b051a13330db3 | 38d89352e48c2e687fd9410ffc59636f2431f006 | refs/heads/master | 2021-01-10T05:54:10.604301 | 2010-03-23T11:38:51 | 2010-03-23T11:38:51 | 48,682,489 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 54,014 | cpp | /*
Module : ScintillaDocView.CPP
Purpose: Defines the implementation for MFC CView and CDocument derived wrapper classes for the Scintilla
edit control (www.scintilla.org).
Created: PJN / 19-03-2004
History: PJN / 12-08-2004 1. Made all the remaining non virtual functions related to Find and Replace virt... | [
"olanguage@163.com"
] | [
[
[
1,
1669
]
]
] |
22df3c59f452fb47606fc3327b842a205bff9a0d | b2d46af9c6152323ce240374afc998c1574db71f | /cursovideojuegos/theflostiproject/3rdParty/boost/libs/assign/test/multi_index_container.cpp | f0ec974d9a7476f60129ddba74c1265a406b5502 | [] | 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 | 4,905 | cpp | // Boost.Assign library
//
// Copyright Thorsten Ottosen 2003-2004. 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)
//
// For more information, see http://www.boost.org/l... | [
"ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a"
] | [
[
[
1,
170
]
]
] |
bb20e2f52da4266cd61ae5a084d8cebc7988a30b | 0d717689533512937c427d3695e7f47839f23a9b | /scbwai/BWSAL_0.9.11/BWSAL_0.9.11/Addons/BuildOrderManager.cpp | c8c6d11b1f69bfd9dc32d7c8a0045c92a406f5c7 | [
"MIT"
] | permissive | unqueued/bwmas | 1b6d506ab390339b82992563230622dbedd1a76f | 22ad91482aed041684bc2389661260e0d8d8dda5 | refs/heads/master | 2020-12-24T13:28:48.836488 | 2011-05-17T21:40:27 | 2011-05-17T21:40:27 | 35,456,383 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 36,691 | cpp | #include <BuildOrderManager.h>
#include <BuildManager.h>
#include <TechManager.h>
#include <UpgradeManager.h>
#include <WorkerManager.h>
#include <SupplyManager.h>
#include <algorithm>
#include <stdarg.h>
#include <UnitGroupManager.h>
using namespace std;
using namespace BWAPI;
map<BWAPI::UnitType, map<BWAPI... | [
"Sythmaster@gmail.com"
] | [
[
[
1,
1016
]
]
] |
47c992305d0335f48b00a86a048e0722ade7722c | 968aa9bac548662b49af4e2b873b61873ba6f680 | /imgtools/imglib/memmap/source/memmap.cpp | 4364e564376dc1bc0e33df35be0b42466c4d7cde | [] | no_license | anagovitsyn/oss.FCL.sftools.dev.build | b3401a1ee3fb3c8f3d5caae6e5018ad7851963f3 | f458a4ce83f74d603362fe6b71eaa647ccc62fee | refs/heads/master | 2021-12-11T09:37:34.633852 | 2010-12-01T08:05:36 | 2010-12-01T08:05:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,219 | cpp | /*
* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.ecli... | [
"none@none"
] | [
[
[
1,
257
]
]
] |
fa2133ff66e6b6935674cbdd707678e1dec1d868 | 7a310d01d1a4361fd06b40a74a2afc8ddc23b4d3 | /src/MtlUpdateCmdUI.h | 9ee9d505a33324af26c0e74ae30ac5f71b1ed744 | [] | no_license | plus7/DonutG | b6fec6111d25b60f9a9ae5798e0ab21bb2fa28f6 | 2d204c36f366d6162eaf02f4b2e1b8bc7b403f6b | refs/heads/master | 2020-06-01T15:30:31.747022 | 2010-08-21T18:51:01 | 2010-08-21T18:51:01 | 767,753 | 1 | 2 | null | null | null | null | SHIFT_JIS | C++ | false | false | 19,393 | h | /**
* @file MtlUpdateCmdUI.h
* @brief CmdUI の更新関係.
*/
////////////////////////////////////////////////////////////////////////////
// MTL Version 0.10
// Copyright (C) 2001 MB<mb2@geocities.co.jp>
// All rights unreserved.
//
// This file is a part of Mb Template Library.
// The code and information is *NO... | [
"ahya365@gmail.com"
] | [
[
[
1,
744
]
]
] |
1275d9166ee4db5dab5c1aebc0f2179d77998540 | 9907be749dc7553f97c9e51c5f35e69f55bd02c0 | /WordplaySingle/Wordplay/wordplay_code/Tile.cpp | fc02287347d078a86cb57e51db5b5e46b66dc877 | [] | no_license | jdeering/csci476winthrop | bc8907b9cc0406826de76aca05e6758810377813 | 2bc485781f819c8fd82393ac86de33404e7ad6d3 | refs/heads/master | 2021-01-10T19:53:14.853438 | 2009-04-24T14:26:36 | 2009-04-24T14:26:36 | 32,223,762 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,976 | cpp | /*
Lauren Cairco
26 February 2009
CSCI 476 Project
Tile.cpp
This file is implementation of Tile.h, the Tile class for use in the Wordplay game module.
Functions are described in the .h file. Cppdocs comments are also found in this file.
*/
#include "Tile.h"
#include <iostream>
//////////////////////... | [
"deeringj2@2656ef14-ecf4-11dd-8fb1-9960f2a117f8",
"lcairco@2656ef14-ecf4-11dd-8fb1-9960f2a117f8"
] | [
[
[
1,
8
],
[
10,
20
],
[
26,
42
],
[
48,
88
],
[
94,
99
],
[
107,
112
],
[
118,
127
],
[
136,
140
],
[
142,
143
],
[
151,
... |
37a711b74ed0d6d056e0a52dcf7562fb778628cc | 5506729a4934330023f745c3c5497619bddbae1d | /vst2.x/tuio/dev_asio.cpp | 4288537b50943ae9ef471c37b41b27ebfdc09d82 | [] | no_license | berak/vst2.0 | 9e6d1d7246567f367d8ba36cf6f76422f010739e | 9d8f51ad3233b9375f7768be528525c15a2ba7a1 | refs/heads/master | 2020-03-27T05:42:19.762167 | 2011-02-18T13:35:09 | 2011-02-18T13:35:09 | 1,918,997 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 20,569 | cpp | #include <stdio.h>
#include <string.h>
#include "asiosys.h"
#include "asio.h"
#include "asiodrivers.h"
#include "dev_asio.h"
#include "sound.h"
// name of the ASIO device to be used
#if WINDOWS
#define ASIO_DRIVER_NAME "ASIO DirectX Full Duplex Driver"
// #define ASIO_DRIVER_NAME "ASIO Multimed... | [
"p4p4p4@web.de"
] | [
[
[
1,
569
]
]
] |
0047e3ecab730640d0e7b36165b9aec56cdb696f | 27bde5e083cf5a32f75de64421ba541b3a23dd29 | /external/GameX/source/gamex-image-bmp.cpp | 69c342d02eba4f05f6d2975e587d47dde42b74d0 | [] | 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 | 10,970 | cpp | //
// GameX - BMP/JPG/GIF-Handling Code
//
// This software is released under the GameX GNU GPL
// Open Source License. See the GameX documentation included
// with this source code for terms of modification,
// distribution and re-release.
//
//**************************************
//
// BMP Format - Fi... | [
"jbsheblak@5660b91f-811d-0410-8070-91869aa11e15"
] | [
[
[
1,
326
]
]
] |
25500b01c651827a85549b6b2f7ac9bdd9aff15e | 9773c3304eecc308671bcfa16b5390c81ef3b23a | /MDI AIPI V.6.92 2003 ( Correct Save Fired Rules, AM =-1, g_currentLine)/AIPI/GridCtrl/GridCellBase.cpp | bcb91b7f8899e5ddf9f8f596471a65cf80baa154 | [] | no_license | 15831944/AiPI-1 | 2d09d6e6bd3fa104d0175cf562bb7826e1ac5ec4 | 9350aea6ac4c7870b43d0a9f992a1908a3c1c4a8 | refs/heads/master | 2021-12-02T20:34:03.136125 | 2011-10-27T00:07:54 | 2011-10-27T00:07:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,801 | cpp | // GridCellBase.cpp : implementation file
//
// MFC Grid Control - Main grid cell base class
//
// Provides the implementation for the base cell type of the
// grid control. No data is stored (except for state) but default
// implementations of drawing, printingetc provided. MUST be derived
// from to be used.
... | [
"flexdeveloper@gmgs-iMac.local"
] | [
[
[
1,
723
]
]
] |
2a1a215a45a8a0a3e3d4dee52681bbc6261ed47d | 6581dacb25182f7f5d7afb39975dc622914defc7 | /easyMule/easyMule/src/UILayer/SearchResultsWnd.cpp | 2c3af73a4292a84df6992281119fb5e6eb00ead4 | [] | no_license | dice2019/alexlabonline | caeccad28bf803afb9f30b9e3cc663bb2909cc4f | 4c433839965ed0cff99dad82f0ba1757366be671 | refs/heads/master | 2021-01-16T19:37:24.002905 | 2011-09-21T15:20:16 | 2011-09-21T15:20:16 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 67,062 | cpp | /*
* $Id: SearchResultsWnd.cpp 18513 2010-03-24 09:41:45Z huby $
*
* this file is part of eMule
* Copyright (C)2002-2006 Merkur ( strEmail.Format("%s@%s", "devteam", "emule-project.net") / http://www.emule-project.net )
*
* This program is free software; you can redistribute it and/or
* modify it under... | [
"damoguyan8844@3a4e9f68-f5c2-36dc-e45a-441593085838"
] | [
[
[
1,
2127
]
]
] |
a26f35e8ae0444ac587526699c320b28154f5810 | 6e4f9952ef7a3a47330a707aa993247afde65597 | /PROJECTS_ROOT/SmartWires/SmartWndSizer/SmartWndSizer.cpp | dacff5b3e9718715bab8711bdc4af9ac58b9c7ac | [] | no_license | meiercn/wiredplane-wintools | b35422570e2c4b486c3aa6e73200ea7035e9b232 | 134db644e4271079d631776cffcedc51b5456442 | refs/heads/master | 2021-01-19T07:50:42.622687 | 2009-07-07T03:34:11 | 2009-07-07T03:34:11 | 34,017,037 | 2 | 1 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 42,594 | cpp | // SmartWndSizer.cpp: implementation of the CSmartWndSizer class.
//
//////////////////////////////////////////////////////////////////////
#include "SmartWndSizer.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
#define ADDDEBUGCHAR(c)
//#define ADDDEBUGCHA... | [
"wplabs@3fb49600-69e0-11de-a8c1-9da277d31688"
] | [
[
[
1,
1394
]
]
] |
d7a5a645000612865c96aae3b1b5aab3d4454ea3 | f3efbdc560277c0d0b5da2fc07c6b9574f5aadd4 | / lxyppc-oled/oled/USB/Src/UsbHid.cpp | 11ac5893dc1a0133ff7b57ed6618f9ebed31486a | [] | no_license | lxyppc/lxyppc-oled | 9a686820ff6bbfa3af11d2c058c9c9144da6ecf1 | 706201693896abae91cdcce616ad7366b9fc9efa | refs/heads/master | 2016-09-05T23:21:47.259439 | 2010-04-26T09:27:31 | 2010-04-26T09:27:31 | 32,801,575 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 15,074 | cpp | #include "StdAfx.h"
#include "..\INC\UsbHid.h"
#include "..\INC\hidsdi++.h"
#include "..\INC\hid.h"
#include "..\INC\setupapi.h"
#include "..\INC\usb100.h"
#include <dbt.h>
#ifndef LIB_USB_DEFINE
#pragma comment(lib, "..\\USB\\LIB\\setupapi.lib")
#pragma comment(lib, "..\\USB\\LIB\\hid.lib")
#endif
x... | [
"lxyppc@2b92f6c6-00d0-11df-bce7-934f6fdf4811"
] | [
[
[
1,
577
]
]
] |
57bde1611b99c1c3b3d9d5e82f2925f7a0e68963 | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/Dependencies/Xerces/include/xercesc/util/XMLString.cpp | cebdf776ac3395f2aacaa7c4c66ca5b4649b8df0 | [] | 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 | 55,330 | cpp | /*
* Copyright 1999-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... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
1970
]
]
] |
bc5e95dbba1c60e12bd6b291a0b8442d785d4640 | 555ce7f1e44349316e240485dca6f7cd4496ea9c | /DirectShowFilters/TsReader/source/DeMultiplexer.cpp | 5c244104dff99092eb66d893663809b51490e706 | [] | no_license | Yura80/MediaPortal-1 | c71ce5abf68c70852d261bed300302718ae2e0f3 | 5aae402f5aa19c9c3091c6d4442b457916a89053 | refs/heads/master | 2021-04-15T09:01:37.267793 | 2011-11-25T20:02:53 | 2011-11-25T20:11:02 | 2,851,405 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 67,662 | cpp | /*
* Copyright (C) 2005-2009 Team MediaPortal
* http://www.team-mediaportal.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 Foundation; either version 2, or (at your option)
* any ... | [
"ambass@team-mediaportal.com",
"tourettes@team-mediaportal.com",
"yamp@team-mediaportal.com",
"gemx@team-mediaportal.com",
"misterd81-mp@yahoo.de",
"ziphnor@team-mediaportal.com",
"gibman.dk@gmail.com",
"dman_lfc@team-mediaportal.com",
"tony@owlsroost.org.uk",
"music_man1352000@yahoo.com.au",
"p... | [
[
[
1,
1
],
[
3,
3
],
[
9,
9
],
[
14,
14
],
[
17,
17
],
[
29,
29
],
[
57,
57
],
[
94,
94
],
[
99,
99
],
[
101,
102
]... |
be786d6f863e1832d804c8739ce01bc2458970c7 | 54319da8732c447b8f196de5e98293083d3acf10 | /qt4_src/src/fxbuddy.cpp | c9fc5d665cbd1c23fa15c5a8e6a42c23bf9ec3b2 | [
"curl"
] | permissive | libfetion/libfetion-gui | 6c0ed30f9b31669048347352b292fbe02e5505f3 | a5912c7ac301830c2953378e58a4d923bc0a0a8d | refs/heads/master | 2021-01-13T02:16:46.031301 | 2010-09-19T10:42:37 | 2010-09-19T10:42:37 | 32,465,618 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 46,074 | cpp | /***************************************************************************
* Copyright (C) 2008 by DDD *
* dedodong@163.com *
* *
* This pr... | [
"alsor.zhou@3dff0f8e-6350-0410-ad39-8374e07577ec",
"libfetion@3dff0f8e-6350-0410-ad39-8374e07577ec",
"libfetion@gmail.com@3dff0f8e-6350-0410-ad39-8374e07577ec"
] | [
[
[
1,
24
],
[
28,
34
],
[
36,
53
],
[
65,
556
],
[
558,
561
],
[
568,
573
],
[
575,
593
],
[
595,
598
],
[
605,
616
],
[
636,... |
54c3e633468f41d3df903ee4f7144f8ef003240a | 460d5c0a45d3d377bfc4ce71de99f4abc517e2b6 | /Labs 3 & 5/Lab05.cpp | 4cc8989fee8cff888a3847d08b210d888fa58e64 | [] | no_license | wilmer/CS211 | 3ba910e9cc265ca7e3ecea2c71cf1246d430f269 | 1b0191c4ab7ebbe873fc5a09b9da2441a28d93d0 | refs/heads/master | 2020-12-25T09:38:34.633541 | 2011-03-06T04:53:54 | 2011-03-06T04:53:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,232 | cpp | #include <iostream>
#include "Lab05.h"
using namespace std;
LinkedList::LinkedList()
{
// Place implementation for constructor here.
}
LinkedList::~LinkedList()
{
// Place implementation for destructor here.
}
void LinkedList::AddStudents()
{
unsigned int dNumStudents;
cout << "How many stud... | [
"diamyo@diamyos-MacBook-Pro.local"
] | [
[
[
1,
97
]
]
] |
199a1004afe7136f649cd691e6e19097272c37e7 | ce262ae496ab3eeebfcbb337da86d34eb689c07b | /SERenderers/SE_OpenGL_Renderer/SEOpenGLRendering/SEWglRenderer.h | ac697ccf51e8cffa27ace085fa2cabfdaad6a48a | [] | 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 | 2,630 | 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,
74
]
]
] |
7becba8980f438553166842f98873e7ad7fd7585 | e2e49023f5a82922cb9b134e93ae926ed69675a1 | /tools/aosdesigner/view/ProjectView.hpp | 212c178b943a01207f9540c7b94e91dbd0199cfe | [] | no_license | invy/mjklaim-freewindows | c93c867e93f0e2fe1d33f207306c0b9538ac61d6 | 30de8e3dfcde4e81a57e9059dfaf54c98cc1135b | refs/heads/master | 2021-01-10T10:21:51.579762 | 2011-12-12T18:56:43 | 2011-12-12T18:56:43 | 54,794,395 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 806 | hpp | #ifndef HGUARD_AOSD_VIEW_PROJECTVIEW_HPP__
#define HGUARD_AOSD_VIEW_PROJECTVIEW_HPP__
#pragma once
#include <memory>
#include <QDockWidget>
class QTabWidget;
namespace aosd
{
namespace core { class Project; }
namespace view
{
class SequenceListView;
/** Display the basic informations about a ... | [
"klaim@localhost"
] | [
[
[
1,
49
]
]
] |
60c7e79b40c025ae9914b9a2ad996d8d0b5ecceb | dc4f8d571e2ed32f9489bafb00b420ca278121c6 | /mojo_engine/cDlgCursorBlind.cpp | c23d435b65069aac7b26613af768640e1e107be1 | [] | no_license | mwiemarc/mojoware | a65eaa4ec5f6130425d2a1e489e8bda4f6f88ec0 | 168a2d3a9f87e6c585bde4a69b97db53f72deb7f | refs/heads/master | 2021-01-11T20:11:30.945122 | 2010-01-25T00:27:47 | 2010-01-25T00:27:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,537 | cpp | /*************************************************************************************************
/*
/* cDlgCursorBlind.cpp
/*
/* started October 19, 2008
/*
/*************************************************************************************************/
#include "stdafx.h"
#include "cDlgCursorB... | [
"freddie@hotkeynet.com"
] | [
[
[
1,
44
]
]
] |
5cee3d68986aaebbc5cb1cb84e36095099116c29 | 81215fde203e75b157f2a3e3507d99897c6d2020 | /src/conodegraphicsitem.cpp | 65170184b2716e42a0d41e55e79ec9e872b58041 | [] | no_license | fuyasing/RankView | fb8e039843088a54da2ad10979726234ea467712 | b4d99cdfa03699ec41f8581db9262a367306b5a4 | refs/heads/master | 2020-05-17T10:58:47.709718 | 2011-06-25T14:05:05 | 2011-06-25T14:05:05 | 1,738,411 | 0 | 1 | null | 2012-08-04T14:49:30 | 2011-05-12T13:31:00 | C++ | UTF-8 | C++ | false | false | 3,036 | cpp | #include "conodegraphicsitem.h"
#include "colinegraphicsitem.h"
#include "graphics.h"
#include <QPainter>
#include <QStyleOptionGraphicsItem>
#include <QRectF>
#include <QPainterPath>
#include <QPainter>
#include <QStyleOptionGraphicsItem>
#include <QGraphicsSceneMouseEvent>
#include <QGraphicsWidget>
Co... | [
"fuyaxing@freestorm.org"
] | [
[
[
1,
108
]
]
] |
e98ec60d096b84599518dd0084c50d21eba1a191 | 29c5bc6757634a26ac5103f87ed068292e418d74 | /src/test/Logger.cpp | 63952ba29ce8a49a6ce923a3dee2eaf8ee8e2fb2 | [] | no_license | drivehappy/tlapi | d10bb75f47773e381e3ba59206ff50889de7e66a | 56607a0243bd9d2f0d6fb853cddc4fce3e7e0eb9 | refs/heads/master | 2021-03-19T07:10:57.343889 | 2011-04-18T22:58:29 | 2011-04-18T22:58:29 | 32,191,364 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,084 | cpp | #include "Logger.h"
using namespace Test;
Logger::Logger(const char* filename)
{
SetLoggingLevel(Verbose);
m_logTimer.reset();
m_outFile.open(filename, ios_base::out);
}
Logger::~Logger()
{
m_outFile.close();
}
wstring Logger::wFormat(const wchar_t *format, ...)
{
wstring res(L"");... | [
"drivehappy@53ea644a-42e2-1498-a4e7-6aa81ae25522"
] | [
[
[
1,
103
]
]
] |
2c4a1baf1f737dfb723d285201b85b0743190123 | 5ac13fa1746046451f1989b5b8734f40d6445322 | /minimangalore/Nebula2/code/mangalore/msg/gfxaddskin.cc | bb5bf8a92537b2647804b5a65b368404ec8529cd | [] | 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 | 414 | cc | //------------------------------------------------------------------------------
// msg/gfxaddskin.cc
// (C) 2006 Radon Labs GmbH
//------------------------------------------------------------------------------
#include "msg/gfxaddskin.h"
namespace Message
{
ImplementRtti(Message::GfxAddSkin, Message::Msg);
... | [
"BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
12
]
]
] |
28c33b301dd426728d8e252704149733a4caa1a7 | 847cccd728e768dc801d541a2d1169ef562311cd | /src/Utils/Properties/AbstractProperty.cpp | 9cc7f33a1505ddc7fa34abddcff268a4c4c1b066 | [] | 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 | 4,648 | cpp | #include "Common.h"
#include "AbstractProperty.h"
#include "../../ResourceSystem/XMLOutput.h"
#include "../XMLConverter.h"
void AbstractProperty::ReportConvertProblem( ePropertyType wrongType ) const
{
ocError << "Can't convert property '" << GetName() << "' from '" << PropertyTypes::GetStringName(GetType())... | [
"ondrej.mocny@gmail.com",
"Lukas.Hermann@seznam.cz",
"MacJariel@gmail.com"
] | [
[
[
1,
2
],
[
5,
21
],
[
27,
27
],
[
32,
32
],
[
48,
48
],
[
53,
53
],
[
63,
64
],
[
66,
66
],
[
68,
68
],
[
71,
71
... |
40ead311219625a0b4e1da0071bee8242b181832 | 8eee4b8f879a829a01b7859538129828f6e1f9a4 | /src/Application/Application.cpp | c59d27b5694dfc543199b61b740079ae8f31aab4 | [] | no_license | mperepelkin/GameTest | 32d53220a1c66dafa5253036cc021c1f5dba0da9 | 9b91bb455f45d9ba5d69551436923d45712166f1 | refs/heads/master | 2016-09-05T10:52:31.770611 | 2011-05-01T18:50:58 | 2011-05-01T18:50:58 | 1,688,707 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,135 | cpp | /**
* Application implementation.
*/
#include "assert.h"
#include "stdio.h"
#include "Application.h"
#include "GlutHelper/GlutHelper.h"
#include "GlutHelper/RenderingData.h"
#include "BulletHelper/BulletHelper.h"
#include "Timers/Timer.h"
#include "globals.h"
namespace GameTest {
// Ctor.
Applicati... | [
"mperepelkin@.(none)"
] | [
[
[
1,
55
]
]
] |
257b3c09db0bd82c3590ebd3aa5d24b2e12127f2 | 29c5bc6757634a26ac5103f87ed068292e418d74 | /src/tlclasses/_CLinkedListNode.h | 8bdf997b20929f693e65397edf81296e5c4be499 | [] | no_license | drivehappy/tlapi | d10bb75f47773e381e3ba59206ff50889de7e66a | 56607a0243bd9d2f0d6fb853cddc4fce3e7e0eb9 | refs/heads/master | 2021-03-19T07:10:57.343889 | 2011-04-18T22:58:29 | 2011-04-18T22:58:29 | 32,191,364 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 202 | h | #pragma once
namespace TLAPI {
#pragma pack(1)
struct LinkedListNode {
CBaseUnit* pCBaseUnit;
LinkedListNode* pNext;
LinkedListNode* pPrev;
};
#pragma pack()
};
| [
"drivehappy@53ea644a-42e2-1498-a4e7-6aa81ae25522"
] | [
[
[
1,
15
]
]
] |
5c4f5cc2621c68f8d7edd77f0ea7cfa87e91c040 | 463c3b62132d215e245a097a921859ecb498f723 | /lib/dlib/cmd_line_parser/cmd_line_parser_kernel_abstract.h | a2f0204067c905df544142ac84aab302b3da75ed | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | athulan/cppagent | 58f078cee55b68c08297acdf04a5424c2308cfdc | 9027ec4e32647e10c38276e12bcfed526a7e27dd | refs/heads/master | 2021-01-18T23:34:34.691846 | 2009-05-05T00:19:54 | 2009-05-05T00:19:54 | 197,038 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 12,086 | h | // Copyright (C) 2003 Davis E. King (davisking@users.sourceforge.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_CMD_LINE_PARSER_KERNEl_ABSTRACT_
#ifdef DLIB_CMD_LINE_PARSER_KERNEl_ABSTRACT_
#include "../algs.h"
#include <string>
#include "../interfaces/enumerable.h"... | [
"jimmy@DGJ3X3B1.(none)"
] | [
[
[
1,
314
]
]
] |
66685b55d68baf8884bd84b33b9f645a142d6669 | 444a151706abb7bbc8abeb1f2194a768ed03f171 | /trunk/CompilerSource/general/implicit_stack.h | 515fa0ab7c86c158cd4058eec34e01fe2e7c3d90 | [] | no_license | amorri40/Enigma-Game-Maker | 9d01f70ab8de42f7c80af9a0f8c7a66e412d19d6 | c6b701201b6037f2eb57c6938c184a5d4ba917cf | refs/heads/master | 2021-01-15T11:48:39.834788 | 2011-11-22T04:09:28 | 2011-11-22T04:09:28 | 1,855,342 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,353 | h | /********************************************************************************\
** **
** Copyright (C) 2008 Josh Ventura **
** ... | [
"amorri40@gmail.com"
] | [
[
[
1,
91
]
]
] |
c4861e35ca12bff644b680b2f2ffad26a3d90238 | c1a2953285f2a6ac7d903059b7ea6480a7e2228e | /deitel/ch09/Fig09_11_13/CreateAndDestroy.cpp | 6614c7079ccdce1088e960e128eedcad9c0772a2 | [] | no_license | tecmilenio/computacion2 | 728ac47299c1a4066b6140cebc9668bf1121053a | a1387e0f7f11c767574fcba608d94e5d61b7f36c | refs/heads/master | 2016-09-06T19:17:29.842053 | 2008-09-28T04:27:56 | 2008-09-28T04:27:56 | 50,540 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,951 | cpp | // Fig. 9.12: CreateAndDestroy.cpp
// CreateAndDestroy class member-function definitions.
#include <iostream>
using std::cout;
using std::endl;
#include "CreateAndDestroy.h" // include CreateAndDestroy class definition
// constructor
CreateAndDestroy::CreateAndDestroy( int ID, string messageString )
{
o... | [
"sebastianavina@gmail.com"
] | [
[
[
1,
42
]
]
] |
1ba6fb026c29bf066cb1c8132f19c3d0550ae3e8 | b2155efef00dbb04ae7a23e749955f5ec47afb5a | /source/OEBase/OEXmlMgr_Impl.h | 7f2f95bee3551379649849320e7a77436186e6df | [] | no_license | zjhlogo/originengine | 00c0bd3c38a634b4c96394e3f8eece86f2fe8351 | a35a83ed3f49f6aeeab5c3651ce12b5c5a43058f | refs/heads/master | 2021-01-20T13:48:48.015940 | 2011-04-21T04:10:54 | 2011-04-21T04:10:54 | 32,371,356 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 730 | h | /*!
* \file OEXmlMgr_Impl.h
* \date 24-7-2009 16:28:03
*
*
* \author zjhlogo (zjhlogo@163.com)
*/
#ifndef __OEXMLMGR_IMPL_H__
#define __OEXMLMGR_IMPL_H__
#include <OEBase/IOEXmlMgr.h>
class COEXmlMgr_Impl : public IOEXmlMgr
{
public:
RTTI_DEF(COEXmlMgr_Impl, IOEXmlMgr);
COEXmlMgr_Impl();
... | [
"zjhlogo@fdcc8808-487c-11de-a4f5-9d9bc3506571"
] | [
[
[
1,
35
]
]
] |
8c8bbe1eb702df937e0d36831652e5c13de47439 | 6e563096253fe45a51956dde69e96c73c5ed3c18 | /os/AX_Thread_Adapter.cpp | 65fed4f89cfa3a73fb155fb93217fd23c68fb2e1 | [] | no_license | 15831944/phoebemail | 0931b76a5c52324669f902176c8477e3bd69f9b1 | e10140c36153aa00d0251f94bde576c16cab61bd | refs/heads/master | 2023-03-16T00:47:40.484758 | 2010-10-11T02:31:02 | 2010-10-11T02:31:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,229 | cpp |
#include "AX_Thread_Adapter.h"
#include "AX_Thread_Manager.h"
//////////////////////////////////////////////////////////////////////////
AX_Base_Thread_Adapter::AX_Base_Thread_Adapter (
AX_THR_FUNC user_func,
void *arg,
AX_THR_C_FUNC entry_point,
AX_OS_Thread_Descriptor *td
#if defined (_WIN32)
, AX... | [
"guoqiao@a83c37f4-16cc-5f24-7598-dca3a346d5dd"
] | [
[
[
1,
139
]
]
] |
400989e00cabea0eb65766bfeaa46c87514e5835 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/config/test/has_tr1_mem_fn_pass.cpp | 0818fb446896cea79df85ebc5df3f86752792c06 | [
"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,024 | cpp | // This file was automatically generated on Mon Jan 24 16:31:49 2005
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
34
]
]
] |
79af6c172302308f709f9c1e4dbc4aaace2b4e51 | 6dac9369d44799e368d866638433fbd17873dcf7 | /src/branches/06112002/projects/src/libDI8.cpp | 63be92b15624d86ea0e8a302326d5ba08794d937 | [] | no_license | christhomas/fusionengine | 286b33f2c6a7df785398ffbe7eea1c367e512b8d | 95422685027bb19986ba64c612049faa5899690e | refs/heads/master | 2020-04-05T22:52:07.491706 | 2006-10-24T11:21:28 | 2006-10-24T11:21:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 925 | cpp | // libDI8.cpp : Defines the entry point for the DLL application.
//
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <Fusion.h>
#include "libDI8.h"
static int refcount = 0;
static bool first = true;
Fusion *fusion = NULL;
BOOL APIENTRY DllMain(HANDLE hModule,DWORD ul_reason_for_call,LPVO... | [
"chris_a_thomas@1bf15c89-c11e-0410-aefd-b6ca7aeaabe7"
] | [
[
[
1,
44
]
]
] |
048694e0664af89a738eadd6dd87e5976725ce12 | 019f72b2dde7d0b9ab0568dc23ae7a0f4a41b2d1 | /jot/MyComboBox.h | eb1a34c81fbdaee240d7754924199d52cb653e61 | [] | no_license | beketa/jot-for-X01SC | 7bb74051f494172cb18b0f6afa5df055646eed25 | 5158fde188bec3aea4f5495da0dc5dfcd4c1663b | refs/heads/master | 2020-04-05T06:29:04.125514 | 2010-07-10T05:36:49 | 2010-07-10T05:36:49 | 1,416,589 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 669 | h | //
// jot - Text Editor for Windows Mobile
// Copyright (C) 2007-2008, Aquamarine Networks. <http://pandora.sblo.jp/>
//
// This program is EveryOne's ware; you can redistribute it and/or modify it
// under the terms of the NYSL version 0.9982 or later. <http://www.kmonos.net/nysl/>
//
#pragma once
... | [
"takebe@cityfujisawa.ne.jp"
] | [
[
[
1,
30
]
]
] |
182bdc2e18d137d26ec86e07f1eb1eb1cfa4d5ac | 314fa4d6839de9abfdedb72a521a156c06522761 | /Torso/TorsoView.cpp | f44791305120c950354f277f6b92bd529e5c2522 | [] | no_license | moonjuice/moonjuice | 7b87f5a36cc696dc232cb8257e91aa60a0b5cca8 | 262bbf8e3e487191160566adf0f28771bccb375e | refs/heads/master | 2021-01-10T20:33:50.474152 | 2011-11-24T00:52:29 | 2011-11-24T00:52:29 | 32,118,070 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,776 | cpp | // TorsoView.cpp : implementation of the CTorsoView class
//
#include "stdafx.h"
#include "Torso.h"
#include "TorsoDoc.h"
#include "TorsoView.h"
#include ".\torsoview.h"
#include <cmath>
#include <fstream>
//#include <cstdio>
#include <cmath>
//#include "DetailDlg.h"
#ifdef _DEBUG
#define new DEBUG_N... | [
"moon80362@gmail.com@8026b7c3-d9ae-87c5-0fde-12bd377d1155"
] | [
[
[
1,
881
]
]
] |
9bc3b13b09580d8aaf31d0b4c5c4bf57586da9a8 | 166a15be5f6a44117e5324e8f824ea6990d07825 | /Beholder.cpp | bb5dd49e95245887d32e17ad36bcf475a3804220 | [] | no_license | pety3bi/winlirc-beholder | a1e3282ae7238b07eae13ea40fa804625118ece0 | 818ae5ec6a739fbb9dff8f658a9918a1dba75f7e | refs/heads/master | 2021-01-02T22:44:58.054739 | 2011-07-18T01:12:03 | 2011-07-18T01:12:03 | 34,176,551 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,154 | cpp | /*
* This file is part of the WinLIRC package, which was derived from
* LIRC (Linux Infrared Remote Control) 0.8.6.
*
* 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 ... | [
"PETY3bI@e25e1f14-6f9d-6d34-a0ee-eda25bfdb41b"
] | [
[
[
1,
97
]
]
] |
28877886084176e2d4240f38f543d6dd47778ea1 | 967868cbef4914f2bade9ef8f6c300eb5d14bc57 | /Object/Tracer.hpp | 7ed355b186f2350903ce26035418f6f6c69873a6 | [] | no_license | saminigod/baseclasses-001 | 159c80d40f69954797f1c695682074b469027ac6 | 381c27f72583e0401e59eb19260c70ee68f9a64c | refs/heads/master | 2023-04-29T13:34:02.754963 | 2009-10-29T11:22:46 | 2009-10-29T11:22:46 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,698 | hpp | /*
© Vestris Inc., Geneva, Switzerland
http://www.vestris.com, 1994-1999 All Rights Reserved
______________________________________________
written by Daniel Doubrovkine - dblock@vestris.com
*/
#ifndef BASE_TRACER_HPP
#define BASE_TRACER_HPP
#include <platform/include.hpp>
#ifdef BASE... | [
"dblock@dblock.org"
] | [
[
[
1,
95
]
]
] |
4544d5bc6a6806d453ad4f388f693ecceb2c0e26 | 1a671980a21ef2e96ea8907a961a200381295407 | /Rain/RainEditor/GeneratedFiles/qrc_raineditor.cpp | 9015191084a980547c1608529ebab47122ac8eba | [] | no_license | aosyang/existproj | 7061abccec18f08ea07e742cf1ac988aa9f03a0c | 78d92d81cc15234507305c83f3dff3b94edf091e | refs/heads/master | 2021-01-02T08:52:06.056633 | 2010-03-14T14:36:48 | 2010-03-14T14:36:48 | 34,500,388 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 727 | cpp | /****************************************************************************
** Resource object code
**
** Created: Thu Mar 11 12:19:47 2010
** by: The Resource Compiler for Qt version 4.6.0
**
** WARNING! All changes made in this file will be lost!
*********************************************************... | [
"aosyang@72c02e12-28e2-11df-b412-b12aa31876ca"
] | [
[
[
1,
30
]
]
] |
d8bdb511219ceddf8403c2d0ae3eeaf03c21c95d | 028fdbf6e634601077cf5a93d8494ef8453c4bcd | /Self Extractor/Self Extractor.h | ccca67df345293734ddd6efcee3833fd6b935b78 | [] | no_license | csyfek/sdl-sparks.extractor | c2c0ac55d54f3b489bc04f394aba0bab20578623 | 575aa57f829fad8173260c6b4bf00f34688c3883 | refs/heads/master | 2020-04-19T05:33:14.234652 | 2009-10-29T17:04:09 | 2009-10-29T17:04:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,270 | h | // Self Extractor.h : main header file for the SELF EXTRACTOR application
//
#if !defined(AFX_SELFEXTRACTOR_H__5C3D7753_497B_11D3_A8BC_0050043A01C0__INCLUDED_)
#define AFX_SELFEXTRACTOR_H__5C3D7753_497B_11D3_A8BC_0050043A01C0__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#ifndef _... | [
"lonicerae(at)gmail.com@localhost"
] | [
[
[
1,
47
]
]
] |
c91e81e6ef725c2f9b8506925f9bd48a25edc3ca | 138a353006eb1376668037fcdfbafc05450aa413 | /source/ogre/OgreNewt/boost/mpl/aux_/range_c/empty.hpp | 09fd5d286c14341cfe1224b619fd84f28ca5759d | [] | no_license | sonicma7/choreopower | 107ed0a5f2eb5fa9e47378702469b77554e44746 | 1480a8f9512531665695b46dcfdde3f689888053 | refs/heads/master | 2020-05-16T20:53:11.590126 | 2009-11-18T03:10:12 | 2009-11-18T03:10:12 | 32,246,184 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 981 | hpp |
#ifndef BOOST_MPL_AUX_RANGE_C_EMPTY_HPP_INCLUDED
#define BOOST_MPL_AUX_RANGE_C_EMPTY_HPP_INCLUDED
// 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... | [
"Sonicma7@0822fb10-d3c0-11de-a505-35228575a32e"
] | [
[
[
1,
37
]
]
] |
858b16f9cff13a7840ca3ff3ef140816b9d82798 | 7369bf6a69a3e9ddc0c8412846871b2f8f39abb9 | /Managers/ofxThinker.cpp | 2bcaf57ce807e941fb10e8eaf5f1a1de9765061a | [] | no_license | MiklakDIT/ofxengine | 32fffa2b8aa988ecb0726fbe93475ef9a3c2143a | ed35d885c9f6eb626ff8963f2db5b1d61d9d5fcd | refs/heads/master | 2021-03-12T22:27:45.857535 | 2009-07-23T16:39:05 | 2009-07-23T16:39:05 | 35,221,683 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,435 | cpp | /***************************************************************
* File: Managers/ofxThinker.cpp
* Author: nickiannone (aka ShotgunNinja)
* Status: Complete
***************************************************************/
#include "ofxThinker.h"
//================================================================... | [
"nickiannone@70296b60-74a0-11de-9207-fb4211ab666b"
] | [
[
[
1,
233
]
]
] |
17146f8effab25e1be0eb1b3ad6fb9882c39742a | dadf8e6f3c1adef539a5ad409ce09726886182a7 | /airplay/ext/TinyOpenEngine.Net/h/toeWebRequest.h | e15c3ac4fd78c7aa2177d82e01060775eadd6373 | [] | no_license | sarthakpandit/toe | 63f59ea09f2c1454c1270d55b3b4534feedc7ae3 | 196aa1e71e9f22f2ecfded1c3da141e7a75b5c2b | refs/heads/master | 2021-01-10T04:04:45.575806 | 2011-06-09T12:56:05 | 2011-06-09T12:56:05 | 53,861,788 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,214 | h | #pragma once
#include <toeIntrusiveList.h>
extern "C"
{
#include <curl/curl.h>
}
namespace TinyOpenEngine
{
class CtoeWebRequest: public TtoeIntrusiveListItem<CtoeWebRequest>
{
protected:
CURL * m_curl;
CURLM *multi_handle;
curl_slist *m_headerlist;
public:
CtoeWebRequest();
virtual ~C... | [
"gamemaster@101gr.com"
] | [
[
[
1,
76
]
]
] |
0612b65fc61803bc44d115d73e925109d52dd926 | a96b15c6a02225d27ac68a7ed5f8a46bddb67544 | /SetGame/GameState.cpp | daba4a92cf32569e1e0b2709d18cabf7eca7a264 | [] | no_license | joelverhagen/Gaza-2D-Game-Engine | 0dca1549664ff644f61fe0ca45ea6efcbad54591 | a3fe5a93e5d21a93adcbd57c67c888388b402938 | refs/heads/master | 2020-05-15T05:08:38.412819 | 2011-04-03T22:22:01 | 2011-04-03T22:22:01 | 1,519,417 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,479 | cpp | #include "GameState.hpp"
GameState::GameState(Gaza::Application * application, Gaza::FrameSheetCollection * cardFrames) : Gaza::BaseState(application)
{
this->cardFrames = cardFrames;
score = 0;
table = new Table(cardFrames, &score, application, sf::Vector2f(5, 5));
gameControls = new GameControls(table... | [
"joel.verhagen@gmail.com"
] | [
[
[
1,
55
]
]
] |
b6439e8c8d9ff861ef3265b60188ac93cfcdcde5 | d6eba554d0c3db3b2252ad34ffce74669fa49c58 | /Source/Wrappers/renderer.cpp | 6b429676dd57f21434079c89416b4414dfd2ee31 | [] | no_license | nbucciarelli/Polarity-Shift | e7246af9b8c3eb4aa0e6aaa41b17f0914f9d0b10 | 8b9c982f2938d7d1e5bd1eb8de0bdf10505ed017 | refs/heads/master | 2016-09-11T00:24:32.906933 | 2008-09-26T18:01:01 | 2008-09-26T18:01:01 | 3,408,115 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 261 | cpp | #include <windows.h>
#include "..\Helpers\datatypes.h"
#include "renderer.h"
renderer::renderer(void) : cam(0) {}
void renderer::AttachCamera(camera * _cam)
{
if(cam)
ReleaseCamera();
cam = _cam;
}
void renderer::ReleaseCamera() { cam = 0; } | [
"nick.bucciarelli@gmail.com"
] | [
[
[
1,
14
]
]
] |
f27cb85750bd5a2475c1977204bfb12f16427fa9 | 57574cc7192ea8564bd630dbc2a1f1c4806e4e69 | /Poker/Servidor/OpAgregarJugador.h | b3d0457bf897fe6d5a6f7ba018e66bdd33be448e | [] | 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 | 365 | h | #ifndef _OP_AGREGARJUGADOR_H_
#define _OP_AGREGARJUGADOR_H_
#include "Operacion.h"
using namespace std;
class OpAgregarJugador : public Operacion
{
protected:
virtual bool ejecutarAccion(Socket* socket);
public:
OpAgregarJugador(int idCliente, vector<string> parametros);
virtual ~OpAgregarJugador(v... | [
"natlehmann@gmail.com@a9434d28-8610-e991-b0d0-89a272e3a296"
] | [
[
[
1,
18
]
]
] |
f782f43538744351ec7d62cd1ee7f101a375e782 | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/mw/websrv/web_service_connection_api/senutils/inc/senutilsbctest.h | 742850bfa9dd5dfbb02a31167074098ab5d49726 | [] | 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 | 22,968 | h | /*
* Copyright (c) 2002 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,
571
]
]
] |
d9174864f5c03df7777ce8d73bd65cd08f9862c1 | 3da0b0276bc8c3d7d1bcdbabfb0e763a38d3a24c | /zju.finished/1965.cpp | 02c3237136d89cc31f218eeb11fafc961c323ad2 | [] | no_license | usherfu/zoj | 4af6de9798bcb0ffa9dbb7f773b903f630e06617 | 8bb41d209b54292d6f596c5be55babd781610a52 | refs/heads/master | 2021-05-28T11:21:55.965737 | 2009-12-15T07:58:33 | 2009-12-15T07:58:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,440 | cpp | #include<iostream>
#include<map>
#include<queue>
#include<algorithm>
#include<cstdio>
using namespace std;
enum {
Size = 52,
};
int freq[Size];
int node[Size];
int pos;
priority_queue<int, vector<int>, greater<int> > leaf;
multimap<int,int> edge;
int root;
void traceback(int key){
multimap<int,... | [
"zhouweikuan@gmail.com"
] | [
[
[
1,
91
]
]
] |
086d52173d53c3ce176ecce1f56d5b67d9786eb7 | 7b4e708809905ae003d0cb355bf53e4d16c9cbbc | /JuceLibraryCode/modules/juce_gui_extra/misc/juce_BubbleMessageComponent.h | 166c489c93340e955f9b43720671727e47bb4e45 | [] | no_license | sonic59/JulesText | ce6507014e4cba7fb0b67597600d1cee48a973a5 | 986cbea68447ace080bf34ac2b94ac3ab46faca4 | refs/heads/master | 2016-09-06T06:10:01.815928 | 2011-11-18T01:19:26 | 2011-11-18T01:19:26 | 2,796,827 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,111 | h | /*
==============================================================================
This file is part of the JUCE library - "Jules' Utility Class Extensions"
Copyright 2004-11 by Raw Material Software Ltd.
------------------------------------------------------------------------------
JUCE can be r... | [
"supermario30@gmail.com"
] | [
[
[
1,
132
]
]
] |
49c4d3a6abe42ccef736bd9c10e94fe7d8c66785 | 155c4955c117f0a37bb9481cd1456b392d0e9a77 | /Tessa/TessaInstructions/ArrayOfInstructions.cpp | 72d812caa2b84bc57c0770a7bbede1e92279678a | [] | no_license | zwetan/tessa | 605720899aa2eb4207632700abe7e2ca157d19e6 | 940404b580054c47f3ced7cf8995794901cf0aaa | refs/heads/master | 2021-01-19T19:54:00.236268 | 2011-08-31T00:18:24 | 2011-08-31T00:18:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,522 | cpp | #include "TessaInstructionHeader.h"
namespace TessaInstructions {
using namespace TessaVisitors;
ArrayOfInstructions::ArrayOfInstructions(MMgc::GC* gc, TessaVM::BasicBlock* insertAtEnd)
: TessaInstruction(insertAtEnd)
{
instructions = new (gc) List<TessaInstruction*, avmplus::LIST_GCObjects> (gc);
}... | [
"mason@masonchang.com"
] | [
[
[
1,
79
]
]
] |
3b24ba979fa818726011f2e8951ab7f37c16061b | 74c8da5b29163992a08a376c7819785998afb588 | /NetAnimal/addons/pa/ParticleUniverse/src/ParticleObservers/ParticleUniverseOnEmissionObserver.cpp | 34289db80cb8118e08026edbea3e8fe0733e7b60 | [] | no_license | dbabox/aomi | dbfb46c1c9417a8078ec9a516cc9c90fe3773b78 | 4cffc8e59368e82aed997fe0f4dcbd7df626d1d0 | refs/heads/master | 2021-01-13T14:05:10.813348 | 2011-06-07T09:36:41 | 2011-06-07T09:36:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,000 | cpp | /*
-----------------------------------------------------------------------------------------------
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,
30
]
]
] |
2b406e196cacf5af04466f4d0300e3df85572258 | 3449de09f841146a804930f2a51ccafbc4afa804 | /C++/CodeJam/practice/GreedyGovernment.cpp | 945b4ad78c31f3886dffc410208f7df0291d1ae9 | [] | no_license | davies/daviescode | 0c244f4aebee1eb909ec3de0e4e77db3a5bbacee | bb00ee0cfe5b7d5388485c59211ebc9ba2d6ecbd | refs/heads/master | 2020-06-04T23:32:27.360979 | 2007-08-19T06:31:49 | 2007-08-19T06:31:49 | 32,641,672 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,193 | cpp | // BEGIN CUT HERE
// PROBLEM STATEMENT
// You live in a town which is divided into sectors, numbered
// 0 through N-1. In addition, some sectors are connected by
// roads. You must pay a toll to move between sectors. The
// government of your town is rather greedy, and it has
// decided to increase the toll a... | [
"davies.liu@32811f3b-991a-0410-9d68-c977761b5317"
] | [
[
[
1,
208
]
]
] |
607d9e026976eab0da54e0b010f2fb6412b7774b | 0f40e36dc65b58cc3c04022cf215c77ae31965a8 | /src/apps/vis/properties/vis_property_names.h | cba948df7406cc66db525ded84c8e42a89e6e67e | [
"MIT",
"BSD-3-Clause"
] | permissive | venkatarajasekhar/shawn-1 | 08e6cd4cf9f39a8962c1514aa17b294565e849f8 | d36c90dd88f8460e89731c873bb71fb97da85e82 | refs/heads/master | 2020-06-26T18:19:01.247491 | 2010-10-26T17:40:48 | 2010-10-26T17:40:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,430 | h | /************************************************************************
** This file is part of the network simulator Shawn. **
** Copyright (C) 2004,2005 by SwarmNet (www.swarmnet.de) **
** and SWARMS (www.swarms.de) **
** Shawn is free so... | [
"csinger08@users.sourceforge.net"
] | [
[
[
1,
39
]
]
] |
034593728669f48cfff80b85e5a83c7093742d3b | 975d45994f670a7f284b0dc88d3a0ebe44458a82 | /Docs/FINAIS/Fonte/cliente/Source/GameCore/CGameCore.h | 23507361f0978ff680aa909c16afeda87e912295 | [] | no_license | phabh/warbugs | 2b616be17a54fbf46c78b576f17e702f6ddda1e6 | bf1def2f8b7d4267fb7af42df104e9cdbe0378f8 | refs/heads/master | 2020-12-25T08:51:02.308060 | 2010-11-15T00:37:38 | 2010-11-15T00:37:38 | 60,636,297 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 8,188 | h | #pragma once
#include "GameSetup.h"
#include "PathSetup.h"
#include "CDoubleList.h"
#include "NetworkSetup.h"
#include "CBugSocket.h"
#include "CArquivoConfig.cpp"
#include "CArquivoMatrizes.cpp"
#include "CGerEventos.h"
#include "CGameData.h"
#include "CPersonagem.h"
#include "CToonShader.h"
... | [
"phabh@users.noreply.github.com"
] | [
[
[
1,
292
]
]
] |
4407ddc6ecc1bccdf4fa60bd99cc0c0c7bbb4c3f | 016c54cb102ac6b792ee9756614d43b5687950b7 | /UiCommon/UiSwitchOption.h | ef77026b68e0b950b36130ba52ee99df5227ae48 | [] | no_license | jemyzhang/MzCommonDll | 3103fc4f5214a069c473b5aaca90aaf09d355517 | 82cbfa7eaa872809fa0bdea4531d5df73e23ca47 | refs/heads/master | 2021-01-19T14:53:26.687575 | 2010-05-20T03:18:16 | 2010-05-20T03:18:16 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 882 | h | #pragma once
/*
* @filename UiSwitchOption.h
* @note 开关选择, ID: 本体 ID+0x100: 开关
* @author JEMYZHANG
* @date 2009.10.16
* @ver. 1.0
* @changelog
* ver.1.0 初始化程序
*/
#include <MzCommonDll.h>
class COMMON_API UiSwitchOption : public UiButtonEx
{
MZ_DECLARE_DYNAMIC(UiSwitchOption);
public:
UiSwitc... | [
"jemyzhang@96341596-6814-2f4c-99ee-b9cf7f28d869"
] | [
[
[
1,
39
]
]
] |
0fa426d1ddbddf7fe6eb1d9a76c2110dba35e32f | ae0b041a5fb2170a3d1095868a7535cc82d6661f | /MFCSort/sortDlg.cpp | b4db907f37c1b3d9adefa5d1c116f04f2db4948e | [] | no_license | hexonxons/6thSemester | 59c479a1bb3cd715744543f4c2e0f8fdbf336f4a | c3c8fdea6eef49de629a7f454b91ceabd58d15d8 | refs/heads/master | 2016-09-15T17:45:13.433434 | 2011-06-08T20:57:25 | 2011-06-08T20:57:25 | 1,467,281 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 6,466 | cpp | // sortDlg.cpp : implementation file
//
#include "stdafx.h"
#include "sort.h"
#include "sortDlg.h"
#include "perfcounter.h"
#include "../includes/banned.h"
#include "mergesort.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
// определение функции сор... | [
"killgamesh666@gmail.com"
] | [
[
[
1,
268
]
]
] |
503543a969716f2b1a1ef12f56a0aa936a7c3a16 | b63cad17af550bc7150431b7b0d639a46a129d82 | /mcscript-expr-handler.h | f83c24627eec39c942af468b8453806fb4146aaa | [] | no_license | cjus/msgCourier | 90463028b5e6222dd5c804215fa43bc518c4a539 | 075ff724316fd28c21d842726b694806d82bf53b | refs/heads/master | 2021-01-10T19:41:02.306930 | 2010-09-05T18:47:24 | 2010-09-05T18:47:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,519 | h | /* mcscript-expr-handler.h
Copyright (C) 2005 Carlos Justiniano
mcscript-expr-handler.h is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later vers... | [
"carlos.justiniano@gmail.com"
] | [
[
[
1,
48
]
]
] |
7ecd83d6aad0b31667715417cbbd75ce267b3efb | fac8de123987842827a68da1b580f1361926ab67 | /src/transporter/game/gameScene.cpp | c96f666082d232dfd903928f5e01cfa043f3ff60 | [] | no_license | blockspacer/transporter-game | 23496e1651b3c19f6727712a5652f8e49c45c076 | 083ae2ee48fcab2c7d8a68670a71be4d09954428 | refs/heads/master | 2021-05-31T04:06:07.101459 | 2009-02-19T20:59:59 | 2009-02-19T20:59:59 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,134 | cpp | #include "transporter.h"
GameScene::GameScene()
{
game = NULL;
surface = NULL;
car = NULL;
}
//覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧
GameScene::~GameScene()
{
cleanUp();
}
//覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧
bit GameScene::init( Game* game )
{
this->game = game;
return... | [
"uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4"
] | [
[
[
1,
52
]
]
] |
71b9107339736e2c3728faaad93a13ee24a17ed6 | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /libs/STLPort-4.0/test/eh/TestClass.h | dccb327d0a7e22b2b4241d875f0169e1cc79d4e2 | [
"LicenseRef-scancode-stlport-4.5"
] | permissive | 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 | 4,194 | h | /***********************************************************************************
TestClass.h
* Copyright (c) 1997-1998
* Mark of the Unicorn, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
* provided... | [
"vytautasrask@gmail.com"
] | [
[
[
1,
179
]
]
] |
426b346dce57e194afcdb1a23654d4cbbdecba23 | bf971db1963b088a40a39a9f72e2fc60544e711a | /zstring.h | 524853763afd0518766eec93b4d279f75fba8be7 | [] | no_license | zebraxxl/sini | 9b95ffbfd016c734af1482d49b3aab17adc751e4 | 3a679b6cf99f26e1c5f409787f502c07beee1313 | refs/heads/master | 2016-09-10T12:32:17.793675 | 2011-09-09T21:16:10 | 2011-09-09T21:16:10 | 32,348,590 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,894 | h | #ifndef __ZSTRING_H__
#define __ZSTRING_H__
#include "zalgoritms.h"
template <class T>
class CZString
{
private:
T *Data;
unsigned int Length;
unsigned int Allocated;
inline CZString( T *Ptr, unsigned int Len, unsigned int Alloc )
{
Data = Ptr;
Length = Len;
Allocated = Alloc;
}
inl... | [
"zebraxxl@38bddf81-f72c-4749-2c60-6f4cd93a2835"
] | [
[
[
1,
205
]
]
] |
44c081136c28c46e2ae9f3d7efa0d0f1b4170282 | 995feb15e565ed62ed872932e02333aca400608a | /XLW2p1/InterfaceGenerator/FunctionModel.h | e635a398be1cd7be697d80bbfd1f0ccbbc1b006f | [] | no_license | wyyrepo/fann-excel | 89b34a8ab4f0a49e8152f774dcb65f4fbc274b27 | 447ba1937d59b503bf451b4d8b3d43856179b7e0 | refs/heads/master | 2021-05-29T13:33:43.841025 | 2009-08-29T18:30:53 | 2009-08-29T18:30:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,927 | h | /*
Copyright (C) 2006 Mark Joshi
This file is part of XLW, a free-software/open-source C++ wrapper of the
Excel C API - http://xlw.sourceforge.net/
XLW is free software: you can redistribute it and/or modify it under the
terms of the XLW license. You should have received a copy of the
license along w... | [
"marek.ozana@62256918-840b-11de-97a7-19ffed92f3b0"
] | [
[
[
1,
89
]
]
] |
f2ea7914308d4369ab46640c245962bbbed42e3b | eafa9c8d8ab765faea768c1a89bdeb586d629591 | /Multiplayer Bomberman/Visualisation.h | 68859cb5a95a449ecdce0aea05842bbf3f64a272 | [] | no_license | Norcinu/Demo | 1f5ec338ae9de269eb9dbfda7c787271eddfea9c | bf8f61d194b7f1435356a67671772692144ef27c | refs/heads/master | 2020-06-04T00:21:00.729640 | 2011-07-13T20:11:38 | 2011-07-13T20:11:38 | 2,043,916 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,284 | h | #ifndef VISUALISATION_H
#define VISUALISATION_H
#include <string>
#include <vector>
#include <cassert>
#include <SDL.h>
#include "maths.h"
#include "Rectangle.h"
class Sprite;
class Visualisation
{
public:
Visualisation(void);
~Visualisation(void);
bool Initialise(const int height, const int w... | [
"ledbybyson@gmail.com"
] | [
[
[
1,
52
]
]
] |
8eec406f4aaa197309ed7e21874b20ec8bc61176 | 9c62af23e0a1faea5aaa8dd328ba1d82688823a5 | /rl/branches/persistence2/engine/core/src/ParticleSystemObject.cpp | 5e38f895957d4b813982e2a90b012f2ee3f845ae | [
"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,864 | cpp | /* 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 ... | [
"timm@4c79e8ff-cfd4-0310-af45-a38c79f83013"
] | [
[
[
1,
62
]
]
] |
50cb5066d65061b8b09a17fe0ed3ffa6629936ca | 4b0f51aeecddecf3f57a29ffa7a184ae48f1dc61 | /CleanProject/ParticleUniverse/include/ParticleEventHandlers/ParticleUniverseDoAffectorEventHandlerFactory.h | dc4110a35861d548de786fc49e249cd41d1f5a53 | [] | no_license | bahao247/apeengine2 | 56560dbf6d262364fbc0f9f96ba4231e5e4ed301 | f2617b2a42bdf2907c6d56e334c0d027fb62062d | refs/heads/master | 2021-01-10T14:04:02.319337 | 2009-08-26T08:23:33 | 2009-08-26T08:23:33 | 45,979,392 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,982 | h | /*
-----------------------------------------------------------------------------
This source file is part of the Particle Universe product.
Copyright (c) 2006-2008 Henry van Merode
Usage of this program is free for non-commercial use and licensed under the
the terms of the GNU Lesser General Public License.
... | [
"pablosn@06488772-1f9a-11de-8b5c-13accb87f508"
] | [
[
[
1,
59
]
]
] |
1944af48db4b5698198e4e8386b2150c549eecba | 8e884f5b3617ff81a593273fb23286b4d789f548 | /Source/PCL_Collection.cpp | 0690e1d50a06e47f765d0bb41b2b20d1248668a9 | [] | no_license | mau4x/PCL-1 | 76716e6af3f1e616ca99ac790ef6c5e8c36a8d46 | b440c2ce3f3016c0c6f2ecdea9643f1a9bae19cc | refs/heads/master | 2020-04-06T21:48:35.864329 | 2011-08-12T21:38:54 | 2011-08-12T21:38:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,006 | cpp | ///!
//*!===========================================================================!
//*! PCL stands for Portable Class Library and is designed for development
//*! of applications portable between different environments,
//*! first of all between MS Windows and GNU Linux.
//*!
//*! CopyFree Pulse Computer Consu... | [
"obuvalin@gmail.com"
] | [
[
[
1,
258
]
]
] |
0dbd5faaaccb01573c8d5ef6ade8499a5596aa9b | 9f6c9d3f35812aafdff2f0cb929f05f2413d5d4b | /lib/NewSoftSerial/NewSoftSerial.cpp | 463ab0178199f0021ae078e4244c85c81bc424b5 | [] | no_license | joewalnes/arduino-play | 5d070e00ed321ac2f6c75b1f27005cc0b2614c94 | c311cdc09dbc7a322facd37ac3fef925a2380524 | refs/heads/master | 2023-05-29T23:28:53.191233 | 2011-09-26T18:25:50 | 2011-09-26T18:25:50 | 1,747,809 | 7 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 14,284 | cpp | /*
NewSoftSerial.cpp - Multi-instance software serial library
Copyright (c) 2006 David A. Mellis. All rights reserved.
-- Interrupt-driven receive and other improvements by ladyada
-- Tuning, circular buffer, derivation from class Print,
multi-instance support, porting to 8MHz processors,
various optimizat... | [
"jwalnes@drwholdings.com"
] | [
[
[
1,
539
]
]
] |
5ec0be2b1bf91131dc6bd01b5618447894e9bb7a | 66a43ba27a2000db108ffc1fa4f8dfd057c940ae | /slang/slang.cpp | 04e6ff60c7fdb97a3357c3206215cceab9234dc5 | [] | no_license | karanjude/slang | 5531b457c88fd421f9038379b57a84441a09416b | 32cb0279bf55c0cc375d559d5eca2a0f1ab5fc9f | refs/heads/master | 2020-05-20T15:57:25.706392 | 2007-04-22T20:28:23 | 2007-04-22T20:28:23 | 2,740,566 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 46,502 | cpp | #include <conio.h>
#include <stdio.h>
#include <string.h>
#include <iostream.h>
#include <stdlib.h>
#include <ctype.h>
//typedef int bool;
#define TAB '\t'
// enable the 2 flags for turbo c++
//#define true (1)
//#define false (0)
#define KEYWORDS (17)
#define MAX_STACK_SIZE (100)
#define MA... | [
"karan.jude@45dc1b51-b92e-0410-8ae5-27a6066e960e"
] | [
[
[
1,
2627
]
]
] |
1f2ddaf044b311a2382eeef7988cfda44abe626f | 2f72d621e6ec03b9ea243a96e8dd947a952da087 | /lol4/gui/SaveLoadMenu.cpp | 55cde133861e26c81d3db38144ce1087a2a03c83 | [] | no_license | gspu/lol4fg | 752358c3c3431026ed025e8cb8777e4807eed7a0 | 12a08f3ef1126ce679ea05293fe35525065ab253 | refs/heads/master | 2023-04-30T05:32:03.826238 | 2011-07-23T23:35:14 | 2011-07-23T23:35:14 | 364,193,504 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,111 | cpp | #include "SaveLoadMenu.h"
#include <GameApp.h>
#include <StandardApplication.h>
#include <functions.h>
bool NameTimeCompareFunction(const SaveLoadMenu::NameTime& first, const SaveLoadMenu::NameTime& second)
{
//returns true if the first argument goes before the second argument
//largest dates go first, there... | [
"praecipitator@bd7a9385-7eed-4fd6-88b1-0096df50a1ac"
] | [
[
[
1,
159
]
]
] |
adf0b73b0b47f6da25fe46be114ecf8e17d9a4ba | 6ed8a7f8102c2c90baee79e086e589f553f7d2d3 | /SSC/source/SSC/SDL_CardLayout.h | e4d0842b71f0f33ba322b494683d12f7e0cf6de5 | [] | no_license | snaill/sscs | 3173c150c86b7dee7652c3547271b1f9c9b53c85 | b89f0dd9d9d34ceeeea4988550614ed36bdb1a18 | refs/heads/master | 2021-01-23T13:28:47.551752 | 2009-05-25T10:16:23 | 2009-05-25T10:16:23 | 32,121,178 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,175 | h | /*
* SDL_SimpleControls
* Copyright (C) 2008 Snaill
*
SDL_SimpleControls is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any la... | [
"com.chinaos.snaill@db7a99aa-9dca-11dd-b92e-bd4787f9249a"
] | [
[
[
1,
76
]
]
] |
ed38b4b8d1cf816072c94978bb681a69532ae529 | cd07acbe92f87b59260478f62a6f8d7d1e218ba9 | /src/LogInDlg.h | f1a15abfb8ebdd3c599f3df9ab11aadc60462f8c | [] | no_license | niepp/sperm-x | 3a071783e573d0c4bae67c2a7f0fe9959516060d | e8f578c640347ca186248527acf82262adb5d327 | refs/heads/master | 2021-01-10T06:27:15.004646 | 2011-09-24T03:33:21 | 2011-09-24T03:33:21 | 46,690,957 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,845 | h | #if !defined(AFX_LOGINDLG_H__8BDFD9E8_C5D7_4FA4_864F_433801484302__INCLUDED_)
#define AFX_LOGINDLG_H__8BDFD9E8_C5D7_4FA4_864F_433801484302__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// LogInDlg.h : header file
//
/////////////////////////////////////////////////////////////////////... | [
"harithchen@e030fd90-5f31-5877-223c-63bd88aa7192"
] | [
[
[
1,
68
]
]
] |
b87b03ee145db565018c4b6c51128deba606b029 | dcff0f39e83ecab2ddcd482f3952ba317ee98f6c | /class-c++/project3/test.cpp | 7a6e7a9ef9e190c8b606ba6da84ced0d3ea2401b | [] | no_license | omgmovieslol/Code | f64048bc173e56538bb5f6164cce5d447cd7bd64 | d5083b416469507b685a81d07a78fec1868644b1 | refs/heads/master | 2021-01-01T18:49:25.480158 | 2010-03-08T09:25:01 | 2010-03-08T09:25:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,181 | cpp | #include <iostream>
#include <cstring>
#include <fstream>
#define input_read 20
using namespace std;
class stack{
public:
stack() {
top = 0;
}
int isEmpty(void) {
return S.top;
}
int pop(void) {
... | [
"github@meswilson.com"
] | [
[
[
1,
62
]
]
] |
7ce5bc84acc3b61ca758034aeef19d662a09c9a1 | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/app/location/landmarks_ui_addedit_api/inc/BCAppLmkAddEdit.h | b514e9d7e061966e673203af02f1163d03ccbb12 | [] | 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 | 5,211 | h | /*
* Copyright (c) 2002 - 2007 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/le... | [
"none@none"
] | [
[
[
1,
195
]
]
] |
18f2bb50806832a19356713f51f68313fe17783e | 208475bcab65438eed5d8380f26eacd25eb58f70 | /QianExe/yx_LedChuangLi.h | 3d7ec24d0dfa6251be7acdcd3d911eda27322c55 | [] | no_license | awzhang/MyWork | 83b3f0b9df5ff37330c0e976310d75593f806ec4 | 075ad5d0726c793a0c08f9158080a144e0bb5ea5 | refs/heads/master | 2021-01-18T07:57:03.219372 | 2011-07-05T02:41:55 | 2011-07-05T02:46:30 | 15,523,223 | 1 | 2 | null | null | null | null | GB18030 | C++ | false | false | 1,049 | h | #ifndef _YX_LED_CHUANGLI_H_
#define _YX_LED_CHUANGLI_H_
class CLedChuangLi
{
public:
CLedChuangLi();
virtual ~CLedChuangLi();
int Init();
int Release();
bool ComOpen();
bool ComClose();
int ComWrite(char *v_szBuf, int v_iLen);
int Deal0x42(BYTE v_bytDataType,char *v_szData, DWORD v_dwDataL... | [
"wdgvip@gmail.com"
] | [
[
[
1,
44
]
]
] |
ba31660f88e80c80915ebdc0c905124e51b8e075 | 772690258e7a85244cc871d744bf54fc4e887840 | /ms22vv/Castle Defence Ogre3d/Castle Defence Ogre3d/View/Effects/CatmullRomProjectile.h | 528304fffc846d8614b4a2092cbc6c74521437f4 | [] | no_license | Argos86/dt2370 | f735d21517ab55de19cea933b467f46837bb6401 | 4a393a3c83deb3cb6df90b36a9c59e2e543917ee | refs/heads/master | 2021-01-13T00:53:43.286445 | 2010-02-01T07:43:50 | 2010-02-01T07:43:50 | 36,057,264 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,067 | h | #ifndef Catmull_Rom_Projectile_H_
#define Catmull_Rom_Projectile_H_
#include <OgreSceneNode.h>
#include <OgreSceneManager.h>
#include <OgreVector2.h>
#include <OgreVector3.h>
#include <OgreQuaternion.h>
#include <OgreString.h>
#include <OgreBillboardSet.h>
#include <OgreSimpleSpline.h>
#include <OgreRibbonT... | [
"martin_davousten@hotmail.com@3422cff2-cdd9-11de-91bf-0503b81643b9"
] | [
[
[
1,
37
]
]
] |
5860545a6bea98688f640830f5a3bb326955865b | fdfaf8e8449c5e80d93999ea665db48feaecccbe | /trunk/cg ex1/ForwardEulerSolver.h | 08d08391823d96d82908eff1a3728c2da802f2ea | [] | no_license | BackupTheBerlios/glhuji2005-svn | 879e60533f820d1bdcfa436fd27894774c27a0b7 | 3afe113b265704e385c94fabaf99a7d1ad1fdb02 | refs/heads/master | 2016-09-01T17:25:30.876585 | 2006-09-03T18:04:19 | 2006-09-03T18:04:19 | 40,673,356 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 340 | h | #ifndef __FORWARD_EULER_SOLVER_H__
#define __FORWARD_EULER_SOLVER_H__
#include "NumericalSolver.h"
class ForwardEulerSolver : public NumericalSolver
{
public:
ForwardEulerSolver();
~ForwardEulerSolver();
virtual void step( double h );
protected:
Vector3d *mAccel;
};
#endif //__FORW... | [
"playmobil@c8a6d0be-e207-0410-856a-d97b7f264bab",
"itai@c8a6d0be-e207-0410-856a-d97b7f264bab"
] | [
[
[
1,
2
],
[
9,
11
],
[
13,
15
],
[
18,
18
]
],
[
[
3,
8
],
[
12,
12
],
[
16,
17
]
]
] |
db1fcbc1c487013536a85f3e8042118d498e1a1a | b14d5833a79518a40d302e5eb40ed5da193cf1b2 | /cpp/extern/xercesc++/2.6.0/src/xercesc/internal/XSerializationException.hpp | 46a5bbe86bf29770bd4e343cf21c7d0a29f6df42 | [
"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 | 1,248 | 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,
42
]
]
] |
cd535b48fe05082b18bfd6c1b4192e1c9fbd7cb3 | f55665c5faa3d79d0d6fe91fcfeb8daa5adf84d0 | /Depend/MyGUI/Tools/SkinEditor/BackgroundControl.h | 24da6b96cdccd8a7f285b6f62543d758cf7433a9 | [] | 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 | 1,074 | h | /*!
@file
@author Albert Semenov
@date 08/2010
*/
#ifndef __BACKGROUND_CONTROL_H__
#define __BACKGROUND_CONTROL_H__
#include "BaseLayout/BaseLayout.h"
#include "Property.h"
#include "ColourPanel.h"
namespace tools
{
class BackgroundControl :
public wraps::BaseLayout
{
public:
Backgroun... | [
"albertclass@a94d7126-06ea-11de-b17c-0f1ef23b492c"
] | [
[
[
1,
53
]
]
] |
adb5f5d2c34e1da4c6664ff000b95095a8470ee4 | 74c8da5b29163992a08a376c7819785998afb588 | /NetAnimal/addons/pa/dependencies/include/ParticleUniverse/ParticleAffectors/ParticleUniverseSineForceAffectorFactory.h | ad3daa8e6e49e2a69d21dba7f94974f12694ffaa | [] | 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,140 | 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
]
]
] |
b45a0bdeac190118fdbb0749f7d8a4748b21b4df | 709cd826da3ae55945fd7036ecf872ee7cdbd82a | /Term/WildMagic2/Source/Intersection/WmlIntrLin2Box2.cpp | 27b0ee5f5426e638ebf4c6f84982138268bb88b2 | [] | no_license | argapratama/kucgbowling | 20dbaefe1596358156691e81ccceb9151b15efb0 | 65e40b6f33c5511bddf0fa350c1eefc647ace48a | refs/heads/master | 2018-01-08T15:27:44.784437 | 2011-06-19T15:23:39 | 2011-06-19T15:23:39 | 36,738,655 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,946 | cpp | // Magic Software, Inc.
// http://www.magic-software.com
// http://www.wild-magic.com
// Copyright (c) 2003. All Rights Reserved
//
// The Wild Magic Library (WML) source code is supplied under the terms of
// the license agreement http://www.magic-software.com/License/WildMagic.pdf
// and may not be copied or ... | [
"pocatnas@gmail.com"
] | [
[
[
1,
306
]
]
] |
a9870fa44a2ee62a9e63826b6b30a5beba463fee | cea7035f95c521eea60de884c12377e7d816c6e9 | /c/Robot/Accelerometer.cpp | 3a0c19ffbb2c2ab9835bac02aac28c159fe50502 | [] | no_license | mjcoss/usfirst-panther-robotics-303 | 7bc73321a38d951810d84104b019b9854b1091ac | 3b3f4ba479e72890cc6ac1157426daa831e5363c | refs/heads/master | 2021-01-19T10:31:34.858413 | 2009-11-18T04:38:14 | 2009-11-18T04:38:14 | 32,275,121 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,568 | cpp | /*----------------------------------------------------------------------------*/
/* Copyright (c) FIRST 2008. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */
/*----------... | [
"mjcoss@e39f0ed2-d3fb-11de-bb02-e302c5db49d5"
] | [
[
[
1,
132
]
]
] |
326a5b79fe62afdae58ad88008808e255fe0b6f8 | 0f40e36dc65b58cc3c04022cf215c77ae31965a8 | /src/apps/vis/properties/double/vis_properties_double_init.h | e723f829040e11b8461737a83e7b9bdebd598dc1 | [
"MIT",
"BSD-3-Clause"
] | permissive | venkatarajasekhar/shawn-1 | 08e6cd4cf9f39a8962c1514aa17b294565e849f8 | d36c90dd88f8460e89731c873bb71fb97da85e82 | refs/heads/master | 2020-06-26T18:19:01.247491 | 2010-10-26T17:40:48 | 2010-10-26T17:40:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,388 | h | /************************************************************************
** This file is part of the network simulator Shawn. **
** Copyright (C) 2004,2005 by SwarmNet (www.swarmnet.de) **
** and SWARMS (www.swarms.de) **
** Shawn is free so... | [
"csinger08@users.sourceforge.net"
] | [
[
[
1,
35
]
]
] |
f6df7067a1f91c4362d223764fa255b4841804f3 | 2f72d621e6ec03b9ea243a96e8dd947a952da087 | /lol4edit/gui/moc_GenericSelectDialog.cpp | 70a56b48a2677cfe5e724d3f0290cf71fd3b0017 | [] | no_license | gspu/lol4fg | 752358c3c3431026ed025e8cb8777e4807eed7a0 | 12a08f3ef1126ce679ea05293fe35525065ab253 | refs/heads/master | 2023-04-30T05:32:03.826238 | 2011-07-23T23:35:14 | 2011-07-23T23:35:14 | 364,193,504 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,784 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'GenericSelectDialog.h'
**
** Created: Sat 23. Jul 21:19:24 2011
** by: The Qt Meta Object Compiler version 62 (Qt 4.7.3)
**
** WARNING! All changes made in this file will be lost!
*******... | [
"praecipitator@bd7a9385-7eed-4fd6-88b1-0096df50a1ac"
] | [
[
[
1,
85
]
]
] |
8f696d13117f2a5ad5d73c9007e1882fefe637e7 | b2d46af9c6152323ce240374afc998c1574db71f | /cursovideojuegos/theflostiproject/3rdParty/boost/libs/spirit/fusion/test/transform_tests.cpp | 4b6a60060bcad4fa481e62192947844b332f7b0a | [
"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 | 1,931 | cpp | /*=============================================================================
Copyright (c) 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,
65
]
]
] |
9b7260a34314919bb262e8b47fa28d12eb5acf93 | b4d726a0321649f907923cc57323942a1e45915b | /CODE/GRAPHICS/gropenglextension.cpp | 354ba997a1dcf035374299bfe5be867fef3fc9d0 | [] | no_license | chief1983/Imperial-Alliance | f1aa664d91f32c9e244867aaac43fffdf42199dc | 6db0102a8897deac845a8bd2a7aa2e1b25086448 | refs/heads/master | 2016-09-06T02:40:39.069630 | 2010-10-06T22:06:24 | 2010-10-06T22:06:24 | 967,775 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,298 | cpp | /*
* Copyright (C) Volition, Inc. 1999. All rights reserved.
*
* All source code herein is the property of Volition, Inc. You may not sell
* or otherwise commercially exploit the source or things you created based on the
* source.
*
*/
/*
* $Logfile: /Freespace2/code/Graphics/GrOpenGLExtension.cp... | [
"chief1983@yahoo.com"
] | [
[
[
1,
208
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.