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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3568fb2a780b11f991d3227566154c4809c9ca8b | 133c3a252d150d3527e4f9df654210866af6615c | /source/RsEncodeTop.cpp | fda752bd4a5df1bb175e80c405f91183a03f1d27 | [] | no_license | freecores/reed_solomon_codec_generator | 7399f9a37f73ff11b1125a47034568a4cb1da1a1 | 7a21b43705ec8f7cce3c540f77ad36089ddfc1a6 | refs/heads/master | 2021-01-22T04:53:52.431901 | 2011-07-28T01:32:14 | 2011-07-28T01:32:14 | 21,917,909 | 8 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 26,499 | cpp | //===================================================================
// Module Name : RsEncodeTop
// File Name : RsEncodeTop.cpp
// Function : RTL Encoder Top Module generation
//
// Revision History:
// Date By Version Change Description
//===========================================... | [
"issei@63dfa89e-be0c-41ba-a503-15c1e88f16c2"
] | [
[
[
1,
588
]
]
] |
0a4cb45a65cd1d312310acd228e1299b3fa7b349 | 847cccd728e768dc801d541a2d1169ef562311cd | /src/ScriptSystem/AddOn/scriptstring.cpp | fcd9b74625862039153639ac04ef05f3620f9f11 | [] | 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 | 19,666 | cpp | #include "Common.h"
#include "scriptstring.h"
#include <sstream>
#include <cstring>
#undef assert
#define assert(A) OC_ASSERT(A)
BEGIN_AS_NAMESPACE
static void StringFactoryGeneric(asIScriptGeneric *gen) {
asUINT length = gen->GetArgDWord(0);
const char *s = (const char*)gen->GetArgAddress(1);
str... | [
"Lukas.Hermann@seznam.cz",
"MacJariel@gmail.com",
"ondrej.mocny@gmail.com"
] | [
[
[
1,
3
],
[
5,
5
],
[
7,
135
],
[
137,
145
],
[
147,
496
]
],
[
[
4,
4
],
[
136,
136
],
[
146,
146
]
],
[
[
6,
6
]
]
] |
367aae56e5d168121f42f3fee7fde1bd218c4901 | 21868e763ab7ee92486a16164ccf907328123c00 | /codeeditor.cpp | d569d861d034ce9d21910345b5c5f7d6000cf9ec | [] | no_license | nodesman/flare | 73aacd54b5b59480901164f83905cf6cc77fe2bb | ba95fbfdeec1d557056054cbf007bf485c8144a6 | refs/heads/master | 2020-05-09T11:17:15.929029 | 2011-11-26T16:54:07 | 2011-11-26T16:54:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,675 | cpp | #include "codeeditor.h"
#include <QtGui>
#include "completer.h"
#include <QFocusEvent>
CodeEditor::CodeEditor(QWidget *parent) : QPlainTextEdit(parent), completer(0)
{
lineNumberArea = new LineNumberArea(this);
connect(this, SIGNAL(blockCountChanged(int)), this, SLOT(updateLineNumberAreaWidth(int... | [
"raj@chitika.com"
] | [
[
[
1,
211
]
]
] |
0b4bfd3b6be68196f8f7b4bdca7fa460fdc77477 | d87a855d1ae81cd3a27cf6ceb1b56f1c481f9a70 | /jkllib.cpp | ea94d1b29cf57ce15e72dfdf2cfe042fd90baf6f | [] | no_license | code-google-com/jktools | 779b1e5476d95c8cb0d45beaca79402996863c76 | 47dbfef6db90ca36e661940ec0341dc6f893440d | refs/heads/master | 2020-06-04T09:43:07.532188 | 2006-07-28T03:16:19 | 2006-07-28T03:16:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,451 | cpp | #include "jkllib.h"
#include "jkllib_local.h"
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <cassert>
#include <ctype.h>
jkl_library* jkl_init( jkl_malloc a, jkl_free f )
{
jkl_library* lib = (jkl_library*)a( sizeof( jkl_library ) );
lib->_malloc = a;
lib->_free = f;
return lib;
}
... | [
"barrettcolin@c12101a6-9b19-0410-a86e-396b6ccb6ab3"
] | [
[
[
1,
444
]
]
] |
852aa5cbdac5c4fab38b21ed38da8b04fd49f091 | 6a0972b3ead93648a9142fcc9ff2be97580cf60a | /trunk/win/winvideo.cpp | b2fe747e551e51d6f9572c6e843bb42c0a33c9e4 | [
"LicenseRef-scancode-philippe-de-muyter"
] | permissive | BackupTheBerlios/tkvideo-svn | e5573ad1b0e1acdb67c327324e0572e2efdf4080 | 86fe21d6c09be8f202fcabe7e7cfa8887871ab3b | refs/heads/master | 2021-01-20T15:37:31.126045 | 2007-10-07T23:48:07 | 2007-10-07T23:48:07 | 40,820,666 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 63,615 | cpp | /* winvidep.cpp - Copyright (C) 2003-2007 Pat Thoyts <patthoyts@users.sf.net>
*
* --- THIS IS C++ ---
*
* This provides the Windows platform specific code for the tkvideo
* widget. This uses the DirectX DirectShow API and objects to hook
* up either a video input device or a file source and... | [
"patthoyts@b88840ed-c3d9-0310-943c-dd7c4c0605d0"
] | [
[
[
1,
1686
]
]
] |
3f9d1236812d32beccf6384518b7f106e9963551 | df070aa6eb5225412ebf0c3916b41449edfa16ac | /AVS_Transcoder_SDK/kernel/video/tavs/avs_enc/src/vlc.cpp | 8591d941fa0b261427bb6bea2a1787cd8440aa2a | [] | no_license | numericalBoy/avs-transcoder | 659b584cc5bbc4598a3ec9beb6e28801d3d33f8d | 56a3238b34ec4e0bf3a810cedc31284ac65361c5 | refs/heads/master | 2020-04-28T21:08:55.048442 | 2010-03-10T13:28:18 | 2010-03-10T13:28:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,696 | cpp | /*
*****************************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2003, Advanced Audio Video Coding Standard, Part II
*
* DISCLAIMER OF WARRANTY
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"... | [
"zhihang.wang@6c8d3a4c-d4d5-11dd-b6b4-918b84bbd919"
] | [
[
[
1,
617
]
]
] |
558d41cee13679a7d64bb8ec81dd3c566a8b4779 | 00c36cc82b03bbf1af30606706891373d01b8dca | /Amethyst/Amethyst.cpp | 656c43ee09f63a98ce68e557f49261a447ff2bae | [
"BSD-3-Clause"
] | permissive | VB6Hobbyst7/opengui | 8fb84206b419399153e03223e59625757180702f | 640be732a25129a1709873bd528866787476fa1a | refs/heads/master | 2021-12-24T01:29:10.296596 | 2007-01-22T08:00:22 | 2007-01-22T08:00:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,600 | cpp | // OpenGUI (http://opengui.sourceforge.net)
// This source code is released under the BSD License
// See LICENSE.TXT for details
#include "Amethyst.h"
//! This is the OpenGUI namespace, which contains the Amethyst namespace
namespace OpenGUI {
//! All Amethyst classes are placed within this namespace
names... | [
"zeroskill@2828181b-9a0d-0410-a8fe-e25cbdd05f59"
] | [
[
[
1,
64
]
]
] |
5258ea1f3d625620577bbd7d0fb5db0bc07797be | 4497c10f3b01b7ff259f3eb45d0c094c81337db6 | /shift_map/mg_shift_map/mg_shift_map.cpp | 24ccb55058c1cbe50bf0b775e0319d452146a3b7 | [] | no_license | liuguoyou/retarget-toolkit | ebda70ad13ab03a003b52bddce0313f0feb4b0d6 | d2d94653b66ea3d4fa4861e1bd8313b93cf4877a | refs/heads/master | 2020-12-28T21:39:38.350998 | 2010-12-23T16:16:59 | 2010-12-23T16:16:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,869 | cpp | //////////////////////////////////////////////////////////////////////////////
// Motion Guided Shift-Map for Video Retargeting
//////////////////////////////////////////////////////////////////////////////
//
// Its graph labeling formulation:
// For every frame, we design a 2d grid graph to represent it. Every n... | [
"yiqun.hu@aeedd7dc-6096-11de-8dc1-e798e446b60a"
] | [
[
[
1,
584
]
]
] |
85a2f3159236c9222826c9ac001c1711a78a1406 | b4d726a0321649f907923cc57323942a1e45915b | /CODE/BMPMAN/BMPMAN.CPP | 8c228073834fed372d33ae4258c517cc9936ff48 | [] | 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 | 88,242 | 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/Bmpman/BmpMan.cpp $
*
* $R... | [
"chief1983@yahoo.com"
] | [
[
[
1,
3126
]
]
] |
b3d9e28b700d7f31e2f559e63e3bcad8a72814f0 | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /Game/ClientShellDLL/ClientShellShared/PlayerMgr.cpp | cc2477a9cb661e19b8ced8a616fe7e03d740c03f | [] | 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 | 150,834 | cpp | // ----------------------------------------------------------------------- //
//
// MODULE : PlayerMgr.cpp
//
// PURPOSE : Implementation of class used to manage the client player
//
// (c) 2001-2002 Monolith Productions, Inc. All Rights Reserved
//
// ---------------------------------------------------------... | [
"vytautasrask@gmail.com"
] | [
[
[
1,
5628
]
]
] |
d4c1f415249758afa59d8f0636e7438b520ed80c | 0033659a033b4afac9b93c0ac80b8918a5ff9779 | /game/client/c_effects.cpp | 0b3a1ab2f21b0ce3d7314f02bd77d678e80dff7e | [] | no_license | jonnyboy0719/situation-outbreak-two | d03151dc7a12a97094fffadacf4a8f7ee6ec7729 | 50037e27e738ff78115faea84e235f865c61a68f | refs/heads/master | 2021-01-10T09:59:39.214171 | 2011-01-11T01:15:33 | 2011-01-11T01:15:33 | 53,858,955 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 68,553 | cpp | //========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//
//=============================================================================//
#include "cbase.h"
#include "c_tracer.h"
#include "view.h"
#include "initializer.h"
#include "par... | [
"MadKowa@ec9d42d2-91e1-33f0-ec5d-f2a905d45d61"
] | [
[
[
1,
2260
]
]
] |
ccc498968dddbe2a36e67d9615b622f0203f171d | f13f46fbe8535a7573d0f399449c230a35cd2014 | /JelloMan/DeferredPreEffect.h | 7d3db02703667594b31317701eb828a250cfd51e | [] | no_license | fangsunjian/jello-man | 354f1c86edc2af55045d8d2bcb58d9cf9b26c68a | 148170a4834a77a9e1549ad3bb746cb03470df8f | refs/heads/master | 2020-12-24T16:42:11.511756 | 2011-06-14T10:16:51 | 2011-06-14T10:16:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 993 | h | #pragma once
#include "Effect.h"
#include "Matrix.h"
#include "Texture2D.h"
class DeferredPreEffect : public Effect
{
public:
DeferredPreEffect(ID3D10Device* pDXDevice, ID3D10Effect* pEffect);
virtual ~DeferredPreEffect(void);
void SetWorld(const Matrix& world);
void SetWorldViewProjection... | [
"bastian.damman@0fb7bab5-1bf9-c5f3-09d9-7611b49293d6",
"seebsprengers@hotmail.com"
] | [
[
[
1,
18
],
[
20,
22
],
[
24,
30
],
[
32,
35
]
],
[
[
19,
19
],
[
23,
23
],
[
31,
31
]
]
] |
0962929eba3afd10a4782d45cc8fd17b69d4d1a0 | 5ac13fa1746046451f1989b5b8734f40d6445322 | /minimangalore/Nebula2/code/nebula2/src/gui/nguiscenecontrolwindow_main.cc | 1072c9ddcc786663539ec8bcc29192fdfe76bc21 | [] | 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 | 9,205 | cc | //------------------------------------------------------------------------------
// nguiscenecontrolwindow_main.cc
// (C) 2004 RadonLabs GmbH
//------------------------------------------------------------------------------
#include "gui/nguiscenecontrolwindow.h"
#include "gui/nguihorislidergroup.h"
#include "gu... | [
"BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
248
]
]
] |
bf399f8a98511ed0a47b44f200b74b3ecb2bf1ad | b7c505dcef43c0675fd89d428e45f3c2850b124f | /Util/alcommon/include/albrokermanager.h | 62e12e2087bf773dbc67c7bbcd03812957a2db71 | [
"BSD-2-Clause"
] | permissive | pranet/bhuman2009fork | 14e473bd6e5d30af9f1745311d689723bfc5cfdb | 82c1bd4485ae24043aa720a3aa7cb3e605b1a329 | refs/heads/master | 2021-01-15T17:55:37.058289 | 2010-02-28T13:52:56 | 2010-02-28T13:52:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,565 | h | /**
* @author Aldebaran Robotics
* Aldebaran Robotics (c) 2007 All Rights Reserved - This file is confidential.\n
*
* Version : $Id$
*/
#ifndef AL_BROKERMANAGER_H
#define AL_BROKERMANAGER_H
#include "alsingleton.h"
#include "alptr.h"
#include "albroker.h"
#include "alerror.h"
#include <vector>
#inc... | [
"alonlevy1@gmail.com"
] | [
[
[
1,
114
]
]
] |
7a2f40d3a2038859d5234802fdd9485ca5f05cc6 | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Havok/Source/Common/Base/Memory/Tracker/hkMemoryReporter.h | ab53ced3a430ac731b4045af93137341ada54d80 | [] | no_license | TheProjecter/olafurabertaymsc | 9360ad4c988d921e55b8cef9b8dcf1959e92d814 | 456d4d87699342c5459534a7992f04669e75d2e1 | refs/heads/master | 2021-01-10T15:15:49.289873 | 2010-09-20T12:58:48 | 2010-09-20T12:58:48 | 45,933,002 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,012 | 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,
91
]
]
] |
a3100fcfdea97a7fb8fcc6d2dc90d5679a5a439d | 9a48be80edc7692df4918c0222a1640545384dbb | /Libraries/Boost1.40/libs/wave/test/testwave/testfiles/t_3_001.cpp | c85402ff1393a5171d248d195b6f8413bb878d80 | [
"BSL-1.0"
] | permissive | fcrick/RepSnapper | 05e4fb1157f634acad575fffa2029f7f655b7940 | a5809843f37b7162f19765e852b968648b33b694 | refs/heads/master | 2021-01-17T21:42:29.537504 | 2010-06-07T05:38:05 | 2010-06-07T05:38:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 764 | cpp | /*=============================================================================
Boost.Wave: A Standard compliant C++ preprocessor library
http://www.boost.org/
Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
Software License, Version 1.0. (See accompanying file
LICENSE_1_0... | [
"metrix@Blended.(none)"
] | [
[
[
1,
17
]
]
] |
30c1e2609d340fe7286ec71e239e205cb5f476fe | 4b0f51aeecddecf3f57a29ffa7a184ae48f1dc61 | /CleanProject/luabind/version.hpp | 93ef4a83fb0dbe465fa3a3e315cd7672e566920e | [] | 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 | 529 | hpp | // Copyright Daniel Wallin 2009. 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)
#ifndef LUABIND_VERSION_090216_HPP
# define LUABIND_VERSION_090216_HPP
# define LUABIND_VERSIO... | [
"pablosn@06488772-1f9a-11de-8b5c-13accb87f508"
] | [
[
[
1,
16
]
]
] |
c476cd03777a2e625cb87cd5be4289f0bcafd1df | 777399eafeb952743fcb973fbba392842c2e9b14 | /CyberneticWarrior/CyberneticWarrior/source/CEventSystem.h | f2569dd571a407592901b054d90aad7489e8c0b3 | [] | no_license | Warbeleth/cyberneticwarrior | 7c0af33ada4d461b90dc843c6a25cd5dc2ba056a | 21959c93d638b5bc8a881f75119d33d5708a3ea9 | refs/heads/master | 2021-01-10T14:31:27.017284 | 2010-11-23T23:16:28 | 2010-11-23T23:16:28 | 53,352,209 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,017 | h | #ifndef EVENTSYSTEM_H_
#define EVENTSYSTEM_H_
#include "CEvent.h"
#include "IListener.h"
#include <map>
#include <list>
using std::list;
using std::multimap;
using std::pair;
class CEventSystem
{
private:
multimap<EVENTID, IListener*> m_Clients;
list<CEvent> m_lEvents;
void SendOutEvent(CE... | [
"warbeleth@users.noreply.github.com"
] | [
[
[
1,
51
]
]
] |
22497a0648dd7e0609c46bdaac42b510f76f4cd8 | 1960e1ee431d2cfd2f8ed5715a1112f665b258e3 | /inc/com/sc/coatr.h | a1451c7c18acc4bc2bd6b0ff739672ff0666122e | [] | no_license | BackupTheBerlios/bvr20983 | c26a1379b0a62e1c09d1428525f3b4940d5bb1a7 | b32e92c866c294637785862e0ff9c491705c62a5 | refs/heads/master | 2021-01-01T16:12:42.021350 | 2009-11-01T22:38:40 | 2009-11-01T22:38:40 | 39,518,214 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,539 | h | /*
* $Id$
*
* Copyright (C) 2008 Dorothea Wachmann
*
* 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 3 of the License, or
* (at your option) any later version.
... | [
"dwachmann@01137330-e44e-0410-aa50-acf51430b3d2"
] | [
[
[
1,
54
]
]
] |
684be52315cce19e6fa296a4993bb68d02c516a0 | 6c8c4728e608a4badd88de181910a294be56953a | /UiModule/Inworld/ControlPanelManager.h | 45d6539fc67544d960fcc90d7e72a0cf73d07c48 | [
"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 | 1,810 | h | // For conditions of distribution and use, see copyright notice in license.txt
#ifndef incl_UiModule_ControlPanelManager_h
#define incl_UiModule_ControlPanelManager_h
#include "UiModuleApi.h"
#include "UiDefines.h"
#include <QObject>
#include <QAction>
#include <QMap>
namespace UiServices
{
clas... | [
"jonne.nauha@evocativi.com@5b2332b8-efa3-11de-8684-7d64432d61a3"
] | [
[
[
1,
69
]
]
] |
fd660ac39ff52b8a2a7555a2de39fb59888e4a8f | b08e948c33317a0a67487e497a9afbaf17b0fc4c | /LuaPlus/Src/LuaRemoteDebuggingServer/LuaNetworkServer.h | 20f7da6816b7bbc36370d9246c1f12ca71d3a885 | [
"MIT"
] | permissive | 15831944/bastionlandscape | e1acc932f6b5a452a3bd94471748b0436a96de5d | c8008384cf4e790400f9979b5818a5a3806bd1af | refs/heads/master | 2023-03-16T03:28:55.813938 | 2010-05-21T15:00:07 | 2010-05-21T15:00:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,210 | h | #pragma once
namespace LuaDebugger {
class LuaNetworkSocket;
class LuaNetworkServer
{
public:
template<typename T>
static void LuaPlus_ProcessCommand(const char* /*id*/, void* userData, const unsigned char* command)
{
lua_State* state = (lua_State*)userData;
if (*(unsigned short*)command == 0xfff... | [
"voodoohaust@97c0069c-804f-11de-81da-11cc53ed4329"
] | [
[
[
1,
40
]
]
] |
bacafa2ae91c05891275a209a6d0ae45e08a8ab9 | f177993b13e97f9fecfc0e751602153824dfef7e | /ImPro/ImProBaseClass/MSD3DLib/stdafx.cpp | 85377a13c30f2fea1a6c22f2c955dfc7ae57fcc4 | [] | 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 | 295 | cpp | // stdafx.cpp : source file that includes just the standard includes
// MSD3DLib.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
| [
"ndhumuscle@fa729b96-8d43-11de-b54f-137c5e29c83a"
] | [
[
[
1,
8
]
]
] |
0177decc60d5f5d57e742cb67068c31e63c430b8 | fbe2cbeb947664ba278ba30ce713810676a2c412 | /iptv_root/iptv_media_util/ASFDataPacket.h | ed6f2ad503f2fec8b95a9e8858a3a6f8d08fc6f9 | [] | no_license | abhipr1/multitv | 0b3b863bfb61b83c30053b15688b070d4149ca0b | 6a93bf9122ddbcc1971dead3ab3be8faea5e53d8 | refs/heads/master | 2020-12-24T15:13:44.511555 | 2009-06-04T17:11:02 | 2009-06-04T17:11:02 | 41,107,043 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 779 | h | #ifndef ASF_DATA_PACKET_H
#define ASF_DATA_PACKET_H
#include "ASFObject.h"
#include "defs.h"
class ASFDataPacket : public ASFObject
{
struct PAYLOAD_INFO
{
BOOL bVideoKeyFrame;
DWORD dwSequence;
DWORD dwSendTime;
WORD wDuration;
WORD wPacketSize;
WO... | [
"heineck@c016ff2c-3db2-11de-a81c-fde7d73ceb89"
] | [
[
[
1,
36
]
]
] |
dc16989c33413e6059ac2a1297dda59540c977fa | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/mw/classicui/uifw/apps/S60_SDK3.0/bctesteikbctrl/src/bctesteikbctrlcontainer.cpp | b31ca1492a2a156a0bf797c3bc1f317c3476d455 | [] | 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 | 3,653 | cpp | /*
* Copyright (c) 2006 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,
123
]
]
] |
0b7111bddc2297333469e1dd07e4ff14ca7850b1 | 10bac563fc7e174d8f7c79c8777e4eb8460bc49e | /core/slam_data_adapter_i.h | 0260c5be83374fc0501216caefaaab0140fd1b97 | [] | 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 | 921 | h | #ifndef slam_data_adapter_i_H_INCLUDED
#define slam_data_adapter_i_H_INCLUDED
//---------------------------------------------------------------------------
#include "alcor/math/angle.h"
namespace all { namespace core {
//---------------------------------------------------------------------------
///slam_data_adap... | [
"andrea.carbone@1c7d64d3-9b28-0410-bae3-039769c3cb81"
] | [
[
[
1,
23
]
]
] |
0e2abb758cf98866ee0e0d123b11d22ffad11c2d | 2f72d621e6ec03b9ea243a96e8dd947a952da087 | /lol4edit/gui/PSSelectDialog.cpp | b1ffef7b5fafb9b954336f9057710703d8a11c6e | [] | 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 | 709 | cpp | #include "PSSelectDialog.h"
#include "h/SelectDialog.h"
#include <QtGui/QLineEdit>
#include "Ogre.h"
int PSSelectDialog::exec(QLineEdit *target)
{
this->target = target;
return QDialog::exec();
}
void PSSelectDialog::acceptSelection(QListWidgetItem *item)
{
if(!item)
return;
target->setText(item-... | [
"praecipitator@bd7a9385-7eed-4fd6-88b1-0096df50a1ac"
] | [
[
[
1,
31
]
]
] |
f2c5f449109b8df65826bd1ece99dd7da563e00c | cd387cba6088f351af4869c02b2cabbb678be6ae | /lib/geometry/concepts/point_concept.hpp | 5efdeed208b76d307fbaaa7ec9507e2a5ca0218e | [
"BSL-1.0"
] | permissive | pedromartins/mew-dev | e8a9cd10f73fbc9c0c7b5bacddd0e7453edd097e | e6384775b00f76ab13eb046509da21d7f395909b | refs/heads/master | 2016-09-06T14:57:00.937033 | 2009-04-13T15:16:15 | 2009-04-13T15:16:15 | 32,332,332 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,122 | hpp | // Geometry Library Point concept
//
// Copyright Bruno Lalande 2008
// Copyright Barend Gehrels, Geodan Holding B.V. Amsterdam, the Netherlands.
// 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.or... | [
"fushunpoon@1fd432d8-e285-11dd-b2d9-215335d0b316"
] | [
[
[
1,
138
]
]
] |
7fbd242fa68878d2e80c4b443deb9231f6c6d4ca | 3856c39683bdecc34190b30c6ad7d93f50dce728 | /LastProject/Source/Combo2.cpp | 69ea3e5fea09bc751ab46a2376cda74460b3264f | [] | no_license | yoonhada/nlinelast | 7ddcc28f0b60897271e4d869f92368b22a80dd48 | 5df3b6cec296ce09e35ff0ccd166a6937ddb2157 | refs/heads/master | 2021-01-20T09:07:11.577111 | 2011-12-21T22:12:36 | 2011-12-21T22:12:36 | 34,231,967 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 880 | cpp | #include "stdafx.h"
#include "Combo2.h"
#include "Combo2Stiffen.h"
#include "Monster.h"
Combo2* Combo2::GetInstance()
{
static Combo2 Instance;
return &Instance;
}
VOID Combo2::Enter( CMonster* a_pMonster )
{
// Melee 공격 애니메이션으로 바꾼다.
a_pMonster->ChangeAnimation( CMonster::ANIM_COMBO_ATTACK2 ... | [
"kopan84@gmail.com@d02aaf57-2019-c8cd-d06c-d029ef2af4e0",
"yoonhada@gmail.com@d02aaf57-2019-c8cd-d06c-d029ef2af4e0"
] | [
[
[
1,
20
],
[
22,
44
]
],
[
[
21,
21
]
]
] |
142cacdcda032f3fd00d7bb16df5740e42b2910f | ce28ec891a0d502e7461fd121b4d96a308c9dab7 | /graph/GraphEdge.h | 8664886d3494c85ce58b06ebb165c5367994ccf6 | [] | no_license | aktau/Tangerine | fe84f6578ce918d1fa151138c0cc5780161b3b8f | 179ac9901513f90b17c5cd4add35608a7101055b | refs/heads/master | 2020-06-08T17:07:53.860642 | 2011-08-14T09:41:41 | 2011-08-14T09:41:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 746 | h | #ifndef GRAPHEDGE_H_
#define GRAPHEDGE_H_
#include <QGraphicsPathItem>
#include <QPen>
#include <QBrush>
class GraphEdge : public QGraphicsPathItem {
public:
GraphEdge(const QPainterPath &path, QGraphicsItem * parent = 0);
GraphEdge(const QPainterPath &path, const QPen &pen = QPen(), const QBrush &brus... | [
"nicolashillegeer@gmail.com"
] | [
[
[
1,
28
]
]
] |
0f9c88b64ea510e82ff2cb8b6fb28cb5f55f3555 | c2153dcfa8bcf5b6d7f187e5a337b904ad9f91ac | /depends/ClanLib/src/Core/XML/xml_writer.cpp | 13afcd98d198126148844b1ce9983c10e09ce59a | [] | no_license | ptrefall/smn6200fluidmechanics | 841541a26023f72aa53d214fe4787ed7f5db88e1 | 77e5f919982116a6cdee59f58ca929313dfbb3f7 | refs/heads/master | 2020-08-09T17:03:59.726027 | 2011-01-13T22:39:03 | 2011-01-13T22:39:03 | 32,448,422 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,254 | cpp | /*
** ClanLib SDK
** Copyright (c) 1997-2010 The ClanLib Team
**
** This software is provided 'as-is', without any express or implied
** warranty. In no event will the authors be held liable for any damages
** arising from the use of this software.
**
** Permission is granted to anyone to use this softwa... | [
"PTrefall@gmail.com@c628178a-a759-096a-d0f3-7c7507b30227"
] | [
[
[
1,
211
]
]
] |
461331a8fa1f7d08dc743a948731cbb3a42866b1 | bef7d0477a5cac485b4b3921a718394d5c2cf700 | /dingus/dingus/kernel/EffectLoader.cpp | 0035f871e9e7b32d49af317448914fbc82152b78 | [
"MIT"
] | permissive | TomLeeLive/aras-p-dingus | ed91127790a604e0813cd4704acba742d3485400 | 22ef90c2bf01afd53c0b5b045f4dd0b59fe83009 | refs/heads/master | 2023-04-19T20:45:14.410448 | 2011-10-04T10:51:13 | 2011-10-04T10:51:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,089 | cpp | // --------------------------------------------------------------------------
// Dingus project - a collection of subsystems for game/graphics applications
// --------------------------------------------------------------------------
#include "stdafx.h"
#include "EffectLoader.h"
#include "ProxyEffect.h"
#includ... | [
"aras@unity3d.com"
] | [
[
[
1,
903
]
]
] |
293510233ff23b07a9137608c67745642d4d4f62 | 51e1cf5dc3b99e8eecffcf5790ada07b2f03f39c | /SMC/src/include/framerate.h | 115073a0db367a1a16abc98452b1a3f84f831484 | [] | no_license | jdek/jim-pspware | c3e043b59a69cf5c28daf62dc9d8dca5daf87589 | fd779e1148caac2da4c590844db7235357b47f7e | refs/heads/master | 2021-05-31T06:45:03.953631 | 2007-06-25T22:45:26 | 2007-06-25T22:45:26 | 56,973,047 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,324 | h | /***************************************************************************
framerate.h - Framerate independant class and a time correcting function
The Speedfactor is the heart of this class. When it is set by SetSpeedFactor,
it becomes a number with that you multiply all your motions. For instance, if th... | [
"rinco@ff2c0c17-07fa-0310-a4bd-d48831021cb5"
] | [
[
[
1,
99
]
]
] |
bced96a0eeff5385c32793f62840280ba8ba18a3 | 7b4c786d4258ce4421b1e7bcca9011d4eeb50083 | /_统计专用/陈年旧芝麻_完成的未完成的集合/《算法导论》/第2章 算法入门/20090402-binary-search.cpp | 9b8f26e9c7cfe49b17fc88bb68c7097a0042c86e | [] | no_license | lzq123218/guoyishi-works | dbfa42a3e2d3bd4a984a5681e4335814657551ef | 4e78c8f2e902589c3f06387374024225f52e5a92 | refs/heads/master | 2021-12-04T11:11:32.639076 | 2011-05-30T14:12:43 | 2011-05-30T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,999 | cpp | //20090402 BINARY SEARCH AND MERGE SORT
#include <iostream>
#include <cstdlib>
#include <ctime>
using namespace std;
//merge function
template <typename T>
void merge(T a[], int mid, int n)
{
T *temp = new T[n];
int i = 0;
int j = mid;
int k = 0;
while (i < mid && j < n) {
temp[k++] = (a[i] < a[j... | [
"baicaibang@70501136-4834-11de-8855-c187e5f49513"
] | [
[
[
1,
108
]
]
] |
e2fa5fd613d9184bb8a2383d872a0c70bb51f0ea | e2f961659b90ff605798134a0a512f9008c1575b | /Example-09/MODEL_REG.INC | f3e7f0de8e9d29d50bda5e2a6ad359a6bd94a42e | [] | no_license | bs-eagle/test-models | 469fe485a0d9aec98ad06d39b75901c34072cf60 | d125060649179b8e4012459c0a62905ca5235ba7 | refs/heads/master | 2021-01-22T22:56:50.982294 | 2009-11-10T05:49:22 | 2009-11-10T05:49:22 | 1,266,143 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 44 | inc | FIPNUM
3864*2
/
BNDNUM
3864*2
/
| [
"sergey.miryanov@gmail.com"
] | [
[
[
1,
8
]
]
] |
345588e1ba801716695ee4ac5829b8bf7d98bdaa | 77957df975b0b622fdbfede798b83c1d30ae117d | /EntradaDelUsuario/EntradaDelUsuario/Game/Game.h | 5d28e6eb6a8f4cbb1c14a6a562968f3a796dd4b4 | [] | no_license | Juanmaramon/aplicacion-practica-basica | 92f80b0699c8450c3c32a6cdaff395bb257d3a95 | 9d7776dcc55c7de4cf03085c998d6c7461f4cae5 | refs/heads/master | 2016-08-12T19:49:55.787837 | 2011-07-10T15:34:01 | 2011-07-10T15:34:01 | 43,250,262 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,242 | h | #ifndef Game_H
#define Game_H
#include "..\Utility\Singleton.h"
#include "..\Window\ApplicationProperties.h"
#include "..\Graphics\Camera.h"
//Clase que hace uso del Patrón Singleton definido en Singleton.h, para iniciar, actualizar, dibujar
// y finalizar el juego
class cGame : public cSingleton<cGame>
{... | [
"otreblaosnofla@gmail.com"
] | [
[
[
1,
44
]
]
] |
e03770e3d235799a25d53ccf6c709285cdfaf4fd | 85e50a5e068a800973d57be93d8edc15a580325d | /Listener.cpp | 5fd76fa60b19d81f81aacdc61d59bea926fae28c | [] | no_license | jjzhang166/markessien-p2p. | 9715a2b05bd129bce4798d2ad8b8d51684c05543 | a691f47fc198f76f7fd5e66cdab1be7f39c0fbf1 | refs/heads/master | 2021-08-12T01:36:01.851011 | 2010-10-23T12:26:52 | 2010-10-23T12:26:52 | 110,662,175 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,019 | cpp | // Listener.cpp : Implementation of CListener
#include "stdafx.h"
#include "P2P.h"
#include "Listener.h"
/////////////////////////////////////////////////////////////////////////////
// CListener
STDMETHODIMP CListener::Listen(long nPort)
{
// We start listening here, so if we come
// accross any ... | [
"mark@feathermoor.com"
] | [
[
[
1,
184
]
]
] |
23b1c470efb07a4f2aa37102b645e76680c62117 | fac8de123987842827a68da1b580f1361926ab67 | /inc/physics/Physics/Dynamics/Entity/hkpRigidBodyCinfo.h | 88c284d54f35115d80120cd16c894e4e2544affa | [] | no_license | blockspacer/transporter-game | 23496e1651b3c19f6727712a5652f8e49c45c076 | 083ae2ee48fcab2c7d8a68670a71be4d09954428 | refs/heads/master | 2021-05-31T04:06:07.101459 | 2009-02-19T20:59:59 | 2009-02-19T20:59:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,795 | h | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent.This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Level 2 and Level 3 source code contains trade secrets... | [
"uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4"
] | [
[
[
1,
185
]
]
] |
a19e815ec9755d20ab8decfe4f326f9b90c895e4 | e7c45d18fa1e4285e5227e5984e07c47f8867d1d | /Common/Scd/ScHist/hstqyinf.h | 77cc78d14becc2e0340f28d6f91903b5a3d94199 | [] | no_license | abcweizhuo/Test3 | 0f3379e528a543c0d43aad09489b2444a2e0f86d | 128a4edcf9a93d36a45e5585b70dee75e4502db4 | refs/heads/master | 2021-01-17T01:59:39.357645 | 2008-08-20T00:00:29 | 2008-08-20T00:00:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,426 | h | //================== SysCAD - Copyright Kenwalt (Pty) Ltd ===================
// $Nokeywords: $
//===========================================================================
#ifndef __HSTQYINF_H
#define __HSTQYINF_H
#include "resource.h"
//------------------------------------------------------------------... | [
"paul.hannah@syscad.net"
] | [
[
[
1,
55
]
]
] |
51d24d2c0f6b2b85598a51d691e348fa7fb69087 | 3e69b159d352a57a48bc483cb8ca802b49679d65 | /tags/release-2006-01-13/3d-viewer/3d_viewer.h | 1c3202db2fa121afc561128b58346de8cd7ac626 | [] | 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 | UTF-8 | C++ | false | false | 4,309 | h | /////////////////////////////////////////////////////////////////////////////
// Name: 3d_viewer.h
/////////////////////////////////////////////////////////////////////////////
#if !wxUSE_GLCANVAS
#error Please set wxUSE_GLCANVAS to 1 in setup.h.
#endif
#include "wx/glcanvas.h"
#ifdef __WXMAC__
# if... | [
"bokeoa@244deca0-f506-0410-ab94-f4f3571dea26"
] | [
[
[
1,
169
]
]
] |
74c11cc1dd9bb8ed73c5ac875c4a25d968a27fb6 | bc3073755ed70dd63a7c947fec63ccce408e5710 | /src/Game/Graphics/VertexBufferObject.h | c2e761527fa0516499d4163cbc07a9bb981ef44e | [] | no_license | ptrefall/ste6274gamedesign | 9e659f7a8a4801c5eaa060ebe2d7edba9c31e310 | 7d5517aa68910877fe9aa98243f6bb2444d533c7 | refs/heads/master | 2016-09-07T18:42:48.012493 | 2011-10-13T23:41:40 | 2011-10-13T23:41:40 | 32,448,466 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,055 | h | #pragma once
#include "IBufferObject.h"
#include "Utils.h"
namespace Graphics
{
class VertexBufferObject : public IBufferObject
{
public:
/// VertexBufferObject constructor.
VertexBufferObject(const U32 size,
const U32 index_count,
const U32 *indices,
const U32 draw_type);
Vert... | [
"PTrefall@gmail.com@2c5777c1-dd38-1616-73a3-7306c0addc79"
] | [
[
[
1,
53
]
]
] |
16c2384ca33786d697f258901c749d72d9373406 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/multi_index/test/test_hash_ops.cpp | a0662066d4c7c26174217c3c768e6de428b15e9b | [
"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 | ISO-8859-1 | C++ | false | false | 2,473 | cpp | /* Boost.MultiIndex test for standard hash operations.
*
* Copyright 2003-2005 Joaquín M López Muñoz.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* See http://www.boost.org/libs/multi_index for l... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
93
]
]
] |
dfdfb0ce778fe48e5ed9a7d4bf0e5891bca3b254 | f177993b13e97f9fecfc0e751602153824dfef7e | /ImProSln/TouchLibFilter/Touchlib/src/RectifyFilter.cpp | 86c6cab302a15cb8edc02256de736e8af6bbe71e | [] | 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 | 2,631 | cpp |
#include <RectifyFilter.h>
#include <highgui.h>
#include <Image.h>
RectifyFilter::RectifyFilter(char* s) : Filter(s)
{
level = (unsigned int) DEFAULT_RECTIFYLEVEL;
level_slider = level;
bAutoSet = false;
}
RectifyFilter::~RectifyFilter()
{
}
void RectifyFilter::getParameters(ParameterMap... | [
"ndhumuscle@fa729b96-8d43-11de-b54f-137c5e29c83a"
] | [
[
[
1,
123
]
]
] |
0a0347e1a996d20f6f1b1653dc7ad0f19456518b | 55196303f36aa20da255031a8f115b6af83e7d11 | /private/external/gameswf/base/tu_timer.cpp | 34e75c410e9e514c8b5944303f19afa5040ae6fa | [] | 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 | 4,066 | cpp | // tu_timer.cpp -- 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.
#include <time.h> // [ANSI/System V]
#include "base/tu_timer.h"
Uint64 tu_timer::get_systime()
// Returns the time as seconds... | [
"viktor.reutskyy@68c2588f-494f-0410-aecb-65da31d84587"
] | [
[
[
1,
215
]
]
] |
42617972d83593da75874478a97cb71bd134f710 | 6e563096253fe45a51956dde69e96c73c5ed3c18 | /dhnetsdk/Demo/ExtPtzCtrl.h | f5945f07bed9948d8d06aa1da1bd36efcc871923 | [] | 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 | 2,309 | h | #if !defined(_ExtPtzCtrl_H_)
#define _ExtPtzCtrl_H_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ExtPtzCtrl.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CExtPtzCtrl dialog
class CExtPtzCtrl : public CDialog
{
LONG m_DeviceID ;
D... | [
"guoqiao@a83c37f4-16cc-5f24-7598-dca3a346d5dd"
] | [
[
[
1,
91
]
]
] |
7248b57b9ebe1fadf7588eb8b6b9e1c208467515 | ad80c85f09a98b1bfc47191c0e99f3d4559b10d4 | /code/inc/util/nstl.h | a70c4c42e61c74284dbe0696e233d16a9d5fe6f9 | [] | no_license | DSPNerd/m-nebula | 76a4578f5504f6902e054ddd365b42672024de6d | 52a32902773c10cf1c6bc3dabefd2fd1587d83b3 | refs/heads/master | 2021-12-07T18:23:07.272880 | 2009-07-07T09:47:09 | 2009-07-07T09:47:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,847 | h | #ifndef N_STL_H
#define N_STL_H
#ifndef NO_STLPORT
#include "stlport/vector"
#include "stlport/algorithm"
#include "stlport/deque"
#include "stlport/list"
#include "stlport/string"
#include "stlport/map"
#include "stlport/stack"
#else
#include <vector>
#include <algorithm>
#include... | [
"plushe@411252de-2431-11de-b186-ef1da62b6547"
] | [
[
[
1,
100
]
]
] |
4d8af79302499eb348b2200635765eaa853ea1b4 | 25493e63fc39f89bcc09efd697c840756a5d1d47 | /SeaBattle/SeaBattle.Cpp/MainForm.cpp | fb6ca84da7bb448da4c5b408a34bfa8dcbd57f44 | [] | no_license | Strialck/Sea-Battle-Game | ada96874328860a4b45cc307f97e0537df932937 | 05c4fdf317c88e6ef22cd0b37b5a94076f7c8674 | refs/heads/master | 2022-02-14T01:17:42.530402 | 2011-12-26T23:49:43 | 2011-12-26T23:49:43 | null | 0 | 0 | null | null | null | null | ISO-8859-13 | C++ | false | false | 3,748 | cpp | #include "stdafx.h"
#include "MainForm.h"
MainForm::MainForm()
{
SuspendLayout();
_humanBoard = gcnew Board();
_computerBoard = gcnew Board(false);
_humanPlayer = gcnew HumanPlayer("Žaidėjas", _computerBoard);
_computerPlayer = gcnew ComputerPlayer("Kompiuteris");
_scoreboard = gcnew ScoreBoard... | [
"ramunsk@gmail.com"
] | [
[
[
1,
112
]
]
] |
9abb240c2720b7ed08060b5937466b02051579cd | 13f30850677b4b805aeddbad39cd9369d7234929 | / astrocytes --username gavrilov86@gmail.com/CT_tutorial/VboMesh.h | 6e0665189ca55aaaf6585781a70e7499870934d4 | [] | no_license | hksonngan/astrocytes | 2548c73bbe45ea4db133e465fa8a90d29dc60f64 | e14544d21a077cdbc05356b05148cc408c255e04 | refs/heads/master | 2021-01-10T10:04:14.265392 | 2011-11-09T07:42:06 | 2011-11-09T07:42:06 | 46,898,541 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 457 | h | #ifndef VBO_MESH_INC
#define VBO_MESH_INC
#include "GeomFunc.h"
#include "mat34.h"
#include "vec4.h"
#include "vec.h"
#include "CS3.h"
#include "AllInc.h"
#include "wxIncludes.h"
class VboMesh
{
public:
VboMesh();
~VboMesh();
void Build(v3vec& vert, v3vec& norm, v4vec& col, iv3vec& id);
void Cl... | [
"gavrilov86@gmail.com"
] | [
[
[
1,
27
]
]
] |
a6334d5b96a347f61113361b107565b014802f9f | 9a48be80edc7692df4918c0222a1640545384dbb | /Libraries/Boost1.40/libs/asio/test/buffered_read_stream.cpp | 7f80f583f514bbe1b98a4ffaf1ffb298378c2a48 | [
"BSL-1.0"
] | permissive | fcrick/RepSnapper | 05e4fb1157f634acad575fffa2029f7f655b7940 | a5809843f37b7162f19765e852b968648b33b694 | refs/heads/master | 2021-01-17T21:42:29.537504 | 2010-06-07T05:38:05 | 2010-06-07T05:38:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,909 | cpp | //
// buffered_read_stream.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// 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)
//
// Disabl... | [
"metrix@Blended.(none)"
] | [
[
[
1,
218
]
]
] |
cf04db93ce0cc96b01b9cef5c088c35665c79735 | 0ede2660af1a4a0e17415c5a2ab0d5da2108d2c4 | /Header Files/FILE_OPERATIONS_H.h | f94728c864a65f7063d81188442d752dbcf93475 | [] | no_license | arcshock/uaf-cs-f202-rush-hour | 9222c55f9efd683d6497f49abf7a834bc849a186 | ad9428b786c075d1ff87fc07cd4b1470b46012b7 | refs/heads/master | 2020-06-04T07:10:37.171480 | 2011-12-06T04:49:52 | 2011-12-06T04:49:52 | 33,420,443 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 100 | h | #ifndef FILE_OPERATIONS_H
#include <fstream>
using std::ofstream;
using std::ifstream;
#endif | [
"bjfrost2@alaska.edu@422ca6b0-c5e4-5437-1708-20c6819369f4"
] | [
[
[
1,
5
]
]
] |
d550c4890ee22f4937a2c4dc684eca6dd153115c | 77d0b0ac21a9afdf667099c3cad0f9bbb483dc25 | /include/document.h | fcc2df7d20c8abdd734221fb3ccc29c90c7f15d0 | [] | no_license | martinribelotta/oneshot | 21e218bbdfc310bad4a531dcd401ad28625ead75 | 81bde2718b6dac147282cce8a1c945187b0b2ccf | refs/heads/master | 2021-05-27T23:29:43.732068 | 2010-05-24T04:36:10 | 2010-05-24T04:36:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 787 | h | #ifndef Oneshot_QDocument_h
#define Oneshot_QDocument_h
#include <iglu/structs.h>
#include <iglu/tcanvas.h>
class QNode;
class QNodePoint;
class QComponent;
class QDocument {
public:
char *fileName;
QComponent *comps;
QNode *nodes;
bool modified;
QDocument();
~QDocument();
void newDoc();... | [
"martinribelotta@gmail.com"
] | [
[
[
1,
38
]
]
] |
52fea4d9afef5c5d4307d0939ba7cb10fc1f3584 | 6064f8a5d4a9fc6c38420cd4350ae6e2708bd985 | /histogramvisualizer.cpp | 2de62adb3ca46ba991177876e36cebcf182ecd97 | [] | no_license | EmilHernvall/candify | 33da9b53821f0548be4e03723083c26d22cbddf8 | 553ae71bcf446d79d6d18916eb65c64896784507 | refs/heads/master | 2016-09-05T18:09:54.609174 | 2011-05-03T18:44:03 | 2011-05-03T18:44:03 | 1,697,528 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,195 | cpp | #include <stdlib.h>
#include <string.h>
#include <windows.h>
#include <d2d1.h>
#include <d2d1helper.h>
#include <dwrite.h>
#include <math.h>
#include <string>
#include <sstream>
#include "audio.h"
#include "spotifyplayer.h"
#include "histogramvisualizer.h"
#include "complex.h"
#include "fft.h"
// Calcul... | [
"emil@quench.at"
] | [
[
[
1,
308
]
]
] |
897cc73b488c70651a7d8abd01d8614522eba3d6 | fc7dbcb3bcdb16010e9b1aad4ecba41709089304 | /BeagleBoardPkg/Debugger_scripts/rvi_symbols_macros.inc | ccd1ea068f9e68f520b849b0fd6384e58481ecda | [] | no_license | Itomyl/loongson-uefi | 5eb0ece5875406b00dbd265d28245208d6bbc99a | 70b7d5495e2b451899e2ba2ef677384de075d984 | refs/heads/master | 2021-05-28T04:38:29.989074 | 2010-05-31T02:47:26 | 2010-05-31T02:47:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,072 | inc | //
// Copyright (c) 2008-2009, Apple Inc. All rights reserved.
//
// All rights reserved. This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License
// which accompanies this distribution. The full text of the license may be found at
// h... | [
"xiangy@lemote.com"
] | [
[
[
1,
194
]
]
] |
0500c96b3e0d11fa1db540986d7cfdf2430705f4 | 33cdd09e352529963fe8b28b04e0d2e33483777b | /trunk/ReportAsistent/ListSort.cpp | 2a5066c93481c8b54e8bd2a19cc4953dbfd328e8 | [] | no_license | BackupTheBerlios/reportasistent-svn | 20e386c86b6990abafb679eeb9205f2aef1af1ac | 209650c8cbb0c72a6e8489b0346327374356b57c | refs/heads/master | 2020-06-04T16:28:21.972009 | 2010-05-18T12:06:48 | 2010-05-18T12:06:48 | 40,804,982 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,265 | cpp | /******************************************************************************
* Filename: ListSort.cpp
* Copyright (c) 2000, UAF Development Team (email CocoaSpud@hotmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as pub... | [
"ibart@fded5620-0c03-0410-a24c-85322fa64ba0",
"kodyj1am@fded5620-0c03-0410-a24c-85322fa64ba0"
] | [
[
[
1,
197
],
[
201,
227
]
],
[
[
198,
200
]
]
] |
5fdd5071e21e393c561d6618c066a9efa42e793e | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Havok/Source/Physics/Dynamics/Constraint/Contact/hkpSimpleContactConstraintData.inl | 67fc1c215cb8ce89e4d9b83f91e141891e9cae2e | [] | 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,616 | inl | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Level 2 and Level 3 source code contains trade secrets... | [
"olinord@gmail.com"
] | [
[
[
1,
70
]
]
] |
772162850904492ada3af0bf9785cd7fc2d50319 | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/mw/locationsrv/landmarks_search_api/inc/testposlmidlistcriteria.h | 19c6a3fb5dd2a34dd9a15f23cedd585a02c03227 | [] | 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 | 1,661 | h | /*
* Copyright (c) 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/legal/epl... | [
"none@none"
] | [
[
[
1,
79
]
]
] |
e5b28dbfb19cdea3c33986f0485c76a56892de27 | b3f6e84f764d13d5bd49fadb00171f7cd191e2b8 | /src/CraneaBase.cpp | 1d35b334a151d9410ff07ca15cff06167d645440 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | youngj/cranea | f55a93d2c7b97479a2f9c7f63ac72f1dd419e9f6 | 5411a9374a7dc29dd33e4445ef9277ed2b72c835 | refs/heads/master | 2020-05-18T15:13:03.623874 | 2008-04-23T08:50:20 | 2008-04-23T08:50:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,840 | cpp | #include "CraneaBase.h"
using namespace std;
#include "sha.h"
using namespace CryptoPP;
#include <iostream>
void debugBinary(const byte *buf, size_t len)
{
for (size_t i = 0; i < len; i++)
{
cout << (int)buf[i] << " ";
}
cout << endl;
}
void transformLower(string &text)
... | [
"adunar@1d512d32-bd3c-0410-8fef-f7bcb4ce661b"
] | [
[
[
1,
178
]
]
] |
fd5206180db5f95137045b2bd04fa6af157a0b8a | c7120eeec717341240624c7b8a731553494ef439 | /src/cplusplus/freezone-samp/src/core/geo/detail/geo_info_getter_city.cpp | 5a41cbe93e945fa90791ed15eaf88b4e3c409c92 | [] | no_license | neverm1ndo/gta-paradise-sa | d564c1ed661090336621af1dfd04879a9c7db62d | 730a89eaa6e8e4afc3395744227527748048c46d | refs/heads/master | 2020-04-27T22:00:22.221323 | 2010-09-04T19:02:28 | 2010-09-04T19:02:28 | 174,719,907 | 1 | 0 | null | 2019-03-09T16:44:43 | 2019-03-09T16:44:43 | null | UTF-8 | C++ | false | false | 1,381 | cpp | #include "config.hpp"
#include "geo_info_getter_city.hpp"
#include "../geo_ip_info.hpp"
#include "maxmind-geoip/GeoIP.h"
#include "maxmind-geoip/GeoIPCity.h"
namespace geo {
info_getter_city::info_getter_city(GeoIPTag* gi):info_getter_db(gi) {
}
info_getter_city::~info_getter_city() {
}
... | [
"dimonml@19848965-7475-ded4-60a4-26152d85fbc5"
] | [
[
[
1,
42
]
]
] |
d449815164fff10f4ef6cb7f6c86ea3cf2bd37e6 | 02ffe34054155a76c1e4612d4f0772c796bedb77 | /TCC_NDS/flib/source/FBackground.cpp | 4012eff6f44977d5593cd40c236251dabbb682d4 | [] | no_license | btuduri/programming-nds | 5fe58bbb768c517ae2ae2b07e6df9b13376a276e | 81e6b9e0d4afaba1178b1fb0d8e4b000c5fdaf22 | refs/heads/master | 2020-06-09T07:21:31.930053 | 2009-12-08T17:39:17 | 2009-12-08T17:39:17 | 32,271,835 | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 5,849 | cpp | #include "FLib.h"
FBackground::FBackground(const void* tilemap, int width, int height)
{
this->width = width;
this->height = height;
this->tilemap = (u16*)tilemap;
bitmapMode = false;
screen_x = screen_y = 0;
limit_x = width * 256 - 256;
limit_y = height * 256 - 256 + 64;
alternate_x = alternate_y... | [
"thiagoauler@f17e7a6a-8b71-11de-b664-3b115b7b7a9b"
] | [
[
[
1,
226
]
]
] |
55dc61dfabd651d78997b6018aedd2ed7ff93e48 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/iostreams/example/container_device_example.cpp | 7946b6d5af09a718e07bd6cb0e446e158dc9098a | [
"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 | 921 | cpp | // (C) Copyright Jonathan Turkanis 2005.
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
// See http://www.boost.org/libs/iostreams for documentation.
#include <cassert>
#include <string>
#include <boost/... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
29
]
]
] |
3ee2408005ff459767497503eb64d3b13216d5de | f94f9d54bf316a15d9e1962b1514bba80ad226c9 | /ServiceBase.cpp | d357377921c7d583f2fd95884e6152915cfcd565 | [
"Apache-2.0"
] | permissive | bbyk/devsmtp | 2b015a31a41657f8677bfdb4326e3dac2bf53bcd | b98b4267cc4bc7808180367e92d5efe299297767 | refs/heads/master | 2021-01-19T10:11:05.366080 | 2010-08-18T10:07:51 | 2010-08-18T10:08:51 | 845,840 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,185 | cpp | /*
* Copyright 2010 Boris Byk.
*
* 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 required by applicable law or agree... | [
"boris.byk@gmail.com"
] | [
[
[
1,
171
]
]
] |
a066bf061e9b137da7a31c2652ab5b11b585c6a6 | d411188fd286604be7670b61a3c4c373345f1013 | /zomgame/ZGame/effect.h | 7951959ffbdc505010552b35262015035b4aef04 | [] | no_license | kjchiu/zomgame | 5af3e45caea6128e6ac41a7e3774584e0ca7a10f | 1f62e569da4c01ecab21a709a4a3f335dff18f74 | refs/heads/master | 2021-01-13T13:16:58.843499 | 2008-09-13T05:11:16 | 2008-09-13T05:11:16 | 1,560,000 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 340 | h | #ifndef _EFFECT_H_
#define _EFFECT_H_
#include "attribute.h"
class Effect {
protected:
std::string name;
static int count;
int id;
int duration;
int start_tick;
int last_tick;
public:
Effect();
bool tick(int tick);
virtual int modify(Attributes type, int value) = 0;
void setTickCount(int ti... | [
"krypes@9b66597e-bb4a-0410-bce4-15c857dd0990"
] | [
[
[
1,
22
]
]
] |
b8df6a633ffb4e983917d76586f1b4a748f1360e | 58ef4939342d5253f6fcb372c56513055d589eb8 | /OpenGLParticles/inc/Particles.h | d2f098a9ea777f4df7b5bf586188701ee568081f | [] | no_license | flaithbheartaigh/lemonplayer | 2d77869e4cf787acb0aef51341dc784b3cf626ba | ea22bc8679d4431460f714cd3476a32927c7080e | refs/heads/master | 2021-01-10T11:29:49.953139 | 2011-04-25T03:15:18 | 2011-04-25T03:15:18 | 50,263,327 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,386 | h | /*
============================================================================
Name : Particles.h
Author : zengcity
Version : 1.0
Copyright : Your copyright notice
Description : CParticles declaration
============================================================================
*/
#ifndef PARTI... | [
"zengcity@415e30b0-1e86-11de-9c9a-2d325a3e6494"
] | [
[
[
1,
113
]
]
] |
1568e886706c588599f3941d0984348181d1e65c | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/os/ossrv/stdlibs/apps/libm/testldouble_blr/inc/tldouble_blr.h | c9a08df5522607115aa37f7889bca49ca89561f0 | [] | 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 | 7,133 | h | /*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl... | [
"none@none"
] | [
[
[
1,
251
]
]
] |
29b9861b7378641999bcf57f21b9ca1db76af286 | 03750072f2f37f21cd2d0f12432757149027dfdc | / scard --username maralosil@gmail.com/main.cpp | 52052bb371ecb28903cbf5d233fca11139450778 | [] | no_license | Ioannish/scard | c6830958f13609b0a1fe1dadfeb829b3e9431220 | bf4f836317e549e1d097468e96c2c2785abf58c3 | refs/heads/master | 2021-01-10T17:55:01.532224 | 2011-06-30T17:26:06 | 2011-06-30T17:26:06 | 44,372,977 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 806 | cpp | #include <iostream>
#include "scard.h"
#include "stringx.h"
using namespace std;
int main() {
SCard card;
try {
card.setContext(SCARD_SCOPE_SYSTEM);
card.connect();
cout << card.getReader() << endl;
char input[256];
for (;;) {
cout << "apdu> ";
cin.getline(i... | [
"maralosil@49ee3937-5266-4f4a-e7b9-40f6dfc295be"
] | [
[
[
1,
62
]
]
] |
0435981a42ec1e4d20ccdf5c74fe53d315e71192 | c7120eeec717341240624c7b8a731553494ef439 | /src/cplusplus/freezone-samp/src/core/utility/erase_if.hpp | 9d4f2f2861db774278963630a195dfc35e7b237e | [] | no_license | neverm1ndo/gta-paradise-sa | d564c1ed661090336621af1dfd04879a9c7db62d | 730a89eaa6e8e4afc3395744227527748048c46d | refs/heads/master | 2020-04-27T22:00:22.221323 | 2010-09-04T19:02:28 | 2010-09-04T19:02:28 | 174,719,907 | 1 | 0 | null | 2019-03-09T16:44:43 | 2019-03-09T16:44:43 | null | UTF-8 | C++ | false | false | 1,049 | hpp | #ifndef ERASE_IF_HPP
#define ERASE_IF_HPP
#include <map>
#include <set>
#include <algorithm>
template <typename container_t, typename predicate_t>
inline void erase_if(container_t& container, predicate_t predicate) {
container.erase(remove_if(container.begin(), container.end(), predicate), container.end())... | [
"dimonml@19848965-7475-ded4-60a4-26152d85fbc5"
] | [
[
[
1,
33
]
]
] |
2ed8bb31bc5321b397af98302820556175d35690 | f8403b6b1005f80d2db7fad9ee208887cdca6aec | /Source/Main.cpp | c3af8e0ccad595a65ddde0c61eb542312b523c13 | [] | no_license | sonic59/JuceText | 25544cb07e5b414f9d7109c0826a16fc1de2e0d4 | 5ac010ffe59c2025d25bc0f9c02fc829ada9a3d2 | refs/heads/master | 2021-01-15T13:18:11.670907 | 2011-10-29T19:03:25 | 2011-10-29T19:03:25 | 2,507,112 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,903 | cpp | /*
==============================================================================
This file was auto-generated by the Introjucer!
It contains the basic startup code for a Juce application.
==============================================================================
*/
#include "../JuceLibrar... | [
"supermario30@gmail.com"
] | [
[
[
1,
74
]
]
] |
3f90b3a8165847df9cd7492b0873f1cd020643a8 | 2957c5a47105deb75f2af0a78feaf6f01bebd0f5 | /InvadedSpace/constant.cpp | 38c9fc86b1be8519badac34feadac9c61d51e645 | [] | no_license | akidarsa/ak-pu-school | a20e7f742a262a37011a60e8f20866f4d4b2a704 | fbe72462db4b0fe08e06674249c61eb7ead0641a | refs/heads/master | 2021-01-15T17:29:33.472717 | 2009-12-07T20:50:32 | 2009-12-07T20:50:32 | 32,253,320 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,481 | cpp | #include "constant.h"
const int Db_updateDelay = 5;
const int Db_arenaWidth = 400;
const int Db_arenaHeight = 400;
const int Db_arenaMargin = 100;
const int Db_moveAreaMinX = Db_arenaMargin;
const int Db_moveAreaMaxX = Db_arenaWidth - Db_arenaMargin;
const int Db_cannonY = 350;
const int Db_cannonIndY = 1... | [
"akidarsa@a8046f88-d622-11de-89a3-7d4a0ca7bf7e"
] | [
[
[
1,
45
]
]
] |
49ce7aea75ececa6a44587014d3edeac6752523c | 2b80036db6f86012afcc7bc55431355fc3234058 | /src/core/audio/Transport.h | 8b873f905ffcf122479351fcc192b437da8985bf | [
"BSD-3-Clause"
] | permissive | leezhongshan/musikcube | d1e09cf263854bb16acbde707cb6c18b09a0189f | e7ca6a5515a5f5e8e499bbdd158e5cb406fda948 | refs/heads/master | 2021-01-15T11:45:29.512171 | 2011-02-25T14:09:21 | 2011-02-25T14:09:21 | null | 0 | 0 | null | null | null | null | ISO-8859-9 | C++ | false | false | 3,825 | h | //////////////////////////////////////////////////////////////////////////////
// Copyright © 2007, Daniel Önnerby
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redist... | [
"onnerby@6a861d04-ae47-0410-a6da-2d49beace72e",
"onnerby@gmail.com@6a861d04-ae47-0410-a6da-2d49beace72e",
"bjorn.olievier@6a861d04-ae47-0410-a6da-2d49beace72e",
"urioxis@6a861d04-ae47-0410-a6da-2d49beace72e"
] | [
[
[
1,
1
],
[
3,
34
],
[
40,
40
],
[
42,
42
],
[
44,
44
],
[
67,
67
],
[
71,
71
],
[
99,
100
]
],
[
[
2,
2
],
[
35,
... |
0f6ddcbd54bc135ad80d721301fad33cbc8c4610 | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Havok/Source/Physics/Dynamics/Phantom/hkpPhantom.inl | 2a93916617021f5039cadd1cedd3a6452b283e28 | [] | 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,980 | inl | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Level 2 and Level 3 source code contains trade secrets... | [
"olinord@gmail.com"
] | [
[
[
1,
85
]
]
] |
09ac69fac72b0a63a53976d29e5a21ebb4f34c86 | 0a7a70f6d547867755f317e5569e63709672eba1 | /src/ndssys/ndssys.h | 5234f8f06feec60b50747e0072c075b66b0ac3c8 | [] | no_license | ballercat/ends | f787b03f90638ca3ad03735c65875f386456dad3 | e3bb04481e289c272387d30ede8a7526226ba14d | refs/heads/master | 2016-09-10T09:41:55.820693 | 2009-08-30T00:14:10 | 2009-08-30T00:14:10 | 35,772,611 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 684 | h | #ifndef NDSSYS_H
#define NDSSYS_H
#include "../ndscpu/ndscpu.h"
#include "../ndsmem/ndsmem.h"
#ifndef NDS_DEBUG
#include "../ndsvideo/ndsvideo.h"
#include <SDL/SDL.h>
#endif
#include <cstdio>
class NDSSYSTEM
{
public:
NDSSYSTEM();
virtual ~NDSSYSTEM();
boo... | [
"whinemore@5982b672-94f9-11de-9b71-cb34e3bcb0e2"
] | [
[
[
1,
48
]
]
] |
527450971b7a8b77868f8c01843a7795990c1312 | 9426ad6e612863451ad7aac2ad8c8dd100a37a98 | /ULLib/include/ULWaitCursor.h | af6c7e63b07fdec1d08d77800837fe14b3bcc9c0 | [] | no_license | piroxiljin/ullib | 61f7bd176c6088d42fd5aa38a4ba5d4825becd35 | 7072af667b6d91a3afd2f64310c6e1f3f6a055b1 | refs/heads/master | 2020-12-28T19:46:57.920199 | 2010-02-17T01:43:44 | 2010-02-17T01:43:44 | 57,068,293 | 0 | 0 | null | 2016-04-25T19:05:41 | 2016-04-25T19:05:41 | null | WINDOWS-1251 | C++ | false | false | 675 | h | ///\file ULWaitCursor.h
///\brief фаил объявления класса курсора ожидания
#include <windows.h>
namespace ULOther
{
///\class CULWaitCursor
///\brief класса курсора ожидания
class CULWaitCursor
{
///\brief хендл курсора ожидания
HCURSOR m_hWaitCursor;
///\brief хендл предыдущего курсора
HCURSOR ... | [
"UncleLab@a8b69a72-a546-0410-9fb4-5106a01aa11f"
] | [
[
[
1,
22
]
]
] |
af021bf66bcce9e353f91fd0dc64935aa8308903 | ab582de0495f9b016e4602b578c3e9e2475bec44 | /src/game/shared/weapon_parse.h | 18d319ec7d771f0c833eb1efbacb95e80a41a181 | [] | no_license | lion7/millerslake | bf9e36493b10d5ac4619a0d59f4cfb0983bf0470 | 186ec556b5066c306c5735ab7efe136f1ce03019 | refs/heads/master | 2021-04-09T17:14:25.666942 | 2010-12-04T02:13:54 | 2010-12-04T02:13:54 | 32,201,552 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 6,227 | h | //========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose: Weapon data file parsing, shared by game & client dlls.
//
// $NoKeywords: $
//=============================================================================//
#ifndef WEAPON_PARSE_H
#define WEAPON_PARSE_H
... | [
"gdeleeuw7@gmail.com@1b4041a7-fb09-ea03-7d66-d8ed986ac175",
"fapproblems@gmail.com@1b4041a7-fb09-ea03-7d66-d8ed986ac175"
] | [
[
[
1,
79
],
[
82,
82
],
[
84,
164
]
],
[
[
80,
81
],
[
83,
83
]
]
] |
7606121f7a80179599bfbddff763201c5b4bd62a | 205069c97095da8f15e45cede1525f384ba6efd2 | /Casino/Code/Server/ShareModule/CommonModule/ExceptionHandle.cpp | 7130c386a861676b0c5fff437c1fcc91ec748121 | [] | no_license | m0o0m/01technology | 1a3a5a48a88bec57f6a2d2b5a54a3ce2508de5ea | 5e04cbfa79b7e3cf6d07121273b3272f441c2a99 | refs/heads/master | 2021-01-17T22:12:26.467196 | 2010-01-05T06:39:11 | 2010-01-05T06:39:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,363 | cpp | #include "stdafx.h"
#include "ExceptionHandle.h"
#include "se_translator.h"
#include "exception_trap.h"
#include "unhandled_report.h"
#include "sym_engine.h"
#include "debug_stream.h"
#include "exception2.h"
#include <fstream>
#include <iosfwd>
bool GT_DumpToStream(std::ostream& os,const TCHAR* szType,co... | [
"andywu0823@gmail.com"
] | [
[
[
1,
122
]
]
] |
91ac5044def703431c717e89cd4a31998228f353 | 5506729a4934330023f745c3c5497619bddbae1d | /vst2.x/P4P1Feed/source/UdpLog.h | ad4d8edf10aa238cbb718a9aecdd1eb884ca9506 | [] | 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 | 242 | h | #ifndef __UdpLog_onboard__
#define __UdpLog_onboard__
namespace UdpLog
{
void setup( int port, const char * host );
void print( const char * msg );
void printf( const char * format, ... );
};
#endif // __UdpLog_onboard__
| [
"p4p4p4@web.de"
] | [
[
[
1,
13
]
]
] |
88edb3d8293b494b2f1555c293a0b1ee38d60413 | 6dac9369d44799e368d866638433fbd17873dcf7 | /a.i.wars/src/branches/version-0.4/src/UserInterface.cpp | c6d1d2f1d6ab80f5835f5a87f77a7c66ad48ce4d | [] | 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 | 2,797 | cpp | #include <aiwars.h>
SceneGraph *LoadScene; // Loading scenegraph
SceneGraph *TitleScene; // Titlescreen scenegraph
SceneGraph *GameScene; // In game scenegraph
UserInterface *LoadUI; // Loading interface
UserInterface *GameUI; // Game interface
IFont *font; // Font to render text
void UI_Lo... | [
"chris_a_thomas@1bf15c89-c11e-0410-aefd-b6ca7aeaabe7"
] | [
[
[
1,
95
]
]
] |
8b2e0fec5971019a85bacfa31ea5cb0522e7e8a5 | 416087e3ebe80322737f53b3ca8ad5581967bb8d | /PCSuit/ECGProject/Filter.cpp | c9398501cb2f711e0e40895ea13c1c39bfa0bd48 | [] | no_license | caijilong/ecgsystem | a05c5796cbd86e5a4df1f4265ffa8c8252b126c0 | fcc385ff759cb377a881af3c8fddca1224522e44 | refs/heads/master | 2021-01-21T22:26:41.957544 | 2009-07-28T16:27:17 | 2009-07-28T16:27:17 | 37,576,995 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,441 | cpp | #include "stdafx.h"
#include "Filter.h"
#include "math.h"
CFilter::CFilter(int SamplingRate)
{
//LoadFilterCoeff();
sampling_rate = SamplingRate;
Filter_Buffer_40 = new float[BUFFER_SIZE];
Filter_Buffer_60 = new float[BUFFER_SIZE];
Filter_Buffer_0_05 = new float[BUFFER_SIZE];
for (int i=0;i<BUFFER... | [
"hawk.hsieh@6a298216-7b91-11de-a1b3-85d0aeae5c5b"
] | [
[
[
1,
192
]
]
] |
6135788c846cc2a649faddbdf6444062fc9a24aa | 8fd82049c092a6b80f63f402aca243096eb7b3c8 | /MFCMailServer/MFCMailServer/Smtp.cpp | 81fe93706128e4da016f527f6ff15dd57f64b3aa | [] | no_license | phucnh/laptrinhmang-k52 | 47965acb82750b600b543cc5c43d00f59ce5bc54 | b27a8a02f9ec8bf953b617402dce37293413bb0f | refs/heads/master | 2021-01-18T22:22:24.692192 | 2010-12-09T02:00:10 | 2010-12-09T02:00:10 | 32,262,504 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 759 | cpp | // Smtp.cpp : implementation file
//
#include "stdafx.h"
#include "MFCMailServer.h"
#include "Smtp.h"
#include "smtpclient.h"
// CSmtp
CSmtp::CSmtp()
{
}
CSmtp::CSmtp( CMFCMailServerDlg* parrent )
{
this->parrentDlg = parrent;
}
CSmtp::~CSmtp()
{
}
// CSmtp member functions
void CSm... | [
"nguyenhongphuc.hut@e1f3f65c-33eb-5b6a-8ef2-7789ca584060"
] | [
[
[
1,
45
]
]
] |
0e46915e9046c7f798bde6196cc2b8eddbb0b211 | e626f4235084b56fcc1d619b9fffc5216f5eec0c | /metaparser2/ComMetaParserService20/RuleNode.h | 90b7f0438d1693bb743c4e10996bb333588728bf | [] | no_license | Programming-Systems-Lab/archived-metaparser2 | b6721d6a040eac85f38600f43cb83136fe936f2c | aa8401f295f601833f17f6b2dd098fef211ee49b | refs/heads/master | 2020-07-09T05:15:55.067233 | 2002-05-13T22:43:16 | 2002-05-13T22:43:16 | 67,139,974 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,047 | h | #ifndef _MP_RULENODE_H
#define _MP_RULENODE_H
#include "NodeValue.h"
#include <vector>
enum nodeType
{
VARIABLE,
CONDITION,
OPERATOR,
OR,
AND,
ACTION,
RULE,
RULESET,
NOSUCHTYPE
};
enum operatorType
{
EQ,
NE,
GT,
GTE,
LT,
LTE,
MATCH
};
nodeType GetType(_bstr_t &t);... | [
"sw375"
] | [
[
[
1,
146
]
]
] |
82e84afcf5184f097b7f412ca5f73e2f843306f1 | 519a3884c80f7a3926880b28df5755935ec7aa57 | /DicomShell/stdafx.cpp | ba8bbe78adc30eb23713d3d8e09b6c0e7a0438bf | [] | no_license | Jeffrey2008/dicomshell | 71ef9844ed83c38c2529a246b6efffdd5645ed92 | 14c98fcd9238428e1541e50b7d0a67878cf8add4 | refs/heads/master | 2020-10-01T17:39:11.786479 | 2009-09-02T17:49:27 | 2009-09-02T17:49:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 206 | cpp | // stdafx.cpp : source file that includes just the standard includes
// DicomShell.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
| [
"andreas.grimme@715416e8-819e-11dd-8f04-175a6ebbc832"
] | [
[
[
1,
5
]
]
] |
acfdc72809331c77025b46af0e23fa59a3d3a507 | c1a2953285f2a6ac7d903059b7ea6480a7e2228e | /deitel/ch08/Fig08_31/fig08_31.cpp | 3295092139f852a2440a505f475daa809b0aa4f2 | [] | 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,842 | cpp | // Fig. 8.31: fig08_31.cpp
// Using strcpy and strncpy.
#include <iostream>
using std::cout;
using std::endl;
#include <cstring> // prototypes for strcpy and strncpy
using std::strcpy;
using std::strncpy;
int main()
{
char x[] = "Happy Birthday to You"; // string length 21
char y[ 25 ];
char z[... | [
"sebastianavina@gmail.com"
] | [
[
[
1,
43
]
]
] |
63f7c4e13d7de95db70f9a3ba7ec638afddba6b2 | b3b0c727bbafdb33619dedb0b61b6419692e03d3 | /Source/Calculator/ICalculator/LWCalculator_i.h | f4dc1a7a3de6cec7cfb786b3d53afc6f93482ccc | [] | no_license | testzzzz/hwccnet | 5b8fb8be799a42ef84d261e74ee6f91ecba96b1d | 4dbb1d1a5d8b4143e8c7e2f1537908cb9bb98113 | refs/heads/master | 2021-01-10T02:59:32.527961 | 2009-11-04T03:39:39 | 2009-11-04T03:39:39 | 45,688,112 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,529 | h |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 7.00.0500 */
/* at Sun Sep 27 10:57:23 2009
*/
/* Compiler settings for .\LWCalculator.idl:
Oicf, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext, robust
error c... | [
"youxiaoitaly@hotmail.com"
] | [
[
[
1,
193
]
]
] |
5e379c40e80ff60cb48e6fb5776231dd00f254be | d94c6cce730a771c18a6d84c7991464129ed3556 | /vp_plugins/vprn_demon/main.cpp | c2eb2b313e7443fb67327dcd408e23eaa29bc3d4 | [] | no_license | S1aNT/cupsfilter | 09afbcedb4f011744e670fae74d71fce4cebdd25 | 26ecc1e76eefecde2b00173dff9f91ebd92fb349 | refs/heads/master | 2021-01-02T09:26:27.015991 | 2011-03-15T06:43:47 | 2011-03-15T06:43:47 | 32,496,994 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 637 | cpp | /**
* The text in UTF-8 encoding!
*/
#include <QtCore/QTextCodec>
#include <QtCore/QCoreApplication>
#include "config.h"
#include "servercore.h"
int main(int argc, char *argv[])
{
Q_INIT_RESOURCE(images);
QTextCodec *codec = QTextCodec::codecForName("UTF-8");
QTextCodec::setCodecForTr(c... | [
"p.slant@gmail.com"
] | [
[
[
1,
26
]
]
] |
275caee223bd71c8939736cb701d70c7a702b233 | b8c3d2d67e983bd996b76825f174bae1ba5741f2 | /RTMP/utils/gil_2/libs/gil/sdl/test.cpp | c9c3052ba17832c5673b24abc78572946d59a9ce | [] | no_license | wangscript007/rtmp-cpp | 02172f7a209790afec4c00b8855d7a66b7834f23 | 3ec35590675560ac4fa9557ca7a5917c617d9999 | refs/heads/master | 2021-05-30T04:43:19.321113 | 2008-12-24T20:16:15 | 2008-12-24T20:16:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,320 | cpp | // test.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "boost/gil/gil_all.hpp"
#include "boost/gil/extension/io/bmp_io.hpp"
#include "boost/gil/extension/sdl/sdl_wrapper.hpp"
#include "boost/gil/extension/toolbox/hsl.hpp"
#include "boost/gil/extension/toolbox/hsl... | [
"fpelliccioni@71ea4c15-5055-0410-b3ce-cda77bae7b57"
] | [
[
[
1,
107
]
]
] |
faf52a4d3991c5f5273e1d49858746c371a0a612 | 93eac58e092f4e2a34034b8f14dcf847496d8a94 | /ncl30-cpp/ncl30-generator/src/CompoundActionGenerator.cpp | c90560e7e3eef2fbedee3eac48dcd4b84c5b6256 | [] | no_license | lince/ginga-srpp | f8154049c7e287573f10c472944315c1c7e9f378 | 5dce1f7cded43ef8486d2d1a71ab7878c8f120b4 | refs/heads/master | 2020-05-27T07:54:24.324156 | 2011-10-17T13:59:11 | 2011-10-17T13:59:11 | 2,576,332 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,392 | cpp | /******************************************************************************
Este arquivo eh parte da implementacao do ambiente declarativo do middleware
Ginga (Ginga-NCL).
Copyright (C) 2009 UFSCar/Lince, Todos os Direitos Reservados.
Este programa eh software livre; voce pode redistribui-lo e/ou modificah-lo sob... | [
"erickmelo@gmail.com"
] | [
[
[
1,
103
]
]
] |
b7b621e649bef164e91cf8732109dd9d80b2945a | dcff0f39e83ecab2ddcd482f3952ba317ee98f6c | /class-c++/proj1/main.cpp | cff64fdad749741492f84e7486e7b6a5a6660221 | [] | 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,058 | cpp | #include <cstdlib>
#include <iostream>
#include <fstream>
#include <string>
#define input_read 20
using namespace std;
int main()
{
int n;
char file1[input_read];
cout<<"Enter the file name"<< endl;
cin>> file1;
char fileout[input_read];
cout<<"Enter the file name ... | [
"github@meswilson.com"
] | [
[
[
1,
50
]
]
] |
37df14034369ee24e966b88631ca7e26a6ea96b3 | e419dcb4a688d0c7b743c52c2d3c4c2edffc3ab8 | /Raytrace/raytrace/Randomizer.h | 29e029a691f5e0e0c8a60ea8bd07ae54d6a6b7d0 | [] | no_license | Jazzinghen/DTU-Rendering | d7f833c01836fadb4401133d8a5c17523e04bf49 | b03692ce19d0ea765d61e88e19cd8113da99b7fe | refs/heads/master | 2021-01-01T15:29:49.250365 | 2011-12-20T00:49:32 | 2011-12-20T00:49:32 | 2,505,173 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,188 | h | // 02576 Rendering Framework
// Written by Jeppe Revall Frisvad, 2010
// Copyright (c) DTU Informatics 2010
#ifndef RANDOMIZER_H
#define RANDOMIZER_H
#include <valarray>
class Randomizer
{
public:
Randomizer(unsigned long seed = 5489UL);
/* generates a random number on [0,0xffffffff]-interval */
... | [
"jazzinghen@gmail.com"
] | [
[
[
1,
44
]
]
] |
b5ed6e449ecd916d1c6494113d7f8c0ace9ed7ef | 1e976ee65d326c2d9ed11c3235a9f4e2693557cf | /MediaPlayers/MultiEngine.h | 1d4c28b94edb1ac0b66283d25311e353f9bdab79 | [] | no_license | outcast1000/Jaangle | 062c7d8d06e058186cb65bdade68a2ad8d5e7e65 | 18feb537068f1f3be6ecaa8a4b663b917c429e3d | refs/heads/master | 2020-04-08T20:04:56.875651 | 2010-12-25T10:44:38 | 2010-12-25T10:44:38 | 19,334,292 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,136 | h | // /*
// *
// * Copyright (C) 2003-2010 Alexandros Economou
// *
// * This file is part of Jaangle (http://www.jaangle.com)
// *
// * This Program is free software; you can redistribute it and/or modify
// * it under the terms of the GNU General Public License as published by
// * the Free Software Found... | [
"outcast1000@dc1b949e-fa36-4f9e-8e5c-de004ec35678"
] | [
[
[
1,
104
]
]
] |
faaecb3c3b21c9072016fd4f802dcded93b80fff | dda0d7bb4153bcd98ad5e32e4eac22dc974b8c9d | /reporting/crashsender/sender/http_request_sender.h | 1669dc3e9549737c4656c14164d548b198b61de1 | [
"BSD-3-Clause"
] | permissive | systembugtj/crash-report | abd45ceedc08419a3465414ad9b3b6a5d6c6729a | 205b087e79eb8ed7a9b6a7c9f4ac580707e9cb7e | refs/heads/master | 2021-01-19T07:08:04.878028 | 2011-04-05T04:03:54 | 2011-04-05T04:03:54 | 35,228,814 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,248 | h | /*************************************************************************************
This file is a part of CrashRpt library.
Copyright (c) 2003, Michael Carruth
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the follow... | [
"yeshunping@gmail.com@9307afbf-8b4c-5d34-949b-c69a0924eb0b"
] | [
[
[
1,
105
]
]
] |
b378e64dccaafbfe078a04da1495bb1330a807a3 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/date_time/test/posix_time/testdst_rules.cpp | 2d101b0579c43c4519c2572c804c5a656fb94f16 | [
"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 | 23,816 | cpp | /* Copyright (c) 2002,2003 CrystalClear Software, Inc.
* Use, modification and distribution is subject to the
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE-1.0 or http://www.boost.org/LICENSE-1.0)
* Author: Jeff Garland
*/
#include "boost/date_time/posix_time/posix_time.hpp"
#i... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
451
]
]
] |
6f3c58478e9469789e3cc039d1d9f12e09cefbd4 | 150926210848ebc2773f4683180b2e53e67232f1 | /UFOHunt/ImageConverterTest/ImageConverterTest.cpp | b5637e8d2c8b971c9c01f5d5759b14ebbe774942 | [] | no_license | wkx11/kuradevsandbox | 429dccabf6b07847ed33ea07bb77a93d7c8004f0 | 21f09987fd7e22ba6bf2c4929ca4cbf872827b36 | refs/heads/master | 2021-01-02T09:33:52.967804 | 2010-12-12T04:06:19 | 2010-12-12T04:06:19 | 37,631,953 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 539 | cpp | // ImageConverterTest.cpp : メイン プロジェクト ファイルです。
#include "stdafx.h"
#include "Form1.h"
using namespace UFOHunt::Lib;
[STAThreadAttribute]
int main(array<System::String ^> ^args)
{
// コントロールが作成される前に、Windows XP ビジュアル効果を有効にします
Application::EnableVisualStyles();
Application::SetCompatibleTextRenderingDefau... | [
"sasraing@cdde4f24-bdbc-632a-de5c-276029d4cb88"
] | [
[
[
1,
18
]
]
] |
58a2ad04aad0cb2c6d774494ef7c479eaaff1093 | f246dc2a816ccd5acd0776a48c2c24cdb1f4178f | /libsrc/PigletOpSys.cpp | a56f3c4d5ae48244e9baeebfd2dfd3c6c6bce09f | [] | no_license | profcturner/pigletlib | 3f2c4b1af000d73cf4a176a8463c16aaeefde99a | b2ccbb43270a5e8d3a0f8ae6bd3d3cb82a061fec | refs/heads/master | 2021-07-24T07:23:10.577261 | 2007-08-26T22:36:47 | 2007-08-26T22:36:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,750 | cpp | /**
** Piglet Productions
**
** FileName : PigletOpSys.cpp
**
** Implements : PigletOpSys
**
**
**
** Description
**
**
**
**
** Initial Coding : Colin Turner
**
** Date : 2/4/1999
**
**
** Copyright applies on this file, and distribution may be limited.
*/
/*
** Revision 1.... | [
"c.turner@ulster.ac.uk"
] | [
[
[
1,
197
]
]
] |
a1880e06850e8fccf2875ee7a1cf72cb0711ce4a | 216ae2fd7cba505c3690eaae33f62882102bd14a | /source/NavyGameUnit.cpp | 1fcd019cd98cb15e23e9c0adace4a0357bd590ff | [] | no_license | TimelineX/balyoz | c154d4de9129a8a366c1b8257169472dc02c5b19 | 5a0f2ee7402a827bbca210d7c7212a2eb698c109 | refs/heads/master | 2021-01-01T05:07:59.597755 | 2010-04-20T19:53:52 | 2010-04-20T19:53:52 | 56,454,260 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 116 | cpp | #include "NavyGameUnit.h"
Balyoz::NavyGameUnit::NavyGameUnit(){
}
Balyoz::NavyGameUnit::~NavyGameUnit(){
} | [
"umutert@b781d008-8b8c-11de-b664-3b115b7b7a9b"
] | [
[
[
1,
8
]
]
] |
8c24e0350bc2551209a2a35f2ad1db9195f65bb1 | 5ac13fa1746046451f1989b5b8734f40d6445322 | /minimangalore/Nebula2/code/contrib/nspatialdb/src/spatialdb/noccludedfrustumvisitor.cc | 0bb0ab74194a62dc0a30879a522d8e63a490234e | [] | 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 | 2,933 | cc | //--------------------------------------------------
// nOccludedFrustumVisitor.cc
// (C) 2004 Gary Haussmann
//--------------------------------------------------
#include "spatialdb/nOccludedFrustumVisitor.h"
#include "gfx2/ngfxserver2.h"
nOccludedFrustumVisitor::nOccludedFrustumVisitor(const nCamera2 &camer... | [
"BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
84
]
]
] |
11955288963d2a4251cb2434e7606694a67720f4 | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/nGENE Proj/TerrainTypes.h | 910b411743e3b781c45bfb70a04251edd0f5853d | [] | 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 | 1,847 | h | /*
---------------------------------------------------------------------------
This source file is part of nGENE Tech.
Copyright (c) 2006- Wojciech Toman
This program is free software.
File: TerrainTypes.h
Version: 0.04
Info: This file defines some terrain related types
which are used by renderer and... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
66
]
]
] |
a90e5fb2868c4a3496b2197dbdaf5d884c955801 | def1c36bf3ce2de2d644f88d2ce60c0d72ecb146 | /libs/mpt/src/include/common.h | f1e463e8f2496b240d254d1f7615b59aeebd2567 | [] | no_license | kinpro/ofxMPT | 3e0ca3d6d2aa82035bbcb8bc44ff7716f7ffe3b9 | f8c9126b5ee9fad3408c6361f3718859c9cb9094 | refs/heads/master | 2020-07-13T05:27:20.110695 | 2011-10-10T12:45:18 | 2011-10-10T12:45:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,656 | h | /*
* common.h
*
* Copyright (c) 2003 Machine Perception Laboratory
* University of California San Diego.
* Please read the disclaimer and notes about redistribution
* at the end of this file.
*
* Authors: Josh Susskind, Ian Fasel, Bret Fortenberry
*/
#ifndef __MPLABCOMMON_H__
#define __MPLABCOMMON_H... | [
"arturo@openframeworks.cc"
] | [
[
[
1,
259
]
]
] |
2480e3c671d8f1ec421b2ba695ceed117f65f34c | a0bc9908be9d42d58af7a1a8f8398c2f7dcfa561 | /SlonEngine/src/Physics/Bullet/BulletRotationalMotor.cpp | cd076ff8385b9797005f272ed8034d2cc88fa7d3 | [] | no_license | BackupTheBerlios/slon | e0ca1137a84e8415798b5323bc7fd8f71fe1a9c6 | dc10b00c8499b5b3966492e3d2260fa658fee2f3 | refs/heads/master | 2016-08-05T09:45:23.467442 | 2011-10-28T16:19:31 | 2011-10-28T16:19:31 | 39,895,039 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,748 | cpp | #include "stdafx.h"
#define _DEBUG_NEW_REDEFINE_NEW 0
#include "Physics/Bullet/BulletCommon.h"
#include "Physics/Bullet/BulletConstraint.h"
#include "Physics/Bullet/BulletDynamicsWorld.h"
#include "Physics/Bullet/BulletRotationalMotor.h"
namespace slon {
namespace physics {
BulletRotationalMotor::Bullet... | [
"devnull@localhost"
] | [
[
[
1,
93
]
]
] |
229a788d2cbe4586a231bfd334cf386af13072b1 | c0e409a05077ef54cf356044686d6858e302e303 | /Assignments/2DDrawing/2DDrawing.cpp | ce7ffc2b1c9b5dd551f1b5e33833132038f9fe5e | [] | no_license | mcd8604/cg1 | e4bc4c9e00f05ff773837fbddf4615956dc6f203 | e4bb436d3dc737b9f968388164c5bbfc2198d02a | refs/heads/master | 2018-12-28T02:06:04.157991 | 2008-11-06T18:05:09 | 2008-11-06T18:05:09 | 40,638,417 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,131 | cpp | // 2DDrawing.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <vector>
#include "GL/glut.h"
using namespace std;
#define RES_WIDTH 800.0
#define RES_HEIGHT 600.0
#define NEXT_SCREEN -1
#define PREV_SCREEN -2
//Polygon stipple pattern
const GLubyte patte... | [
"mcd8604@users.noreply.github.com"
] | [
[
[
1,
232
]
]
] |
5cfbe4488160c4c803728b3fb7a3ef96371e0633 | e8b8c5d9510b267e41c496024f7f439d1aff1618 | /Pieces/ZPiece.h | 5e03b0aaa8864d085cfb37a378e9ed3d52277927 | [] | no_license | Archetype/milkblocks | b80250cb5820188a16df73d528f80e3523d129b0 | 28ee5a44e5afc2440b77feec77202b310f395361 | refs/heads/master | 2021-01-19T21:29:05.453990 | 2011-07-12T02:44:59 | 2011-07-12T02:44:59 | 1,030,899 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 273 | h | #ifndef _ZPIECE_H_
#define _ZPIECE_H_
#ifndef _PIECE_H_
#include "piece.h"
#endif
class ZPiece : public Piece
{
protected:
char* RotationGrid();
int States();
int Size();
public:
ZPiece( Grid* grid ) : Piece( grid ) { Initialize(); }
};
#endif | [
"robmanson@gmail.com"
] | [
[
[
1,
18
]
]
] |
f59aa1c51c4ab9ccd7cc8bd5eb7f16448d0319cd | 105cc69f4207a288be06fd7af7633787c3f3efb5 | /HovercraftUniverse/CoreEngine/GameStateManager.cpp | 04c74b626a8dabfe3a988778fd8a6463cfe6dde5 | [] | 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 | 2,902 | cpp | #include "GameStateManager.h"
#include "BasicGameState.h"
namespace HovUni {
GameStateManager::GameStateManager(InputManager * inputMgr, GameState initialState, BasicGameState* gameState)
: mInputManager(inputMgr), mCurrentState(initialState), mCurrentGameState(gameState) {
//Make sure all game states a... | [
"nick.defrangh@2d55a33c-0a8f-11df-aac0-2d4c26e34a4c"
] | [
[
[
1,
106
]
]
] |
2a21b5f11e8fb6499429cc0c6d55b64d22b9d64e | ea12fed4c32e9c7992956419eb3e2bace91f063a | /zombie/code/zombie/zombieentity/src/zombieentity/ncsuperentity_cmds.cc | 374e4b7c32dbbd6af37dda0559701afe7a4764fe | [] | 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 | 762 | cc | #include "precompiled/pchgameplay.h"
//------------------------------------------------------------------------------
// ncsuperentity_cmds.cc
// (C) 2006 Conjurer Services, S.A.
//------------------------------------------------------------------------------
#include "zombieentity/ncsuperentity.h"
#include "... | [
"magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91"
] | [
[
[
1,
26
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.