id stringlengths 64 64 | content stringlengths 500 100k | language stringclasses 29
values | path stringlengths 4 333 | repo stringlengths 5 116 | license stringclasses 15
values | size int64 500 100k | lines int64 26 8.06k | source stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|
e737d942125a0d196a079d8662360f80a1fe45e241f4363457d61a2533afc8ef | /* Copyright (c) 2014 James King [metapyziks@gmail.com]
*
* This file is part of FacePuncher.
*
* FacePuncher 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, ... | C# | FacePuncher.Server/Entities/StaticDrawable.cs | Metapyziks/FacePuncher | lgpl-3.0 | 3,160 | 106 | codeparrot/github-code |
3a638fad3aafaa05250a89ffecf975ca3c9124619359ecff3079039ae8e149cb | #include "dbmanager.h"
//=============================================================================================================================
//=================================================CONSTUCTOR==================================================================
//============================... | C++ | src/dbmanager.cpp | Roukira/Ludibrary | lgpl-3.0 | 50,325 | 1,822 | codeparrot/github-code |
294e98cc13ab5166ab0c91bc82faa140fd5a8bd589c5e4959cb7884c453c43ec | /* mpfr_set_str_binary -- set a floating-point number from a binary string
Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
The GNU MPFR Library is free software; you can redistribute it and/or modify
it under the terms... | C | src/set_str_raw.c | UBERTC/mpfr | lgpl-3.0 | 1,691 | 56 | codeparrot/github-code |
c2141bd83ac59394409cc057c76a3136d77bbbbe822c42a7df9d6142037ba28d | /**
*
*/
package com.sqsoft.mars.qyweixin.client.cgibin.message;
import com.sqsoft.mars.qyweixin.client.QyweixinDefaultClient;
/**
* @author lenovo
*
*/
public class QyweixinMessageClient extends QyweixinDefaultClient {
/**
*
*/
private String access_token;
/**
*
* @param access_token
*/
publ... | Java | com.sqsoft.mars.qyweixin.client/src/main/java/com/sqsoft/mars/qyweixin/client/cgibin/message/QyweixinMessageClient.java | anndy201/mars-framework | lgpl-3.0 | 656 | 39 | codeparrot/github-code |
38323c1ff514671b28ee778b5c78d6362c92941388c623730484d1613b3ca598 | <?php
/**
* TOP API: taobao.fenxiao.distributor.procuct.static.get request
*
* @author auto create
* @since 1.0, 2014-02-20 17:02:53
*/
class FenxiaoDistributorProcuctStaticGetRequest
{
/**
* 分销商淘宝店主nick
**/
private $distributorUserNick;
/**
* 供应商商品id,一次可以传多个,每次最多40个。
以,(英文)作为分隔符。
... | PHP | taobao_sdk/top/request/FenxiaoDistributorProcuctStaticGetRequest.php | jnuzh/nidama | lgpl-3.0 | 1,410 | 67 | codeparrot/github-code |
0182ef4c79f773dbfbf5fb5b5090217d53fc27bf431ae9ba2b9431cfa4fc3816 | package jcl.compiler.sa.analyzer.lambdalistparser;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.function.Predicate;
import jcl.compiler.environment.Environment;
import jcl.compiler.environment.binding.Binding;
import jcl.compiler.environment.binding.lambdalist.AuxPara... | Java | jcl-compiler/src/main/java/jcl/compiler/sa/analyzer/lambdalistparser/LambdaListParser.java | scodynelson/JCL | lgpl-3.0 | 37,554 | 814 | codeparrot/github-code |
948c4730cbde259eb8d278d1252f3690464676d0bf3cdaa9230456d035f0eadf | // This file is part of rgtk.
//
// rgtk 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.
//
// rgtk is distributed in the hop... | Rust | src/gtk/widgets/toolbutton.rs | zploskey/rgtk | lgpl-3.0 | 2,304 | 66 | codeparrot/github-code |
f443d352d22730f763f7cc29c365ec610f48e5bfb9e59224a14c7a1837f337b0 | /****************************************************************************
**
** Copyright (C) 2016 Christian Gagneraud <chgans@gna.org>
** All rights reserved.
**
** GNU Lesser General Public License Usage
** This file may be used under the terms of the GNU Lesser General Public
** License version 3 as published by... | C++ | lib/instructions/invalidinstruction.cpp | chgans/QtSlim | lgpl-3.0 | 1,292 | 37 | codeparrot/github-code |
0123e2ba97ddc23ce3a532b512e5b3e6e18caff5c0b9d1460cc3f936fcb42e17 | /*
* Attr.java
* Copyright (c) Radim Kocman
*/
package org.fit.cssbox.jsdombox.global.core;
import org.fit.cssbox.jsdombox.global.misc.JSAdapterFactory;
import org.fit.cssbox.jsdombox.global.misc.JSAdapter;
import org.fit.cssbox.jsdombox.global.misc.JSAdapterType;
/**
* DOM Interface Attr Adapter
*... | Java | src/main/java/org/fit/cssbox/jsdombox/global/core/Attr.java | Gals42/JSDOMBox | lgpl-3.0 | 1,112 | 60 | codeparrot/github-code |
f37e91715c52c097bae06858e386bd5b7163b12d3172deac2446bb1e17ebe0e9 | <?php
namespace pocketmine\network\protocol\v120;
use pocketmine\network\protocol\Info120;
use pocketmine\network\protocol\PEPacket;
class CommandRequestPacket extends PEPacket {
const NETWORK_ID = Info120::COMMAND_REQUEST_PACKET;
const PACKET_NAME = "COMMAND_REQUEST_PACKET";
const TYPE_PLAYER = 0;
const TYP... | PHP | src/pocketmine/network/protocol/v120/CommandRequestPacket.php | Apollo-SoftwareTeam/Apollo-Legacy | lgpl-3.0 | 1,192 | 48 | codeparrot/github-code |
ba5dd2940d6295fafe7be42a2967e7c0d7dc6a74ded744e1b7ffee9d25f0e507 | #include "pst05.h"
PST05::PST05(QSettings *settings)
{
this->settings = settings;
qDebug() << "Reading up the device's serial id...";
QFile procInfo("/proc/cpuinfo");
if (!procInfo.open(QFile::ReadOnly))
{
qDebug() << "Failed to read \"/proc/cpuinfo\"";
exit(2);
}
mDeviceI... | C++ | src/pst05.cpp | nasplachkov/remote-electricity-monitoring-rpi | lgpl-3.0 | 5,229 | 185 | codeparrot/github-code |
b77e62d4a24068753e0fba0dbfd35ce6bbf9641ca07c6f12a6f7362f2112eacc | subroutine cfft2f ( ldim, l, m, c, wsave, lensav, work, lenwrk, ier )
!*****************************************************************************80
!
!! CFFT2F: complex double precision forward fast Fourier transform, 2D.
!
! Discussion:
!
! CFFT2F computes the two-dimensional discrete Fourier transform of
! ... | FORTRAN | src/fftpack/cfft2f.f90 | aamaricci/SciFortran | lgpl-3.0 | 4,453 | 147 | codeparrot/github-code |
c4d4856da274214f07367b5f3460e1bc49a93acb1900573bb21a793b86b0eae6 | /*
This source file is part of KBEngine
For the latest info, see http://www.kbengine.org/
Copyright (c) 2008-2016 KBEngine.
KBEngine 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... | C++ | kbe/src/lib/server/forward_messagebuffer.cpp | Orav/kbengine | lgpl-3.0 | 7,684 | 298 | codeparrot/github-code |
1082a76308cfd3cc8d75b0e0e1ea3d330a7ff166b3a8578111a75452f564e58e | package org.lolongo;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* A container of Functions.
*
* @author Xavier Courangon
*/
public class FunctionContainer implements Iterable<Function> {
private static Logger logger... | Java | src/main/java/org/lolongo/FunctionContainer.java | xcourangon/lolongo | lgpl-3.0 | 1,080 | 50 | codeparrot/github-code |
86a62ad785095afa8e34e91118e3dced5baddadfc61ef5824ca9c6a8473632ec | #ifndef UTILITIES
#define UTILITIES
#include <deal.II/fe/fe_values.h>
#include <deal.II/grid/grid_generator.h>
#include <deal.II/grid/grid_refinement.h>
#include <deal.II/grid/grid_tools.h>
#include <deal.II/grid/manifold_lib.h>
#include <deal.II/grid/tria.h>
#include <deal.II/grid/tria_accessor.h>
#include <deal.II/g... | C | include/utilities.h | Jie-Cheng/Open-IFEM | lgpl-3.0 | 6,398 | 194 | codeparrot/github-code |
a13ec28e08b61a4612b7bb0968b10a8565720f37260bd52f11ed766d4b755f2b | /*
* Copyright 2000-2004 The Apache Software Foundation
*
* 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 ... | Java | src/test/java/benchmark/bcel/classfile/ExceptionTable.java | Xyene/JBL | lgpl-3.0 | 6,030 | 181 | codeparrot/github-code |
3fa033a8e542cd33eba70a6de7770693dca8bc12194e45a235e73646c2d55f15 | /*
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... | C | src/fms/getnotificationchannelresponse.h | pcolby/libqtaws | lgpl-3.0 | 1,552 | 52 | codeparrot/github-code |
0ac1d9d48f3eb98a0ae9ef15765b5e7f447cee74e0159f69f6b9505de6e10fab | package org.protocoderrunner.apprunner;
import android.app.AlarmManager;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.app.TaskStackBuilder;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
im... | Java | protocoder_apprunner/src/main/java/org/protocoderrunner/apprunner/AppRunnerService.java | josejuansanchez/protocoder-mvd | lgpl-3.0 | 11,875 | 329 | codeparrot/github-code |
4004c73c5d4e71e7e5b23b0310b4eaf8e11e418be5a12fbb19c956853bc6f234 | /*
* descripten - ECMAScript to native compiler
* Copyright (C) 2011-2014 Christian Kindahl
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your... | C++ | runtime/error.cc | kindahl/descripten | lgpl-3.0 | 8,323 | 273 | codeparrot/github-code |
447937a499352391aec33b293dc389d9e0ede49d97d980517b725ff2c7d015c9 | // Copyright 2015 The go-earthdollar Authors
// This file is part of the go-earthdollar library.
//
// The go-earthdollar 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 th... | GO | console/console.go | Tzunami/go-earthdollar | lgpl-3.0 | 14,475 | 415 | codeparrot/github-code |
5ebd44514f798111e364d243363ee39d88ab9ac755302a38e570e3290bba4e54 | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The source code</title>
<link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="../resources/prettify/prettify.js"></script>
<style type="t... | HTML | doc/js/source/Ajax.html | tonybaloney/Cloud-auto-scaling | lgpl-3.0 | 5,046 | 139 | codeparrot/github-code |
8116bf5731ce8346d74b129a550a0980037d0e0b233052d6e4271254b8903ece | <?php
class CRM_Countrymanager_BAO_Country extends CRM_Countrymanager_DAO_Country{
static function retrieve(&$params, &$defaults) {
$country = new CRM_Countrymanager_DAO_Country();
$country->copyValues($params);
if ($country->find(TRUE)) {
CRM_Core_DAO::storeValues($country, $defaults);
ret... | PHP | CRM/Countrymanager/BAO/Country.php | ixiam/com.ixiam.modules.countrymanager | lgpl-3.0 | 1,056 | 47 | codeparrot/github-code |
7e12743da7b29c5fe061395d6208e1ee7b2cfa3fcc213c82c797ccb9d52037db | package com.ashokgelal.samaya;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.util.ArrayList;
import java.util.List;
import java.util.StringTokenizer;
import java.util.logging.Logger;
import java.util.regex.Matcher;
import j... | Java | src/com/ashokgelal/samaya/ToStringUtil.java | iehudiel/nadia | lgpl-3.0 | 11,583 | 343 | codeparrot/github-code |
36ca0d7dffe7f30cbda18c49fee1b231bc637af2aac83bc1daa4ea209e513a02 | #include "pybind11/pybind11.h"
#include "eudaq/DataCollector.hh"
namespace py = pybind11;
class PyDataCollector;
namespace{
auto dummy = eudaq::Factory<eudaq::DataCollector>::
Register<PyDataCollector, const std::string&, const std::string&>
(eudaq::cstr2hash("PyDataCollector"));
}
class PyDataCollector :... | C++ | main/lib/python/src/PybindDataCollector.cc | eyiliu/eudaq | lgpl-3.0 | 3,852 | 114 | codeparrot/github-code |
a6f46f89b546e2376fda06b2e91bced2ffde9c0d650d7a43fa7579f371c6485f | <?php
namespace ch\metanet\cms\common;
use ch\metanet\cms\controller\common\FrontendController;
use ch\metanet\cms\model\PageModel;
use ch\metanet\cms\module\layout\LayoutElement;
/**
* This represents a CMS frontend page
*
* @author Pascal Muenst <entwicklung@metanet.ch>
* @copyright Copyright (c) 2013, METANE... | PHP | src/ch/metanet/cms/common/CmsPage.php | METANETAG/meta-cms | lgpl-3.0 | 8,384 | 419 | codeparrot/github-code |
712d69eea37555f0eacd49ff484b5d6f7c4b11def9c79a3b47dbe07974de44be | #!/usr/bin/env python
"""
RSS Reader for C-Power 1200
Copyright 2010-2012 Michael Farrell <http://micolous.id.au/>
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 Lice... | Python | cpower1200_rss.py | micolous/ledsign | lgpl-3.0 | 1,615 | 44 | codeparrot/github-code |
ef45db2636cd23de4b33ba4b75f95c81c762529c56aa0864f6180e5612757832 | /*
* Copyright 2020 The BtrPlace Authors. All rights reserved.
* Use of this source code is governed by a LGPL-style
* license that can be found in the LICENSE.txt file.
*/
package org.btrplace.scheduler.runner.disjoint.splitter;
import gnu.trove.map.hash.TIntIntHashMap;
import org.btrplace.model.DefaultModel;
i... | Java | split/src/test/java/org/btrplace/scheduler/runner/disjoint/splitter/SleepingSplitterTest.java | btrplace/scheduler | lgpl-3.0 | 2,916 | 90 | codeparrot/github-code |
e5703ebf42442a885c874881e6b509ba08bc11b7d1e1c99cd07157b498c5a0be | /*
* Copyright (C) 2019 Ondrej Starek
*
* This file is part of OTest2.
*
* OTest2 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... | C++ | lib/testmarkint.cpp | Staon/otest2 | lgpl-3.0 | 2,543 | 111 | codeparrot/github-code |
0f09593f41795897844264da8d57f67c6512f46746c1b96f2c9b10101b69b794 | #ifndef SELECT_H
#define SELECT_H
#include <QWidget>
#include <QMap>
namespace Ui {
class select;
}
class select_c: public QWidget {
Q_OBJECT
public:
explicit select_c(QWidget *parent = nullptr);
~select_c();
void set_select(const QMap<QString, QString> &term,
const QMap<QStri... | C | curriculum/widget/select.h | paperplane1230/curriculum | lgpl-3.0 | 826 | 37 | codeparrot/github-code |
a4ddc0c818776bb0e0556c8a184dd3761098187031ab1c866a7a54efe628ca04 | /*
* This file is part of the LAIK library.
* Copyright (c) 2017, 2018 Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
*
* LAIK 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, version 3 or later.
... | C | src/backend-single.c | envelope-project/laik | lgpl-3.0 | 3,647 | 122 | codeparrot/github-code |
f4e57eee75656589cf329b2a3276869f55b46edde029f61c83441732b4ed5d2b | /*
* 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... | Java | server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/issue/ComponentIssuesRepositoryImpl.java | Godin/sonar | lgpl-3.0 | 2,261 | 59 | codeparrot/github-code |
d60ee146cc6816deff6d3aa2d11b85bc7d24f15711200c4e780ab06e7af36e7a | package com.MatofSteel1.soulglassmod.item;
import com.MatofSteel1.soulglassmod.creativetab.CreativeTabSGM;
import com.MatofSteel1.soulglassmod.inventory.ItemInventory;
import com.MatofSteel1.soulglassmod.reference.Reference;
import com.MatofSteel1.soulglassmod.utility.InventoryUtils;
import cpw.mods.fml.common.eventha... | Java | src/main/java/com/MatofSteel1/soulglassmod/item/ItemSoulGlassMod.java | MatofSteel1/SoulGlassModv1.0 | lgpl-3.0 | 3,035 | 82 | codeparrot/github-code |
fb24c57ab32c14ad2dc4a4a0c1fc2d82093d25b9a125524fcbbfc28a85d2023e | /**
* 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 program is distributed in the hope that ... | C++ | converters/mesh2heightfield.cpp | jlevallois/DGtalTools | lgpl-3.0 | 14,290 | 331 | codeparrot/github-code |
8cfff69f71ceb516c9e26030ad4823472985fc1534795f8329bf914739a4eb0d | /*
* Copyright (C) 2013 Raquel Pau and Albert Coroleu.
*
* Walkmod 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.
*
* Wa... | Java | src/main/java/org/walkmod/javalang/ast/LineComment.java | rpau/javalang | lgpl-3.0 | 1,807 | 60 | codeparrot/github-code |
e42c87218e6782097e9f32d59f69eb8677045b09f700af6ed48ab44bf2a1982e | package org.sahsu.rif.generic.presentation;
import java.awt.BorderLayout;
import java.awt.GridBagConstraints;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JPanel;
import org.sahsu.rif.generic.system.Messages;
/**
*
* A generic button control panel that supports navigation t... | Java | rifGenericLibrary/src/main/java/org/sahsu/rif/generic/presentation/WorkflowNavigationButtonPanel.java | smallAreaHealthStatisticsUnit/rapidInquiryFacility | lgpl-3.0 | 7,055 | 235 | codeparrot/github-code |
8691edcc640a0e5a7d961c7e229489b6d92a4242a3f0d2980588f8014d3a0796 | /*
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... | C++ | src/alexaforbusiness/sendannouncementrequest.cpp | pcolby/libqtaws | lgpl-3.0 | 3,810 | 116 | codeparrot/github-code |
4227642d4446c2ab9e947b8d6c054e09fd2ca1dcacdbe027d02c3725683e657a | /*
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... | C | src/workdocs/describecommentsrequest_p.h | pcolby/libqtaws | lgpl-3.0 | 1,447 | 48 | codeparrot/github-code |
aafb0b61cb56cb7dc460bd44a4d45ab8c3eb27063cee98823f58cf6e5c6d248e |
package org.onebeartoe.electronics.photorama;
import java.io.File;
/**
* A call to the setCameraOutputPath() method is needed after the object is
* instantiated.
*
* @author Roberto Marquez
*/
public abstract class Camera
{
protected PhotoramaModes mode;
protected String outputPa... | Java | photorama-model/src/main/java/org/onebeartoe/electronics/photorama/Camera.java | onebeartoe/photorama | lgpl-3.0 | 1,941 | 87 | codeparrot/github-code |
e5345fc4cc037ea09808212fe2abffdac959c521a13e2af37d0d7f322badf4a6 | package com.chuidiang.ejemplos.subscription;
import com.esotericsoftware.kryo.Kryo;
import com.esotericsoftware.kryo.io.Input;
import com.esotericsoftware.kryo.io.Output;
import com.hazelcast.nio.ObjectDataInput;
import com.hazelcast.nio.ObjectDataOutput;
import com.hazelcast.nio.serialization.StreamSerializer;
impor... | Java | JAVA/hazelcast-example/src/main/java/com/chuidiang/ejemplos/subscription/MyDataSerializer.java | chuidiang/chuidiang-ejemplos | lgpl-3.0 | 1,236 | 47 | codeparrot/github-code |
0ed47f58af41f9dc95e058c475f33abbfc913d0ae4a93d4100dba20a7b4ad3d8 | // Copyright 2019 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... | GO | core/rawdb/freezer_table.go | tailingchen/go-ethereum | lgpl-3.0 | 21,471 | 661 | codeparrot/github-code |
2475514053dde6ca8f71f9f62d3ff2f1539084bdd3af1eb5ba8055cb6fd58013 | #include "../../include/model/model.h"
/*
*residual for high order boundary condition
*/
template <class T, int dim>
void model<T, dim>::residualForHighOrderBC(knotSpan<dim>& cell, IGAValues<dim>& fe_values, dealii::Table<1, T >& ULocal, dealii::Table<1, T >& R)
{
//Weak dirichlet condition grad(u).n=0
unsigned int... | C++ | src/model/residualForHighOrderBC.cc | mechanoChem/openIGA | lgpl-3.0 | 4,925 | 111 | codeparrot/github-code |
733e4cf26bf923e818edfb56c52b99899732e5f449aa0c27647f319babdf0a1f | /**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/roda
*/
package org.roda.wui.client.planning;
import java.util.Arrays;
import java.util.List;
import org.roda.core.data.co... | Java | roda-ui/roda-wui/src/main/java/org/roda/wui/client/planning/EditFormat.java | rui-castro/roda | lgpl-3.0 | 6,316 | 200 | codeparrot/github-code |
867ccab1f30a151040de6281bbb0305d6ba25fb8b91a358b1b77bffd7674e25c | #ifndef THRESHTREE_C
#define THRESHTREE_C
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <string.h> //for memset
#include "threshtree.h"
#include "threshtree_macros.h"
//#include "threshtree_macros_old.h"
bool threshtree_create_workspace(
const unsigned int w, const unsigned int h,
Threshtre... | C | libs/blobdetection/threshtree.c | YggdrasiI/RPIMotionDetection | lgpl-3.0 | 38,582 | 1,315 | codeparrot/github-code |
4db24b7441a7b1d9e3bd5eca244bd3a836fa32c92d1b73cce948077f6991783c | /*
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... | C++ | src/xray/xrayrequest.cpp | pcolby/libqtaws | lgpl-3.0 | 10,576 | 343 | codeparrot/github-code |
cc3984a921435b86a6f0140d5cbc7709378ca7a0946fa272afd491046b446686 | /*
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... | C | src/iot/describestreamrequest_p.h | pcolby/libqtaws | lgpl-3.0 | 1,400 | 48 | codeparrot/github-code |
4ecebcbbaa6a32f7e77edeba11239fd8739c2d8c61abc890e78ed36316075ff8 | /*
* ShortTimeProcess.cpp
* Copyright 2016 (c) Jordi Adell
* Created on: 2015
* Author: Jordi Adell - adellj@gmail.com
*
* This file is part of DSPONE
*
* DSPONE 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... | C++ | src/dspone/rt/ShortTimeProcessImpl.cpp | jordi-adell/dspone | lgpl-3.0 | 9,276 | 340 | codeparrot/github-code |
6cf479d4c7672ab8ff11ab2833780a473b77a00615a890aba36b7078c5af7091 | /*
This file is part of Bohrium and copyright (c) 2012 the Bohrium
team <http://www.bh107.org>.
Bohrium 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) ... | C++ | core/bh_ir.cpp | mfherbst/bohrium | lgpl-3.0 | 5,269 | 159 | codeparrot/github-code |
e566a185f1c9acdd016270122c573db126fe583b05f36e6cb7d54e4e6aa6cad7 | #!/usr/bin/python
# -*- coding: latin-1 -*-
# Copyright 2015 Oeyvind Brandtsegg
#
# This file is part of the Signal Interaction Toolkit
#
# The Signal Interaction Toolkit is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 3
# as publi... | Python | codeUtility.py | Oeyvind/interprocessing | lgpl-3.0 | 12,966 | 265 | codeparrot/github-code |
dbc65f05788e6dc66de3e9a5b5112baada1dc477051f97c0af1710a9795e31cc | /****************************************************************************
* uip-resolv.c
* DNS host name to IP address resolver.
*
* The uIP DNS resolver functions are used to lookup a hostname and
* map it to a numerical IP address. It maintains a list of resolved
* hostnames that can be queried with the res... | C | firmware/apps/netutils/resolv/resolv.c | apaikan/myCub | lgpl-3.0 | 15,287 | 611 | codeparrot/github-code |
1c42df53f7ce321b9dcd8942d01fd14e367e1d5a93e8f14c90cc6f494e31ba53 | <?php
namespace timesplinter\tsfw\i18n\common;
/**
* @author Pascal Muenst <dev@timesplinter.ch>
* @copyright Copyright (c) 2014, TiMESPLiNTER Webdevelopment
*/
class Localizer
{
protected $localeCategories;
protected $categories;
public function __construct()
{
$this->initLocaleCategories();
}
/**
* @... | PHP | src/timesplinter/tsfw/i18n/common/Localizer.php | TiMESPLiNTER/tsfw-i18n | lgpl-3.0 | 3,706 | 145 | codeparrot/github-code |
b1807a307b8d65e42bc7bb9a9822cddf5106ee99c3426690b1ff145b8bab61a0 | //
// Copyright (c) 2014 CNRS
// Authors: Florent Lamiraux
//
// This file is part of hpp-core
// hpp-core 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 yo... | C++ | src/bi-rrt-planner.cc | humanoid-path-planner/hpp-core | lgpl-3.0 | 6,887 | 183 | codeparrot/github-code |
e59186993acdb6578cccc93be366717b17edd5c496de590ee2d5e043fd8fab96 | /**********
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 License, or (at your
option) any later version. (See <http://www.gnu.org/copyleft/lesser.html>.)
This librar... | C++ | liveMedia/DVVideoRTPSource.cpp | k0zmo/live555 | lgpl-3.0 | 2,229 | 66 | codeparrot/github-code |
908af161c189475649239025399521e4e1741070da532a3a130939c4366210e2 | #include "stdafx.h"
#include "UIObject.h"
UIObject::UIObject()
{
}
UIObject::~UIObject()
{
}
void UIObject::SetRootParameter(ID3D12GraphicsCommandList * pd3dCommandList)
{
pd3dCommandList->SetGraphicsRootDescriptorTable(0, m_d3dCbvGPUDescriptorHandle);
}
void UIObject::Render(ID3D12GraphicsCommandList * pd3dComma... | C++ | SilentEngine/src/Object/UIObject.cpp | yeosu0107/SilentEngine | lgpl-3.0 | 2,603 | 113 | codeparrot/github-code |
e55d06b6659cce26bf8f0efed17e77e43d39fbc81afa8b812012273257a1e59b | /**
* 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 ... | Java | dynamicreports-distribution/src/main/java/net/sf/dynamicreports/site/Page.java | svn2github/dynamicreports-jasper | lgpl-3.0 | 4,192 | 183 | codeparrot/github-code |
ea950d321192351e0442814742e03b4f85d44cc09f9b32e6576ef922ea286ea1 | /*
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... | C | src/s3/listobjectsv2response.h | pcolby/libqtaws | lgpl-3.0 | 1,457 | 52 | codeparrot/github-code |
054b2d4d5298fdc5193ff48297860e4a882e115b748d5372915d893a85fde53c | //----------------------------------------------------------------------------//
// //
// A l i g n m e n t T e s t //
// ... | Java | src/test/omr/ui/symbol/AlignmentTest.java | jlpoolen/libreveris | lgpl-3.0 | 5,697 | 154 | codeparrot/github-code |
33d00cf8742984c4944514ec0c96bc034f7e61e1f86197829c517471c51bc186 | /**
* Kopernicus Planetary System Modifier
* -------------------------------------------------------------
* 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 th... | C# | src/Kopernicus/Components/KSC.cs | Kopernicus/Kopernicus | lgpl-3.0 | 14,098 | 402 | codeparrot/github-code |
875ed28117a777ae6f244d64516f9e733019f037a166d8fe038ea7963878f219 | /**
* This file is part of the CRISTAL-iSE kernel.
* Copyright (c) 2001-2015 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; eit... | Java | src/main/java/org/cristalise/kernel/lookup/AgentPath.java | cristal-ise/kernel | lgpl-3.0 | 4,238 | 138 | codeparrot/github-code |
4ab8e3ba5f292cc44e1db395324560dd3221a0475bb9c614ae202f7f01118788 | /*
* Created on 2005-09-27
* @author M.Olszewski
*/
package net.java.dante.algorithms.common;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.PrintStream;
import java.text.DateFormat;
import java.util.Calendar;
import java.util.Date;
/**
* Class provides easy... | Java | module/AlgorithmsFramework/src/net/java/dante/algorithms/common/Dbg.java | molszewski/dante | lgpl-3.0 | 7,814 | 304 | codeparrot/github-code |
06760d438d74043435978ed45f5adfee4220fab76480e7b389e592d434e547d1 | #ifndef FILE_NGEXCEPTION
#define FILE_NGEXCEPTION
/**************************************************************************/
/* File: ngexception.hpp */
/* Author: Joachim Schoeberl */
/* Date: 16. Jan. 2002 ... | C++ | schnapps/plugins/meshgen/netgen/libsrc/general/ngexception.hpp | cgogn/SCHNApps | lgpl-3.0 | 910 | 34 | codeparrot/github-code |
79a8a8c809551845779db0297197481c72d320ee05e08703bdfa54ad30244f4b |
/*
* MetaphysicsIndustries.Solus
* Copyright (C) 2006-2021 Metaphysics Industries, Inc., Richard Sartor
*
* 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 ... | C# | MetaphysicsIndustries.Solus.Test/EvaluatorsT/BasicEvaluatorT/MacrosT/RandMacroT/CallTest.cs | metaindu/MetaphysicsIndustries.Solus | lgpl-3.0 | 1,555 | 47 | codeparrot/github-code |
0dc63a821735e455effd5697b88b0b861093d278f5ce83c378dc5f621e416fa6 | package dataengine.tasker;
import javax.jms.Connection;
import com.google.inject.Provides;
import dataengine.apis.DepJobService_I;
import dataengine.apis.RpcClientProvider;
import dataengine.apis.SessionsDB_I;
import dataengine.apis.CommunicationConsts;
import lombok.extern.slf4j.Slf4j;
import net.deelam.activemq.rpc.... | Java | dataengine/tasker/src/main/java/dataengine/tasker/RpcClients4TaskerModule.java | deelam/agilion | lgpl-3.0 | 1,155 | 35 | codeparrot/github-code |
a66a714371c77afb19f5ce63c9389046a4db2b1cac5cb5f5e9748db45d713545 | /*
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... | C | src/wafregional/getipsetrequest.h | pcolby/libqtaws | lgpl-3.0 | 1,345 | 51 | codeparrot/github-code |
ffbfd56a169a047b592f03a39bf8bcf7576ef202b61c76253162d76e71546cde |
/*
* The JTS Topology Suite is a collection of Java classes that
* implement the fundamental operations required to validate a given
* geo-spatial data set to a known topological specification.
*
* Copyright (C) 2001 Vivid Solutions
*
* This library is free software; you can redistribute it and/or
* m... | Java | src/org/meteoinfo/jts/precision/GeometryPrecisionReducer.java | meteoinfo/meteoinfolib | lgpl-3.0 | 7,754 | 236 | codeparrot/github-code |
258562de45c00ef3a612385d36e28db39ccb75d1ca302801ba42f74116deb058 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Net;
using System.Text;
namespace NuGet
{
/// <remarks>
/// Based on the blog post by Travis Illig at http://www.paraesthesia.com/archive/2009/12/16/posting-multipartform-data-using-.net-webrequest.aspx
... | C# | its/nuget/src/Core/Http/MultipartWebRequest.cs | peterstevens130561/sonarlint-vs | lgpl-3.0 | 3,708 | 95 | codeparrot/github-code |
ed029ec5598130eba0c1a15d85bc324c9778f2f69089ea7671d6a30932fec04d | <?php
class Tranche extends EMongoSoftDocument
{
public $id;
public $id_donor;
public $presenceCession;
public $hemisphere;
public $idPrelevement;
public $nameSamplesTissue;
public $originSamplesTissue;
public $prelevee;
public $nAnonymat;
public $qualite;
public $quantityAv... | PHP | webapp/protected/models/Tranche.php | Biobanques/cbsd_platform | lgpl-3.0 | 2,284 | 75 | codeparrot/github-code |
f2161a9670eba374a70c7bbf08657e701de8ae8705e557e070a380820862ffda | """
# Copyright (c) 05 2015 | surya
# 18/05/15 nanang.ask@kubuskotak.com
# 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 ve... | Python | niimanga/sites/__init__.py | suryakencana/niimanga | lgpl-3.0 | 2,259 | 77 | codeparrot/github-code |
b9664f20a4e2c9c8c11dfd302f825281ab1679a4dc15111cd056ca8ed11046ad | import os
import socket
import sys
input_host = '127.0.0.1'
input_port = 65000
batch_enabled = int(os.environ.get('_BACKEND_BATCH_MODE', '0'))
if batch_enabled:
# Since latest Python 2 has `builtins`and `input`,
# we cannot detect Python 2 with the existence of them.
if sys.version_info.major > 2:
... | Python | src/ai/backend/kernel/python/sitecustomize.py | lablup/sorna-agent | lgpl-3.0 | 1,693 | 47 | codeparrot/github-code |
6c066f055a196efe88e169ec626079be7bc9266b6205c89d2e2d382392f4d092 | /****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Linguist of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licensees holding valid commerci... | C++ | src/linguist/linguist/phraseview.cpp | clarkli86/qttools | lgpl-3.0 | 7,944 | 265 | codeparrot/github-code |
f9fe52bda7b85925f74cca463c95a2170f02004682c83ecf905cbb1015c75a02 | /*
* Copyright 2013 Giulio Camuffo <giuliocamuffo@gmail.com>
*
* 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 ve... | C | src/interface.h | nuclide/nuclear | lgpl-3.0 | 1,599 | 74 | codeparrot/github-code |
52f20fdbb9c8eef4f9a02e57f75dd25d8ecbbb4a9ccbde92df35bb7d2b8152b6 | TSDocDB
========
A simple, flexible db system built on top of the powerful [Tokyo Cabinet](http://fallabs.com/tokyocabinet/) embedded database system. TSDocDB adds an objective-c wrapper to tokyo cabinet and provides many conveniences to allow rapid deployment in your iOS os OSX application. TSDocDB is a more flexible ... | Markdown | README.markdown | isaact/TSDocDB | lgpl-3.0 | 3,982 | 58 | codeparrot/github-code |
1825e240be5debf9ba395bcb6ee1ea78c57684fb3e13d5a94fd0f121b9c57a25 | /*
* SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact 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... | Java | sonar-plugin-api/src/main/java/org/sonar/api/measures/MeasureUtils.java | joansmith/sonarqube | lgpl-3.0 | 5,520 | 191 | codeparrot/github-code |
4adb34c100bd63598ca1bf1f749ef4705df999f18411af0ecc8796ac1ba7d067 | /*
* 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... | TypeScript | server/sonar-web/src/main/js/apps/audit-logs/components/AuditApp.tsx | SonarSource/sonarqube | lgpl-3.0 | 3,764 | 117 | codeparrot/github-code |
4d6c695e5bddad7e7bc815f867d13505cbf998de05114a03e153877ee04bef5e | package net.amygdalum.testrecorder.deserializers.builder;
import static java.util.stream.Collectors.toList;
import static net.amygdalum.testrecorder.deserializers.Templates.assignLocalVariableStatement;
import static net.amygdalum.testrecorder.deserializers.Templates.callMethodStatement;
import static net.amygdalum.te... | Java | testrecorder-agent/src/main/java/net/amygdalum/testrecorder/deserializers/builder/DefaultGenericCollectionAdaptor.java | almondtools/testrecorder | lgpl-3.0 | 4,783 | 114 | codeparrot/github-code |
2ce7ca85598a08ce7de3443994e88df10288b60e2a1b2fc2b9ebfa60b6d6c15b | package net.minecraft.server.dedicated;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import java.io.File;
import java.io.IOException;
import java.net.InetAddress;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Random;
import net.minecr... | Java | forge/mcp/temp/src/minecraft/net/minecraft/server/dedicated/DedicatedServer.java | HATB0T/RuneCraftery | lgpl-3.0 | 13,490 | 346 | codeparrot/github-code |
ed2acd61cad7ab4152569c5246718c6b9995d9f265ce4a832e79285d9476c6d9 | /*
* SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact 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... | JavaScript | server/sonar-web/src/main/js/components/navigator/models/state.js | joansmith/sonarqube | lgpl-3.0 | 2,070 | 74 | codeparrot/github-code |
883517febece7dcc9ab0684fd33c971b2303ef7e7741a71297e04a3fd6c81b1e | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>js\assets\modules\service\http\GetWMSRelatedService.js</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
... | HTML | src/main/webapp/mobile/doc/out/files/js_assets_modules_service_http_GetWMSRelatedService.js.html | yan073/AuScope-Portal | lgpl-3.0 | 6,987 | 152 | codeparrot/github-code |
2d3c4f7aeb8e2d0f91a99083b8f8ea1e46fce73f3f37f19c2c5f74cea91ab740 | <?php
namespace slapper\entities\other;
use pocketmine\network\protocol\AddEntityPacket;
use pocketmine\network\Network;
use pocketmine\Player;
use pocketmine\entity\Entity;
class SlapperFallingSand extends Entity
{
const NETWORK_ID = 66;
public function getName()
{
return $this->getDataProperty... | PHP | Slapper_DEV/src/slapper/entities/other/SlapperFallingSand.php | PMPlugins/Development | lgpl-3.0 | 1,317 | 45 | codeparrot/github-code |
07c7d35aac325e71fed7d326f546ec10ea50252bbca6019ae369fb99644e08d6 | # Copyright 2013, Michael H. Goldwasser
#
# Developed for use with the book:
#
# Data Structures and Algorithms in Python
# Michael T. Goodrich, Roberto Tamassia, and Michael H. Goldwasser
# John Wiley & Sons, 2013
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of... | Python | ely/direct/data_structures_and_algorithms/ch02/range.py | consultit/Ely | lgpl-3.0 | 2,023 | 56 | codeparrot/github-code |
dcc31bc59eeae05a3725cb4916b95f50de7272806b95fe3ca259772fd1a97dbf | /*
Copyright 2010, 2011 Tarik Sekmen.
All Rights Reserved.
Written by Tarik Sekmen <tarik@ilixi.org>.
This file is part of ilixi.
ilixi 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... | C | ilixi/ui/Icon.h | mtsekm/ilixi | lgpl-3.0 | 1,434 | 73 | codeparrot/github-code |
bff665132e4551c6745f417fec53fedaf617d162c3b8ee2fa6b1a405d7dfae8b | /* --------------------------------------------------------------------------
* Copyrights
*
* Portions created by or assigned to Cursive Systems, Inc. are
* Copyright (c) 2002-2008 Cursive Systems, Inc. All Rights Reserved. Contact
* information for Cursive Systems, Inc. is available at
* http://www.curs... | C# | bedrock/collections/Tree.cs | goldpicker/jabber-net | lgpl-3.0 | 25,416 | 840 | codeparrot/github-code |
b42d3b05a36989cc24a8af19acb3daa34e3955fc8879425d9392988f310ade3a | /*
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... | C | src/glue/getconnectionrequest.h | pcolby/libqtaws | lgpl-3.0 | 1,350 | 51 | codeparrot/github-code |
5b3f62f505fb6b8f8ab823465ea469f8cae32f46a20b91377eef5faf59572a09 | <?php
namespace AdminComment\Loop;
use AdminComment\Model\AdminComment;
use AdminComment\Model\AdminCommentQuery;
use Propel\Runtime\ActiveQuery\Criteria;
use Thelia\Core\Template\Element\BaseLoop;
use Thelia\Core\Template\Element\LoopResult;
use Thelia\Core\Template\Element\LoopResultRow;
use Thelia\Core\Template\... | PHP | Loop/AdminCommentLoop.php | thelia-modules/AdminComment | lgpl-3.0 | 3,967 | 117 | codeparrot/github-code |
73753e07a685377c35d80081ba342c50429784d6a2831083d53c0b2e2e8b1c0a | #include "vahttool.h"
#include <stdlib.h>
int vt_convert_PLST_write(struct vt_options* opt, vaht_resource* res, char* path)
{
vaht_plst* plst = vaht_plst_open(res);
if (plst == NULL)
{
vt_error(opt, "PLST resource could not be converted: %04i", vaht_resource_id(res));
return 1;
}
... | C | src/vahttool/convert-PLST.c | agrif/libvaht | lgpl-3.0 | 995 | 39 | codeparrot/github-code |
b06014769d5694b3dcdb109a04b13495db1e2deb45b362d95b4c09fd5c8f2df0 | #include "MorsHtmlHighlighter.h"
enum Construct {
DocType,
Entity,
Tag,
Comment,
AttributeName,
AttributeValue
};
enum State {
State_Text = -1,
State_DocType,
State_Comment,
State_TagStart,
State_TagName,
State_InsideTag,
State_AttributeName,
State_SingleQuote,
... | C++ | MorsMark/MorsHtmlHighlighter.cpp | MorsLiang/MorsMark | lgpl-3.0 | 7,076 | 246 | codeparrot/github-code |
307b4ef97a66eb0a85b74c55d85447197bf62deb725866440dd9b6bb5eca476f | <?php
/**
* Help module - provides a system for viewing help pages from general Biscuit usage to module-specific help contextual to the page being viewed
*
* @package Modules
* @subpackage Help
* @author Peter Epp
* @copyright Copyright (c) 2009 Peter Epp (http://teknocat.org)
* @license GNU Lesser General Publi... | PHP | controller.php | theteknocat/Biscuit-Help | lgpl-3.0 | 6,271 | 165 | codeparrot/github-code |
9ddbb8cc8b352e8b0694f15277aa542f7974796edebca9472999c717e5eb41d3 | // -*- mode: C++; c-file-style: "cc-mode" -*-
//*************************************************************************
// DESCRIPTION: Verilator: Replicate modules for parameterization
//
// Code available from: https://verilator.org
//
//*************************************************************************
//
/... | C++ | src/V3Param.cpp | mballance/verilator | lgpl-3.0 | 59,783 | 1,209 | codeparrot/github-code |
d9364ef2ca17f74dd20cffc04c7beaf223a7fc2963ab2eb1ccbddc8e690afdd4 | /*
* This file is part of lanterna (https://github.com/mabe02/lanterna).
*
* lanterna 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... | Java | src/main/java/com/googlecode/lanterna/gui2/BorderLayout.java | mabe02/lanterna | lgpl-3.0 | 9,401 | 194 | codeparrot/github-code |
f8123d6bb6afd5aa903f5beb3cd288e12abc389e4c876b38edf62fa6b37c8257 | /*
* 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... | Java | app-plugin-api/src/main/java/org/sonar/api/security/UserRole.java | yangjiandong/appjruby | lgpl-3.0 | 1,994 | 82 | codeparrot/github-code |
b24ee2f4a2a625a32fcdb45baf1a38d3b951af891fd6a0b3839574587890191a | /*
* Copyright (C) 2005-2010 Alfresco Software Limited.
*
* This file is part of Alfresco
*
* Alfresco is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at y... | Java | projects/sdk/samples/CustomLogin/source/org/alfresco/sample/CustomLoginBean.java | loftuxab/community-edition-old | lgpl-3.0 | 1,790 | 65 | codeparrot/github-code |
00e12ebf9a8f7b95b8fd84c52e964a0d7282238812c49f7f7b5b4ce95f2da039 | <?php
/*
*
* ____ _ _ __ __ _ __ __ ____
* | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \
* | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) |
* | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/
* |_| \___/ \___... | PHP | src/pocketmine/utils/MainLogger.php | ConflictPE/Extropy | lgpl-3.0 | 6,162 | 227 | codeparrot/github-code |
37e86440ada408410375d3d7951b489642c984f78bf180134c2bed91a6ac512b | package soupbubbles.minecraftboom.handler;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import org.apache.logging.log4j.Level;
import net.minecraft.block.Block;
import net.minecraft.init.Blocks;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.tilee... | Java | src/main/java/soupbubbles/minecraftboom/handler/ConfigurationHandler.java | MinecraftBoomMod/Minecraft-Boom | lgpl-3.0 | 13,226 | 270 | codeparrot/github-code |
00875fdc465037c3b228c41c5fddd13951a6fdf1011dd503a08ba89c7178cc8d | <?php
/**
* @author stev leibelt <artodeto@arcor.de>
* @since 2013-06-08
*/
namespace Test\Net\Bazzline\Component\TestCase\TestCase;
use Net\Bazzline\Component\TestCase\TestCase\TestCase;
use Test\Net\Bazzline\Component\TestCase\UnitTestCase;
use Test\Net\Bazzline\Component\TestCase\MockFactory;
class TestCaseTe... | PHP | test/Net/Bazzline/Component/TestCase/TestCase/TestCaseTest.php | stevleibelt/php_component_testcase | lgpl-3.0 | 2,050 | 84 | codeparrot/github-code |
47b978ad2f97902a922355846d5215a6dbf8c9c044289582b6213748e95410cb | /*
* 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... | Java | server/sonar-server/src/main/java/org/sonar/server/language/ws/ListAction.java | lbndev/sonarqube | lgpl-3.0 | 3,630 | 99 | codeparrot/github-code |
e707eab8b81ad31a9c8f29a71527527ef704e919ec55f8155bc0b7d3cc17b0ff | package com.bsgcoach.web;
import javax.annotation.concurrent.NotThreadSafe;
import org.apache.wicket.Page;
import org.apache.wicket.markup.head.CssHeaderItem;
import org.apache.wicket.markup.head.IHeaderResponse;
import org.apache.wicket.markup.head.JavaScriptHeaderItem;
import org.apache.wicket.model.IModel;
import ... | Java | invesdwin-nowicket-examples/invesdwin-nowicket-examples-mvp-bsgcoach/src/main/java/com/bsgcoach/web/ABsgCoachWebPage.java | subes/invesdwin-nowicket | lgpl-3.0 | 4,610 | 102 | codeparrot/github-code |
f297a9d6738b2dc57fd753890c7403f8a50c2007207a2124b6190e4054bc7a4a | \section{E\+:/workdesk/\+Uni/\+I\+C\+T312/trunk/\+Game\+Engine/\+N\+P\+C.h File Reference}
\label{_n_p_c_8h}\index{E\+:/workdesk/\+Uni/\+I\+C\+T312/trunk/\+Game\+Engine/\+N\+P\+C.\+h@{E\+:/workdesk/\+Uni/\+I\+C\+T312/trunk/\+Game\+Engine/\+N\+P\+C.\+h}}
{\ttfamily \#include \char`\"{}Game\+Object.\+h\char`\"{}}\\*
{\tt... | TeX | Doxygen/latex/d9/dbc/_n_p_c_8h.tex | mikeyjk/tavernSimulator | lgpl-3.0 | 1,607 | 34 | codeparrot/github-code |
0b562c8cdc7059227694548eaca5963bd616efa04969d5094ea05d3d012f6a97 | package Chapter7;
/**
* Created by PuFan on 2016/11/30.
*
* @author PuFan
*/
public class ThreadSleep {
static public void main(String[] args) {
Thread t1 = new Thread(new SleepRunner());
Thread t2 = new Thread(new SleepRunner1());
t1.start();
t2.start();
}
}
class SleepRun... | Java | Chapter7/src/Chapter7/ThreadSleep.java | luobuccc/JavaPD | lgpl-3.0 | 761 | 34 | codeparrot/github-code |
f9e8a0e95a96ac14776a29409b423e8815b7d3ab91823a92184b770f51c6564e | #!/usr/bin/env python3
"""
This script edits your backends conf file by replacing stuff like:
[bnporc21]
_module = bnporc
website = pp
login = 123456
password = 78910
with:
[bnporc21]
_module = bnporc
website = pp
login = 123456
password = `pass show weboob/bnporc21`
"""
from __future__ import print_function
impo... | Python | contrib/replace-backends-pass.py | vicnet/weboob | lgpl-3.0 | 2,065 | 78 | codeparrot/github-code |
4500df0c110647af1c40b5216d577e6f04d893ce251fe68102e5f1c75ee4e7e0 | # -*- coding: utf-8 -*-
import oauth2 # XXX pumazi: factor this out
from webob.multidict import MultiDict, NestedMultiDict
from webob.request import Request as WebObRequest
__all__ = ['Request']
class Request(WebObRequest):
"""The OAuth version of the WebOb Request.
Provides an easier way to obtain O... | Python | lib/wsgioauth/request.py | karacos/karacos-wsgi | lgpl-3.0 | 3,175 | 81 | codeparrot/github-code |
d4363fba9898e9381e0b5907ae72b671255fbff7896c49a809eaafc42e0d6dab | /****************************************************
Statistics Online Computational Resource (SOCR)
http://www.StatisticsResource.org
All SOCR programs, materials, tools and resources are developed by and freely disseminated to the entire community.
Users may revise, extend, redistribute, modify under the term... | Java | SOCR2.8/src/edu/ucla/stat/SOCR/experiments/CrapsExperiment.java | SOCR/HTML5_WebSite | lgpl-3.0 | 14,111 | 390 | codeparrot/github-code |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.