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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2a84ecebf71e01fef083f2c61335dd8787c0a9dc | 9426ad6e612863451ad7aac2ad8c8dd100a37a98 | /ULLib/include/ULStatusBarCtrl.h | 792453bbc657d161b4ae43e0b7a9c51b9c711a1e | [] | 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 | 1,736 | h | ///\file ULStatusBarCtrl.h
///\brief Заголовочный файл класса статусбара размещенного на плавающей панельке(12.10.2007)
#pragma once
#ifndef __UL_ULSTATUSBARCTRL_H__
#define __UL_ULSTATUSBARCTRL_H__
#include "ULWndCtrl.h"
#include "ULStatusBar.h"
namespace ULWnds
{
namespace ULWndCtrls
{
///\class CULS... | [
"UncleLab@a8b69a72-a546-0410-9fb4-5106a01aa11f"
] | [
[
[
1,
42
]
]
] |
b4e1ed7293aadfee796e885c8849da09913d34be | 9433cf978aa6b010903c134d77c74719f22efdeb | /src/svl/Mat.cpp | 7ad818ded478cf117e5f7ab58ec65a95a5986625 | [] | no_license | brandonagr/gpstracktime | 4666575cb913db2c9b3b8aa6b40a3ba1a3defb2f | 842bfd9698ec48debb6756a9acb2f40fd6041f9c | refs/heads/master | 2021-01-20T07:10:58.579764 | 2008-09-24T05:44:56 | 2008-09-24T05:44:56 | 32,090,265 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,309 | cpp | /*
File: Mat.cpp
Function: Implements Mat.h
Author(s): Andrew Willmott
Copyright: (c) 1995-2001, Andrew Willmott
*/
#include "svl/Mat.h"
#include <cctype>
#include <cstring>
#include <cstdarg>
#include <iomanip>
// --- Mat Constructors & Destructors -... | [
"BrandonAGr@0fd8bb18-9850-0410-888e-21b4c4172e3e"
] | [
[
[
1,
659
]
]
] |
8df27bf54eed898842d76b4d55d46a93a7ec6810 | 668dc83d4bc041d522e35b0c783c3e073fcc0bd2 | /fbide-rw/sdk/typemanager.cpp | 7e4e4c33f15c56e1b9869427122befa42d4d5fb2 | [] | no_license | albeva/fbide-old-svn | 4add934982ce1ce95960c9b3859aeaf22477f10b | bde1e72e7e182fabc89452738f7655e3307296f4 | refs/heads/master | 2021-01-13T10:22:25.921182 | 2009-11-19T16:50:48 | 2009-11-19T16:50:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,167 | cpp | /*
* This file is part of FBIde project
*
* FBIde 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.
*
* FBIde is distribu... | [
"vongodric@957c6b5c-1c3a-0410-895f-c76cfc11fbc7"
] | [
[
[
1,
47
]
]
] |
ca47830e3446012cd8c35fb4140f006594e89045 | 3ac8c943b13d943fbd3b92787e40aa5519460a32 | /Source/IPC/Semaphore.cpp | 902ca06f146c6ecf022dfd6531720f5a1c7010ff | [
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | locosoft1986/Microkernel-1 | 8069bd2be390d6d8ad10f73e8a944112a764a401 | c9dfeec4581d4dd8b1e9020adb3778ad78b3e525 | refs/heads/master | 2021-01-24T04:54:08.589308 | 2010-09-23T19:38:01 | 2010-09-23T19:38:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,142 | cpp | #include <IPC/Semaphore.h>
Semaphore::Semaphore(unsigned int atom)
{
atomic = atom;
}
Semaphore::~Semaphore()
{
}
Semaphore &Semaphore::operator =(const Semaphore &x)
{
atomic = x.atomic;
return *this;
}
unsigned int Semaphore::operator +=(unsigned int x)
{
return __sync_add_and_fetch(&atomic... | [
"edward.neal@gmail.com"
] | [
[
[
1,
61
]
]
] |
76221190c6e654274828dfa498f7cf2ccf1cc509 | 1ae2f659bb2e80698684074c48920d05cd6bc05a | /src/tad03OK.cpp | 992645a89587ef74daf108f75127a26d6b6a4a53 | [] | no_license | AntonioManuelGarcia/ped-loris | f1a479de890ee274f081618cf505bd5a377e3dbf | 4d9847c9d280e1141d1cf6dbe6825970d1109bad | refs/heads/master | 2016-09-01T11:07:04.989259 | 2011-06-11T17:33:25 | 2011-06-11T17:33:25 | 36,604,917 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 733 | cpp | //Constructor copia y NElementos
#include "thashcalendario.h"
int
main()
{
THASHCalendario a,b(4);
TCalendario c1(1,1,2011,(const char *)"Fecha1");
TCalendario c2(2,1,2011,(const char *)"Fecha2");
TCalendario c3(3,1,2011,(const char *)"Fecha3");
TCalendario c4(4,1,2011,(const char *)"Fecha4");
... | [
"arkariang@f1768c50-85fa-8e18-060e-33f9a243e389",
"Arkariang@f1768c50-85fa-8e18-060e-33f9a243e389"
] | [
[
[
1,
2
],
[
4,
4
],
[
6,
25
],
[
28,
28
]
],
[
[
3,
3
],
[
5,
5
],
[
26,
27
],
[
29,
29
]
]
] |
d97aa36e36fb812d4f7e70d1d6e32c9d5b85a952 | 3d0021b222ddd65b36e61207a8382e841d13e3df | /adpcm.cpp | d6f3f0672247e4dfbbfcf3a6b9cefed8f550a0a5 | [] | no_license | default0/zeldablackmagic | 1273f5793c4d5bbb594b6da07cf70b52de499392 | f12078b4c3b22d80077e485657538398e8db3b0f | refs/heads/master | 2021-01-10T11:54:31.897192 | 2010-02-10T19:23:04 | 2010-02-10T19:23:04 | 51,330,005 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,127 | cpp |
/*
#include "common.h"
#include "adpcm.h"
// <pSXAuthor> you use the decoder class like:
// <pSXAuthor> adpcm::decoder d;
// <pSXAuthor> signed short buffer[...number of pcm bytes....];
// <pSXAuthor> packet *p=... pointer to start of adpcm data ...;
// <pSXAuthor> signed short *ptr=buffer; while ((p->flag... | [
"MathOnNapkins@99ff0a3e-ee68-11de-8de6-035db03795fd"
] | [
[
[
1,
57
]
]
] |
2bb1b0a26f5b7e43d245e081a5e643a91ab923f2 | 729fbfae883f0f1a7330f62255656b5ed3d51ee6 | /decode/src/testApp.h | f878b81fa9c0aeb740d482cdb18a004a18270e80 | [] | no_license | jjzhang166/CreatorsProjectDev | 76d3481f9c6d290485718b96d8e06c1df2676ceb | bf0250731d22a42d7b9b6821aff98fcd663d68c1 | refs/heads/master | 2021-12-02T03:12:33.528110 | 2010-09-02T23:33:55 | 2010-09-02T23:33:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,857 | h | /*
model (ofxStructuredLight)
good
view (vbo based rendering)
only call decode() once per 3d frame unless told to update()
controller (ofxControlPanel)
implement connections to m+v -- maybe import/export just in xml now, decode in control panel?
implement importer + exporter wrappers
eventually add... | [
"theo@openframeworks.cc"
] | [
[
[
1,
85
]
]
] |
1b258c3a13e33f9d18ac7bee22a057bb4da103c0 | 188058ec6dbe8b1a74bf584ecfa7843be560d2e5 | /GodDK/lang/Character.cxx | 780d2a123d076f725504cd9427ed4848655c0bd9 | [] | no_license | mason105/red5cpp | 636e82c660942e2b39c4bfebc63175c8539f7df0 | fcf1152cb0a31560af397f24a46b8402e854536e | refs/heads/master | 2021-01-10T07:21:31.412996 | 2007-08-23T06:29:17 | 2007-08-23T06:29:17 | 36,223,621 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,600 | cxx |
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "lang/Character.h"
using namespace goddk::lang;
const jchar Character::MIN_VALUE = (jchar) 0;
const jchar Character::MAX_VALUE = (jchar) 0xFFFF;
const jchar Character::MIN_HIGH_SURROGATE = (jchar) 0xD800;
const jchar Character::MAX_HIGH_SURRO... | [
"soaris@46205fef-a337-0410-8429-7db05d171fc8"
] | [
[
[
1,
70
]
]
] |
c7c4e969415250005bc65a7ffd463e4bd277d385 | b5ad65ebe6a1148716115e1faab31b5f0de1b493 | /src/NodeViewer/PropertiesWnd.cpp | a1c26ebeb662070bb167c621d9ae8e9f70491ad1 | [] | no_license | gasbank/aran | 4360e3536185dcc0b364d8de84b34ae3a5f0855c | 01908cd36612379ade220cc09783bc7366c80961 | refs/heads/master | 2021-05-01T01:16:19.815088 | 2011-03-01T05:21:38 | 2011-03-01T05:21:38 | 1,051,010 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,199 | cpp |
#include "NodeViewerPCH.h"
#include "PropertiesWnd.h"
#include "Resource.h"
#include "MainFrm.h"
#include "NodeViewer.h"
#include "MaterialListProperty.h"
//////////////////////////////////////////////////////////////////////////
#include "ArnNode.h"
#include "ArnXformable.h"
#include "ArnContainer.h"
#in... | [
"gasbank@gmail.com"
] | [
[
[
1,
764
]
]
] |
9c909bfb34de3f32da76a9c2671b793b41a928e9 | 2982a765bb21c5396587c86ecef8ca5eb100811f | /util/wm5/LibCore/Assert/Wm5Assert.h | 4ed90d6848b8e952aba09ac5a664fc2b522f5839 | [] | no_license | evanw/cs224final | 1a68c6be4cf66a82c991c145bcf140d96af847aa | af2af32732535f2f58bf49ecb4615c80f141ea5b | refs/heads/master | 2023-05-30T19:48:26.968407 | 2011-05-10T16:21:37 | 2011-05-10T16:21:37 | 1,653,696 | 27 | 9 | null | null | null | null | UTF-8 | C++ | false | false | 1,604 | h | // Geometric Tools, LLC
// Copyright (c) 1998-2010
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
//
// File Version: 5.0.1 (2010/10/01)
#ifndef WM5ASSERT_H
#define WM5ASSERT_H
#include "Wm... | [
"evan_wallace@brown.edu"
] | [
[
[
1,
54
]
]
] |
2866ea7fa01397a0a81f7932180cc561d54598cf | 8a47aa7c36fa2b9ea76cf2ef9fea8207d40a71a2 | /devilheart/project_pin/devilheart/taint_source.cpp | abfc0bb3cc607debf04d5e62dba4d4a193ce4e20 | [] | no_license | iidx/devilheart | 4eae52d7201149347d3f93fdf0202e2520313bf3 | 13a28efa9f9a37a133b52301642c7ebc264697d5 | refs/heads/master | 2021-01-10T10:17:58.686621 | 2010-03-16T03:16:18 | 2010-03-16T03:16:18 | 46,808,731 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,814 | cpp | /*******************************************************************
Title:TaintSource.cpp
Function:to find the taintsource in program and record the in memory
Description:
Define some data structors to record the state of memory in size of
4G at most.
Version: 1.1
Date and author: 2009.07.24 ethenjean
*... | [
"ethenjean@86a7f5e6-5eca-11de-8a4b-256bef446c6c",
"hsqfire@86a7f5e6-5eca-11de-8a4b-256bef446c6c"
] | [
[
[
1,
10
],
[
13,
13
],
[
16,
16
],
[
27,
57
],
[
59,
191
],
[
193,
195
],
[
197,
198
],
[
203,
203
],
[
205,
238
]
],
[
[
... |
b699ba16dbac846420821e7a75ef87964ccc8dde | fd3f2268460656e395652b11ae1a5b358bfe0a59 | /ResizableLib/ResizableLayout.cpp | 8d47e4d4682cc22f8cf9929122722521418c016a | [
"Artistic-1.0"
] | permissive | mikezhoubill/emule-gifc | e1cc6ff8b1bb63197bcfc7e67c57cfce0538ff60 | 46979cf32a313ad6d58603b275ec0b2150562166 | refs/heads/master | 2021-01-10T20:37:07.581465 | 2011-08-13T13:58:37 | 2011-08-13T13:58:37 | 32,465,033 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 14,910 | cpp | // ResizableLayout.cpp: implementation of the CResizableLayout class.
//
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2000-2002 by Paolo Messina
// (http://www.geocities.com/ppescher - ppescher@yahoo.com)
//
// The contents of this file are subject to the Arti... | [
"Mike.Ken.S@dd569cc8-ff36-11de-bbca-1111db1fd05b"
] | [
[
[
1,
517
]
]
] |
fcf5c0a3f82b704b3266ded483a7d5d8eae8d7cd | 74e7667ad65cbdaa869c6e384fdd8dc7e94aca34 | /MicroFrameworkPK_v4_1/BuildOutput/public/debug/Client/stubs/spot_net_security_native_Microsoft_SPOT_Net_Security_SslNative.h | 0767fe1527105eabf5fcfb4f2a0f65bd3dcbed2c | [
"BSD-3-Clause",
"OpenSSL",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | gezidan/NETMF-LPC | 5093ab223eb9d7f42396344ea316cbe50a2f784b | db1880a03108db6c7f611e6de6dbc45ce9b9adce | refs/heads/master | 2021-01-18T10:59:42.467549 | 2011-06-28T08:11:24 | 2011-06-28T08:11:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,534 | h | //-----------------------------------------------------------------------------
//
// ** WARNING! **
// This file was generated automatically by a tool.
// Re-running the tool will overwrite this file.
// You should copy this file to a custom location
// before adding any customizat... | [
"psampaio.isel@gmail.com"
] | [
[
[
1,
45
]
]
] |
10e39a77fa7c53af86147640175ae4495869210f | 10c14a95421b63a71c7c99adf73e305608c391bf | /gui/core/qmap.h | 9dbcd377cb9da51e36797e5b0487e870fb7ffbd2 | [] | no_license | eaglezzb/wtlcontrols | 73fccea541c6ef1f6db5600f5f7349f5c5236daa | 61b7fce28df1efe4a1d90c0678ec863b1fd7c81c | refs/heads/master | 2021-01-22T13:47:19.456110 | 2009-05-19T10:58:42 | 2009-05-19T10:58:42 | 33,811,815 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,404 | h | /****************************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
** Contact: Qt Software Information (qt-info@nokia.com)
**
** This file is part of the QtCore module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercia... | [
"zhangyinquan@0feb242a-2539-11de-a0d7-251e5865a1c7"
] | [
[
[
1,
1029
]
]
] |
f99af53771c9c66fe713463b61ae2e05f302b7a3 | ebba8dfe112e93bad2be3551629d632ee4681de9 | /apps/examples/serialExample/src/testApp.cpp | d00f5d793d241d7deccb1fe363f010f859a1037d | [] | no_license | lucasdupin/28blobs | 8499a4c249b5ac4c7731313e0d418dc051610de4 | 5a6dd8a9b084468a38f5045a2367a1dbf6d21609 | refs/heads/master | 2016-08-03T12:27:08.348430 | 2009-06-20T04:39:03 | 2009-06-20T04:39:03 | 219,034 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,081 | cpp | #include "testApp.h"
//--------------------------------------------------------------
void testApp::setup(){
ofSetVerticalSync(true);
bSendSerialMessage = false;
ofBackground(255,255,255);
serial.enumerateDevices();
//----------------------------------- note:
serial.setup("/dev/tt... | [
"lucas@sala28.it"
] | [
[
[
1,
118
]
]
] |
460874d02200252842796cbf8cb544c5cbf81119 | 9b3df03cb7e134123cf6c4564590619662389d35 | /RayTracer.h | 1fd83b48dc6441be031844587cff93750c79e4a1 | [] | no_license | CauanCabral/Computacao_Grafica | a32aeff2745f40144a263c16483f53db7375c0ba | d8673aed304573415455d6a61ab31b68420b6766 | refs/heads/master | 2016-09-05T16:48:36.944139 | 2010-12-09T19:32:05 | 2010-12-09T19:32:05 | null | 0 | 0 | null | null | null | null | ISO-8859-10 | C++ | false | false | 2,450 | h | #ifndef __RayTracer_h
#define __RayTracer_h
//[]------------------------------------------------------------------------[]
//| |
//| GVSG Foundation Classes |
//| ... | [
"cauan@radig.com.br"
] | [
[
[
1,
96
]
]
] |
dfe4ef8fddd99a51548ca0b88d11152add7a288d | 36fea6c98ecabcd5e932f2b7854b3282cdb571ee | /dialogsearch.cpp | f832a7f9ed75e25546e3285fe4182b6edd2e054d | [] | no_license | doomfrawen/visualcommand | 976adaae69303d8b4ffc228106a1db9504e4a4e4 | f7bc1d590444ff6811f84232f5c6480449228e19 | refs/heads/master | 2016-09-06T17:40:57.775379 | 2009-07-28T22:48:23 | 2009-07-28T22:48:23 | 32,345,504 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 479 | cpp | #include "dialogsearch.h"
#include "ui_dialogsearch.h"
DialogSearch::DialogSearch(QWidget *parent) :
QDialog(parent),
m_ui(new Ui::DialogSearch)
{
m_ui->setupUi(this);
}
DialogSearch::~DialogSearch()
{
delete m_ui;
}
void DialogSearch::changeEvent(QEvent *e)
{
QDialog::changeEven... | [
"flouger@13a168e0-7ae3-11de-a146-1f7e517e55b8"
] | [
[
[
1,
26
]
]
] |
35567b21e58d06f81d48573e04f5d70a6e2c045d | cb1c6c586d769f919ed982e9364d92cf0aa956fe | /examples/TRTRenderTest/GridRaycaster.h | ba7562de782b98ef96f7fd83d15f8e0df70cc1aa | [] | no_license | jrk/tinyrt | 86fd6e274d56346652edbf50f0dfccd2700940a6 | 760589e368a981f321e5f483f6d7e152d2cf0ea6 | refs/heads/master | 2016-09-01T18:24:22.129615 | 2010-01-07T15:19:44 | 2010-01-07T15:19:44 | 462,454 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,606 | h | //=====================================================================================================================
//
// GridRaycaster.h
//
// Part of the TinyRT Raytracing Library.
// Author: Joshua Barczak
//
// Copyright 2008 Joshua Barczak. All rights reserved.
// See Doc/LICENSE.txt for te... | [
"jbarcz1@6ce04321-59f9-4392-9e3f-c0843787e809"
] | [
[
[
1,
52
]
]
] |
3449f94161d7ad04772ea7851fcb3a00c18192ef | cd61c8405fae2fa91760ef796a5f7963fa7dbd37 | /Sauron/Vision/VerticalLineConvolutionOperator.cpp | 794efb402236380d9bef2858b0835d0da43df330 | [] | no_license | rafaelhdr/tccsauron | b61ec89bc9266601140114a37d024376a0366d38 | 027ecc2ab3579db1214d8a404d7d5fa6b1a64439 | refs/heads/master | 2016-09-05T23:05:57.117805 | 2009-12-14T09:41:58 | 2009-12-14T09:41:58 | 32,693,544 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,383 | cpp | #include "VerticalLineConvolutionOperator.h"
#define VERTICAL_SOBEL_USE_COLORS 0
namespace sauron
{
VerticalLineConvolutionOperator::VerticalLineConvolutionOperator()
{
}
VerticalLineConvolutionOperator::~VerticalLineConvolutionOperator()
{
}
void VerticalLineConvolutionOperator::convolve( Image &... | [
"fggodoy@8373e73c-ebb0-11dd-9ba5-89a75009fd5d"
] | [
[
[
1,
118
]
]
] |
fe3e9f29f193b97bfbb34044cce75f894a94bafc | b2d46af9c6152323ce240374afc998c1574db71f | /cursovideojuegos/theflostiproject/3rdParty/boost/libs/program_options/src/cmdline.cpp | e82eea16d1fb302302804fc8ef6857f2b4bad4cd | [] | 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 | 25,183 | cpp | // Copyright Vladimir Prus 2002-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)
#define BOOST_PROGRAM_OPTIONS_SOURCE
#include <boost/program_options/config.hpp>
#include <boost/config.hpp>
#inc... | [
"ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a"
] | [
[
[
1,
771
]
]
] |
7195a35b64090edcb5a45230e2d4fbfdf378c439 | 119ba245bea18df8d27b84ee06e152b35c707da1 | /unreal/branches/robots/qrgui/interpreters/robots/details/robotImplementations/brickImplementations/nullBrickImplementation.cpp | 0a707ebd60f281ededd32067c5bbcef1f0931a93 | [] | no_license | nfrey/qreal | 05cd4f9b9d3193531eb68ff238d8a447babcb3d2 | 71641e6c5f8dc87eef9ec3a01cabfb9dd7b0e164 | refs/heads/master | 2020-04-06T06:43:41.910531 | 2011-05-30T19:30:09 | 2011-05-30T19:30:09 | 1,634,768 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 405 | cpp | #include "nullBrickImplementation.h"
using namespace qReal::interpreters::robots;
using namespace details::robotImplementations::brickImplementations;
NullBrickImplementation::NullBrickImplementation()
{
}
void NullBrickImplementation::playTone(unsigned freq, unsigned time)
{
Q_UNUSED(freq);
Q_UNUSED(tim... | [
"ololo@ololo.org"
] | [
[
[
1,
18
]
]
] |
eb54eb26f6f35171587d2c5f86b8f068f5d53458 | 6f907ebd2c7dfa8887f8cbd068d989b2a59da161 | /Simple3D_win32/S3DRect.h | 12dea20be4cae2f471b43dbb92956e7b4230a772 | [
"MIT"
] | permissive | AVGP/Simple3D | cd53aa0fda912467e9df870474220ee0a680fda1 | 9832cb9b4e008ca0349585d96e14b41317691fd9 | refs/heads/master | 2021-01-19T08:46:20.767336 | 2010-09-27T11:14:15 | 2010-09-27T11:14:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 653 | h | /**
* Simple3D
* Basic, cross-platform 3D-Engine
* (c)2010 by M.Naumann
* Licenced under GPL 2!
*/
#ifndef _S3DRect_
#define _S3DRect_
#include "S3DPoint.h"
#include "S3DPrimitive.h"
class S3DRect : public S3DPrimitive
{
private:
S3DPoint vertices[4];
unsigned long color;
public:
S3DRect(S3DPoint poin... | [
"avgp_2k@yahoo.de"
] | [
[
[
1,
34
]
]
] |
96004ff9c394166c88b3975f136ce54abb3a366f | dc4f8d571e2ed32f9489bafb00b420ca278121c6 | /scrib_compiler/cFile.cpp | 16c23ca78a9503eb03e6079262cdc0ee25b42e28 | [] | 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 | 5,027 | cpp | /********************************************************************************************************
/*
/* file.cpp
/*
/* Copyright 2009 Robert Sacks
/*
/* This file is part of OsBxr. You may redistribute and/or modify OsBxr under the terms of the GNU
/* General Public License, version 3, as p... | [
"freddie@hotkeynet.com"
] | [
[
[
1,
142
]
]
] |
41ac39009037203f4c375fdd1a0b66093462215e | fcf03ead74f6dc103ec3b07ffe3bce81c820660d | /Base/IPC/Async/AcceptInput1/AcceptInput1.cpp | 0087d9cfac73c1267f68556951402c2cb8495ac4 | [] | no_license | huellif/symbian-example | 72097c9aec6d45d555a79a30d576dddc04a65a16 | 56f6c5e67a3d37961408fc51188d46d49bddcfdc | refs/heads/master | 2016-09-06T12:49:32.021854 | 2010-10-14T06:31:20 | 2010-10-14T06:31:20 | 38,062,421 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,425 | cpp | // AcceptInput1.cpp
//
// Copyright (C) Symbian Software Ltd 2000-2005. All rights reserved.
// Asynchronous keyboard processing with messenger program.
// A single CKeyMessengerProcessor active object (derived from
// class CActiveConsole) which accepts input from keyboard, but does not
// print it.
// This ... | [
"liuxk99@bdc341c6-17c0-11de-ac9f-1d9250355bca"
] | [
[
[
1,
519
]
]
] |
315890cbc7ff820b2cde11f86fdcb2fdd371175d | b76d3f6e3fe5429021007431acbf683319183e42 | /TestSVN/TestSVN/TestSVN.cpp | 53c402f6caf010816c1b3954a5a52b9212699899 | [] | no_license | AlexandrPuryshev/cfparser | 82a520f7d15188decbb68ff3a8f125cbee8454c3 | 3d81fa67dab2b34035cac78380b246c2abb1bd65 | refs/heads/master | 2021-01-13T00:49:23.110243 | 2008-10-27T20:58:46 | 2008-10-27T20:58:46 | 47,927,807 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 162 | cpp | // TestSVN.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
| [
"alexey.maggot@bef8c1c5-3d53-0410-ba26-178f7c86328d"
] | [
[
[
1,
12
]
]
] |
b34ee5cb2efcde0e1c8e931cf6333f7367743e50 | 2f77d5232a073a28266f5a5aa614160acba05ce6 | /01.DevelopLibrary/03.Code/UI/EasySmsUiCtrl.h | 0adfab04361c0510b0e787d7e9983b08be21659b | [] | no_license | radtek/mobilelzz | 87f2d0b53f7fd414e62c8b2d960e87ae359c81b4 | 402276f7c225dd0b0fae825013b29d0244114e7d | refs/heads/master | 2020-12-24T21:21:30.860184 | 2011-03-26T02:19:47 | 2011-03-26T02:19:47 | 58,142,323 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,779 | h | #ifndef __EASYSMSUICTRL_h__
#define __EASYSMSUICTRL_h__
//#include "../Core/ServiceControl/CoreService.h"
#include "EasySmsWndBase.h"
//#include "../CommonLib/Xml/TinySrc/tinyxml.h"
/*
#include "../CommonLib/Xml/XmlStream.h"
#include "../Core/ServiceControl/BasicService.h"
#include "../CommonLib/FunctionLib/R... | [
"saviola0830@gmail.com",
"lidan8908589@8983de3c-2b35-11df-be6c-f52728ce0ce6"
] | [
[
[
1,
33
],
[
35,
56
]
],
[
[
34,
34
]
]
] |
1971975549ad8cc4deacbd30d540f6d452d87680 | d9a78f212155bb978f5ac27d30eb0489bca87c3f | /PB/src/PbFt/GeneratedFiles/Release/moc_fttourneyopener.cpp | 9b12354d23be7325a2f2fe81f80ae8fce8778ce1 | [] | no_license | marchon/pokerbridge | 1ed4a6a521f8644dcd0b6ec66a1ac46879b8473c | 97d42ef318bf08f3bc0c0cb1d95bd31eb2a3a8a9 | refs/heads/master | 2021-01-10T07:15:26.496252 | 2010-05-17T20:01:29 | 2010-05-17T20:01:29 | 36,398,892 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,811 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'fttourneyopener.h'
**
** Created: Thu 8. Apr 19:38:00 2010
** by: The Qt Meta Object Compiler version 61 (Qt 4.5.2)
**
** WARNING! All changes made in this file will be lost!
************... | [
"mikhail.mitkevich@gmail.com"
] | [
[
[
1,
83
]
]
] |
93c7c04e437438137046640b55401f0b43c0dfd8 | abafdd61ea123f3e90deb02fe5709951b453eec6 | /fuzzy/patl/suffix_map.hpp | 43b69832e084c893dc6f6f848fc56d5e264dab61 | [
"BSD-3-Clause"
] | permissive | geoiq/geojoin-ruby | 8a6a07938fe3d629de74aac50e61eb8af15ab027 | 247a80538c4fc68c365e71f9014b66d3c38526c1 | refs/heads/master | 2016-09-06T15:22:47.436634 | 2010-08-11T13:00:24 | 2010-08-11T13:00:24 | 13,863,658 | 2 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 2,053 | hpp | #ifndef PATL_SUFFIX_MAP_HPP
#define PATL_SUFFIX_MAP_HPP
#include "impl/suffix_map.hpp"
#include "impl/suffix_generic.hpp"
#include "bit_comp.hpp"
namespace uxn
{
namespace patl
{
template <
typename Type,
typename Datum,
sword_t Delta = 1, // расстояние в bit_size между соседними суффиксам... | [
"sderle@goldman.(none)"
] | [
[
[
1,
67
]
]
] |
a44dc592f1833c8dbe446f62c00048f9997521af | 6da3740464cfcc95b095d769974876eb8faf716d | /raytrace/Volume.cpp | 199565a837af8cc735dc2587fa61bd3baac079ea | [] | no_license | thorlund/rendering | 8e46b9f11e6c88eb105dfaf9b35ce3c8ca9588f7 | 648633722d7685f4a2c939595e96d79d34cba344 | refs/heads/master | 2021-01-24T06:12:27.825294 | 2011-09-28T09:01:13 | 2011-09-28T09:01:13 | 2,473,863 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 984 | cpp | // 02576 Rendering Framework
// Written by Jeppe Revall Frisvad, 2010
// Copyright (c) DTU Informatics 2010
#include <optix_world.h>
#include "HitInfo.h"
#include "Volume.h"
using namespace optix;
float3 Volume::shade(const Ray& r, HitInfo& hit, bool emit) const
{
// If inside the volume, Find the dire... | [
"thorlund@diku.dk"
] | [
[
[
1,
29
]
]
] |
4911f2e80bc96aac37319452d82792e58955d028 | 668dc83d4bc041d522e35b0c783c3e073fcc0bd2 | /fbide-vs/Sdk/Editor/StcEditor.h | b9a0f8b56362c7195290600ac5b530f651b461cd | [] | no_license | albeva/fbide-old-svn | 4add934982ce1ce95960c9b3859aeaf22477f10b | bde1e72e7e182fabc89452738f7655e3307296f4 | refs/heads/master | 2021-01-13T10:22:25.921182 | 2009-11-19T16:50:48 | 2009-11-19T16:50:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,367 | h | /*
* This file is part of FBIde project
*
* FBIde 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.
*
* FBIde is distribu... | [
"vongodric@957c6b5c-1c3a-0410-895f-c76cfc11fbc7"
] | [
[
[
1,
82
]
]
] |
28f0065329edba48db96d968bac62250593c295d | 3eae1d8c99d08bca129aceb7c2269bd70e106ff0 | /trunk/Codes/CLR/Libraries/SPOT/spot_native_Microsoft_SPOT_Hardware_SystemInfo.cpp | 98f7af7aaf05da79847920308cd432e7db4ecefc | [] | no_license | yuaom/miniclr | 9bfd263e96b0d418f6f6ba08cfe4c7e2a8854082 | 4d41d3d5fb0feb572f28cf71e0ba02acb9b95dc1 | refs/heads/master | 2023-06-07T09:10:33.703929 | 2010-12-27T14:41:18 | 2010-12-27T14:41:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,961 | cpp | ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Copyright (c) Microsoft Corporation. All rights reserved.
///////////////////////////////////////////////////////... | [
"haozi_super@tom.com"
] | [
[
[
1,
49
]
]
] |
a271a8f1cd08806a9ec41c91e207d7b61d27fe75 | 20cf43a2e1854d71696a6264dea4ea8cbfdb16f2 | /WinNT/comm_nt/ui_userchat.h | ae2413fff6e44b9051d2a67dc3e8b41eb4060cf2 | [] | no_license | thebruno/comm-nt | fb0ece0a8d36715a8f0199ba3ce9f37859170ee3 | 6ba36941b123c272efe8d81b55555d561d8842f4 | refs/heads/master | 2016-09-07T19:00:59.817929 | 2010-01-14T20:38:58 | 2010-01-14T20:38:58 | 32,205,785 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,954 | h | /********************************************************************************
** Form generated from reading ui file 'userchat.ui'
**
** Created: Fri 6. Nov 23:26:26 2009
** by: Qt User Interface Compiler version 4.5.3
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
*... | [
"konrad.balys@08f01046-b83b-11de-9b33-83dc4fd2bb11"
] | [
[
[
1,
98
]
]
] |
d8347a60399c4e39161bf1242f7eca123b7cf373 | cd0987589d3815de1dea8529a7705caac479e7e9 | /webkit/WebKit/blackberry/WebCoreSupport/FrameLoaderClientBlackBerry.h | 7c5484a4c6e205ff1c64a15af300c541b4ad941f | [
"BSD-2-Clause"
] | permissive | azrul2202/WebKit-Smartphone | 0aab1ff641d74f15c0623f00c56806dbc9b59fc1 | 023d6fe819445369134dee793b69de36748e71d7 | refs/heads/master | 2021-01-15T09:24:31.288774 | 2011-07-11T11:12:44 | 2011-07-11T11:12:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,969 | h | /*
* Copyright (C) Research In Motion Limited 2009-2010. All rights reserved.
*/
#ifndef FrameLoaderClientOlympia_h
#define FrameLoaderClientOlympia_h
#include "FrameLoaderClient.h"
#include "NotImplemented.h"
#include "DocumentLoader.h"
#include "FormState.h"
#include "HTMLFormElement.h"
#include "Fr... | [
"sdevitt@rim.com"
] | [
[
[
1,
226
]
]
] |
15379f7573d446d65f5bab66de57bbc04ee76154 | 1b3a26845c00ede008ea66d26f370c3542641f45 | /pymfclib/pymwndbase.h | 302b40e5ed00643287043648d48beb0a3aaedfa6 | [] | no_license | atsuoishimoto/pymfc | 26617fac259ed0ffd685a038b47702db0bdccd5f | 1341ef3be6ca85ea1fa284689edbba1ac29c72cb | refs/heads/master | 2021-01-01T05:50:51.613190 | 2010-12-29T07:38:01 | 2010-12-29T07:38:01 | 33,760,622 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,512 | h | // Copyright (c) 2001- Atsuo Ishimoto
// See LICENSE for details.
#ifndef _PYMWNDBASE_H
#define _PYMWNDBASE_H
#include "pymfcdefs.h"
#include "pydt.h"
//*****************************************************
// PyMFCWndBase:
// Base class for all Window objects. Provides
// communication between W... | [
"ishimoto@gembook.org"
] | [
[
[
1,
314
]
]
] |
c44dcc464090b071d5a3bc4b3f7d2db9b5cd49eb | 96b4d383b517e578d44f9beab0814bdf18797fce | /src/luanode_net_acceptor.cpp | 993dce140ef723b41ae5d0830fa7b0faf2e842a2 | [
"MIT"
] | permissive | mkottman/LuaNode | e675f2199acfaa8190cf6c9b09f85bb9f9196f36 | b059225855939477147c5d4a6e8df3350c0a25fb | refs/heads/master | 2021-01-16T19:19:29.942269 | 2011-01-30T00:09:50 | 2011-01-30T00:09:50 | 1,234,094 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,313 | cpp | #include "stdafx.h"
#include "LuaNode.h"
#include "luanode_net.h"
#include "luanode_net_acceptor.h"
#include "blogger.h"
#include <boost/asio/placeholders.hpp>
#include <boost/bind.hpp>
using namespace LuaNode::Net;
static unsigned long s_nextAcceptorId = 0;
static unsigned long s_acceptorCount = 0;
... | [
"michal.kottman@gmail.com",
"ignaciob@inconcertcc.com"
] | [
[
[
1,
2
]
],
[
[
3,
204
]
]
] |
d5d99182c04cb04a461bcaef72678752e6ee277f | 5ac13fa1746046451f1989b5b8734f40d6445322 | /minimangalore/Nebula2/code/nebula2/src/gui/nguiformlayout_cmds.cc | 667b6ce46c0886df86d0fc1addab349b8fd983ac | [] | no_license | moltenguy1/minimangalore | 9f2edf7901e7392490cc22486a7cf13c1790008d | 4d849672a6f25d8e441245d374b6bde4b59cbd48 | refs/heads/master | 2020-04-23T08:57:16.492734 | 2009-08-01T09:13:33 | 2009-08-01T09:13:33 | 35,933,330 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,247 | cc | //------------------------------------------------------------------------------
// nguiformlayout_cmds.cc
// (C) 2004 RadonLabs GmbH
//------------------------------------------------------------------------------
#include "gui/nguiformlayout.h"
static void n_attachform(void* slf, nCmd* cmd);
static void n_a... | [
"BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
105
]
]
] |
b90da45e48c7e55e6f476511e1209f5c1208834a | de2f72b217bc8a9b1f780090bedf425a2ad9587a | /Pangea/Physics/src/world/ParticleWorld.cpp | 44f147500de309700aeb47b073df319ac473bd53 | [] | no_license | axelwass/oliveira | 65b32a7f16cb7e00a95cdf3051a731a2004aaf5f | 4c34730a720465311e367f8e25cc1cced46801c7 | refs/heads/master | 2021-01-18T14:18:42.622080 | 2011-04-18T18:39:08 | 2011-04-18T18:39:08 | 32,120,045 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,920 | cpp | /*
* ParticleWorld.cpp
*
* Created on: 25/09/2010
* Author: Mariano
*/
#include "../../include/world/ParticleWorld.h"
#include "../../include/emitter/Emitter.h"
#include <iostream>
#include <math.h>
#include <stdlib.h>
#include <GL/glut.h>
//#include <GL/glew.h>
ParticleWorld::ParticleWorl... | [
"merchante.mariano@d457d4b0-f835-b411-19da-99c4f284aa10"
] | [
[
[
1,
121
]
]
] |
a26d5a5002c58a1945f1cc16756cf2449790ad01 | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Havok/Source/Physics/Internal/Collide/Mopp/Machine/hkpMoppMachine.h | 22881d1d406d55ac7a2726ed312a1671595c8881 | [] | 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 | 7,724 | 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,
159
]
]
] |
a1a2c7cddbb66dd807667556e52fad90bb310829 | 0e275196669377fab0f02c6f95b0d019e5e3c83c | /API/GraphicsServer/GraphicsServer.cpp | a71d739a80d236b0ef86a2e9b77709f344447bdb | [] | no_license | xesf/lbapi | 5dee17e264471369cf7900fa540a538bb5e2070c | c6cca032d042b9fc3747fbe4397b298cb3f0633d | refs/heads/master | 2021-01-13T01:07:23.708528 | 2009-10-15T17:54:17 | 2009-10-15T17:54:17 | 33,751,591 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31 | cpp | #include "GraphicsServer.h"
| [
"itsmeadri@8e89a3b0-850b-11de-96fc-292cd5189532"
] | [
[
[
1,
2
]
]
] |
e231c4b85de20d8f7fb8116709adc9bd61b8945a | 502c86f9c20082d5b21fd389c693f244b19ad9be | /clipboard.cpp | ca722c03cc7df95ea34acdd18a4e1a1a178313df | [] | no_license | viranch/clipboard | 0b30ef069fef309236bc48c3a595aadd84192e04 | 4b293bea494833ceeb8ffbf6094f5bd0c0211a32 | refs/heads/master | 2021-03-12T19:40:34.031055 | 2011-08-01T10:39:10 | 2011-08-01T10:39:10 | 2,118,192 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,547 | cpp | #include <QNetworkInterface>
#include <QCheckBox>
#include <QMessageBox>
#include <QDateTime>
#include <QSettings>
#include "clipboard.h"
#include "ui_clipboard.h"
#include "messagedialog.h"
#include "settingsdialog.h"
#define BROADCAST_INTERVAL 5
#define BROADCAST_PORT 2562
#define TCP_PORT 8080
#define ... | [
"viranch.mehta@gmail.com"
] | [
[
[
1,
316
]
]
] |
6995bb4a20a3b9f25ded51d2d209bba3da5ef36e | 7b4c786d4258ce4421b1e7bcca9011d4eeb50083 | /C++Primer中文版(第4版)/第一次-代码集合-20090414/第九章 顺序容器/20090209_测试9.3.6_访问元素_应该是前减还是后减.cpp | 37bd6749eca02596b8396e9d2d23b4133963aba7 | [] | 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 | 409 | cpp | #include <iostream>
#include <vector>
using namespace std;
int main()
{
vector<int> ivec;
int ival;
cout << "Enter some integers(Ctrl+Z to end):" << endl;
while (cin >> ival)
ivec.push_back(ival);
cout << "The last element is :" << endl;
vector<int>::iterator iter = ivec.end();
cout << *iter ... | [
"baicaibang@70501136-4834-11de-8855-c187e5f49513"
] | [
[
[
1,
22
]
]
] |
1c0fb70b1c01e07be830aec5dc5c710fd12b6bac | 27c26f4507ca383922f718d8cf725fa1ebed6721 | /inc/PodOClockAppView.h | 46968c012f8b26f6fce80ff79289005d30641fab | [] | no_license | hugovk/podoclock | 453bedcd0b5462bd3e21c04e391723b864184b89 | c527b616aba9bc25347f50b9bb6a322b3d97b030 | refs/heads/master | 2021-01-23T09:28:46.153771 | 2011-09-04T17:42:33 | 2011-09-04T17:42:33 | 32,327,744 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,881 | h | /*
Pod O'Clock for Symbian phones.
http://code.google.com/p/podoclock/
Copyright (C) 2010, 2011 Hugo van Kemenade
This file is part of Pod O'Clock.
Pod O'Clock 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... | [
"hugovk@373d2494-ea07-43fc-4ece-a9e515d930fe"
] | [
[
[
1,
165
]
]
] |
044c0bdb6e30abba6176855c8a3e099dcd4fe351 | 05869e5d7a32845b306353bdf45d2eab70d5eddc | /soft/application/NetworkSimulator/Simulator/DataList.h | 78fc15de18c37f783d5ddd7cd63ea3f571d81e9f | [] | no_license | shenfahsu/sc-fix | beb9dc8034f2a8fd9feb384155fa01d52f3a4b6a | ccc96bfaa3c18f68c38036cf68d3cb34ca5b40cd | refs/heads/master | 2020-07-14T16:13:47.424654 | 2011-07-22T16:46:45 | 2011-07-22T16:46:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,240 | h | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used o... | [
"windyin@2490691b-6763-96f4-2dba-14a298306784"
] | [
[
[
1,
78
]
]
] |
2c1fd5b88b8e5f95726217519d73022a44ae400e | 33f59b1ba6b12c2dd3080b24830331c37bba9fe2 | /Depend/Foundation/Approximation/Wm4ApprCircleFit2.cpp | f82a2ace88ca1309356629b2a71390d24e9e369e | [] | no_license | daleaddink/flagship3d | 4835c223fe1b6429c12e325770c14679c42ae3c6 | 6cce5b1ff7e7a2d5d0df7aa0594a70d795c7979a | refs/heads/master | 2021-01-15T16:29:12.196094 | 2009-11-01T10:18:11 | 2009-11-01T10:18:11 | 37,734,654 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,038 | cpp | // Geometric Tools, Inc.
// http://www.geometrictools.com
// Copyright (c) 1998-2006. All Rights Reserved
//
// The Wild Magic Version 4 Foundation Library source code is supplied
// under the terms of the license agreement
// http://www.geometrictools.com/License/Wm4FoundationLicense.pdf
// and may not be ... | [
"yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa"
] | [
[
[
1,
93
]
]
] |
b080976b746c6ac71d8ca57b9b87883837f71566 | 1c9f99b2b2e3835038aba7ec0abc3a228e24a558 | /Projects/elastix/elastix_sources_v4/src/Components/Transforms/WeightedCombinationTransform/elxWeightedCombinationTransform.cxx | 3866264362c47f7dac7c87c2b25768c24631090c | [] | no_license | mijc/Diploma | 95fa1b04801ba9afb6493b24b53383d0fbd00b33 | bae131ed74f1b344b219c0ffe0fffcd90306aeb8 | refs/heads/master | 2021-01-18T13:57:42.223466 | 2011-02-15T14:19:49 | 2011-02-15T14:19:49 | 1,369,569 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 683 | cxx | /*======================================================================
This file is part of the elastix software.
Copyright (c) University Medical Center Utrecht. All rights reserved.
See src/CopyrightElastix.txt or http://elastix.isi.uu.nl/legal.php for
details.
This software is distributed W... | [
"maik.stille@gmail.com"
] | [
[
[
1,
18
]
]
] |
a7715e685a65514b3d1d31ed2e2c02243d210dd3 | 5e61787e7adba6ed1c2b5e40d38098ebdf9bdee8 | /sans/models/c_smearer/smearer2d_helper.cpp | 82a4688fb3bdaed1c62aeb7c7e49280cf37d905b | [] | no_license | mcvine/sansmodels | 4dcba43d18c930488b0e69e8afb04139e89e7b21 | 618928810ee7ae58ec35bbb839eba2a0117c4611 | refs/heads/master | 2021-01-22T13:12:22.721492 | 2011-09-30T14:01:06 | 2011-09-30T14:01:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,486 | cpp | /**
This software was developed by the University of Tennessee as part of the
Distributed Data Analysis of Neutron Scattering Experiments (DANSE)
project funded by the US National Science Foundation.
If you use DANSE applications to do scientific research that leads to
publication, we ask that you acknowled... | [
"jhcho@nist.gov"
] | [
[
[
1,
77
]
]
] |
183d39ab4fd3297d8cb6ff45f069d8369a91616a | bfdfb7c406c318c877b7cbc43bc2dfd925185e50 | /engine/test/Test_hyBitArray.cpp | 6aafd60c7a39fbac7a9ec0fff30f09b7197165cd | [
"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 | UTF-8 | C++ | false | false | 1,946 | cpp | /* -*- coding: sjis-dos; -*- */
/*
* copyright 2010 FUKUZAWA Tadashi. All rights reserved.
*/
#include "hyBitArray.h"
#include "hyMemPool.h"
#include <cppunit/extensions/HelperMacros.h>
using namespace Hayat::Common;
using namespace Hayat::Engine;
class Test_BitArray : public CppUnit::TestFixture ... | [
"applealien@nifty.com"
] | [
[
[
1,
70
]
]
] |
af3b64295f211c2de68f6e495b41139a13ed1ebd | 9cc6fc798950fa3f3c9c132fd5c633a6ef4cc2b4 | /MAIN_DLL/windowmessages.cpp | 138dc5807b6f285786c73f33da9c7eb84f9e7fd3 | [] | no_license | tsuckow/BackgroundPi4 | 4e986addc7b5dce88d3e7b4d1d0f745d039891c1 | 15edabe046a6508ec92ea328c589b77ebedccbe8 | refs/heads/master | 2016-09-05T17:30:23.601710 | 2007-05-21T01:08:23 | 2007-05-21T01:08:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,079 | cpp | /* * * * * * * * * * * * *
* Background Pi Client *
* v4 *
* *
* Module: Main.DLL *
* *
* * * * * * * * * * * * */
#include "BPC_MAIN_DLL.h"
//Invis Dialog
LRESULT CALLBACK InvisDialogProcedure (HWND hwnd, UINT message, WPARAM w... | [
"deathbob@b178b511-b3a6-47b4-93e2-b3608298d9af"
] | [
[
[
1,
216
]
]
] |
8960caddc34a87a19637aa3ddd9f9648dc1a3213 | e822fb29110ffae9e404e72ad244cd81d41b0335 | /lib/Ogre/include/OgreTextAreaOverlayElement.h | 9640c79aa62c92b8eef9d10eddc1552ff1b59293 | [] | no_license | communityus-branch/LookingGlass-Viewer | 4dda6d78973149d21e2bfc49296e77f1b7379f20 | c80120e3e5cc8ed699280763c95ca8bb8db8174b | refs/heads/master | 2020-06-02T17:50:41.255708 | 2011-07-28T05:37:50 | 2011-07-28T05:37:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,231 | h | /*-------------------------------------------------------------------------
This source file is a part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-2009 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any person ... | [
"Robert@LAKEOZ.(none)"
] | [
[
[
1,
256
]
]
] |
94fffdb1136d9cce0f11eed7a5ce0d01fab0f33a | 30bc461850851f22221127b065e9a4a2b18586c7 | /src/algo/VNS.cpp | ee74b7eb1f384c5cd70bdc17e6dbf900f83090e9 | [] | no_license | falcong/portfolio-opti | dfc5ee710747cfc6c586ffc9cfb6822ecf387c7d | 0f4f311dd55ef9ace8576aa88ed868931910c36b | refs/heads/master | 2021-01-15T18:01:00.619429 | 2008-03-23T11:32:20 | 2008-03-23T11:32:20 | 39,621,097 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,069 | cpp | #include "VNS.h"
VNS::VNS() {
iterationLimit = 0;
}
VNS::VNS(int _iterationLimit) {
iterationLimit = _iterationLimit;
}
VNS::~VNS() {
}
Solution VNS::solve(DetQuadProblem& pb, Solver& s) const {
int itLim = iterationLimit;
if (itLim == 0) {
itLim = pb.getK()/2;
}
LinearProblem lp = pb.... | [
"antoinelangevin@81f11f40-563e-0410-b35f-45f700be9b36",
"fortinmat@81f11f40-563e-0410-b35f-45f700be9b36",
"pierre.ruyssen@81f11f40-563e-0410-b35f-45f700be9b36"
] | [
[
[
1,
2
],
[
4,
6
],
[
8,
10
],
[
13,
14
],
[
20,
21
],
[
28,
29
],
[
42,
42
],
[
54,
55
],
[
57,
58
]
],
[
[
3,
3
... |
c2a5b19d1a9fae6aaad1aa1b6d2000ec128d3b3d | 1193b8d2ab6bb40ce2adbf9ada5b3d1124f1abb3 | /branches/basicelements/libsonetto/include/SonettoWindowSkin.h | 6614ed7ecf11a995c3dbce2c643c36d90b45f7e0 | [] | no_license | sonetto/legacy | 46bb60ef8641af618d22c08ea198195fd597240b | e94a91950c309fc03f9f52e6bc3293007c3a0bd1 | refs/heads/master | 2021-01-01T16:45:02.531831 | 2009-09-10T21:50:42 | 2009-09-10T21:50:42 | 32,183,635 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 6,542 | h | /*-----------------------------------------------------------------------------
Copyright (c) 2009, Sonetto Project Developers
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions ... | [
"carvalho.yoa.arthur@gmail.com"
] | [
[
[
1,
187
]
]
] |
b99016522b6ed9e67217b9861c07d51c4eb433d6 | 1fab2f171271db026d5a12d9f9e08b5dc2021ce7 | /pqueue/pqueue/CompleteTreeIndex.h | 55c73b314ed11a135627e475086510300068b24b | [] | no_license | softwaredoug/CxxHeap | e35ee853120ee9313cac2da6fd1192fdb487501b | a7bce829d4a9311f190a50f980124d3fafe1314b | refs/heads/master | 2021-01-22T13:51:39.362810 | 2011-02-21T02:14:30 | 2011-02-21T02:14:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,338 | h | //********************************************************************
// FILE NAME: CompleteTreeIndex.h
//
// DESCRIPTION: Contains declaration for complete tree index class
// which represents an index into a complete tree
//*********************************************************************
#... | [
"pythagras@gmail.com"
] | [
[
[
1,
43
]
]
] |
97dc383a8a5e8cebab0342577bbc10f75993553c | 5fb9b06a4bf002fc851502717a020362b7d9d042 | /developertools/GrannyViewer/Gfx.h | f6cf5f3567e69a12ef83909c29b4acc607a51534 | [] | no_license | bravesoftdz/iris-svn | 8f30b28773cf55ecf8951b982370854536d78870 | c03438fcf59d9c788f6cb66b6cb9cf7235fbcbd4 | refs/heads/master | 2021-12-05T18:32:54.525624 | 2006-08-21T13:10:54 | 2006-08-21T13:10:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 429 | h | #pragma once
int GfxAtoX(CString strNum);
CString GfxXtoA(int iNum);
CString GfxGetFullPath(CString strPath);
CString GfxSprintf(LPCTSTR lpszFormat, ...);
void GfxLog(LPCTSTR lpszFormat, ...);
class CGrannyViewerDoc;
CGrannyViewerDoc* GfxGetDocument();
const UINT INVALID_GRN_ID = 0xFFFFFFFF;
#include... | [
"harkon@a725d9c3-d2eb-0310-b856-fa980ef11a19"
] | [
[
[
1,
19
]
]
] |
b4393478e76c9fc84af8b95c207703d4bf668120 | e95784c83b6cec527f3292d2af4f2ee9b257a0b7 | /GV/Drivers/ILaunchSystem.h | c161ab5ad09fe348bd56c4524e79cdd85803f291 | [] | no_license | ehaskins/scoe-robotics-onboard-controller | 5e6818cb469c512a4429aa6ccb96478b89c9ce6f | f44887f79cf89c9ff85963e515381199c9b2b2d7 | refs/heads/master | 2020-06-06T12:53:54.350781 | 2011-05-01T00:26:17 | 2011-05-01T00:26:17 | 32,115,864 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 936 | h | /*
* ILaunchSystem.h
*
* Created on: Apr 21, 2011
* Author: Nick
*/
#ifndef ILAUNCHSYSTEM_H_
#define ILAUNCHSYSTEM_H_
#include "IDevice.h"
#include "IDigitalInput.h"
#include "IMotor.h"
class ILaunchSystem : public IDevice {
public:
// Initialization.
virtual void init(IDigitalInput* lo... | [
"nickiannone@gmail.com"
] | [
[
[
1,
36
]
]
] |
e509cfb2b80131ea99ef82f0804b4930a9ed72d3 | 65f587a75567b51375bde5793b4ec44e4b79bc7d | /sklepSeqStep.h | 5f95c1e6204ea700e7a1914a5936d0ac0915efcb | [] | no_license | discordance/sklepseq | ce4082074afbdb7e4f7185f042ce9e34d42087ef | 8d4fa5a2710ba947e51f5572238eececba4fef74 | refs/heads/master | 2021-01-13T00:15:23.218795 | 2008-07-20T20:48:44 | 2008-07-20T20:48:44 | 49,079,555 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,313 | h | // sklepSeqStep.h: interface for the sklepSeqStep class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SKLEPSEQSTEP_H__A7AE8B73_28EE_43D5_989D_AF567303C440__INCLUDED_)
#define AFX_SKLEPSEQSTEP_H__A7AE8B73_28EE_43D5_989D_AF567303C440__INCLUDED_
#include <juce.h>
c... | [
"kubiak.roman@0c9c7eae-764f-0410-aff0-6774c5161e44"
] | [
[
[
1,
141
]
]
] |
02dacbbbb531e939420faf4be976775281ba035b | a2904986c09bd07e8c89359632e849534970c1be | /topcoder/completed/RecursiveFigures.cpp | 42d35a06c46e1147085af2f086aa9bef5cd70196 | [] | no_license | naturalself/topcoder_srms | 20bf84ac1fd959e9fbbf8b82a93113c858bf6134 | 7b42d11ac2cc1fe5933c5bc5bc97ee61b6ec55e5 | refs/heads/master | 2021-01-22T04:36:40.592620 | 2010-11-29T17:30:40 | 2010-11-29T17:30:40 | 444,669 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,772 | cpp | // BEGIN CUT HERE
// END CUT HERE
#line 5 "RecursiveFigures.cpp"
#include <iostream>
#include <string>
#include <vector>
#include <sstream>
#include <math.h>
using namespace std;
class RecursiveFigures {
public:
double getArea(int sideLength, int K) {
double half = sideLength/2.0;
double sum_a... | [
"shin@CF-7AUJ41TT52JO.(none)"
] | [
[
[
1,
48
]
]
] |
ac08a12c32621f38b6e4575555c97db28c24492c | 9c62af23e0a1faea5aaa8dd328ba1d82688823a5 | /rl/tags/techdemo2/engine/rules/src/DsaDataLoader.cpp | 374917afd7daea79d1b07819b320d782b839da6c | [
"ClArtistic",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | 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 | ISO-8859-3 | C++ | false | false | 11,635 | cpp | /* This source file is part of Rastullahs Lockenpracht.
* Copyright (C) 2003-2005 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 i... | [
"tanis@4c79e8ff-cfd4-0310-af45-a38c79f83013"
] | [
[
[
1,
298
]
]
] |
cbecdf4b4598a56cca0e1322f09554b0743c2325 | f87f0a2e6c60be6dd7d126dfd7342dfb18f37092 | /Source/TWM/core/entity.hpp | d00ea53731fb52b5c8eef7944f7913bac52b524f | [
"MIT"
] | permissive | SamOatesUniversity/Year-2---Animation-Simulation---PigDust | aa2d9d3a6564abd5440b8e9fdc0e24f65a44d75c | 2948d39d5e24137b25c91878eaeebe3c8e9e00d1 | refs/heads/master | 2021-01-10T20:10:29.003591 | 2011-04-29T20:45:19 | 2011-04-29T20:45:19 | 41,170,833 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,114 | hpp | /*
Copyright (c) 2010 Tyrone Davison, Teesside University
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, m... | [
"sam@samoatesgames.com"
] | [
[
[
1,
61
]
]
] |
0105c7ef64ce391df85054f5319b03b9d892db9f | 84bfae4052b39215fd97ab9df5b0336ebd62acff | /sample/warOfWorlds/Server/app.cpp | e55bf73e027e880be9d1069c90eb7bac5362f2ed | [] | no_license | achew22/unccs480-snippets | 0c0660bced647112582e3a0dc0d564e39f986083 | 15db17bba53497087a980f70f682cfe7a0564f28 | refs/heads/master | 2021-01-19T19:35:19.759604 | 2008-11-04T22:11:13 | 2008-11-04T22:11:13 | 32,130,941 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,769 | cpp | #include <SDL/SDL.h>
#include <cmath>
#include "app.h"
#include "GUI.h"
#include "GUIButton.h"
#include "GUITextHandler.h"
#include "point.h"
#include "camera.h"
#include "physicsManager.h"
#include "textureManager.h"
#include "ballServer.h"
#ifndef PI
#define PI 3.1415926
#endif //PI
/**
* D... | [
"brian.shourd@eb85dc16-8f5f-11dd-9a11-5fe6a12f7d96"
] | [
[
[
1,
240
]
]
] |
f759d7c0babc79a26875f494bf23f79b390cc9a1 | fa609a5b5a0e7de3344988a135b923a0f655f59e | /Tests/Source/TestValueDate.cpp | 07b2c1cd21f6a4d04b9a7048b7c0a822a807c578 | [
"MIT"
] | permissive | Sija/swift | 3edfd70e1c8d9d54556862307c02d1de7d400a7e | dddedc0612c0d434ebc2322fc5ebded10505792e | refs/heads/master | 2016-09-06T09:59:35.416041 | 2007-08-30T02:29:30 | 2007-08-30T02:29:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,939 | cpp | #include "stdafx.h"
#include <cppunit/extensions/HelperMacros.h>
#include "../../Source/stdafx.h"
#include "../../Source/values/Date.h"
#include "../../Source/values/Bool.h"
using namespace Swift;
class TestValueDate : public CPPUNIT_NS::TestFixture {
public:
CPPUNIT_TEST_SUITE(TestValueDate);
CPPU... | [
"sijawusz@gmail.com"
] | [
[
[
1,
65
]
]
] |
cec7c14d7e9bb9f8684f3c82b26bc2fed905d22f | 1e01b697191a910a872e95ddfce27a91cebc57dd | /BNFPushItem.cpp | 12aff678b7e3900b6ead418eec583c53432b2a31 | [] | no_license | canercandan/codeworker | 7c9871076af481e98be42bf487a9ec1256040d08 | a68851958b1beef3d40114fd1ceb655f587c49ad | refs/heads/master | 2020-05-31T22:53:56.492569 | 2011-01-29T19:12:59 | 2011-01-29T19:12:59 | 1,306,254 | 7 | 5 | null | null | null | null | IBM852 | C++ | false | false | 4,685 | cpp | /* "CodeWorker": a scripting language for parsing and generating text.
Copyright (C) 1996-1997, 1999-2002 CÚdric Lemaire
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 ... | [
"cedric.p.r.lemaire@28b3f5f3-d42e-7560-b87f-5f53cf622bc4"
] | [
[
[
1,
112
]
]
] |
c6291c14cd7c484c89181f6e66910ba5480434e6 | e1bf514046ee44622d96b7f4541cf406d87a9ee6 | /Engine/src/Window.cpp | 2e2bd9bb7d1c7ccedea5f3ce82a4aa72102dd74d | [] | no_license | phigley/VehicleTestBed | 89d97d8439492062be53d29904b6f8e392cd3f63 | 340b5c920b3ccc179bb910f39c16d473864bed0c | refs/heads/master | 2021-01-13T12:56:42.496354 | 2009-10-30T00:59:28 | 2009-10-30T00:59:28 | 350,645 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,831 | cpp | #include "Engine/Window.h"
#include <GL/glfw.h>
namespace
{
// It would be nice t move these into Window.
// But glfw does not support multiple windows,
// hence it does not have user-data associated with
// its reshape callback.
double projectionWidth = 1.0;
double projectionHeight = 1.0;
doubl... | [
"phigley@gmail.com"
] | [
[
[
1,
105
]
]
] |
37eed3f04b1b3e12d0c52d63a53d5d158f262aaf | 9f2d447c69e3e86ea8fd8f26842f8402ee456fb7 | /shooting2011/shooting2011/FirePatternEnemy.cpp | f07a0fddfb1b91ab22ad5294706fc84534421b98 | [] | no_license | nakao5924/projectShooting2011 | f086e7efba757954e785179af76503a73e59d6aa | cad0949632cff782f37fe953c149f2b53abd706d | refs/heads/master | 2021-01-01T18:41:44.855790 | 2011-11-07T11:33:44 | 2011-11-07T11:33:44 | 2,490,410 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,023 | cpp | #include "main.h"
#include "movePattern.h"
#include "firePattern.h"
#include "enemyBullet.h"
#include "enemy.h"
#include "shootingAccessor.h"
FirePatternEnemy::FirePatternEnemy(const vector<int> &fs,const vector<vector<MovePattern *> > &_vvmp,int _maxFrame,bool _loop){
frames = fs;
vvmp = _vvmp;
maxFrame ... | [
"nakao5924@gmail.com",
"arai@.ja1yad.local"
] | [
[
[
1,
44
]
],
[
[
45,
45
]
]
] |
a2da1dd5fca4a7b0e57e9379c54d8d0d673fc8b8 | 7c51155f60ff037d1b8d6eea1797c7d17e1d95c2 | /linux-interpreter-end2-debug/ByteCode.h | 60ffb54d9b776ff98e5fef711332d066215632dd | [] | no_license | BackupTheBerlios/ejvm | 7258cd180256970d57399d0c153d00257dbb127c | 626602de9ed55a825efeefd70970c36bcef0588d | refs/heads/master | 2020-06-11T19:47:07.882834 | 2006-07-10T16:39:59 | 2006-07-10T16:39:59 | 39,960,044 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 534 | h | #ifndef BYTECODE_H_
#define BYTECODE_H_
#include "typeDefs.h"
//#include "ExceptionTable.h"
class ExceptionTable;
class ByteCode
{
//private:
public:
u2 nameIndex;
u4 length;
u2 maxStack;
u2 maxLocals;
u4 codeLength;
u1 * code;
ExceptionTable * exceptionTable;
u2 getMax... | [
"almahallawy"
] | [
[
[
1,
27
]
]
] |
1e9eed0535a9d348e36022abee8a7fd12af445fd | fcdddf0f27e52ece3f594c14fd47d1123f4ac863 | /TeCom/src/TdkLayout/Header Files/TdkScaleUnitProperty.h | ec80a6f960e2406366d1af465a297303e62ec6a1 | [] | no_license | radtek/terra-printer | 32a2568b1e92cb5a0495c651d7048db6b2bbc8e5 | 959241e52562128d196ccb806b51fda17d7342ae | refs/heads/master | 2020-06-11T01:49:15.043478 | 2011-12-12T13:31:19 | 2011-12-12T13:31:19 | null | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 1,974 | h | /******************************************************************************
* FUNCATE - GIS development team
*
* TerraLib Components - TeCOM
*
* @(#) TdkScaleUnitProperty.h
*
*******************************************************************************
*
* $Rev$:
*
* $Author: rui.gregorio $:
*
* $D... | [
"rui.mauricio.gregorio@gmail.com@58180da6-ba8b-8960-36a5-00cc02a3ddec"
] | [
[
[
1,
81
]
]
] |
022782d5624170d219a7e398e0abfcdf84df9632 | 9c62af23e0a1faea5aaa8dd328ba1d82688823a5 | /rl/tags/v0-1/engine/rules/src/RulesSubsystem.cpp | 4c9cafc5c8673037d70e6c282fdaee12ef92070d | [
"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 | 2,537 | cpp | /* This source file is part of Rastullahs Lockenpracht.
* Copyright (C) 2003-2005 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 i... | [
"blakharaz@4c79e8ff-cfd4-0310-af45-a38c79f83013"
] | [
[
[
1,
78
]
]
] |
de6901107ea480fe4e0850f211bf77985623d686 | 1e01b697191a910a872e95ddfce27a91cebc57dd | /GrfQuantifyExecution.cpp | 9980ee0e807bc1d5289332e27655ef5b007700af | [] | no_license | canercandan/codeworker | 7c9871076af481e98be42bf487a9ec1256040d08 | a68851958b1beef3d40114fd1ceb655f587c49ad | refs/heads/master | 2020-05-31T22:53:56.492569 | 2011-01-29T19:12:59 | 2011-01-29T19:12:59 | 1,306,254 | 7 | 5 | null | null | null | null | IBM852 | C++ | false | false | 18,295 | cpp | /* "CodeWorker": a scripting language for parsing and generating text.
Copyright (C) 1996-1997, 1999-2002 CÚdric Lemaire
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 ... | [
"cedric.p.r.lemaire@28b3f5f3-d42e-7560-b87f-5f53cf622bc4"
] | [
[
[
1,
384
]
]
] |
79728d2630c92c87f95c9088552fcdc039892390 | cfa6cdfaba310a2fd5f89326690b5c48c6872a2a | /References/Chat/ChatS/ChatSDlg.cpp | 4f3b3192c5b6accec9764a5f8c699a4c03082db4 | [] | no_license | asdlei00/project-jb | 1cc70130020a5904e0e6a46ace8944a431a358f6 | 0bfaa84ddab946c90245f539c1e7c2e75f65a5c0 | refs/heads/master | 2020-05-07T21:41:16.420207 | 2009-09-12T03:40:17 | 2009-09-12T03:40:17 | 40,292,178 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 16,887 | cpp | // ChatSDlg.cpp : 구현 파일
//
#include "stdafx.h"
#include "ChatS.h"
#include "ChatSDlg.h"
#include "AdduserDlg.h"
#include "Data.h"
#include "Mgr.h"
#include "flag.h"
#include ".\chatsdlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
int clntNumber=0;
#endif
// CChatSDlg 대화 상자
CChatSDlg::CChatSDlg(CWn... | [
"ibillkim@yahoo.com"
] | [
[
[
1,
609
]
]
] |
c6ae62bae17c0ec324ca0aa0d67cbb08a72dce4d | b08e948c33317a0a67487e497a9afbaf17b0fc4c | /Display/Font.h | 03d4940ce4ff0bfd662810249e01fff5b4dea7da | [] | no_license | 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 | 3,208 | h | #ifndef __FONT_H__
#define __FONT_H__
#include "../Display/Display.h"
namespace ElixirEngine
{
//-----------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------
//-------------... | [
"voodoohaust@97c0069c-804f-11de-81da-11cc53ed4329"
] | [
[
[
1,
100
]
]
] |
2911977037dcf90032e3ea835197aaae34a63ec6 | 26706a661c23f5c2c1f97847ba09f44b7b425cf6 | /TaskManager/perfmon.h | 80a3b758afb95503bd026a4d2e40fbb9a35404c6 | [] | no_license | 124327288/nativetaskmanager | 96a54dbe150f855422d7fd813d3631eaac76fadd | e75b3d9d27c902baddbb1bef975c746451b1b8bb | refs/heads/master | 2021-05-29T05:18:26.779900 | 2009-02-10T13:23:28 | 2009-02-10T13:23:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,374 | h | // PerfMon.h: interface for the CPerfMon class.
//
//////////////////////////////////////////////////////////////////////
// By Mike Ryan (mike@codexia.com)
// Copyright (c) 2000, portions (c) Allen Denver
// 07.30.2000
//
// Some of the code based on Allen Denver's article "Using the Performance Data Helper Lib... | [
"chenyu2202863@gmail.com@97a26042-f463-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
108
]
]
] |
59ca920ed05fa37905d3569891af2a888e3e097d | 04fec4cbb69789d44717aace6c8c5490f2cdfa47 | /include/wx/generic/dataview.h | db51530bb3656fcdd89c0ab724d0edf47f5cc7e5 | [] | no_license | aaryanapps/whiteTiger | 04f39b00946376c273bcbd323414f0a0b675d49d | 65ed8ffd530f20198280b8a9ea79cb22a6a47acd | refs/heads/master | 2021-01-17T12:07:15.264788 | 2010-10-11T20:20:26 | 2010-10-11T20:20:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,596 | h | /////////////////////////////////////////////////////////////////////////////
// Name: wx/generic/dataview.h
// Purpose: wxDataViewCtrl generic implementation header
// Author: Robert Roebling
// Id: $Id: dataview.h 41659 2006-10-06 09:50:45Z RR $
// Copyright: (c) 1998 Robert Roebling
... | [
"smehta@aaryanapps.com"
] | [
[
[
1,
311
]
]
] |
9fdfeb30927c2a42658fc7192db0f54e28839cbd | 854ee643a4e4d0b7a202fce237ee76b6930315ec | /arcemu_svn/src/sun/src/CustomTeleporter/skillnpc.cpp | 56035adb9c2be98e96b26c6a483c9ee95ade4520 | [] | no_license | miklasiak/projekt | df37fa82cf2d4a91c2073f41609bec8b2f23cf66 | 064402da950555bf88609e98b7256d4dc0af248a | refs/heads/master | 2021-01-01T19:29:49.778109 | 2008-11-10T17:14:14 | 2008-11-10T17:14:14 | 34,016,391 | 2 | 0 | null | null | null | null | IBM852 | C++ | false | false | 12,731 | cpp | // Major Updates, Fixes, and Core by Nebels
// Some help by insanesk8123 <3
// Version 3.0
#include "StdAfx.h"
#include "Setup.h"
class SCRIPT_DECL SkillNPC : public GossipScript{
public:
void GossipHello(Object *pObject, Player *Plr, bool AutoSend);
void GossipSelectOption(Object *pObject, Player *... | [
"minipc@hotmail.de@3074cc92-8d2b-11dd-8ab4-67102e0efeef"
] | [
[
[
1,
414
]
]
] |
e920c8e2b16560982c021d1e152aa40cae33460e | eec9d789e04bc81999ac748ca2c70f0a612dadb7 | /testProject/injectDll/stdafx.cpp | fdc14fc859d854237678532c460f995049694657 | [] | no_license | scriptkitz/myfirstpro-test | 45d79d9a35fe5ee1e8f237719398d08d7d86b859 | a3400413e3a7900657774a278006faea7d682955 | refs/heads/master | 2021-01-22T07:13:27.100583 | 2010-11-16T15:02:50 | 2010-11-16T15:02:50 | 38,792,869 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 296 | cpp | // stdafx.cpp : source file that includes just the standard includes
// injectDll.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
| [
"scriptkitz@da890e6b-1f8b-8dbb-282d-e1a1f9b2274c"
] | [
[
[
1,
8
]
]
] |
5397adeb479fd3cc5a95465e5834a45b4cdcd6e7 | 6baa03d2d25d4685cd94265bd0b5033ef185c2c9 | /TGL/src/objects/TGLobject_bullet_missile.cpp | ba4698760ed7f49ef23498fb6e1cdd5b3902eeb3 | [] | no_license | neiderm/transball | 6ac83b8dd230569d45a40f1bd0085bebdc4a5b94 | 458dd1a903ea4fad582fb494c6fd773e3ab8dfd2 | refs/heads/master | 2021-01-10T07:01:43.565438 | 2011-12-12T23:53:54 | 2011-12-12T23:53:54 | 55,928,360 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,278 | cpp | #ifdef KITSCHY_DEBUG_MEMORY
#include "debug_memorymanager.h"
#endif
#ifdef _WIN32
#include <windows.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include "math.h"
#include "string.h"
#include "gl.h"
#include "glu.h"
#include "SDL.h"
#include "SDL_mixer.h"
#include "SDL_ttf.h"
#include "List.... | [
"santi.ontanon@535450eb-5f2b-0410-a0e9-a13dc2d1f197"
] | [
[
[
1,
92
]
]
] |
5af92bddb01863a8703146c4ec9e3949de3a9439 | 43626054205d6048ec98c76db5641ce8e42b8237 | /source/SGD Wrappers/CSGD_TextureManager.h | cc9679d9bce1824ae6a95d52297a9a246174f24b | [] | no_license | Wazoobi/whitewings | b700da98b855a64442ad7b7c4b0be23427b0ee23 | a53fdb832cfb1ce8605209c9af47f36b01c44727 | refs/heads/master | 2021-01-10T19:33:22.924792 | 2009-08-05T18:30:07 | 2009-08-05T18:30:07 | 32,119,981 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,405 | h | ////////////////////////////////////////////////////////
// File : "CSGD_TextureManager.h"
//
// Author : Jensen Rivera (JR)
//
// Date Created : 6/26/2006
//
// Purpose : Wrapper class for Direct3D.
////////////////////////////////////////////////////////
/*
Disclaimer:
This source code was dev... | [
"Juno05@1cfc0206-7002-11de-8585-3f51e31374b7",
"gameatronMC@1cfc0206-7002-11de-8585-3f51e31374b7"
] | [
[
[
1,
28
],
[
30,
178
],
[
193,
218
]
],
[
[
29,
29
],
[
179,
192
]
]
] |
5248e0dd38a9aa826a1f0744a71469f5267db30e | 4323418f83efdc8b9f8b8bb1cc15680ba66e1fa8 | /Trunk/Battle Cars/Battle Cars/Source/ParticleManager.h | 288179f72f0772f4c19c24ee3b7b4c680138c630 | [] | no_license | FiveFourFive/battle-cars | 5f2046e7afe5ac50eeeb9129b87fcb4b2893386c | 1809cce27a975376b0b087a96835347069fe2d4c | refs/heads/master | 2021-05-29T19:52:25.782568 | 2011-07-28T17:48:39 | 2011-07-28T17:48:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,632 | h | #ifndef PARTICLEMANAGER_H_
#define PARTICLEMANAGER_H_
#include <vector>
using std::vector;
class Emittor;
class CBase;
class CCamera;
enum emittor_types{ COLLISION_EMITTOR, MISSLE_EMITTOR, EXPLOSION_SMOKE_EMITTOR, EXPLOSION_FIREBURST1_EMITTOR,
EXPLOSION_FIREBURST2_EMITTOR, EXPLOSION_FIREBURST3_EMITTOR, E... | [
"darksage44@yahoo.com@598269ab-7e8a-4bc4-b06e-4a1e7ae79330",
"andy.madruga@gmail.com@598269ab-7e8a-4bc4-b06e-4a1e7ae79330"
] | [
[
[
1,
8
],
[
10,
10
],
[
15,
23
],
[
25,
69
],
[
71,
103
],
[
115,
117
],
[
120,
122
]
],
[
[
9,
9
],
[
11,
14
],
[
24,
... |
8f8e950b42afa414b6b00256375c4f35341ad399 | 3fb39751cdf6bb5c5229c4408cda110e2ae547c1 | /src/SchemeSources.h | b542cc805966b2adfc9345c07fde87c6ea5f9a20 | [] | no_license | josephzizys/CM | 7308704f9d33f81938f7aeff31b64fb3d217db24 | 8f8e9a0550e76debfc47fb0f90772a05ca06805b | refs/heads/master | 2020-05-20T11:40:06.824661 | 2011-06-15T11:47:29 | 2011-06-15T11:47:29 | 2,552,460 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,545 | h | /* (Auto-generated binary data file). */
#ifndef BINARY_SCHEMESOURCES_H
#define BINARY_SCHEMESOURCES_H
namespace SchemeSources
{
extern const char* automata_scm;
const int automata_scmSize = 8886;
extern const char* fomus_scm;
const int fomus_scmSize = 21869;
e... | [
"taube@d60aafaf-7936-0410-ba4d-d307febf7868"
] | [
[
[
1,
58
]
]
] |
aaca49f4a65f02e6f38e45c0c0490dc25fbb74c9 | ef23e388061a637f82b815d32f7af8cb60c5bb1f | /src/mame/includes/blstroid.h | b8c29570c92e2f94b3f47bb1d3c7b398621749a8 | [] | no_license | marcellodash/psmame | 76fd877a210d50d34f23e50d338e65a17deff066 | 09f52313bd3b06311b910ed67a0e7c70c2dd2535 | refs/heads/master | 2021-05-29T23:57:23.333706 | 2011-06-23T20:11:22 | 2011-06-23T20:11:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 627 | h | /*************************************************************************
Atari Blasteroids hardware
*************************************************************************/
#include "machine/atarigen.h"
class blstroid_state : public atarigen_state
{
public:
blstroid_state(running_machine &machin... | [
"Mike@localhost"
] | [
[
[
1,
24
]
]
] |
6bc052c78102c1b1bdefa9b29c726be0fc2688a7 | 4e87902f5557521a91f189c174319184c8cd17d9 | /src/job.h | 2c0daf6d4b07de110da2fd8f0521a2ee334d4511 | [
"MIT"
] | permissive | anjinkristou/GTasks | a1ed7435244c6fa8b4e004b4981bfe36fa5cb4c0 | 1d3b4ba271ea79e65025995585a4a91ee2b86c85 | refs/heads/master | 2021-01-18T02:45:13.687494 | 2011-07-30T23:59:23 | 2011-07-30T23:59:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,259 | h | /*
* GTasks - A C++/Qt API client for Google Tasks
*
* Copyright (C) 2011 Gregory Schlomoff <gregory.schlomoff@gmail.com>
* http://gregschlom.com
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (... | [
"gregory.schlomoff@gmail.com",
"greg@.(none)"
] | [
[
[
1,
38
],
[
40,
53
],
[
55,
70
]
],
[
[
39,
39
],
[
54,
54
]
]
] |
ee0e22d39f996f1fa490bb04766650f747c26860 | 54cacc105d6bacdcfc37b10d57016bdd67067383 | /trunk/source/io/files/NavFile.cpp | 69e5032c42902224254e93b6ac8db0f899562fdb | [] | no_license | galek/hesperus | 4eb10e05945c6134901cc677c991b74ce6c8ac1e | dabe7ce1bb65ac5aaad144933d0b395556c1adc4 | refs/heads/master | 2020-12-31T05:40:04.121180 | 2009-12-06T17:38:49 | 2009-12-06T17:38:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 885 | cpp | /***
* hesperus: NavFile.cpp
* Copyright Stuart Golodetz, 2009. All rights reserved.
***/
#include "NavFile.h"
#include <fstream>
#include <source/exceptions/Exception.h>
#include <source/io/sections/NavSection.h>
namespace hesp {
//#################### LOADING METHODS ####################
NavMan... | [
"sgolodetz@gxstudios.net"
] | [
[
[
1,
31
]
]
] |
5fdba566681147d4ed2af24df8486aad580e2449 | 2ca3ad74c1b5416b2748353d23710eed63539bb0 | /Pilot/Lokapala_Observe/Raptor/OSDecisionSD.cpp | 1bc96b7b09ac6981e60e378943c60815ada19194 | [] | no_license | sjp38/lokapala | 5ced19e534bd7067aeace0b38ee80b87dfc7faed | dfa51d28845815cfccd39941c802faaec9233a6e | refs/heads/master | 2021-01-15T16:10:23.884841 | 2009-06-03T14:56:50 | 2009-06-03T14:56:50 | 32,124,140 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 670 | cpp | /**@file OSDecisionSD.cpp
* @brief OSM의 DecisionSD의 멤버함수 구현
* @author siva
*/
#include "stdafx.h"
#include "OSDecisionSD.h"
#include "Resource.h"
/**@brief 실행된 프로세스를 알린다.\n
* 테스트에서는 단순히 리스트박스에 그 이름만 표시한다.
* @param a_executedProcess 실행된 프로세스의 이름
*/
void COSDecisionSD::NotifyExecutedProcess(CStri... | [
"nilakantha38@b9e76448-5c52-0410-ae0e-a5aea8c5d16c"
] | [
[
[
1,
20
]
]
] |
11e804b54ea383f7e9bf42596508b468f9f41b29 | 24adabaec8e7b0c8bb71366fea2b02e4e8b34203 | /db-builder/lib/src/texturefilters/mergetexturefilter.cpp | ecfb58107f8e62b617b987ded8a857091b1c47fe | [] | no_license | weimingtom/db-verkstan | 246fb8ce2890b3833a2a84f2369e8e0e5495390f | 9101195975ec48f4eed33e65e33c83b2dd9ba8c0 | refs/heads/master | 2021-01-10T01:36:39.787220 | 2009-02-23T22:36:09 | 2009-02-23T22:36:09 | 43,455,399 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,794 | cpp | #include "db-util.hpp"
#include "builder.hpp"
#include "filters.hpp"
#include "texture.hpp"
Texture* TextureFilters::merge(Texture* texture1,
Texture* texture2,
int mode,
bool inPlace)
{
Texture* newTexture;
... | [
"olof.naessen@75511648-93a4-11dd-b566-b74dd1c53f51"
] | [
[
[
1,
96
]
]
] |
fb266e554b45ee7d8672cd39e8fb84421dba28d2 | b2d46af9c6152323ce240374afc998c1574db71f | /cursovideojuegos/3enraya2/Source/BoardRender.cpp | 64cd0940404edf422039abfb97527dd96015cdf1 | [] | 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 | 115 | cpp | // Class automatically generated by Dev-C++ New Class wizard
#include "Boardrender.h" // class's header file
| [
"ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a"
] | [
[
[
1,
4
]
]
] |
ac52c57fcd1b0fb5de2917f99393bc341d19ec73 | d752d83f8bd72d9b280a8c70e28e56e502ef096f | /Shared/Utility/Threading/Threads.cpp | cdf57f6da712f1238fa98294f3a955305496a29d | [] | no_license | apoch/epoch-language.old | f87b4512ec6bb5591bc1610e21210e0ed6a82104 | b09701714d556442202fccb92405e6886064f4af | refs/heads/master | 2021-01-10T20:17:56.774468 | 2010-03-07T09:19:02 | 2010-03-07T09:19:02 | 34,307,116 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,737 | cpp | //
// The Epoch Language Project
// Shared Library Code
//
// Platform-dependent threading wrappers
//
// Note that we use a fairly intricate system here to provide certain semantics
// during data read and write operations. In particular, we store a map that
// links thread names with their descriptor blocks (... | [
"don.apoch@gmail.com",
"don.apoch@localhost",
"Mike Lewis@localhost"
] | [
[
[
1,
2
],
[
4,
37
],
[
39,
54
],
[
57,
123
],
[
125,
125
],
[
127,
144
],
[
146,
164
],
[
166,
166
],
[
168,
185
],
[
187,
... |
ab5c24e15bf0d4cee18be963717e43d3f44d94b0 | 611fc0940b78862ca89de79a8bbeab991f5f471a | /src/Teki/Boss/Majo/LightKobito.h | 2c35bac3f87f9474dfc26a868af6c2c4f17a3911 | [] | no_license | LakeIshikawa/splstage2 | df1d8f59319a4e8d9375b9d3379c3548bc520f44 | b4bf7caadf940773a977edd0de8edc610cd2f736 | refs/heads/master | 2021-01-10T21:16:45.430981 | 2010-01-29T08:57:34 | 2010-01-29T08:57:34 | 37,068,575 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 663 | h | #pragma once
#include "..\\..\\Teki.h"
#include "..\\..\\..\\Mob\\LightResponseAble.h"
#include "Majo.h"
/*
ライトに反応する小人(ボス用)
*/
class LightKobito : public Teki, public LightResponseAble
{
public:
LightKobito();
LightKobito( Majo* parent );
void RunTask();
void Fall();
void _Move();
void... | [
"lakeishikawa@c9935178-01ba-11df-8f7b-bfe16de6f99b"
] | [
[
[
1,
43
]
]
] |
656b6291ebb9fc24f34b7c10ac893f2f5548b8ea | 463c3b62132d215e245a097a921859ecb498f723 | /lib/dlib/lz77_buffer.h | fc7d73deb5f7262bf512327d2f8afb2bb061285b | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | 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 | 1,055 | h | // Copyright (C) 2004 Davis E. King (davisking@users.sourceforge.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LZ77_BUFFEr_
#define DLIB_LZ77_BUFFEr_
#include "lz77_buffer/lz77_buffer_kernel_1.h"
#include "lz77_buffer/lz77_buffer_kernel_2.h"
#include "lz77_buffe... | [
"jimmy@DGJ3X3B1.(none)"
] | [
[
[
1,
47
]
]
] |
9a7b3cbb7968dd4bf16ba5731ac075d8dac85180 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/wave/test/testwave/testfiles/t_6_067.hpp | 8a2bdd01306213df262290f3ddd8111cc3e75827 | [
"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 | 2,311 | hpp | /*=============================================================================
Boost.Wave: A Standard compliant C++ preprocessor library
http://www.boost.org/
Copyright (c) 2001-2006 Hartmut Kaiser. Distributed under the Boost
Software License, Version 1.0. (See accompanying file
LICENSE_1_0... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
48
]
]
] |
5a23da3da5d1c2cff76dfc77b5866d1365dd354e | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/os/shortlinksrv/Bluetooth/T_BTSdpAPI/inc/T_DataRSdpDatabase.h | 45576b4445397ac43991b03e466c85bfe1a95369 | [] | 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 | 2,681 | h | /*
* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/lega... | [
"none@none"
] | [
[
[
1,
115
]
]
] |
3bf43340c34e3c58e3278f5b501ff126b3afcf5c | d0cf8820b4ad21333e15f7cec1e4da54efe1fdc5 | /DES_GOBSTG/DES_GOBSTG/Class/Replay.cpp | 20bef00d022fe523fc3960af4dea0d5e7c391ccc | [] | no_license | CBE7F1F65/c1bf2614b1ec411ee7fe4eb8b5cfaee6 | 296b31d342e39d1d931094c3dfa887dbb2143e54 | 09ed689a34552e62316e0e6442c116bf88a5a88b | refs/heads/master | 2020-05-30T14:47:27.645751 | 2010-10-12T16:06:11 | 2010-10-12T16:06:11 | 32,192,658 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,863 | cpp | #include "Replay.h"
#include "Process.h"
#include "Player.h"
#include "Data.h"
#include "BResource.h"
Replay rpy;
Replay::Replay()
{
ZeroMemory(&rpyinfo, sizeof(replayInfo));
}
Replay::~Replay()
{
}
void Replay::Fill()
{
SYSTEMTIME systime;
GetLocalTime(&systime);
rpyinfo.modeflag = (mp.r... | [
"CBE7F1F65@e00939f0-95ee-11de-8df0-bd213fda01be"
] | [
[
[
1,
169
]
]
] |
c8c64f1b0b3634244ca499da1e97b748303820a7 | e587b7fd4e2762dddf7161019bbd6a84b848f8c1 | /swarm/game/client/skeleton/GameUI/BaseModPanel.cpp | 49f8e45bab9e0bbc541a224492438b57c91c9100 | [
"Apache-2.0"
] | permissive | code-google-com/sourcesdk-skeleton | 6bf0791c7fb2c7c17125b11f8172dc1ea03b35d0 | 016933bfc10331e293dd752750108d7ae76fabb3 | refs/heads/master | 2021-01-20T08:43:50.735666 | 2011-08-27T18:14:25 | 2011-08-27T18:14:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,915 | cpp | #include "cbase.h"
#include "gameui/swarm/basemodpanel.h"
#include "./GameUI/IGameUI.h"
#include "ienginevgui.h"
#include "engine/ienginesound.h"
#include "EngineInterface.h"
#include "tier0/dbg.h"
#include "ixboxsystem.h"
#include "GameUI_Interface.h"
#include "game/client/IGameClientExports.h"
#include "gam... | [
"t_edwards@btinternet.com@6febd7a2-65a9-c2d8-fb53-b51429dd0aeb"
] | [
[
[
1,
99
]
]
] |
f75bb5fee3d40804a459b0569c7a798633e2b8c0 | 670c614fea64d683cd517bf973559217a4b8d4b6 | / mindmap-search/mindmap-search/XercesCXMLParser.cpp | fd4ee4ae0ac26022e374a4cea2742d78e6f3402e | [] | no_license | mcpanic/mindmap-search | 5ce3e9a75d9a91224c38d7c0faa4089d9ea2487b | 67fd93be5f60c61a33d84f18cbaa1c5dd7ae7166 | refs/heads/master | 2021-01-18T13:33:19.390091 | 2009-04-06T11:42:07 | 2009-04-06T11:42:07 | 32,127,402 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,232 | cpp | #include "StdAfx.h"
#include "XercesCXMLParser.h"
XercesCXMLParser::XercesCXMLParser()
{
}
XercesCXMLParser::~XercesCXMLParser()
{
}
void XercesCXMLParser::Release()
{
delete m_pParser;
delete m_pErrHandler;
XMLPlatformUtils::Terminate();
delete this;
}
bool XercesCXMLParser::OpenF... | [
"truepanic@ba4b31b2-0743-0410-801d-7d2edeec4cc6"
] | [
[
[
1,
335
]
]
] |
5ee6e2b1c0a6485c64cde24a0e45b86baa4e3d01 | 3daaefb69e57941b3dee2a616f62121a3939455a | /mgllib/src/august/AugustRoot.cpp | 82771e0507d03ac235d98b13caf78fe0046f20c4 | [] | no_license | myun2ext/open-mgl-legacy | 21ccadab8b1569af8fc7e58cf494aaaceee32f1e | 8faf07bad37a742f7174b454700066d53a384eae | refs/heads/master | 2016-09-06T11:41:14.108963 | 2009-12-28T12:06:58 | 2009-12-28T12:06:58 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 406 | cpp | //////////////////////////////////////////////////////////
//
// AugustRoot
// - MglGraphicManager レイヤークラス
//
//////////////////////////////////////////////////////////
#include "stdafx.h"
#include "AugustRoot.h"
using namespace agh;
using namespace std;
// コンストラクタ
CAugustRoot::CAugustRoot()
{
}
... | [
"myun2@6d62ff88-fa28-0410-b5a4-834eb811a934"
] | [
[
[
1,
22
]
]
] |
c9a6b3a8ad03838c45459d022ccff799f499c73e | 710981ad55d08ec46a9ffa06df2f07aa54ae5dcd | /player/src/readers/stevent.cpp | 2eefedf9c091fdc922ca188188e51da63140e7c0 | [] | no_license | weimingtom/easyrpg | b2ee6acf5a97a4744554b26feede7367b7c16233 | 8877364261e4d4f52cd36cbb43929ed1351f06e1 | refs/heads/master | 2021-01-10T02:14:36.939339 | 2009-02-15T03:45:32 | 2009-02-15T03:45:32 | 44,462,893 | 1 | 0 | null | null | null | null | ISO-8859-10 | C++ | false | false | 91,085 | cpp | #include <stdlib.h>
#include <stdio.h>
#include <string>
#include "../tools/tools.h"
#include "stevent.h"
void Event_comand_Simple:: show(){
printf("\n Comand %d ",Comand);
}
void Event_comand_Message:: show(){
printf("\nText %s\n", Text.c_str());
}
void Event_comand_M... | [
"lobomon@2452c464-c253-f492-884b-b99f1bb2d923",
"paulo_v@2452c464-c253-f492-884b-b99f1bb2d923"
] | [
[
[
1,
1616
],
[
1618,
2038
],
[
2040,
2050
]
],
[
[
1617,
1617
],
[
2039,
2039
]
]
] |
e38bb46a97b22797c3702d8d6be27cd8558ee7d4 | 1db5ea1580dfa95512b8bfa211c63bafd3928ec5 | /PlanAssigner.h | d917cfc045d750f47b6f4372867b5d7b0f0ffa21 | [] | no_license | armontoubman/scbatbot | 3b9dd4532fbb78406b41dd0d8f08926bd710ad7b | bee2b0bf0281b8c2bd6edc4c10a597041ea4be9b | refs/heads/master | 2023-04-18T12:08:13.655631 | 2010-09-17T23:03:26 | 2010-09-17T23:03:26 | 361,411,133 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,382 | h | #pragma once
#include <BWAPI.h>
#include "HighCommand.h"
#include "TaskManager.h"
#include "EigenUnitGroupManager.h"
#include "EnemyUnitDataManager.h"
#include "MicroManager.h"
#include "UnitGroup.h"
#include "Task.h"
#include <map>
class HighCommand;
class TaskManager;
class EigenUnitGroupManager;
class E... | [
"armontoubman@a850bb65-3c1a-43af-a1ba-18f3eb5da290"
] | [
[
[
1,
42
]
]
] |
1b272a863b0c989626cad2fb93f301f954f6f01c | 9c62af23e0a1faea5aaa8dd328ba1d82688823a5 | /rl/trunk/engine/ai/include/WalkPathBehaviour.h | dfd4c12f1e332fd9d1fe8bc06965897d76a03fd8 | [
"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 | 2,818 | h | /* This source file is part of Rastullahs Lockenpracht.
* Copyright (C) 2003-2008 Team Pantheon. http://www.team-pantheon.de
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the Clarified Artistic License.
*
* This program is distributed in the hope that i... | [
"iblis@4c79e8ff-cfd4-0310-af45-a38c79f83013"
] | [
[
[
1,
88
]
]
] |
183129063ae32bb9702015a4e95105be2cab14cc | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/nGENE Framework/SettingsWindow.cpp | 675ead595ff57bcb2fb03b042b856c0d290252be | [] | 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 | 710 | cpp | /*
---------------------------------------------------------------------------
This source file is part of nGENE Tech.
Copyright (c) 2006- Wojciech Toman
This program is free software.
File: SettingsWindow.cpp
Version: 0.03
---------------------------------------------------------------------------
*/
... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
33
]
]
] |
37044f1f2916d9b3cd36cac879180336e965afe2 | ea12fed4c32e9c7992956419eb3e2bace91f063a | /zombie/code/zombie/nscene/src/nscene/ngeometrynode_main.cc | 7bfc1f1dd34d246b95f199e90600b62f1f46fc2e | [] | 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 | 9,716 | cc | #include "precompiled/pchnscene.h"
//------------------------------------------------------------------------------
// ngeometrynode_main.cc
// (C) 2004 Conjurer Services, S.A.
//------------------------------------------------------------------------------
#include "nscene/ngeometrynode.h"
#include "nscene/nsu... | [
"magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91"
] | [
[
[
1,
336
]
]
] |
061addf7085798b5c0f061745e56459234128649 | 87cfed8101402f0991cd2b2412a5f69da90a955e | /daq/daq/src/mwnidaq/nid2a.h | e1814f9caacff9fbb3e761b19496e52810d15686 | [] | no_license | dedan/clock_stimulus | d94a52c650e9ccd95dae4fef7c61bb13fdcbd027 | 890ec4f7a205c8f7088c1ebe0de55e035998df9d | refs/heads/master | 2020-05-20T03:21:23.873840 | 2010-06-22T12:13:39 | 2010-06-22T12:13:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,821 | h | // Copyright 1998-2003 The MathWorks, Inc.
// $Revision: 1.3.4.6 $ $Date: 2003/12/22 00:48:14 $
// nid2a.h: Definition of the nid2a class
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_NID2A_H__D0C329D5_E0FF_11D1_A21F_00A024E7DC56__INCLUDED_)
#define AFX_NID2A_H... | [
"stephan.gabler@gmail.com"
] | [
[
[
1,
211
]
]
] |
e3d9c3f1e076ae554af9d032aa9628c1aa5df376 | 0f40e36dc65b58cc3c04022cf215c77ae31965a8 | /src/apps/vis/writer/vis_writer_factory.cpp | f17a2d9662492c70428061ca51440dccfd7d2525 | [
"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,323 | cpp | /************************************************************************
** This file is part of the network simulator Shawn. **
** Copyright (C) 2004-2007 by the SwarmNet (www.swarmnet.de) project **
** Shawn is free software; you can redistribute it and/or modify it **
** under the terms ... | [
"csinger08@users.sourceforge.net"
] | [
[
[
1,
44
]
]
] |
3845d26dd4caa25b02d8da91dca5567855ab344b | c440e6c62e060ee70b82fc07dfb9a93e4cc13370 | /src/gui2/guis/gadsr.h | a76f3eae50ebe666c9c77c0286082ed7a30e0c04 | [] | no_license | BackupTheBerlios/pgrtsound-svn | 2a3f2ae2afa4482f9eba906f932c30853c6fe771 | d7cefe2129d20ec50a9e18943a850d0bb26852e1 | refs/heads/master | 2020-05-21T01:01:41.354611 | 2005-10-02T13:09:13 | 2005-10-02T13:09:13 | 40,748,578 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 459 | h | #ifndef GADSR_H
#define GADSR_H
#include "gui.h"
#include "mygtkslider.h"
#include "../../modules/madsrlinear.h"
#include <gtkmm/box.h>
/**
* No description
*/
class GADSR : public Gui
{
public:
GADSR( Module* mod );
~GADSR();
virtual Gtk::Widget* GetGui();
REGISTER_GUI( MADSRLinear::Get... | [
"ad4m@fa088095-53e8-0310-8a07-f9518708c3e6"
] | [
[
[
1,
26
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.