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
package org.opendatafoundation.data.spss; /* * Author(s): Pascal Heus (pheus@opendatafoundation.org) * * This product has been developed with the financial and * technical support of the UK Data Archive Data Exchange Tools * project (http://www.data-archive.ac.uk/dext/) and the * Open Data Foundatio...
DdiEditor/ddieditor-spss
src/org/opendatafoundation/data/spss/SPSSNumericVariable.java
Java
lgpl-3.0
19,392
/*-------------------------------------------------------------------- (C) Copyright 2006-2013 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 informati...
drpicox/mcxx
src/tl/codegen/base/cxx/codegen-cxx.cpp
C++
lgpl-3.0
228,310
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>pulsesink</title> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="index.html" title="GStreamer Good Plugins 0.10 Plugins Refer...
cpopescu/whispermedialib
third-party/gstreamer/gst-plugins-good-0.10.23/docs/plugins/html/gst-plugins-good-plugins-pulsesink.html
HTML
lgpl-3.0
10,417
// <copyright file="RemoveCmsServerCmslet.cs" company="Chris Crutchfield"> // Copyright (C) 2017 Chris Crutchfield // // 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...
clcrutch/posh-kentico
src/PoshKentico/Cmdlets/Configuration/Staging/RemoveCmsServerCmslet.cs
C#
lgpl-3.0
4,668
/* libpharmmlcpp - Library to handle PharmML * Copyright (C) 2016 Rikard Nordgren and Gunnar Yngman * * 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 of the Licen...
rikardn/libpharmmlcpp
libpharmmlcpp/PharmML/Dataset.h
C
lgpl-3.0
5,118
/* 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/s3control/updatejobstatusrequest.h
C
lgpl-3.0
1,391
package org.areasy.common.parser.html.engine.filters; /* * Copyright (c) 2007-2020 AREasy Runtime * * This library, AREasy Runtime and API for BMC Remedy AR System, is free software ("Licensed Software"); * you can redistribute it and/or modify it under the terms of the GNU Lesser General Public * License as publ...
stefandmn/AREasy
src/java/org/areasy/common/parser/html/engine/filters/NotFilter.java
Java
lgpl-3.0
1,411
package uk.ac.manchester.cs.owl.owlapi;/** * Author: Matthew Horridge<br> * Stanford University<br> * Bio-Medical Informatics Research Group<br> * Date: 20/11/2013 */ import com.google.gwt.user.client.rpc.CustomFieldSerializer; import com.google.gwt.user.client.rpc.SerializationException; import com.google.gwt.us...
matthewhorridge/owlapi-gwt
owlapi-gwt-serialization/src/main/java/uk/ac/manchester/cs/owl/owlapi/OWLDataHasValueImpl_CustomFieldSerializer.java
Java
lgpl-3.0
4,451
/* * Copyright 2014 by Heiko Schäfer <heiko@rangun.de> * * This file is part of NetMauMau. * * NetMauMau 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...
gonzoid/NetMauMau
src/include/abstractclient.h
C
lgpl-3.0
20,441
-- different ways to generate primes ps :: Int -> [Int] ps 2 = [2] ps n = let pn1 = ps (n-1) in if any (==0) $ map (rem n) pn1 then pn1 else pn1 ++ [n] isqrt :: Integral a => a -> a isqrt = ceiling . sqrt . fromIntegral ispm :: Int -> Bool ispm 1 = True ispm 2 = True ispm n = null [q | q <- [x | x <-...
ekalosak/haskell-practice
Primes.hs
Haskell
lgpl-3.0
360
/* * 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...
Godin/sonar
server/sonar-server/src/test/java/org/sonar/server/plugins/ws/AvailableActionTest.java
Java
lgpl-3.0
9,689
''' Puck: FreeBSD virtualization guest configuration server Copyright (C) 2011 The Hotel Communication Network inc. 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 Lic...
masom/Puck
server/controllers/root.py
Python
lgpl-3.0
2,450
public class StmEscape { public void unmangleIds( int stage ) { super.unmangleIds( stage-1 ); } }
SergiyKolesnikov/fuji
examples/AHEAD/unmixinbaseAst/StmEscape.java
Java
lgpl-3.0
123
# SCAI Starcraft AI
KertanLeGnome/SCAI
README.md
Markdown
lgpl-3.0
20
<?php /** * BBBx * * Copyright 2016 by goldsky <goldsky@virtudraft.com> * * This file is part of BBBx, a BigBlueButton and MODX integration add on. * * BBBx 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 * Founda...
virtudraft/bbbx
core/components/bbbx/model/bigbluebutton.class.php
PHP
lgpl-3.0
11,466
package com.git.opengds.generalization.dbManager; import java.util.HashMap; import com.git.gdsbuilder.generalization.rep.DTGeneralReport; import com.git.gdsbuilder.generalization.rep.DTGeneralReport.DTGeneralReportNumsType; public class GenResultDBQueryManager { public HashMap<String, Object> getInsertGenResultQue...
ODTBuilder/Builder-v1.0
OpenGDS_2017/src/main/java/com/git/opengds/generalization/dbManager/GenResultDBQueryManager.java
Java
lgpl-3.0
1,267
/* * 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
server/sonar-server/src/test/java/org/sonar/server/issue/IssueChangelogFormatterTest.java
Java
lgpl-3.0
7,544
// Created file "Lib\src\PortableDeviceGuids\X64\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, b...
Frankie-PellesC/fSDK
Lib/src/PortableDeviceGuids/X64/guids000000AE.c
C
lgpl-3.0
477
/* Copyright 2011 PODO. This file is part of PODO. PODO 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. ...
ktd2004/podo
src/gui/PDLang.cpp
C++
lgpl-3.0
1,902
// Created file "Lib\src\sensorsapi\sensorsapi" 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, ...
Frankie-PellesC/fSDK
Lib/src/sensorsapi/sensorsapi00000058.c
C
lgpl-3.0
482
<?php namespace Google\AdsApi\Dfp\v201708; /** * This file was generated from WSDL. DO NOT EDIT. */ class SamSessionError extends \Google\AdsApi\Dfp\v201708\ApiError { /** * @var string $reason */ protected $reason = null; /** * @param string $fieldPath * @param \Google\AdsApi\Dfp...
advanced-online-marketing/AOM
vendor/googleads/googleads-php-lib/src/Google/AdsApi/Dfp/v201708/SamSessionError.php
PHP
lgpl-3.0
1,052
package stripedash import ( "fmt" "strconv" ) func Uint64ToDollars(i uint64) string { d := []byte(strconv.FormatUint(i, 10)) // Cents only if len(d) < 3 { return fmt.Sprintf("0.%s", d) } // Dollars and cents centStart := len(d) - 2 dollars := d[0:centStart] cents := d[centStart:len(d)] return fmt.Spri...
remkade/stripedash
helpers.go
GO
lgpl-3.0
367
/** * DynamicReports - Free Java reporting library for creating reports dynamically * * Copyright (C) 2010 - 2012 Ricardo Mariaca * http://dynamicreports.sourceforge.net * * This file is part of DynamicReports. * * DynamicReports is free software: you can redistribute it and/or modify * it under the terms of t...
robcowell/dynamicreports
dynamicreports-core/src/main/java/net/sf/dynamicreports/jasper/base/JasperTemplateStyleLoader.java
Java
lgpl-3.0
11,989
import { HistoryOptions, History } from '../index'; export default function createHashHistory(options?: HistoryOptions): History;
solaimanjdn/framework
Signum.React/node_modules/@types/history/lib/createHashHistory.d.ts
TypeScript
lgpl-3.0
130
// -*- C++ -*- /* * Simple MultimEdia LiTerator(SMELT) * by Chris Xiong 2015 * SFX dumb implementation * This dumb implementation has everything stubbed, useful if you don't * use the audio routines here. * * WARNING: This library is in development and interfaces would be very * unstable. * */ #include "smelt...
BearKidsTeam/SMELT
smelt/w32/sfx_dumb.cpp
C++
lgpl-3.0
1,796
/* * Copyright (c) 2009 Thierry FOURNIER * * This file is part of MySAC. * * MySAC 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 * * MySAC is distributed in th...
wantim/mysac
mysac.h
C
lgpl-3.0
30,705
/* * 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...
SonarSource/sonarqube
server/sonar-webserver-webapi/src/test/java/org/sonar/server/setting/TestProjectConfigurationLoader.java
Java
lgpl-3.0
1,576
/* * 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...
SonarSource/sonarqube
sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/DefaultInputModuleHierarchy.java
Java
lgpl-3.0
3,486
# Copyright (c) 2015 Ultimaker B.V. # Uranium is released under the terms of the LGPLv3 or higher. from UM.Math.Vector import Vector from UM.Math.Float import Float class Plane: """Plane representation using normal and distance.""" def __init__(self, normal = Vector(), distance = 0.0): super().__ini...
Ultimaker/Uranium
UM/Math/Plane.py
Python
lgpl-3.0
975
# WaitView 显示等待加载状态的View [![](https://jitpack.io/v/imkarl/WaitView.svg)](https://jitpack.io/#imkarl/WaitView) # Introduce - 第二张图为`等待加载的状态` <img src="https://raw.githubusercontent.com/ImKarl/WaitView/master/captures/layout_default.png" width="225" height="385" alt="默认状态"/> . <img src="https://raw.githubusercontent....
ImKarl/WaitView
README.md
Markdown
lgpl-3.0
1,852
/** * * This file is part of Tulip (http://tulip.labri.fr) * * Authors: David Auber and the Tulip development Team * from LaBRI, University of Bordeaux * * Tulip 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 Soft...
tulip5/tulip
library/tulip-core/src/TLPExport.cpp
C++
lgpl-3.0
16,016
#pragma once #ifndef SAMPLE2_H #define SAMPLE2_H #include "WireApplication.h" namespace Wire { class Sample2 : public WIREAPPLICATION { WIRE_DECLARE_INITIALIZE; typedef WIREAPPLICATION Parent; public: Sample2(); virtual Bool OnInitialize(); virtual void OnIdle(); private: Node* CreateHelicopter(); RenderO...
rrath/Wire3D
Samples/Sample2/src/Sample2.h
C
lgpl-3.0
561
package org.areasy.common.parser.excel.biff; /* * Copyright (c) 2007-2020 AREasy Runtime * * This library, AREasy Runtime and API for BMC Remedy AR System, is free software ("Licensed Software"); * you can redistribute it and/or modify it under the terms of the GNU Lesser General Public * License as published by ...
stefandmn/AREasy
src/java/org/areasy/common/parser/excel/biff/BaseCellFeatures.java
Java
lgpl-3.0
13,067
#include "BaconBox/Display/Color.h" #include <cmath> #include <map> #include <vector> #include <utility> #include "BaconBox/Helper/Serialization/Value.h" #include "BaconBox/Helper/Serialization/DefaultSerializer.h" #include "BaconBox/Helper/Serialization/Serializer.h" #include "BaconBox/Helper/StringHelper.h" #inclu...
anhero/BaconBox-OLD
BaconBox/BaconBox/Display/Color.cpp
C++
lgpl-3.0
16,153
<html><head><title>o2tab_fkey_setoff</title><link rel='stylesheet' type='text/css' href='jxdoc.css'></head><body><center><br><small><a href='index.html#o2tab_fkey_setoff'>Index</a></small><hr></center><p>(table)</p><h3>o2tab_fkey_setoff</h3><code><i>boolean</i> o2tab_fkey_setoff(<i>string</i> $table_name, <i>string</i>...
tvannini/janox
doc/reference/o2tab_fkey_setoff.html
HTML
lgpl-3.0
773
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------------------...
LibUsbDotNet/LibUsbDotNet
src/LibUsbDotNet/Generated/HotplugEvent.cs
C#
lgpl-3.0
1,678
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="Extent.cs" company="Allors bvba"> // Copyright 2002-2016 Allors bvba. // Dual Licensed under // a) the Lesser General Public Licence v3 (LGPL) // b) the Allors License // The...
Allors/allors1
Adapters/Allors.Adapters.Memory/Extent.cs
C#
lgpl-3.0
6,198
# EnableGameStream This small program should patch GeForce Experience to enable GameStream on GT Devices The idea is based upon the work of others, I used the manual from p1gl3t, as posted on [xda-developers here](http://forum.xda-developers.com/showpost.php?p=58240849&postcount=123) I really liked the idea of using ...
Lakritzator/EnableGameStream
README.md
Markdown
lgpl-3.0
2,271
package io.github.albertus82.util; import java.io.IOException; import java.util.ArrayList; import java.util.List; import java.util.Random; import java.util.concurrent.TimeUnit; import java.util.logging.Level; import java.util.logging.Logger; import org.junit.Assert; import org.junit.BeforeClass; import or...
Albertus82/JFaceUtils
src/test/java/io/github/albertus82/util/BrotliAdapterTest.java
Java
lgpl-3.0
5,842
package org.molgenis.data.elasticsearch.request; import org.elasticsearch.action.search.SearchRequestBuilder; import org.elasticsearch.search.sort.FieldSortBuilder; import org.mockito.ArgumentCaptor; import org.molgenis.data.Entity; import org.molgenis.data.Query; import org.molgenis.data.Sort; import org.molgenis.dat...
marissaDubbelaar/GOAD3.1.1
molgenis-data-elasticsearch/src/test/java/org/molgenis/data/elasticsearch/request/SortGeneratorTest.java
Java
lgpl-3.0
4,980
<?php /* * EZCAST EZplayer * * Copyright (C) 2016 Université libre de Bruxelles * * Written by Michel Jansens <mjansens@ulb.ac.be> * Arnaud Wijns <awijns@ulb.ac.be> * Carlos Avidmadjessi * UI Design by Julien Di Pietrantonio * * This software is free software; you can redistribute it and/or ...
lmondry/ezcast
ezplayer/tmpl/fr/popup_bookmarks_delete.php
PHP
lgpl-3.0
3,491
namespace libMBIN.Models.Structs { public class GcBuildingCostPartCount : NMSTemplate { [NMS(Size = 0x10)] public string Id; public int Count; } }
theFisher86/MBINCompiler
libMBIN/Source/Models/Structs/GcBuildingCostPartCount.cs
C#
lgpl-3.0
186
namespace LinFu.AOP.Interfaces { /// <summary> /// Represents a class that can instantiate object instances. /// </summary> /// <typeparam name="TContext"> /// The type that describes the context of the object instantiation. /// </typeparam> public interface IActivator<TContext> ...
philiplaureano/LinFu
src/LinFu.AOP.Interfaces/IActivator.cs
C#
lgpl-3.0
683
/* * Sonar, open source software quality management tool. * Copyright (C) 2008-2011 SonarSource * 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; e...
leodmurillo/sonar
plugins/sonar-squid-java-plugin/src/main/java/org/sonar/java/ast/visitor/ClassVisitor.java
Java
lgpl-3.0
3,126
<?php /* * * ____ _ _ __ __ _ __ __ ____ * ____ _ _ __ __ _ __ __ ____ * | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \ * | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) | * | __/ (_) | (__|...
ClearSkyTeam/PocketMine-MP
src/pocketmine/item/EndCrystal.php
PHP
lgpl-3.0
2,197
/***************************************************************************** Copyright (c) 2010, Intel Corp. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source cod...
mfine/libswiftnav
lapacke/src/lapacke_ssteqr.c
C
lgpl-3.0
3,473
#include "UDPEchoServer.h" #include "SocketAddress.h" #include "base/Time/Timespan.h" #include <iostream> namespace pi { UDPEchoServer::UDPEchoServer(): _thread("UDPEchoServer"), _stop(false) { _socket.bind(SocketAddress(), true); _thread.start(this); _ready.wait(); } UDPEchoServer::UDPEchoServ...
zdzhaoyong/PIL2
src/network/UDPEchoServer.cpp
C++
lgpl-3.0
1,288
/* 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/wafv2/untagresourcerequest.cpp
C++
lgpl-3.0
6,592
package com.github.steveice10.mc.protocol.packet.ingame.server.entity; import com.electronwill.utils.Vec3d; import com.github.steveice10.mc.protocol.util.ReflectionToString; import com.github.steveice10.packetlib.io.NetInput; import com.github.steveice10.packetlib.io.NetOutput; import com.github.steveice10.packetlib.p...
mcphoton/Photon-ProtocolLib
src/main/java/com/github/steveice10/mc/protocol/packet/ingame/server/entity/ServerEntityPositionPacket.java
Java
lgpl-3.0
1,617
from __future__ import absolute_import import logging import os import sys import datetime import psutil from six import StringIO from twisted.web import http, resource from Tribler.Core.Utilities.instrumentation import WatchDog import Tribler.Core.Utilities.json_util as json HAS_MELIAE = True try: from meliae ...
Captain-Coder/tribler
Tribler/Core/Modules/restapi/debug_endpoint.py
Python
lgpl-3.0
18,160
/* * 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...
Godin/sonar
server/sonar-web/src/main/js/apps/organizations/navigation/OrganizationNavigationMeta.tsx
TypeScript
lgpl-3.0
2,566
#ifndef SQLTABLEMODEL_H #define SQLTABLEMODEL_H #include <QSqlTableModel> //------------------------------------------------------------------------------ namespace Patient { // Table name: extern const QString TableName; // Field names: extern const QString Id; extern const QString LastName; ...
IvanKosik/LA
Sources/SqlTableModel.h
C
lgpl-3.0
1,999
/* * 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 cz.milik.nmcalc; import cz.milik.nmcalc.utils.IMonad; import java.util.Objects; /** * * @author jan */ public class Symbol...
nnen/nmcalc
src/main/java/cz/milik/nmcalc/SymbolValue.java
Java
lgpl-3.0
2,092
///<reference path='../definitions/JQuery.d.ts'/> ///<reference path='GetNextFreeId.ts'/> ///<reference path='IEntity.ts'/> ///<reference path='IWalkableList.ts'/> ///<reference path='IObservableRepository.ts'/> module VjsPluginComponents { //This Walkable list implementation includes everything stored in the unde...
Axonn/videojs-plugin-components
src/ts/WalkableList.ts
TypeScript
lgpl-3.0
4,738
<!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...
erelsgl/erel-sites
tnk1/dmut/dmut/783.html
HTML
lgpl-3.0
3,950
package cn.basics.util; import redis.clients.jedis.Jedis; import redis.clients.jedis.JedisPool; import redis.clients.jedis.JedisPoolConfig; /** * @ClassName: RedisUtil * @Description: TODO(Redis连接池工具) * @author zhiqiang94@vip.qq.com (苟志强) * @date 2017-8-23 下午5:11:57 */ public class RedisUtil { /**私有构造函数 使类禁止实例化...
zhiqiang94/BasicsProject
src/main/java/cn/basics/util/RedisUtil.java
Java
lgpl-3.0
3,261
<?php namespace pocketmine\entity\monster\walking; use pocketmine\entity\monster\WalkingMonster; use pocketmine\entity\Entity; use pocketmine\item\GoldSword; use pocketmine\nbt\tag\IntTag; use pocketmine\event\entity\EntityDamageEvent; use pocketmine\event\entity\EntityDamageByEntityEvent; use pocketmine\item\Item; u...
Apollo-SoftwareTeam/Apollo-Legacy
src/pocketmine/entity/monster/walking/PigZombie.php
PHP
lgpl-3.0
2,402
--- @type RCLootCouncil local addon = select(2, ...) local name = "IconBordered" local Object = {} -- varargs: texture function Object:New(parent, name, texture) local b = addon.UI.CreateFrame("Button", name, parent, "BackdropTemplate") b:SetSize(40,40) b:SetHighlightTexture("Interface\\Buttons\\ButtonHiligh...
evil-morfar/RCLootCouncil2
UI/Widgets/IconBordered.lua
Lua
lgpl-3.0
1,869
/** * Kopernicus Planetary System Modifier * ==================================== * Created by: BryceSchroeder and Teknoman117 (aka. Nathaniel R. Lewis) * Maintained by: Thomas P., NathanKell and KillAshley * Additional Content by: Gravitasi, aftokino, KCreator, Padishar, Kragrathea, OvenProofMars, zengei, MrHapp...
Kerbas-ad-astra/Kopernicus
Kopernicus/Kopernicus/Configuration/ModLoader/VertexSimplexMultiChromatic.cs
C#
lgpl-3.0
6,753
\hypertarget{celltriang_8h}{}\subsection{celltriang.\+h File Reference} \label{celltriang_8h}\index{celltriang.\+h@{celltriang.\+h}} Background cells for integration. {\ttfamily \#include \char`\"{}L\+M\+X/cofe\+\_\+\+Tensor\+Rank2.\+h\char`\"{}}\\* {\ttfamily \#include \char`\"{}cell.\+h\char`\"{}}\\* Include de...
daniel-iglesias/mknix
doc/latex/dc/d6a/celltriang_8h.tex
TeX
lgpl-3.0
1,129
<?php /* * * _____ _ _____ * / ____| (_) | __ \ *| | __ ___ _ __ _ ___ _ _ ___| |__) | __ ___ *| | |_ |/ _ \ '_ \| / __| | | / __| ___/ '__/ _ \ *| |__| | __/ | | | \__ \ |_| \__ \ | | | | (_) | * \_____|\___|_| |_|_|___/\__, |___/...
Nekiechan/NekoMine-MP
src/pocketmine/entity/Vex.php
PHP
lgpl-3.0
1,697
<?php // field labels $fieldLabelsvw_feedspec = array(); $fieldLabelsvw_feedspec["English"]=array(); $fieldLabelsvw_feedspec["English"]["FeedID"] = "Feed ID"; $fieldLabelsvw_feedspec["English"]["Technology"] = "Technology"; $fieldLabelsvw_feedspec["English"]["Stage"] = "Stage"; $fieldLabelsvw_feedspec["English"]["FCou...
openfigis/affris
AFFRIS/affris/faofeed/include/vw_feedspec_settings.php
PHP
lgpl-3.0
12,558
package tv.superawesome.lib.sawebplayer; import android.graphics.Bitmap; import android.webkit.WebView; import android.webkit.WebViewClient; public class SAWebClient extends WebViewClient { private Listener listener; SAWebClient(Listener listener) { this.listener = listener; } @Override ...
SuperAwesomeLTD/sa-mobile-lib-android-webplayer
sawebplayer/src/main/java/tv/superawesome/lib/sawebplayer/SAWebClient.java
Java
lgpl-3.0
1,008
/* * 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...
Godin/sonar
sonar-scanner-engine/src/test/java/org/sonar/scanner/rule/ActiveRulesProviderTest.java
Java
lgpl-3.0
4,322
/***************************************************************************** Copyright (c) 2010, Intel Corp. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source cod...
mfine/libswiftnav
lapacke/src/lapacke_cgesvd_work.c
C
lgpl-3.0
6,758
/* 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/chime/listchannelmembershipsforappinstanceuserrequest_p.h
C
lgpl-3.0
1,696
// -*- mode: c++; c-basic-style: "bsd"; c-basic-offset: 4; -*- /* * URIHandler.hpp * Copyright (C) INCHRON GmbH 2018 <soeren.henning@inchron.com> * * EMF4CPP 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 Fo...
catedrasaes-umu/emf4cpp
emf4cpp/ecorecpp/resource/URIHandler.hpp
C++
lgpl-3.0
2,340
<?php namespace Google\AdsApi\Dfp\v201711; /** * This file was generated from WSDL. DO NOT EDIT. */ class OrderService extends \Google\AdsApi\Common\AdsSoapClient { /** * @var array $classmap The defined classes */ private static $classmap = array ( 'ObjectValue' => 'Google\\AdsApi\\Dfp\\v...
advanced-online-marketing/AOM
vendor/googleads/googleads-php-lib/src/Google/AdsApi/Dfp/v201711/OrderService.php
PHP
lgpl-3.0
13,091
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class MainForm Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try ...
collenirwin/BoinEdit
BoinEdit/bin/Debug/FastColoredTextBox/FastColoredTextBox-master/TesterVB/MainForm.Designer.vb
Visual Basic
lgpl-3.0
6,379
/* Copyright 2015, Eric Pernia. * All rights reserved. * * This file is part HVM4CIAA. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyrigh...
epernia/HVM
2016/runtime-EclipseApplication/EduCiaaPeripheral/src/ar/edu/unq/embebidos/Device.java
Java
lgpl-3.0
17,686
<!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 (1.8.0_201) on Thu Oct 01 11:57:27 EDT 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=utf8"> <title>Uses of Class ca.uqac.lif.ec...
liflab/sealtest
docs/doc/ca/uqac/lif/ecp/statechart/atomic/class-use/AtomicStatechartRenderer.ChartStatePair.html
HTML
lgpl-3.0
8,238
(function($) { var cultures = $.global.cultures, en = cultures.en, standard = en.calendars.standard, culture = cultures["mt-MT"] = $.extend(true, {}, en, { name: "mt-MT", englishName: "Maltese (Malta)", nativeName: "Malti (Malta)", language: "mt", numb...
Kapinko/CJAF
lib/jquery/global/globinfo/jquery.glob.mt-MT.js
JavaScript
lgpl-3.0
1,735
// Copyright 2017 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum 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...
Lopastvertoleta/go-ethereum
swarm/api/http/error.go
GO
lgpl-3.0
3,454
<!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/ljon/jorj/nzx.html
HTML
lgpl-3.0
2,720
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="ApiGen 2.8.0" /> <title>Class tschiemer\Aspsms\Response | aspsms-php</title> <script type="text/javascript" src="resources/combined.js?922972382"></script> <script type="text/javasc...
tschiemer/aspsms-php
doc/php/class-tschiemer.Aspsms.Response.html
HTML
lgpl-3.0
10,613
/* Aseba - an event-based framework for distributed robot control Copyright (C) 2007--2016: Stephane Magnenat <stephane at magnenat dot net> (http://stephane.magnenat.net) and other contributors, see authors.txt for details This example is based on a first work of Olivier Mar...
gribovskiy/CATS2
source/robot-control/interfaces/DashelInterface.cpp
C++
lgpl-3.0
12,643
// Created file "Lib\src\Uuid\functiondiscovery" 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,...
Frankie-PellesC/fSDK
Lib/src/Uuid/functiondiscovery0000011B.c
C
lgpl-3.0
476
/******************************************************************************* * Title: CloudSimDisk * Description: a module for energy aware storage simulation in CloudSim * Author: Baptiste Louis * Date: June 2015 * * Address: baptiste_louis@live.fr * Source: https://github.com/Udacity2048/CloudSimDis...
Udacity2048/CloudSimDisk
sources/org/cloudbus/cloudsimdisk/models/hdd/StorageModelHddHGSTUltrastarHUC109090CSS600.java
Java
lgpl-3.0
1,662
/***************************************************************************** Copyright (c) 2010, Intel Corp. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source cod...
mfine/libswiftnav
lapacke/src/lapacke_ssbev.c
C
lgpl-3.0
3,125
/* cladiv.f -- translated by f2c (version 20061008). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the end of...
pnlnum/pnl
src/liblapack/cladiv.c
C
lgpl-3.0
1,889
<?php /** * Smarty PHPunit tests loadFilter method * * @package PHPunit * @author Uwe Tews */ /** * class for loadFilter method tests */ class LoadFilterTest extends PHPUnit_Framework_TestCase { public function setUp() { $this->smarty = SmartyTests::$smarty; SmartyTests::init(); } /** ...
chriseling/brainy
test/LoadFilterTest.php
PHP
lgpl-3.0
585
/* 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/schemas/untagresourcerequest.cpp
C++
lgpl-3.0
2,844
/* * ipsw.c * Definitions for communicating with Apple's TSS server. * * Copyright (c) 2010 Joshua Hill. 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; eit...
plnep00f/idevicerestore
src/tss.h
C
lgpl-3.0
1,486
/* * The libcdata header wrapper * * Copyright (C) 2011-2022, Joachim Metz <joachim.metz@gmail.com> * * Refer to AUTHORS for acknowledgements. * * 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 Softwa...
libyal/libscca
libscca/libscca_libcdata.h
C
lgpl-3.0
1,545
package com.beimin.eveapi.model.eve; import java.util.ArrayList; import java.util.Collection; public class SkillGroup implements Comparable<SkillGroup> { private String groupName; private int groupID; private final Collection<Skill> skills = new ArrayList<Skill>(); public String getGroupName() { return groupNa...
stevelle/eveapi
src/main/java/com/beimin/eveapi/model/eve/SkillGroup.java
Java
lgpl-3.0
1,908
#ifndef __SUBSTRATE__PARALLELISM_STRUCT_H #define __SUBSTRATE__PARALLELISM_STRUCT_H #include <stdbool.h> #include <stdio.h> struct substrate_parallelism_profile { bool * parallelizable_loops; /*< The loops that can be parallelized (from outer to inner loop) */ unsigned int size; }; struct substrate_paralleli...
Haerezis/substrate
include/substrate/parallelism_struct.h
C
lgpl-3.0
976
<?php /** * This file is part of FacturaScripts * Copyright (C) 2015-2018 Carlos Garcia Gomez <neorazorx@gmail.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 ...
NeoRazorX/facturascripts_2015
base/fs_db2.php
PHP
lgpl-3.0
10,126
#include <iostream> #include <string> #include <Graphics.h> #include <Components.h> using namespace Component; int main() { WindowManager wm = WindowManager(); std::string name = "Blop"; if(wm.initWindow(name)) { std::cout << "Orthogonals vectors of polygon (0,0) (1,0) (0,1) :" << std::endl; ...
Klafyvel/SDL-Platformer-Engine-2D
examples/src/main.cpp
C++
lgpl-3.0
552
using System.Collections.Generic; using System.IO; using SharpCompress.Common; using SharpCompress.Common.Rar; using SharpCompress.Common.Rar.Headers; using SharpCompress.IO; namespace SharpCompress.Reader.Rar { public class RarReaderVolume : RarVolume { internal RarReaderVolume(Stream stream, Options...
peterstevens130561/sonarlint-vs
its/sharpcompress_b855fd5bf0d1/SharpCompress/Reader/Rar/RarReaderVolume.cs
C#
lgpl-3.0
903
/* * @author ucchy * @license LGPLv3 * @copyright Copyright ucchy 2014 */ package com.github.ucchyocean.bp.webstats; import java.io.BufferedReader; import java.io.File; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintStream; import java.net.Socket; import java...
ucchyocean/BattlePoints
src/main/java/com/github/ucchyocean/bp/webstats/ConnectionThread.java
Java
lgpl-3.0
8,839
var searchData= [ ['part_2ec',['part.c',['../part_8c.html',1,'']]], ['part_2eh',['part.h',['../part_8h.html',1,'']]], ['potential_2ec',['potential.c',['../potential_8c.html',1,'']]], ['potential_2eh',['potential.h',['../potential_8h.html',1,'']]], ['potential_5feval_2eh',['potential_eval.h',['../potential__ev...
stephanmg/mdcore
doc/html/search/files_70.js
JavaScript
lgpl-3.0
343
/************************************************************************** * * Copyright 2011-2015 by Andrey Butok. FNET Community. * *************************************************************************** * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesse...
EdizonTN/FNET-NXPLPC
fnet_stack/os/fnet_os.h
C
lgpl-3.0
2,714
/* * libgphoto++ - modern c++ wrapper library for gphoto2 * Copyright (C) 2016 Marco Gulino <marco AT gulinux.net> * * 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 ...
GuLinux/libgphoto-cpp
src/utils/read_jpeg_image.h
C
lgpl-3.0
1,240
# # OpenSSL/crypto/engine/Makefile # DIR= engine TOP= ../.. CC= cc INCLUDES= -I.. -I$(TOP) -I../../include CFLAG=-g MAKEFILE= Makefile AR= ar r CFLAGS= $(INCLUDES) $(CFLAG) GENERAL=Makefile TEST= enginetest.c APPS= LIB=$(TOP)/libcrypto.a LIBSRC= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl...
Orav/kbengine
kbe/src/lib/dependencies/openssl/crypto/engine/Makefile
Makefile
lgpl-3.0
26,573
/** * AnalyzerBeans * Copyright (C) 2014 Neopost - Customer Information Management * * This copyrighted material is made available to anyone wishing to use, modify, * copy, or redistribute it subject to the terms and conditions of the GNU * Lesser General Public License, as published by the Free Software Foundati...
datacleaner/AnalyzerBeans
components/referential-integrity/src/main/java/org/eobjects/analyzer/beans/referentialintegrity/ReferentialIntegrityAnalyzerResult.java
Java
lgpl-3.0
1,570
/* * SonarLint for Visual Studio * Copyright (C) 2016-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 ...
duncanpMS/sonarlint-visualstudio
src/AssemblyInfo.Shared.cs
C#
lgpl-3.0
1,569
package com.thekarura.bukkit.plugin.resorcedungeons.listener; import java.util.logging.Logger; import org.bukkit.Bukkit; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; import org.bukkit.event.Listener; import org.bukkit.event.player.PlayerJoinEvent; import org.bukkit.scheduler.BukkitRunnable; ...
ucchyocean/ResorceDungeons
src/main/java/com/thekarura/bukkit/plugin/resorcedungeons/listener/RDPlayerListener.java
Java
lgpl-3.0
1,778
// Copyright (C) 2000, International Business Machines // Corporation and others. All Rights Reserved. // This code is licensed under the terms of the Eclipse Public License (EPL). #ifndef OsiSolverInterface_H #define OsiSolverInterface_H #include <cstdlib> #include <string> #include <vector> #include "CoinMessageH...
anlambert/tulip
thirdparty/OGDF/include/coin/OsiSolverInterface.hpp
C++
lgpl-3.0
78,372
<!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 (1.8.0_31) on Mon Apr 06 15:30:27 CEST 2015 --> <title>Uses of Class org.cloudbus.cloudsim.distributions.ExponentialDistr</title> <meta name="da...
Udacity2048/CloudSimDisk
docs/org/cloudbus/cloudsim/distributions/class-use/ExponentialDistr.html
HTML
lgpl-3.0
4,677
<div class="psc-cms-ui-form-panel oid-form"><form method="post" action=""><input type="hidden" name="identifier" value="11605" /> <input type="hidden" name="type" value="oid" /> <input type="hidden" name="dataJSON" value="{&quot;productId&quot;:2,&quot;pageId&quot;:8}" /> <input type="hidden" name="productId" value="...
webforge-labs/psc-cms
tests/files/htmltester.oid.out.html
HTML
lgpl-3.0
27,204