repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
Godin/sonar | sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/ExternalProjectKeyAndOrganization.java | 1091 | /*
* SonarQube
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* 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, o... | lgpl-3.0 |
biotextmining/processes | src/main/java/com/silicolife/textmining/processes/ir/pubmed/PubMedConfiguration.java | 299 | package com.silicolife.textmining.processes.ir.pubmed;
public class PubMedConfiguration {
public static final int timeToWaitbetweenQueries = 3000;
public static final int numberOFRetries = 5;
public static final int blockSearchSize = 50;
public static final int searchMetaInfoblockSize = 5;
}
| lgpl-3.0 |
daxxcoin/daxxcore | common/types_template.go | 2033 | // Copyright 2015 The daxxcoreAuthors
// This file is part of the daxxcore library.
//
// The daxxcore 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 3 of the License, or
// (a... | lgpl-3.0 |
sklintyg/statistik | service/src/main/java/se/inera/statistics/service/warehouse/WidelineConverter.java | 10101 | /*
* Copyright (C) 2022 Inera AB (http://www.inera.se)
*
* This file is part of sklintyg (https://github.com/sklintyg).
*
* sklintyg 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 t... | lgpl-3.0 |
philjord/jnif | jnif/src/nif/compound/NifbhkCMSDMaterial.java | 623 | package nif.compound;
import java.io.IOException;
import java.nio.ByteBuffer;
import nif.ByteConvert;
public class NifbhkCMSDMaterial
{
/**
* <compound name="bhkCMSDMaterial">
per-chunk material, used in bhkCompressedMeshShapeData
<add name="Material ID" type="uint">Unknown</add>
<add name="Un... | lgpl-3.0 |
antigloss/go | logger/README.md | 7058 | # Overview
Package logger is a goroutine-safe logging facility which writes logs with different severity levels to files, console, or both. Logs with different severity levels are written to different logfiles.
# Features
1. Auto rotation: It'll create a new logfile whenever day changes or size of the current logfi... | lgpl-3.0 |
nuun-io/nuun-spring-plugin | src/test/java/io/nuun/plugin/spring/sample/Service3Internal.java | 875 | /**
* Copyright (C) 2013-2014 Kametic <epo.jemba@kametic.com>
*
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE, Version 3, 29 June 2007;
* or any later version
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.gnu.org/lice... | lgpl-3.0 |
Kelvinli1988/mysqlmv | src/main/java/org/mysqlmv/cd/workers/LogFileChangeDetector.java | 4083 | package org.mysqlmv.cd.workers;
import org.apache.commons.lang3.exception.ExceptionUtils;
import org.mysqlmv.Switch;
import org.mysqlmv.cd.dao.CdDao;
import org.mysqlmv.cd.workers.impl.DefaultLogFileChangeProcessor;
import org.mysqlmv.cd.workers.impl.LogFileScanStatus;
import org.mysqlmv.common.config.reader.ConfigFac... | lgpl-3.0 |
SonarSource/sonarqube | server/sonar-db-migration/src/test/resources/org/sonar/server/platform/db/migration/version/v90/DropPrimaryKeyOnUuidColumnOfCeActivityTableTest/schema.sql | 1326 | CREATE TABLE "CE_ACTIVITY"(
"UUID" VARCHAR(40) NOT NULL,
"TASK_TYPE" VARCHAR(15) NOT NULL,
"MAIN_COMPONENT_UUID" VARCHAR(40),
"COMPONENT_UUID" VARCHAR(40),
"STATUS" VARCHAR(15) NOT NULL,
"MAIN_IS_LAST" BOOLEAN NOT NULL,
"MAIN_IS_LAST_KEY" VARCHAR(55) NOT NULL,
"IS_LAST" BOOLEAN NOT NULL,... | lgpl-3.0 |
Frankie-PellesC/fSDK | Lib/src/mfuuid/guids0000003E.c | 464 | // Created file "Lib\src\mfuuid\guids"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5,... | lgpl-3.0 |
Unnamed-Software/QMLAnimatedCharts | README.md | 36 | QMLAnimatedCharts
=================
| lgpl-3.0 |
yesan/Spacebuilder | BusinessComponents/ContentOrganization/Announcements/Announcement.cs | 3858 | //------------------------------------------------------------------------------
// <copyright company="Tunynet">
// Copyright (c) Tunynet Inc. All rights reserved.
// </copyright>
//------------------------------------------------------------------------------
using System;
using PetaPoco;
using Tunynet.Cachi... | lgpl-3.0 |
patrickmortensen/Elektro | Source To Merge/Interpreter/CInterpreter.cpp | 1413 | #include "CInterpreter.h"
#include "ErrorDefinitions.h"
#include "main.h"
CInterpreter::CInterpreter()
{}
CInterpreter::~CInterpreter()
{}
void CInterpreter::SetFileTree(CFileTree fileTree)
{
m_fileTree = fileTree;
}
unsigned int CInterpreter::CompileFileList()
{
char msg[512] = {0};
unsigned int* res... | lgpl-3.0 |
lecovi/lecovi.github.io | listings/prog/str03.py.html | 7712 | <!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="description" content="str03.py">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>str03.py | Make it So!</title>
<link href="../../assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
<meta name="theme-color" co... | lgpl-3.0 |
SonarSource/sonarqube | sonar-scanner-engine/src/main/java/org/sonar/scanner/repository/QualityProfilesProvider.java | 1663 | /*
* SonarQube
* Copyright (C) 2009-2022 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* 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, o... | lgpl-3.0 |
bhohbaum/compactcms | build/upload.bat | 848 | @echo off & setlocal enabledelayedexpansion
:: param 1 needs to be defined as ${selected_resource_path}
:: param 2 needs to be defined as ${resource_loc}
echo %1 > out.txt
echo %2 >> out.txt
set targetdir=%~dp1%
set targetdir=%targetdir:~3,999%
set targetdir=%targetdir:\=/%
:: remove the project name from path
:: ... | lgpl-3.0 |
nguyenti/recipeSite | web-app/css/app.css | 1070 | /* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
padding-bottom: 20px;
}
.title {
position: relative;
}
.dualCol {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
.comment {
background-color: #bbb;
padding: 1em;
width: 100%;
m... | lgpl-3.0 |
alexeyk13/rexos | midware/fs/fat16.c | 55001 | /*
RExOS - embedded RTOS
Copyright (c) 2011-2019, RExOS team
All rights reserved.
author: Alexey E. Kramarenko (alexeyk13@yandex.ru)
*/
#include "fat16.h"
#include "../../userspace/ipc.h"
#include "../../userspace/error.h"
#include "../../userspace/process.h"
#include "../../userspace/stdio.h"
#includ... | lgpl-3.0 |
prokhor-ozornin/Catharsis.NET.Domain | doc/html/class_catharsis_1_1_domain_1_1_web_link_1_1_schema.js | 2104 | var class_catharsis_1_1_domain_1_1_web_link_1_1_schema =
[
[ "ColumnCommentCreatedOn", "class_catharsis_1_1_domain_1_1_web_link_1_1_schema.html#acf10a3ba60a74862f0f6c5693d4274b1", null ],
[ "ColumnCommentDescription", "class_catharsis_1_1_domain_1_1_web_link_1_1_schema.html#a253b5a08698b9031bad6693e58d70276", n... | lgpl-3.0 |
falahati/NvAPIWrapper | NvAPIWrapper/Native/GPU/Structures/IlluminationZoneControlDataPiecewiseLinearRGB.cs | 2194 | using System;
using System.Runtime.InteropServices;
using NvAPIWrapper.Native.Helpers;
using NvAPIWrapper.Native.Interfaces;
namespace NvAPIWrapper.Native.GPU.Structures
{
/// <summary>
/// Holds information regarding a piecewise linear RGB control method
/// </summary>
[StructLayout(LayoutKind.Se... | lgpl-3.0 |
piif/Guirlande | EffectShade.cpp | 216 | #include <Guirlande.h>
static int h;
long EffectShade(long step) {
if (step == 0) {
h = 17;
}
for(byte i = 0; i < STRIP_LEN; i++) {
stripSetHL(i, h, (i+1) * 3);
}
stripUpdate();
h = h * 4;
return -1;
}
| lgpl-3.0 |
PeterWolf-tw/NeoPraat | sources_5401/fon/Sound_enhance.cpp | 5230 | /* Sound_enhance.cpp
*
* Copyright (C) 1992-2011 Paul Boersma
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
... | lgpl-3.0 |
Frankie-PellesC/fSDK | Lib/src/Uuid/X64/imapi2uuid00000041.c | 460 | // Created file "Lib\src\Uuid\X64\imapi2uuid"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b... | lgpl-3.0 |
erelsgl/erel-sites | tnk1/dmut/dmut/1316.html | 4089 | <!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='te... | lgpl-3.0 |
lenovor/quickml | src/main/java/quickml/supervised/classifier/twoStageModel/TwoStageModelBuilder.java | 2871 | package quickml.supervised.classifier.twoStageModel;
import com.google.common.collect.Lists;
import quickml.data.AttributesMap;
import quickml.data.ClassifierInstance;
import quickml.supervised.PredictiveModelBuilder;
import quickml.supervised.classifier.Classifier;
import java.io.Serializable;
import java.util.List;... | lgpl-3.0 |
xeonvs/globalsat-sporttracks-plugin | Device/GhPacketBase.cs | 14491 | /*
Copyright (C) 2010 Zone Five Software
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 of the License, or (at your option) any later version.
This library is distri... | lgpl-3.0 |
HappyFaceIndustries/Kopernicus | Kopernicus/Configuration/Parser/Exceptions/ParserTargetMissingException.cs | 1776 | /**
* Kopernicus Planetary System Modifier
* ====================================
* Created by: - Bryce C Schroeder (bryce.schroeder@gmail.com)
* - Nathaniel R. Lewis (linux.robotdude@gmail.com)
*
* Maintained by: - Thomas P.
* - NathanKell
*
* Additional Content by: Gravitasi, aftokino, KCreator,... | lgpl-3.0 |
RWTH-OS/ostfriesentee-examples | app/benchmark/java/com/ihp/CalculationInLoop.java | 611 | /**
*
*/
package com.ihp;
/**
* @author Michael Maaser
*
*/
public class CalculationInLoop implements BenchmarkImplementation {
/* (non-Javadoc)
* @see com.ihp.TestImplementation#runTest(int)
*/
public void runTest(int times) {
for (;times>0;times--){
int a = 1;
for (int i = 1; i < 70; i++) {
... | lgpl-3.0 |
stefan-baur/jesadido-poc | src/main/java/org/jesadido/poc/core/semantics/translating/en/EnTransletors.java | 3102 | /*
* jesadido-poc
* Copyright (C) 2016 Stefan K. Baur
*
* Licensed under the GNU Lesser General Public License, Version 3.0 (LGPL-3.0)
* https://www.gnu.org/licenses/lgpl-3.0.txt
*/
package org.jesadido.poc.core.semantics.translating.en;
import java.util.Arrays;
import java.util.LinkedList;
import org.jesadido.p... | lgpl-3.0 |
HydroCouple/hydrocouple.github.io | hydrocoupledocs/html/d8/d5b/class_hydro_couple_1_1_spatial_1_1_i_raster.js | 2993 | var class_hydro_couple_1_1_spatial_1_1_i_raster =
[
[ "RasterDataType", "d8/d5b/class_hydro_couple_1_1_spatial_1_1_i_raster.html#ae3ea6483d22355c7d6b8aaa268359d57", [
[ "Unknown", "d8/d5b/class_hydro_couple_1_1_spatial_1_1_i_raster.html#ae3ea6483d22355c7d6b8aaa268359d57a6b6a05fc6ca4f23a7946b2a71e6745a2", null... | lgpl-3.0 |
consumentor/Server | trunk/tools/ASP.NET MVC 2/trunk/src/MvcFutures/Mvc/Resources/MultiFormatActionResult.cs | 1935 | namespace Microsoft.Web.Mvc.Resources {
using System.Globalization;
using System.Net;
using System.Net.Mime;
using System.Web;
using System.Web.Mvc;
using Microsoft.Web.Resources;
/// <summary>
/// Returns the response in the format specified by the request. By default, support... | lgpl-3.0 |
didascalie-net/span | readme.md | 957 | # SPAN - Spaces And Nodes
## Environnement for real time media control and organisation
## Project Data Management Software
The SPAN project is designed around a JSON file with :
* namespace organisation and discovery
* highly customisable API
* multi-maping with multi-modes
* event/cues m... | lgpl-3.0 |
pedrotgn/pyactor | examples/initparams.py | 539 | from pyactor.context import set_context, create_host, sleep, shutdown,\
serve_forever
class Someclass(object):
_tell = {'show_things'}
def __init__(self, op, thing):
self.things = [op, thing]
def show_things(self):
print(self.things)
if __name__ == '__main__':
set_context()
... | lgpl-3.0 |
yangjiandong/appjruby | app-batch/src/main/java/org/sonar/batch/Batch.java | 4700 | /*
* Sonar, open source software quality management tool.
* Copyright (C) 2009 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
* Sonar 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; eit... | lgpl-3.0 |
Frankie-PellesC/fSDK | Lib/src/ehstorguids/guids000000A2.c | 466 | // Created file "Lib\src\ehstorguids\guids"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4,... | lgpl-3.0 |
Frankie-PellesC/fSDK | Lib/src/Uuid/guids0000002C.c | 459 | // Created file "Lib\src\Uuid\guids"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5, ... | lgpl-3.0 |
solaimanjdn/framework | Signum.React/node_modules/@types/react-router/README.md | 809 | # Installation
> `npm install --save @types/react-router`
# Summary
This package contains type definitions for react-router (https://github.com/rackt/react-router).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/react-router
Additional Details
* Last ... | lgpl-3.0 |
sparth9/Java-Aggregator | target/apidocs/net/sf/jagg/class-use/StdDevPopAggregator.html | 6315 | <!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.7.0_25) on Sun Mar 30 14:18:12 CDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class net.s... | lgpl-3.0 |
CrimsonDev14/crimsoncoin | doc/release-notes/release-notes-0.6.2.md | 1725 | crimson version 0.6.2 is now available for download at:
http://sourceforge.net/projects/crimson/files/crimson/crimson-0.6.2/
This is a bug-fix and code-cleanup release, with no major new features.
Please report bugs using the github issue tracker at:
https://github.com/crimson/crimson/issues
NOTABLE CHANGES
Much f... | lgpl-3.0 |
Poesys-Associates/poesys-db | poesys-db/src/com/poesys/db/dao/delete/AbstractDeleteSql.java | 2290 | /*
* Copyright (c) 2008, 2011 Poesys Associates. All rights reserved.
*
* This file is part of Poesys-DB.
*
* Poesys-DB 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,... | lgpl-3.0 |
SBird1337/source_of_the_sovereign | src/specials/camera_move.h | 2001 | /****************************************************************************
* Copyright (C) 2015-2016 by the SotS Team *
* *
* This file is part of Sovereign of the Skies. *
* ... | lgpl-3.0 |
Alfresco/gytheio | gytheio-commons/src/test/java/org/gytheio/content/handler/DelegatingContentHandlerImplTest.java | 9751 | /*
* Copyright (C) 2005-2019 Alfresco Software Limited.
*
* This file is part of Gytheio
*
* Gytheio 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 you... | lgpl-3.0 |
MeteoSwiss-APN/omni-compiler | tests/xcalablemp/local-view/coarray/F/MIX/this_image3.f90 | 1053 | PROGRAM zzz
!$xmp nodes p(8)
!$xmp nodes q(2,2)=p(4:7)
integer s1[*], a1(10,20)[*], a2(10,20)[2,*], a3(10,20)[3,*]
!! integer t1[*], b1(10,20)[*], b2(10,20)[2,*], b3(10,20)[3,*]
!$xmp coarray on p :: s1,a1,a2,a3
!!!$xmp coarray on q :: t1,b1,b2,b3
s1=0
a1=0
a2=0
a3=0
ne... | lgpl-3.0 |
ars22/WorkflowScheduling | lib/encog-core-3.3.0/apidocs/org/encog/ml/genetic/class-use/GeneticError.html | 4287 | <!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:34 UTC 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.e... | lgpl-3.0 |
benothman/jboss-web-nio2 | java/org/apache/el/parser/AstFalse.java | 1350 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | lgpl-3.0 |
YACOWS/PyNFe | pynfe/utils/__init__.py | 4553 | # *-* encoding: utf-8 *-*
import os
import codecs
import unicodedata
try:
from lxml import etree
except ImportError:
try:
# Python 2.5 - cElementTree
import xml.etree.cElementTree as etree
except ImportError:
try:
# Python 2.5 - ElementTree
import xml.etree.ElementT... | lgpl-3.0 |
shurizzle/Scroto | HookManager/Hooker.Constants.cs | 7936 | using System;
namespace HookManager
{
public static partial class Hooker
{
public enum WM : uint
{
NULL = 0x0000,
CREATE = 0x0001,
DESTROY = 0x0002,
MOVE = 0x0003,
SIZE = 0x0005,
ACTIVATE = 0x0006,
SETFOCUS = 0x0007,
KILLFOCUS = 0x0008,
ENABLE = 0x000A... | lgpl-3.0 |
zak-k/cartopy | lib/cartopy/tests/crs/test_nearside_perspective.py | 2158 | # (C) British Crown Copyright 2016, Met Office
#
# This file is part of cartopy.
#
# cartopy 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 la... | lgpl-3.0 |
mapacheL/extensions | Signum.Web.Extensions/Excel/Views/_ViewStart.generated.cs | 1592 | #pragma warning disable 1591
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is re... | lgpl-3.0 |
xanview/live555 | groupsock/include/groupsock_version.hh | 294 | // Version information for the "groupsock" library
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
#ifndef _GROUPSOCK_VERSION_HH
#define _GROUPSOCK_VERSION_HH
#define GROUPSOCK_LIBRARY_VERSION_STRING "2018.08.28"
#define GROUPSOCK_LIBRARY_VERSION_INT 1535414400
#endif
| lgpl-3.0 |
jonnor/gegl | gegl/process/gegl-eval-visitor.c | 5916 | /* This file is part of 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 is distributed in the hope... | lgpl-3.0 |
tchegito/zildo | zeditor/src/zeditor/tools/banque/Foret4.java | 6694 | package zeditor.tools.banque;
import java.awt.Point;
import java.util.Arrays;
import zeditor.tools.tiles.Banque;
import zeditor.tools.tiles.GraphChange;
// Foret4 = exteria8 (194 tiles)
public class Foret4 extends Banque {
public Foret4() {
coords = new Point[] {
/* Ruines */
/* Bordures de collines */
... | lgpl-3.0 |
freyssin/elmis | README.md | 16038 | # eLMIS (*eL*ua *M*QTT *I*oT *S*ervice Platform)
A micro-service eLUA / MQTT platform for the IoT World with NodeMCU.
----
## Firmware requirements
**eLMIS** framwework depends on [NodeMCU](https://nodemcu.readthedocs.io/en/master/),
an eLua based firmware for the ESP8266 WiFi SOC from Espressif. In order to use eL... | lgpl-3.0 |
km-works/portal-rpc | portal-rpc-client/src/main/java/com/liferay/portal/model/impl/LayoutRevisionCacheModel.java | 10917 | /**
* Copyright (c) 2000-2013 Liferay, Inc. 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... | lgpl-3.0 |
stack-of-tasks/soth | unitTesting/thcod.cpp | 2350 | /* -------------------------------------------------------------------------- *
*
* Simple test of the HCOD class with assertion.
*
* -------------------------------------------------------------------------- */
#define SOTH_DEBUG
#define SOTH_DEBUG_MODE 10
#define SOTH_TEMPLATE_DEBUG_MODE 10
#include "RandomGener... | lgpl-3.0 |
Bang3DEngine/Bang | include/Bang/TextureUnitManager.h | 1797 | #ifndef TEXTUREUNITMANAGER_H
#define TEXTUREUNITMANAGER_H
#include <queue>
#include <unordered_map>
#include <vector>
#include "Bang/Array.tcc"
#include "Bang/BangDefines.h"
#include "Bang/EventEmitter.tcc"
#include "Bang/EventListener.h"
#include "Bang/EventListener.tcc"
#include "Bang/GL.h"
#include "Bang/IEventsDe... | lgpl-3.0 |
muzgash/fornberg | src/libfornberg.c | 1808 | #include "libfornberg.h"
float get_weight(int N, int m, int n, int v,float *vector)
{
return vector[(N+1)*(N+1)*m+(N+1)*n+v];
}
void fornberg_weights(int M,int p,int *alpha,float *delta)
//Orden de la derivada
//p grado de aproximacion
//alpha el vector con los indices de los puntos donde se va a tomar la derivad... | lgpl-3.0 |
Depter/JRLib | NetbeansProject/jreserve-dummy/substance/src/main/java/org/pushingpixels/substance/api/ColorSchemeTransform.java | 2058 | /*
* Copyright (c) 2005-2010 Substance Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice,
* ... | lgpl-3.0 |
Wmaxlees/jarvis-os | jarvis-nlp/src/SNLayer.cpp | 1179 | /**
Copyright 2015 W. Max Lees
This file is part of Jarvis OS.
Jarvis OS 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.
... | lgpl-3.0 |
lukaszpiotr/pylama_with_gjslint | pylama/checkers/pylint/reporters/__init__.py | 4482 | # Copyright (c) 2003-2013 LOGILAB S.A. (Paris, FRANCE).
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# This program... | lgpl-3.0 |
Heather/Pyramid-Head | src/ltimer.h | 2600 | /*
L - Linux library for easy writing of linux daemons in C++.
Copyright (C) 2012 Alexander Wenzel.
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 3.0 of the License, or (at y... | lgpl-3.0 |
netsuileo/sfu-cluster-dashboard | dashboard/tpl/site/modules/monitoring_nodes/graphs/base_graphs.html | 4047 | {% extends "site/modules/monitoring_nodes/monitoring_nodes_base.html" %}
{% block static_charts %}
{% load static %}
<script src="{% static 'chart/Chart.min.js' %}"></script>
<script src="{% static 'chart/canvasjs.min.js' %}"></script>
{% endblock %}
{% block static_local %}
<script src="{% static 'mo... | lgpl-3.0 |
croco-bio/croco-cyto | src/main/java/de/lmu/ifi/bio/croco/cyto/ui/OperationsTable.java | 1482 | package de.lmu.ifi.bio.croco.cyto.ui;
import java.awt.Component;
import java.util.List;
import javax.swing.JButton;
import javax.swing.JTable;
import javax.swing.table.AbstractTableModel;
import javax.swing.table.TableCellRenderer;
public class OperationsTable extends JTable {
class OperationModel extends Abstract... | lgpl-3.0 |
1Tristan/VariantSync | src/de/ovgu/variantsync/VariantSyncPlugin.java | 12061 | package de.ovgu.variantsync;
import java.io.File;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.IResourceChangeEvent;
i... | lgpl-3.0 |
mdaus/nitro | docs/nitro-nitf.sourceforge.net/apidocs/c/2.5java/allclasses-noframe.html | 4828 | <!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_03) on Wed Dec 09 19:42:43 EST 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
All Classes (NITRO Java Bindings ... | lgpl-3.0 |
OpenDA-Association/OpenDA | model_hspf/java/src/org/openda/model_hspf/WdmTimeSeriesIoObject.java | 16319 | /* MOD_V2.0
* Copyright (c) 2012 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
*
* OpenDA 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 ... | lgpl-3.0 |
pcolby/libqtaws | src/codecommit/updatepullrequestapprovalrulecontentrequest.h | 1564 | /*
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... | lgpl-3.0 |
pcolby/libqtaws | src/route53resolver/getfirewalldomainlistrequest.h | 1469 | /*
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... | lgpl-3.0 |
queueit/QueueIT.Security-JavaEE | QueueIT.Security/src/queueit/security/uribuilder/ObjectUtils.java | 27162 | /*
* Copyright 2002-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | lgpl-3.0 |
fashiontec/bodyapps-android | app/src/main/java/org/fashiontec/bodyapps/sync/Sync.java | 5676 | /*
* Copyright (c) 2014, Fashiontec (http://fashiontec.org)
* Licensed under LGPL, Version 3
*/
package org.fashiontec.bodyapps.sync;
import android.util.Log;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpDelete;
import org.apache.http.cli... | lgpl-3.0 |
kyungtaekLIM/PSI-BLASTexB | src/ncbi-blast-2.5.0+/c++/src/objects/seqfeat/MultiOrgName.cpp | 1860 | /* $Id$
* ===========================================================================
*
* PUBLIC DOMAIN NOTICE
* National Center for Biotechnology Information
*
* This software/database is a "United States Government Work" under the
* terms of the United States Copyrigh... | lgpl-3.0 |
grappendorf/arduino-framework | EasyVR/docs/html/functions.html | 16363 | <!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"/>
<title>EasyVR Library: Class Members</title>
<link href="tabs.css" rel="styles... | lgpl-3.0 |
xennygrimmato/nmt | src/OpenNMT/tools/utils/tokenizer.lua | 13497 | local tokenizer = {}
local unicode = require('tools.utils.unicode')
local case = require ('tools.utils.case')
local separators = require('tools.utils.separators')
local alphabet = require('tools.utils.alphabets')
local alphabet_list = {}
for k,_ in pairs(alphabet.ranges) do
table.insert(alphabet_list, k)
end
local... | lgpl-3.0 |
defus/daf-architcture | commons/src/main/java/cm/gov/daf/sif/titrefoncier/model/Parcelle.java | 1753 | package cm.gov.daf.sif.titrefoncier.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
import org.hibernate.validator.constraints.NotEmpty;
import cm.gov.daf.sif.model.BaseEntity;
... | lgpl-3.0 |
trejkaz/hex-components | viewer/src/main/java/org/trypticon/hex/plaf/SelectionUpAction.java | 1229 | /*
* Hex - a hex viewer and annotator
* Copyright (C) 2009-2014,2016-2017,2021 Hakanai, Hex Project
*
* 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 Licens... | lgpl-3.0 |
WFoundation/WF.Player | WF.Player.iOS/Services/Geolocation/Geolocator.cs | 11735 | //
// Copyright 2011-2013, Xamarin Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed ... | lgpl-3.0 |
yjwen/hada | test/Prim.hs | 1873 | module Prim( plusOne, plusOne8, plusOne16, plusOne32, plusOne64
, plusOneU, plusOneU8, plusOneU16, plusOneU32, plusOneU64
, lshc, lshc8, lshc16, lshc32, lshc64
, rshc, rshc8, rshc16, rshc32, rshc64
, lshcU, lshcU8, lshcU16, lshcU32, lshcU64
, rshcU, rshcU8, rshcU16... | lgpl-3.0 |
mar9000/plantuml | src/net/sourceforge/plantuml/posimo/Mirror.java | 1402 | /* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* (C) Copyright 2009-2014, Arnaud Roques
*
* Project Info: http://plantuml.sourceforge.net
*
* This file is part of... | lgpl-3.0 |
pcolby/libqtaws | src/lookoutequipment/stopinferenceschedulerrequest_p.h | 1553 | /*
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... | lgpl-3.0 |
hkust-smartcar/libsccc | inc/libbase/kl26/mcg.h | 962 | /*
* mcg.h
*
* Author: Ming Tsang
* Copyright (c) 2014-2015 HKUST SmartCar Team
* Refer to LICENSE for details
*/
#pragma once
#include <cstdint>
#include "libbase/kl26/mcg_c.h"
namespace libbase
{
namespace kl26
{
class Mcg
{
public:
struct Config
{
Config();
uint32_t external_oscillator_khz;
/// T... | lgpl-3.0 |
RakeshShrestha/Php-Web-Objects | admin/app/libraries/Csv.php | 2754 | <?php
/**
# Copyright Rakesh Shrestha (rakesh.shrestha@gmail.com)
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# Redistributions must retain the above copyright notice.
*/
final c... | lgpl-3.0 |
jaluk8/talented-gm | src/controllers/turnnotescontroller.cpp | 879 | #include "turnnotescontroller.h"
#include "../models/talentdata.h"
#include "../models/talentfile.h"
#include "../models/turn.h"
#include <QTextEdit>
TurnNotesController::TurnNotesController(QObject* parent) : Controller(parent)
{
notes = "";
}
void TurnNotesController::setWidgets(QTextEdit* turnNotes)
{
uiNo... | lgpl-3.0 |
kyungtaekLIM/PSI-BLASTexB | src/ncbi-blast-2.5.0+/c++/src/algo/blast/api/rpsblast_local.cpp | 12514 | /* $Id: rpsblast_local.cpp 448376 2014-10-06 09:52:42Z mcelhany $
* ===========================================================================
*
* PUBLIC DOMAIN NOTICE
* National Center for Biotechnology Information
*
* This software/database is a "United States Governm... | lgpl-3.0 |
modelinglab/ocl | core/src/main/java/org/modelinglab/ocl/core/ast/types/CollectionType.java | 8485 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.modelinglab.ocl.core.ast.types;
import com.google.common.base.Preconditions;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.modelinglab.ocl.core.ast.utils.Classifi... | lgpl-3.0 |
pixelspark/corespark | Libraries/Spirit/boost/miniboost/boost/mpl/iterator_tags.hpp | 880 |
#ifndef BOOST_MPL_ITERATOR_TAG_HPP_INCLUDED
#define BOOST_MPL_ITERATOR_TAG_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://ww... | lgpl-3.0 |
lbndev/sonarqube | server/sonar-server/src/main/java/org/sonar/server/es/request/package-info.java | 967 | /*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* 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, o... | lgpl-3.0 |
01org/jndn-management | src/main/java/com/intel/jndn/management/types/ChannelStatus.java | 3314 | /*
* jndn-management
* Copyright (c) 2016, Regents of the University of California.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
* version 3, as published by the Free Software Foundation.
*
* This program i... | lgpl-3.0 |
blitvin/fsm4java | src/main/java/org/blitvin/statemachine/InvalidFactoryImplementation.java | 1094 | /*
* (C) Copyright Boris Litvin 2014, 2015
* This file is part of FSM4Java library.
*
* FSM4Java 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 you... | lgpl-3.0 |
peredelkin/aecu | libs/adc.c | 76 | #include "adc.h"
void adc_init(void)
{
ADMUX;
ADCSRA;
ADCSRB;
} | lgpl-3.0 |
kralisch/jams | JAMSCloudClient/src/jams/server/client/sync/SyncTable.java | 12177 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package jams.server.client.sync;
import jams.JAMS;
import jams.server.client.Controller;
import jams.server.entities.Workspac... | lgpl-3.0 |
advanced-online-marketing/AOM | vendor/googleads/googleads-php-lib/src/Google/AdsApi/Dfp/v201708/ActivityError.php | 1048 | <?php
namespace Google\AdsApi\Dfp\v201708;
/**
* This file was generated from WSDL. DO NOT EDIT.
*/
class ActivityError extends \Google\AdsApi\Dfp\v201708\ApiError
{
/**
* @var string $reason
*/
protected $reason = null;
/**
* @param string $fieldPath
* @param \Google\AdsApi\Dfp\v... | lgpl-3.0 |
premium-minds/billy | billy-gin/src/main/java/com/premiumminds/billy/gin/services/export/BillyTemplateBundle.java | 1309 | /*
* Copyright (C) 2017 Premium Minds.
*
* This file is part of billy GIN.
*
* billy GIN 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
... | lgpl-3.0 |
Frankie-PellesC/fSDK | Lib/src/strmiids/X64/strmiids000001C9.c | 465 | // Created file "Lib\src\strmiids\X64\strmiids"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, ... | lgpl-3.0 |
fabienroyer/GpxSonar | CCachePageWriter.h | 4824 | #ifndef _INC_CCachePageWriter
#define _INC_CCachePageWriter
#include <vector>
using namespace std;
class CGpxParser;
class CGeoCache;
class CCachePageWriterHandler;
typedef enum {
GcRatingDifficulty = 0,
GcRatingTerrain
} GcRatingType;
// This class describes a portion of an HTML template. Once ... | lgpl-3.0 |
zoggy/ocaml-rdf | web/refdoc/Rdf_rdfs.html | 5691 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<ocamldoc with-contents="true">
<title>OCaml-RDF reference documentation : Rdf_rdfs</title><contents><div class="ocamldoc-page">
<div class="navbar"><a class="pre" href="Rdf_rdf.html" title="Rdf_rdf">Previous</a>
 <a class="up" href="index.html" title... | lgpl-3.0 |
DualNova-Team/DualNova | src/pocketmine/network/mcpe/protocol/CommandBlockUpdatePacket.php | 2760 | <?php
/*
*
* ____ _ _ __ __ _ __ __ ____
* | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \
* | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) |
* | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/
* |_| \___/ \___... | lgpl-3.0 |
pcolby/libqtaws | src/cognitoidentityprovider/setriskconfigurationresponse_p.h | 1417 | /*
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... | lgpl-3.0 |
pcolby/libqtaws | src/managedblockchain/getnoderequest_p.h | 1393 | /*
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... | lgpl-3.0 |
virtualidentityag/hydra-youtube | src/VirtualIdentity/YoutubeBundle/EventDispatcher/YoutubeChangedEvent.php | 882 | <?php
/*
* This file is part of the Virtual-Identity Youtube package.
*
* (c) Virtual-Identity <dev.saga@virtual-identity.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace VirtualIdentity\YoutubeBundle\EventDispatcher... | lgpl-3.0 |
BlueVia/Official-Library-Android | doc/html/interfacecom_1_1bluevia_1_1android_1_1commons_1_1connector_1_1IConnector.html | 32363 | <!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"/>
<title>BlueViaAndroidSDK: IConnector Interface Reference</title>
<link href="t... | lgpl-3.0 |