code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
4
991
language
stringclasses
9 values
license
stringclasses
15 values
size
int32
3
1.05M
/* * $RCSfile: USB_AI16_Family.java,v $ * $Date: 2009/12/23 22:45:27 $ * $Revision: 1.15 $ * jEdit:tabSize=4:indentSize=4:collapseFolds=1: */ package com.acces.aiousb; // {{{ imports import java.io.*; import java.util.*; // }}} /** * Class USB_AI16_Family represents a USB-AI16-family device, which encompasses ...
accesio/AIOUSB
AIOUSB/deprecated/java/com/acces/aiousb/USB_AI16_Family.java
Java
lgpl-3.0
7,364
package org.nustaq.kontraktor.remoting.http.servlet; import org.nustaq.kontraktor.remoting.http.KHttpExchange; import org.nustaq.kontraktor.util.Log; import javax.servlet.AsyncContext; import javax.servlet.http.HttpServletResponse; import java.io.IOException; import java.io.UnsupportedEncodingException; /** * Creat...
RuedigerMoeller/kontraktor
modules/kontraktor-http/src/main/java/org/nustaq/kontraktor/remoting/http/servlet/ServletKHttpExchangeImpl.java
Java
lgpl-3.0
1,761
/** ****************************************************************************** * @file wlan_hal.c * @author Matthew McGowan * @version V1.0.0 * @date 27-Sept-2014 * @brief ****************************************************************************** Copyright (c) 2013-2015 Particle Industries, Inc....
spark/firmware
hal/src/template/wlan_hal.cpp
C++
lgpl-3.0
3,455
/* 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/mediaconnect/mediaconnectresponse.cpp
C++
lgpl-3.0
2,716
using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using Fileharbor.Common.Database; namespace Fileharbor.Services.Entities { [Table("collections")] public class CollectionEntity { [Key] [ColumnName("id")] public Guid Id {...
dennisbappert/fileharbor
src/Services/Entities/CollectionEntity.cs
C#
lgpl-3.0
789
using UnityEngine; using System.Collections; public class SimpleDebug : MonoBehaviour { // Use this for initialization void Start () { } // Update is called once per frame void Update () { } void OnGUI() { float val = FalconUnity.getFPS(); GUI.Label(new Rect(5,5,200,30), val.ToString() ); }...
kbogert/falconunity
UnityDemoProject/Assets/SimpleDebug.cs
C#
lgpl-3.0
323
/** * This file is part of the nestk library. * * 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 your option) any later version. * * This ...
tjbwyk/myrgbdemo
nestk/ntk/detection/table_object_detector.hpp
C++
lgpl-3.0
10,289
package com.silicolife.textmining.processes.ir.patentpipeline.components.searchmodule.googlesearch; public class IRPatentIDRetrievalGoogleSearchConfigurationImpl implements IIRPatentIDRecoverGoogleSearchConfiguration { private String accessToken; private String CustomSearchID; public IRPatentIDRetrievalGoogleSe...
biotextmining/processes
src/main/java/com/silicolife/textmining/processes/ir/patentpipeline/components/searchmodule/googlesearch/IRPatentIDRetrievalGoogleSearchConfigurationImpl.java
Java
lgpl-3.0
614
public class PlstEscape { public void harvestConstructors( int stage ) { super.harvestConstructors( stage-1 ); } }
SergiyKolesnikov/fuji
examples/AHEAD/j2jast/PlstEscape.java
Java
lgpl-3.0
140
<?php /* * * ____ _ _ __ __ _ __ __ ____ * | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \ * | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) | * | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/ * |_| \___/ \___...
JackNoordhuis/PocketMine-MP
src/world/sound/IgniteSound.php
PHP
lgpl-3.0
1,028
/*! @file @author Albert Semenov @date 11/2007 */ /* This file is part of MyGUI. MyGUI 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 lat...
blunted2night/MyGUI
MyGUIEngine/src/MyGUI_LayerItem.cpp
C++
lgpl-3.0
5,791
/* 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/cognitosync/describeidentityusagerequest.cpp
C++
lgpl-3.0
4,598
from pymongo import MongoClient import config class Database: def __init__(self, db_name=None): self.mongodb_client = create_mongodb_client() self.db = self.create_db(db_name) self.authenticate_user() def create_db(self, db_name): if db_name is None: return self.m...
fkie-cad/iva
database.py
Python
lgpl-3.0
3,952
/******************************************************************************* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2009-2011 by sprylab technologies GmbH * * WebInLoop - a program for testing web applications * * This file is part of WebInLoop. * * WebInLoop is f...
sprylab/webinloop
webinloop/src/test/java/com/sprylab/webinloop/util/mailer/tests/MailAccountParseResultTest.java
Java
lgpl-3.0
3,415
/** * This file is part of the CRISTAL-iSE REST API. * Copyright (c) 2001-2016 The CRISTAL Consortium. 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 ...
cristal-ise/restapi
src/main/java/org/cristalise/restapi/ScriptUtils.java
Java
lgpl-3.0
6,223
/*-------------------------------------------------------------------- (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
src/tl/tl-pragmasupport.hpp
C++
lgpl-3.0
18,927
""" useful decorators """ __author__ = "Philippe Guglielmetti" __copyright__ = "Copyright 2015, Philippe Guglielmetti" __credits__ = ["http://include.aorcsik.com/2014/05/28/timeout-decorator/"] __license__ = "LGPL + MIT" import multiprocessing from multiprocessing import TimeoutError from threading import Timer import...
goulu/Goulib
Goulib/decorators.py
Python
lgpl-3.0
5,279
# This file is part of PyEMMA. # # Copyright (c) 2015, 2014 Computational Molecular Biology Group, Freie Universitaet Berlin (GER) # # PyEMMA 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 vers...
markovmodel/PyEMMA
pyemma/coordinates/clustering/interface.py
Python
lgpl-3.0
12,270
<import resource="classpath:/alfresco/templates/org/alfresco/import/alfresco-util.js"> /** * Cloud Sync Status Information * */ function main() { AlfrescoUtil.param("nodeRef"); AlfrescoUtil.param("site", "defaultSite"); AlfrescoUtil.param("rootPage", "documentlibrary"); AlfrescoUtil.param("...
loftuxab/community-edition-old
projects/slingshot/config/alfresco/site-webscripts/org/alfresco/components/node-details/node-path.get.js
JavaScript
lgpl-3.0
650
/* * Gene.java * * Copyright (c) 2013, Pablo Garcia-Sanchez. 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 yo...
fergunet/osgiliath
OsgiliathEvolutionaryAlgorithm/src/es/ugr/osgiliath/evolutionary/individual/Gene.java
Java
lgpl-3.0
1,022
/* * 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 ...
haisamido/SFDaaS
src/org/orekit/propagation/sampling/OrekitStepNormalizer.java
Java
lgpl-3.0
5,548
namespace MBINCompiler.Models.Structs { public class TkCameraWanderData : NMSTemplate { public bool CamWander; public float CamWanderPhase; public float CamWanderAmplitude; [NMS(Size = 4, Ignore = true)] public byte[] PaddingC; } }
Bananasft/MBINCompiler
MBINCompiler/Models/Structs/TkCameraWanderData.cs
C#
lgpl-3.0
287
#include "visservotask.h" void VisuoServoTask::switchtotask(VISTaskNameT tn){ curtaskname.vist = tn; } void VisuoServoTask::switchtoglobalframe(){ mft = GLOBAL; } void VisuoServoTask::switchtolocalframe(){ mft = LOCAL; } VisuoServoTask::VisuoServoTask(VISTaskNameT tn) { curtaskname.vist = tn; des...
liqiang1980/VTFS
src/TaskModule/visservotask.cpp
C++
lgpl-3.0
670
package de.invesdwin.nowicket.examples.guide.page.documentation.tagtransformations.tablesandchoices; import javax.annotation.concurrent.NotThreadSafe; import org.apache.wicket.Component; import org.apache.wicket.markup.html.panel.Panel; import org.apache.wicket.model.IModel; import de.invesdwin.nowicket.generated.bi...
subes/invesdwin-nowicket
invesdwin-nowicket-examples/invesdwin-nowicket-examples-guide/src/main/java/de/invesdwin/nowicket/examples/guide/page/documentation/tagtransformations/tablesandchoices/TablesAndChoicesPanel.java
Java
lgpl-3.0
1,236
<?php namespace Google\AdsApi\Dfp\v201711; /** * This file was generated from WSDL. DO NOT EDIT. */ class LongCreativeTemplateVariable extends \Google\AdsApi\Dfp\v201711\CreativeTemplateVariable { /** * @var int $defaultValue */ protected $defaultValue = null; /** * @param string $labe...
advanced-online-marketing/AOM
vendor/googleads/googleads-php-lib/src/Google/AdsApi/Dfp/v201711/LongCreativeTemplateVariable.php
PHP
lgpl-3.0
1,178
/* $Id: BioTreeContainer.hpp 103491 2007-05-04 17:18:18Z kazimird $ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United States Govern...
kyungtaekLIM/PSI-BLASTexB
src/ncbi-blast-2.5.0+/c++/include/objects/biotree/BioTreeContainer.hpp
C++
lgpl-3.0
2,831
package ch.hefr.gridgroup.magate.em; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.atomic.AtomicInteger; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; ...
huangye177/magate
src/main/java/ch/hefr/gridgroup/magate/em/SSLService.java
Java
lgpl-3.0
4,030
<?php /** * https://neofr.ag * @author: Michaël BILCOT <michael.bilcot@neofr.ag> */ namespace NF\Modules\Monitoring; use NF\NeoFrag\Addons\Module; class Monitoring extends Module { protected function __info() { return [ 'title' => 'Monitoring', 'description' => '', 'icon' => 'fas fa-hear...
NeoFragCMS/neofrag-cms
modules/monitoring/monitoring.php
PHP
lgpl-3.0
1,215
#include "precice/impl/DataContext.hpp" #include <memory> namespace precice { namespace impl { logging::Logger DataContext::_log{"impl::DataContext"}; DataContext::DataContext(mesh::PtrData data, mesh::PtrMesh mesh) { PRECICE_ASSERT(data); _providedData = data; PRECICE_ASSERT(mesh); _mesh = mesh; } mesh::Pt...
precice/precice
src/precice/impl/DataContext.cpp
C++
lgpl-3.0
2,508
/* global shoproot */ /** * 编辑分类 * @description Hope You Do Good But Not Evil * @copyright Copyright 2014-2015 <ycchen@iwshop.cn> * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chenyong Cai <ycchen@iwshop.cn> * @package Wshop * @link http://www.iwshop.cn */ requirejs([...
mentallxm/iwshop
static/script/Wdmin/products/alter_categroy.js
JavaScript
lgpl-3.0
2,214
class DropCommunityPlans < ActiveRecord::Migration def up drop_table :community_plans end def down create_table "community_plans" do |t| t.integer "community_id", :null => false t.integer "plan_level", :default => 0, :null => false t.datetime "expires_at" t.date...
ziyoucaishi/marketplace
db/migrate/20151204083028_drop_community_plans.rb
Ruby
lgpl-3.0
452
<?php /** * Contao Open Source CMS, Copyright (C) 2005-2013 Leo Feyer * * Module Backend User Online - DCA * * @copyright Glen Langer 2012..2013 <http://www.contao.glen-langer.de> * @author Glen Langer (BugBuster) * @package BackendUserOnline * @license LGPL * @filesource * @see https://...
BugBuster1701/backend_user_online
dca/tl_member.php
PHP
lgpl-3.0
560
""" X """ import cPickle as pickle import os import numpy import matplotlib matplotlib.use('Agg') import matplotlib.pyplot as plt class PlotInterface(object): def plot_timeseries(self, times, values): pass def plot_sinwave(self, times, sinewave): pass def plot_area_ratio(self, on_period_...
ubccr/supremm
src/supremm/datadumper.py
Python
lgpl-3.0
6,457
<?php // ---------- CREDITS ---------- // Mirrored from pocketmine\network\mcpe\protocol\PlayerActionPacket.php // Mirroring was done by @CortexPE of @LeverylTeam :D // // NOTE: We know that this was hacky... But It's here to still provide support for old plugins // ---------- CREDITS ---------- namespace pocketmine...
LeverylTeam/Leveryl
src/pocketmine/network/protocol/PlayerActionPacket.php
PHP
lgpl-3.0
461
# Copyright (c) 2010-2018 Benjamin Peterson # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publi...
krathjen/studiolibrary
src/studiovendor/six.py
Python
lgpl-3.0
32,901
/* $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...
kyungtaekLIM/PSI-BLASTexB
src/ncbi-blast-2.5.0+/c++/src/objects/mmdb2/Reference_frame.cpp
C++
lgpl-3.0
1,865
/* * This file is part of MyPet * * Copyright © 2011-2016 Keyle * MyPet is licensed under the GNU Lesser General Public License. * * MyPet 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...
jjm223/MyPet
modules/API/src/main/java/de/Keyle/MyPet/api/skill/experience/MonsterExperience.java
Java
lgpl-3.0
5,371
/** * Copyright (c) 2012-2014, Andrea Funto'. All rights reserved. See LICENSE for details. */ package org.dihedron.patterns.visitor.nodes; import java.util.Map; import org.dihedron.core.License; import org.dihedron.patterns.visitor.VisitorException; /** * @author Andrea Funto' */ @License public class Modifiab...
dihedron/dihedron-commons
src/main/java/org/dihedron/patterns/visitor/nodes/ModifiableMapEntryNode.java
Java
lgpl-3.0
888
/** * DynamicReports - Free Java reporting library for creating reports dynamically * * Copyright (C) 2010 - 2015 Ricardo Mariaca * http://www.dynamicreports.org * * This file is part of DynamicReports. * * DynamicReports is free software: you can redistribute it and/or modify * it under the terms of ...
svn2github/dynamicreports-jasper
dynamicreports-core/src/main/java/net/sf/dynamicreports/report/builder/condition/EqualExpression.java
Java
lgpl-3.0
2,144
<?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 module ROCKET. * * ROCKET is free software: you can redistribute it and/or modify it under the terms of the * GNU Lesser General Public License as publ...
n2n/rocket
src/app/rocket/si/content/impl/split/SplitOutSiField.php
PHP
lgpl-3.0
1,814
/******************************************************************** ** Image Component Library (ICL) ** ** ** ** Copyright (C) 2006-2013 CITEC, University of Bielefeld ** ** Neuroinfo...
iclcv/icl
ICLUtils/src/ICLUtils/CLImage2D.cpp
C++
lgpl-3.0
10,270
/* * 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/main/java/org/sonar/scanner/scan/ExternalProjectKeyAndOrganization.java
Java
lgpl-3.0
1,091
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; }
biotextmining/processes
src/main/java/com/silicolife/textmining/processes/ir/pubmed/PubMedConfiguration.java
Java
lgpl-3.0
299
// 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...
daxxcoin/daxxcore
common/types_template.go
GO
lgpl-3.0
2,033
/* * 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...
sklintyg/statistik
service/src/main/java/se/inera/statistics/service/warehouse/WidelineConverter.java
Java
lgpl-3.0
10,101
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...
philjord/jnif
jnif/src/nif/compound/NifbhkCMSDMaterial.java
Java
lgpl-3.0
623
/** * 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...
nuun-io/nuun-spring-plugin
src/test/java/io/nuun/plugin/spring/sample/Service3Internal.java
Java
lgpl-3.0
875
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...
Kelvinli1988/mysqlmv
src/main/java/org/mysqlmv/cd/workers/LogFileChangeDetector.java
Java
lgpl-3.0
4,083
//------------------------------------------------------------------------------ // <copyright company="Tunynet"> // Copyright (c) Tunynet Inc. All rights reserved. // </copyright> //------------------------------------------------------------------------------ using System; using PetaPoco; using Tunynet.Cachi...
yesan/Spacebuilder
BusinessComponents/ContentOrganization/Announcements/Announcement.cs
C#
lgpl-3.0
3,858
#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...
patrickmortensen/Elektro
Source To Merge/Interpreter/CInterpreter.cpp
C++
lgpl-3.0
1,413
/* * 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/repository/QualityProfilesProvider.java
Java
lgpl-3.0
1,663
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...
falahati/NvAPIWrapper
NvAPIWrapper/Native/GPU/Structures/IlluminationZoneControlDataPiecewiseLinearRGB.cs
C#
lgpl-3.0
2,194
#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; }
piif/Guirlande
EffectShade.cpp
C++
lgpl-3.0
216
/* 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. ...
PeterWolf-tw/NeoPraat
sources_5401/fon/Sound_enhance.cpp
C++
lgpl-3.0
5,230
/* 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...
xeonvs/globalsat-sporttracks-plugin
Device/GhPacketBase.cs
C#
lgpl-3.0
14,491
/** * 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,...
HappyFaceIndustries/Kopernicus
Kopernicus/Configuration/Parser/Exceptions/ParserTargetMissingException.cs
C#
lgpl-3.0
1,776
/* * 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...
stefan-baur/jesadido-poc
src/main/java/org/jesadido/poc/core/semantics/translating/en/EnTransletors.java
Java
lgpl-3.0
3,102
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...
consumentor/Server
trunk/tools/ASP.NET MVC 2/trunk/src/MvcFutures/Mvc/Resources/MultiFormatActionResult.cs
C#
lgpl-3.0
1,935
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() ...
pedrotgn/pyactor
examples/initparams.py
Python
lgpl-3.0
539
/* * 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,...
Poesys-Associates/poesys-db
poesys-db/src/com/poesys/db/dao/delete/AbstractDeleteSql.java
Java
lgpl-3.0
2,290
/* * 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...
Alfresco/gytheio
gytheio-commons/src/test/java/org/gytheio/content/handler/DelegatingContentHandlerImplTest.java
Java
lgpl-3.0
9,751
/* * 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 ...
benothman/jboss-web-nio2
java/org/apache/el/parser/AstFalse.java
Java
lgpl-3.0
1,350
# *-* 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...
YACOWS/PyNFe
pynfe/utils/__init__.py
Python
lgpl-3.0
4,553
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...
shurizzle/Scroto
HookManager/Hooker.Constants.cs
C#
lgpl-3.0
7,936
# (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...
zak-k/cartopy
lib/cartopy/tests/crs/test_nearside_perspective.py
Python
lgpl-3.0
2,158
// 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
xanview/live555
groupsock/include/groupsock_version.hh
C++
lgpl-3.0
294
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 */ ...
tchegito/zildo
zeditor/src/zeditor/tools/banque/Foret4.java
Java
lgpl-3.0
6,694
/** * 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...
km-works/portal-rpc
portal-rpc-client/src/main/java/com/liferay/portal/model/impl/LayoutRevisionCacheModel.java
Java
lgpl-3.0
10,917
/* -------------------------------------------------------------------------- * * * Simple test of the HCOD class with assertion. * * -------------------------------------------------------------------------- */ #define SOTH_DEBUG #define SOTH_DEBUG_MODE 10 #define SOTH_TEMPLATE_DEBUG_MODE 10 #include "RandomGener...
stack-of-tasks/soth
unitTesting/thcod.cpp
C++
lgpl-3.0
2,350
/* * 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, * ...
Depter/JRLib
NetbeansProject/jreserve-dummy/substance/src/main/java/org/pushingpixels/substance/api/ColorSchemeTransform.java
Java
lgpl-3.0
2,058
/** 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. ...
Wmaxlees/jarvis-os
jarvis-nlp/src/SNLayer.cpp
C++
lgpl-3.0
1,179
# 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...
lukaszpiotr/pylama_with_gjslint
pylama/checkers/pylint/reporters/__init__.py
Python
lgpl-3.0
4,482
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...
croco-bio/croco-cyto
src/main/java/de/lmu/ifi/bio/croco/cyto/ui/OperationsTable.java
Java
lgpl-3.0
1,482
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...
1Tristan/VariantSync
src/de/ovgu/variantsync/VariantSyncPlugin.java
Java
lgpl-3.0
12,061
/* 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 ...
OpenDA-Association/OpenDA
model_hspf/java/src/org/openda/model_hspf/WdmTimeSeriesIoObject.java
Java
lgpl-3.0
16,319
/* * 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...
queueit/QueueIT.Security-JavaEE
QueueIT.Security/src/queueit/security/uribuilder/ObjectUtils.java
Java
lgpl-3.0
27,162
/* * 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...
fashiontec/bodyapps-android
app/src/main/java/org/fashiontec/bodyapps/sync/Sync.java
Java
lgpl-3.0
5,676
/* $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...
kyungtaekLIM/PSI-BLASTexB
src/ncbi-blast-2.5.0+/c++/src/objects/seqfeat/MultiOrgName.cpp
C++
lgpl-3.0
1,860
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; ...
defus/daf-architcture
commons/src/main/java/cm/gov/daf/sif/titrefoncier/model/Parcelle.java
Java
lgpl-3.0
1,753
/* * 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...
trejkaz/hex-components
viewer/src/main/java/org/trypticon/hex/plaf/SelectionUpAction.java
Java
lgpl-3.0
1,229
// // 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 ...
WFoundation/WF.Player
WF.Player.iOS/Services/Geolocation/Geolocator.cs
C#
lgpl-3.0
11,735
/* ======================================================================== * PlantUML : a free UML diagram generator * ======================================================================== * * (C) Copyright 2009-2014, Arnaud Roques * * Project Info: http://plantuml.sourceforge.net * * This file is part of...
mar9000/plantuml
src/net/sourceforge/plantuml/posimo/Mirror.java
Java
lgpl-3.0
1,402
<?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...
RakeshShrestha/Php-Web-Objects
admin/app/libraries/Csv.php
PHP
lgpl-3.0
2,754
#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...
jaluk8/talented-gm
src/controllers/turnnotescontroller.cpp
C++
lgpl-3.0
879
/* $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...
kyungtaekLIM/PSI-BLASTexB
src/ncbi-blast-2.5.0+/c++/src/algo/blast/api/rpsblast_local.cpp
C++
lgpl-3.0
12,514
/* * 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...
modelinglab/ocl
core/src/main/java/org/modelinglab/ocl/core/ast/types/CollectionType.java
Java
lgpl-3.0
8,485
#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...
pixelspark/corespark
Libraries/Spirit/boost/miniboost/boost/mpl/iterator_tags.hpp
C++
lgpl-3.0
880
/* * 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...
lbndev/sonarqube
server/sonar-server/src/main/java/org/sonar/server/es/request/package-info.java
Java
lgpl-3.0
967
/* * 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...
01org/jndn-management
src/main/java/com/intel/jndn/management/types/ChannelStatus.java
Java
lgpl-3.0
3,314
/* * (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...
blitvin/fsm4java
src/main/java/org/blitvin/statemachine/InvalidFactoryImplementation.java
Java
lgpl-3.0
1,094
/* * 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...
kralisch/jams
JAMSCloudClient/src/jams/server/client/sync/SyncTable.java
Java
lgpl-3.0
12,177
<?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...
advanced-online-marketing/AOM
vendor/googleads/googleads-php-lib/src/Google/AdsApi/Dfp/v201708/ActivityError.php
PHP
lgpl-3.0
1,048
/* * 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 ...
premium-minds/billy
billy-gin/src/main/java/com/premiumminds/billy/gin/services/export/BillyTemplateBundle.java
Java
lgpl-3.0
1,309
<?php /* * * ____ _ _ __ __ _ __ __ ____ * | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \ * | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) | * | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/ * |_| \___/ \___...
DualNova-Team/DualNova
src/pocketmine/network/mcpe/protocol/CommandBlockUpdatePacket.php
PHP
lgpl-3.0
2,760
<?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...
virtualidentityag/hydra-youtube
src/VirtualIdentity/YoutubeBundle/EventDispatcher/YoutubeChangedEvent.php
PHP
lgpl-3.0
882
<?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/dispatch/map/val/SimplePropertyValidator.php
PHP
lgpl-3.0
1,990
/* * AUTHOR : Emmanuel Pietriga (emmanuel.pietriga@inria.fr) * Copyright (c) INRIA, 2008-2010. All Rights Reserved * Licensed under the GNU LGPL. For full terms see the file COPYING. * * $Id: PieMenuR.java 4280 2011-02-28 15:36:54Z rprimet $ */ package fr.inria.zvtm.widgets; import fr.inria.zvtm.animation.Animat...
sharwell/zgrnbviewer
org-tvl-netbeans-zgrviewer/src/fr/inria/zvtm/widgets/PieMenuR.java
Java
lgpl-3.0
6,530
package de.synesthesy.music.key.nn; import org.encog.neural.networks.BasicNetwork; import de.synesthesy.csv.CSVTestSetInOutput; public interface IMusicKeyNN { public BasicNetwork getNetwork(); public int getIns(); public int getOuts(); public int[] getHiddenNeurons(); public double[] compute(double[] input); p...
synesthesy/synesthesy-core
src/main/java/de/synesthesy/music/key/nn/IMusicKeyNN.java
Java
lgpl-3.0
369
(function (window, $, undefined) { $.infinitescroll = function infscr(options, callback, element) { this.element = $(element); this._create(options, callback); }; $.infinitescroll.defaults = { loading: { finished: undefined, finishedMsg: "", img: "...
yesan/Spacebuilder
Web/Scripts/jquery/masonry/jquery.infinitescroll.js
JavaScript
lgpl-3.0
17,301
/* * @BEGIN LICENSE * * Forte: an open-source plugin to Psi4 (https://github.com/psi4/psi4) * t hat implements a variety of quantum chemistry methods for strongly * correlated electrons. * * Copyright (c) 2012-2022 by its authors (see LICENSE, AUTHORS). * * The copyrights for code used from other parties ar...
evangelistalab/forte
forte/api/rdms_api.cc
C++
lgpl-3.0
5,090