code stringlengths 3 1.01M | repo_name stringlengths 5 116 | path stringlengths 3 311 | language stringclasses 30
values | license stringclasses 15
values | size int64 3 1.01M |
|---|---|---|---|---|---|
/*
* SIGMA Framework Core Library.
*
* This library is distributed under the MIT License.
* See Copyright Notice at the end of this file.
*/
#if (defined __DMC__ || defined _MSC_VER)
# pragma once
#endif
#if (!defined SIGMA_FRAMEWORK_COMMON_CORE_LIBRARY_TEMPLATE_HPP)
# define SIGMA_FRAMEWORK_COMM... | cpp4ever/sigma-framework | sigma/core/core.template.hpp | C++ | lgpl-3.0 | 6,347 |
/**
* This file is part of the LDAP Persistence API (LPA).
*
* Copyright Trenton D. Adams <lpa at trentonadams daught ca>
*
* LPA is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the
* Free Software Foundation, either version ... | TrentonAdams/lpa | src/main/java/ca/tnt/ldaputils/proprietary/ILdapBusiness.java | Java | lgpl-3.0 | 1,523 |
#!/usr/bin/env python2
# Copyright (C) 2011-2012 by Imperial College London
# Copyright (C) 2013 University of Oxford
# Copyright (C) 2014 University of Edinburgh
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the... | pf4d/dolfin-adjoint | timestepping/python/timestepping/pre_assembled_adjoint.py | Python | lgpl-3.0 | 23,635 |
/**
******************************************************************************
* @file stm32f4xx_it.c
* @brief Interrupt Service Routines.
******************************************************************************
*
* COPYRIGHT(c) 2015 STMicroelectronics
*
* Redistribution and use i... | twischer/miniDTN | Src/stm32f4xx_it.c | C | lgpl-3.0 | 4,117 |
/*
Copyright (C) 2014 Alik <aliktab@gmail.com> All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later v... | aliktab/PCA9685 | PCA9685.cpp | C++ | lgpl-3.0 | 3,187 |
lok_flit_pack_neutral_none = Lair:new {
mobiles = {},
spawnLimit = 15,
buildingsVeryEasy = {},
buildingsEasy = {},
buildingsMedium = {},
buildingsHard = {},
buildingsVeryHard = {},
}
addLairTemplate("lok_flit_pack_neutral_none", lok_flit_pack_neutral_none)
| kidaa/Awakening-Core3 | bin/scripts/mobile/lair/creature_dynamic/lok_flit_pack_neutral_none.lua | Lua | lgpl-3.0 | 265 |
/* This file was generated by SableCC (http://www.sablecc.org/). */
package org.jdmp.core.script.jdmp.node;
import org.jdmp.core.script.jdmp.analysis.Analysis;
@SuppressWarnings("nls")
public final class ADotRdivLevel3 extends PLevel3 {
private PLevel3 _left_;
private TDotRdiv _dotRdiv_;
private PLevel2 _right_;
... | jdmp/java-data-mining-package | jdmp-core/src/main/java/org/jdmp/core/script/jdmp/node/ADotRdivLevel3.java | Java | lgpl-3.0 | 2,678 |
var express = require('express');
module.exports = function(){
var menu = global.beans.menu;
var obj = {};
obj.router = express.Router();
obj.router.get('/index', function (req, res) {
menu.find().toArray(function(err,doc){
if(err){
throw err;
}
res.json(doc);
});
});
retu... | xausky/post-bar | rest/menu.js | JavaScript | lgpl-3.0 | 331 |
/* This file is an image processing operation for GEGL
*
* GEGL is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* GEGL ... | jvesely/gegl | operations/common/panorama-projection.c | C | lgpl-3.0 | 15,585 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Qt 4.7: w... | ssangkong/NVRAM_KWU | qt-everywhere-opensource-src-4.7.4/doc/html/qtconcurrent-wordcount-wordcount-pro.html | HTML | lgpl-3.0 | 2,575 |
/*
Mercurium C/C++ Compiler
Copyright (C) 2006-2008 - Roger Ferrer Ibanez <roger.ferrer@bsc.es>
Barcelona Supercomputing Center - Centro Nacional de Supercomputacion
Universitat Politecnica de Catalunya
This program is free software; you can redistribute it and/or modify
it under the terms of t... | drpicox/acotescc | src/tl/tl-pragmasupport.hpp | C++ | lgpl-3.0 | 5,699 |
/*
* (C) Copyright 2009-2013 CNRS.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser General Public License
* (LGPL) version 2.1 which accompanies this distribution, and is available at
* http://www.gnu.org/licenses/lgpl-2.1.html
*
* This... | MichaelRoeder/Grph | src/main/java/grph/algo/k_shortest_paths/KShortestPathsAlgorithm.java | Java | lgpl-3.0 | 1,442 |
/* $Id: ncbimempool.cpp 113238 2007-10-31 16:37:10Z vasilche $
* ===========================================================================
*
* PUBLIC DOMAIN NOTICE
* National Center for Biotechnology Information
*
* This software/database is a "United States Government... | kyungtaekLIM/PSI-BLASTexB | src/ncbi-blast-2.5.0+/c++/src/corelib/ncbimempool.cpp | C++ | lgpl-3.0 | 8,479 |
# This file is part of Libusb for Ruby.
#
# Libusb for Ruby is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Libusb for Ruby ... | larskanis/libusb | lib/libusb/endpoint.rb | Ruby | lgpl-3.0 | 5,797 |
/* DO NOT EDIT THIS FILE - it is machine generated */
#include "jni.h"
#include <math.h>
#include "../global/functions.h"
/* Header for class org_algo4j_math_Trigonometric */
#pragma clang diagnostic push
#pragma ide diagnostic ignored "OCUnusedGlobalDeclarationInspection"
#ifndef _Included_org_algo4j_math_Trigonomet... | ice1000/algo4j | jni/math/Trigonometric.h | C | lgpl-3.0 | 1,751 |
/*--------------------------------------------------------------------
(C) Copyright 2006-2011 Barcelona Supercomputing Center
Centro Nacional de Supercomputacion
This file is part of Mercurium C/C++ source-to-source compiler.
See AUTHORS file in the top level directory for inform... | sdruix/AutomaticParallelization | tests/06_phases_starss.dg/success_smpss-006.c | C | lgpl-3.0 | 1,321 |
<?php
/*
* Copyright (c) 2012-2016, Hofmänner New Media.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This file is part of the N2N FRAMEWORK.
*
* The N2N FRAMEWORK is free software: you can redistribute it and/or modify it under the terms of
* the GNU Lesser General Public License ... | n2n/n2n-web | src/app/n2n/web/http/payload/impl/HtmlPayload.php | PHP | lgpl-3.0 | 1,824 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_30) on Sat Oct 11 22:51:30 UTC 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.e... | ars22/WorkflowScheduling | lib/encog-core-3.3.0/apidocs/org/encog/app/analyst/csv/basic/class-use/BasicFile.html | HTML | lgpl-3.0 | 22,612 |
package org.molgenis.data.mapper.service.impl;
import com.google.common.collect.Lists;
import org.mockito.Mock;
import org.molgenis.data.Entity;
import org.molgenis.data.EntityManager;
import org.molgenis.data.mapper.algorithmgenerator.service.AlgorithmGeneratorService;
import org.molgenis.data.mapper.mapping.model.At... | npklein/molgenis | molgenis-semantic-mapper/src/test/java/org/molgenis/data/mapper/service/impl/AlgorithmServiceImplTest.java | Java | lgpl-3.0 | 4,535 |
// 2016-01-30T15:09+08:00
// By myd
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.Win32;
namespace SysAdminApp
{
public sealed class SysAdmin
{
private static readonly string key;
private static readonly string explorerSubKey;
private static reado... | myd7349/Ongoing-Study | c#/SysAdminApp/SysAdmin.cs | C# | lgpl-3.0 | 4,243 |
# Try to find allegro 5
#
# ALLEGRO5_FOUND - system has allegro5
# ALLEGRO5_INCLUDE_DIR - the allrgo5 include directory
# ALLEGRO5_LIBRARIES - Link these to use allegro5
#
# Code taken from: https://github.com/dos1/Allegro5-CMake-Modules/blob/master/FindAllegro5.cmake
FIND_PATH(ALLEGRO5_INCLUDE_DIR allegro5/allegro... | gilzoide/lallegro | src/FindAllegro5.cmake | CMake | lgpl-3.0 | 861 |
/*
* Copyright 2010-2014 Bastian Eicher
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This progr... | clawplach/0install-win | src/Backend/UnitTests/Services/Solvers/SolverTest.cs | C# | lgpl-3.0 | 20,211 |
<?php
/**
* Contao Open Source CMS
*
* Copyright (c) 2005-2013 Leo Feyer
*
* @package ReadSpeaker
* @author Johannes Pichler
* @license LGPL
* @copyright webpixels Johannes Pichler 2013
*/
/**
* Namespace
*/
namespace ReadSpeaker;
/**
* Class FE_ReadSpeaker
*
* @copyright webpixels Johannes Pic... | joeherold/readspeaker | TL_ROOT/system/modules/readspeaker/classes/FE_ReadSpeaker.php | PHP | lgpl-3.0 | 3,253 |
import datetime
from django.db import models
from django.core import validators
from django.utils.translation import ugettext_lazy as _
from nmadb_contacts.models import Municipality, Human
class School(models.Model):
""" Information about school.
School types retrieved from `AIKOS
<http://www.aikos.sm... | vakaras/nmadb-students | src/nmadb_students/models.py | Python | lgpl-3.0 | 10,676 |
/*
* picotm - A system-level transaction manager
* Copyright (c) 2018 Thomas Zimmermann <contact@tzimmermann.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version ... | picotm/picotm | modules/libc/src/fildes/socket_tx_ops.h | C | lgpl-3.0 | 1,050 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<head>
<title>Reference</title>
<link rel="stylesheet" href="../ldoc.css" type="text/css" />
</head>
<body>
<div id="conta... | leoagomes/lua-blowfish | doc/modules/blowfish.html | HTML | lgpl-3.0 | 2,512 |
using System.Collections.Generic;
namespace AntSimComplexAlgorithms
{
internal interface IAnt
{
/// <summary>
/// The ant's unique integer Id.
/// </summary>
int Id { get; }
/// <summary>
/// The index of the node the ant is currently on.
/// </summary>
int CurrentNode { get; }
... | goblincoding/ant-system-complex-pheromone | AntSimComplex/AntSimComplexAlgorithms/IAnt.cs | C# | lgpl-3.0 | 1,168 |
/*
* Copyright (C) 2005-2017 ManyDesigns srl. All rights reserved.
* http://www.manydesigns.com/
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 3 of
* the License, or (a... | denarie/Portofino | portofino-pageactions/src/main/java/com/manydesigns/portofino/interceptors/ApplicationInterceptor.java | Java | lgpl-3.0 | 5,832 |
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace ActiveUp.MailSystem.CtsdClient
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
... | DavidS/MailSystem.NET | Samples/CS/ActiveUp.MailSystem.CtsdClient/Program.cs | C# | lgpl-3.0 | 507 |
using System;
using Bosphorus.Library.Dao.Core.Dao;
using Bosphorus.Library.Dao.Facade.Facade.Loader.Repository.Base;
namespace Bosphorus.Library.Dao.Facade.Facade.Loader.Repository.Domain
{
public class Live : AbstractRepositoryContainerConfigurator
{
public Live(string assemblyName, string @namespac... | BosphorusTeam/bosphorus.dao | Source/Projects/Bosphorus.Dao.Facade/Facade.Loader/Repository.Domain/Live.cs | C# | lgpl-3.0 | 593 |
//
// (C) Copyright by Victor Derks
//
// See README.TXT for the details of the software licence.
//
#include "stdafx.h"
#include "testcom.h"
//#include "../include/infotipptr.h"
//#include "../include/util.h"
#include "../include/macros.h"
#include "../vvvsample/infotipclsid.h"
//CString GetInprocServer32()
//{
... | vbaderks/msf | samples/vvvtest/testcom.cpp | C++ | lgpl-3.0 | 1,181 |
#pragma sw require header org.sw.demo.lexxmark.winflexbison.bison
void build(Solution &s)
{
auto &DataManager = s.addLibrary("Polygon4.DataManager", "master");
DataManager += Git("https://github.com/aimrebirth/DataManager", "", "{v}");
auto &memory = DataManager.addStaticLibrary("memory");
{
... | aimrebirth/DataManager | sw.cpp | C++ | lgpl-3.0 | 3,570 |
package co.edu.uniandes.csw.item.master.logic.ejb;
import co.edu.uniandes.csw.documento.logic.dto.DocumentoDTO;
import co.edu.uniandes.csw.documento.persistence.api.IDocumentoPersistence;
import co.edu.uniandes.csw.item.logic.dto.ItemDTO;
import co.edu.uniandes.csw.item.master.logic.api._IItemMasterLogicService;
impor... | jachaparro914/ciclo4-repo | item.master.service.subsystem/src/main/java/co/edu/uniandes/csw/item/master/logic/ejb/_ItemMasterLogicService.java | Java | lgpl-3.0 | 3,035 |
/**
*
*/
package org.sinnlabs.dbvim.ui;
import org.zkoss.zk.ui.Executions;
import org.zkoss.zk.ui.event.Event;
import org.zkoss.zk.ui.event.EventListener;
import org.zkoss.zk.ui.event.Events;
import org.zkoss.zk.ui.event.MouseEvent;
import org.zkoss.zk.ui.select.Selectors;
import org.zkoss.zk.ui.select.annotation.W... | sinnlabs/dbvim | src/org/sinnlabs/dbvim/ui/FormNameDialog.java | Java | lgpl-3.0 | 1,423 |
// keves/kev/string-inl.hpp - strings for Keves
// Keves will be an R6RS Scheme implementation.
//
// Copyright (C) 2014 Yasuhiro Yamakawa <kawatab@yahoo.co.jp>
//
// This program is free software: you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as published by
/... | kawatab/keves | kev/string-inl.hpp | C++ | lgpl-3.0 | 2,145 |
"""
This test illustrate how to generate an XML Mapnik style sheet from a pycnik
style sheet written in Python.
"""
import os
from pycnik import pycnik
import artefact
actual_xml_style_sheet = 'artefacts/style_sheet.xml'
expected_xml_style_sheet = 'style_sheet.xml'
class TestPycnik(artefact.TestCaseWithArtefacts):
... | Mappy/pycnikr | tests/test_pycnik.py | Python | lgpl-3.0 | 660 |
# copyright 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of astroid.
#
# astroid is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by the
#... | lukaszpiotr/pylama_with_gjslint | pylama/checkers/pylint/astroid/mixins.py | Python | lgpl-3.0 | 4,313 |
<?php
/**
* PHPCompatibility, an external standard for PHP_CodeSniffer.
*
* @package PHPCompatibility
* @copyright 2012-2020 PHPCompatibility Contributors
* @license https://opensource.org/licenses/LGPL-3.0 LGPL3
* @link https://github.com/PHPCompatibility/PHPCompatibility
*/
namespace PHPCompatibility... | jrfnl/PHPCompatibility | PHPCompatibility/Tests/ParameterValues/NewNegativeStringOffsetUnitTest.php | PHP | lgpl-3.0 | 3,021 |
/*
* Copyright (c) 2007 - 2008 by Damien Di Fede <ddf@compartmental.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as published
* by the Free Software Foundation; either version 2 of the License, or
* (at your o... | xpy/Minim | src/ddf/minim/javasound/JSMinim.java | Java | lgpl-3.0 | 25,962 |
'use strict';
System.register(['./persistent-object', './persistent-data', './symbols'], function (_export, _context) {
"use strict";
var PersistentObject, PersistentData, VERSION, _createClass, _get, configMap, Collection, CollectionFactory;
function _classCallCheck(instance, Constructor) {
if (!(instance... | trenneman/persistence | dist/system/collection.js | JavaScript | lgpl-3.0 | 7,498 |
// Copyright 2017 The go-ethereum Authors
// This file is part of go-ethereum.
//
// go-ethereum 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 la... | energicryptocurrency/energi | cmd/puppeth/wizard_nginx.go | GO | lgpl-3.0 | 2,391 |
; PROLOGUE(sumdiff_n)
;
; Copyright 2011 The Code Cavern
;
; Windows Conversion Copyright 2008 Brian Gladman
;
; This file is part of the MPIR Library.
;
; The MPIR Library is free software; you can redistribute it and/or modify
; it under the terms of the GNU Lesser General Public License as published
; ... | cloudcompare/cork | contrib/mpir-2.6.0/mpn/x86_64w/core2/penryn/sumdiff_n.asm | Assembly | lgpl-3.0 | 4,383 |
#ifndef _B_UNITTEST_H_
#define _B_UNITTEST_H_
#include <B/Core/Common.h>
namespace B {
class UnitTest {
public:
UnitTest();
virtual ~UnitTest();
virtual INT32 doTest() = 0;
};
} /* namespace B */
#endif /* _B_UNITTEST_H_ */
| WadeHsiao/B | include/B/Test/UnitTest.h | C | lgpl-3.0 | 233 |
/*
*
* This file is part of three4g.
*
* three4g is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesse General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* t... | Blimster/three4g | net.blimster.gwt.threejs/src-gen/net/blimster/gwt/threejs/materials/LineBasicMaterial.java | Java | lgpl-3.0 | 1,281 |
/* radare - LGPL - Copyright 2009-2018 - pancake */
#include "r_cons.h"
#include "r_core.h"
#include "r_types.h"
#include "r_io.h"
static const char *help_msg_S[] = {
"Usage:","S[?-.*=adlr] [...]","",
"S","","list sections",
"S"," paddr va sz [vsz] name rwx","add new section (if(!vsz)vsz=sz)",
"S.","","show curre... | jroimartin/radare2 | libr/core/cmd_section.c | C | lgpl-3.0 | 14,373 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' lang='he' dir='rtl'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1255' />
<meta http-equiv='Content-Script-Type' content='... | erelsgl/erel-sites | tnk1/ktuv/mj/24-24.html | HTML | lgpl-3.0 | 10,067 |
namespace PacketDotNet.Ieee80211
{
public struct BlockAcknowledgmentFields
{
public static readonly int BlockAckBitmapPosition;
public static readonly int BlockAckRequestControlLength = 2;
public static readonly int BlockAckRequestControlPosition;
public static readonly int Block... | chmorgan/packetnet | PacketDotNet/Ieee80211/BlockAcknowledgmentFields.cs | C# | lgpl-3.0 | 876 |
/*
* Copyright (c) 2004-2020 The YAWL Foundation. All rights reserved.
* The YAWL Foundation is a collaboration of individuals and
* organisations who are committed to improving workflow technology.
*
* This file is part of YAWL. YAWL is free software: you can
* redistribute it and/or modify it under the terms of... | yawlfoundation/yawl | src/org/yawlfoundation/yawl/elements/YEnabledTransitionSet.java | Java | lgpl-3.0 | 8,207 |
#include <asf.h>
const usart_serial_options_t usart_serial_options = {
.baudrate = 9600,
.charlength = USART_CHSIZE_8BIT_gc,
.paritytype = USART_PMODE_DISABLED_gc,
.stopbits = false
};
int main (void)
{
/* Insert system clock initialization code here (sysclk_init()). */
sysclk_init();
board_init()... | artnavsegda/avrnavsegda | atmelstudio7/xmega/serial/serial/src/main.c | C | lgpl-3.0 | 504 |
////////////////////////////////////////////////////////////////////////
// Copyright (c) Nehmulos 2011-2014
// This file is part of N0 Strain Serialization Library.
//
// N0Strain-Serialization-Library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public Licens... | Nehmulos/N0Strain-Serialization-Library | src/BinaryWriter.h | C | lgpl-3.0 | 2,853 |
/*
* Copyright (C) 2003-2014 eXo Platform SAS.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 3 of
* the License, or (at your option) any later version.
*
* This softwar... | exoplatform/mobile-android | app/src/main/java/org/exoplatform/controller/home/SocialServiceLoadTask.java | Java | lgpl-3.0 | 7,227 |
--Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | kidaa/Awakening-Core3 | bin/scripts/object/tangible/wearables/armor/stormtrooper/armor_stormtrooper_bicep_l.lua | Lua | lgpl-3.0 | 4,740 |
# SIMF
Semantic Information Modeling for Federation
Specification Working Repository
For latest see "DraftSMIFSpecification"
Note that the by consensus of the submitters, SIMF was renamed "Semantic Modeling for Information Federation" (SMIF)
| ModelDriven/SIMF | README.md | Markdown | lgpl-3.0 | 243 |
var dir_1dfe7b4d98f7fbcbf3888d2e6eb0ed23 =
[
[ "eventBus.hpp", "event_bus_8hpp_source.html", null ],
[ "eventHandler.hpp", "event_handler_8hpp_source.html", null ],
[ "observable.hpp", "observable_8hpp_source.html", null ],
[ "observer.hpp", "observer_8hpp_source.html", null ]
]; | vlachenal/anch-framework | docs/dir_1dfe7b4d98f7fbcbf3888d2e6eb0ed23.js | JavaScript | lgpl-3.0 | 296 |
# created based on
# https://python-packaging.readthedocs.io/en/latest/minimal.html
# But instead of python setup.py register sdist upload,
# use https://pypi.org/p/twine/
#
from setuptools import setup
import sys
import os
import re
sys.path.append("src")
def read(fname):
try:
return open(os.path.join... | KlausPopp/Moddy | setup.py | Python | lgpl-3.0 | 1,397 |
/************************************************************
**
** file: btreeprimitivedefinitions.h
** author: Andreas Steffens
** license: LGPL v3
**
** description:
**
** This file contains definitions for the b-tree framework
** test bench's common primitives.
**
***************************************************... | andreas-steffens/btree-framework-demonstration | src/btreetest/testbench/primitives/btreeprimitivedefinitions.h | C | lgpl-3.0 | 627 |
#include <string>
#include <cmath>
#include <math.h>
#include <random>
#include <ctime>
using namespace std;
/*
class Pole
{
public:
int razmer;
Pole(int razmer);
~
*/
int ** CreateFullMassive(int razmer)
{
int count = 1;
int ** mas = new int*[razmer];
for(int i=0; i<razmer; i++)
{
mas[i] = new int[razmer];
... | Shifter1602/6sem | Cpp (patterns)/CourseWork(15)(COMMAND)/MFC/Pytnashki Shablon (Decorator + Command)/Pytnashki Shablon/MassiveForPyatnashki.h | C | lgpl-3.0 | 5,177 |
package com.advancedtunnelbore.lib;
public class RefStrings {
public static final String MODID = "advancedtunnelbore";
public static final String NAME = "Advanced Tunnel Boring";
public static final String VERSION = "0.0.1";
public static final String CLIENTSIDE = "com.advancedtunnelbore.main.ClientProxy";
publi... | hihellobyeoh/Advanced-Tunnelboring | src/main/java/com/advancedtunnelbore/lib/RefStrings.java | Java | lgpl-3.0 | 400 |
/**
* Created on Dec 09, 2015
* @author Lijing Wang OoOfreedom@gmail.com
*/
#pragma once
#include "internal_types.hpp"
#include <ndn-cxx/face.hpp>
#include <ndn-cxx/security/key-chain.hpp>
#include <ndn-cxx/util/scheduler.hpp>
#include <boost/thread.hpp>
#include <boost/bind.hpp>
#include <boost/thread/mutex.hpp>
... | PhdLoLi/NDNPaxos | libndnpaxos/client.hpp | C++ | lgpl-3.0 | 1,245 |
/*
* Copyright (C) 2005-2011 Alfresco Software Limited.
*
* This file is part of Alfresco
*
* Alfresco is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at y... | loftuxab/community-edition-old | projects/repository/source/java/org/alfresco/repo/jscript/SlingshotDocLibCustomResponse.java | Java | lgpl-3.0 | 2,303 |
/*
* Created on 19-sept.-2003
*/
package org.javlo.component.core;
import org.javlo.context.ContentContext;
/**
* @author pvandermaesen
*/
public class Unknown extends AbstractVisualComponent {
public static final IContentVisualComponent INSTANCE = new Unknown();
public static final String TYPE = "unknow";
... | Javlo/javlo | src/main/java/org/javlo/component/core/Unknown.java | Java | lgpl-3.0 | 1,725 |
/**
* Copyright © 2002 Instituto Superior Técnico
*
* This file is part of FenixEdu Academic.
*
* FenixEdu Academic is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License... | sergiofbsilva/fenixedu-academic | src/main/java/org/fenixedu/academic/domain/studentCurriculum/StudentCurricularPlanEnrolmentPreConditions.java | Java | lgpl-3.0 | 7,697 |
import {Component, View, Inject} from 'app/app';
import 'components/contextselector/context-selector';
import {SELECTION_MODE_BOTH, SELECTION_MODE_IN_CONTEXT, SELECTION_MODE_WITHOUT_CONTEXT} from 'components/contextselector/context-selector';
import contextSelectorStubTemplate from 'context-selector.stub.html!text';
... | SirmaITT/conservation-space-1.7.0 | docker/sep-ui/sandbox/components/contextselector/context-selector.stub.js | JavaScript | lgpl-3.0 | 957 |
// UGTrackingLayer.h: interface for the UGTrackingLayer class.
//
//////////////////////////////////////////////////////////////////////
/*!
**************************************************************************************
\file UGTrackingLayer.h
**********************************************... | zhouqin/EngineBaidu | 01_SourceCode_7.0.0_B/Include/Map/UGTrackingLayer.h | C | lgpl-3.0 | 12,101 |
<?php defined('ROOTPATH') OR die('No direct access allowed.');
/*
File: xajaxPluginManager.inc.php
Contains the xajax plugin manager.
Title: xajax plugin manager
Please see <copyright.inc.php> for a detailed description, copyright
and license information.
*/
/*
@package xajax
@version $Id: xa... | qrooel/madison_square | lib/xajax/xajax_core/xajaxPluginManager.inc.php | PHP | lgpl-3.0 | 8,020 |
/*
* SonarQube, open source software quality management tool.
* Copyright (C) 2008-2014 SonarSource
* mailto:contact AT sonarsource DOT com
*
* SonarQube is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Found... | jblievremont/sonarqube | sonar-core/src/test/java/org/sonar/core/issue/workflow/SetAssigneeTest.java | Java | lgpl-3.0 | 1,581 |
package org.xBaseJ.test;
/**
* xBaseJ - Java access to dBase files
*<p>Copyright 1997-2014 - American Coders, LTD - Raleigh NC USA
*<p>All rights reserved
*<p>Currently supports only dBase III format DBF, DBT and NDX files
*<p> dBase IV format DBF, DBT, MDX and NDX files
*<p>American... | sebkur/xBaseJ | src/test/java/org/xBaseJ/test/TestLockRead.java | Java | lgpl-3.0 | 2,050 |
//------------------------------------------------------------------------------
// <auto-generated>
// このコードはツールによって生成されました。
// ランタイム バージョン:4.0.30319.34209
//
// このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
// コードが再生成されるときに損失したりします。
// </auto-generated>
//---------------------------------------------------------... | nyatla/NyARToolkitCS | forFW2.0/sample/Test_NyARRealityD3d_IdMarker/Properties/Resources.Designer.cs | C# | lgpl-3.0 | 3,271 |
<?php
namespace SolasMatch\API\Lib;
use \PhpAmqpLib\Connection\AMQPConnection;
use \PhpAmqpLib\Message\AMQPMessage;
use \SolasMatch\Common as Common;
class MessagingClient
{
public $MainExchange = "SOLAS_MATCH"; // change to consts
public $AlertsExchange = "ALERTS";
public $OrgCreatedTopic ... | TheRosettaFoundation/SOLAS-Match | api/lib/MessagingClient.class.php | PHP | lgpl-3.0 | 3,893 |
/**
* Closest.java
* Created by pgirard at 11:35:48 AM on Dec 3, 2010
* in the com.qagwaai.starmalaccamax.shared.model package
* for the StarMalaccamax project
*/
package com.qagwaai.starmalaccamax.shared.model;
/**
* @author pgirard
*
*/
public interface Closest extends Model {
/**
*
... | qagwaai/StarMalaccamax | src/com/qagwaai/starmalaccamax/shared/model/Closest.java | Java | lgpl-3.0 | 1,362 |
package net.bukkit_plugin.kojima1021.bukkit.backcommand;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.event.Listener;
import org.bukkit.plugin.java.JavaPlugin;
/**
* @license GPL3
* @author kojima1021
*/
public class Main extends J... | kojima1021/BackCommand | src/main/java/net/bukkit_plugin/kojima1021/bukkit/backcommand/Main.java | Java | lgpl-3.0 | 1,739 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Global tlv_unauthenticated_info_req</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../index.html" title="ODT... | ATNoG/EMICOM | doc/html/odtone/mih/tlv_unauthenticated_inf_idp5774384.html | HTML | lgpl-3.0 | 3,919 |
package org.bladerunnerjs.api.spec.utility;
import static org.junit.Assert.*;
import java.io.File;
import java.io.IOException;
import java.util.Date;
import java.util.List;
import javax.naming.InvalidNameException;
import org.bladerunnerjs.api.BRJS;
import org.bladerunnerjs.api.FileObserver;
import org.bladerunnerj... | janhancic/brjs | brjs-core/src/main/java/org/bladerunnerjs/api/spec/utility/BRJSBuilder.java | Java | lgpl-3.0 | 13,472 |
var searchData=
[
['generic_5ftype',['generic_type',['../structshyft_1_1time__axis_1_1generic__dt.html#a3251a243c6e09621bc1fd0102cd2ec0e',1,'shyft::time_axis::generic_dt']]]
];
| statkraft/shyft-doc | core/html/search/enums_2.js | JavaScript | lgpl-3.0 | 179 |
/*
* Copyright © gaosong
*
* This program and the accompanying materials are licensed under
* the terms of the GNU Lesser General Public License version 3.0
* as published by the Free Software Foundation.
*/
package org.gsimple.event.test.adv;
public class ChildEvent extends Event {
}
| dean2015/gs-simple | gsimple/gsimple-event/src/test/java/org/gsimple/event/test/adv/ChildEvent.java | Java | lgpl-3.0 | 295 |
package org.idisoft.restos.administracionusuarios;
import javax.persistence.EntityExistsException;
import javax.persistence.NoResultException;
import javax.security.sasl.AuthenticationException;
import org.idisoft.restos.model.Usuario;
public interface AdministradorUsuarios {
public Usuario auntenticarUsuario(fin... | jorgeejgonzalez/restos | backend/src/main/java/org/idisoft/restos/administracionusuarios/AdministradorUsuarios.java | Java | lgpl-3.0 | 556 |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later v... | pcolby/libqtaws | src/rekognition/liststreamprocessorsresponse.h | C | lgpl-3.0 | 1,572 |
/*
* Copyright (C) 2003-2014 eXo Platform SAS.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This... | exo-codefest/2014-team-B | lib/src/main/java/org/exoplatform/addons/codefest/team_b/core/api/TaskListAccess.java | Java | lgpl-3.0 | 1,944 |
/*
* Copyright (C) 2014 Walkman
* Author: Luca Muratore
* email: luca.muratore@iit.it
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | robotology-playground/GYM | include/GYM/generic_module.hpp | C++ | lgpl-3.0 | 29,728 |
\section{Proof and Axioms}
\label{s:proof}
\lstset{morekeywords={fwd}}
As previously discussed, instead of providing a concrete set of typing rules, we provide a set of properties that the type system needs to ensure.
We will express such properties using type judgements of the form $\ty{e}{T}$. This judgement form al... | ElvisResearchGroup/L42 | papers/Toplas2020/proof.tex | TeX | lgpl-3.0 | 32,983 |
数据同步服务
--
`sync server` 用于将本地日志同步到后端 `db` 中,主要包含 `libsync` 和 `network` 两个模块。
说明:**sync server 不是必须安装的模块**。如果不部署该服务,HA的如下接口将失效:
* [sync_status](../../api/ha/sync_status.md)
* [sync_alive](../../api/ha/sync_alive.md)
同时,如果HA和DB之间的网络情况不理想,**数据不一致的概率会增加**。
**请根据生产环境的实际情况来决定是否部署该服务**。
### libsync ###
目录:`hustdb/sync/... | Qihoo360/huststore | hustdb/doc/doc/zh/advanced/ha/sync.md | Markdown | lgpl-3.0 | 2,940 |
<?php
include 'cabecera.php';
?>
<section id="sec1">
<article id="destacadas">
<h6 class="tituloNoticia">LOS PROTAGONISTAS »</h6>
<h1 class="titulosNoticias">Pepe y Ramos hacen posible el plan</h1>
<ul class="listasNoticias">
<li>La táctica de Ancelotti sería irrealizable sin la pare... | franciscomanuel/periodico | local/pepe_ramos_hacen_posible.php | PHP | lgpl-3.0 | 7,704 |
/*******************************************************************************
* This file is part of romer.
*
* romer is distributed under the terms of the GNU Lesser General Public License (LGPL), Version 3.0.
*
* Copyright 2011-2014, The University of Manchester
*
* romer is free software: you can redi... | rsgoncalves/romer | src/uk/ac/manchester/cs/romer/compilation/OnlineCompiler.java | Java | lgpl-3.0 | 1,355 |
package org.javlo.macro;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import org.javlo.context.ContentContext;
import org.javlo.context.GlobalContext;
import org.javlo.navigation.MenuElement;
import org.javlo.navigation.MenuElementNameComparator;
import org.j... | Javlo/javlo | src/main/java/org/javlo/macro/SortChildren.java | Java | lgpl-3.0 | 1,176 |
/*
This file is part of SharpPcap.
SharpPcap is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
SharpPcap is distributed in the hope th... | chmorgan/sharppcap | SharpPcap/PacketArrivalEventHandler.cs | C# | lgpl-3.0 | 951 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Sun Dec 22 15:55:34 GMT 2013 -->
<TITLE>
NVParameterBufferObject (LWJGL API)
</TITLE>
<META NAME="date" CONTENT="2013-12-22">
<LINK REL ="st... | GokulEvuri/VenganceRabbit | lib/Docs/javadoc/org/lwjgl/opengl/NVParameterBufferObject.html | HTML | lgpl-3.0 | 17,910 |
package de.invesdwin.util.collections.loadingcache.historical.key;
import javax.annotation.concurrent.ThreadSafe;
import de.invesdwin.util.collections.loadingcache.historical.query.index.IndexedFDate;
import de.invesdwin.util.time.date.FDate;
@ThreadSafe
public class AdjustedFDate extends IndexedFDate {
private... | subes/invesdwin-util | invesdwin-util-parent/invesdwin-util/src/main/java/de/invesdwin/util/collections/loadingcache/historical/key/AdjustedFDate.java | Java | lgpl-3.0 | 3,186 |
--Copyright (C) 2009 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later ve... | TheAnswer/FirstTest | bin/scripts/object/draft_schematic/food/component/objects.lua | Lua | lgpl-3.0 | 8,236 |
/*-------------------------------------------------------------------------------------------------
_______ __ _ _______ _______ ______ ______
|_____| | \ | | |______ | \ |_____]
| | | \_| | ______| |_____/ |_____]
Copyright (c) 2016, antsdb.com and/or its affiliates. All rights reserved. ... | waterguo/antsdb | fish-server/src/main/java/com/antsdb/saltedfish/minke/RangeAligner.java | Java | lgpl-3.0 | 2,039 |
<?php
/**
* Yuju autoload File
*
* @category common
* @package YujuFramework
* @author Daniel Fernández <daniel.fdez.fdez@gmail.com>
* @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
* @link https://github.com/yuju-framework/yuju
* @since version 1.0
*/
spl_autoload_register(func... | yuju-framework/yuju | src/lib/autoload.php | PHP | lgpl-3.0 | 796 |
/*
* 3D City Database - The Open Source CityGML Database
* http://www.3dcitydb.org/
*
* (C) 2013 - 2015,
* Chair of Geoinformatics,
* Technische Universitaet Muenchen, Germany
* http://www.gis.bgu.tum.de/
*
* The 3D City Database is jointly developed with the following
* cooperation partners:
* ... | virtualcitySYSTEMS/importer-exporter | src/org/citydb/modules/citygml/importer/database/xlink/resolver/XlinkGroupToCityObject.java | Java | lgpl-3.0 | 5,328 |
/*
Copyright (C) 2009-2011 EPFL (Ecole Polytechnique Fédérale de Lausanne)
Michele Tavella <michele.tavella@epfl.ch>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, ... | tools4BCI/core | src/tobiid/IDSerializerRapid.cpp | C++ | lgpl-3.0 | 14,198 |
#!/usr/bin/env python3
# coding: utf8
"""
Unit tests for module PySetTrie (see settrie.py).
Author: Márton Miháltz
https://sites.google.com/site/mmihaltz/
"""
import unittest
from settrie import SetTrie, SetTrieMap, SetTrieMultiMap
class TestSetTrie(unittest.TestCase):
"""
UnitTest for SetTrie class
"""
d... | mmihaltz/pysettrie | tests/test_settrie.py | Python | lgpl-3.0 | 15,405 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | kidaa/Awakening-Core3 | doc/html/classserver_1_1zone_1_1objects_1_1tangible_1_1powerup_1_1_powerup_object_helper-members.html | HTML | lgpl-3.0 | 6,261 |
{% extends "./leanengine_cloudfunction_guide.tmpl" %}
{% set platformName = "Python" %}
{% set runtimeName = "python" %}
{% set gettingStartedName = "python-getting-started" %}
{% set productName = "LeanEngine" %}
{% set storageName = "LeanStorage" %}
{% set leanengine_middleware = "[LeanCloud Python SDK](https://gith... | sdjcw/leancloud-docs | views/leanengine_cloudfunction_guide-python.md | Markdown | lgpl-3.0 | 17,483 |
#include "OutOfProcessClipboard.h"
#include <QtCore/QFile>
#include <QtDebug>
OutOfProcessClipboard::OutOfProcessClipboard(QObject* parent)
: QObject(parent)
{
}
void OutOfProcessClipboard::setText(const QString& text)
{
QFile tempFile("/tmp/qt-widget-inspector-clipboard");
tempFile.open(QIODevice::WriteOnly | QI... | robertknight/Qt-Inspector | OutOfProcessClipboard.cpp | C++ | lgpl-3.0 | 798 |
VoidTeleport
==============
Void Teleport plugin for Bukkit. | HIKARU0721/VoidTeleport | README.md | Markdown | lgpl-3.0 | 64 |
/**
* Copyright 2013 Mark Browning
* Licensed under the LGPL 3.0 or later (See LICENSE.md for details)
*/
package com.mtbs3d.minecrift.provider;
import java.io.File;
import com.mtbs3d.minecrift.api.IEyePositionProvider;
import com.mtbs3d.minecrift.api.PluginType;
import de.fruitfly.ovr.enums.EyeType;
import com.mt... | Zackgetu/zack | src/com/mtbs3d/minecrift/provider/NullEyePosition.java | Java | lgpl-3.0 | 3,016 |
#ifndef _L3D_H
#define _L3D_H
#include "application.h"
#include "neopixel.h"
#define PIXEL_COUNT 512
#define PIXEL_PIN D0
#define PIXEL_TYPE WS2812B
#define INTERNET_BUTTON D2
#define MODE D3
#define STREAMING_PORT 2222
/** An RGB color. */
struct Color
{
unsigned char red, green, blue;
Color(int r, int g, ... | enjrolas/beta-cube-library | firmware/beta-cube-library.h | C | lgpl-3.0 | 2,711 |
/*******************************************************************************
* Copyright (c) 2004-2009, Jean-Marc François. All Rights Reserved.
* Originally licensed under the New BSD license. See the LICENSE_OLD file.
* Copyright (c) 2013, Timo Klerx. All Rights Reserved.
* Now licensed under LGPL. See t... | TKlerx/jhmmt | src/main/java/be/ac/ulg/montefiore/run/jahmm/apps/cli/KLActionHandler.java | Java | lgpl-3.0 | 2,637 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.