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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b7ba26de651d3da74c793d9f9245e568cb019d35 | b505ef7eb1a6c58ebcb73267eaa1bad60efb1cb2 | /source/sound/core/win32/directsound8/devicedirectsound8.cpp | d597478d81ff7308f07b3d86492aac6f0e2c4dca | [] | no_license | roxygen/maid2 | 230319e05d6d6e2f345eda4c4d9d430fae574422 | 455b6b57c4e08f3678948827d074385dbc6c3f58 | refs/heads/master | 2021-01-23T17:19:44.876818 | 2010-07-02T02:43:45 | 2010-07-02T02:43:45 | 38,671,921 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,675 | cpp | #include"devicedirectsound8.h"
#include"bufferdirectsound8.h"
#include"../../../../auxiliary/debug/warning.h"
namespace Maid { namespace Sound {
DeviceDirectSound8::DeviceDirectSound8( const boost::shared_ptr<GUID>& guid, const DllWrapper& dsounddll, const Window& window )
:m_pGUID(guid),m_dsounddll(dsou... | [
"renji2000@gmail.com"
] | [
[
[
1,
192
]
]
] |
945d64aef3416c5183f9da3d6e792b26a728855a | e2f961659b90ff605798134a0a512f9008c1575b | /Example-11/MODEL_INIT.INC | 6a928c933e03145f658b702e73f93dd0dba17fdf | [] | no_license | bs-eagle/test-models | 469fe485a0d9aec98ad06d39b75901c34072cf60 | d125060649179b8e4012459c0a62905ca5235ba7 | refs/heads/master | 2021-01-22T22:56:50.982294 | 2009-11-10T05:49:22 | 2009-11-10T05:49:22 | 1,266,143 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 98 | inc | PRESSURE
900*220
/
SWAT
600*0 300*1
/
SOIL
300*0 300*1 300*0
/
RS
900*1
/
| [
"sergey.miryanov@gmail.com"
] | [
[
[
1,
16
]
]
] |
18e393b03122259bc064b27a2777e1bd4a3fc826 | e580637678397200ed79532cd34ef78983e9aacd | /Grapplon/Sound.h | 657483069701cd89a4fa6f0f4124ef99a582d9c4 | [] | no_license | TimToxopeus/grapplon2 | 03520bf6b5feb2c6fcb0c5ddb135abe55d3f344b | 60f0564bdeda7d4c6e1b97148b5d060ab84c8bd5 | refs/heads/master | 2021-01-10T21:11:59.438625 | 2008-07-13T06:49:06 | 2008-07-13T06:49:06 | 41,954,527 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 539 | h | #pragma once
#include "Resource.h"
class CSound : public IResource
{
protected:
unsigned int m_iSound;
unsigned int m_iSource;
public:
CSound( std::string szName, unsigned int iSound ) : IResource( szName ) { m_eType = RT_SOUND; m_iSound = iSound; m_iSource = 0; }
virtual ~CSound() {}
unsigned in... | [
"tim.toxopeus@gmail.com",
"rikjansen@gmail.com"
] | [
[
[
1,
20
],
[
23,
23
]
],
[
[
21,
22
]
]
] |
b0312f3723651115901e0802bb69b077262e2b20 | fa5db3a4437f1e3b5f207e8d78b2652b0803e50e | /Pong/Button.h | 949acf2729f1468cb23f4d978eb1ce950f0132d9 | [] | no_license | allenparkhb/strog-pong | 524d181dd59992a747f0a7cf3cabd8d26d901b87 | 6b57189d19a256eef7e9d8130d4ee3b256985b4e | refs/heads/master | 2020-04-27T08:44:34.217184 | 2011-01-24T22:39:51 | 2011-01-24T22:39:51 | 35,724,302 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 755 | h | #pragma once
#include "Object.h"
class Button: public Object
{
private:
TexturePack m_tPack2; // the texture for the button being pressed
int top; // the y position of the first button in the menu
int spacing; // the space between buttons
eButton type; // type of button (ie PLAY, OPTIONS)
... | [
"StrogAnon@e8402ffd-162d-859a-42b0-96b8e9fa5dff"
] | [
[
[
1,
25
]
]
] |
d78fadf26c72a07ce65243c6a2aec0435558ecf4 | 28ba648bc8e18d3ad3878885ad39a05ebfb9259c | /CGWorkOpenGL/MyVector.cpp | de3f4dfd962c4c92ea29ba7b4ac172ebed8cf585 | [] | no_license | LinusTIAN/cg1-winter10 | 67da233f27dcf2fa693d830598473fde7d402ece | 0b929141c6eac3b96c038656e58620767ff52d9f | refs/heads/master | 2020-05-05T08:12:56.957326 | 2011-01-31T13:24:08 | 2011-01-31T13:24:08 | 36,010,723 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,034 | cpp | #include "MyVector.h"
#include <cmath>
MyVector::MyVector(void)
{
m_x = m_y = m_z = 0;
}
MyVector::MyVector(double x, double y, double z)
{
m_x = x; m_y = y; m_z = z;
}
MyVector::MyVector(double from_x, double from_y, double from_z,
double to_x, double to_y, double to_z)
{
m_x = to_x - from... | [
"slavak@2ff579a8-b8b1-c11a-477f-bc6c74f83876"
] | [
[
[
1,
57
]
]
] |
712062a4e705d4cffaa1564d3ffc75e524897bb9 | ddc9569f4950c83f98000a01dff485aa8fa67920 | /naikai/graphics/src/win32/opengl/nkRenderer.cpp | c9c9d6c2b728b2345fe5f2c6b8678469b0b7e94f | [] | no_license | chadaustin/naikai | 0a291ddabe725504cdd80c6e2c7ccb85dc5109da | 83b590b049a7e8a62faca2b0ca1d7d33e2013301 | refs/heads/master | 2021-01-10T13:28:48.743787 | 2003-02-19T19:56:24 | 2003-02-19T19:56:24 | 36,420,940 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,129 | cpp | #include <windows.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include <stdio.h>
#include <math.h>
#include "nsCOMPtr.h"
#include "nsIServiceManagerUtils.h"
#include "nkIWindowingService.h"
#include "nkIWindow.h"
#include "nkIWin32Window.h"
#include "nkRenderer.h"
class Painter : public nkICommand
{
publ... | [
"aegis@ed5ae262-7be1-47e3-824f-6ab8bb33c1ce"
] | [
[
[
1,
290
]
]
] |
423cb4ccab97b697062140bc13f3947d502004f0 | 85b3c5d2c89d05f4ad9cd90c9becc2ba8912eb0f | /problem6/6.cpp | 23a5cdb472260641d644850b3742977ed8142ee7 | [] | no_license | stevenc49/project_euler | 89ce29403f363363a477a776aaf523712b98185a | 7b3463af4bc37bcd25335431e7854f47b2c021cc | refs/heads/master | 2021-03-12T21:41:45.978945 | 2011-12-16T04:44:35 | 2011-12-16T04:44:35 | 968,635 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 433 | cpp | #include <iostream>
#include <cmath>
using namespace std;
int main()
{
const int MAX = 100;
int sum_of_sq = 0;
int sq_of_sum = 0;
for(int i=1; i<=MAX; i++)
{
sum_of_sq += pow((double)i,2);
}
for(int i=1; i<=MAX; i++)
{
sq_of_sum += i;
}
... | [
"scheong@pacificgeotech.com"
] | [
[
[
1,
28
]
]
] |
5728bb827123c87c13194030feaaf4ee8dfa6c81 | 394a3cb743fa873132d44a5800440e5bf7bcfad8 | /src/PriorityQueue.h | 8d82da66ffb59ab8e211b79a31eb36b7019f89c5 | [] | no_license | lfsmoura/dalgo | 19487487271b5410b3facfc0b0647c8736074fa8 | 47cfb3be3126955e822ca08179f82aa3eba1de6f | refs/heads/master | 2020-06-03T11:02:49.541436 | 2010-06-30T01:35:30 | 2010-06-30T01:35:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,388 | h | #ifndef PRIORITY_QUEUE
#define PRIORITY_QUEUE
#include "heap.h"
#include <limits>
template <class T>
class PriorityQueue {
const T MINIMO;
Heap* heap_;
T* cost_;
int maxItems_;
public:
PriorityQueue(int maxItems, T* f) : maxItems_(maxItems), cost_(f), MINIMO(std::numeric_limits<T>::min())
{
he... | [
"lfsmoura@inf.ufrgs.br"
] | [
[
[
1,
131
]
]
] |
7f137c844b4eeb598038f997e99bdfa0f6b4ac98 | 347fdd4d3b75c3ab0ecca61cf3671d2e6888e0d1 | /addons/vaNetwork/src/SocketSelector.cpp | c96d5b7f81fde656947d135060a380cafe471666 | [] | no_license | sanyaade/VirtualAwesome | 29688648aa3f191cdd756c826b5c84f6f841b93f | 05f3db98500366be1e79da16f5e353e366aed01f | refs/heads/master | 2020-12-01T03:03:51.561884 | 2010-11-08T00:17:44 | 2010-11-08T00:17:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,151 | cpp | ////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
// Copyright (C) 2007-2009 Laurent Gomila (laurent.gom@gmail.com)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any da... | [
"stefan@nortd.com"
] | [
[
[
1,
139
]
]
] |
444cabd2e990798b2392a590dfefd0025746db5d | 9c62af23e0a1faea5aaa8dd328ba1d82688823a5 | /rl/branches/persistence2/engine/core/include/ContentLoader.h | 1c74582281d7465fde85b13834e3db0ff2f4bd14 | [
"ClArtistic",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain"
] | permissive | jacmoe/dsa-hl-svn | 55b05b6f28b0b8b216eac7b0f9eedf650d116f85 | 97798e1f54df9d5785fb206c7165cd011c611560 | refs/heads/master | 2021-04-22T12:07:43.389214 | 2009-11-27T22:01:03 | 2009-11-27T22:01:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,379 | 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 it will ... | [
"timm@4c79e8ff-cfd4-0310-af45-a38c79f83013"
] | [
[
[
1,
43
]
]
] |
a9bccc483e693cf724b98cffff5f8177477aeb03 | b4e12edfcdad3ac2ebb7ecd40a825ec70f7a12fc | /src/cubuString.h | a156fe166355a57ab99329021dfd961a183074fc | [] | no_license | curlyfrie/cubu | f7b40c77323b0148d96225c110bc8f76920eb0a7 | 80d2fe4449d8b072be99aa75b9d2a4278120f8b3 | refs/heads/master | 2021-01-01T18:37:00.581538 | 2010-06-28T10:18:47 | 2010-06-28T10:18:47 | 32,509,954 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 698 | h | /*
* cubuString.h
* cubu
*
* Strings to draw in GUI
*/
#include <iostream>
#include "ofMain.h"
class cubuString {
public:
float x;
float y;
int color;
std::string text;
ofTrueTypeFont font;
cubuString();
cubuString(std::string ptext, float px, float py, std::string pfont,... | [
"danielfritz1@253ed6ba-2f75-df95-9641-daec35089882",
"hiller.elias@253ed6ba-2f75-df95-9641-daec35089882",
"alexander.fried1986@253ed6ba-2f75-df95-9641-daec35089882"
] | [
[
[
1,
26
],
[
28,
28
],
[
30,
30
],
[
32,
38
]
],
[
[
27,
27
]
],
[
[
29,
29
],
[
31,
31
]
]
] |
772702fbc01f69542147760cc10e0f6ce0e7c87a | e9944cc3f8c362cd0314a2d7a01291ed21de19ee | / xcommon/Public/Ext_Memory.cpp | caf56f102fff83d960d35e98ab9c21b6e251d533 | [] | no_license | wermanhme1990/xcommon | 49d7185a28316d46992ad9311ae9cdfe220cb586 | c9b1567da1f11e7a606c6ed638a9fde1f6ece577 | refs/heads/master | 2016-09-06T12:43:43.593776 | 2008-12-05T04:24:11 | 2008-12-05T04:24:11 | 39,864,906 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 10,686 | cpp |
/********************************************************************
Copyright (c) 2002-2003 汉王科技有限公司. 版权所有.
文件名称: Ext_Memory.h
文件内容: 内存操作的封装 可以提高程序可调适性
版本历史: 1.0
作者: xuejuntao xuejuntao@hanwang.com.cn 2008/02/26
*********************************************************************/
#include ... | [
"jtxuee@8e66cb3a-4d54-0410-a772-b92400a1a2d6"
] | [
[
[
1,
473
]
]
] |
5374d570488b3adede5973309b0ac5ad44160521 | b2b5c3694476d1631322a340c6ad9e5a9ec43688 | /Baluchon/BoxDetector.cpp | 5e024445eaec949ab45b515b1494947c2df0b110 | [] | no_license | jpmn/rough-albatross | 3c456ea23158e749b029b2112b2f82a7a5d1fb2b | eb2951062f6c954814f064a28ad7c7a4e7cc35b0 | refs/heads/master | 2016-09-05T12:18:01.227974 | 2010-12-19T08:03:25 | 2010-12-19T08:03:25 | 32,195,707 | 1 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,662 | cpp | #include "BoxDetector.h"
#include "MathUtility.h"
using namespace baluchon::utilities;
namespace baluchon { namespace core { namespace services { namespace objectdetection {
BoxDetector::BoxDetector(void) {
mPrismFactory = new PrismFactory();
mRectangleDetector = new RectangleDetector();
}
BoxDetect... | [
"jpmorin196@bd4f47a5-da4e-a94a-6a47-2669d62bc1a5"
] | [
[
[
1,
80
]
]
] |
1b2436df93df468dffcfaef38d41ec642e6e06de | b2d46af9c6152323ce240374afc998c1574db71f | /cursovideojuegos/theflostiproject/3rdParty/boost/libs/numeric/ublas/test4/test43.cpp | c32525e2f10b05fbfc0fdfeb5a33503a3aee097c | [] | 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 | 15,748 | cpp | //
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
// provided that the above copyright notice appear in all copies and
// that both that copyright notic... | [
"ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a"
] | [
[
[
1,
352
]
]
] |
da138420aaea2bb5c1c11cd18bb1db6309ffcc02 | 56c792a91c174293c8f848ea5498c1145b4946fe | /rgrow-release/RegionGrowingBase.h | 9f573bc3668d258c523cbc8ab1c94bac0c21feb9 | [] | no_license | ltflores/csc821a3 | f9e4e1d31eaefaa6246515b444d1a9008d8b8f94 | cc22d481e466172dfdac20366d41a14bf2eb2470 | refs/heads/master | 2020-06-12T18:13:05.260330 | 2011-05-08T22:39:32 | 2011-05-08T22:39:32 | 32,131,514 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,624 | h | /*=========================================================================
Program: Region Gorwing Application
Course: CSC821
Date: April 13, 2011
Version: 1.0
Author: Lorenzo Flores
Notes: Code based on ITK region growing segmentation application.
=================================... | [
"ltflores@gmail.com@f99ad3ae-f7c5-c186-d9e4-f786dcd8cbb9"
] | [
[
[
1,
189
]
]
] |
55386ff6d2004f8070e0ee50979409651aaf68fc | b14d5833a79518a40d302e5eb40ed5da193cf1b2 | /cpp/extern/crypto++/5.2.1/winpipes.cpp | 0745192bf0cf0f55636caa449294456fd41dc4ce | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-cryptopp"
] | permissive | andyburke/bitflood | dcb3fb62dad7fa5e20cf9f1d58aaa94be30e82bf | fca6c0b635d07da4e6c7fbfa032921c827a981d6 | refs/heads/master | 2016-09-10T02:14:35.564530 | 2011-11-17T09:51:49 | 2011-11-17T09:51:49 | 2,794,411 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,451 | cpp | // winpipes.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "winpipes.h"
#ifdef WINDOWS_PIPES_AVAILABLE
#include "wait.h"
NAMESPACE_BEGIN(CryptoPP)
WindowsHandle::WindowsHandle(HANDLE h, bool own)
: m_h(h), m_own(own)
{
}
WindowsHandle::~WindowsHandle()
{
if ... | [
"aburke@bitflood.org"
] | [
[
[
1,
205
]
]
] |
5d4e53db7082247874e99a52eb9632a353cc0a3f | f13f46fbe8535a7573d0f399449c230a35cd2014 | /JelloMan/TerrainLoader.h | 5002f9d8d525eb843c43456ee7abe8a2db7cd18c | [] | no_license | fangsunjian/jello-man | 354f1c86edc2af55045d8d2bcb58d9cf9b26c68a | 148170a4834a77a9e1549ad3bb746cb03470df8f | refs/heads/master | 2020-12-24T16:42:11.511756 | 2011-06-14T10:16:51 | 2011-06-14T10:16:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 864 | h | #pragma once
//-----------------------------------------------------
// Include Files
//-----------------------------------------------------
#include "d3dUtil.h"
#include "AssetContainer.h"
#include "Model.h"
#include <vector>
class TerrainLoader
{
public:
//------Constructor-Destructor------->
Terr... | [
"bastian.damman@0fb7bab5-1bf9-c5f3-09d9-7611b49293d6"
] | [
[
[
1,
29
]
]
] |
e02101d6eaecc5b58ae946ba189e277b114bc7ce | 4d01363b089917facfef766868fb2b1a853605c7 | /src/Utils/Structures/Position3.h | e2f5155ffb98c39e902822e37e2a0ce7487591f9 | [] | no_license | FardMan69420/aimbot-57 | 2bc7075e2f24dc35b224fcfb5623083edcd0c52b | 3f2b86a1f86e5a6da0605461e7ad81be2a91c49c | refs/heads/master | 2022-03-20T07:18:53.690175 | 2009-07-21T22:45:12 | 2009-07-21T22:45:12 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,659 | h | #ifndef position3_h
#define position3_h
#include "Vector3.h"
class Position3
{
public:
float x, y, z;
Position3()
{
x = y = z = 0;
}
Position3(float x, float y, float z)
{
this->x = x;
this->y = y;
this->z = z;
}
Position3(const Position3& other)
{
this->x = other.x;
thi... | [
"daven.hughes@92c3b6dc-493d-11de-82d9-516ade3e46db"
] | [
[
[
1,
102
]
]
] |
e74df649f25b5201b71040c7af99cb0d2d5a2b24 | b22c254d7670522ec2caa61c998f8741b1da9388 | /dependencies/OpenSceneGraph/include/osgUtil/SmoothingVisitor | e14759386e410147b3622c7fdccb96432a793edb | [] | 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 | 1,421 | /* -*-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,
46
]
]
] | |
59197c9851400d3b2a0f68c3d1ac8d45b005881b | d826e0dcc5b51f57101f2579d65ce8e010f084ec | /pre/FSKETCHCreate2DCircleCenterPoint.cpp | a2ac3fbbe349a48723479ea57a8f1c7565bd6e24 | [] | no_license | crazyhedgehog/macro-parametric | 308d9253b96978537a26ade55c9c235e0442d2c4 | 9c98d25e148f894b45f69094a4031b8ad938bcc9 | refs/heads/master | 2020-05-18T06:01:30.426388 | 2009-06-26T15:00:02 | 2009-06-26T15:00:02 | 38,305,994 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,429 | cpp | #include ".\FSKETCHCreate2DCircleCenterPoint.h"
#include <iostream>
#include "Part.h"
#include "FSketch.h"
int FSKETCHCreate2DCircleCenterPoint::_circle2DCPCnt = 0;
FSKETCHCreate2DCircleCenterPoint::FSKETCHCreate2DCircleCenterPoint(Part * part, tag_t fTag, FSketch * pFSketch)
: Feature (part, fTag)
{
... | [
"surplusz@2d8c97fe-2f4b-11de-8e0c-53a27eea117e"
] | [
[
[
1,
50
]
]
] |
46fe3981f2b2fb75f3b5dc9a3de47452d33dc43c | de75637338706776f8770c9cd169761cec128579 | /VHFOS/Simple Game Framework/GameMonkey/gmLog.cpp | 330dea9b7bf80103551f52f2f360c2baee65e4cb | [] | no_license | huytd/fosengine | e018957abb7b2ea2c4908167ec83cb459c3de716 | 1cebb1bec49720a8e9ecae1c3d0c92e8d16c27c5 | refs/heads/master | 2021-01-18T23:47:32.402023 | 2008-07-12T07:20:10 | 2008-07-12T07:20:10 | 38,933,821 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,263 | cpp | /*
_____ __ ___ __ ____ _ __
/ ___/__ ___ _ ___ / |/ /__ ___ / /_____ __ __/ __/_______(_)__ / /_
/ (_ / _ `/ ' \/ -_) /|_/ / _ \/ _ \/ '_/ -_) // /\ \/ __/ __/ / _ \/ __/
\___/\_,_/_/_/_/\__/_/ /_/\___/_//_/_/\_\\__/\_, /___/\__/_/ /_/ .__/\__/
... | [
"doqkhanh@52f955dd-904d-0410-b1ed-9fe3d3cbfe06"
] | [
[
[
1,
118
]
]
] |
94fb39d643a358f7b8092ac85f3b1e7bbbc9031d | 1d693dd1b12b23c72dd0bb12a3fc29ed88a7e2d5 | /src/nbpflcompiler/strutils.h | e42b984c9cc82cb4cba8960a4824734c3b651928 | [] | no_license | rrdenicol/Netbee | 8765ebc2db4ba9bd27c2263483741b409da8300a | 38edb4ffa78b8fb7a4167a5d04f40f8f4466be3e | refs/heads/master | 2021-01-16T18:42:17.961177 | 2011-12-26T20:27:03 | 2011-12-26T20:27:03 | 3,053,086 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,308 | h | /*****************************************************************************/
/* */
/* Copyright notice: please read file license.txt in the NetBee root folder. */
/* ... | [
"rdenicol@cpqd.com.br"
] | [
[
[
1,
57
]
]
] |
9d7079e3153c40341ea686ee04f2b8b56e77745a | de24ee2f04bf6d69bc093db4b3091da8c9e44a90 | /TutorialApplication.cpp | 0d6e5d1c6556bd11f69c8052d09c2e0bc68ff9f0 | [] | no_license | martinvium/sidescroller | 713361432d5d3e3235766bf9a14b1394dc83085a | 00e9a51fc9f6d8a5b765a469c4560ea9f33cb9b6 | refs/heads/master | 2020-12-24T15:49:37.627554 | 2011-04-25T17:00:00 | 2011-04-25T17:00:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,620 | cpp | /*
-----------------------------------------------------------------------------
Filename: TutorialApplication.cpp
-----------------------------------------------------------------------------
This source file is part of the
___ __ __ _ _ _
/___\__ _ _ __ ___ / / /\ \ (_) | _(_)
... | [
"martin.vium@gmail.com",
"krogslund@gmail.com"
] | [
[
[
1,
43
],
[
45,
225
],
[
250,
251
],
[
253,
254
],
[
265,
268
],
[
270,
281
],
[
283,
304
]
],
[
[
44,
44
],
[
226,
249
],
[
... |
0886af496aba798ef98866080bb1d088f5b5d39a | fd196fe7f1a57a3d589dd987127391b6428dbc9f | /Projects/Platform2DGameTest/Engine/Win32/GWTimer.cpp | 6d801804d9788a235a1d345c9e208d358807a849 | [] | no_license | aosyang/Graphic-Workbench | 73651b597b7ad9f759618bad30313bfad12a35b5 | 48c3b4b034ea332fb926ac0a0bd1f7c1fc1a2bb1 | refs/heads/master | 2021-01-22T23:25:48.330855 | 2011-11-29T09:27:52 | 2011-11-29T09:27:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 333 | cpp | /********************************************************************
created: 2011/10/31
filename: GWTimer.cpp
author: Mwolf
purpose:
*********************************************************************/
#include "GWTimer.h"
#include <windows.h>
GW_UINT32 GWSys_GetTickCount()
{
return GetTick... | [
"aosyang@gmail.com@b4c0308a-e464-ec88-fcea-6ff8c68c914a"
] | [
[
[
1,
15
]
]
] |
7fa453dc98b311259f0f594aebaab1487c18de71 | fc4946d917dc2ea50798a03981b0274e403eb9b7 | /gentleman/gentleman/WindowsAPICodePack/WindowsAPICodePack/DirectX/DirectX/Direct2D/D2DException.h | b48da8933bdb114542252d3aef50e58af94ec39a | [] | no_license | midnite8177/phever | f9a55a545322c9aff0c7d0c45be3d3ddd6088c97 | 45529e80ebf707e7299887165821ca360aa1907d | refs/heads/master | 2020-05-16T21:59:24.201346 | 2010-07-12T23:51:53 | 2010-07-12T23:51:53 | 34,965,829 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,077 | h | // Copyright (c) Microsoft Corporation. All rights reserved.
#pragma once
#include "DirectXException.h"
using namespace System;
using namespace Microsoft::WindowsAPICodePack::DirectX;
namespace Microsoft { namespace WindowsAPICodePack { namespace DirectX { namespace Direct2D1 {
/// <summary>
/// Base... | [
"lucemia@9e708c16-f4dd-11de-aa3c-59de0406b4f5"
] | [
[
[
1,
42
]
]
] |
9509154429a3a39ec5db508e667353c67b818266 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/boost/xpressive/traits/null_regex_traits.hpp | 34f30727821b7db0f7fdfdaa5fb43bb0c793ba25 | [
"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 | 7,163 | hpp | ///////////////////////////////////////////////////////////////////////////////
/// \file null_regex_traits.hpp
/// Contains the definition of the null_regex_traits\<\> template, which is a
/// stub regex traits implementation that can be used by static and dynamic
/// regexes for searching non-character data.
//... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
233
]
]
] |
12407285eaee4b4445e554f340ecedeb8af37179 | 5851a831bcc95145bf501b40e90e224d08fa4ac9 | /src/plugins/imex-plugin/ui_imexport.cpp | f990dec00dad7a2c149deed259cbacbe90dba63b | [] | 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 | GB18030 | C++ | false | false | 11,752 | cpp | #include "ui_imexport.h"
#include <cMzCommon.h>
using namespace cMzCommon;
#include "ui_calendar.h"
MZ_IMPLEMENT_DYNAMIC(Ui_ImExportWnd)
MZ_IMPLEMENT_DYNAMIC(Ui_ExDateRangeWnd)
#define MZ_IDC_TOOLBAR_CONFIG 101
#define MZ_IDC_BUTTON_IMPORT 102
#define MZ_IDC_BUTTON_EXPORT 103
#define IDC_PPM_QIF 106
... | [
"jemyzhang@e7c2eee8-530d-454e-acc3-bb8019a9d48c"
] | [
[
[
1,
362
]
]
] |
23e2aab13d68ad2cbc0612639a6b93bb9cde2e7b | 9b575a11ef9652d78a93f71f5a61a01ae46ef7d0 | /Box2D2EngineReflexingBalls/sourcecode/LinkerAgent.cpp | abb04676d95567cf09adaaeb00c59870cf9da465 | [] | no_license | vanminhle246/Physics2Engine | f9133786868a8c33d3919ef069372f4b1f9f6eb4 | cd6f0e6d90e02b16dcc397a1f99e0858812dc494 | refs/heads/master | 2021-01-10T19:09:09.757772 | 2011-12-22T10:43:32 | 2011-12-22T10:43:32 | 2,913,760 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 855 | cpp | #include "LinkerAgent.h"
LinkerAgent::LinkerAgent(void)
{
}
LinkerAgent::~LinkerAgent(void)
{
}
LinkerAgent::LinkerAgent(DJ2DSprite* pSprite, b2Body* pBody)
{
m_pSprite = pSprite;
m_pBody = pBody;
m_isSeed = DJFALSE;
m_pBody->SetUserData(this);
}
void LinkerAgent::UpdateFromEngine()
{
DJVector2... | [
"vanminh.le246@gmail.com"
] | [
[
[
1,
35
]
]
] |
8b13b083cdc27496c7f913558545df6f0d5dd1fd | 26fe293ae9d1c8eebb6e7112eba4f5ccfb261648 | /jni/Sample.h | dbe43650e93c19561769ba042d00bd253b1c789b | [
"MIT"
] | permissive | jongyeol/rosetta | 767bd5a14368d9cc7df1b853786a84d65bcac9e5 | de2761a4770d6b438fbd471ee4d33dfeb62b011b | refs/heads/master | 2020-05-30T22:17:38.902476 | 2011-01-21T05:30:23 | 2011-01-21T05:30:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 281 | h | #ifndef _SAMPLE_H_
#define _SAMPLE_H_
class Sample {
static Sample* uniqueInstance_;
public:
Sample();
static Sample* getInstance();
int add(int a, int b);
void printLog(char *tag, char *log);
char* getString();
void testCallback();
};
#endif//_SAMPLE_H_
| [
"jong10@gmail.com"
] | [
[
[
1,
16
]
]
] |
13909b36da1c98a41e974ade7a6731c6e0a55d67 | 252e638cde99ab2aa84922a2e230511f8f0c84be | /mainlib/src/LoginForm.h | 62024d41703a4e571a8a193bdccba789e9ffa3f0 | [] | no_license | openlab-vn-ua/tour | abbd8be4f3f2fe4d787e9054385dea2f926f2287 | d467a300bb31a0e82c54004e26e47f7139bd728d | refs/heads/master | 2022-10-02T20:03:43.778821 | 2011-11-10T12:58:15 | 2011-11-10T12:58:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,373 | h | //---------------------------------------------------------------------------
#ifndef LoginFormH
#define LoginFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
... | [
"1070569+overzoo@users.noreply.github.com"
] | [
[
[
1,
39
]
]
] |
163c3caa840aed356891ec08e12b73f68ce178d3 | 3472e587cd1dff88c7a75ae2d5e1b1a353962d78 | /ytk_bak/BatDown/src/BaseTableModel.cpp | 5e2501a927ac40767d8bf3b6451cd741adf13694 | [] | no_license | yewberry/yewtic | 9624d05d65e71c78ddfb7bd586845e107b9a1126 | 2468669485b9f049d7498470c33a096e6accc540 | refs/heads/master | 2021-01-01T05:40:57.757112 | 2011-09-14T12:32:15 | 2011-09-14T12:32:15 | 32,363,059 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,901 | cpp | #include "BaseTableModel.h"
#include "BatDown.h"
BaseTableModel::BaseTableModel(BatDown* app, QObject *parent)
: QAbstractTableModel(parent), BatDownBase(app)
{
}
BaseTableModel::~BaseTableModel(void)
{
}
QVariant BaseTableModel::headerData(int section, Qt::Orientation orientation, int role) const
{
... | [
"yew1998@5ddc4e96-dffd-11de-b4b3-6d349e4f6f86"
] | [
[
[
1,
78
]
]
] |
845212506f305a832ce258270168fea96c938859 | 05869e5d7a32845b306353bdf45d2eab70d5eddc | /soft/application/NetworkSimulator/Dialog/AsyncMessageDlg.cpp | a206a52682845fb141bed280651323d488c8b668 | [] | 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 | 1,103 | cpp | // AsyncMessageDlg.cpp : implementation file
//
#include "stdafx.h"
#include "NetworkSimulator.h"
#include "AsyncMessageDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//... | [
"windyin@2490691b-6763-96f4-2dba-14a298306784"
] | [
[
[
1,
43
]
]
] |
9017bcc0df3ba14e26082f2245cfc9b1c59f3274 | e618b452106f251f3ac7cf929da9c79256c3aace | /src/lib/cpp/uploader/Factory.h | e1ddbe79ddc03f2f2c957b9a2142929852b54f15 | [] | 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 | 890 | h | #pragma once
#include "ImageShackBase.h"
#include "Uploader.h"
#include "UniversalUploader.h"
#include "URLResolver.h"
namespace UPLOAD {
/**
* Factory to create instance of UniversalUploader and etc.
*
* @author Alexander Kozlov
*/
class IMAGESHACK_API Factory
{
... | [
"corey.floyd@flyingjalapenosoftware.com"
] | [
[
[
1,
32
]
]
] |
0bee6176312f7fd3baa056cf1f10165372243792 | 2d22f791ee4a754eb18e057136bf081d070178e3 | /flPear/flPear.cxx | 444b558096abadfa515f739780ed2522645c6632 | [] | no_license | timfel/ftlk-stuff | 31b5a12b88a8c1ef11297f72670f9e185166ed0a | 1c58ff3f8fd9053f43c2da151b9248071d56ffce | refs/heads/master | 2021-01-22T03:49:34.213475 | 2009-06-29T22:03:24 | 2009-06-29T22:03:24 | 106,745 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 15,687 | cxx | // generated by Fast Light User Interface Designer (fluid) version 2.1000
#include "flPear.h"
#include <sys/types.h>
#ifndef WIN32
#include <sys/wait.h>
#endif
#include <errno.h>
Fl_Input *hddimg=(Fl_Input *)0;
Fl_Input* create_hddimg=(Fl_Input *)0;
Fl_Input *cdimg=(Fl_Input *)0;
Fl_Check_Button *fscreen=... | [
"tim@tim-laptop.(none)",
"tim_felgentreff@web.de"
] | [
[
[
1,
176
],
[
178,
518
]
],
[
[
177,
177
]
]
] |
86ed5fc1db223addc628b3e60ae5448f9fe68748 | 6c8c4728e608a4badd88de181910a294be56953a | /InventoryModule/ItemPropertiesWindow.h | c383325e35e607b5307b210eae04ab6572ea3630 | [
"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,730 | h | // For conditions of distribution and use, see copyright notice in license.txt
/**
* @file ItemPropertiesWindow.h
* @brief Item properties window. Shows basic information about inventory item and the asset
* it's referencing to.
*/
#ifndef incl_InventoryModule_ItemPropertiesWindow_h
#define... | [
"Stinkfist0@5b2332b8-efa3-11de-8684-7d64432d61a3"
] | [
[
[
1,
147
]
]
] |
73bb3671aa89a6e3af4d48a3d60bc9fa3c4e1174 | af6700f0656c42c3634c1b7cf6d1559f526558f5 | /src/Document.h | 704119a45ef9a4d5aac4873ab99bd9fdcc043e2f | [] | no_license | BackupTheBerlios/lprojector-svn | 56c037c13c95cc8c86c54c1f7a35182f6c3acf93 | aa3a9accf1db75efcb0dad9e4a86cdf8d7e01c84 | refs/heads/master | 2020-05-18T07:29:51.646042 | 2008-12-30T14:29:04 | 2008-12-30T14:29:04 | 40,800,361 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,196 | h | #ifndef DOCUMENT_H_INCLUDED
#define DOCUMENT_H_INCLUDED
#include "DocumentInfo.h"
#include <QWidget>
//#include <QPlainTextEdit>
class QString;
class QSyntaxHighlighter;
class LineNumberWidget;
class QHBoxLayout;
class CodeEdit;
class Document : public QWidget {
Q_OBJECT
public:
Document(con... | [
"ckrudewig@8ed94309-155f-0410-a4f3-f9db7d64bce2"
] | [
[
[
1,
55
]
]
] |
6fc916276b4f4a62615e44625bb2560aaa187c70 | d2996420f8c3a6bbeef63a311dd6adc4acc40436 | /src/server/ServerGravitationalObject.cpp | 49d147c53e180b60b84c8acc21a21a726fcf75b7 | [] | 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,863 | cpp | #include "ServerGravitationalObject.h"
#include "../Utility.h"
typedef ServerObjectFactory<ServerGravitationalObject> ObjectFactory;
#define OF ObjectFactory::getInstance()
namespace //so this will be created before entering main()
{
ServerGravitationalObject* shotPoint()
{
return new ServerGravitat... | [
"nightwolve@gmail.com@c8d5bfcc-1391-a108-90e5-e810ef6ef867"
] | [
[
[
1,
86
]
]
] |
928fbc9f36008a71d477683bbfd6391441819b45 | 66c63eb5a9ccbc3543264816823cd982679c04c3 | /src/core/Actions.h | 36fc4b0b2b7d88e022d16cb0be7d5029bc6a87ad | [
"Zlib"
] | permissive | unjello/calkulator | 4a299fa554d7b4505b750e8deaa959524cdf98db | 12ee2702ed6e324e2bded7abaf664aeb4cfb4c1b | refs/heads/master | 2021-01-25T10:28:46.194017 | 2010-03-08T21:58:39 | 2010-03-08T21:58:39 | 553,166 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,511 | h | /*
* function actors
*
* calculator
* (c) 2003 andrzej lichnerowicz. all rights reserved.
*
* permission to copy, use, modify, sell and distribute this software
* is granted provided this copyright notice appears in all copies.
* this software is provided "as is" without express or implied warranty,
* and ... | [
"unjello@gmail.com"
] | [
[
[
1,
114
]
]
] |
de88677768c5b9b9072b3631bf30b49e2dd329cd | 4e708256396ac2e5374286018174f01497c9a7e9 | /phonetheater/QSelectByTheater.cpp | 3b63a63a9aed9280b0113e15c5dc58fac7feaa23 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | momofarm/MobileTheater | 8bcea21e178077cebe2683422e9869cca14df374 | 921f60b6ea520fa23d46c3f9d6b16f7955f12514 | refs/heads/master | 2021-01-10T20:44:23.134327 | 2010-09-29T07:27:36 | 2010-09-29T07:27:36 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,435 | cpp |
#include "QSelectByTheater.h"
#include <stdlib.h>
#include <QPushButton>
#include <QVBoxLayout>
#include <QDialog>
#include <QSignalMapper>
#include <QTextCodec>
#include "qtimetable.h"
#include "httpTool.h"
#include "Constants.h"
#include "todayshow.h"
#include <QAction>
QSelectByTheater::QSelectByTh... | [
"momo1x3@gmail.com"
] | [
[
[
1,
108
]
]
] |
cad1c6f191cc18577a937df9727917aa951eb109 | 2b80036db6f86012afcc7bc55431355fc3234058 | /src/core/Query/ListSelection.cpp | 8c8c68402ab72a61f9c1c5f7104ce420abb235d0 | [
"BSD-3-Clause"
] | permissive | leezhongshan/musikcube | d1e09cf263854bb16acbde707cb6c18b09a0189f | e7ca6a5515a5f5e8e499bbdd158e5cb406fda948 | refs/heads/master | 2021-01-15T11:45:29.512171 | 2011-02-25T14:09:21 | 2011-02-25T14:09:21 | null | 0 | 0 | null | null | null | null | ISO-8859-9 | C++ | false | false | 25,994 | cpp | //////////////////////////////////////////////////////////////////////////////
//
// License Agreement:
//
// The following are Copyright © 2008, Daniel Önnerby
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the f... | [
"onnerby@6a861d04-ae47-0410-a6da-2d49beace72e",
"Urioxis@6a861d04-ae47-0410-a6da-2d49beace72e",
"onnerby@gmail.com@6a861d04-ae47-0410-a6da-2d49beace72e"
] | [
[
[
1,
36
],
[
43,
561
],
[
563,
578
],
[
580,
580
],
[
582,
604
],
[
606,
645
]
],
[
[
37,
42
]
],
[
[
562,
562
],
[
579,
579
]... |
767491662060c1e09419cba7221285f06c3345e3 | 59166d9d1eea9b034ac331d9c5590362ab942a8f | /FrustumTerrainShader/TerrainShader/DynamicGroupLevel2048Node.cpp | 1b397857cd362f8be2d8d38b5af1c3644bc3dac3 | [] | no_license | seafengl/osgtraining | 5915f7b3a3c78334b9029ee58e6c1cb54de5c220 | fbfb29e5ae8cab6fa13900e417b6cba3a8c559df | refs/heads/master | 2020-04-09T07:32:31.981473 | 2010-09-03T15:10:30 | 2010-09-03T15:10:30 | 40,032,354 | 0 | 3 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 7,046 | cpp | #include "DynamicGroupLevel2048Node.h"
#include <osg/Geometry>
#include <iostream>
DynamicGroupLevel2048Node::DynamicGroupLevel2048Node() : m_iCount( 0 )
{
//зарезервировать память для 128 узлов
m_vData.resize( 128 );
//группа узлов
m_rootNode = new osg::Group;
//инициализировать геометрию патче... | [
"asmzx79@3290fc28-3049-11de-8daa-cfecb5f7ff5b"
] | [
[
[
1,
216
]
]
] |
b99586cf0b8eba372662c647977839acadb060e1 | 54745d6fa529d0adcd19a41e115bbccfb804b575 | /OtherCode/treelimit.cpp | aa81aff32b15a39276793273870b7ccf922eb044 | [] | no_license | jackylee1/regretitron | e7a5f1a8794f0150b57f3ca679438d0f38984bca | bb241e6dea4d345e48d633da48ed2cfd410a5fdf | refs/heads/master | 2020-03-26T17:53:07.040365 | 2011-11-14T03:38:53 | 2011-11-14T03:38:53 | 145,185,451 | 0 | 1 | null | 2018-08-18T03:04:05 | 2018-08-18T03:04:04 | null | UTF-8 | C++ | false | false | 1,244 | cpp | #if 0
#include "treelimit.h"
// For extern vs static and const,
// see: http://www.gamedev.net/community/forums/topic.asp?topic_id=318620
//THESE ARE THE GLOBAL VARIABLES THAT MAKE UP THE BETTING TREE.
//ONE IS FOR POST FLOP, THE OTHER IS FOR PREFLOP.
const betnode n[10] = //10 is how many betindex values.
... | [
"scottopoly@gmail.com"
] | [
[
[
1,
31
]
]
] |
ea7629a1cf55727a24f87749a1f34afe00848311 | 138a353006eb1376668037fcdfbafc05450aa413 | /source/ogre/OgreNewt/boost/mpl/min_max.hpp | fa0e59bca83f357fb1841748f1f07bd5dc7c9c94 | [] | 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 | 1,052 | hpp |
#ifndef BOOST_MPL_MAX_HPP_INCLUDED
#define BOOST_MPL_MAX_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.org/libs/m... | [
"Sonicma7@0822fb10-d3c0-11de-a505-35228575a32e"
] | [
[
[
1,
46
]
]
] |
a22513d84e8102410300becc70be10bb7796ac3c | 22d9640edca14b31280fae414f188739a82733e4 | /Code/VTK/include/vtk-5.2/vtkExtractTemporalFieldData.h | b29f10a06a101484ac4acb0091552791eff1af25 | [] | no_license | tack1/Casam | ad0a98febdb566c411adfe6983fcf63442b5eed5 | 3914de9d34c830d4a23a785768579bea80342f41 | refs/heads/master | 2020-04-06T03:45:40.734355 | 2009-06-10T14:54:07 | 2009-06-10T14:54:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,497 | h | /*=========================================================================
Program: Visualization Toolkit
Module: $RCSfile: vtkExtractTemporalFieldData.h,v $
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm fo... | [
"nnsmit@9b22acdf-97ab-464f-81e2-08fcc4a6931f"
] | [
[
[
1,
88
]
]
] |
e6b403ddc8d1308616a9c433b9bdc37e65e80114 | 29c5bc6757634a26ac5103f87ed068292e418d74 | /externallibs/ogre/include/OgrePrerequisites.h | 4a0df6003d0408cd882664e98cd8b928e4476fb7 | [] | no_license | drivehappy/tlapi | d10bb75f47773e381e3ba59206ff50889de7e66a | 56607a0243bd9d2f0d6fb853cddc4fce3e7e0eb9 | refs/heads/master | 2021-03-19T07:10:57.343889 | 2011-04-18T22:58:29 | 2011-04-18T22:58:29 | 32,191,364 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,869 | 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-2006 Torus Knot Software Ltd
Also see acknowledgements in Readme.html
This library is ... | [
"drivehappy@53ea644a-42e2-1498-a4e7-6aa81ae25522"
] | [
[
[
1,
417
]
]
] |
18e20c6f1968152ac6056506c2d44a76ff01bcf8 | 453607cc50d8e248e83472e81e8254c5d6997f64 | /packet/include/haar.h | 260de4dfb22fffc9e96c57e2bdd5f6cd1ddaf2d8 | [] | no_license | wbooze/test | 9242ba09b65547d422defec34405b843b289053f | 29e20eae9f1c1900bf4bb2433af43c351b9c531e | refs/heads/master | 2016-09-05T11:23:41.471171 | 2011-02-10T10:08:59 | 2011-02-10T10:08:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,508 | h |
#ifndef _HAAR_H_
#define _HAAR_H_
#include <math.h>
#include "liftbase.h"
/** \file
The documentation in this file is formatted for doxygen
(see www.doxygen.org).
<h4>
Copyright and Use
</h4>
<p>
You may use this source code without limitation and without
fee as long as you incl... | [
"levgue@gmx.net"
] | [
[
[
1,
229
]
]
] |
2d63c134c3828b305aae7bd1375af4045f1a8174 | b03c23324d8f048840ecf50875b05835dedc8566 | /engin3d/src/Window/Window.h | cd2453cfd5d4a3975ba009e1749c2af9a5a64a57 | [] | no_license | carlixyz/engin3d | 901dc61adda54e6098a3ac6637029efd28dd768e | f0b671b1e75a02eb58a2c200268e539154cd2349 | refs/heads/master | 2018-01-08T16:49:50.439617 | 2011-06-16T00:13:26 | 2011-06-16T00:13:26 | 36,534,616 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,165 | h | #ifndef CWIN_H
#define CWIN_H
#ifdef _WIN32
#include <windows.h>
#endif
#include "../Utility/Singleton.h"
#include "ApplicationProperties.h"
class cWindow : public cSingleton<cWindow>
{
private:
friend class cSingleton<cWindow>;
HINSTANCE mInstance;
HWND mWnd;
HDC mDC;
cApplicationProp... | [
"carlixyz@yahoo.com",
"manolopm@8d52fbf8-9d52-835b-178e-190adb01ab0c"
] | [
[
[
1,
30
],
[
43,
50
]
],
[
[
31,
42
]
]
] |
967bd7196918c45f84e6a3c569e86bb0810c3145 | b2155efef00dbb04ae7a23e749955f5ec47afb5a | /demo/demo_hatching/HatchingApp.h | 1edc7f8d1a05f968c16ea85172e2a37f8e19ea16 | [] | no_license | zjhlogo/originengine | 00c0bd3c38a634b4c96394e3f8eece86f2fe8351 | a35a83ed3f49f6aeeab5c3651ce12b5c5a43058f | refs/heads/master | 2021-01-20T13:48:48.015940 | 2011-04-21T04:10:54 | 2011-04-21T04:10:54 | 32,371,356 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 688 | h | /*!
* \file HatchingApp.h
* \date 11-2-2010 20:11:14
*
*
* \author zjhlogo (zjhlogo@gmail.com)
*/
#ifndef __HATCHINGAPP_H__
#define __HATCHINGAPP_H__
#include "../common/BaseApp.h"
#include <OECore/IOEModel.h>
#include <libOEMsg/OEMsgShaderParam.h>
class CHatchingApp : public CBaseApp
{
public... | [
"zjhlogo@fdcc8808-487c-11de-a4f5-9d9bc3506571"
] | [
[
[
1,
38
]
]
] |
ccce9f359ff8d8e6ab084ced65fc49274f523280 | b822313f0e48cf146b4ebc6e4548b9ad9da9a78e | /KylinSdk/Standard/Source/CCRC32.cpp | 670b4ec3778eae9a48ba34d6e2fd9942ce20acf0 | [] | no_license | dzw/kylin001v | 5cca7318301931bbb9ede9a06a24a6adfe5a8d48 | 6cec2ed2e44cea42957301ec5013d264be03ea3e | refs/heads/master | 2021-01-10T12:27:26.074650 | 2011-05-30T07:11:36 | 2011-05-30T07:11:36 | 46,501,473 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,682 | cpp | #include "stdpch.h"
#include "CCRC32.H"
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void CCRC32::Initialize(void)
{
memset(&this->ulTable, 0, sizeof(this->ulTable));
// 256 values representing ASCII character codes.
for(int ... | [
"apayaccount@gmail.com"
] | [
[
[
1,
88
]
]
] |
f6ed1bb24633283e4eaba6714138443659a15b2a | 71ef91a70301f475af906967630eb06b44d0ebc9 | /inc/ShaderUniformVector.h | 1cf5515ab7180df3528d680669e261f42a46071c | [] | no_license | willemfrishert/parallaxmapping | f88f5e5aaad8e78c8a985d9ddfe565042a6907ae | 8b0172f6807f52b2c66ef4ff977eef5c1d2d56a3 | refs/heads/master | 2021-01-01T18:54:53.657814 | 2006-12-21T20:37:21 | 2006-12-21T20:37:21 | 32,184,702 | 0 | 1 | null | null | null | null | ISO-8859-13 | C++ | false | false | 1,321 | h | /**
* @description Represents a uniform shader attribute
* TODO: support for matrices
*
* @file ShaderUniformVector.h
* @author Joćo Pedro Jorge
*/
#pragma once
#include "ShaderUniformObject.h"
// specifies the type of uniform variable
enum VECSIZE {VEC3 = 3, VEC4 = 4};
template <class T>
class ShaderUnif... | [
"jpjorge@18efd892-9420-0410-97b9-638391ccb344"
] | [
[
[
1,
71
]
]
] |
593050f35fce57628215eaf2750b0cc8290ffa51 | 3ac8c943b13d943fbd3b92787e40aa5519460a32 | /Source/Common/Ports.cpp | 7efe30a6d37f89ac8a0a2a5a5f90ce946ca887d7 | [
"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 | 948 | cpp | #include <Common/Ports.h>
Ports::Ports()
{
}
Ports::~Ports()
{
}
unsigned int Ports::ReadInt(unsigned short port)
{
unsigned int value;
asm volatile ("inl %1, %0" : "=a"(value) : "dN"(port));
return value;
}
unsigned short Ports::ReadShort(unsigned short port)
{
unsigned short value;
as... | [
"edward.neal@gmail.com"
] | [
[
[
1,
48
]
]
] |
1ea97a43a961a9947fd629c14319686a22a6e602 | 463c3b62132d215e245a097a921859ecb498f723 | /lib/dlib/stack_trace.h | 4b9b2106694e4f877cadf1a882b7376fdd3c6c32 | [
"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 | 3,973 | h | // Copyright (C) 2008 Davis E. King (davisking@users.sourceforge.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_STACK_TRACe_
#define DLIB_STACK_TRACe_
/*!
This file defines 3 things. Two of them are preprocessor macros that
enable you to tag functions with... | [
"jimmy@DGJ3X3B1.(none)"
] | [
[
[
1,
118
]
]
] |
14044981286507494b336ccd6d987269a5f7fbab | 8a8873b129313b24341e8fa88a49052e09c3fa51 | /inc/HandleInSearch.h | 5cf8ad52a376dfcf7862ebd56184b1e9e4505765 | [] | 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 | UTF-8 | C++ | false | false | 1,952 | h | /*
============================================================================
Name : HandleInSearch.h
Author :
Version :
Copyright : Your copyright notice
Description : CHandleInSearch declaration
============================================================================
*/
#ifnde... | [
"sungrass.xp@37a08ede-ebbd-11dd-bd7b-b12b6590754f"
] | [
[
[
1,
87
]
]
] |
75eb1f740ed237b0ea71a23f8cbd33ae0dbd1e28 | ba4b61e8f5f04982943cc8135ee07eb866c21ef3 | /src/HeeksPython.cpp | 0c286ca8820b9ad78aadf4576bfd3b013488a031 | [] | no_license | xethm55/heekspython | c86f91637846b5f12589935545fe40e32ff341dc | aa46dde26b53be6948beaf2e5e5242b17f94624c | refs/heads/master | 2021-01-21T01:38:52.592857 | 2011-04-03T07:27:19 | 2011-04-03T07:27:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,760 | cpp | // HeeksPython.cpp
/*
* Copyright (c) 2009, Dan Heeks
* This program is released under the BSD license. See the file COPYING for
* details.
*/
#include "stdafx.h"
#include <wx/stdpaths.h>
#include <wx/dynlib.h>
#include <wx/aui/aui.h>
#include "interface/PropertyString.h"
#include "interface/Observer... | [
"danheeks@ae8bab52-3526-11de-9d05-31133e6853b1",
"jonpry@ae8bab52-3526-11de-9d05-31133e6853b1"
] | [
[
[
1,
1
],
[
13,
14
],
[
18,
28
],
[
31,
31
],
[
57,
57
],
[
67,
67
],
[
70,
104
],
[
136,
137
],
[
142,
143
],
[
165,
... |
874074d4dbe5dba8fec286de035c5ba3fd2a8b50 | 0b1a87e3aac9d80f719a34e5522796cdb061d64d | /composite.h | ec21738da449a72115c2904e1d67df3c1a70dcbb | [] | no_license | xiangruipuzhao/qaac | 6769239471d920d42095a916c94ab0e706a76619 | ed2a1392a3c6c9df2046bd559b6486965928af53 | refs/heads/master | 2021-01-21T01:39:23.237184 | 2011-02-05T14:01:10 | 2011-02-05T14:01:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,543 | h | #ifndef _COMPOSITE_H
#define _COMPOSITE_H
#include <boost/shared_ptr.hpp>
#include "iointer.h"
class CompositeSource: public ISource {
typedef boost::shared_ptr<ISource> source_t;
std::vector<source_t> m_sources;
SampleFormat m_format;
size_t m_curpos;
public:
CompositeSource() : m_cur... | [
"honeycomb77@gmail.com"
] | [
[
[
1,
55
]
]
] |
885238f83c9252ff84074c561bac1f264e048612 | 02c2e62bcb9a54738bfbd95693978b8709e88fdb | /opencv/cxmean.cpp | 14462e4a7694bd0991784ef231c92ddeed21b8c7 | [] | 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 | 19,621 | 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,
476
]
]
] |
1d942ab33babd0e356b070a5ab02290a0cf62ca8 | 941e1c9c87576247aac5c28db16e2d73a2bec0af | /LogManager.cpp | 9e6d47083949a13c6395831470066d674ca51258 | [] | no_license | luochong/vc-gms-1 | 49a5ccc2edd3da74da2a7d9271352db8213324cb | 607b087e37cc0946b4562b681bb65875863bc084 | refs/heads/master | 2016-09-06T09:32:16.340313 | 2009-06-14T07:35:19 | 2009-06-14T07:35:19 | 32,432,320 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 990 | cpp | // LogManager.cpp: implementation of the CLogManager class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "mygms.h"
#include "LogManager.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
////////////... | [
"luochong1987@29d93fdc-527c-11de-bf49-a932634fd5a9"
] | [
[
[
1,
42
]
]
] |
a2e8fa1d243bd893bbec800ad713a4500aa2eac2 | 222bc22cb0330b694d2c3b0f4b866d726fd29c72 | /src/brookbox/wm2/WmlGlossMap.inl | 4ef45f67de80222dc0d05b03ad3785c3218ad3fe | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | darwin/inferno | 02acd3d05ca4c092aa4006b028a843ac04b551b1 | e87017763abae0cfe09d47987f5f6ac37c4f073d | refs/heads/master | 2021-03-12T22:15:47.889580 | 2009-04-17T13:29:39 | 2009-04-17T13:29:39 | 178,477 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,132 | inl | // Magic Software, Inc.
// http://www.magic-software.com
// http://www.wild-magic.com
// Copyright (c) 2003. All Rights Reserved
//
// The Wild Magic Library (WML) source code is supplied under the terms of
// the license agreement http://www.magic-software.com/License/WildMagic.pdf
// and may not be copied or ... | [
"antonin@hildebrand.cz"
] | [
[
[
1,
31
]
]
] |
2aab89cfd06764792a18526a0a5375fb3c8eb2ac | bdb1e38df8bf74ac0df4209a77ddea841045349e | /CapsuleSortor/Version 1.0 -2.0/CapsuleSortor-10-11-15/CapuleDemo/cvimagectrl1.cpp | 3aec2f6939b0183e8d2e3c17c1a73566318ac26f | [] | 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 | 616 | cpp | // 计算机生成了由 Microsoft Visual C++ 创建的 IDispatch 包装类
// 注意: 不要修改此文件的内容。如果此类由
// Microsoft Visual C++ 重新生成,您的修改将被改写。
#include "stdafx.h"
#include "cvimagectrl1.h"
/////////////////////////////////////////////////////////////////////////////
// CCvimagectrl1
IMPLEMENT_DYNCREATE(CCvimagectrl1, CWnd)
////... | [
"vincen.cn@66f52ff4-a261-11de-b161-9f508301ba8e"
] | [
[
[
1,
19
]
]
] |
1651e3c21d85c65c4ccaddbf127d9b8168aff90b | 5ff30d64df43c7438bbbcfda528b09bb8fec9e6b | /kcore/sys/Logger.h | 29128ac99303e8af4dbe3f396933926589f57c31 | [] | 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 | UHC | C++ | false | false | 2,129 | h | #pragma once
#include <kcore/sys/Thread.h>
#include <kcore/sys/Queue.h>
#include <kcore/sys/LogFile.h>
#include <kcore/sys/Tick.h>
#include <bitset>
namespace gk
{
enum FEATURE
{
FT_DEBUG = 1
, FT_DEBUG_FLOW
, FT_INFO
, FT_WARN
, FT_ERROR
, FT_SERVICE
, FEATURE_... | [
"darkface@localhost"
] | [
[
[
1,
118
]
]
] |
98bf3d08e9e76f16ff113d4726ce9a817eef0168 | 10bac563fc7e174d8f7c79c8777e4eb8460bc49e | /gui/glt_stream_server_t.hpp | 8d6635cdfb0a7f25a0d1bc15eaea4d2fcb71f0c3 | [] | no_license | chenbk85/alcordev | 41154355a837ebd15db02ecaeaca6726e722892a | bdb9d0928c80315d24299000ca6d8c492808f1d5 | refs/heads/master | 2021-01-10T13:36:29.338077 | 2008-10-22T15:57:50 | 2008-10-22T15:57:50 | 44,953,286 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 960 | hpp | #ifndef glt_stream_server_t_H_INCLUDED
#define glt_stream_server_t_H_INCLUDED
#include <glutm/window.h>
#include <alcor/gui/trackball.h>
#include <alcor/core/image_utils.h>
#include <alcor/core/stream_server_t.hpp>
class glt_stream_source_t;
class glt_stream_server_t : public GlutWindow{
public:
g... | [
"stefano.marra@1c7d64d3-9b28-0410-bae3-039769c3cb81"
] | [
[
[
1,
54
]
]
] |
4e13e7b44ecd838a194384dff01a78475d83417b | f8b364974573f652d7916c3a830e1d8773751277 | /emulator/allegrex/instructions/VRCP.h | 57256cb7e1ad1613426b6bd6e28ecefb8fed2dc8 | [] | no_license | lemmore22/pspe4all | 7a234aece25340c99f49eac280780e08e4f8ef49 | 77ad0acf0fcb7eda137fdfcb1e93a36428badfd0 | refs/heads/master | 2021-01-10T08:39:45.222505 | 2009-08-02T11:58:07 | 2009-08-02T11:58:07 | 55,047,469 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,035 | h | template< > struct AllegrexInstructionTemplate< 0xd0100000, 0xffff0000 > : AllegrexInstructionUnknown
{
static AllegrexInstructionTemplate &self()
{
static AllegrexInstructionTemplate insn;
return insn;
}
static AllegrexInstruction *get_instance()
{
return &AllegrexInstr... | [
"hlide@free.fr"
] | [
[
[
1,
41
]
]
] |
3198a7bf1fb083c7b8436fb4b17dc9a2322653b9 | e7c45d18fa1e4285e5227e5984e07c47f8867d1d | /Application/ScDDESrvr/dde_dlgs.cpp | 889cd0ae316a8effcb352ca62cc569ad02cf27ff | [] | 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 | 5,951 | cpp | //================== SysCAD - Copyright Kenwalt (Pty) Ltd ===================
// $Nokeywords: $
//===========================================================================
#include "stdafx.h"
#include "sc_defs.h"
#include "scd_wm.h"
#include "scdctrls.h"
#include "resource.h"
#include "dde_dlgs.h"
#include... | [
"paul.hannah@syscad.net"
] | [
[
[
1,
212
]
]
] |
27fc39c1c79e5223b2377e2ba4dbcb116f519c5d | fac8de123987842827a68da1b580f1361926ab67 | /inc/physics/Physics/Dynamics/Constraint/Bilateral/BallAndSocket/hkpBallAndSocketConstraintData.h | cd8712b3080d752b2b9bf5a90a7095eb3b663997 | [] | no_license | blockspacer/transporter-game | 23496e1651b3c19f6727712a5652f8e49c45c076 | 083ae2ee48fcab2c7d8a68670a71be4d09954428 | refs/heads/master | 2021-05-31T04:06:07.101459 | 2009-02-19T20:59:59 | 2009-02-19T20:59:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,347 | h | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent.This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Level 2 and Level 3 source code contains trade secrets... | [
"uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4"
] | [
[
[
1,
123
]
]
] |
4fe7acc260fe19028da996c73317325aa03b088a | 5eb582292aeef7c56b13bc05accf71592d15931f | /include/raknet/RakClientInterface.h | 26fb9a74645e922490edbbd244e5fbdff22aabdb | [] | no_license | goebish/WiiBlob | 9316a56f2a60a506ecbd856ab7c521f906b961a1 | bef78fc2fdbe2d52749ed3bc965632dd699c2fea | refs/heads/master | 2020-05-26T12:19:40.164479 | 2010-09-05T18:09:07 | 2010-09-05T18:09:07 | 188,229,195 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,754 | h | /* -*- mode: c++; c-file-style: raknet; tab-always-indent: nil; -*- */
/**
* @file
* @brief User view of a RakClient object.
*
* This file is part of RakNet Copyright 2003 Rakkarsoft LLC and Kevin Jenkins.
*
* Usage of Raknet is subject to the appropriate licence agreement.
* "Shareware" Licensees with Ra... | [
"1297665+goebish@users.noreply.github.com"
] | [
[
[
1,
521
]
]
] |
557295d8512c50fb0724ec85653b4d9c56c55adc | d5f525c995dd321375a19a8634a391255f0e5b6f | /graphic_front_end/ledINT/ledINT/ledINTDlg.cpp | 1a7f319ae02ebd875a1bf158d69f4bf637922d2a | [] | no_license | shangdawei/cortex-simulator | bac4b8f19be3e2df622ad26e573330642ec97bae | d343b66a88a5b78d5851a3ee5dc2a4888ff00b20 | refs/heads/master | 2016-09-05T19:45:32.930832 | 2009-03-19T06:07:47 | 2009-03-19T06:07:47 | 42,106,205 | 1 | 1 | null | null | null | null | GB18030 | C++ | false | false | 2,419 | cpp | // ledINTDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "ledINT.h"
#include "ledINTDlg.h"
#include "vbus/vbus_interface.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CledINTDlg 对话框
CledINTDlg::CledINTDlg(CWnd* pParent /*=NULL*/)
: CDialog(CledINTDlg::IDD, pParent)
{
m_hIcon = AfxGetA... | [
"yihengw@3e89f612-834b-0410-bb31-dbad55e6f342"
] | [
[
[
1,
112
]
]
] |
eb8ede05e79133416dc6aa1907900369bc5c13ea | 8a223ca4416c60f4ad302bc045a182af8b07c2a5 | /Orders-ListeningFakeProblem-Cpp/Support-GTest-Cpp/src/ILFileUtils.cpp | 78115c0a8d2af4b27e71956f4234263ede92b6fc | [
"BSD-3-Clause"
] | permissive | sinojelly/sinojelly | 8a773afd0fcbae73b1552a217ed9cee68fc48624 | ee40852647c6a474a7add8efb22eb763a3be12ff | refs/heads/master | 2016-09-06T18:13:28.796998 | 2010-03-06T13:22:12 | 2010-03-06T13:22:12 | 33,052,404 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,278 | cpp | /// ***************************************************************************
/// Copyright (c) 2009, Industrial Logic, Inc., All Rights Reserved.
///
/// This code is the exclusive property of Industrial Logic, Inc. It may ONLY be
/// used by students during Industrial Logic's workshops or by individuals
/// wh... | [
"chenguodong@localhost"
] | [
[
[
1,
377
]
]
] |
e5fa3d233d70a4007429713e8189c1166ace9c3b | 758378bbd01ff3fc509c5725596c671b53ddb4dd | /include/ngl/Quaternion.h | 596de094bf9d2413b9bf59d6857bfa068470084b | [] | no_license | suncorner/NGL | 38a5a520899ce4f4a3796e419f5ff3fc35b02721 | 18b232416742f4ccfaecf60c9541559637c9cf5a | refs/heads/master | 2016-09-05T16:51:47.833680 | 2010-06-17T17:58:49 | 2010-06-17T17:58:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,106 | h | /*
Copyright (C) 2009 Jon Macey
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is ... | [
"jmacey@bournemouth.ac.uk"
] | [
[
[
1,
274
]
]
] |
f3a1d1b5dff2255166e942fa40ee52a16d01c0bf | 5ac13fa1746046451f1989b5b8734f40d6445322 | /minimangalore/Nebula2/code/mangalore/fsm/action.cc | 2611bad014c56acc7768c2d946d72d07c9fda17a | [] | 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 | 595 | cc | //------------------------------------------------------------------------------
// fsm/action.cc
// (C) 2005 RadonLabs GmbH
//------------------------------------------------------------------------------
#include "fsm/action.h"
namespace FSM
{
ImplementRtti(FSM::Action, Foundation::RefCounted);
//------... | [
"BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
27
]
]
] |
68499a39d6e48478ec00ff5543d27944d09a36c1 | accd6e4daa3fc1103c86d245c784182e31681ea4 | /HappyHunter/Core/ParticleSystem.h | 37e4bdf68e8d90c7d81ca7233d6ee346e2bdb2d3 | [] | no_license | linfuqing/zero3d | d87ad6cf97069aea7861332a9ab8fc02b016d286 | cebb12c37fe0c9047fb5b8fd3c50157638764c24 | refs/heads/master | 2016-09-05T19:37:56.213992 | 2011-08-04T01:37:36 | 2011-08-04T01:37:36 | 34,048,942 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 12,229 | h | #pragma once
#include "Surface.h"
#include "VertexBuffer.h"
#include "SceneNode.h"
namespace zerO
{
template<typename T>
class CParticleSystem :
public CSceneNode
{
public:
typedef T PARTICLEPARAMETERS, * LPPARTICLEPARAMETERS;
typedef struct
{
D3DXVECTOR3 Position;
D3DCOLOR Col... | [
"linfuqing@126.com"
] | [
[
[
1,
461
]
]
] |
880ddd304a62a5fc31efeeacde7c66d84285c92d | 777399eafeb952743fcb973fbba392842c2e9b14 | /CyberneticWarrior/CyberneticWarrior/source/CSeekerDrone.cpp | fee66ee14bf6f7ff095175fc35ea63f167d64e73 | [] | no_license | Warbeleth/cyberneticwarrior | 7c0af33ada4d461b90dc843c6a25cd5dc2ba056a | 21959c93d638b5bc8a881f75119d33d5708a3ea9 | refs/heads/master | 2021-01-10T14:31:27.017284 | 2010-11-23T23:16:28 | 2010-11-23T23:16:28 | 53,352,209 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,406 | cpp | #include "PrecompiledHeader.h"
#include "CSeekerDrone.h"
#include "CCamera.h"
#include "CGame.h"
#include "CMapLoad.h"
CSeekerDrone::CSeekerDrone()
{
}
CSeekerDrone::CSeekerDrone(int nImageID, float PosX, float PosY,int Width, int Height, int nState, float fCurrentPatrolDistance,
int nMaxHP, int n... | [
"warbeleth@users.noreply.github.com",
"atmuccio@d49f6b0b-9fae-41b6-31ce-67b77e794db9"
] | [
[
[
1,
7
],
[
9,
18
],
[
21,
30
],
[
32,
32
],
[
40,
41
],
[
44,
53
]
],
[
[
8,
8
],
[
19,
20
],
[
31,
31
],
[
33,
3... |
5f80f52df4aad9f18926377b37d9ee8cab2e5a07 | e02fa80eef98834bf8a042a09d7cb7fe6bf768ba | /TEST_MyGUI_Source/LayoutEditor/WidgetContainer.cpp | 5346fa077bc47966b66f80a5d5d153390edcdadb | [] | no_license | MyGUI/mygui-historical | fcd3edede9f6cb694c544b402149abb68c538673 | 4886073fd4813de80c22eded0b2033a5ba7f425f | refs/heads/master | 2021-01-23T16:40:19.477150 | 2008-03-06T22:19:12 | 2008-03-06T22:19:12 | 22,805,225 | 2 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 9,944 | cpp | #include "WidgetContainer.h"
#include "BasisManager.h"
const std::string LogSection = "LayoutEditor";
INSTANCE_IMPLEMENT(EditorWidgets);
void EditorWidgets::initialise()
{
global_counter = 0;
}
void EditorWidgets::shutdown()
{
for (std::vector<WidgetContainer*>::iterator iter = widgets.begin(); iter... | [
"altren@gmail.com"
] | [
[
[
1,
295
]
]
] |
54eae5133f1e0edd83d421507f9b497e9c78bf1a | 6b69ffde6fd67f5bdfd4f51d41feb7b8cf5aefe4 | /TouchControl/View/Widgets/ValueButton.h | c314160a95a84cd55ff52d2bc159602df1238a23 | [] | no_license | mkrentovskiy/qttswidgetexample | e59a8303d0003d8c2b8178e9cce1adf4b2d6960a | 745ffa2ca206ca74451e7b2087f8b408ad2192e5 | refs/heads/master | 2020-08-08T20:13:37.251389 | 2008-05-05T09:01:22 | 2008-05-05T09:01:22 | 32,144,462 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,092 | h | #ifndef VALUEBUTTON_H_
#define VALUEBUTTON_H_
#include <QWidget>
#include <QAbstractButton>
#include <QDomDocument>
#include <QPixmap>
#include <QHash>
#include <QFont>
#include <QPen>
#include "../WidgetFabric.h"
#include "../../Variables.h"
/*
* - Почему не снаследовано как в предыдущей версии?
... | [
"mkrentovskiy@2d1e7c9e-774c-0410-a78d-1fc8eb1d9a0d"
] | [
[
[
1,
55
]
]
] |
780a447a80e649a82c1b7fc9e1870b19ee3f9bba | 0dfa7f23c2384251443da0cb129f79e3ea4d6b52 | /Player.cpp | 1339359cc7ff589a122bcfc543ebfb351ac0da12 | [] | no_license | TeamFirst/Galcon | b908a1df4e161b3e726084a6e8054cbfa95d3ec4 | f7ccb7f0bb27820d2246529a577be2e89de248e4 | refs/heads/master | 2020-12-25T15:40:04.411443 | 2011-06-14T14:25:38 | 2011-06-14T14:25:38 | 1,810,650 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 728 | cpp | #include "Player.h"
CPlayer::CPlayer(unsigned short i_id, std::string i_name): m_id(i_id), m_name(i_name)
{
m_army = 0;
m_fleetArmy = 0;
}
unsigned short CPlayer::GetId() const
{
return m_id;
}
std::string CPlayer::GetName() const
{
return m_name;
}
unsigned long CPlayer::GetArmy() con... | [
"yuppiehoyl@gmail.com"
] | [
[
[
1,
46
]
]
] |
7d85939a2a25c74fc4568b4fd668db94647d79ad | 2b80036db6f86012afcc7bc55431355fc3234058 | /src/core/Crypt.h | f245bc93e9d52609f5c7d7235103f6644fa58f1a | [
"BSD-3-Clause"
] | permissive | leezhongshan/musikcube | d1e09cf263854bb16acbde707cb6c18b09a0189f | e7ca6a5515a5f5e8e499bbdd158e5cb406fda948 | refs/heads/master | 2021-01-15T11:45:29.512171 | 2011-02-25T14:09:21 | 2011-02-25T14:09:21 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,435 | h | //////////////////////////////////////////////////////////////////////////////
//
// License Agreement:
//
// The following are Copyright © 2008, mC2 team
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the followi... | [
"onnerby@6a861d04-ae47-0410-a6da-2d49beace72e",
"urioxis@6a861d04-ae47-0410-a6da-2d49beace72e"
] | [
[
[
1,
45
],
[
47,
56
]
],
[
[
46,
46
]
]
] |
983593337c24aa6df1f380d45be2647eff30ac87 | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/os/ossrv/stdlibs/apps/libpthread/testpthreadonce/src/tpthreadoncecases.cpp | 5582a8334839e6c1cf0e089b5871ecedea49a7d6 | [] | 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 | 28,854 | cpp | /*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl... | [
"none@none"
] | [
[
[
1,
1115
]
]
] |
b0ff5fa8b32233a8e13033a855cffbd8b1bf626a | 10bac563fc7e174d8f7c79c8777e4eb8460bc49e | /splam/detail/pmap_wrap.cpp | 662f386b2e7c1605f173a446bcecde3480a9b0f0 | [] | no_license | chenbk85/alcordev | 41154355a837ebd15db02ecaeaca6726e722892a | bdb9d0928c80315d24299000ca6d8c492808f1d5 | refs/heads/master | 2021-01-10T13:36:29.338077 | 2008-10-22T15:57:50 | 2008-10-22T15:57:50 | 44,953,286 | 0 | 1 | null | null | null | null | ISO-8859-13 | C++ | false | false | 5,470 | cpp | #define WIN32_LEAN_AND_MEAN
#include "pmap_wrap.h"
#include "conversion.hpp"
#include "alcor/core/iniWrapper.h"
#include <fstream>
//-----------------------------------------------------------------------------------------------
using namespace all::math;
using namespace all::util;
//-------------------------... | [
"andrea.carbone@1c7d64d3-9b28-0410-bae3-039769c3cb81",
"giorgio.ugazio@1c7d64d3-9b28-0410-bae3-039769c3cb81"
] | [
[
[
1,
2
],
[
73,
74
],
[
80,
80
],
[
82,
92
],
[
94,
103
]
],
[
[
3,
72
],
[
75,
79
],
[
81,
81
],
[
93,
93
],
[
104,
... |
321f3cab1c87b7c3cfb6102074ffd1bd8d08f327 | d9a78f212155bb978f5ac27d30eb0489bca87c3f | /PB/src/RMsg/stdafx.h | abb4bd80eeaa34cedc59c933d6ef6249f2326672 | [] | 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 | 531 | h | #pragma once
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>
#include <psapi.h>
#include <shlwapi.h>
#include <stdio.h>
#include <iostream>
#define QWEAKPOINTER_ENABLE_ARROW
#include <QtCore\QtCore>
#include <QtGui... | [
"mikhail.mitkevich@a5377438-2eb2-11df-b28a-19025b8c0740"
] | [
[
[
1,
23
]
]
] |
20d64988ffd5394912aa086a0cf11576b5375694 | 1ad4b1dcc3d7327673ec31784a47ff3b64a6e34b | /pdetect.cpp | 8fc899c91b94aebee6d149837a516c8f66e1161b | [] | no_license | iasoule/WMGestures | c0354f0687bea85666ccd8ff7d9e0c8c44f162bc | 3cf6caf0c8b32bbede6766c7440bbd07e8086e36 | refs/heads/master | 2016-09-05T11:17:14.208267 | 2011-06-30T08:02:56 | 2011-06-30T08:02:56 | 1,339,400 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,425 | cpp | /* Posture detection using blob analysis
To the glory of Yeshua Ha'Mashiach
Idris Soule, Michael Pang
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <conio.h>
#include <math.h>
#include <float.h>
#include <errno.h>
#include <highgui.h>
#include <pthread.h>
#include <signa... | [
"iasoule32@gmail.com"
] | [
[
[
1,
316
]
]
] |
6f7640952ab47d29d1cfd9838ab5eaa87b9c19f1 | fa609a5b5a0e7de3344988a135b923a0f655f59e | /Source/values/Bool.h | f449822dc45dbe24b215da0ab789bb45f58dd45d | [
"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 | WINDOWS-1250 | C++ | false | false | 1,512 | h | /**
* Swift Parser Library
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @filesource
* @copyright Copyright (c) 2007 Sijawusz Pur Rahnama
* @copyright Copyright (c) 2007 Paweł Złomaniec
* @version $Revision: 89 $
... | [
"sijawusz@gmail.com"
] | [
[
[
1,
66
]
]
] |
31ebaf534f0ab6eaba00a3e4eb9c844045796416 | 16d6176d43bf822ad8d86d4363c3fee863ac26f9 | /hw4/objectFunctions.h | 8473a676c4a682b91dc59f69f5dc73ccab72bc02 | [] | no_license | preethinarayan/cgraytracer | 7a0a16e30ef53075644700494b2f8cf2a0693fbd | 46a4a22771bd3f71785713c31730fdd8f3aebfc7 | refs/heads/master | 2016-09-06T19:28:04.282199 | 2008-12-10T00:02:32 | 2008-12-10T00:02:32 | 32,247,889 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,999 | h | #ifndef _objectFunctions_h_
#define _objectFunctions_h_
#include <vector>
#include "nv_math.h"
#include "nv_mathdecl.h"
#include "nv_algebra.h"
#include "lightFunctions.h"
#include <math.h>
using namespace std;
extern const int OBJ_TYPE_TRIANGLE;
extern const int OBJ_TYPE_SPHERE;
extern int maxVertexSi... | [
"dhrumins@074c0a88-b503-11dd-858c-a3a1ac847323"
] | [
[
[
1,
85
]
]
] |
5a34eb49e11e08b7b369b3d98eaece48c13c664f | 701f9ab221639b56c28417ee6f6ee984acb24142 | /Src/Force Game/Animation Engine/AnimEngine.cpp | 88e0622ced62cbf0c5c85f8f1de0c19728e48ab0 | [] | no_license | nlelouche/desprog1 | 2397130e427b4ada83721ecbb1a131682bc73187 | 71c7839675698e74ca43dd26c4af752e309dccb6 | refs/heads/master | 2021-01-22T06:33:14.083467 | 2010-02-26T16:18:39 | 2010-02-26T16:18:39 | 32,653,851 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,502 | cpp | /****************************************************************************
Force Engine v0.5
Creado: 28/03/08
Clase: AnimEngine.cpp
Hecho by: German Battiston AKA Melkor
****************************************************************************/
//-----------------------------------------------------... | [
"gersurfer@a82ef5f6-654a-0410-99b4-23d68ab79cb1"
] | [
[
[
1,
120
]
]
] |
cf6f8c0e95b34281e062d8c93d4cff662628757b | dde6e080c5f427d57dbd416f92b25e1bb32aad83 | /Sphere.cpp | 24de6b4ee6bc9d6062d2cc4daa1633e093fcba0a | [] | no_license | davidjonsson/aglobal | b0d715fa155cce1767cc0a4577e8d60006dbbf30 | a7c1fb8bf456de655bd5fa62259d131b8f18f48d | refs/heads/master | 2021-01-01T19:39:09.981802 | 2010-11-08T15:39:58 | 2010-11-08T15:39:58 | 1,025,287 | 1 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,271 | cpp | #include "Sphere.h"
Sphere::Sphere(): radius(0), origin(Vec3f(0,0,0))
, Shape::Shape(Material(0,0,0,0,0)){}
Sphere::Sphere(float r, Vec3f ori, Material mat) : radius(r), origin(ori)
, Shape::Shape(mat) {}
Vec3f Sphere::intersect(Ray* ray, Vec3f* normalR){
... | [
"davidjons@gmail.com",
"dan.englesson@gmail.com"
] | [
[
[
1,
3
],
[
5,
44
]
],
[
[
4,
4
]
]
] |
61a8d83d238629cc1120b7e70d1ba8a330341921 | 55196303f36aa20da255031a8f115b6af83e7d11 | /private/tools/editor/PropertiesWnd.h | d5b058d0977daf82b1d231569026e82091d7d578 | [] | no_license | Heartbroken/bikini | 3f5447647d39587ffe15a7ae5badab3300d2a2ff | fe74f51a3a5d281c671d303632ff38be84d23dd7 | refs/heads/master | 2021-01-10T19:48:40.851837 | 2010-05-25T19:58:52 | 2010-05-25T19:58:52 | 37,190,932 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,544 | h |
#pragma once
class CPropertiesToolBar : public CMFCToolBar
{
public:
virtual void OnUpdateCmdUI(CFrameWnd* /*pTarget*/, BOOL bDisableIfNoHndler)
{
CMFCToolBar::OnUpdateCmdUI((CFrameWnd*) GetOwner(), bDisableIfNoHndler);
}
virtual BOOL AllowShowOnList() const { return FALSE; }
};
class CPropertie... | [
"viktor.reutskyy@gmail.com",
"viktor.reutskyy@68c2588f-494f-0410-aecb-65da31d84587"
] | [
[
[
1,
54
],
[
58,
59
],
[
61,
64
]
],
[
[
55,
57
],
[
60,
60
]
]
] |
2a8424d7ab40890609f8fd3b2239efc6307ebad1 | 74c8da5b29163992a08a376c7819785998afb588 | /NetAnimal/Game/wheel/NetWheelController/include/WheelClock.h | c01b15c24856d16e18996973d57bb61e32478f4d | [] | no_license | dbabox/aomi | dbfb46c1c9417a8078ec9a516cc9c90fe3773b78 | 4cffc8e59368e82aed997fe0f4dcbd7df626d1d0 | refs/heads/master | 2021-01-13T14:05:10.813348 | 2011-06-07T09:36:41 | 2011-06-07T09:36:41 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 860 | h | #ifndef __Orz_WheelClock_h__
#define __Orz_WheelClock_h__
#include "WheelControllerConfig.h"
#include "WheelClockListener.h"
namespace Orz
{
class _OrzNetWheelControlleExport WheelClock
{
public:
WheelClock(void);
~WheelClock(void);
//获取剩余时间
int getLastSecond(void) const;
//获取当前时间
... | [
"ogre3d@yeah.net"
] | [
[
[
1,
46
]
]
] |
9ce2b5eda74732a79c18ec9ee00e39a2df44db24 | ce262ae496ab3eeebfcbb337da86d34eb689c07b | /SEFoundation/SESceneGraph/SECameraNode.cpp | 32356831f502fabbf10a066a0cc73073265c5ca1 | [] | 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 | 6,135 | cpp | // 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,
205
]
]
] |
c03deebc392373acc97115f5be790920629c12a0 | 5fb9b06a4bf002fc851502717a020362b7d9d042 | /developertools/MapRenderer/include/renderer/Characters.h | c12427054b4ec3217469abf725e17a99b0b6783d | [] | 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 | 6,943 | h | //
// File: Characters.h
// Created by: Alexander Oster - tensor@ultima-iris.de
//
/*****
*
* 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
... | [
"sience@a725d9c3-d2eb-0310-b856-fa980ef11a19"
] | [
[
[
1,
239
]
]
] |
3c21edffd8592e18309f01c34332c0d8aa79396d | 8b506bf34b36af04fa970f2749e0c8033f1a9d7a | /Code/Win32/dx/dxVertexBuffer.h | a2b98d9bcbbf893691e433522476f1e4013351f9 | [] | no_license | gunstar/Prototype | a5155e25d7d54a1991425e7be85bfc7da42c634f | a4448b5f6d18048ecaedf26c71e2b107e021ea6e | refs/heads/master | 2021-01-10T21:42:24.221750 | 2011-11-06T10:16:26 | 2011-11-06T10:16:26 | 2,708,481 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 840 | h | /*
dxVertexBuffer
*/
#ifndef _dxVertexBuffer
#define _dxVertexBuffer
#include "dxVertexDeclarationCache.h"
class dxVertexBuffer
{
public:
dxVertexBuffer (IDirect3DDevice9* device, dxVertexDeclarationCache* vdCache);
~dxVertexBuffer ();
int getCount () { return VB_Count; }
... | [
"mb@mbrodersen.com"
] | [
[
[
1,
42
]
]
] |
d4396f77dc0af79d142f883a386d1d6b14aa148c | 842997c28ef03f8deb3422d0bb123c707732a252 | /src/uslscore/USMemStream.cpp | 1efac6520770a21b32b728ba334a44206c77cf21 | [] | no_license | bjorn/moai-beta | e31f600a3456c20fba683b8e39b11804ac88d202 | 2f06a454d4d94939dc3937367208222735dd164f | refs/heads/master | 2021-01-17T11:46:46.018377 | 2011-06-10T07:33:55 | 2011-06-10T07:33:55 | 1,837,561 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,624 | cpp | // Copyright (c) 2010-2011 Zipline Games, Inc. All Rights Reserved.
// http://getmoai.com
#include "pch.h"
#include <uslscore/USFilename.h>
#include <uslscore/USFileSys.h>
#include <uslscore/USDirectoryItr.h>
#include <uslscore/USMemStream.h>
#include <math.h>
//=========================================... | [
"josh@ziplinegames.com",
"thorbjorn@lindeijer.nl"
] | [
[
[
1,
64
],
[
66,
74
],
[
76,
78
],
[
80,
198
],
[
200,
208
],
[
210,
212
],
[
214,
224
]
],
[
[
65,
65
],
[
75,
75
],
[
... |
482e500d264f540c9752d98f2121426518cebb4e | da9e4cd28021ecc9e17e48ac3ded33b798aae59c | /SAMPLES/DSHOWFILTERS/mpeg4ip_mp4v2/src/mp4info.cpp | d439405d6d750efc44f9f7cff2a5db124d4264b2 | [] | no_license | hibive/sjmt6410pm090728 | d45242e74b94f954cf0960a4392f07178088e560 | 45ceea6c3a5a28172f7cd0b439d40c494355015c | refs/heads/master | 2021-01-10T10:02:35.925367 | 2011-01-27T04:22:44 | 2011-01-27T04:22:44 | 43,739,703 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 18,506 | cpp | /*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS... | [
"jhlee74@a3c55b0e-9d05-11de-8bf8-05dd22f30006"
] | [
[
[
1,
579
]
]
] |
858bfebe1b551d1e950e199bd4817baf116fe257 | c5ecda551cefa7aaa54b787850b55a2d8fd12387 | /src/UILayer/Functions/AddTask/AddTaskLinksEdit.h | 57b8065f84b581fedc6cc07913ebee2b4f26aab3 | [] | 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 | UTF-8 | C++ | false | false | 1,126 | h | #pragma once
#include "AddTaskDoc.h"
// CAddTaskLinksEdit
class CAddTaskLinksEdit : public CEdit
{
DECLARE_DYNAMIC(CAddTaskLinksEdit)
public:
CAddTaskLinksEdit();
virtual ~CAddTaskLinksEdit();
void SetDoc(CAddTaskDoc *pDoc){m_pDoc = pDoc;}
void UpdateLinksByWindowText();
protected:
void Conver... | [
"LanceFong@4a627187-453b-0410-a94d-992500ef832d"
] | [
[
[
1,
41
]
]
] |
4fd250681fab9865dc76f35db005ead1228b7a5d | 2112057af069a78e75adfd244a3f5b224fbab321 | /branches/ref1/src-root/include/common/interface/window.h | 49f8add6711a5cb0aed7694d3a2e92beea28dbd5 | [] | no_license | blockspacer/ireon | 120bde79e39fb107c961697985a1fe4cb309bd81 | a89fa30b369a0b21661c992da2c4ec1087aac312 | refs/heads/master | 2023-04-15T00:22:02.905112 | 2010-01-07T20:31:07 | 2010-01-07T20:31:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,964 | h | /* Copyright (C) 2005 ireon.org developers council
* $Id: window.h 510 2006-02-26 21:09:40Z zak $
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, o... | [
"psavichev@gmail.com"
] | [
[
[
1,
276
]
]
] |
0288235ec980cb4215523be884843496a94056b1 | 3856c39683bdecc34190b30c6ad7d93f50dce728 | /LastProject/Source/Mouse.h | 7613cc9ebd2efe99c27b08e9c546a4c3b8a79787 | [] | no_license | yoonhada/nlinelast | 7ddcc28f0b60897271e4d869f92368b22a80dd48 | 5df3b6cec296ce09e35ff0ccd166a6937ddb2157 | refs/heads/master | 2021-01-20T09:07:11.577111 | 2011-12-21T22:12:36 | 2011-12-21T22:12:36 | 34,231,967 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 761 | h | #pragma once
#ifndef _MOUSE_H_
#define _MOUSE_H_
class Mouse : public CSingleton<Mouse> //한번만 누르는건 구현이 되지 않았음 & 0x8001 을 쓰면 되겟는데 함수 이름은 뭘로? LButton One Click? 이상해...
{
friend class CSingleton<Mouse>;
private:
HWND m_hWnd;
bool m_bLKeyUp;
bool m_bLKeyDown;
bool m_bLDrag;
RECT m_rt; //윈도... | [
"kopan84@gmail.com@d02aaf57-2019-c8cd-d06c-d029ef2af4e0",
"yoonhada@gmail.com@d02aaf57-2019-c8cd-d06c-d029ef2af4e0"
] | [
[
[
1,
25
],
[
27,
40
]
],
[
[
26,
26
]
]
] |
21dc460a2319537f6ff79577ae82a9d7cb4eca2a | 1deb3507c241b7e2417ba041c9c71cb5cf7eef06 | /heroin/utility.cpp | 2ca0ec685caeb0e8694a96f7b14ec563054e5020 | [] | no_license | ChefKeeper/heroinglands | 2a076db02bc48d578eb1d8d0eb2771079e8a9e9d | 4585a4adf8c6f3b42e57928fe956cddb5a91ef1a | refs/heads/master | 2016-08-13T02:20:18.085064 | 2009-02-13T20:30:21 | 2009-02-13T20:30:21 | 47,699,838 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,981 | cpp | #include "utility.hpp"
#include <iostream>
#include <sstream>
#include <nil/time.hpp>
std::string get_data_string(std::string const & data)
{
std::stringstream stream;
for(std::size_t i = 0; i < data.size(); i++)
{
stream << std::hex;
stream.width(2);
stream.fill('0');
stream << get_byte(da... | [
"binrapt@92c0f8f3-e753-0410-a10c-b3df2c4a8671"
] | [
[
[
1,
141
]
]
] |
c0772ccecace0a287c8daeb2620827783cf1d2c0 | 629e4fdc23cb90c0144457e994d1cbb7c6ab8a93 | /lib/entity/component.h | 8e4b5f8339e0242ab81869e79953f3f1aea15c48 | [] | 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 | 2,680 | h | /*
* component.h
*
* Created on: 14.10.2011
* Author: akin
*
* Without aspect oriented programming, this class causes a bit of trouble
* especially, if you forget to add _one_ finish() call to the end of the
* execution of your component.
* If the component is single-threaded... | [
"akin@lich",
"akin@localhost"
] | [
[
[
1,
14
],
[
17,
19
],
[
22,
24
],
[
27,
27
],
[
35,
35
],
[
41,
42
],
[
45,
45
],
[
51,
51
],
[
53,
53
],
[
56,
56
... |
41acae276efa27372cae9b0973dff4ac1a4fae9d | 3d9e738c19a8796aad3195fd229cdacf00c80f90 | /src/geometries/medial_explore_3/Medial_explore_3.h | 5305a97dd55f5bc897fb85737ab37fd9d3a683fc | [] | no_license | mrG7/mesecina | 0cd16eb5340c72b3e8db5feda362b6353b5cefda | d34135836d686a60b6f59fa0849015fb99164ab4 | refs/heads/master | 2021-01-17T10:02:04.124541 | 2011-03-05T17:29:40 | 2011-03-05T17:29:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,298 | h | /* This source file is part of Mesecina, a software for visualization and studying of
* the medial axis and related computational geometry structures.
* More info: http://www.agg.ethz.ch/~miklosb/mesecina
* Copyright Balint Miklos, Applied Geometry Group, ETH Zurich
*
* $Id: Union_of_balls_2.h 737 2009-05-16 ... | [
"balint.miklos@localhost"
] | [
[
[
1,
72
]
]
] |
d33878f2301c737782f56439e6fcc74b62f25cdd | 197ac28d1481843225f35aff4aa85f1909ef36bf | /mcucpp/delay.h | afe3120cf46db0bc466a11af8a03a5b3a5f26c16 | [
"BSD-3-Clause"
] | permissive | xandroalmeida/Mcucpp | 831e1088eb38dfcf65bfb6fb3205d4448666983c | 6fc5c8d5b9839ade60b3f57acc78a0ed63995fca | refs/heads/master | 2020-12-24T12:13:53.497692 | 2011-11-21T15:36:03 | 2011-11-21T15:36:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,379 | h | #pragma once
// platform specific delay loop implementation
#include <platform_dalay.h>
#include <clock.h>
namespace Util
{
template<unsigned long ns, unsigned long CpuFreq>
void delay_ns()
{
const unsigned long delayLoops32 = CpuFreq / (1.0e9 * PlatformCyslesPerDelayLoop32) * ns;
const unsigned lo... | [
"konstantin.chizhov12@gmail.com",
"kchizhov@mirantis.com"
] | [
[
[
1,
4
],
[
6,
14
],
[
16,
21
],
[
24,
28
],
[
30,
35
],
[
37,
42
]
],
[
[
5,
5
],
[
15,
15
],
[
22,
23
],
[
29,
2... |
f4df819d8e6acc4b82bcf6af0bce16c763459cca | cb1c6c586d769f919ed982e9364d92cf0aa956fe | /include/TinyRT.h | 73ca77dffca84ed031f95a85c3d9d762f326566f | [] | 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 | 3,956 | h |
/// \defgroup TinyRT TinyRT
/**
\mainpage
What TRT is:
The goal of TRT is to provide a set of clean, generic, and reasonably efficient implementations of common raytracing algorithms.
Its intended uses are:
- As a reference codebase for research, prototyping, and recreational raytracing
- As a... | [
"jbarcz1@6ce04321-59f9-4392-9e3f-c0843787e809"
] | [
[
[
1,
131
]
]
] |
16afe383d73324f9e8f1c1dcf474b6eb4d13baa9 | 6581dacb25182f7f5d7afb39975dc622914defc7 | /easyMule/easyMule/src/UILayer/PPgConnection.h | f0de367be5c2cfdcc482ebfdb9b457ae7c34b813 | [] | no_license | dice2019/alexlabonline | caeccad28bf803afb9f30b9e3cc663bb2909cc4f | 4c433839965ed0cff99dad82f0ba1757366be671 | refs/heads/master | 2021-01-16T19:37:24.002905 | 2011-09-21T15:20:16 | 2011-09-21T15:20:16 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,283 | h | /*
* $Id: PPgConnection.h 5130 2008-03-25 10:43:20Z fengwen $
*
* this file is part of easyMule
* Copyright (C)2002-2008 VeryCD Dev Team ( strEmail.Format("%s@%s", "emuledev", "verycd.com") / http: * www.easymule.org )
*
* This program is free software; you can redistribute it and/or
* modify it under t... | [
"damoguyan8844@3a4e9f68-f5c2-36dc-e45a-441593085838"
] | [
[
[
1,
124
]
]
] |
1f43268edd6349ad84df73bca8277b5e28a5d3b2 | 59166d9d1eea9b034ac331d9c5590362ab942a8f | /Branch/xmlRoot/xmlLeaf/xmlLeafSave.cpp | e0390b1d87b3a9df43b9fed48947385d1eee6e88 | [] | no_license | seafengl/osgtraining | 5915f7b3a3c78334b9029ee58e6c1cb54de5c220 | fbfb29e5ae8cab6fa13900e417b6cba3a8c559df | refs/heads/master | 2020-04-09T07:32:31.981473 | 2010-09-03T15:10:30 | 2010-09-03T15:10:30 | 40,032,354 | 0 | 3 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 5,218 | cpp | #include "xmlLeafSave.h"
#include "../xmlRoot.h"
#include "xmlLeafNames.h"
xmlLeafSave::xmlLeafSave()
{
}
xmlLeafSave::~xmlLeafSave()
{
}
TiXmlElement* xmlLeafSave::GetXmlData()
{
//получить xml тег с сформированными данными
//получить ссылку на данные веток
dataLeaf &_data = xmlRoot::Inst... | [
"asmzx79@3290fc28-3049-11de-8daa-cfecb5f7ff5b"
] | [
[
[
1,
155
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.