code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
3
942
language
stringclasses
30 values
license
stringclasses
15 values
size
int32
3
1.05M
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" co...
firetools/blenderfds
docs/html/classblenderfds28x_1_1bl_1_1operators_1_1_w_m___o_t__bf__dialog-members.html
HTML
gpl-3.0
8,008
andCA ===== AndCA is a a small Android application to capture videos and ingest them into Matterhorn. Its purpose in the long run is to become a complete [Opencast Matterhorn](http://opencast.org/matterhorn) Capture Agent for which recordings can be schedules automatically.
lkiesow/andCA
readme.md
Markdown
gpl-3.0
277
var panfeedModule = angular.module('panfeedModule', []); panfeedModule.config(function($interpolateProvider) { $interpolateProvider.startSymbol('[['); $interpolateProvider.endSymbol(']]'); }); /* https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ajax */ jQuery(document).ajaxSend(function(event, xhr, settin...
Landric/PANFeed
panfeed/static/panfeed/scripts/initapp.js
JavaScript
gpl-3.0
2,447
/* * VITacademics * Copyright (C) 2015 Aneesh Neelam <neelam.aneesh@gmail.com> * Copyright (C) 2015 Gaurav Agerwala <gauravagerwala@gmail.com> * Copyright (C) 2015 Karthik Balakrishnan <karthikb351@gmail.com> * Copyright (C) 2015 Pulkit Juneja <pulkit.16296@gmail.com> * Copyright (C) 2015 Hemant Jain <hemanh...
CollegeCODE/VITacademics-Android
app/src/main/java/com/karthikb351/vitinfo2/fragment/details/AttendanceListAdapter.java
Java
gpl-3.0
9,017
/******************************************************************************* * Copyright (c) 2011-2014 SirSengir. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at...
AnodeCathode/ForestryMC
src/main/java/forestry/core/items/ItemForestryTool.java
Java
gpl-3.0
2,632
<?php // Array type declaration - PHP 5.1+ function foo(array $a) {} function foo( array $a ) {} // Test extra spacing. // Callable type declaration - PHP 5.4+ function foo(callable $a) {} // Scalar type declarations - PHP 7.0+ function foo(bool $a) {} function foo(int $a) {} function foo(float $a) {} function foo...
AmrataRamchandani/moodle
local/codechecker/PHPCompatibility/Tests/sniff-examples/new_scalar_type_declarations.php
PHP
gpl-3.0
1,296
\chapter{Execute Test Suite} \label{execute_test_suite} Este capítulo apresenta a especificação do caso de uso \emph{Execute Test Suite}. \section{Breve Descrição} Os \foreign{suites} de testes são conjuntos de testes que devem ser executados juntos. A execução de um \foreign{suite} de testes, seja ele unitário ou nã...
ftovar/TCC
Documentos/CasosUso/capitulos/execute_test_suite.tex
TeX
gpl-3.0
10,795
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class cz_muni_fi_ode_NodeFactory */ #ifndef _Included_cz_muni_fi_ode_NodeFactory #define _Included_cz_muni_fi_ode_NodeFactory #ifdef __cplusplus extern "C" { #endif /* * Class: cz_muni_fi_ode_NodeFactory * Method: getNativePr...
sybila/biodivineCTL
ODE Abstraction/src/main/cpp/jni_include/NodeFactory.h
C
gpl-3.0
1,403
from ert_gui.models import ErtConnector from ert_gui.models.mixins import SpinnerModelMixin class LocalMaxRunning(ErtConnector, SpinnerModelMixin): def getMaxValue(self): """ @rtype: int """ return 1000 def getMinValue(self): """ @rtype: int """ return 1 def getSpinnerVa...
iLoop2/ResInsight
ThirdParty/Ert/devel/python/python/ert_gui/models/connectors/queue_system/local_max_running.py
Python
gpl-3.0
519
BEGIN; DROP TABLE IF EXISTS hpd_business_addresses; CREATE TABLE hpd_business_addresses AS ( SELECT BusinessHouseNumber, BusinessStreetName, BusinessZip, BusinessApartment, count (*) as numberOfContacts, anyarray_remove_null(array_agg(Corpo...
aepyornis/hpd
sql/business_addrs.sql
SQL
gpl-3.0
1,957
package l2s.gameserver.network.l2.s2c; import java.util.ArrayList; import java.util.Collection; import l2s.gameserver.data.xml.holder.ProductDataHolder; import l2s.gameserver.model.Player; import l2s.gameserver.templates.item.product.ProductItem; import l2s.gameserver.templates.item.product.ProductItemComponent; pub...
pantelis60/L2Scripts_Underground
gameserver/src/main/java/l2s/gameserver/network/l2/s2c/ExBR_RecentProductListPacket.java
Java
gpl-3.0
2,625
!======================================================================== ! ! S P E C F E M 2 D Version 7 . 0 ! -------------------------------- ! ! Main historical authors: Dimitri Komatitsch and Jeroen Tromp ! CNRS, France ! a...
geodynamics/specfem2d
src/specfem2D/compute_coupling_viscoelastic_po.f90
FORTRAN
gpl-3.0
30,279
!======================================================================== ! ! S P E C F E M 2 D Version 7 . 0 ! -------------------------------- ! ! Main historical authors: Dimitri Komatitsch and Jeroen Tromp ! CNRS, France ! a...
geodynamics/specfem2d
src/specfem2D/compute_pressure.f90
FORTRAN
gpl-3.0
29,040
#ifndef MOJO_CONFIG_HPP #define MOJO_CONFIG_HPP #include <string> namespace MOJO { constexpr char majorVersion[] = "0"; constexpr char minorVersion[] = "0"; constexpr char patchVersion[] = "5"; constexpr char version[] = "0.5.0"; } #endif
cband/MOJO
include/MOJOConfig.h
C
gpl-3.0
246
/* Copyright (C) 2008-2015 Teddy Michel This file is part of TEngine. TEngine 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. TEngine is d...
teddy-michel/TEngine
include/Game/Entities/IBaseAnimating.hpp
C++
gpl-3.0
2,717
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using AutoMapper; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.ModelBinding; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.EntityFrameworkCore; using PagedList.Core; namespace Marigold { p...
catalintoma/Mary-Gold
Controllers/ReservationsController.cs
C#
gpl-3.0
2,215
/* gpio.h: PPM firmware general purpose input/output header. * Copyright (C) 2013 Bradley Worley <geekysuavo@gmail.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 3...
geekysuavo/pyppm
firmware/ppm-1.2/gpio.h
C
gpl-3.0
1,007
<?php /* * 2007-2013 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not...
Prestaspirit/debugtoolbar
override/classes/controller/Controller.php
PHP
gpl-3.0
48,323
This is V3.3.2 of the Arduino Code Improvements: - Weld time can be set down to 1ms (before minimum was 3ms) - Short Pulse (preheat pulse) percentage can be adjusted down to 0% (0% turns the short pulse off) - on weld times below 3ms the short pulse (preheat pulse) will be automatically disabled - battery voltage only...
KaeptnBalu/Arduino_Spot_Welder_V3
Arduino Code/V3.3.2 Arduino Code/Readme.md
Markdown
gpl-3.0
507
// Simple 3D Model Viewer // Copyright (C) 2012 Ingo Ruhnke <grumbel@gmail.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 3 of the License, or // (at your option...
Grumbel/viewer
src/assert_gl.hpp
C++
gpl-3.0
1,656
<?php /** * Template part for displaying page content in page.php. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package lorainccc */ ?> <?php $whattodisplay = 'lccc-events'; $today = getdate(); $currentDay = $today['mday']; $month = $today['mon']; $year = $today['year']; $fi...
lorainccc/themes
lorainccc_stocker/template-parts/content-lccc-event.php
PHP
gpl-3.0
5,375
#include <vigir_footstep_planning_default_plugins/world_model/terrain_model.h> #include <pcl_conversions/pcl_conversions.h> #include <pcl/io/pcd_io.h> #include <pcl/kdtree/kdtree_flann.h> #include <vigir_footstep_planning_lib/helper.h> #include <vigir_footstep_planning_lib/math.h> #include <vigir_terrain_classifier...
team-vigir/vigir_footstep_planning_core
vigir_footstep_planning_default_plugins/src/world_model/terrain_model.cpp
C++
gpl-3.0
7,592
<?php /***************************************************************************\ * SPIP, Système de publication pour l'internet * * * * Copyright © avec tendresse depuis 2001 * * ...
spip/SPIP
ecrire/install/etape_2.php
PHP
gpl-3.0
5,813
<div class="container"> <h4 class="form-signin-heading"><?php echo $lang['ADMIN_COMMANDS_START_SPOOLING']; ?></h4> <br> <a style="color: white;" href="index.php?commands&startservice"><button type="button" class="btn btn-success btn-lg"><?php echo $lang['ADMIN_COMMANDS_APPLY']; ?></button></a> <b...
akshinmustafayev/PrinterSetupSystem
app/views/commands.php
PHP
gpl-3.0
1,265
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.ComponentModel.DataAnnotations; using System.Xml; using System.Xml.Serialization; namespace Fibonatix.CommDoo.Kalixa.Entities.Response { [Serializable()] [XmlRoot("executePaymentAct...
alexeybezverkhiy/fibonatix
PSP/Fibonatix.CommDoo/Kalixa/Entities/Responses/CaptureResponse.cs
C#
gpl-3.0
1,577
/******************************************************************************* * This file is part of RedReader. * * RedReader 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 Lic...
QuantumBadger/RedReader
src/main/java/org/quantumbadger/redreader/receivers/announcements/Payload.java
Java
gpl-3.0
4,046
// ************************************************************************************************ // // BornAgain: simulate and fit reflection and scattering // //! @file GUI/coregui/utils/ImportDataInfo.h //! @brief Defines ImportDataInfo helper struct //! //! @homepage http://www.bornagainproject.org //...
gpospelov/BornAgain
GUI/coregui/utils/ImportDataInfo.h
C
gpl-3.0
1,598
.PHONY: default dist install isclean DATAFILES = LICENSE.txt README.rst PYFILES = proxtop default: dist: isclean $(PYFILES) $(DATAFILES) python setup.py sdist ##python setup.py register # only needed once #python setup.py sdist upload # clean up $(RM) MANIFEST install: python setup.py install isclean: # Che...
ossobv/proxtop
Makefile
Makefile
gpl-3.0
627
<?php header('Content-Type:text/html; charset=utf-8'); define('DB_HOST', 'localhost'); define('DB_USER', 'root'); define('DB_PWD', 'yangfan'); define('DB_NAME', 'blog'); $conn = @mysql_connect(DB_HOST, DB_USER, DB_PWD) or die('数据库链接失败:'.mysql_error()); @mysql_select_db(DB_NAME) or die('数据库错误:'.mysql_error()...
shoushou70/blog_1
blog/config.php
PHP
gpl-3.0
431
using System; using System.Collections.Generic; using System.Linq; using System.Text; using SCA.Interface.DatabaseAccess; using SCA.Interface; using System.Data.OleDb; using System.Data; using System.Collections; /* ============================== * * Author : William * Create Date: 2016/10/26 15:40:54 * FileName ...
A1X71/twilight
SCA.WPF/SCA.DatabaseAccess/Utility/MSAccessDatabaseAccess.cs
C#
gpl-3.0
7,896
package regalowl.hyperconomy.command; import regalowl.hyperconomy.HyperConomy; import regalowl.hyperconomy.HyperEconomy; import regalowl.hyperconomy.shop.Shop; import regalowl.hyperconomy.tradeobject.TradeObject; import regalowl.hyperconomy.tradeobject.TradeObjectType; import regalowl.hyperconomy.transaction.Pl...
RegalOwl/HyperConomy
src/main/java/regalowl/hyperconomy/command/Sell.java
Java
gpl-3.0
2,152
from PyQt5 import QtCore import subprocess from pyconrad import * import numpy as np import jpype import time class forward_project_thread(QtCore.QThread): forward_project_finsihed = QtCore.pyqtSignal(str) def init(self, use_cl, ForwardProj, Phantom): self.use_cl = use_cl self.ForwardProj = Fo...
alPreuhs/InteractiveReconstruction
Threads/forward_projection_thread.py
Python
gpl-3.0
783
// // NaiveToken.h // CppRete // // Created by Cory Slep on 10/30/13. // Copyright (c) 2013 Cory Slep. All rights reserved. // #ifndef __CppRete__NaiveToken__ #define __CppRete__NaiveToken__ #include <list> #include "Namespaces.h" #include "IToken.h" NAMESPACE_RETE_BEGIN class IBetaMemory; NAMESPACE_RETE_END NA...
cjslep/cpp-rete-prototype
Headers/NaiveToken.h
C
gpl-3.0
1,675
/******************************************************************************* * Copyright 2008(c) The OBiBa Consortium. All rights reserved. * * This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0. * * You should have received a copy of the GNU Genera...
apruden/opal
opal-core-ws/src/main/java/org/obiba/opal/web/magma/support/AbstractDatasourceFactoryDtoParser.java
Java
gpl-3.0
4,236
#!/usr/bin/env python # encoding: utf-8 # # Copyright 2009 !j Incorporated # # This file is part of Canner. # # Canner 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...
pusateri/canner
taggers/OS--ScreenOS/file--config.netscreen/parse-config.py
Python
gpl-3.0
4,229
# Copyright (C) 2006-2007 Red Hat, Inc. # Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/> # # 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 License, or # ...
sugarlabs/sugar
src/jarabe/model/buddy.py
Python
gpl-3.0
7,314
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by lib/unicore/mktables from the Unicode # database, Version 5.2.0. Any changes made here will be lost! # !!!!!!! INTERNAL PERL USE ONLY !!!!!!! # This file is for internal use by the Perl program only. The format and even # the name or...
Alberto-Beralix/Beralix
i386-squashfs-root/usr/share/perl/5.12.4/unicore/lib/Blk/TaiXuanJ.pl
Perl
gpl-3.0
1,746
/* * Copyright (C) 2014 David Gutiérrez Rubio <davidgutierrezrubio@gmail.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 3 of the License, or * (at your option) any l...
joaquinpintos/kairos
src/gui/DatosEditor/Docencia/JTreeProfesoresTransferHandler.java
Java
gpl-3.0
2,284
/* OpenChange Storage Abstraction Layer library OpenChange Project Copyright (C) Wolfgang Sourdeau 2011 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 Lic...
inverse-inc/openchange.old
mapiproxy/libmapistore/mapistore_notification.c
C
gpl-3.0
21,844
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.Serialization; namespace NeoComp.Networks.Computational.Neural { [Serializable] [DataContract(IsReference = true, Namespace = NeoComp.xmlns, Name = "afLin")] public sealed class LinearActivationFunct...
unbornchikken/Neuroflow
_vault/NFBak/NeoComp02/NeoComp/Neocomp Framework/!OLD/NeoComp/Networks/Computational/Neural/_ActivationFunctions/LinearActivationFunction.cs
C#
gpl-3.0
1,252
module Api module V21 class InterfacesController < V2::InterfacesController include Api::Version21 def index super render :json => @interfaces, :each_serializer => InterfaceSerializer end def show render :json => @interface, :serializer => InterfaceSerializer ...
daviddavis/foretello_api_v21
app/controllers/api/v21/interfaces_controller.rb
Ruby
gpl-3.0
346
/* * Copyright 2015 Jeff Simpson. * * This file is part of the Argo MQTT Transport plugin. * * Argo MQTT Transport plugin 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 * Licen...
argoPlugins/mqttTransportPlugin
src/main/java/ws/argo/responder/plugin/repeater/mqtt/MqttRepeaterProbeHandlerPlugin.java
Java
gpl-3.0
6,368
<?php /* * This file is part of Totara LMS * * Copyright (C) 2010-2012 Totara Learning Solutions LTD * * 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 License, or ...
danielbonetto/twig_MVC
totara/message/tasks.php
PHP
gpl-3.0
5,091
/******************************************************************** * Tasmota App manager * * To use: `import tapp` * *******************************************************************/ #include "be_constobj.h" /******************************************************************** ** Solidified function: init...
stefanbode/Sonoff-Tasmota
lib/libesp32/Berry/default/be_tapp_lib.c
C
gpl-3.0
6,627
/* -------------------------------------------------------------------------- * feeds list * -------------------------------------------------------------------------- */ #feeds div { margin: 0; padding: 0; font-size: 10px; font-family: sans; } #feeds div.item { padding: 2px 0; border-bottom: 1px dotted ...
acavalin/rrss
public/css/layouts/spartan.css
CSS
gpl-3.0
6,133
package Finance::Bank::SentinelBenefits::Csv401kConverter; $Finance::Bank::SentinelBenefits::Csv401kConverter::VERSION = '1.0'; use Modern::Perl; use DateTime; use DateTime::Format::Flexible; =head1 NAME Finance::Bank::SentinelBenefits::Csv401kConverter - Takes a series of lines in Sentinel Benefits format and write...
gitpan/Finance-Bank-SentinelBenefits-Csv401kConverter
lib/Finance/Bank/SentinelBenefits/Csv401kConverter.pm
Perl
gpl-3.0
5,037
<?php //TODO EM_Events is currently static, better we make this non-static so we can loop sets of events, and standardize with other objects. /** * Use this class to query and manipulate sets of events. If dealing with more than one event, you probably want to use this class in some way. * */ class EM_Events extends...
dexxtr/osbb-web-manager
www/wp-content/plugins/events-manager/classes/em-events.php
PHP
gpl-3.0
24,240
/* * Children Immunization Registry System (IRS). Copyright (C) 2011 PATH (www.path.org) * * 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 License, or * (at...
htran282/IRS
src/main/java/org/hil/core/model/SystemAccount.java
Java
gpl-3.0
3,183
// Copyright (c) 2005 - 2015 Settlers Freaks (sf-team at siedler25.org) // // This file is part of Return To The Roots. // // Return To The Roots 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 ...
frin/s25client
src/GameServer.h
C
gpl-3.0
7,585
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ispd.motor.filas; import ispd.motor.filas.servidores.CS_Comunicacao; import ispd.motor.filas.servidores.implementacao.CS_Internet; import ispd.motor.filas.servidores.implementacao.CS_Maquina; import ispd.motor.f...
joaoamr/iSPD
src/ispd/motor/filas/RedeDeFilasCloud.java
Java
gpl-3.0
3,854
package yt.bam.library.modules; import java.util.ArrayList; import java.util.logging.Logger; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; import org.bukkit.permissions.Permission; import org.bukkit.plugin.Plugin; import yt.bam.library....
BAMdevelopment/BAMLibrary
src/main/java/yt/bam/library/modules/CommandModule.java
Java
gpl-3.0
3,547
/* * * DATA SCENE * */ // Fait la moyenne des data sommé par le hub function getSensorData() { var result = {}; if (motion.counter != 0) { result.motion = { acceleration : { x : motion.acceleration.x / motion.counter, y : motion.a...
sandros06/R-3D
apps/base_websocket/public/javascripts/scripts/data_scene.js
JavaScript
gpl-3.0
2,528
<?php ob_start ("ob_gzhandler"); header("Content-type: text/css; charset= UTF-8"); header("Cache-Control: must-revalidate"); $expires_time = 1440; $offset = 60 * $expires_time ; $ExpStr = "Expires: " . gmdate("D, d M Y H:i:s", time() + $offset) . " GMT"; header($ExpStr); ?> /*** kunena.foru...
crosslink/huai
components/com_kunena/template/example/css/css-ad511544f6303b617227b4948cdd904d.php
PHP
gpl-3.0
93,030
const merge = require("merge"); function fakeOne(modelName, overrides) { const model = require("../models/" + modelName); const fakeData = require("../fakers/" + modelName); instance = new model(merge.recursive(true, fakeData(), overrides)); return instance.save(); } module.exports = (modelName, count, override...
BlackChaosNL/dragontide
lib/fake.js
JavaScript
gpl-3.0
660
var searchData= [ ['flash_2ec',['flash.c',['../flash_8c.html',1,'']]], ['flash_2eh',['flash.h',['../flash_8h.html',1,'']]], ['flash_5fcommon_5ff234_2ec',['flash_common_f234.c',['../flash__common__f234_8c.html',1,'']]], ['flash_5fcommon_5ff234_2ed',['flash_common_f234.d',['../flash__common__f234_8d.html',1,'']]]...
Aghosh993/TARS_codebase
libopencm3/doc/stm32f2/html/search/files_4.js
JavaScript
gpl-3.0
703
// Copyright 2016 Mustafa Serdar Sanli // // This file is part of HexArtisan. // // HexArtisan 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 late...
mserdarsanli/HexArtisan
src/Unicode.cpp
C++
gpl-3.0
2,209
/* This file is part of Integrator * (C) 2010 George Kettleborough * This is free software. See COPYING file for license. * 2010 Computer science final year project */ /* the Lazard-Rioboo-Trager algorithm for calculating the logarithmic part of * a rational function integral */ #ifndef H_LRT #define H_LRT #in...
georgek/integrator
src/lrt.h
C
gpl-3.0
662
function init() setName("Roughness") setDesc("Sets up roughness") end function apply() math.randomseed(os.time()) addNode("perlin_noise.lua", -70, 0) addNode("blend.lua", 50, 0) setParameter(0, 0, math.random(-1000, 1000)) setParameter(0, 1, math.random(4, 6)) setParameter(0, 2, math.ra...
Ledgamedev/Tilemancer
Presets/roughness.lua
Lua
gpl-3.0
418
// // // LiveFlight Connect // // UsbNotification.cs // Source: http://stackoverflow.com/questions/16245706/check-for-device-change-add-remove-events // // Licensed under GPL-V3. // https://github.com/LiveFlightApp/Connect-Windows/blob/master/LICENSE // using System; using System.Runtime.InteropServices; name...
LiveFlightApp/Connect-Windows
LiveFlight-Connect/UsbNotification.cs
C#
gpl-3.0
2,599
/*This file is part of Packet Sniffer * Copyright (C) 2009,2010 Daniel Myers dan<at>moird.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 3 of the License, or * (at y...
moird/PacketSniffer
PacketSniffer/Listen.cs
C#
gpl-3.0
3,625
package ocpp.cs._2012._06; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlEnumValue; import javax.xml.bind.annotation.XmlType; /** * <p>Java-Klasse für ReadingContext. * * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * <p> * ...
dtag-dev-sec/emobility
dist/src/centralsystem/target/generated-sources/ocpp/cs/_2012/_06/ReadingContext.java
Java
gpl-3.0
1,773
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle( "P...
bretambrose/CCGOnlinePublic
CCGOnline/CCGOnline/PackageManager/Properties/AssemblyInfo.cs
C#
gpl-3.0
1,446
/******************************************************************************* Copyright (c) 2010 Matt Williams This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyo...
Zidit/Fort_up
polyvox/tests/testmaterial.h
C
gpl-3.0
1,226
#!/bin/bash while test 1=1 do ./webservice.sh >log.txt 2>error_log.txt echo "Restarting.. `date`" done
LUMII-AILab/Webservices
production.sh
Shell
gpl-3.0
107
#include "ThePEG/Config/Constants.h" namespace Herwig { using namespace ThePEG; /** \ingroup Utilities * This is a namespace which provides the loop functions * from NPB297 (1988) 221-243 which are used to * calculate Higgs production with an additional jet * and the real correction to \f$h^0\to gg\f$....
hep-mirrors/herwig
Utilities/HiggsLoopFunctions.h
C
gpl-3.0
4,615
Imports System.Data.SqlClient Imports System.Data Imports System.Text Imports System.Collections.Specialized Imports System.IO Imports System.Drawing Public Class ClassManager Private cmdb As SqlCommandBuilder Private cmd As SqlCommand Public ds As New DataSet() Public da As New SqlDataAdapter() ...
Solutions4U-NI/CDTSA
Facturacion/Clases/ClassManager.vb
Visual Basic
gpl-3.0
20,558
/* * Copyright (C) 2018 Stuart Howarth <showarth@marxoft.co.uk> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be use...
marxoft/qdl2
client/src/desktop/main.cpp
C++
gpl-3.0
3,225
/** AirCasting - Share your Air! Copyright (C) 2011-2012 HabitatMap, Inc. 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 License, or (at your option) any later version....
HabitatMap/AirCastingAndroidClient
src/main/java/pl/llp/aircasting/screens/sessionRecord/ContributeActivity.java
Java
gpl-3.0
2,765
/* * Copyright (C) 2017 zsel * * 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 License, or * (at your option) any later version. * * This program is distributed i...
Obsidiam/amelia
src/main/java/com/neology/lastdays/LastDaysService.java
Java
gpl-3.0
1,866
/* <genericpacket.cpp> Copyright(C) 2014 Jan Simon Bunten Simon Kadel Martin Sven Oehler Arne Sven Stühlmeyer This File is part of the WhisperLibrary WhisperLibrary is free software : you can redistribute it and / or modify it under the terms of the GNU General Public License as published by ...
UndeadKernel/whisper-library
whisperLibrary/src/genericpacket.cpp
C++
gpl-3.0
1,011
""" DFO-GN ==================== A derivative-free solver for least squares minimisation with bound constraints. This version has resampling (not part of main package). This file is a modified version of DFOGN which allows resampling and restarts, to better cope with noisy problems. Lindon Roberts, 2017 Call structur...
numericalalgorithmsgroup/dfogn
dfogn/dfogn_resampling.py
Python
gpl-3.0
58,645
/** * test.c * * * driver test source code * */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #include <fcntl.h> int main(int argc, char *argv[]) { int globalvarfd = 0; fd_set fds; struct timeval tv; int input = 0; globalvarf...
w01230/test
driver/test1/test.c
C
gpl-3.0
789
package algorithms func mergeTwoLists(l1 *ListNode, l2 *ListNode) *ListNode { head := &ListNode{} l3 := head for l1 != nil && l2 != nil { if l1.Val < l2.Val { l3.Next = l1 l1 = l1.Next } else { l3.Next = l2 l2 = l2.Next } l3 = l3.Next } if l1 == nil { l3.Next = l2 } if l2 == nil { l3.Nex...
BedivereZero/LeeCode
algorithms/0021-merge-two-sorted-lists.go
GO
gpl-3.0
350
<HTML> <HEAD> <meta charset="UTF-8"> <title>PhraseTag.VNP - koalanlp</title> <link rel="stylesheet" href="../../../style.css"> </HEAD> <BODY> <a href="../../index.html">koalanlp</a>&nbsp;/&nbsp;<a href="../index.html">kr.bydelta.koala</a>&nbsp;/&nbsp;<a href="index.html">PhraseTag</a>&nbsp;/&nbsp;<a href="./-v-n-p.html...
nearbydelta/KoreanAnalyzer
docs/api/koalanlp/kr.bydelta.koala/-phrase-tag/-v-n-p.html
HTML
gpl-3.0
732
package PCA_testcases; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.zip.GZIPInputStream; import org.apache.commons.io.FileUtils; import org.junit.Assert; publi...
Sipkovandam/PCrotation
Sipko/src/main/java/PCA_testcases/CompareFiles.java
Java
gpl-3.0
1,891
<?php /** %%%copyright%%% * * FusionTicket - ticket reservation system * Copyright (C) 2007-2013 FusionTicket Solution Limited . All rights reserved. * * Original Design: * phpMyTicket - ticket reservation system * Copyright (C) 2004-2005 Anna Putrino, Stanislav Chachkov. All rights reserved. * ...
fusionticket/FTS_RC1
includes/install/install_execute.php
PHP
gpl-3.0
16,737
CREATE TABLE "oeig_monthly_report_january_2013_pending_investigations_as_of_december_31_2012_" ( "january_2013" text, "number" real );
talos/docker4data
data/socrata/data.illinois.gov/oeig_monthly_report_january_2013_pending_investigations_as_of_december_31_2012_/schema.sql
SQL
gpl-3.0
137
<?php namespace simvc\lib\request; abstract class DecoratorRequest extends ProcessRequest{ protected $request; public function __construct( ProcessRequest $request ){ $this -> request = $request; } } ?>
yiyide266/simvc
simvc/lib/request/DecoratorRequest.class.php
PHP
gpl-3.0
212
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Tue Oct 20 10:34:57 CEST 2015 --> <title>Uses of Class ch.ethz.inspire.emod.model.PumpAccumulatorTest</title> <meta name="date" ...
sizuest/EMod
ch.ethz.inspire.emod/doc/ch/ethz/inspire/emod/model/class-use/PumpAccumulatorTest.html
HTML
gpl-3.0
4,297
package de.deepamehta.storage.neo4j; import de.deepamehta.core.storage.spi.DeepaMehtaTransaction; import org.neo4j.graphdb.GraphDatabaseService; import org.neo4j.graphdb.Transaction; /** * Adapts a Neo4j transaction to a DeepaMehta transaction. */ class Neo4jTransactionAdapter implements DeepaMehtaTransaction { ...
ascherer/deepamehta
modules/dm4-storage-neo4j/src/main/java/de/deepamehta/storage/neo4j/Neo4jTransactionAdapter.java
Java
gpl-3.0
1,023
using System.IO; using System.Runtime.Serialization; using WolvenKit.CR2W.Reflection; using FastMember; using static WolvenKit.CR2W.Types.Enums; namespace WolvenKit.CR2W.Types { [DataContract(Namespace = "")] [REDMeta] public class W3Effect_PoisonCritical : W3CriticalDOTEffect { public W3Effect_PoisonCritical(C...
Traderain/Wolven-kit
WolvenKit.CR2W/Types/W3/RTTIConvert/W3Effect_PoisonCritical.cs
C#
gpl-3.0
691
# arvinall.github.io ALL's poetry, prose and rhythmic prose, collection [download the android webapp](https://github.com/arvinall/arvinall.github.io/releases/download/v1.0.0/ALLRhythmicProse.apk)
arvinall/arvinall.github.io
README.md
Markdown
gpl-3.0
197
#page-local-report_users-index .col-md-9 { clear:both; }
lernlink/iomad-ll
local/report_users/styles.css
CSS
gpl-3.0
61
/** * This file is part of libtools * * libtools 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. * libtools is distributed in t...
lecseb/tools
src/tree/s_rb_tree-private.h
C
gpl-3.0
4,778
// // DecisionTreeQuestion.h // ios-galaxyzoo // // Created by Murray Cumming on 04/05/2015. // Copyright (c) 2015 Murray Cumming. All rights reserved. // #import "DecisionTreeQuestionAnswer.h" #import "DecisionTreeQuestionCheckbox.h" #import <Foundation/Foundation.h> @interface DecisionTreeQuestion : NSObject @...
murraycu/ios-galaxyzoo
ios-galaxyzoo/DecisionTree/DecisionTreeQuestion.h
C
gpl-3.0
1,145
/* * _____ _ _ _____ _ * | __ \| | | | / ____| | | * | |__) | | ___ | |_| (___ __ _ _ _ __ _ _ __ ___ __| | * | ___/| |/ _ \| __|\___ \ / _` | | | |/ _` | '__/ _ \/ _` | * | | | | (_) | |_ ____) | (_| | ...
IntellectualCrafters/PlotSquared
Core/src/main/java/com/plotsquared/core/plot/flag/implementations/HangingPlaceFlag.java
Java
gpl-3.0
2,113
<?php if (!defined('IDIR')) { die; } /*======================================================================*\ || #################################################################### || || # vBulletin - Licence Number VBF98A5CB5 || # ---------------------------------------------------------------- # || || # All PHP c...
chrisplough/otmfaq
otmfaq.com/htdocs/forums/impex/systems/deluxeportal/007.php
PHP
gpl-3.0
9,316
/* * Copyright (C) 2012, 2013 Paul Grégoire * * This file is part of AIWar. * * AIWar 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 ve...
merovingien/AIWar
miningship.hpp
C++
gpl-3.0
2,149
<img src="<?php echo get_bloginfo('wpurl');?>/wp-content/plugins/native-apps-builder/img/logo.png" /> <style type="text/css"> <?php require_once("login.css"); ?> </style> <script type="text/javascript"> jQuery(document).ready(function(){ jQuery("#registerform").bind("submit",function(e){ //e.preventDefault(); ...
wp-plugins/native-apps-builder
login/login.php
PHP
gpl-3.0
2,266
/* Group C TCAS Project https://github.com/ericloewe/TCAS Sistemas Aviónicos Integrados 2016/2017 Instituto Superior Técnico Copyright 2017 Simão Marto 75326 Eric Loewenthal 75848 João Martins 76964 This software is licensed under the terms of the GNU General Public License version 3. This program is f...
ericloewe/TCAS
TCAS_sim.h
C
gpl-3.0
2,479
DEVICE = attiny85 # I don't promise it will work with anything else F_CPU = 16500000 FLASH=./micronucleus # If you don't use micronucleus # FLASH=avrdude -c usbasp -p$(DEVICE) #OPTFLAGS = -Os OPTFLAGS = -O3 -flto -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -finline-limit=3 -fno-inline-small-funct...
bjonnh/pomodocube
Makefile
Makefile
gpl-3.0
1,067
# -*- coding: utf-8 -*- # Copyright (C) Duncan Macleod (2014-2020) # # This file is part of GWpy. # # GWpy 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)...
gwpy/gwpy
gwpy/io/ligolw.py
Python
gpl-3.0
22,098
/*************************************************************************** * nc_cor_cluster_cmb_lens_limber.h * * Wed June 11 17:19:50 2014 * Copyright 2014 Mariana Penna Lima * <pennalima@gmail.com> ****************************************************************************/ /* * nc_cor_clust...
NumCosmo/NumCosmo
numcosmo/lss/nc_cor_cluster_cmb_lens_limber.h
C
gpl-3.0
4,310
using System.Collections.Generic; using ECCentral.BizEntity.IM; using ECCentral.Service.IM.IDataAccess; using ECCentral.Service.Utility; using ECCentral.Service.Utility.DataAccess; namespace ECCentral.Service.IM.SqlDataAccess { [VersionExport(typeof(IAccessoryDA))] public class AccessoryDA : IAccessoryDA ...
ZeroOne71/ql
02_ECCentral/03_Service/02_IM/ECCentral.Service.IM.SqlDataAccess/AccessoryDA.cs
C#
gpl-3.0
2,285
// -*- C++ -*- /*! * @file SFMLJoystickToVelocityComp.cpp * @brief Standalone component * @date $Date$ * * $Id$ */ #include <rtm/Manager.h> #include <iostream> #include <string> #include <stdlib.h> #include "SFMLJoystickToVelocity.h" void MyModuleInit(RTC::Manager* manager) { SFMLJoystickToVelocityInit(manag...
sugarsweetrobotics/SFMLJoystickToVelocity
src/SFMLJoystickToVelocityComp.cpp
C++
gpl-3.0
2,659
#include "player.h" #include "constants.h" #include "macros.h" #include "neslib.h" extern unsigned char blue_door_state; #pragma zpsym("blue_door_state") extern unsigned char yellow_door_state; #pragma zpsym("yellow_door_state") extern unsigned char i; #pragma zpsym("i") extern unsigned char a; #pragma zpsym("a") exte...
tschak909/wow
player.c
C
gpl-3.0
18,467
################################################################################# # Copyright 2014 See AUTHORS file. # # Licensed under the GNU General Public License Version 3.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....
blackears/libgdx_blender_g3d_exporter
io_scene_g3d/__init__.py
Python
gpl-3.0
1,616
# # Copyright 2017 Russell Smiley # # This file is part of timetools. # # timetools 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. # #...
blueskyjunkie/timeTools
timetools/synchronization/tests/testIntervals.py
Python
gpl-3.0
2,719
#include <bits/stdc++.h> using namespace std; const int maxn = 25; const int maxs = 4099; int n, bcnt[maxs], n1, n2; int a[maxn]; char cht[maxs]; map<int, int> val; int main() { bcnt[0] = 0; for (int i = 1; i < maxs; ++i) bcnt[i] = bcnt[i >> 1] + (i & 1); while (scanf("%d", &n) == 1) { val.clear(); for (int i = ...
Chrogeek/chrogeek-noi
LA 2965 Jurassic Remains/la2965.cpp
C++
gpl-3.0
1,257
<?php /** * This file is part of Mbiz_RobotsTxt for Magento. * * @license All rights reserved. * @author Léo Peltier <l.peltier@monsieurbiz.com> * @category Mbiz * @package Mbiz_RobotsTxt * @copyright Copyright (c) 2013 Monsieur Biz (http://monsieurbiz.com/) */ class Mbiz_RobotsTxt_Model_RobotsTxt extends Mage_...
monsieurbiz/Mbiz_RobotsTxt
app/code/community/Mbiz/RobotsTxt/Model/RobotsTxt.php
PHP
gpl-3.0
1,375