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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0b10a3e311a8bd01927f2cead8b961e6b48df931 | cd3cb866cf33bdd9584d08f4d5904123c7d93da6 | /tmxwindow.h | 61f13c04116adbbfddeb45360c74bb672c68004c | [] | no_license | benkopolis/conflict-resolver | d910aa0e771be2a1108203a3fd6da06ebdca5680 | d4185a15e5c2ac42034931913ca97714b21a977c | refs/heads/master | 2021-01-01T17:16:59.418070 | 2011-01-29T17:49:27 | 2011-01-29T17:49:27 | 32,231,168 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 612 | h | #ifndef TMXWINDOW_H
#define TMXWINDOW_H
#include <QMainWindow>
#include "files/tmxfile.h"
#include "records/tmxrecord.h"
namespace Ui {
class TMXWindow;
}
class TMXWindow : public QMainWindow {
Q_OBJECT
public:
TMXWindow(QWidget *parent = 0);
~TMXWindow();
public slots:
bool ... | [
"benkopolis@ce349ab3-abbd-076b-ff20-4646c42d6692"
] | [
[
[
1,
36
]
]
] |
1a2e596f046b221ec8f09490cf5ff25bf7aaa317 | ed6f03c2780226a28113ba535d3e438ee5d70266 | /src/eljimage.cpp | 03b6d2366f02fe7975c9b66c1a586c55102cb7fb | [] | no_license | snmsts/wxc | f06c0306d0ff55f0634e5a372b3a71f56325c647 | 19663c56e4ae2c79ccf647d687a9a1d42ca8cb61 | refs/heads/master | 2021-01-01T05:41:20.607789 | 2009-04-08T09:12:08 | 2009-04-08T09:12:08 | 170,876 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,714 | cpp | #include "wrapper.h"
extern "C"
{
EWXWEXPORT(wxImage*,wxImage_CreateDefault)()
{
return new wxImage();
}
EWXWEXPORT(wxImage*,wxImage_CreateSized)(int width,int height)
{
return new wxImage(width, height);
}
EWXWEXPORT(wxImage*,wxImage_CreateFromByteString)(char* data,size_t length,int type)
{
wx... | [
"snmsts@gmail.com"
] | [
[
[
1,
245
]
]
] |
7f36e2a4520ba04d6fb61883817b765ebd27c283 | 8342f87cc7e048aa812910975c68babc6fb6c5d8 | /server/UDPConnection.cpp | 146f46ec905c8858932386fd3ab3e50d2e4cd29b | [] | no_license | espes/hoverrace | 1955c00961af4bb4f5c846f20e65ec9312719c08 | 7d5fd39ba688e2c537f35f7c723dedced983a98c | refs/heads/master | 2021-01-23T13:23:03.710443 | 2010-12-19T22:26:12 | 2010-12-19T22:26:12 | 2,005,364 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,779 | cpp | // GrokkSoft HoverRace SourceCode License v1.0, November 29, 2008
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// - Redistributions in source code must retain the accompanying copyright notice,
// thi... | [
"ryan@7d5085ce-8879-48fc-b0cc-67565f2357fd"
] | [
[
[
1,
43
]
]
] |
dd7125fe05dc4c0a9eb5b008eca0ea267b4a8e42 | c440e6c62e060ee70b82fc07dfb9a93e4cc13370 | /src/gui2/moduleguiwindow.cpp | e9ee70f4934b0c475a91e4ec76cd2696be96b2e7 | [] | 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 | WINDOWS-1250 | C++ | false | false | 1,215 | cpp | #include "moduleguiwindow.h"
#include "guimodule.h"
using namespace std;
ModuleGuiWindow::ModuleGuiWindow( GuiModule* guiModule ) :
parentGuiModule( guiModule )
{
nameLabel.set_text( Glib::locale_to_utf8("Nazwa: ") );
nameButton.set_label( Glib::locale_to_utf8("Zmień nazwę") );
nameBox.set_border_widt... | [
"ad4m@fa088095-53e8-0310-8a07-f9518708c3e6"
] | [
[
[
1,
46
]
]
] |
b650f2898d898e2852cb9d2ade54d253794ba4ee | 6131815bf1b62accfc529c2bc9db21194c7ba545 | /FrameworkApp/PrintQueue.cpp | 695986bbb28350b3006aab7bd658e9bbc01009eb | [] | no_license | dconefourseven/honoursproject | b2ee664ccfc880c008f29d89aad03d9458480fc8 | f26b967fda8eb6937f574fd6f3eb76c8fecf072a | refs/heads/master | 2021-05-29T07:14:35.261586 | 2011-05-15T18:27:49 | 2011-05-15T18:27:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,793 | cpp | #include "PrintQueue.h"
PrintQueue::PrintQueue(HANDLE mutex, queue<MyPacket_t>* send, queue<MyPacket_t>* receive)
{
mutexHandle = mutex;
SendQ = send;
ReceiveQ = receive;
}
bool PrintQueue::LoadThread(HANDLE mutex, queue<MyPacket_t>* send, queue<MyPacket_t>* receive, queue<ModelPacket>* sendUDP, queue<Mod... | [
"davidclarke1990@fa56ba20-0011-6cdf-49b4-5b20436119f6"
] | [
[
[
1,
84
]
]
] |
552f2d17e037ba2dfae89b5bb580a068ec23c982 | 968aa9bac548662b49af4e2b873b61873ba6f680 | /imgtools/romtools/readimage/inc/e32_image_reader.h | 8840553e944d4f39028a72b7941112ca75b5101a | [] | no_license | anagovitsyn/oss.FCL.sftools.dev.build | b3401a1ee3fb3c8f3d5caae6e5018ad7851963f3 | f458a4ce83f74d603362fe6b71eaa647ccc62fee | refs/heads/master | 2021-12-11T09:37:34.633852 | 2010-12-01T08:05:36 | 2010-12-01T08:05:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 938 | h | /*
* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.ecli... | [
"none@none"
] | [
[
[
1,
43
]
]
] |
192462265721fe9cd8d75252e94bb5f8616e7e97 | a1e5c0a674084927ef5b050ebe61a89cd0731bc6 | /OpenGL_SceneGraph_Stussman/Code/Aufgabe4/include/nodes/lightnode.h | b2506fabf1479f1cfd353949038d7cb9dd6dfcd5 | [] | no_license | danielkummer/scenegraph | 55d516dc512e1b707b6d75ec2741f48809d8797f | 6c67c41a38946ac413333a84c76340c91b87dc96 | refs/heads/master | 2016-09-01T17:36:02.995636 | 2008-06-05T09:45:24 | 2008-06-05T09:45:24 | 32,327,185 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,113 | h | #ifndef _H_LIGHTNODE
#define _H_LIGHTNODE
#ifdef WIN32
#include <windows.h>
#else
#include <GL/glx.h>
#include <stdarg.h>
#endif
#include <GL/gl.h>
#include <GL/glu.h>
//#include "nodes/abstractnode.h"
#include "nodes/togglenode.h"
class LightNode:public ToggleNode{
public:
LightNode(GLe... | [
"dr0iddr0id@fe886383-234b-0410-a1ab-e127868e2f45",
"david.gunzinger@gmail.com@fe886383-234b-0410-a1ab-e127868e2f45"
] | [
[
[
1,
19
],
[
21,
47
]
],
[
[
20,
20
]
]
] |
8fe8ba632000bdb8cd9cadc20f32544d205b51e0 | 463c3b62132d215e245a097a921859ecb498f723 | /lib/dlib/matrix/matrix_default_mul.h | 77c1ca01a3b269f93c1d1801ade878404797c5cf | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | athulan/cppagent | 58f078cee55b68c08297acdf04a5424c2308cfdc | 9027ec4e32647e10c38276e12bcfed526a7e27dd | refs/heads/master | 2021-01-18T23:34:34.691846 | 2009-05-05T00:19:54 | 2009-05-05T00:19:54 | 197,038 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,902 | h | // Copyright (C) 2008 Davis E. King (davisking@users.sourceforge.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MATRIx_DEFAULT_MULTIPLY_
#define DLIB_MATRIx_DEFAULT_MULTIPLY_
#include "../geometry.h"
#include "matrix.h"
#include "matrix_utilities.h"
#include "../e... | [
"jimmy@DGJ3X3B1.(none)"
] | [
[
[
1,
134
]
]
] |
a9f1dc5ea90094c935e1982b96d2035ffe4983bf | cd0987589d3815de1dea8529a7705caac479e7e9 | /includes/webkitsupport/platform/BlackBerryPlatformMisc.h | 2692d7c3fe43c2b5be9a8fe6c8e005dfa5e06679 | [] | no_license | 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 | 2,074 | h | /*
* Copyright (C) 2009 Research In Motion Limited. http://www.rim.com/
*/
#ifndef BlackBerryPlatformMisc_h
#define BlackBerryPlatformMisc_h
#include "BlackBerryPlatformPrimitives.h"
#include "memorymanagement/VirtualMemoryManager.h"
// FIXME these should be removed, here for backwards compatibility
// ... | [
"sdevitt@rim.com"
] | [
[
[
1,
74
]
]
] |
bfa86c051ab05d6629fb750576eea030eb31ab72 | c5ecda551cefa7aaa54b787850b55a2d8fd12387 | /src/UILayer/DlgMainTabAdvance.cpp | 161e006a357cbbddf2c2fff5217acf7e72676cc6 | [] | no_license | firespeed79/easymule | b2520bfc44977c4e0643064bbc7211c0ce30cf66 | 3f890fa7ed2526c782cfcfabb5aac08c1e70e033 | refs/heads/master | 2021-05-28T20:52:15.983758 | 2007-12-05T09:41:56 | 2007-12-05T09:41:56 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,598 | cpp | // DlgMainTabAdvance.cpp : 实现文件
//
#include "stdafx.h"
#include "DlgMainTabAdvance.h"
#include ".\dlgmaintabadvance.h"
// CDlgMainTabAdvance 对话框
IMPLEMENT_DYNAMIC(CDlgMainTabAdvance, CDialog)
CDlgMainTabAdvance::CDlgMainTabAdvance(CWnd* pParent /*=NULL*/)
: CDialog(CDlgMainTabAdvance::IDD, pParent)
{
}
... | [
"LanceFong@4a627187-453b-0410-a94d-992500ef832d"
] | [
[
[
1,
74
]
]
] |
84626dd8205372c6619e9c2333b4feb8997bb2be | 49f5a108a2ac593b9861f9747bd82eb597b01e24 | /src/JSON/MiniCommon/Random.h | f61891a07eec168bcdbaf515290fc819e07d9791 | [] | no_license | gpascale/iSynth | 5801b9a1b988303ad77872fad98d4bf76d86e8fe | e45e24590fabb252a5ffd10895b2cddcc988b83d | refs/heads/master | 2021-03-19T06:01:57.451784 | 2010-08-02T02:22:54 | 2010-08-02T02:22:54 | 811,695 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,252 | h | #ifndef Random_h
#define Random_h
// VRandom number generators.
long & RandomNumberStream_();
/// Basic generators adapted from Press et al., Numerical Recipes in C.
/// These are designed to output numbers in a flat distribution on the open
/// interval (0,1). The argument is the internal random number st... | [
"greg.pascale@gmail.com"
] | [
[
[
1,
106
]
]
] |
bb97769b4a374112e80f94577e0fd5fbdc5e707b | 2d22825193eacf3669ac8bd7a857791745a9ead4 | /HairSimulation/HairSimulation/DynamicsLib/box.h | 1faafb9b290b8c6d4fb2a500e5a1158983b3a04f | [] | no_license | dtbinh/com-animation-classprojects | 557ba550b575c3d4efc248f7984a3faac8f052fd | 37dc800a6f2bac13f5aa4fc7e0e96aa8e9cec29e | refs/heads/master | 2021-01-06T20:45:42.613604 | 2009-01-20T00:23:11 | 2009-01-20T00:23:11 | 41,496,905 | 0 | 0 | null | null | null | null | BIG5 | C++ | false | false | 3,833 | h | #ifndef BOX_H
#define BOX_H
#include <Ogre.h>
using namespace Ogre;
//#include "glut.h"
//~~~~~~~~~ Bounding Box ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
class BoundBox{
public:
Vector3 center;
Vector3 dim; // dimension of this box. dim = (max - min)/2
Vector3 bounds[2]; // { min, max }
inline v... | [
"grahamhuang@73147322-a748-11dd-a8c6-677c70d10fe4"
] | [
[
[
1,
123
]
]
] |
175663fe79fe127bdcc2f2cfe39c3c3471172ff2 | 208475bcab65438eed5d8380f26eacd25eb58f70 | /QianExe/LN_Report.h | 262c156c10bf3f65f5f8e5552a31545603eed63a | [] | no_license | awzhang/MyWork | 83b3f0b9df5ff37330c0e976310d75593f806ec4 | 075ad5d0726c793a0c08f9158080a144e0bb5ea5 | refs/heads/master | 2021-01-18T07:57:03.219372 | 2011-07-05T02:41:55 | 2011-07-05T02:46:30 | 15,523,223 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,176 | h | #ifndef _LN_REPORT_H_
#define _LN_REPORT_H_
class CLN_Report
{
public:
CLN_Report();
virtual ~CLN_Report();
public:
int Init();
int Release();
int SetAlert(bool v_bEnable, DWORD v_dwAlertType, DWORD SubPar);
void SendOneAlertReport(short v_shAlermType, char *v_szRID, byte v_bytPriority);
voi... | [
"wdgvip@gmail.com"
] | [
[
[
1,
80
]
]
] |
c48fb1a4ff2239b038d66f2ef6c50ca913eae547 | ade08cd4a76f2c4b9b5fdbb9b9edfbc7996b1bbc | /computer_graphics/lab2/Src/Application/scene.cpp | 7d172543057fc2fe9906485c50af8240befd35a3 | [] | no_license | smi13/semester07 | 6789be72d74d8d502f0a0d919dca07ad5cbaed0d | 4d1079a446269646e1a0e3fe12e8c5e74c9bb409 | refs/heads/master | 2021-01-25T09:53:45.424234 | 2011-01-07T16:08:11 | 2011-01-07T16:08:11 | 859,509 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,694 | cpp | #include <d3dx9.h>
#include "scene.h"
using namespace cg_labs;
void Renderer::render( Scene &scene )
{
for (ObjectToNameMap::iterator it = scene._objects.begin(); it != scene._objects.end(); ++it)
it->second->render();
for (LightToNameMap::iterator it = scene._lights.begin(); it != scene._lig... | [
"fedka@ebanat.com"
] | [
[
[
1,
81
]
]
] |
bfe34e55cad6fc9d80e55e3a79df3326edec5116 | f8403b6b1005f80d2db7fad9ee208887cdca6aec | /JuceLibraryCode/modules/juce_gui_basics/filebrowser/juce_FileTreeComponent.h | 534bd505000e749c4d7fc8a2e0094cec1885fabe | [] | 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 | 3,928 | h | /*
==============================================================================
This file is part of the JUCE library - "Jules' Utility Class Extensions"
Copyright 2004-11 by Raw Material Software Ltd.
------------------------------------------------------------------------------
JUCE can be r... | [
"supermario30@gmail.com"
] | [
[
[
1,
98
]
]
] |
e29d544016975f9f4c9b054aeb60bc7730e3cf95 | 3d7fc34309dae695a17e693741a07cbf7ee26d6a | /thirdparty/JAMA/jama_cholesky.h | 6d6d3d93ecab0eb3d8c310bc14264e8bd50a2c64 | [
"LicenseRef-scancode-public-domain"
] | permissive | nist-ionstorage/ionizer | f42706207c4fb962061796dbbc1afbff19026e09 | 70b52abfdee19e3fb7acdf6b4709deea29d25b15 | refs/heads/master | 2021-01-16T21:45:36.502297 | 2010-05-14T01:05:09 | 2010-05-14T01:05:09 | 20,006,050 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,495 | h | #ifndef JAMA_CHOLESKY_H
#define JAMA_CHOLESKY_H
#include "math.h"
/* needed for sqrt() below. */
namespace JAMA
{
using namespace TNT;
/**
<P>
For a symmetric, positive definite matrix A, this function
computes the Cholesky factorization, i.e. it computes a lower
triangular matrix L ... | [
"trosen@814e38a0-0077-4020-8740-4f49b76d3b44"
] | [
[
[
1,
258
]
]
] |
f6f845b6698ac851e4f770ae5757c6631d1c0ba3 | a36d7a42310a8351aa0d427fe38b4c6eece305ea | /mybilliard01/ConstString.cpp | 94056ace76c6f18e66fd123f96b499f59f8f2163 | [] | no_license | newpolaris/mybilliard01 | ca92888373c97606033c16c84a423de54146386a | dc3b21c63b5bfc762d6b1741b550021b347432e8 | refs/heads/master | 2020-04-21T06:08:04.412207 | 2009-09-21T15:18:27 | 2009-09-21T15:18:27 | 39,947,400 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,509 | cpp | #include "stdafx.h"
#include "my_app.h"
#include "ConstString.h"
namespace my_utility {
using namespace std;
using namespace std::tr1;
// We can change these implementation to be using external XML file.
wstring ConstString::windowTitle() {
return L"Billiard";
}
wstring ConstString::name_Cu... | [
"wrice127@af801a76-7f76-11de-8b9f-9be6f49bd635"
] | [
[
[
1,
138
]
]
] |
cd287fcc97cc32366318c9d46a73ceaf853df100 | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/mw/classicui/uifw/apps/S60_SDK3.0/bctestnote/src/bctestnoteapp.cpp | d2c99a6bdb1a6e3f944e050f68d766e9a39839fd | [] | 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,919 | 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,
63
]
]
] |
57b34e21e36936dad303ea76729795ea7b234928 | 6253ab92ce2e85b4db9393aa630bde24655bd9b4 | /Common/Ibeo/IbeoSyncClient.cpp | f2a888023f203f5d086e949f6a474138f908c870 | [] | no_license | Aand1/cornell-urban-challenge | 94fd4df18fd4b6cc6e12d30ed8eed280826d4aed | 779daae8703fe68e7c6256932883de32a309a119 | refs/heads/master | 2021-01-18T11:57:48.267384 | 2008-10-01T06:43:18 | 2008-10-01T06:43:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,278 | cpp | #include "IbeoSyncClient.h"
#include "..\time\timing.h"
IbeoSyncCallback IbeoSyncClient::callback;
IbeoSyncClient::IbeoSyncClient(){
udp_params params = udp_params();
params.remote_ip = inet_addr(IBEO_SYNC_MC_IP);
params.local_port = IBEO_SYNC_PORT;
params.reuse_addr = 1;
conn = new udp_connection (pa... | [
"anathan@5031bdca-8e6f-11dd-8a4e-8714b3728bc5"
] | [
[
[
1,
45
]
]
] |
224423016d4433c63dbdf3c0fcc5c85d23ece2e7 | 5ce68cb73c79a08889c08f311d0ef6936fe06382 | /cySession/cySession/AssemblyInfo.cpp | f14d58a19ff860b191dbfe4d578ecbf1b6fad162 | [] | no_license | grilix/CyCaM | adafb1488db496c53573fc326e0b55544eeeb9f3 | 3cd6cbf20b08e16340f273a0e2dfc5e92131a806 | refs/heads/master | 2020-05-29T19:19:52.780111 | 2010-07-29T01:42:05 | 2010-07-29T01:42:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,334 | cpp | #include "stdafx.h"
using namespace System;
using namespace System::Reflection;
using namespace System::Runtime::CompilerServices;
using namespace System::Runtime::InteropServices;
using namespace System::Security::Permissions;
//
// General Information about an assembly is controlled through the following
... | [
"gonzaloarreche@gmail.com"
] | [
[
[
1,
40
]
]
] |
42baa046b4584c9e6c210e0ffa50f07a61c717cc | 744e9a2bf1d0aee245c42ee145392d1f6a6f65c9 | /tags/last_qt3_support_release/gui/ttcutsettings.cpp | c6b56e4f8a20972741b1310806feabd11bc5fe36 | [] | no_license | BackupTheBerlios/ttcut-svn | 2b5d00c3c6d16aa118b4a58c7d0702cfcc0b051a | 958032e74e8bb144a96b6eb7e1d63bc8ae762096 | refs/heads/master | 2020-04-22T12:08:57.640316 | 2009-02-08T16:14:00 | 2009-02-08T16:14:00 | 40,747,642 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 43,002 | cpp | /*----------------------------------------------------------------------------*/
/* COPYRIGHT: TriTime (c) 2003/2005 / www.tritime.org */
/*----------------------------------------------------------------------------*/
/* PROJEKT : TTCUT 2005 ... | [
"tritime@7763a927-590e-0410-8f7f-dbc853b76eaa"
] | [
[
[
1,
1122
]
]
] |
938e7772519229b872dee8d93040a18082228e98 | c86f787916e295d20607cbffc13c524018888a0f | /tp3/codigo/benchmark/FiltroGrafos.h | 9221e45ed80d3b186fd7692bc813bb0d8d8e156d | [] | no_license | federicoemartinez/algo3-2008 | 0039a4bc6d83ab8005fa2169b919e6c03524bad5 | 3b04cbea4583d76d7a97f2aee72493b4b571a77b | refs/heads/master | 2020-06-05T05:56:20.127248 | 2008-08-04T04:59:32 | 2008-08-04T04:59:32 | 32,117,945 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 704 | h | #ifndef Filtro_Grafos_H
#define Filtro_Grafos_H
#include "Dibujo.h"
#include <vector>
#include <list>
using namespace std;
class FiltroGrafos{
public:
FiltroGrafos(Dibujo& entrada);
Dibujo reconstruirDibujo(Dibujo& limpio);
Dibujo* dibujoLimpio;
~FiltroGrafos();
private:
vector<n... | [
"federicoemartinez@bfd18afd-6e49-0410-abef-09437ef2666c"
] | [
[
[
1,
34
]
]
] |
03e7a749fdff42a4402333e8ae41573b6274f42a | 138a353006eb1376668037fcdfbafc05450aa413 | /source/ogre/OgreNewt/boost/mpl/order_fwd.hpp | ec9cb8e4192cdc4205e3389ae4119e1bd5cbc4e7 | [] | no_license | sonicma7/choreopower | 107ed0a5f2eb5fa9e47378702469b77554e44746 | 1480a8f9512531665695b46dcfdde3f689888053 | refs/heads/master | 2020-05-16T20:53:11.590126 | 2009-11-18T03:10:12 | 2009-11-18T03:10:12 | 32,246,184 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 749 | hpp |
#ifndef BOOST_MPL_ORDER_FWD_HPP_INCLUDED
#define BOOST_MPL_ORDER_FWD_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2003-2004
// Copyright David Abrahams 2003-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICEN... | [
"Sonicma7@0822fb10-d3c0-11de-a505-35228575a32e"
] | [
[
[
1,
25
]
]
] |
c2939ddeab35545f90be50f599f3fabc9954d2ed | a36d7a42310a8351aa0d427fe38b4c6eece305ea | /core_billiard/GeometryFactoryImp.cpp | c0fae84dd371dfa83dedbdc82d715fab916997d9 | [] | no_license | newpolaris/mybilliard01 | ca92888373c97606033c16c84a423de54146386a | dc3b21c63b5bfc762d6b1741b550021b347432e8 | refs/heads/master | 2020-04-21T06:08:04.412207 | 2009-09-21T15:18:27 | 2009-09-21T15:18:27 | 39,947,400 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,075 | cpp | #include "stdafx.h"
#include "my_render_imp.h"
namespace my_render_imp {
GeometryFactoryImp::GeometryFactoryImp( InstanceResolver * instanceResolver )
{
}
Geometry * GeometryFactoryImp::createGeometry( domGeometryRef geo ) {
const wstring id = convertString( geo->getId() );
const wstring name = co... | [
"wrice127@af801a76-7f76-11de-8b9f-9be6f49bd635"
] | [
[
[
1,
100
]
]
] |
3097822fe32d462e0e0e45fbdf1717898fbb81e7 | 629e4fdc23cb90c0144457e994d1cbb7c6ab8a93 | /lib/entity/entity.cpp | cb00bac799d7f0b087e292928e953b33310b9ef1 | [] | no_license | akin666/ice | 4ed846b83bcdbd341b286cd36d1ef5b8dc3c0bf2 | 7cfd26a246f13675e3057ff226c17d95a958d465 | refs/heads/master | 2022-11-06T23:51:57.273730 | 2011-12-06T22:32:53 | 2011-12-06T22:32:53 | 276,095,011 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 458 | cpp | /*
* entity.cpp
*
* Created on: 14.10.2011
* Author: akin
*/
#include "entity"
namespace ice
{
EntityKey Entity::s_id = 0xFF;
const EntityKey Entity::NIL = 0x0;
unsigned int Entity::genId()
{
return s_id++;
}
Entity::Entity()
: id( genId() )
{
}
Entity::Entity( const Entity& o... | [
"akin@lich",
"akin@localhost"
] | [
[
[
1,
12
],
[
15,
25
],
[
36,
40
]
],
[
[
13,
14
],
[
26,
35
]
]
] |
b7b591fe18199b70a08645cdf3497305c346f56e | 4ed04c4f418f2404db1fb94363b30552623e53da | /TibiaTekBot Injected DLL/Constants.cpp | 207785c291824d6fd75247718aab708c2d895419 | [] | no_license | Cameri/tibiatekbot | 5f8ff3629d0fd2153ee2657af193ba2bc7585411 | f98695749224061ba13ab56e922efb8a971b6363 | refs/heads/master | 2020-05-25T12:05:39.437437 | 2009-05-29T23:46:21 | 2009-05-29T23:46:21 | 32,226,477 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,096 | cpp | #include "stdafx.h"
#include <string>
#include <windows.h>
#include "Constants.h"
namespace Consts {
/* General */
const unsigned int * INGAME = 0;
const unsigned int * ptrCharX = 0;
const unsigned int * ptrCharY = 0;
const unsigned int * ptrCharZ = 0;
const unsigned int * ptrCharacterID = 0;
/*... | [
"cameri2005@33ddfa00-593a-0410-b0c9-7b4335ea722e",
"oskari.virtanen@33ddfa00-593a-0410-b0c9-7b4335ea722e"
] | [
[
[
1,
8
],
[
14,
18
],
[
32,
47
]
],
[
[
9,
13
],
[
19,
31
],
[
48,
48
]
]
] |
28da482561ba49cd2c9a5839de02284b2d1e8610 | 7a4326a6fffc766fb3c126e01b2ff8cd811a7986 | /code/games/tank/src/GameHudTankZb.cpp | 41c48f9cd146c3be6fc4d723e3b39c36e396741e | [] | no_license | zhangchenghgd/zeroballistics | c326351f537d5a657e1441b978a3111441e1d8f2 | 34bb5f294b032ad025e3b4f5d82b86ac62245a10 | refs/heads/master | 2021-05-31T01:30:25.977219 | 2011-01-16T21:28:41 | 2011-01-16T21:28:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,559 | cpp |
#include "GameHudTankZb.h"
#include <limits>
#include <osg/Geode>
#include <osg/Group>
#include <osg/Geometry>
#include <osg/NodeCallback>
#include <osg/BlendFunc>
#include <osg/BlendColor>
#include "SceneManager.h"
#include "PuppetMasterClient.h"
#include "Tank.h"
#include "HudBar.h"
#include "HudA... | [
"musch@2846cbf5-6c17-0410-bc73-dc7e12504047"
] | [
[
[
1,
306
]
]
] |
c2878b4296ba8893fa69e6e8209ade424e4e094b | 95a3e8914ddc6be5098ff5bc380305f3c5bcecb2 | /src/FusionForever_lib/Projectile.cpp | 24f99f361546f383f85aeafe07734586f1c7fc72 | [] | no_license | danishcake/FusionForever | 8fc3b1a33ac47177666e6ada9d9d19df9fc13784 | 186d1426fe6b3732a49dfc8b60eb946d62aa0e3b | refs/heads/master | 2016-09-05T16:16:02.040635 | 2010-04-24T11:05:10 | 2010-04-24T11:05:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 691 | cpp | #include "StdAfx.h"
#include "Projectile.h"
int Projectile::projectile_spawn_count_ = 0;
int Projectile::projectile_free_count_ = 0;
Projectile::Projectile(void)
: BaseEntity()
{
damage_ = 10;
lifetime_ = 5;
mass_ = 100;
moment_ = 1;
firer_id_ = -1;
projectile_spawn_count_++;
}
Projectile::~Pr... | [
"Edward Woolhouse@e6f1df29-e57c-d74d-9e6e-27e3b006b1a7",
"danishcake@hotmail.com"
] | [
[
[
1,
22
],
[
24,
35
]
],
[
[
23,
23
]
]
] |
216a2f499458dd40054fb2434b1ba679bfca9c58 | 6c8c4728e608a4badd88de181910a294be56953a | /CommunicationModule/CommunicationUI/LoginHelper.cpp | c9cf7ade146b3640ea4ba76eef844b98deac97d2 | [
"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 | 3,738 | cpp | // For conditions of distribution and use, see copyright notice in license.txt
#include "StableHeaders.h"
#include "DebugOperatorNew.h"
#include "LoginHelper.h"
#include "Credentials.h"
#include "CommunicationService.h"
#include "ConnectionInterface.h"
#include "CoreDefines.h"
#include "CoreException.h"
... | [
"jonnenau@5b2332b8-efa3-11de-8684-7d64432d61a3",
"jujjyl@5b2332b8-efa3-11de-8684-7d64432d61a3",
"Stinkfist0@5b2332b8-efa3-11de-8684-7d64432d61a3",
"mattiku@5b2332b8-efa3-11de-8684-7d64432d61a3"
] | [
[
[
1,
3
],
[
5,
8
],
[
12,
14
],
[
17,
38
],
[
50,
68
],
[
70,
87
],
[
89,
89
],
[
91,
92
],
[
94,
120
]
],
[
[
4,
... |
396e96d87547e8cf61626f97728d0ffa246ccc04 | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Algorithms/CSGTree.h | 30e986e9184582c3b08a2f9436063b01da270c13 | [] | 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 | 1,530 | h | #ifndef CSGTREE_H
#define CSGTREE_H
#include "Volume.h"
enum OPERATOR_TYPE {AND, OR};
/* CSG Tree:
N
/ \
/ \
N N
/ \ / \
/ \ V N
V V / \
V V
V = Volume
N = Operator Node
*/
struct OPERATOR_NODE{
OPERATOR_TYPE type;
... | [
"olinord@gmail.com"
] | [
[
[
1,
71
]
]
] |
6cc05df615244b6670b85b4b30cfb0ff9d61ca50 | 4d5ee0b6f7be0c3841c050ed1dda88ec128ae7b4 | /src/nvmesh/tools/baker/Samplers.cpp | 7b991dd3fa98365f394258a598fa9dfc9bc84590 | [] | no_license | saggita/nvidia-mesh-tools | 9df27d41b65b9742a9d45dc67af5f6835709f0c2 | a9b7fdd808e6719be88520e14bc60d58ea57e0bd | refs/heads/master | 2020-12-24T21:37:11.053752 | 2010-09-03T01:39:02 | 2010-09-03T01:39:02 | 56,893,300 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,060 | cpp | // Copyright NVIDIA Corporation 2008 -- Ignacio Castano <icastano@nvidia.com>
#include <nvmath/Montecarlo.h>
#include <nvmesh/raytracing/Raytracing.h>
#include <nvmesh/kdtree/KDTree.h>
#include "Samplers.h"
#include "BaseSurface.h"
using namespace nv;
GeometrySampler::GeometrySampler(GeometryImage ... | [
"castano@0f2971b0-9fc2-11dd-b4aa-53559073bf4c",
"tianyun06@0f2971b0-9fc2-11dd-b4aa-53559073bf4c"
] | [
[
[
1,
202
],
[
205,
257
],
[
261,
351
]
],
[
[
203,
204
],
[
258,
260
]
]
] |
7bbe1418bbd32e7724808e3dbc872f072beca7f6 | e7c45d18fa1e4285e5227e5984e07c47f8867d1d | /Common/Scd/ScExec/SP_DBExtra.h | e1e08e5e40b88b02ef8730a29020c56b8420cce0 | [] | 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 | 4,179 | h | //================== SysCAD - Copyright Kenwalt (Pty) Ltd ===================
// $Nokeywords: $
//===========================================================================
#ifndef __SP_DBEXTRA_H
#define __SP_DBEXTRA_H
#ifndef __SC_DEFS_H
#include "sc_defs.h"
#endif
#ifndef __SP_DB_H
#include "sp_db... | [
"paul.hannah@syscad.net"
] | [
[
[
1,
122
]
]
] |
53067f0348ade4122617e860d00f4d31a1ab8282 | 611fc0940b78862ca89de79a8bbeab991f5f471a | /src/Teki/Boss/Ookami/ASOokamiJumpingDeath.cpp | 880d26421580c81db5081e36d49c1d7bced7ab1d | [] | 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 | 1,545 | cpp | #include <string>
#include <vector>
#include <exception>
using namespace std;
#include "..\\..\\..\\Mob\\ActionControllable\\ActionControllable.h"
#include "..\\..\\..\\Management\\GameControl.h"
#include "ASOokamiJumpingDeath.h"
/************************************************************//**
* アニメーション
*... | [
"lakeishikawa@c9935178-01ba-11df-8f7b-bfe16de6f99b",
"cat2.silly.affection@c9935178-01ba-11df-8f7b-bfe16de6f99b"
] | [
[
[
1,
37
],
[
48,
48
]
],
[
[
38,
47
]
]
] |
7058b459ab905fc380c2a29ffad947e3b056ef3c | 5851a831bcc95145bf501b40e90e224d08fa4ac9 | /src/ui_main.cpp | 0fef0e6c57fdfcf8dc2cdcffa3f2e8b7e54b99b1 | [] | no_license | jemyzhang/Cashup | a80091921a2e74f24db045dd731f7bf43c09011a | f4e768a7454bfa437ad9842172de817fa8da71e2 | refs/heads/master | 2021-01-13T01:35:51.871352 | 2010-03-06T14:26:55 | 2010-03-06T14:26:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,257 | cpp | #include <cMzCommon.h>
using namespace cMzCommon;
#include "ui_main.h"
#include "resource.h"
#include <UiIconButton.h>
#include "commondef.h"
#define MZ_IDC_TOOLBAR_MAIN 101
#define MZ_IDC_SCROLLWIN 102
#define MZ_IDC_TITLE 103
#ifdef _DEBUG
#define COMPILEM L"D"
#else
#define COMPILEM L"R"
#... | [
"jemyzhang@e7c2eee8-530d-454e-acc3-bb8019a9d48c"
] | [
[
[
1,
117
]
]
] |
4881da2da26d1e120a69898a9be753a6a64d6838 | 138a353006eb1376668037fcdfbafc05450aa413 | /source/ogre/OgreNewt/boost/mpl/set/set0_c.hpp | d3cf5e4c551f6a486e979263c414fd7c958870d8 | [] | no_license | sonicma7/choreopower | 107ed0a5f2eb5fa9e47378702469b77554e44746 | 1480a8f9512531665695b46dcfdde3f689888053 | refs/heads/master | 2020-05-16T20:53:11.590126 | 2009-11-18T03:10:12 | 2009-11-18T03:10:12 | 32,246,184 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 824 | hpp |
#ifndef BOOST_MPL_SET_SET0_C_HPP_INCLUDED
#define BOOST_MPL_SET_SET0_C_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2003-2004
// Copyright David Abrahams 2003-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LIC... | [
"Sonicma7@0822fb10-d3c0-11de-a505-35228575a32e"
] | [
[
[
1,
32
]
]
] |
ae80a4ade2216fe851458ebf87242a985647330f | b73f27ba54ad98fa4314a79f2afbaee638cf13f0 | /projects/MainUI/thumbctrl.cpp | c4a06be8de94b85fbdb3ac1c2727b23224ecd084 | [] | no_license | weimingtom/httpcontentparser | 4d5ed678f2b38812e05328b01bc6b0c161690991 | 54554f163b16a7c56e8350a148b1bd29461300a0 | refs/heads/master | 2021-01-09T21:58:30.326476 | 2009-09-23T08:05:31 | 2009-09-23T08:05:31 | 48,733,304 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,447 | cpp | // ThumbCtrl.cpp : implementation file
//
#include "stdafx.h"
#include "ThumbCtrl.h"
#include "resource.h" // It need a icon to representate default image.
#include <deque>
#include <Gdiplus.h>
using namespace Gdiplus;
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __F... | [
"ynkhpp@gmail.com"
] | [
[
[
1,
588
]
]
] |
188d0bdbdb085215a505861d9782c5090ae70ced | be2e23022d2eadb59a3ac3932180a1d9c9dee9c2 | /NpcServer/EncryptClient.h | 110d79dcd97c7e3ed0a4b88e86c8183248c39682 | [] | no_license | cronoszeu/revresyksgpr | 78fa60d375718ef789042c452cca1c77c8fa098e | 5a8f637e78f7d9e3e52acdd7abee63404de27e78 | refs/heads/master | 2020-04-16T17:33:10.793895 | 2010-06-16T12:52:45 | 2010-06-16T12:52:45 | 35,539,807 | 0 | 2 | null | null | null | null | GB18030 | C++ | false | false | 4,216 | h | ////////////////////////////////////////////////////////////////////////////////////////////////////
// 客户端SOCKET用加密模板
////////////////////////////////////////////////////////////////////////////////////////////////////
// 仙剑修, 2001.10.26
// 修改为模板:2001.12.11
#ifndef ENCRYPTCLIENT_H
#define ENCRYPTCLIENT_H
#i... | [
"rpgsky.com@cc92e6ba-efcf-11de-bf31-4dec8810c1c1"
] | [
[
[
1,
137
]
]
] |
98ff33e8744d4f02f5b9845a127c0c961d422e69 | 1c9f99b2b2e3835038aba7ec0abc3a228e24a558 | /Projects/elastix/elastix_sources_v4/src/Common/xout/xoutcell.hxx | 7c941e2adb753a8cdbd45e70e0d2ddd893b6c023 | [] | 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 | 2,306 | hxx | /*======================================================================
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,
90
]
]
] |
b4ada2a9998e1a9841df3713a98569efc78471cf | a79201edd21df9cd1a5cd2e28e4bd41c925bfa93 | /vps/include/net/TCPNetwork.h | 4556c995f9d39275d323a85cfd1535ecff17ab53 | [] | no_license | BackupTheBerlios/c--compiler | 122667d012c54e3cfab1a78ac1d6654117058906 | 9163037e985d07823dc2bef25997e14d4968500a | refs/heads/master | 2021-01-23T12:05:29.527743 | 2004-12-11T11:44:48 | 2004-12-11T11:44:48 | 40,076,510 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,261 | h | #ifndef UDPNETWORK_H
#define UDPNETWORK_H
#include "net/IPNetwork.h"
#include <sys/time.h>
#include <iostream>
using namespace std;
/**
* The TcpNetwork Class will be used to communicate through the network.
*
* every message to a server or to a client shall be send with the help of this class
*/
cla... | [
"tobi1024",
"stieli"
] | [
[
[
1,
21
],
[
23,
24
],
[
26,
26
],
[
28,
29
],
[
40,
40
],
[
42,
43
],
[
50,
50
],
[
52,
53
],
[
60,
60
],
[
62,
62
... |
1edcce8f34a28f7466765df2c6abecdcb864ea90 | 8342f87cc7e048aa812910975c68babc6fb6c5d8 | /client/Game2/Control/ObserverActions.cpp | d38b69759c3251464077cd4c0463a4a7279eff99 | [] | no_license | espes/hoverrace | 1955c00961af4bb4f5c846f20e65ec9312719c08 | 7d5fd39ba688e2c537f35f7c723dedced983a98c | refs/heads/master | 2021-01-23T13:23:03.710443 | 2010-12-19T22:26:12 | 2010-12-19T22:26:12 | 2,005,364 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,679 | cpp | // ObserverActions.cpp
// A collection of classes implementing the ObserverAction template class
// (just has to implement Perform() and a constructor). These are all
// actions to be performed when the user presses a control key.
//
// Copyright (c) 2010, Ryan Curtin
//
// Licensed under GrokkSoft HoverRace So... | [
"ryan@7d5085ce-8879-48fc-b0cc-67565f2357fd"
] | [
[
[
1,
60
]
]
] |
4cd05e95e7812f9f2bea3ac5c1d2f85e35b18f68 | b22c254d7670522ec2caa61c998f8741b1da9388 | /dependencies/OpenSceneGraph/include/osg/Texture2D | b843497a92e3a5f395b1e77d25f2edaa4184dc9f | [] | no_license | ldaehler/lbanet | 341ddc4b62ef2df0a167caff46c2075fdfc85f5c | ecb54fc6fd691f1be3bae03681e355a225f92418 | refs/heads/master | 2021-01-23T13:17:19.963262 | 2011-03-22T21:49:52 | 2011-03-22T21:49:52 | 39,529,945 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,990 | /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield
*
* This library is open source and may be redistributed and/or modified under
* the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
* (at your option) any later version. The full license is in LICENSE file
* included ... | [
"vdelage@3806491c-8dad-11de-9a8c-6d5b7d1e4d13"
] | [
[
[
1,
155
]
]
] | |
9d5a06c220b806f8f9aeed6c648ac85677d3a39a | b6743b5bead9dbf4cd94fd7867dee1bf65deeec2 | /courses/eecs487/pa/pa4-animation/image_io.h | 22e88b9f4be63506e8ec33cec7593f400c2aef44 | [] | no_license | fporrata/fisher-code | 5d6541c7bcc3c8bcbba8f7ff6f3829efd6133f2f | 683074283e6b37789adc7ff2b6cd4ddd40ee41b7 | refs/heads/master | 2021-01-21T12:36:50.679610 | 2010-04-15T14:34:00 | 2010-04-15T14:34:00 | 38,948,199 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 397 | h | #ifndef __IMAGE_IO_H
#define __IMAGE_IO_H
#include "image.h"
class ImageIO {
public:
enum ImageFormatEnum {
FORMAT_NONE = -1,
FORMAT_PNG = 0,
FORMAT_JPEG = 1
};
static Image* LoadJPEG(const char* filename);
static Image* LoadPNG(const char* filename);
static ImageFormatEnum rec... | [
"yufu.fisher@949dbb96-0d51-11df-8f49-cf7c468afe83"
] | [
[
[
1,
21
]
]
] |
00275a7b0793ad3fdf50b88d68593db30face390 | aecc6d0ee5b767cc9c6ad2b22718f55e43abfe53 | /Aesir/Attic/BasicCanvas.h | df79db800ca9a2f8f15121f72a150f9fc6db2ea9 | [] | no_license | yeah-dude/aesirtk | 72ab3427535ee6c4535f4a7a16b5bd580309a2cd | fe43bedb45cdfb894935411b84c55197601a5702 | refs/heads/master | 2021-01-18T11:43:09.961319 | 2007-06-27T21:42:10 | 2007-06-27T21:42:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 523 | h | #pragma once
#include <wx/glcanvas.h>
class BasicCanvas : public wxGLCanvas {
public:
BasicCanvas(wxWindow *parent);
// HACK: This is a pretty shitty way to do it...
BasicCanvas(wxWindow *parent, bool main);
// Derived classes override this to implement custom drawing
virtual void Render() { }
private:
... | [
"MisterPhyrePhox@6418936e-2d2e-0410-bd97-81d43f9d527b"
] | [
[
[
1,
18
]
]
] |
111d5954e005efd25a76655bee51b50ac3e0ec5d | 2fe1bab56e0e08499b167f2b4a293e2f16c951a0 | /Sim65App.h | 43cfe42fe89773002f17874164ec37119c82f0e9 | [] | no_license | g6ujj/sim6502 | 24096d523634d8be8717f5e32c56568c04bd33df | 9d036bb27815c73c6a52d0577e83422ea43b4b8d | refs/heads/master | 2021-01-01T17:28:38.007286 | 2011-11-26T22:51:07 | 2011-11-26T22:51:07 | 2,858,152 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 527 | h | /***************************************************************
* Name: Sim65App.h
* Purpose: Defines Application Class
* Author: Neil Stoker (gg6ujj@gmail.com)
* Created: 2011-11-26
* Copyright: Neil Stoker (https://sites.google.com/site/g6ujjcode/)
* License:
*******************************... | [
"gg6ujj@gmail.com"
] | [
[
[
1,
21
]
]
] |
b3af2b9f3c0a14701f108ecb45e533894647622c | b5ab57edece8c14a67cc98e745c7d51449defcff | /Captain's Log/MainGame/Source/Managers/SLList.h | 5e1255a02adaa8a960f2041d110f0563d478493a | [] | no_license | tabu34/tht-captainslog | c648c6515424a6fcdb628320bc28fc7e5f23baba | 72d72a45e7ea44bdb8c1ffc5c960a0a3845557a2 | refs/heads/master | 2020-05-30T15:09:24.514919 | 2010-07-30T17:05:11 | 2010-07-30T17:05:11 | 32,187,254 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,902 | h | #ifndef SLLIST_H_
#define SLLIST_H_
//#include "CCodeProfiler.h"
template <typename Type> class SLLIter;
template <typename Type>
class SLList
{
struct Node
{
Type Data;
Node* next;
};
Node* Head;
public:
friend class SLLIter<Type>;
////////////////////////////////////////////... | [
"notserp007@34577012-8437-c882-6fb8-056151eb068d"
] | [
[
[
1,
358
]
]
] |
2815753ef54b9cafff4833198c75604cdace1d21 | 073dfce42b384c9438734daa8ee2b575ff100cc9 | /RCF/src/RCF/Protocol/Protocol.cpp | b6b68faa0df73a0f5b282ff783612d2b6027adac | [] | no_license | r0ssar00/iTunesSpeechBridge | a489426bbe30ac9bf9c7ca09a0b1acd624c1d9bf | 71a27a52e66f90ade339b2b8a7572b53577e2aaf | refs/heads/master | 2020-12-24T17:45:17.838301 | 2009-08-24T22:04:48 | 2009-08-24T22:04:48 | 285,393 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 702 | cpp |
//******************************************************************************
// RCF - Remote Call Framework
// Copyright (c) 2005 - 2009, Jarl Lindrud. All rights reserved.
// Consult your license for conditions of use.
// Version: 1.1
// Contact: jarl.lindrud <at> gmail.com
//*****************************... | [
"r0ssar00@gmail.com"
] | [
[
[
1,
26
]
]
] |
311f821abc049cdf76acf26a32ce8c6f0310a62f | 8c54d89af1800c4c06959a3b7b62d04f883a11c0 | /cs752/Original/Raytracer/Camera.h | 2626d3be3d50cf98383624f2792cb83400d7a711 | [] | no_license | dknutsen/dokray | 567c79e7a69c80a97cd73bead151a12ad2d34f23 | 92acd2967542865963462aaf2299ab2427b89f31 | refs/heads/master | 2020-12-24T13:29:01.740250 | 2011-10-23T23:09:49 | 2011-10-23T23:09:49 | 2,639,353 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,038 | h | #ifndef Camera_h
#define Camera_h
#include "Vector.h"
#include "Point.h"
#include "Ray.h"
class RenderContext;
#define deg2rad 0.0174532925f
class Camera
{
public:
virtual void preprocess(float aspect) = 0;
virtual void generateRay(Ray& ray, const RenderContext& rc, float x, float y)const = 0;
vi... | [
"dknutsen@gmail.com"
] | [
[
[
1,
52
]
]
] |
96dc31c5b2842618cb2fd2e456cf63271a381c6a | b9115b524856b1595a21004603ce52bc25440515 | /simple-VN/header_files/CGame.hpp | cc47bb8dfec5f2fe6560b9565f6c9eed16afced7 | [] | no_license | martu/simple-VN | 74a3146b3f03d1684fa4533ba58b88c7bb61057c | ed175b8228433d942a62eb8229150326c831bbd7 | refs/heads/master | 2021-01-10T18:46:04.218361 | 2010-10-11T23:09:53 | 2010-10-11T23:09:53 | 962,351 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,150 | hpp | /*
* CGame.hpp
*
* Created on: 21.08.2010
* Author: Martu
*/
#ifndef CGAME_HPP_
#define CGAME_HPP_
#include "CScreen.hpp"
#include "CConversation.hpp"
#include "CMenuButton.hpp"
#include <map>
// the main game class. here runs the actual game
class CGame : public CScreen
{
private:
// ... | [
"martu_xd@gmx.de"
] | [
[
[
1,
51
]
]
] |
d1e016e7748f3f99e6b756a32178d1b55c1e2e90 | 457cfb51e6b1053c852602f57acc9087629e966d | /source/BLUE/Material.h | 30660db62c14c59790ee02ce39dd105153ba7861 | [] | no_license | bluespeck/BLUE | b05eeff4958b2bf30adb0aeb2432f1c2f6c21d96 | 430d9dc0e64837007f35ce98fbface014be93678 | refs/heads/master | 2021-01-13T01:50:57.300012 | 2010-11-15T16:37:10 | 2010-11-15T16:37:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 354 | h | #pragma once
#include <tchar.h>
#include "Vector3.h"
#include "Color.h"
namespace BLUE
{
class CMaterial
{
public:
TCHAR m_name[MAX_PATH];
CColor m_vAmbient;
CColor m_vDiffuse;
CColor m_vSpecular;
int m_nShininess;
float m_fAlpha;
bool m_bSpecular;
public:
CMaterial();
~CMaterial(... | [
"mstudorache@gmail.com"
] | [
[
[
1,
27
]
]
] |
1bc52f92853f080f08dda9c826ffea795a4ce5a9 | bdb1e38df8bf74ac0df4209a77ddea841045349e | /CapsuleSortor/Version 1.0 -2.0/CapsuleSortor-10-11-11/ToolSrc/TToInteger.h | 50d803201bbe7d98d487963fe94aedae27d9eb49 | [] | no_license | Strongc/my001project | e0754f23c7818df964289dc07890e29144393432 | 07d6e31b9d4708d2ef691d9bedccbb818ea6b121 | refs/heads/master | 2021-01-19T07:02:29.673281 | 2010-12-17T03:10:52 | 2010-12-17T03:10:52 | 49,062,858 | 0 | 1 | null | 2016-01-05T11:53:07 | 2016-01-05T11:53:07 | null | GB18030 | C++ | false | false | 1,103 | h | #ifndef TTOINTEGER_H
#define TTOINTEGER_H
// ToInteger.h : interface and implement of the ToInteger class
//
// High-speed convertion from double to int
//
// Copyright (c) 2007 zhao_fsh Zibo Creative Computor CO.,LTD
//
//////////////////////////////////////////////////////////////////////////
//
// 下述方法全都基... | [
"vincen.cn@66f52ff4-a261-11de-b161-9f508301ba8e"
] | [
[
[
1,
48
]
]
] |
0edb91f160c2a5c06a5735a7e2bf38d5bc0994d3 | 6581dacb25182f7f5d7afb39975dc622914defc7 | /SQLiteBrowser/tags/start/sqlitebrowser/sqlitebrowser/browsermain.cpp | 66ebff4164b6484d9a5e70b272872fc265f391d7 | [] | no_license | dice2019/alexlabonline | caeccad28bf803afb9f30b9e3cc663bb2909cc4f | 4c433839965ed0cff99dad82f0ba1757366be671 | refs/heads/master | 2021-01-16T19:37:24.002905 | 2011-09-21T15:20:16 | 2011-09-21T15:20:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 535 | cpp | /*
** This file is part of SQLite Database Browser
** http://sqlitebrowser.sourceforge.net
**
** Originally developed by Mauricio Piacentini, Tabuleiro
**
** The author disclaims copyright to this source code.
** Consult the LICENSING file for known restrictions
**
*/
#include <qapplication.h>
#include "... | [
"damoguyan8844@3a4e9f68-f5c2-36dc-e45a-441593085838"
] | [
[
[
1,
22
]
]
] |
d2f42a743a2c91868fcd9c210302ee1187a6c6bb | 02c2e62bcb9a54738bfbd95693978b8709e88fdb | /opencv/cxdrawing.cpp | 9b95361d8bb639aac54cd7d43ddf4489eca03f4f | [] | no_license | ThadeuFerreira/sift-coprojeto | 7ab823926e135f0ac388ae267c40e7069e39553a | bba43ef6fa37561621eb5f2126e5aa7d1c3f7024 | refs/heads/master | 2021-01-10T15:15:21.698124 | 2009-05-08T17:38:51 | 2009-05-08T17:38:51 | 45,042,655 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 83,470 | cpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, i... | [
"vinicius@hotmail.de"
] | [
[
[
1,
2588
]
]
] |
6af822182b27cf158fad15c30a5ce18d2f38a685 | 49f5a108a2ac593b9861f9747bd82eb597b01e24 | /src/JSON/FastDelegate.h | a0208a98a281eb0c2daebf3459ef30ab0975b7d7 | [] | no_license | gpascale/iSynth | 5801b9a1b988303ad77872fad98d4bf76d86e8fe | e45e24590fabb252a5ffd10895b2cddcc988b83d | refs/heads/master | 2021-03-19T06:01:57.451784 | 2010-08-02T02:22:54 | 2010-08-02T02:22:54 | 811,695 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 96,639 | h | #ifndef FASTDELEGATE_H
#define FASTDELEGATE_H
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include <memory.h> // to allow <,> comparisons
////////////////////////////////////////////////////////////////////////////////
// Configuration options
//
////////////////////////////////////////... | [
"greg.pascale@gmail.com"
] | [
[
[
1,
1970
]
]
] |
6d855633e5bde4183f1340d5d6d72e75cfd71ae1 | e618b452106f251f3ac7cf929da9c79256c3aace | /src/lib/cpp/URLResolverImpl.h | c5ac37941cfed64fab942fa30cb4da0afb9ebbbf | [] | no_license | dlinsin/yfrog | 714957669da86deff3a093a7714e7d800c9260d8 | 513e0d64a0ff749e902e797524ad4a521ead37f8 | refs/heads/master | 2020-12-25T15:40:54.751312 | 2010-04-13T16:31:15 | 2010-04-13T16:31:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,022 | h | #pragma once
#include "uploader/URLResolver.h"
#include "ImageShackAPI.h"
#include "http/ServerResolver.h"
namespace ImageShack {
using namespace API::ImageShack;
using namespace UPLOAD;
/**
* ImageShack URL Resolver implementation.
*
* @author Alexander Kozlov
*/
class URLResolver : publi... | [
"corey.floyd@flyingjalapenosoftware.com"
] | [
[
[
1,
48
]
]
] |
b80167d801f9165e3a9d5b7e09dda0380cc52d98 | 11039c144f5d93bb34c0d1124f4df1c013a887cb | /qtsingleapplication.cpp | 53216edf50c61381cb31a2d1d2ff908437be624e | [] | no_license | pent9304/mysms-app | 0c7280a20bdebe5f23bdebb795857895e9fd2949 | 28f7cbe950b2eb22c087b5349674139b9bbf6b43 | refs/heads/master | 2021-01-10T05:28:02.757427 | 2011-10-25T08:43:49 | 2011-10-25T08:43:49 | 52,361,860 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,100 | cpp | /****************************************************************************
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of a Qt Solutions component.
**
** Commercial Usage
** Lice... | [
"mfniaki@gmail.com"
] | [
[
[
1,
352
]
]
] |
9edcaa6ed9802a12df32ec31a79240210a40f90c | 119ba245bea18df8d27b84ee06e152b35c707da1 | /unreal/branches/robots/qrgui/interpreters/robots/details/robotImplementations/sensorImplementations/unrealSensorImplementation.h | f05ec70f0838d9f2e1dd5d916abb40366d1535e3 | [] | 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 | 823 | h | #pragma once
#include "abstractSensorImplementation.h"
#include "../../../robotCommunicationInterface.h"
#include "../../robotCommandConstants.h"
#include "../../d2RobotModel/d2RobotModel.h"
namespace qReal {
namespace interpreters {
namespace robots {
namespace details {
namespace robotImplementations {
na... | [
"ololo@ololo.org"
] | [
[
[
1,
35
]
]
] |
b26209e0f752141c691c8bc6f5a8b4957b5156f2 | b1936b91f941b5ed7c4ef6263fbe68aab7bf3c08 | /smartkid.h | 1cfbcfedada7d072a6c4e69af6a84bfc8abf8613 | [] | no_license | philsong/smartkid | dd0f920f505fbf7db3d60de9a2cbc08b33885878 | 1eb26544e206cb1f1ca97b72d4a85ad461827f05 | refs/heads/master | 2021-01-18T17:17:33.679817 | 2006-12-29T14:37:53 | 2006-12-29T14:37:53 | 32,116,947 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 491 | h | // smartkid.h : PROJECT_NAME 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error 在包含用于 PCH 的此文件之前包含“stdafx.h”
#endif
#include "resource.h" // 主符号
// CsmartkidApp:
// 有关此类的实现,请参阅 smartkid.cpp
//
class CsmartkidApp : public CWinApp
{
public:
CsmartkidApp();
// 重写
public:
virtual BOOL ... | [
"songbohr@99f8ccfc-bd25-0410-92d8-6ff52df36cf9"
] | [
[
[
1,
31
]
]
] |
bebfcc0be01fb1a21dc2a9f1c8ffa5539f418b16 | 854ee643a4e4d0b7a202fce237ee76b6930315ec | /arcemu_svn/src/sun/src/GossipScripts/Gossip_Guard.cpp | 7dcc33fc7aa46e88ea98ec0035d44472b4547481 | [] | no_license | miklasiak/projekt | df37fa82cf2d4a91c2073f41609bec8b2f23cf66 | 064402da950555bf88609e98b7256d4dc0af248a | refs/heads/master | 2021-01-01T19:29:49.778109 | 2008-11-10T17:14:14 | 2008-11-10T17:14:14 | 34,016,391 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 137,810 | cpp | /*
* Moon++ Scripts for Ascent MMORPG Server
* Copyright (C) 2005-2007 Ascent Team <http://www.ascentemu.com/>
* Copyright (C) 2007-2008 Moon++ Team <http://www.moonplusplus.info/>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License... | [
"Quastl96@gmail.com@3074cc92-8d2b-11dd-8ab4-67102e0efeef",
"minipc@hotmail.de@3074cc92-8d2b-11dd-8ab4-67102e0efeef"
] | [
[
[
1,
65
],
[
85,
112
],
[
119,
122
],
[
124,
127
],
[
129,
132
],
[
134,
137
],
[
140,
142
],
[
144,
147
],
[
149,
152
],
[
... |
2f65c9ed99e2c079ed910293d92b0c5092bd2706 | 5ac13fa1746046451f1989b5b8734f40d6445322 | /minimangalore/Nebula2/code/nebula2/src/gfx2/ngfxserver2_cmds.cc | f7379164c3df9ca3eaba7ca4f56b77a9cadfbf4a | [] | 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 | 13,792 | cc | //------------------------------------------------------------------------------
// ngfxserver2_cmds.cc
// (C) 2002 RadonLabs GmbH
//------------------------------------------------------------------------------
#include "gfx2/ngfxserver2.h"
static void n_setdisplaymode(void* slf, nCmd* cmd);
static void n_ge... | [
"BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
500
]
]
] |
1506704e03c37dbbb800313d913b8bbf6640abeb | 1e976ee65d326c2d9ed11c3235a9f4e2693557cf | /TrackListPane.cpp | dd5af08ad0c6146c42d93c10ab9aa3ffeda37d7a | [] | 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 | 10,186 | cpp | // /*
// *
// * Copyright (C) 2003-2010 Alexandros Economou
// *
// * This file is part of Jaangle (http://www.jaangle.com)
// *
// * This Program is free software; you can redistribute it and/or modify
// * it under the terms of the GNU General Public License as published by
// * the Free Software Found... | [
"outcast1000@dc1b949e-fa36-4f9e-8e5c-de004ec35678"
] | [
[
[
1,
339
]
]
] |
95b31481a03c963c4b27cb5cc20f22c4114cf3b9 | fcdddf0f27e52ece3f594c14fd47d1123f4ac863 | /TeCom/src/TdkLayout/Header Files/TdkLineWidthProperty.h | bf6ddd860f2b56acc02971e7db57b9803108c88a | [] | 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 | 2,010 | h | /******************************************************************************
* FUNCATE - GIS development team
*
* TerraLib Components - TeCOM
*
* @(#) TdkLineWidthProperty.h
*
*******************************************************************************
*
* $Rev$:
*
* $Author: rui.gregorio $:
*
* $D... | [
"rui.mauricio.gregorio@gmail.com@58180da6-ba8b-8960-36a5-00cc02a3ddec"
] | [
[
[
1,
79
]
]
] |
4bd246e9f15f4d7164acb64d1d94877bec0389b8 | da48afcbd478f79d70767170da625b5f206baf9a | /tbmessage/src5.75/WebSendDlg.cpp | 600885ff065174d1a7301f69ba0a307a6f62a87c | [] | no_license | haokeyy/fahister | 5ba50a99420dbaba2ad4e5ab5ee3ab0756563d04 | c71dc56a30b862cc4199126d78f928fce11b12e5 | refs/heads/master | 2021-01-10T19:09:22.227340 | 2010-05-06T13:17:35 | 2010-05-06T13:17:35 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,703 | cpp | // WebSendDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "WebSendDlg.h"
// CWebSendDlg 对话框
IMPLEMENT_DYNAMIC(CWebSendDlg, CDialog)
CWebSendDlg::CWebSendDlg(CWnd* pParent /*=NULL*/)
: CDialog(CWebSendDlg::IDD, pParent)
{
}
CWebSendDlg::~CWebSendDlg()
{
}
void CWebSendDlg::DoDataExchange(CDa... | [
"niels.liu@gmail.com@d41c10be-1f87-11de-a78b-a7aca27b2395"
] | [
[
[
1,
85
]
]
] |
73ac01336e9dbbf84d4bce2305a950185c547fde | 91ac219c4cde8c08a6b23ac3d207c1b21124b627 | /common/mlc/ViterbiDecoder.h | 15859f83f2004914bf44cb54dbbb75d9021c819f | [] | no_license | DazDSP/hamdrm-dll | e41b78d5f5efb34f44eb3f0c366d7c1368acdbac | 287da5949fd927e1d3993706204fe4392c35b351 | refs/heads/master | 2023-04-03T16:21:12.206998 | 2008-01-05T19:48:59 | 2008-01-05T19:48:59 | 354,168,520 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,554 | h | /******************************************************************************\
* Technische Universitaet Darmstadt, Institut fuer Nachrichtentechnik
* Copyright (c) 2001
*
* Author(s):
* Volker Fischer
*
* Description:
*
*
**************************************************************************... | [
"hb9tlk@gmail.com"
] | [
[
[
1,
144
]
]
] |
7e6e023300148acb19e2b59009a52cba49416ed4 | 764d9c91475147d6aeeb893f0685f8f4543b7db2 | /cpp/plugins/lastfmscrobbler/urlclient.cpp | 559fa943b77322e68b75258dd8e557d8a43ae44a | [] | no_license | mderezynski/rimokon | cdfb1303e5b8b9e18f41d9353b7b3011ff36e90f | efe783d05e2011b6be8a17e2ac33a4dfc0ada567 | refs/heads/master | 2016-09-05T16:52:15.934694 | 2010-12-18T21:23:11 | 2010-12-18T21:23:11 | 1,063,350 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,983 | cpp | // Copyright (C) 2008 Dirk Vanden Boer <dirk.vdb@gmail.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any ... | [
"internalerror@gmail.com"
] | [
[
[
1,
127
]
]
] |
ff02356621ec740422e3df8aade16295e91d2efe | 7187367ac851bc306af5ae5333375a955596035f | /BarChart.cpp | fd62fbc913d2154f0cd473ccdd94c7c7dc476ff5 | [] | no_license | lucernae/smor2 | d325759aeac816e36bf2b49c5507d4e4c548536b | acec5c407137c2ff7c55e116fa5349f16bd7d127 | refs/heads/master | 2020-06-02T18:47:45.614042 | 2011-11-22T20:10:59 | 2011-11-22T20:10:59 | 32,124,179 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,212 | cpp | #include "BarChart.h"
#include "Graph.h"
using namespace Graph_lib;
BarChart::~BarChart(void)
{
removeAllShape();
}
// RMN some nasty and complicated init function, but i implement it as flexible as possible...
// time spent here : 4 hours
// and it takes my sleep time... lol... 3 hours spent wondering ... | [
"eckyputrady@gmail.com@ce1152ac-b3a1-b03a-0f24-ae7c1841c481",
"lana.pcfre@gmail.com@ce1152ac-b3a1-b03a-0f24-ae7c1841c481"
] | [
[
[
1,
7
],
[
9,
10
],
[
17,
22
],
[
44,
46
],
[
50,
58
],
[
152,
152
],
[
154,
155
],
[
245,
245
]
],
[
[
8,
8
],
[
11,
... |
b05c16b56bf35c8e02a5187dc75684f1a5853ab5 | 58ef4939342d5253f6fcb372c56513055d589eb8 | /SimulateMessage/Client/source/SMS/inc/KCContactEntry.h | 59c623f286f305d36a804a88c37cfec43286af87 | [] | 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 | GB18030 | C++ | false | false | 1,359 | h | /*
============================================================================
Name : KCContactEntry.h
Author : zengcity
Version : 1.0
Copyright : sohu
Description : 联系人信息 主要数据传递 以后手机号处理应该还有控件,所以最好写成类,提供接口
============================================================================
*/
#ifndef... | [
"zengcity@415e30b0-1e86-11de-9c9a-2d325a3e6494"
] | [
[
[
1,
69
]
]
] |
c52383b0c9a67b068d69c37c841abd11155225fc | f5a3e2fcfe01bfe95d125a903c0af454c1b9cdd6 | /Library.h | 474e1f53f8655283031d2f16b225ffdf19c2e8ed | [] | no_license | congchenutd/congchenmywords | 11418c97d3d260d35766cdfbb9968a54f569fad7 | 29fd31f7e7a99b17fe789e9d97879728ea9dbb80 | refs/heads/master | 2021-01-02T09:08:59.667661 | 2011-02-21T02:05:05 | 2011-02-21T02:05:05 | 32,358,808 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,214 | h | #ifndef LIBRARY_H
#define LIBRARY_H
/*
* Some library related sql queries, uglily encapsulated
*/
#include <QStringList>
class QTextStream;
struct DictSetting;
namespace Library
{
bool openDB(const QString& name);
void createTables();
void addUser(const QString& name);
void delUser(const QStri... | [
"congchenutd@33c296ca-c6a8-bfc7-d74f-b3a1fff04ced"
] | [
[
[
1,
38
]
]
] |
2597936cff2642266e598e25da9ea94e00908085 | 0f67f4b756d4618c470f9c940d5bb7b902c98585 | /UiModule/Inworld/View/MainPanelButton.h | 53b0ad498c8c124d9a74d17a2dfa5b61259c8436 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | jonnenauha/naali | 8dc7e5a9802f0206c97b067d8675f49e602f6488 | 50060338255e9e5f6427b2f57b93bb884954d14b | refs/heads/master | 2020-12-25T08:38:09.291039 | 2010-03-20T13:22:58 | 2010-03-20T13:22:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 902 | h | // For conditions of distribution and use, see copyright notice in license.txt
#ifndef incl_UiModule_MainPanelButton_h
#define incl_UiModule_MainPanelButton_h
#include <QPushButton>
namespace UiServices
{
class UiProxyWidget;
}
QT_BEGIN_NAMESPACE
class QWidget;
class QString;
QT_END_NAMESPACE
... | [
"jonnenau@5b2332b8-efa3-11de-8684-7d64432d61a3",
"jaakkoallander@5b2332b8-efa3-11de-8684-7d64432d61a3",
"Stinkfist0@5b2332b8-efa3-11de-8684-7d64432d61a3",
"jonne.nauha@evocativi.com@5b2332b8-efa3-11de-8684-7d64432d61a3"
] | [
[
[
1,
7
],
[
18,
20
],
[
23,
23
],
[
26,
27
],
[
38,
40
]
],
[
[
8,
12
],
[
21,
22
],
[
24,
25
],
[
28,
29
],
[
34,
... |
a5f6f9f2f58a5e85a23b317e7eb03f4e7c71a692 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/_Common/Campus.cpp | 19eec9e997255fc63f9c390b8aa34f363dc2e40c | [] | no_license | willrebuild/flyffsf | e5911fb412221e00a20a6867fd00c55afca593c7 | d38cc11790480d617b38bb5fc50729d676aef80d | refs/heads/master | 2021-01-19T20:27:35.200154 | 2011-02-10T12:34:43 | 2011-02-10T12:34:43 | 32,710,780 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,130 | cpp | //
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Campus.h"
#if __VER >= 15 // __CAMPUS
#ifdef __WORLDSERVER
#include "User.h"
extern CUserMng g_UserMng;
#endif // __WORLDSERVER
//////////////////////////////////////////////////////////////////////
... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
317
]
]
] |
ab2874e27efa301d758140545a1428bf260a31e5 | f9351a01f0e2dec478e5b60c6ec6445dcd1421ec | /itl/boost/itl/interval_maps.hpp | 47311bdd65054fa9637974b59066a9ba89f66e0e | [
"BSL-1.0"
] | permissive | WolfgangSt/itl | e43ed68933f554c952ddfadefef0e466612f542c | 6609324171a96565cabcf755154ed81943f07d36 | refs/heads/master | 2016-09-05T20:35:36.628316 | 2008-11-04T11:44:44 | 2008-11-04T11:44:44 | 327,076 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 16,558 | hpp | /*----------------------------------------------------------------------------+
Copyright (c) 2008-2008: Joachim Faulhaber
+-----------------------------------------------------------------------------+
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENCE.txt or copy at... | [
"jofaber@6b8beb3d-354a-0410-8f2b-82c74c7fef9a"
] | [
[
[
1,
512
]
]
] |
e1528808571f3e6f273693963a2f4cdce95cb38d | 8a8873b129313b24341e8fa88a49052e09c3fa51 | /inc/NewestDownload.h | a39c19236799d0fe94243e2af77d3e28f327a765 | [] | no_license | flaithbheartaigh/wapbrowser | ba09f7aa981d65df810dba2156a3f153df071dcf | b0d93ce8517916d23104be608548e93740bace4e | refs/heads/master | 2021-01-10T11:29:49.555342 | 2010-03-08T09:36:03 | 2010-03-08T09:36:03 | 50,261,329 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 5,226 | h | /*
============================================================================
Name : NewestDownload.h
Author :
Version :
Copyright : Your copyright notice
Description : NewestDownload declaration
============================================================================
*/
#ifnde... | [
"sungrass.xp@37a08ede-ebbd-11dd-bd7b-b12b6590754f"
] | [
[
[
1,
185
]
]
] |
127c3794cff5baae21c08afe0758ad0fb9e214f0 | 6996a66a1a3434203d0b9a6433902654c41309c8 | /Utils.h | 17cb1ecddfa464739a14719e0d41615e5905d9c9 | [] | no_license | dtbinh/CATALST-Robot-Formations-Simulator | 83509eba833f20f56311078049038da866d0b5a5 | f389557358588dcdf60c058c5ac0b55a5d2a7ae5 | refs/heads/master | 2020-05-29T08:45:57.510135 | 2011-06-29T08:54:27 | 2011-06-29T08:54:27 | 69,551,189 | 1 | 0 | null | 2016-09-29T09:12:48 | 2016-09-29T09:12:47 | null | UTF-8 | C++ | false | false | 4,122 | h | //
// Filename: "Utils.h"
//
// Programmer: Ross Mead
// Last modified: 30Nov2009
//
// Description: This file contains various utility functions.
//
// preprocessor directives
#ifndef UTILS_H
#define UTILS_H
#include <cstdlib>
#include <iostream>
#include "GLIncludes.h"
using namespace... | [
"rossmead@larry.(none)"
] | [
[
[
1,
181
]
]
] |
28357d0c3f181d81c010795f76d8e44e8ed8e225 | d2996420f8c3a6bbeef63a311dd6adc4acc40436 | /src/server/ServerPlayer.h | 54a8003bb0c0f3cf4f2655b6d56445e445c78c73 | [] | no_license | aruwen/graviator | 4d2e06e475492102fbf5d65754be33af641c0d6c | 9a881db9bb0f0de2e38591478429626ab8030e1d | refs/heads/master | 2021-01-19T00:13:10.843905 | 2011-03-13T13:15:25 | 2011-03-13T13:15:25 | 32,136,578 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,292 | h | //*********************************************************
// Graviator - QPT2a - FH Salzburg
// Stefan Ebner - Malte Langkabel - Christian Winkler
//
// Player
// manages Player
//
//*********************************************************
#ifndef SERVER_PLAYER_H
#define SERVER_PLAYER_H
#include "Serve... | [
"nightwolve@gmail.com@c8d5bfcc-1391-a108-90e5-e810ef6ef867"
] | [
[
[
1,
60
]
]
] |
902c0b97ed8b53f823cbb6ad277bf75bd6c29346 | 27d5670a7739a866c3ad97a71c0fc9334f6875f2 | /CPP/Targets/MapLib/Shared/src/WFDRMUtil.cpp | 51d4759771bccde1316c0da2fac3515db730cdba | [
"BSD-3-Clause"
] | permissive | ravustaja/Wayfinder-S60-Navigator | ef506c418b8c2e6498ece6dcae67e583fb8a4a95 | 14d1b729b2cea52f726874687e78f17492949585 | refs/heads/master | 2021-01-16T20:53:37.630909 | 2010-06-28T09:51:10 | 2010-06-28T09:51:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,862 | cpp | /*
Copyright (c) 1999 - 2010, Vodafone Group Services Ltd
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list... | [
"hlars@sema-ovpn-morpheus.itinerary.com"
] | [
[
[
1,
72
]
]
] |
bd2fb27913a762c222da1b15bba00f1107f1a19c | 580738f96494d426d6e5973c5b3493026caf8b6a | /Include/Vcl/teeprevi.hpp | e5ba360e62664a05a46c18279ebb64bb736526a3 | [] | no_license | bravesoftdz/cbuilder-vcl | 6b460b4d535d17c309560352479b437d99383d4b | 7b91ef1602681e094a6a7769ebb65ffd6f291c59 | refs/heads/master | 2021-01-10T14:21:03.726693 | 2010-01-11T11:23:45 | 2010-01-11T11:23:45 | 48,485,606 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,726 | hpp | // Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'TeePrevi.pas' rev: 6.00
#ifndef TeePreviHPP
#define TeePreviHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <TeCanv... | [
"bitscode@7bd08ab0-fa70-11de-930f-d36749347e7b"
] | [
[
[
1,
206
]
]
] |
f76cce5e5b7466d5039cfbdb6bbf72c7c3cd1330 | bdb8fc8eb5edc84cf92ba80b8541ba2b6c2b0918 | /TPs CPOO/Gareth & Maxime/Projet/CanonNoir_Moteur_C++/fichiers/Duel.h | 65ba0f573fdf3b8a68f53be82f65d3f1f78eaccf | [] | no_license | Issam-Engineer/tp4infoinsa | 3538644b40d19375b6bb25f030580004ed4a056d | 1576c31862ffbc048890e72a81efa11dba16338b | refs/heads/master | 2021-01-10T17:53:31.102683 | 2011-01-27T07:46:51 | 2011-01-27T07:46:51 | 55,446,817 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 518 | h | /**
*\file Duel.h
*\brief File containing the functionalities and the attributes of the Duel class
*\author Maxime HAVEZ
*\author Gareth THIVEUX
*\version 1.0
*/
#ifndef DUEL_H
#define DUEL_H
#include "Etat.h"
class Duel : public Etat
{
private :
bool touche;
public :
/**
*\fn void ex... | [
"havez.maxime.01@9f3b02c3-fd90-5378-97a3-836ae78947c6",
"garethiveux@9f3b02c3-fd90-5378-97a3-836ae78947c6"
] | [
[
[
1,
1
],
[
7,
8
],
[
12,
25
],
[
31,
32
]
],
[
[
2,
6
],
[
9,
11
],
[
26,
30
],
[
33,
34
]
]
] |
9127c11594606de786c1043b4b3920d56444cae4 | d54d8b1bbc9575f3c96853e0c67f17c1ad7ab546 | /hlsdk-2.3-p3/multiplayer/dlls/effects.cpp | c352b0e02364f88e75b56fb088135c4ecc81820a | [] | no_license | joropito/amxxgroup | 637ee71e250ffd6a7e628f77893caef4c4b1af0a | f948042ee63ebac6ad0332f8a77393322157fa8f | refs/heads/master | 2021-01-10T09:21:31.449489 | 2010-04-11T21:34:27 | 2010-04-11T21:34:27 | 47,087,485 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 52,772 | cpp | /***
*
* Copyright (c) 1996-2002, Valve LLC. All rights reserved.
*
* This product contains software technology licensed from Id
* Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc.
* All Rights Reserved.
*
* Use, distribution, and modification of this source code and/or resulting
... | [
"joropito@23c7d628-c96c-11de-a380-73d83ba7c083"
] | [
[
[
1,
2268
]
]
] |
78aba2452772ac990daabb52a57825c9fbcb4723 | 5ff30d64df43c7438bbbcfda528b09bb8fec9e6b | /kcore/sys/DateTime.cpp | 26b11d60229aa3fd73f6a210b27537dbbad17e22 | [] | no_license | lvtx/gamekernel | c80cdb4655f6d4930a7d035a5448b469ac9ae924 | a84d9c268590a294a298a4c825d2dfe35e6eca21 | refs/heads/master | 2016-09-06T18:11:42.702216 | 2011-09-27T07:22:08 | 2011-09-27T07:22:08 | 38,255,025 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 21,303 | cpp | #include "stdafx.h"
#include <kcore/corebase.h>
#include <kcore/sys/DateTime.h>
#include <time.h>
namespace gk {
#define LLABS(i) (((i)<0)?-(i):(i))
#define MAX_TIME_BUFFER_SIZE 128
// Constant array with months # of days of year
int DateTime::anMonthDayInYear[13] = {0, 31, 59, 90, 120, 151, 181, ... | [
"darkface@localhost"
] | [
[
[
1,
795
]
]
] |
555c901186503258f732f698ea4826ebf439cb1d | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/mw/classicui/uifw/apps/S60_SDK3.0/bctestnote/inc/bctesteikprogressinfocase.h | 7bd45608140bb541e76b00cd46108d490345c40f | [] | 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,065 | h | /*
* 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,
99
]
]
] |
ad696d55979ec71177059a0353db997e854d4efa | 38926bfe477f933a307f51376dd3c356e7893ffc | /Source/GameDLL/ScriptBind_Actor.h | 02066ccf79ecde9fbabdc76045723fc134929c4c | [] | no_license | richmondx/dead6 | b0e9dd94a0ebb297c0c6e9c4f24c6482ef4d5161 | 955f76f35d94ed5f991871407f3d3ad83f06a530 | refs/heads/master | 2021-12-05T14:32:01.782047 | 2008-01-01T13:13:39 | 2008-01-01T13:13:39 | null | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 7,641 | h | /*************************************************************************
Crytek Source File.
Copyright (C), Crytek Studios, 2001-2004.
-------------------------------------------------------------------------
$Id$
$DateTime$
Description: Exposes actor functionality to LUA
----------------------... | [
"dante.renevo@gmail.com",
"kkirst@c5e09591-5635-0410-80e3-0b71df3ecc31"
] | [
[
[
1,
69
],
[
71,
86
],
[
89,
98
],
[
100,
112
],
[
114,
125
],
[
127,
144
],
[
148,
157
]
],
[
[
70,
70
],
[
87,
88
],
[
... |
242faeb7fc12dee123ae3822cf1ca29a20f30560 | 9426ad6e612863451ad7aac2ad8c8dd100a37a98 | /ULLib/include/ULProfileReg.h | dfa575e9e3f19345e838b45551c1934638b1ec34 | [] | 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 | 5,627 | h | ///\file ULProfileReg.h
///\brief Заголовочный файл класса профиля приложения в реестре(17.08.2007)
#pragma once
#ifndef __UL_ULPROFILE_REG_H__
#define __UL_ULPROFILE_REG_H__
#include <windows.h>
namespace ULOther
{
///\class CULProfileReg
///\brief Класс профиля приложения в реестре(17.08.2007)
class CULP... | [
"UncleLab@a8b69a72-a546-0410-9fb4-5106a01aa11f"
] | [
[
[
1,
93
]
]
] |
b9c74c8fd8158c46e63c4f96c9f6d98addd06e0e | ce262ae496ab3eeebfcbb337da86d34eb689c07b | /SETools/SEToolsCommon/SECollada/SEColladaInstanceController.h | 4b643197c4376f2295c12d85691c0d7da2b5a48a | [] | no_license | pizibing/swingengine | d8d9208c00ec2944817e1aab51287a3c38103bea | e7109d7b3e28c4421c173712eaf872771550669e | refs/heads/master | 2021-01-16T18:29:10.689858 | 2011-06-23T04:27:46 | 2011-06-23T04:27:46 | 33,969,301 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,255 | h | // Swing Engine Version 1 Source Code
// Most of techniques in the engine are mainly based on David Eberly's
// Wild Magic 4 open-source code.The author of Swing Engine learned a lot
// from Eberly's experience of architecture and algorithm.
// Several sub-systems are totally new,and others are re-implimented or
... | [
"hide106@163.com@876e9856-8d94-11de-b760-4d83c623b0ac"
] | [
[
[
1,
74
]
]
] |
b1587e09cc8cf6657bacf7b91b252b1fdd2bce44 | 95a3e8914ddc6be5098ff5bc380305f3c5bcecb2 | /src/FusionForever_lib/FadeInScene.h | 42da6bc5df07832cff7f70a8b6a1c8479e8218dc | [] | no_license | danishcake/FusionForever | 8fc3b1a33ac47177666e6ada9d9d19df9fc13784 | 186d1426fe6b3732a49dfc8b60eb946d62aa0e3b | refs/heads/master | 2016-09-05T16:16:02.040635 | 2010-04-24T11:05:10 | 2010-04-24T11:05:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 494 | h | #pragma once
#include "BaseScene.h"
/**
* The FadeInScene represents a fade in and should be push onto the scene vector after
* the item to be faded in.
*/
class FadeInScene :
public BaseScene
{
public:
FadeInScene();
virtual ~FadeInScene(void);
virtual void Tick(float _timespan, std::vector<B... | [
"Edward Woolhouse@e6f1df29-e57c-d74d-9e6e-27e3b006b1a7"
] | [
[
[
1,
23
]
]
] |
86c0f7b2bfa5c6cabb85505d77e5d2cc1e8e3890 | 4275e8a25c389833c304317bdee5355ed85c7500 | /Netlib/cDataPacket.h | 83c5700fc45dd601e382fd12c8648000a90a4490 | [] | no_license | kumorikarasu/KylTek | 482692298ef8ff501fd0846b5f41e9e411afe686 | be6a09d20159d0a320abc4d947d4329f82d379b9 | refs/heads/master | 2021-01-10T07:57:40.134888 | 2010-07-26T12:10:09 | 2010-07-26T12:10:09 | 55,943,006 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,355 | h | /*******************************************************************
* Advanced 3D Game Programming with DirectX 10.0
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* See license.txt for modification and distribution information
* copyright (c) 2007 by Peter Walsh, Wordware
... | [
"Sean Stacey@localhost"
] | [
[
[
1,
48
]
]
] |
67bad870a94f6f709661353b98287dda2207b340 | 74c8da5b29163992a08a376c7819785998afb588 | /NetAnimal/addons/pa/ParticleUniverse/src/ParticleAffectors/ParticleUniverseSphereColliderTokens.cpp | 29c3e1b5e96da2b66efae7295c63babfabbef908 | [] | no_license | dbabox/aomi | dbfb46c1c9417a8078ec9a516cc9c90fe3773b78 | 4cffc8e59368e82aed997fe0f4dcbd7df626d1d0 | refs/heads/master | 2021-01-13T14:05:10.813348 | 2011-06-07T09:36:41 | 2011-06-07T09:36:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,839 | cpp | /*
-----------------------------------------------------------------------------------------------
This source file is part of the Particle Universe product.
Copyright (c) 2010 Henry van Merode
Usage of this program is licensed under the terms of the Particle Universe Commercial License.
You can find a copy of... | [
"ogre3d@yeah.net"
] | [
[
[
1,
109
]
]
] |
e2445b8f5afa5662ab2aa6b1b072ec1a5c817876 | 63d8291850783397b2149b4f38d0b1919bf87e5c | /PobotKey/Projects/Arduino/Tests Simples/Modif_Timer/MicroTimer2.h | 039062e311a523df42c43c1892d9c7be36a63272 | [] | no_license | JulienHoltzer/Pobot-Playground | 8d0cb50edc5846d7fe717f467d5a9f07ad7e7979 | a4a9c6af9c8b2fec8e5782be86427620843f38df | refs/heads/master | 2021-05-28T04:54:03.737479 | 2011-11-11T10:32:43 | 2011-11-11T10:32:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 381 | h | #ifndef MicroTimer2_h
#define MicroTimer2_h
#include <avr/interrupt.h>
namespace MicroTimer2 {
extern unsigned long msecs;
extern void (*func)();
extern volatile unsigned long count;
extern volatile char overflowing;
extern volatile unsigned int tcnt2;
void set(unsigned long ms, void (*f)());
vo... | [
"julien.holtzer@c631b436-7905-11de-aab9-69570e6b7754"
] | [
[
[
1,
19
]
]
] |
c7a5674e82764fcd4eb254c83f19130c0a58e31d | 7b4c786d4258ce4421b1e7bcca9011d4eeb50083 | /_20090206_代码统计专用文件夹/C++Primer中文版(第4版)/第三章 标准库类型/20090117_习题3.8_连接多个string对象.cpp | 8c49d6ed7a8fcd6c0b33d9c178304cb2c687def5 | [] | 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 | 315 | cpp | #include <iostream>
#include <string>
using namespace std;
int main()
{
string result_str,str;
cout << "Enter strings(Ctrl+Z to end):" << endl;
while(cin >> str)
result_str+=str;
cout << "String equal to the concatenation of these strings is:"
<< endl << result_str << endl;
return 0;
} | [
"baicaibang@70501136-4834-11de-8855-c187e5f49513"
] | [
[
[
1,
17
]
]
] |
d4470ac280e42e2187c858123ef589ee310a925d | c66499a43b01dc474b85e1b74f871870f0e8d5ed | /MSAOpenCL/examples/openFrameworks/MSAOpenCL example - hello world/src/testApp.cpp | 1181184d65585df62f74fbdac300fa064f25484f | [] | no_license | joshuajnoble/msalibs | c50e58530514dc750eb21c3ddb37289959a58d42 | d6da5bd33e90f22dec002a439540baa144bd5ee0 | refs/heads/master | 2021-01-16T23:02:09.205880 | 2011-08-06T09:42:21 | 2011-08-06T09:42:21 | 1,996,246 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,422 | cpp | #include "testApp.h"
#include "MSAOpenCL.h"
#include "MSATimer.h"
#define SIZE (2048*2048)
#define REPS 500
MSA::OpenCL openCL;
float buf[2][SIZE];
MSA::OpenCLBuffer clBuf[2];
float scalerMultipler;
float testBuffer[SIZE];
MSA::Timer timer;
//-----------------------------------------... | [
"memo@Memos-MacBook-Pro.local"
] | [
[
[
1,
111
]
]
] |
998b3d796d5cc9de7571898c738e5a2416fde198 | faaac39c2cc373003406ab2ac4f5363de07a6aae | / zenithprime/inc/controller/Controler.h | 50530b5571526e8ef5510ea94f6d403a7eb632eb | [] | no_license | mgq812/zenithprime | 595625f2ec86879eb5d0df4613ba41a10e3158c0 | 3c8ff4a46fb8837e13773e45f23974943a467a6f | refs/heads/master | 2021-01-20T06:57:05.754430 | 2011-02-05T17:20:19 | 2011-02-05T17:20:19 | 32,297,284 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 221 | h | class Controler
{
public:
void RightMouseClick(int x, int y);
void LeftMouseClick(int x, int y);
void MouseHover(int x, int y);
void LeftMouseDrag(int xStart, int yStart, int xEnd, int yEnd);
private:
};
| [
"ElderGrimes@2c223db4-e1a0-a0c7-f360-d8b483a75394"
] | [
[
[
1,
11
]
]
] |
c1656cae5756fea3e2b06a72a61137f311a36ca6 | c3ae23286c2e8268355241f8f06cd1309922a8d6 | /rateracerlib/shapes/Shape.h | 8b97a2b2816eedd22573aad3131773856b6d6d12 | [] | no_license | BackupTheBerlios/rateracer-svn | 2f43f020ecdd8a3528880d474bec1c0464879597 | 838ad3f326962028ce8d493d2c06f6af6ea4664c | refs/heads/master | 2020-06-04T03:31:51.633612 | 2005-05-30T06:38:01 | 2005-05-30T06:38:01 | 40,800,078 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,082 | h | #pragma once
#include <windows.h>
#include <gl/GL.h>
#include <gl/GLU.h>
#include "mathlib.h"
#include "Ray.h"
#include "Material.h"
class Vec3;
class Grid;
// NOTE: Shape primitives should be convex for optimization assumptions to work!
// Maybe add: kDOP, metaballs
class Shape
{
public:
Sha... | [
"gweronimo@afd64b18-8dda-0310-837d-b02fe5df315d"
] | [
[
[
1,
53
]
]
] |
facbee22c2da89896066e584d916aaa4048bf6a8 | b6a6fa4324540b94fb84ee68de3021a66f5efe43 | /SCS/Instruments/SynthBass1.h | 4b2bc5fc0ec72bc6a77f529071949f0cff2d1ce2 | [] | no_license | southor/duplo-scs | dbb54061704f8a2ec0514ad7d204178bfb5a290e | 403cc209039484b469d602b6752f66b9e7c811de | refs/heads/master | 2021-01-20T10:41:22.702098 | 2010-02-25T16:44:39 | 2010-02-25T16:44:39 | 34,623,992 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,258 | h | #ifndef _SYNTHBASS1_
#define _SYNTHBASS1_
#include "Standards.h"
//#include "Instrument.h"
#include "EnvelopeT.h"
#include "Curves.h"
class SynthBass1 : public StandardInstrument
{
public:
double Pos;
EnvelopeT *Envelope;
double Mod1; // controls decay and synthy sound
double ThinMod;
S... | [
"t.soderberg8@2b3d9118-3c8b-11de-9b50-8bb2048eb44c"
] | [
[
[
1,
86
]
]
] |
9751251705fec7bbc9daf10a584bf4856cc381dd | 62874cd4e97b2cfa74f4e507b798f6d5c7022d81 | /src/libMidi-Me/InputDevice.cpp | 7dcec2d915b26c52837a3736ffed3eb7e502d9b9 | [] | no_license | rjaramih/midi-me | 6a4047e5f390a5ec851cbdc1b7495b7fe80a4158 | 6dd6a1a0111645199871f9951f841e74de0fe438 | refs/heads/master | 2021-03-12T21:31:17.689628 | 2011-07-31T22:42:05 | 2011-07-31T22:42:05 | 36,944,802 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,929 | cpp | // Includes
#include "InputDevice.h"
#include "DeviceManager.h"
#include "Input.h"
#include "Output.h"
using namespace MidiMe;
/******************************
* Constructors and destructor *
******************************/
InputDevice::InputDevice(const string &name)
: m_name(name)
{
// Register this... | [
"Jeroen.Dierckx@d8a2fbcc-2753-0410-82a0-8bc2cd85795f"
] | [
[
[
1,
146
]
]
] |
5adf6c1b4322aa632a293dd584bf5ae3e8873835 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/_Interface/WndBlessingCancel.cpp | 5c4a5e3e73a56441958c1a6096d3dc2d48349165 | [] | no_license | willrebuild/flyffsf | e5911fb412221e00a20a6867fd00c55afca593c7 | d38cc11790480d617b38bb5fc50729d676aef80d | refs/heads/master | 2021-01-19T20:27:35.200154 | 2011-02-10T12:34:43 | 2011-02-10T12:34:43 | 32,710,780 | 3 | 0 | null | null | null | null | UHC | C++ | false | false | 5,325 | cpp | #include "stdafx.h"
#include "resData.h"
#include "WndBlessingCancel.h"
#include "DPClient.h"
#include "defineText.h"
#include "randomoption.h"
#if __VER >= 11 // __SYS_IDENTIFY
extern CDPClient g_DPlay;
/****************************************************
WndId : APP_CALCEL_BLESSING - 아이템 각성
CtrlId ... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
198
]
]
] |
6d2b5fe2e159a1480813b01da69a4148baabe79e | 69fa2399112f2f4eda3731eef1d783d25dd4c9ca | /src/bmp.cpp | eca336027838167a236da21dec84e148c3970401 | [
"ISC"
] | permissive | OpenSourceCancer/lcp | 082f930bef5d7cd739509c7a7a23ed141567d851 | 2faaf7dab7597f8a1796e74aa651cfff3ca0777a | refs/heads/master | 2021-01-18T11:12:30.344747 | 2010-11-01T01:19:49 | 2010-11-01T01:19:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,486 | cpp | /*
* read/write access to 512x512 bitmaps.
*
* Copyright (c) 2009 Vedant Kumar <vminch@gmail.com>
*/
#include "image.hpp"
static Word bfType;
static DWord bfSize = 19778;
static Word bfReserved1 = 0;
static Word bfReserved2 = 0;
static DWord bfOffBits;
static DWord biSize;
static DWord biWidth = 51... | [
"vminch@gmail.com"
] | [
[
[
1,
119
]
]
] |
f37876102df0cec8d45ea0f56f0ce1bc87a6b69e | 8a816dc2da5158e8d4f2081e6086575346869a16 | /RenderCSM/RenderCSMMFC/RenderCSMMFC.h | eaf8d95a0070ab4db5b4c8cae74663f79f10a8b3 | [] | no_license | yyzreal/3ds-max-exporter-plugin | ca43f9193afd471581075528b27d8a600fd2b7fa | 249f24c29dcfd6dd072c707f7642cf56cba06ef0 | refs/heads/master | 2020-04-10T14:50:13.717379 | 2011-06-12T15:10:54 | 2011-06-12T15:10:54 | 50,292,994 | 0 | 1 | null | 2016-01-24T15:07:28 | 2016-01-24T15:07:28 | null | UTF-8 | C++ | false | false | 609 | h | // RenderCSMMFC.h : main header file for the RenderCSMMFC application
//
#pragma once
#ifndef __AFXWIN_H__
#error "include 'stdafx.h' before including this file for PCH"
#endif
#include "resource.h" // main symbols
// CRenderCSMMFCApp:
// See RenderCSMMFC.cpp for the implementation of this class
... | [
"RockerBenny@gmail.com@4008efc8-90d6-34c1-d252-cb7169c873e6"
] | [
[
[
1,
32
]
]
] |
70627c4b9b4f29242b48776762296aebdf66ef2f | ffb363eadafafb4b656355b881395f8d59270f55 | /my/test/test_matrix_slice_2.cpp | fd49c88d766b830002d110b26a0492e56b7d304e | [
"MIT"
] | permissive | hanji/matrix | 1c28830eb4fdb7eefe21b2f415a9ec354e18f168 | 9f3424628ab182d249c62aeaf4beb4fb2d073518 | refs/heads/master | 2023-08-08T07:36:26.581667 | 2009-12-03T06:25:24 | 2009-12-03T06:25:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,306 | cpp | #include <iostream>
#include <cstdlib>
#include <complex>
#include "static_if.hpp"
#include "countof.hpp"
#include "my/real_traits.hpp"
#include "my/vector.hpp"
#include "my/matrix.hpp"
template <typename T, size_t M, size_t N>
void foo(T(&a)[M][N])
{
std::size_t s[] = {1,2,3,0}, t[] = {0,1,2};
... | [
"hanji1984@2159fae2-c2cd-11de-acfc-b766374499fb"
] | [
[
[
1,
95
]
]
] |
cbcbf39699d04f912d030b6297ccba20d9896da9 | b7c505dcef43c0675fd89d428e45f3c2850b124f | /Src/SimulatorQt/Util/qt/Win32/include/Qt/qcolumnview.h | 57681f9e8c2b9ad5002e741157c3b7f05d72c554 | [
"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 | 4,503 | 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 QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial... | [
"alon@rogue.(none)"
] | [
[
[
1,
125
]
]
] |
f1753beb2060bfa4d3d3e8ce1cbd4378bb8bbd11 | 2403c4aa6404b44881e6bff3eb78d1386b2f82ee | / gogo-dolo --username morpheush.h@gmail.com/DoloPocoCN.h | c91d34b49da153025f2c65caa685e300dd2d11f6 | [] | no_license | duwu/gogo-dolo | 8ee505bb07b3cffbfb9e1f5be301b3becc3919f6 | a15cbfa5a725a0ed20cba2e76115dc9ab4f6f7bc | refs/heads/master | 2016-09-12T17:36:16.027532 | 2011-05-24T07:30:27 | 2011-05-24T07:30:27 | 57,050,398 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 210 | h | #pragma once
#include "dolo.h"
class CDoloPocoCN :
public CDolo
{
public:
CDoloPocoCN(void);
~CDoloPocoCN(void);
bool SearchLayer1(CString &str_url);
bool SearchLayer3(CString &str_url);
};
| [
"morpheush.h@gmail.com"
] | [
[
[
1,
13
]
]
] |
7bb2d8091151ed48ad5808ddb50c533f81504c6b | cdd3d4c40db6a0eee7ad679f57adc2b5d1159349 | /src/graffitiControlPanel.cpp | fe1ee739f074c41cefb697e0ffbfd7737b772b0b | [] | no_license | golanlevin/GMLStenciler | 4227fc348f6a1de4c3c4a651ab5caa68bbfe4934 | dfac16a260b71da0c4cb01c1b12547dbe5fedfd7 | refs/heads/master | 2021-01-01T16:50:16.519166 | 2010-07-04T22:19:39 | 2010-07-04T22:19:39 | 752,227 | 6 | 1 | null | 2014-03-02T20:39:14 | 2010-07-01T20:57:49 | C++ | UTF-8 | C++ | false | false | 3,880 | cpp | #include "graffitiControlPanel.h"
graffitiControlPanel::graffitiControlPanel(vars *v) {
myVars = v;
}
void graffitiControlPanel::startGUI() {
files.listDirWithExtension(".", ".gml");
//files.listDir(".");//our GMLs should be in data by default anyway. Add user input later
gui = new ofxControlPanel(... | [
"golan@flong.com"
] | [
[
[
1,
105
]
]
] |
6f843ed6380d9e653f161c04f5982ee8e131458c | dda0d7bb4153bcd98ad5e32e4eac22dc974b8c9d | /reporting/crashrpttest/crash_thread.cpp | 839a6d1687920b8f4ebdbfcd729fe4a2a377e712 | [
"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 | 3,624 | cpp | /*************************************************************************************
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,
100
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.