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
<!-- Give the category a name. --> <p> {!! Form::label('title','Title:') !!} {!! Form::text('title', old('title'), ['class' => 'form-control']) !!} </p> <!-- Give a good description. --> <p> {!! Form::label('description', 'Description:') !!} {!! Form::textarea('description', old('description'), ['class' => 'form-contro...
pchater/flommerce.dev
resources/views/categories/form.blade.php
PHP
gpl-3.0
627
/* * Copyright (C) 2017 GedMarc * * 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 distribute...
GedMarc/JWebSwing
src/main/java/com/jwebmp/core/base/servlets/JWebMPServlet.java
Java
gpl-3.0
2,483
/* * 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 com.iescomercio.tema5.cuentas_bancarias; /** * * @author VESPERTINO */ public class CuentaAhorro extends CuentaC...
sagasta95/DAW1
src/com/iescomercio/tema5/cuentas_bancarias/CuentaAhorro.java
Java
gpl-3.0
921
#pragma once #include "GLTexture.hpp" namespace mls { template<GLenum textureType> class GLTextureHandle { GLuint64 m_nHandle = 0u; public: explicit GLTextureHandle(GLuint64 handle = 0u) : m_nHandle(handle) { } explicit GLTextureHandle(const GLTextureBase<textureType>& texture): m_nHandle(gl...
Celeborn2BeAlive/melisandre
melisandre/src/melisandre/opengl/utils/GLBindlessTexture.hpp
C++
gpl-3.0
2,692
using System; using System.Collections.Generic; using System.Linq; using ColossalFramework; namespace CWS_MrSlurpExtensions { public class DistrictInfo { public int DistrictID { get; set; } public String DistrictName { get; set; } public DistrictServiceData Population { get; set; } ...
MrSlurp/CityWebServerExtension
CWS_MrSlurpExtensions/Models/DistrictInfo.cs
C#
gpl-3.0
15,313
package com.abm.mainet.common.jbpm.domain; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import org.springframework.validation.ObjectError; import com.abm.mainet.common.jbpm.util.ResponseType; public class ActionResponse { private Respo...
abmindiarepomanager/ABMOpenMainet
Mainet1.0/MainetServiceParent/MainetServiceCommon/src/main/java/com/abm/mainet/common/jbpm/domain/ActionResponse.java
Java
gpl-3.0
2,602
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_25) on Mon Nov 16 09:23:33 GMT 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>ZeroFilter (leJOS EV3 API do...
Haldoryn/Kartierung-eines-Raums
Robot/leJOS_EV3_0.9.1-beta_win32/docs/ev3/lejos/robotics/filter/ZeroFilter.html
HTML
gpl-3.0
12,391
#Region "Microsoft.VisualBasic::c9e811b581ea1958c7869c6a65f1bbd7, ..\R.Bioconductor\RDotNET\R.NET\RawVector.vb" ' Author: ' ' asuka (amethyst.asuka@gcmodeller.org) ' xieguigang (xie.guigang@live.com) ' xie (genetics@smrucc.org) ' ' Copyright (c) 2016 GPL3 Licensed '...
amethyst-asuka/GCModeller
src/R.Bioconductor/RDotNET/R.NET/RawVector.vb
Visual Basic
gpl-3.0
5,814
package andriell.cxor; public class Constants { public static final String CHARSET = "UTF-8"; public static final int MAX_SIZE = 1048576; }
andriell/cXor
src/main/java/andriell/cxor/Constants.java
Java
gpl-3.0
149
const router = require('express').Router({ mergeParams: true }); const HttpStatus = require('http-status-codes'); const path = '/status'; function health(_, res) { res.status(HttpStatus.OK); res.send('ok'); } function ready(_, res) { res.send('ok'); } router.get('/health', health); router.get('/ready', ready)...
omarcinp/cronos
src/api/routes/status.js
JavaScript
gpl-3.0
363
package sk.upjs.doctororganizer.Entities; import java.math.BigInteger; public class Patient { private Long id; private String name; private String surname; private String adress; private String date_of_birth; private BigInteger id_number; private String insured_at; private ...
mohnanskygabriel/DoctorOrganizer
DoctorOrganizer/src/main/java/sk/upjs/doctororganizer/Entities/Patient.java
Java
gpl-3.0
2,365
#region Copyright ///////////////////////////////////////////////////////////////////////////// // Altaxo: a data processing and data plotting program // Copyright (C) 2014 Dr. Dirk Lellinger // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Gener...
Altaxo/Altaxo
Altaxo/Base/Worksheet/Commands/Analysis/RealFourierTransformation2DOptions.cs
C#
gpl-3.0
14,821
{- Merch.Race.Data.Serialize - Serialization class for data types. Copyright 2013 Alan Manuel K. Gloria This file is part of Merchant's Race. Merchant's Race 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, eith...
AmkG/merchants-race
Merch/Race/Data/Serialize.hs
Haskell
gpl-3.0
14,816
import pytest import nengo def pytest_funcarg__Simulator(request): """the Simulator class being tested. Please use this, and not nengo.Simulator directly, unless the test is reference simulator specific. """ return nengo.Simulator def pytest_generate_tests(metafunc): if "nl" in metafunc.fun...
ZeitgeberH/nengo
nengo/tests/conftest.py
Python
gpl-3.0
1,348
#!/usr/bin/env python # -*- coding: utf-8 -*- import logging import os import socket import sys from argparse import ArgumentParser from setproctitle import setproctitle from amavisvt.config import Configuration BUFFER_SIZE = 4096 class AmavisVTClient(object): def __init__(self, socket_path): self.confi...
ercpe/amavisvt
amavisvt/amavisvtc.py
Python
gpl-3.0
2,613
'use strict'; const express = require('express'); const service = express(); var os = require('os'); var networkInterfaces = os.networkInterfaces(); module.exports = service; module.exports.networkInterfaces = networkInterfaces;
orhaneee/SlackBotHeroku
server/service.js
JavaScript
gpl-3.0
232
# Folly Details [FBVector](https://github.com/facebook/folly/blob/master/folly/docs/FBVector.md) and [FBString](https://github.com/facebook/folly/blob/master/folly/docs/FBString.md) only. # For linux - In this version, jemalloc is included. if you do not want to use jemalloc, you can remove jemalloc folder and change...
QunxingHu/folly-lite
readme.md
Markdown
gpl-3.0
764
<?php /** * The template for displaying search results pages * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result * * @package ibreatheart */ get_header(); ?> <section id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php if ( have_p...
BracketMonks/hackathon-frontend
wordpress-project/ibreatheart-underscores/search.php
PHP
gpl-3.0
1,111
package bio.singa.simulation.model.modules; import bio.singa.simulation.entities.ChemicalEntity; import bio.singa.features.model.Evidence; import bio.singa.features.model.Feature; import bio.singa.simulation.model.modules.concentration.ModuleState; import bio.singa.simulation.model.simulation.Simulation; import java....
cleberecht/singa
singa-simulation/src/main/java/bio/singa/simulation/model/modules/UpdateModule.java
Java
gpl-3.0
906
import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.Arrays; import java.util.StringTokenizer; class Main{ public static class Agency { String name; int A, B; public Agency(String s) { StringTokenizer st=new StringTokenizer(s,":"); this.name=st.nextToken(); st=new StringTo...
PuzzlesLab/UVA
King/10670 Work Reduction.java
Java
gpl-3.0
1,957
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>head.rb</title> <meta http-equiv="Content-Type" content="text/htm...
rafaellc28/Portfolio
doc/api/files/__/__/_rvm/gems/ruby-2_1_1/gems/actionpack-4_2_0/lib/action_controller/metal/head_rb.html
HTML
gpl-3.0
2,240
/** * @file lv_span.c * */ /********************* * INCLUDES *********************/ #include "lv_span.h" #if LV_USE_SPAN != 0 /********************* * DEFINES *********************/ #define MY_CLASS &lv_spangroup_class /********************** * TYPEDEFS **********************/ typedef struct...
stefanbode/Sonoff-Tasmota
lib/libesp32_lvgl/LVGL8/src/extra/widgets/span/lv_span.c
C
gpl-3.0
31,752
--- layout: politician title: Satyanarayan Jatiya constituency: Ujjain party: BJP state: Madhya Pradesh education: photo: Satyanarayan Jatiya.jpg sex: Male caste: SC religion: crime-accusation-instances: NO previous-office-title: MP (Lok Sabha 2004) date-of-birth: 1947 education: profession: email: jatiya@sansad...
vaibhavb/wisevoter
data/output/2013-12-18-satyanarayan-jatiya.md
Markdown
gpl-3.0
1,201
/* * 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 in the hope that it w...
waikato-datamining/adams-base
adams-core/src/main/java/adams/core/CleanUpHandler.java
Java
gpl-3.0
1,068
/* Copyright (C) 2012 Andrew Cotter 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 in the ...
maliq/issvm
svm_optimizer_classification_unbiased_perceptron.cpp
C++
gpl-3.0
6,718
<?php /** * Normatividad Torreón - ReglamentoArchivoMunicipal * * Copyright (C) 2017 Guillermo Valdés Lozano <guivaloz@movimientolibre.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 Foundatio...
normatividadtorreon/normatividadtorreon.github.io
lib/ReglamentosVigentes/ReglamentoArchivoMunicipal.php
PHP
gpl-3.0
2,138
/************************* Coppermine Photo Gallery ************************ Copyright (c) 2003-2016 Coppermine Dev Team v1.0 originally written by Gregory DEMAR 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 publishe...
CatBerg-TestOrg/coppermine
js/date.js
JavaScript
gpl-3.0
13,375
from biot import * # display_wires(N_wires=6, r_wires=r_wires) display_quiver() display_particles(mode_name="boris_exact", colormap="Blues") # display_particles(mode_name="RK4_exact", colormap="Reds") print("Finished display") mlab.show()
StanczakDominik/PythonBiotSavart
plot.py
Python
gpl-3.0
240
# ./sass This folder contains the styling for the application's views. ## Styling Sencha Cmd supports styling using Sass and integrates the styling from the theme and required packages (specified in `"app.json"`) with application-defined views. ### ./sass/etc This folder contains misc. support code for Sass builds...
linea-it/dri
frontend/products/sass/Readme.md
Markdown
gpl-3.0
1,578
# This should hold main initialization logic puts "hello world"
benweissmann/rise
src/src/main.rb
Ruby
gpl-3.0
63
package info.jlibrarian.stringutils; /* Original source code (c) 2013 C. Ivan Cooper. Licensed under GPLv3, see file COPYING for terms. */ import java.util.Comparator; /** * Represents a comparable wildcard string, also contains static functions for comparing wildcard strings. * * A wildcard string is any String....
4levity/Conan
src/main/java/info/jlibrarian/stringutils/WildcardString.java
Java
gpl-3.0
3,562
<?php /** * acm : Algae Culture Management (https://github.com/singularfactory/ACM) * Copyright 2012, Singular Factory <info@singularfactory.com> * * This file is part of ACM * * ACM is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * ...
singularfactory/ACM
apps/frontend/modules/report/templates/_maintenance_pdf.php
PHP
gpl-3.0
3,157
package TFC.Handlers.Client; import org.lwjgl.opengl.GL11; import TFC.*; import TFC.Core.TFC_Core; import TFC.Core.TFC_Settings; import TFC.Core.TFC_Time; import TFC.Core.Player.PlayerInfo; import TFC.Core.Player.PlayerManagerTFC; import TFC.Items.*; import TFC.TileEntities.TileEntityWoodConstruct; import...
Timeslice42/TFCraft
TFC_Shared/src/TFC/Handlers/Client/PlankHighlightHandler.java
Java
gpl-3.0
14,157
return ["nasty: bgp med ordering", "cbgp_valid_nasty_bgp_med_ordering"]; # -----[ cbgp_valid_nasty_bgp_med_ordering ]------------------------- # # ------------------------------------------------------------------- sub cbgp_valid_nasty_bgp_med_ordering($) { my ($cbgp)= @_; $cbgp->send_cmd("net add domain 1 igp")...
lvanbever/cbgp
valid/tests/bgp_med_ordering.pl
Perl
gpl-3.0
3,966
--- title: Cluster configuration category: Reference order: 50 --- For now, you can only use a very restricted set of commands, because we have not yet configured our client how to communicate with the Accio cluster. Configuration is done inside a `clusters.json` file, that is searched in two locations: * `/etc/acc...
privamov/accio
docs/_docs/configuration.md
Markdown
gpl-3.0
1,540
<?php global $_MODULE; $_MODULE = array(); $_MODULE['<{blocksearch}prestashop>blocksearch-top_13348442cc6a27032d2b4aa28b75a5d3'] = 'Cerca'; $_MODULE['<{blocksearch}prestashop>blocksearch_31a0c03d7fbd1dc61d3b8e02760e703b'] = 'Blocco ricerca rapida'; $_MODULE['<{blocksearch}prestashop>blocksearch_99e20473c0bf3c22d7420ef...
desarrollosimagos/puroextremo.com.ve
modules/blocksearch_mod/translations/it.php
PHP
gpl-3.0
691
{% extends "./preregistration/preregbase.html" %} {% block title %}Register Group Member{% endblock %} {% block backlink %}{% endblock %} {% block content %} <form method="post" action="register_group_member"> {% csrf_token %} <input type="hidden" name="id" value="{{ attendee.db_id }}" /> <input type="hidden" name="gr...
bds002/ubersystem
uber/templates/preregistration/register_group_member.html
HTML
gpl-3.0
2,206
/* * RusHub - hub server for Direct Connect peer to peer network. * * Copyright (C) 2009-2013 by Setuper * E-Mail: setuper at gmail dot com (setuper@gmail.com) * * 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...
dkhabarov/rushub
rushub/src/WebConn.h
C
gpl-3.0
2,464
package com.bahram.relationshippoints.logistical.Lifecycle; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.View; /** * Created by bahram on 23.05.2015. */ public abstract class SupportFragmentLifecycle extends Fragment implements LifecycleDataHandling { /** * Called t...
Mithrandir21/RelationshipPoints
app/src/main/java/com/bahram/relationshippoints/logistical/Lifecycle/SupportFragmentLifecycle.java
Java
gpl-3.0
3,247
/* !!!! AUTOGENERATED FILE generated by svg-12-blend.rb !!!!! * * This file is an image processing operation for GEGL * * GEGL is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 ...
dankamongmen/gegl
operations/generated/exclusion.c
C
gpl-3.0
5,106
<?php /** * * UEA Style report * * This is the report suggested from the team using WebPA at UEA, UK * * * @copyright 2007 Loughborough University * @license http://www.gnu.org/licenses/gpl.txt * @version 0.0.0.1 * @since 8 Aug 2008 * */ require_once("../../../includes/inc_global.php"); require_once(DOC__R...
ICTO/WebPA-Source
tutors/assessments/reports/report_uea.php
PHP
gpl-3.0
9,239
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Linq; using System.Drawing; using System.IO; using FeedReader; using FeedReader.Xml.Interfaces; namespace FeedReader.Xml { internal class FeedRdfImageXmlParser : IFeedTypeImageXmlParser { private Ima...
hasenbolle/InfoService
InfoService/InfoService/Feeds/FeedReader/Xml/FeedRdfImageXmlParser.cs
C#
gpl-3.0
4,835
<?php /** * New Offer email * * @since 0.1.0 * @package public/includes/emails * @author AngellEYE <andrew@angelleye.com> */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <?php do_action( 'woocommerce_email_header', $email_heading ); ?> <?php printf( '<p><strong>' . __('New of...
wp-plugins/offers-for-woocommerce
public/includes/emails/woocommerce-new-offer.php
PHP
gpl-3.0
3,810
using System.Diagnostics; using System.Security.Claims; using System.Security.Principal; namespace DotnetSpider.Portal.Common { /// <summary> /// Extension methods for <see cref="System.Security.Principal.IPrincipal"/> and <see cref="System.Security.Principal.IIdentity"/> . /// </summary> public static class Princ...
zlzforever/DotnetSpider
src/DotnetSpider.Portal/Common/PrincipalExtensions.cs
C#
gpl-3.0
1,235
/* * Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds * * Modified by Fred N. van Kempen, 01/29/93, to add line disciplines * which can be dynamically activated and de-activated by the line * discipline handling modules (like SLIP). */ #include <linux/types.h> #include <linux/termios.h> #include <linux/errn...
williamfdevine/PrettyLinux
drivers/tty/tty_ioctl.c
C
gpl-3.0
31,950
<p class="quote"><?php echo $quote->quoteText; ?></p> <p class="author">-<?php echo $quote->quoteAuthor; ?></p>
Hammercake/pi-kiosk-alarm
modules/quote/view.php
PHP
gpl-3.0
111
#include "../Prereqs.h" #include "../TypeDefs.h" #include "../Defs.h" #include "../Macros.h" _Success_(return != FALSE, ...) PODNET_API VOID QuickSort( LPLONG lplArray, LONG lLow, LONG lHigh );
zachpodbielniak/PodNet
Linux/CSort/CSort.h
C
gpl-3.0
222
/* ============================================================================== MouseModule.h Created: 12 Mar 2020 3:08:47pm Author: bkupe ============================================================================== */ #pragma once class MouseModule : public Module, public MouseListener, pub...
benkuper/Chataigne
Source/Module/modules/controller/mouse/MouseModule.h
C
gpl-3.0
1,391
EnduranceLogger =============== Program that is intended to help you to track your fitness progress ### Binary #### Windows Endurance Logger 1.0(binary + source): https://dl.dropboxusercontent.com/u/107033883/EnduranceLoggerSetup.exe #### Linux https://dl.dropboxusercontent.com/u/107033883/EnduranceLogger.tar.gz...
as3boyan/EnduranceLogger
README.md
Markdown
gpl-3.0
947
#!/usr/bin/env python3 # # Copyright (C) 2016 Canonical, Ltd. # Author: Scott Sweeny <scott.sweeny@canonical.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; version 3. # # This program is...
ssweeny/snaplint
snaplint/_rule.py
Python
gpl-3.0
1,643
module Mudblood.Contrib.MG.Profile ( MGProfile (..) , readProfile , mkMGProfile ) where import Text.ParserCombinators.Parsec import Mudblood data MGProfile = MGProfile { profChar :: Maybe String , profPassword :: Maybe String , profLogfile :: Maybe FilePath , profMap :: ...
talanis85/mudblood
src/Mudblood/Contrib/MG/Profile.hs
Haskell
gpl-3.0
1,317
using System.Runtime.InteropServices; using System.Diagnostics; using System; using System.Security; namespace System.Threading { [ComVisibleAttribute(false)] [DebuggerDisplayAttribute("Participant Count={ParticipantCount},Participants Remaining={ParticipantsRemaining}")] public class Barrier : IDisposable...
zebraxxl/CIL2Java
StdLibs/System/System/Threading/Barrier.cs
C#
gpl-3.0
2,746
// Copyright (c) Clickberry, Inc. All rights reserved. // Licensed under the GNU GENERAL PUBLIC LICENSE Version 3. See License.txt in the project root for license information. define("datacontext", ["jquery"], function($) { return function(resourceUri) { if (!resourceUri) { throw Error("Inva...
clickberry/video-portal
Source/FrontEnd/Portal.Web/Cdn/js/spa/datacontext.js
JavaScript
gpl-3.0
2,802
/* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * Copyright (C) 2012-2015 Marco Craveiro <marco.craveiro@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 Fou...
DomainDrivenConsulting/dogen
projects/masd.dogen.extraction/src/io/editors_io.cpp
C++
gpl-3.0
1,654
<?php /** * Kunena Component * @package Kunena.Template.Crypsis * @subpackage Layout.User * * @copyright (C) 2008 - 2015 Kunena Team. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link http://www.kunena.org **/ defined('_JEXEC') or die; ?> <h2> <?php echo JTe...
OSTraining/Kunena-Forum
components/com_kunena/site/template/crypsisb3/layouts/user/edit/default.php
PHP
gpl-3.0
2,560
#pragma once /* This file is part of Imagine. Imagine 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. Imagine is distributed in the ...
DarkCaster/emu-ex-plus-alpha
imagine/include/imagine/io/FileIO.hh
C++
gpl-3.0
1,248
Bitrix 16.5 Business Demo = 8f171ffc9030f2723728e1ddcf02755b
gohdan/DFC
known_files/hashes/bitrix/modules/blog/install/components/bitrix/blog/templates/general_page/style.css
CSS
gpl-3.0
61
ModX Revolution 2.5.0 = 539f52dd202abe6bff3cf711e1c09993 MODX Revolution 2.2.8 = 93c2ffd8a497f42474f7b4a3e49503ca
gohdan/DFC
known_files/hashes/core/lexicon/de/filters.inc.php
PHP
gpl-3.0
114
/* * Copyright (C) 2016 Daniel Saukel * * 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 dist...
DRE2N/FactionsCosmetics
src/main/java/io/github/dre2n/factionscosmetics/listener/FactionsListener.java
Java
gpl-3.0
1,254
#include <iostream> #include <Eigen/Dense> #include "gtest/gtest.h" #include "observability.h" TEST(ObservabilityTest, Simple) { Eigen::MatrixXd A(2, 2); Eigen::MatrixXd C(2, 2); A << 1, 1, 4, -2; C << 1, 0, 0, 1; Eigen::MatrixXd O = control::observability_matrix(A, C); Eigen::MatrixXd O_expected(4, 2); ...
hazelnusse/libcontrol
source/tests/test_observability.cc
C++
gpl-3.0
541
package org.halvors.nuclearphysics.common.event.handler; import net.minecraft.entity.item.EntityItem; import net.minecraft.item.ItemStack; import net.minecraftforge.event.entity.item.ItemExpireEvent; import net.minecraftforge.fml.common.Mod.EventBusSubscriber; import net.minecraftforge.fml.common.eventhandler.Subscrib...
halvors/Nuclear-Physics
src/main/java/org/halvors/nuclearphysics/common/event/handler/ItemEventHandler.java
Java
gpl-3.0
1,244
package com.jeewd.web_store.security; import java.util.Collection; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.userdetails.UserDetails; public class User implements UserDetails { private static final long serialVersionUID = -3849758589040177326L; pr...
slavidlancer/JavaEEWebDevelopment
11_CourseProject_Java_Web_Development/CourseProjectWebStore/src/main/java/com/jeewd/web_store/security/User.java
Java
gpl-3.0
2,377
# -*- coding: utf-8 -*- import numpy as np import config from feature.feature_multi import FeatureMulti from similarity.similarity_base import SimiliarityBase class SimilarityStyle(SimiliarityBase): def calculate(self, image1, image2): # 获取特征 multi_feature_extractor = FeatureMulti() lumi...
jinyu121/ACACTS
similarity/similarity_style.py
Python
gpl-3.0
1,581
/* * SLD Editor - The Open Source Java SLD Editor * * Copyright (C) 2018, SCISYS UK Limited * * 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 yo...
robward-scisys/sldeditor
modules/application/src/test/java/com/sldeditor/test/unit/tool/batchupdatefont/BatchUpdateFontPanelTest.java
Java
gpl-3.0
10,111
// ***************************************************************************** // randpool.cpp Tao3D project // ***************************************************************************** // // File description: // // // // // // // // // **************************...
c3d/tao-3D
libcryptopp/cryptopp/randpool.cpp
C++
gpl-3.0
2,879
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2010,2012 Jitse Niesen <jitse@maths.leeds.ac.uk> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a...
anders-dc/cppfem
eigen/test/eigensolver_generic.cpp
C++
gpl-3.0
4,745
#!/usr/bin/env python3 """ Copyright 2020 Paul Willworth <ioscode@gmail.com> This file is part of Galaxy Harvester. Galaxy Harvester is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 ...
pwillworth/galaxyharvester
html/getSchematicList.py
Python
gpl-3.0
7,494
#include "mounter.h" #include "manager.h" #include <iostream> #include <QStringList> #include <QDir> #include <QDebug> #include <QQueue> class MounterItem { public: MounterItem( const QString & f , const QString & m ) { file = f ; mount_point = m; } QString file; QString mount_point; }; class Mount...
realbardia/silicon
SPlugins/RootMount/Binary/mounter.cpp
C++
gpl-3.0
2,378
/*---------------------------------------------------------------------------*\ * interactive networked Virtual Reality system (inVRs) * * * * Copyright (C) 2005-2009 by the Johannes Kepler University, Linz * * ...
jzarl/inVRs
src/inVRs/Modules/Navigation/AllInOneTranslationModel.cpp
C++
gpl-3.0
4,248
#!/usr/bin/env python # -*- coding: utf-8 -*- # -*- Python -*- """ @file outTemp.py @brief ModuleDescription @date $Date$ """ import sys import time sys.path.append(".") # Import RTM module import RTC import OpenRTM_aist # Import Service implementation class # <rtc-template block="service_impl"> # </rtc-templ...
max-koara/OutTemp
outTemp.py
Python
gpl-3.0
5,559
# Paperwork - Using OCR to grep dead trees the easy way # Copyright (C) 2014 Jerome Flesch # # Paperwork 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 # ...
kschwank/paperwork
src/paperwork/frontend/labeleditor/__init__.py
Python
gpl-3.0
10,471
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
Palm-Studios/Palm-Studios.github.io
sh3-redux/doc/html/dir_e1091c435e15a21ffac52f7c788baca4.html
HTML
gpl-3.0
6,520
#!/usr/bin/env bash # # This script assumes a linux environment set -e DES=$1 mkdir -p $DES/js cp src/js/base64-custom.js $DES/js cp src/js/biditrie.js $DES/js cp src/js/dynamic-net-filtering.js $DES/js cp src/js/filtering-context.js $DES/js cp src/js/hnswitches.js $DES/...
gorhill/uBlock
tools/make-nodejs.sh
Shell
gpl-3.0
1,465
var searchData= [ ['adc_20channel_20numbers',['ADC Channel Numbers',['../group__adc__channel.html',1,'']]], ['adc_20number_20of_20channels_20in_20discontinuous_20mode_2e',['ADC Number of channels in discontinuous mode.',['../group__adc__cr1__discnum.html',1,'']]], ['adc_20mode_20selection',['ADC Mode Selection',[...
Aghosh993/TARS_codebase
libopencm3/doc/stm32f1/html/search/groups_0.js
JavaScript
gpl-3.0
2,969
package com.cloudera.cmf.service; import com.cloudera.cmf.command.ConfirmCommandInfo; import com.cloudera.cmf.command.ServiceCommandHandler; import com.cloudera.cmf.command.SvcCmdArgs; import com.cloudera.cmf.model.DbCommand; import com.cloudera.cmf.model.DbRole; import com.cloudera.cmf.model.DbService; import...
Mapleroid/cm-server
server-5.11.0.src/com/cloudera/cmf/service/AbstractServiceCommand.java
Java
gpl-3.0
2,398
CREATE TABLE tau ( rate FLOAT NOT NULL, decay VARCHAR(3) NOT NULL );
kept-io/r-datasets
datasets/boot/tau.schema.sql
SQL
gpl-3.0
72
package HHCP; import causalgraph.Edge; import org.jgrapht.graph.ClassBasedEdgeFactory; import org.jgrapht.graph.DefaultDirectedWeightedGraph; import java.util.*; /** * Created by ignasi on 21/08/17. */ public class JustificationGraph { private DefaultDirectedWeightedGraph<String, Edge> graph; public BitSet...
ignasiet/Translator
src/HHCP/JustificationGraph.java
Java
gpl-3.0
4,984
#ifndef _args_h_ #define _args_h_ #include <iostream> #include <sstream> #include <cstdlib> using namespace std; class args { public: const char * program; const char * input; const char * output; const char * progress; stringstream params; args(const char* p="nuwro",const char* i="params.txt",const char* o="events...
cjusz/nuwro
src/args.h
C
gpl-3.0
1,060
package database; import java.sql.Connection; import java.sql.Driver; import java.sql.DriverManager; import java.sql.SQLException; /** * Singleton class for connecting to the database through JDBC. * * @author Maks (original) * @author Brett Commandeur (modified by) * @reference https://github.com/MaksJS/jdbc-s...
C391-Project/RadiologyApp
src/database/JDBC.java
Java
gpl-3.0
4,195
/* This header file is part of the ATMEL AVR-UC3-SoftwareFramework-1.7.0 Release */ /* This file is prepared for Doxygen automatic documentation generation. */ /* ! \file ********************************************************************* \brief Preprocessor token pasting utils. - Compiler: IAR EWAVR32 and GNU GC...
Nitrokey/nitrokey-storage-firmware
src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/tpaste.h
C
gpl-3.0
4,159
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (1.8.0_111) on Wed Jan 04 19:28:25 CET 2017 --> <title>Overview</title> <meta name="date" content="2017-01-04"> <link rel="stylesheet" type="text/css"...
Maracars/POPBL5
doc/overview-summary.html
HTML
gpl-3.0
5,685
/* This file is part of the KDE libraries Copyright (C) 2002 Laurence Anderson <l.d.anderson@warwick.ac.uk> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License version 2 as published by the Free Software Foundation. This libr...
variar/klogg
3rdparty/karchive/karchive/src/kar.h
C
gpl-3.0
3,274
#ifndef FO_BASE_BUFFER_HPP_ #define FO_BASE_BUFFER_HPP_ #include <stdint.h> #include <cstdlib> #include "Common.hpp" namespace fonline { class Buffer { public: FONLINE_COMMON_API Buffer(); FONLINE_COMMON_API Buffer(size_t alen); FONLINE_COMMON_API ~Buffer(); FONLINE_COMMON_API void Reset();...
alexknvl/fonline
src/FOnlineCommon/buffer.hpp
C++
gpl-3.0
1,163
# Log Merger (LMRG) This tool merges multiple access logs from dispersed servers into a single contiguous file with records ordered by access time
ffeast/lmrg
README.md
Markdown
gpl-3.0
148
# Repair Master Boot Record (MBR) -- Windows 10 / 8 / 7 > SYMPTOMS: Common reasons why MBRs get corrupted are: malware infections, improper shutdowns, Linux Grub being installed and Windows is not able to detect it. On some occasions, you may get the Bootmgr is missing error. In such cases you can run the rebuild or r...
woosting/linux-notes
contents/mbr/repair/repair.md
Markdown
gpl-3.0
2,336
#ifndef __PGRAPHH__ #define __PGRAPHH__ #include <vector> #include <map> #include <string> class GEdge{ private: /** The next neighbourhood node. */ GEdge *next; /** The rank of the node in the graph array. */ long incident_node; //GNode ? /** The number which identifies the object. */ long edge_i...
bgauzere/ged-toolbox
graph-lib/include/graph.h
C
gpl-3.0
6,496
#ifndef _SIPGREP_H #define _SIPGREP_H /* * sipgrep.h, v 2.0 2014/03/18 * * Copyright (c) 2013-14 Alexandr Dubovikov <alexandr.dubovikov@gmail.com> * */ /* * We cache the standard frame sizes here to save us time and * additional dependencies on more operating system include files. */ #define ETHHDR_SIZ...
sipcapture/sipgrep
src/include/sipgrep.h
C
gpl-3.0
6,178
/* Editor: http://www.visualmicro.com visual micro and the arduino ide ignore this code during compilation. this code is automatically maintained by visualmicro, manual changes to this file will be overwritten the contents of the Visual Micro sketch sub folder can be deleted prior to publishing a...
CodingGhost/MAFM
__vm/.Mavlink.vsarduino.h
C
gpl-3.0
2,380
@extends('layouts.app') @section('title') Account Settings - Barmate POS @stop @section('custom-css') @stop @section('content') <div class="row paper"> <div class="paper-header"> <h2><i class="fa fa-gear"></i>&nbsp;&nbsp;Account Settings</h2> </div> @if ( Ses...
Saluki/Barmate
resources/views/account/main.blade.php
PHP
gpl-3.0
2,925
package com.hhd.breath.app.main.ui; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.view.inputmethod.InputMethodManager; import android.widget.EditText; import android.widget.RelativeLayout; import android.wi...
weibingithub/BreathApp
app/src/main/java/com/hhd/breath/app/main/ui/ModifyNameActivity.java
Java
gpl-3.0
2,791
""" SicPy """ # __version__ = '0.1' # __author__ = 'disrupts' # __license__ = 'GPLv3' # Cryptobox should only be used to implement ciphers #from sicpy.cryptobox import Cryptobox # Ciphers are imported directly with sicpy #  not requiring an aditional import from sicpy.ciphers.caesar import Caesar from sicpy.cip...
disrupts/SicPy
sicpy/__init__.py
Python
gpl-3.0
557
<?php /** * Membership Settings meta box * * @package LifterLMS/Admin/PostTypes/MetaBoxes/Classes * * @since 1.0.0 * @version 5.9.0 */ defined( 'ABSPATH' ) || exit; /** * Membership Settings meta box class * * @since 1.0.0 * @since 3.30.3 Fixed spelling errors; removed duplicate array keys. * @since 3.35....
gocodebox/lifterlms
includes/admin/post-types/meta-boxes/class.llms.meta.box.membership.php
PHP
gpl-3.0
13,071
package ru.mos.polls.quests.model.quest; import android.content.Context; import com.google.gson.annotations.SerializedName; import ru.mos.polls.quests.model.QuestFamilyElement; import ru.mos.polls.quests.vm.QuestsFragmentVM; public class OtherQuest extends BackQuest { public static final String TYPE = "other"; ...
active-citizen/android.java
app/src/main/java/ru/mos/polls/quests/model/quest/OtherQuest.java
Java
gpl-3.0
788
<?php /** * This runs all of the tests associated with HUGnetLib. * * PHP Version 5 * * <pre> * HUGnetLib is a library of HUGnet code * Copyright (C) 2014 Hunt Utilities Group, LLC * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License ...
hugllc/HUGnetLib
test/suite/devices/inputTable/DriverVirtualTest.php
PHP
gpl-3.0
10,696
<?php /** * Display the upload transaction file screen * * @author Fabrice Douteaud <admin@clearbudget.net> * @package snippets * @access public */ /*********************************************************************** Copyright (C) 2008 Fabrice Douteaud (admin@clearbudget.net) ...
thunderace/clearbudget
snippets/uploadQif.php
PHP
gpl-3.0
2,711
<?php namespace common\modules\prj\models; use Yii; /** * This is the model class for table "{{%prj_burden_cost_base}}". * * @property string $prj_burden_cost_base_id * @property string $cost_base * @property string $description * @property string $cost_base_type * @property string $effective_from * @propert...
zeddarn/yinoerp
_protected/common/modules/prj/models/PrjBurdenCostBase.php
PHP
gpl-3.0
2,128
--- layout: page title: About permalink: /about/ --- #### Tagline Your tagline. #### Introduction Introduce yourself. #### This theme This [jekyll](https://jekyllrb.com) theme is based on [materialize](http://materializecss.com). For more detail, you can view the github repo: [mumuxme/materialize-jekyll](https://...
mumuxme/materialize-jekyll
about.md
Markdown
gpl-3.0
817
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Global median</title> <link rel="stylesheet" href="../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../index.html" title="The Boost C++ Libra...
kelvindk/Video-Stabilization
boost_1_42_0/doc/html/boost/accumulators/extract/median.html
HTML
gpl-3.0
4,034
<span class="fright"> <?php if($this->phpsession->get('menu_type') == FRONT_END_MENU):?> <a class="button back" href="/dashboard/menu/<?php echo isset($lang) && $lang != '' ? $lang :$this->phpsession->get('current_menus_lang'); ?>"><em>&nbsp;</em>Quay lại trang Menu</a> <?php endif;?> <?php if($this->ph...
dzung2t/noithatgo
ci_app/modules/menus/views/admin/back-menu-nav.php
PHP
gpl-3.0
591
var express = require('express'); var router = express.Router(); var seminar = require('../controllers/seminar.controllers'); router.get('/', function(req, res) { res.json({status: false, message: 'None API Implemented'}); }); router.get('/user/:id', function(req, res) { seminar.get(req, res); }); // router.get...
Rajamuda/ittoday-2017
api/routes/seminar.routes.js
JavaScript
gpl-3.0
733