repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
yondri/newyorkando | wp-content/themes/chaoticsoul/header.php | 1345 | <!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" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charse... | gpl-2.0 |
tejdeeps/tejcs.com | frameworks/phpdevshell/plugins/ExamplePlugin/controllers/example/widget-example.php | 1597 | <?php
class WidgetExample extends PHPDS_controller
{
/**
* We always start by overriding the execute method for the controller.
* @author Jason Schoeman
*/
public function execute()
{
// a Default heading.
$this->template->heading(_('I wanna add my widget!'));
// Some info regarding this node.
$this... | gpl-2.0 |
RaphaelFreire/java | src/model/BoxDemo4.java | 939 | package model;
/**
* @author raphaelmachadofreire
* Instruções às classes
* Utilizando método volume da Classe Box que retorna um valor
* Capítulo 6 - Página 118
*/
public class BoxDemo4 {
public static void main(String args[]){
Box mybox1 = new Box();
Box mybox2 = new Box();
... | gpl-2.0 |
midaboghetich/netnumero | gen/com/numhero/client/widget/com_numhero_client_widget_HRElement_HRElementUiBinderImpl_GenBundle_en_US_InlineClientBundleGenerator.java | 1509 | package com.numhero.client.widget;
import com.google.gwt.resources.client.ResourcePrototype;
import com.google.gwt.core.client.GWT;
public class com_numhero_client_widget_HRElement_HRElementUiBinderImpl_GenBundle_en_US_InlineClientBundleGenerator implements com.numhero.client.widget.HRElement_HRElementUiBinderImpl_Ge... | gpl-2.0 |
moppedijk/jsd_02_application | fietsenstallingen/server/server.js | 7912 | var _localData = "http://api.fietsenstallingen.local/veiligstalling_small.xml";
var _remoteData = "http://www.veiligstallen.nl/veiligstallen.xml";
var _development = false;
/* ==========================================================================
*
* Get Cycles server route
*
=================================... | gpl-2.0 |
nikrou/tbehat | admin/languages.php | 3264 | <?php
// +-----------------------------------------------------------------------+
// | Phyxo - Another web based photo gallery |
// | Copyright(C) 2014-2016 Nicolas Roudaire http://www.phyxo.net/ |
// +-----------------------------------------------------------------------+
// | C... | gpl-2.0 |
rzymek/cxxsp | external/stripped-boost/boost/archive/detail/basic_oarchive.hpp | 3668 | #ifndef BOOST_ARCHIVE_BASIC_OARCHIVE_HPP
#define BOOST_ARCHIVE_BASIC_OARCHIVE_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// basic_oarchive.hpp:
// (C) Copyright 2... | gpl-2.0 |
savvypanda/donorcart | components/com_donorcart/controllers/postback.php | 1602 | <?php defined('_JEXEC') or die("Restricted Access");
class DonorcartControllerPostback extends FOFController {
public function __construct($config = array()) {
parent::__construct($config);
}
public function display($cachable = false, $urlparams = false) {
return false;
//return parent::display($cachable, $u... | gpl-3.0 |
jelon94/Capstone | Login/home.php | 1016 | <?php
session_start();
?>
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<div class="header">
<a href="http://www.rapidmade.com"><img src="https://image.ibb.co/ejwNtv/Rapid_Made.png" alt="RapidMade" border="0"></a>
</div>
<body>
<h1>Home</h1>
... | gpl-3.0 |
avasquez614/commons | audit/src/test/java/org/craftercms/commons/audit/TestAuditModel.java | 1465 | /*
* Copyright (C) 2007-2019 Crafter Software Corporation. All Rights Reserved.
*
* 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... | gpl-3.0 |
DevilRep/imagery-laravel | app/Http/Requests/FileValidatedRequest.php | 287 | <?php
namespace App\Http\Requests;
class FileValidatedRequest extends Request
{
/**
* Get the validation rules that apply to the request.
*
* @return array
*/
public function rules()
{
return [
'title' => 'max:100'
];
}
} | gpl-3.0 |
hzlf/openbroadcast | website/apps/exporter/migrations/0011_auto__del_field_export_size.py | 8081 | # -*- coding: utf-8 -*-
import datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
# Deleting field 'Export.size'
db.delete_column('exporter_export', 'size')
def backwards(self, orm):
... | gpl-3.0 |
yatan/birthofnations | politico/info_partido.php | 3151 | <?php
include_once($_SERVER['DOCUMENT_ROOT'] . "/include/funciones.php");
if (!isset($_GET['id_partido']))
die("Error: id no valido"); //Substituir por error 404
$party = sql("SELECT * FROM partidos WHERE id_partido = " . $_GET['id_partido']);
$leader = sql("SELECT nick, avatar FROM usuarios WHERE id_usuario = "... | gpl-3.0 |
crisis-economics/CRISIS | CRISIS/src/eu/crisis_economics/abm/algorithms/statistics/package-info.java | 877 | /*
* This file is part of CRISIS, an economics simulator.
*
* Copyright (C) 2015 John Kieran Phillips
*
* CRISIS 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
* (... | gpl-3.0 |
concko/PortAIO | Dual-Port/xQx/xQx LeBlanc/Slide.cs | 464 | using EloBuddy;
using LeagueSharp;
using SharpDX;
using SharpDX.Direct3D9;
namespace LeblancOLD
{
internal class Slide
{
public GameObject Object { get; set; }
public float NetworkId { get; set; }
public Vector3 Position { get; set; }
public double ExpireTime { get; set; }
... | gpl-3.0 |
Recolize/recommendation-engine-magento2 | Console/Command/ProductExportCommand.php | 2926 | <?php
/**
* Recolize GmbH
*
* @section LICENSE
* This source file is subject to the GNU General Public License Version 3 (GPLv3).
*
* @category Recolize
* @package Recolize\RecommendationEngine
* @author Recolize GmbH <service@recolize.com>
* @copyright since 2015 Recolize GmbH (http://www.recolize.com)
* @li... | gpl-3.0 |
pyrocko/pyrocko | test/base/test_fomosto_report.py | 3733 | from __future__ import division, print_function, absolute_import
import unittest
import logging
from tempfile import mkdtemp
import shutil
from pyrocko import util, trace, gf, cake # noqa
from pyrocko.fomosto import qseis
from pyrocko.fomosto.report import GreensFunctionTest as gftest
logger = logging.getLogger('py... | gpl-3.0 |
michel-slm/zeal | src/registry/docset.cpp | 24214 | /****************************************************************************
**
** Copyright (C) 2015-2016 Oleg Shparber
** Copyright (C) 2013-2014 Jerzy Kozera
** Contact: https://go.zealdocs.org/l/contact
**
** This file is part of Zeal.
**
** Zeal is free software: you can redistribute it and/or modify
** it under ... | gpl-3.0 |
partyzanEX/html-helper | source/element/Td.php | 162 | <?php
namespace HtmlHelper\Source\Element;
use HtmlHelper\Source\Base\TableElement;
class Td extends TableElement {
public function output()
{
}
} | gpl-3.0 |
teampheenix/StarCraft-Casting-Tool | scctool/matchgrabber/rstl.py | 11217 | """Provide match grabber for RSTL (deprecated)."""
import logging
import scctool.settings
import scctool.settings.translation
from scctool.matchgrabber.custom import MatchGrabber as MatchGrabberParent
# create logger
module_logger = logging.getLogger(__name__)
_ = scctool.settings.translation.gettext
class MatchGra... | gpl-3.0 |
BN701/Multi-Arp | maListBuilder.cpp | 11468 | //
// MultiArp - Another step in the Great Midi Adventure!
// Copyright (C) 2017, 2018 Barry Neilsen
//
// 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... | gpl-3.0 |
PhoenixRiver/naev | dat/missions/neutral/pirbounty_alive.lua | 6438 | --[[
Alive Pirate Bounty
Copyright 2014, 2015 Julian Marchant
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... | gpl-3.0 |
fwellner-tgm/Bruchtest | Test/Unit_Division.py | 1575 | """
Created on 27.12.2013
@author: uhs374h
"""
import unittest
from Bruch.Bruch import *
class TestDivision(unittest.TestCase):
def setUp(self):
self.b = Bruch(3, 2)
self.b2 = Bruch(self.b)
self.b3 = Bruch(4, 2)
pass
def tearDown(self):
del self.b, self.b2, self.b3
... | gpl-3.0 |
tor4kichi/Hohoema | Hohoema/Models.UseCase/Playlist/PlaylistFactory/LocalMylistPlaylistFactory.cs | 1756 | using Hohoema.Models.Domain.LocalMylist;
using Hohoema.Models.Domain.Playlist;
using Hohoema.Models.Infrastructure;
using Hohoema.Models.UseCase.Hohoema.LocalMylist;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using System.L... | gpl-3.0 |
zenn1989/scoria-interlude | L2Jscoria-Game/data/scripts/village_master/elven_human_fighters_2/__init__.py | 4821 | # Created by DrLecter, based on DraX' scripts
# This script is part of the L2J Datapack Project
# Visit us at http://www.l2jdp.com/
# See readme-dp.txt and gpl.txt for license and distribution details
# Let us know if you did not receive a copy of such files.
import sys
from com.l2scoria.gameserver.model.quest ... | gpl-3.0 |
reichlab/diffport | tests/test_watchers.py | 15267 | """
Tests for watchers
"""
from diffport.core import Diffport
from diffport.watchers import *
from pathlib import Path
from random import random, randint
import pytest
import dataset
@pytest.fixture
def pgurl(request):
"""
Return url for connecting to postgres
"""
# Fill in stuff
url = "postgres... | gpl-3.0 |
legacy-vault/tests | go/tree/binary/binary.go | 429 | // binary.go
package main
import (
"fmt"
)
type treeNode struct {
originalIndex uint64 // Index of the Object in the DataBase.
content string // Text of an Object.
parentNode *treeNode
leftNode *treeNode
rightNode *treeNode
duplicatesCount uint64 // Number of Objects with the same ... | gpl-3.0 |
iCarto/siga | es.icarto.gvsig.siga.mapsheets/src/org/gvsig/mapsheets/print/series/tool/action/ActionDelete.java | 879 | package org.gvsig.mapsheets.print.series.tool.action;
import org.gvsig.mapsheets.print.series.fmap.MapSheetGrid;
import org.gvsig.mapsheets.print.series.fmap.MapSheetGridGraphic;
/**
* Undo-able delete action. You can delete several sheets at a time.
*
* @author jldominguez
*
*/
public class ActionDelete implem... | gpl-3.0 |
ebrahimraeyat/civilTools | py_widget/settings.py | 6520 | import os
from pathlib import Path
from PySide2 import QtWidgets
from PySide2.QtWidgets import QTreeWidgetItemIterator
import FreeCAD
import FreeCADGui as Gui
from db import ostanha
from exporter import config
civiltools_path = Path(__file__).absolute().parent.parent
class Form(QtWidgets.QWidget):
def __init... | gpl-3.0 |
cyborgize/love | src/common/Variant.cpp | 5168 | /**
* Copyright (c) 2006-2015 LOVE Development Team
*
* 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 anyone to use this software for any purpose,
* ... | gpl-3.0 |
DennisWeyrauch/MetaLanguageParser | Common/RWDictionary.cs | 13733 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Text;
namespace Common
{
/// <summary>
/// Represents an ordered dictionary with read/write access and non-muteable KeyValuePairs.<para/>
/// This is realized with a <see cref="List{T}"/> (T being <see cref=... | gpl-3.0 |
UCLOrengoGroup/cath-tools | source/ct_uni/cath/scan/detail/stride/co_stride.hpp | 5265 | /// \file
/// \brief The co_stride header
/// \copyright
/// CATH Tools - Protein structure comparison tools such as SSAP and SNAP
/// Copyright (C) 2011, Orengo Group, University College London
///
/// This program is free software: you can redistribute it and/or modify
/// it under the terms of the GNU General Publi... | gpl-3.0 |
hitchhiker/prime | Ext/Prime.Finance/Misc/DesignPortfolioItemModel.cs | 1308 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Prime.Finance
{
public class DesignPortfolioItemModel
{
public decimal Units { get; }
public decimal AvgOpen { get; }
public decimal ProfitLossPerc { get; }
... | gpl-3.0 |
hkwi/pio | spec/pio/open_flow/type_spec.rb | 105 | require 'pio'
describe Pio::OpenFlow do
Then { Pio::OpenFlow.constants.include?(:HELLO) == true }
end
| gpl-3.0 |
jorants/vopidy | vopidy_core/__init__.py | 115 | # -*- coding: utf-8 -*-
__author__ = 'Joran van APeldoorn'
__email__ = 'jorants@gmail.com'
__version__ = '0.1.0'
| gpl-3.0 |
arguslab/ancor | spec/tasks/provision_network_spec.rb | 1128 | # Author: Ian Unruh, Alexandru G. Bardas
# Copyright (C) 2013-2014 Argus Cybersecurity Lab, Kansas State University
#
# This file is part of ANCOR.
#
# ANCOR 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, eit... | gpl-3.0 |
wiki2014/Learning-Summary | alps/cts/tests/tests/location/src/android/location/cts/GnssMeasurementTest.java | 5037 | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | gpl-3.0 |
Glorf/Formoza | connection.hpp | 2302 | /***********************************************************************************
* Copyright (C) 2013 Michał Bień.
*
* This file is part of Formoza.
*
* Formoza 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 So... | gpl-3.0 |
dmitry-vlasov/mdl | src/mm/lexer/mm_lexer_Scaner.cpp | 3691 | /*****************************************************************************/
/* Project name: mm - decompiler from metamath to mdl */
/* File name: mm_lexer_Scaner.cpp */
/* Description: metamath scaner */
... | gpl-3.0 |
gohdan/DFC | known_files/hashes/bitrix/modules/sender/install/admin/sender_list_admin.php | 61 | Bitrix 16.5 Business Demo = 13c83a7c24759503e4a0482819a5ecd9
| gpl-3.0 |
hfut-xcsoft/badu-navigation | api/models/website.js | 975 | const mongoose = require('mongoose');
const Schema = mongoose.Schema;
const ObjectId = Schema.Types.ObjectId;
const WebsiteSchema = new Schema({
name: String,
url: String,
icon_url: String,
description: String,
weights: { type: Number, default: 0 },
subcategory: ObjectId,
recommend_by: String,
__v: { t... | gpl-3.0 |
ftninformatika/bisis-v5 | bisis-model/src/main/java/com/ftninformatika/bisis/circ/CorporateMember.java | 947 | package com.ftninformatika.bisis.circ;
import lombok.*;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import java.io.Serializable;
import java.util.Date;
/**
* Created by dboberic on 28/07/2017.
*/
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructo... | gpl-3.0 |
Glain/FFTPatcher | FFTorgASM/Properties/AssemblyInfo.cs | 1387 | using System.Reflection;
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( "FFTorgASM" )]
[assembly: AssemblyDescript... | gpl-3.0 |
repology/repology | repology/repomgr.py | 7182 | # Copyright (C) 2016-2021 Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# This file is part of repology
#
# repology 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 optio... | gpl-3.0 |
padelt/temper-python | temperusb/snmp.py | 3612 | # encoding: utf-8
#
# Run snmp_temper.py as a pass-persist module for NetSNMP.
# See README.md for instructions.
#
# Copyright 2012-2020 Philipp Adelt <info@philipp.adelt.net>
#
# This code is licensed under the GNU public license (GPL). See LICENSE.md for details.
import os
import sys
import syslog
import threading
... | gpl-3.0 |
FireBladeNooT/Medusa_1_6 | lib/github/tests/NamedUser.py | 10311 | # -*- coding: utf-8 -*-
# ########################## Copyrights and license ############################
# #
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
# Copyright 2012 Zearin <zearin@gonk.net> ... | gpl-3.0 |
bozanfaruk/AnaJavaticaRep | AnaJavatica/src/anajavatica/pattern/structural/flyweight/Water.java | 123 | package anajavatica.pattern.structural.flyweight;
@SuppressWarnings("javadoc")
public class Water extends Obstacle {
} | gpl-3.0 |
morpheby/ist303-miye | models/SpaRes.py | 1088 | class SpaRes:
def __init__(self, personID, date, time, treatment_type, duration):
self.person = personID
self.date = date
self.time = time
self.treatment_type = treatment_type
self.duration = duration
def checkSpaAvailability(date, time, type):
pass
def makeSpaRes(clientID... | gpl-3.0 |
CBegau/AtomViewer | src/crystalStructures/L12_Ni3AlStructure.java | 9351 | // Part of AtomViewer: AtomViewer is a tool to display and analyse
// atomistic simulations
//
// Copyright (C) 2013 ICAMS, Ruhr-Universität Bochum
//
// AtomViewer 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 Found... | gpl-3.0 |
marvisan/HadesFIX | Model/src/main/java/net/hades/fix/message/group/DistribInstsGroup.java | 13893 | /*
* Copyright (c) 2006-2016 Marvisan Pty. Ltd. All rights reserved.
* Use is subject to license terms.
*/
/*
* DistribInstsGroup.java
*
* $Id: DistribInstsGroup.java,v 1.1 2011-10-27 09:16:59 vrotaru Exp $
*/
package net.hades.fix.message.group;
import net.hades.fix.message.anno.FIXVersion;
im... | gpl-3.0 |
doug65536/dgos | libc/src/pthread/pthread_spin_trylock.cc | 463 | #include <pthread.h>
#include <errno.h>
#include <sys/likely.h>
int pthread_spin_trylock(pthread_spinlock_t *s)
{
if (unlikely(s->sig != __PTHREAD_SPINLOCK_SIG))
return EINVAL;
int tid = pthread_self();
int expect = s->owner;
if (unlikely(expect != -1 || !__atomic_compare_exchange_n(
... | gpl-3.0 |
bq/bloqs | src/scripts/bloqs/functions/advanced/arguments.js | 1183 | /*global require */
'use strict';
var _ = require('lodash'),
utils = require('./../../build-utils'),
OutputBloq = require('./../../outputBloq');
/**
* Bloq name: arguments
*
* Bloq type: Output
*
* Description: It allows to declare two arguments instead of one.
*
* Return type: var
*/
var bloqArgumen... | gpl-3.0 |
Fedict/eid-pki-ra | eid-pki-ra-blm-model/src/main/java/be/fedict/eid/pkira/blm/model/certificatedomain/validation/UniqueCertificateAuthorityName.java | 1359 | /*
* eID PKI RA Project.
* Copyright (C) 2010-2014 FedICT.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License version
* 3.0 as published by the Free Software Foundation.
*
* This software is distributed in the hope that it will ... | gpl-3.0 |
mmgen/mmgen | mmgen/sha2.py | 6623 | #!/usr/bin/env python3
#
# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
#
# 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 Softwa... | gpl-3.0 |
eilin1208/QT_Test | MtcLane_SM/ShowPlate/DisplayPlateNumber.cpp | 9261 | #include "DisplayPlateNumber.h"
#include "MtcKey/MtcKeyDef.h"
const int CHAR_NUM_PER_PAGE=8;//每页个数
const int MAX_PLATE_LEN = 100;//最大数字个数
/***************************************
根据车型获取车牌颜色
***************************************/
int DisplayPlateNumber::GetDefaultVehPlateColorForVehClass(int nVehClass)
{
... | gpl-3.0 |
yeshucheng/CloudM | src/cloudm-invoke/src/main/java/com/github/cloudm/invoke/init/GeneratorLocalTemplateFile.java | 3116 | package com.github.cloudm.invoke.init;
/**
*
* @author andy.wan
*
*/
public class GeneratorLocalTemplateFile {
/*private static final Logger LOGGER = Logger.getLogger(GeneratorLocalTemplateFile.class);
@Autowired
private PPiaasCallbackTemplateRepository templateService;
@Value("${default.win}")
pri... | gpl-3.0 |
SoundWarp/sound-warp | tasks/run.js | 626 | 'use strict';
const PREBUILD = process.env.ELECTRON_PREBUILD || false;
const BUILD = 'D';
const ELECTRON_PATH = `${BASE_PATH}/electron/`;
let exec = require(`${TASKS_PATH}/helpers/exec`),
electron = PREBUILD ? 'electron' : `${ELECTRON_PATH}/out/${BUILD}/Electron.app/Contents/MacOS/Electron`,
_electron = null,
d... | gpl-3.0 |
grebenarov/Zen-Cart--Add-Photo-To-Profile | catalog/includes/templates/YOUR_TEMPLATE/templates/tpl_account_edit_default.php | 6225 | <?php
/**
* Page Template
*
* Loaded automatically by index.php?main_page=account_edit.<br />
* View or change Customer Account Information
*
* @package templateSystem
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
... | gpl-3.0 |
mwveliz/siglas-mppp | lib/model/doctrine/project/Comunicaciones/Comunicaciones_NotificacionHistorico.class.php | 368 | <?php
/**
* Comunicaciones_NotificacionHistorico
*
* This class has been auto-generated by the Doctrine ORM Framework
*
* @package siglas
* @subpackage model
* @author Livio Lopez
* @version SVN: $Id: Builder.php 7490 2010-03-29 19:53:27Z jwage $
*/
class Comunicaciones_NotificacionHistorico exten... | gpl-3.0 |
bootphon/h5features | h5features/items.py | 4179 | # Copyright 2014-2019 Thomas Schatz, Mathieu Bernard, Roland Thiolliere
#
# This file is part of h5features.
#
# h5features 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
#... | gpl-3.0 |
conejoninja/pelisalacarta | python/main-classic/channels/novedades.py | 5820 | # -*- coding: utf-8 -*-
#------------------------------------------------------------
# pelisalacarta - XBMC Plugin
# Canal para novedades
# http://blog.tvalacarta.info/plugin-xbmc/pelisalacarta/
#------------------------------------------------------------
import urlparse,urllib2,urllib,re
from core import logger
fro... | gpl-3.0 |
spillerrec/Overmix | src/aligners/AnimationSaver.cpp | 3960 | /*
This file is part of Overmix.
Overmix 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.
Overmix is distributed in the hope that it w... | gpl-3.0 |
Moussa/Wiki-Fi | static/js/heading-anchors.js | 1431 | /*
* Heading Anchors v1.0.2
* Copyright (c) 2010-2012 Rafaël Blais Masson <http://twitter.com/rafBM>
*
* Freely distributable under the terms of the MIT license.
* <http://github.com/rafBM/heading-anchors>
*
*/
window.HeadingAnchors = {
init: function(customSelector) {
if (!document.querySelectorAll ... | gpl-3.0 |
joeyliu616/ci-demo | version/version-service/src/main/java/com/aoe/service/version/Launcher.java | 618 | package com.aoe.service.version;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Import;
import org.springframework.context.annotation.ImportResource;
/**
* Created by joey on 16-7-20.
*/
@SpringBoo... | gpl-3.0 |
guedouari/xstr.me | src/app/components/xstr-header/index.ts | 41 | export * from './xstr-header.component';
| gpl-3.0 |
BeGnuLinux/invoices | pages/vendor/vendor.php | 6878 | <?php
require_once $_SERVER['DOCUMENT_ROOT'] . "/invoices/core/init.php";
if (!$vendorid = Input::get('vendorid') || $user->exists()) {
Session::flash('fmsg', "You should choose a vendor to view.");
Redirect::to('index.php');
}
$vendorid = Input::get('vendorid');
?>
<!doctype html>
<html lang="en">
<head>
<?... | gpl-3.0 |
appfog/af-php-thinkup | _lib/dao/class.HashtagMySQLDAO.php | 4654 | <?php
/**
*
* ThinkUp/webapp/_lib/model/class.HashtagMySQLDAO.php
*
* Copyright (c) 2011-2012 Amy Unruh
*
* LICENSE:
*
* This file is part of ThinkUp (http://thinkupapp.com).
*
* ThinkUp is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
* License as publishe... | gpl-3.0 |
matthew-macgregor/isecurepasswords | iSecurePasswords/src/com/sudolink/isp/app/DesktopManager.java | 1949 | /**
* This file is part of iSecurePasswords.
*
* iSecurePasswords 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.
... | gpl-3.0 |
Altaxo/Altaxo | Altaxo/Base/Gui/Graph/Graph3D/Viewing/GraphToolType.cs | 1671 | #region Copyright
/////////////////////////////////////////////////////////////////////////////
// Altaxo: a data processing and data plotting program
// Copyright (C) 2002-2016 Dr. Dirk Lellinger
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU ... | gpl-3.0 |
xingh/bsn-goldparser | bsn.GoldParser/Grammar/CgtWriter.cs | 3043 | // bsn GoldParser .NET Engine
// --------------------------
//
// Copyright 2009, 2010 by Arsène von Wyss - avw@gmx.ch
//
// Development has been supported by Sirius Technologies AG, Basel
//
// Source:
//
// https://bsn-goldparser.googlecode.com/hg/
//
// License:
//
// The library is distributed u... | gpl-3.0 |
ajbloureiro/list-to-qrcode | index.js | 1707 | #!/usr/bin/env node
var process = require('process'),
args = process.argv,
CSVReader = require('./lib/csv-reader'),
QRImage = require( './lib/qrcode-image-generator' ),
Util = require('findhit-util'),
fs = require('fs'),
mkpath = require('mkpath'),
path = require('path'),
qrCodeGenerato... | gpl-3.0 |
Justasic/ATF | src/user.cpp | 3082 | /* Arbitrary Navn Tool -- User Routines.
*
* (C) 2011-2012 Azuru
* Contact us at Development@Azuru.net
*
* Please read COPYING and README for further details.
*
* Based on the original code of CIA.vc by Micah Dowty
* Based on the original code of Anope by The Anope Team.
*/
#include "user.h"
#include <map>
#in... | gpl-3.0 |
Kev/evexin | Controllers/FileDataStore.cpp | 1458 | /*
* Copyright (c) 2013 Kevin Smith
* Licensed under the GNU General Public License v3.
* See Documentation/Licenses/GPLv3.txt for more information.
*/
#include <Eve-Xin/Controllers/FileDataStore.h>
#include <boost/filesystem/fstream.hpp>
#include <Swiften/Base/ByteArray.h>
#include <Swiften/Base/Path.h>
#includ... | gpl-3.0 |
AnguisCaptor/AsmNet | Asm.Net/src/Opcodes/XOR/XOR_ESI_ECX.cs | 723 | using System;
using System.Collections.Generic;
using System.Text;
using Asm.Net.src.Interfaces;
namespace Asm.Net.src.Opcodes.XOR
{
public class XOR_ESI_ECX : Instruction, IXor
{
public XOR_ESI_ECX()
: base(2, typeof(IXor))
{
}
public override byte[] ToByteArray()... | gpl-3.0 |
fener06/pyload | module/plugins/hooks/Ev0InFetcher.py | 3770 | # -*- coding: utf-8 -*-
"""
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 ... | gpl-3.0 |
mop/LTPTextDetector | scripts/gridsearch.py | 2959 | import numpy as np
import subprocess
import re
import os
TEMPLATE = """%%YAML:1.0
input_directory: ../sample_icdar_2005/
responses_directory: ../result_sample/
crf_model_file: models/model_crf_rf_svm.dat
svm_model_file: models/model_svm_cc.yml
cnn_model_file: dumpnet_bin/
random_forest_model_file: models/model_forest_... | gpl-3.0 |
MyEmbeddedWork/ARM_CORTEX_M3-STM32 | 1. Docs/Doxygen/html/__sbrk_8c.js | 94 | var __sbrk_8c =
[
[ "_sbrk", "__sbrk_8c.html#aae54d7b9578ba1fc171ce6f30f4c68a3", null ]
]; | gpl-3.0 |
cXhristian/django-wiki | src/wiki/plugins/macros/mdx/wikilinks.py | 2208 | #!/usr/bin/env python
"""
Extend the shipped Markdown extension 'wikilinks'
"""
from __future__ import unicode_literals
import re
import markdown
from django.core.urlresolvers import reverse
from markdown.extensions import wikilinks
def build_url(label, base, end, md):
""" Build a url from the label, a base, an... | gpl-3.0 |
ouyangyu/fdmoodle | backup/util/structure/tests/baseatom_test.php | 4625 | <?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle 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.
//
//... | gpl-3.0 |
patxoca/arv.autotest | tests/test_event_filters.py | 7603 | # -*- coding: utf-8 -*-
# $Id$
from __future__ import unicode_literals
from builtins import object
from future.utils import PY2
import os
import re
import shutil
import tempfile
import unittest
import pyinotify
from arv.autotest.config import watch_node_validator
from arv.autotest.event_filters import and_
from ar... | gpl-3.0 |
TuxmAL/dice-api | app/models/doah_deck.rb | 1176 | # encoding: utf-8
# doah_deck.rb
class DevOpsAgainstHumanityDeck
# github master: 'https://raw.githubusercontent.com/bridgetkromhout/devops-against-humanity/master/cards-DevOpsAgainstHumanity.csv'
def initialize(local_deck = true)
#puts "Sinatra root #{Sinatra::Application::settings.root}."
url = (local_dec... | gpl-3.0 |
roma/roma-java-client | java/client/src/main/java/jp/co/rakuten/rit/roma/client/util/commands/ExpiredSwapAndPushCommand.java | 958 | package jp.co.rakuten.rit.roma.client.util.commands;
import jp.co.rakuten.rit.roma.client.ClientException;
import jp.co.rakuten.rit.roma.client.commands.CommandContext;
public class ExpiredSwapAndPushCommand extends UpdateCommand {
@Override
protected void create(CommandContext context) throws ClientExcept... | gpl-3.0 |
ArtisticPhoenix/Evo | Evo/Core/Plexer/PlexerException.php | 1376 | <?php
namespace Evo\Core\Plexer;
use Evo\Core\Error\ErrorException;
use Evo\Debug;
/**
* validate dependancies
*/
if (!defined('EVO_PATH_CORE')) {
die('No direct access allowed!');
}
require_once EVO_PATH_CORE . 'validate_env.php';
/**
*
* (c) 2016 Hugh Durham III
*
* For license information please view th... | gpl-3.0 |
jspenguin2017/uBlockProtector | src/reporter/index.js | 7352 | // ----------------------------------------------------------------------------------------------------------------- //
// Nano Defender - An anti-adblock defuser
// Copyright (C) 2016-2019 Nano Defender contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of t... | gpl-3.0 |
jongrant/SpotlightToDesktop | Main/Wallpaper.cs | 1835 | using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Win32;
namespace SpotlightToDesktop
{
public static class Wallpaper
{
const i... | gpl-3.0 |
redsolution/django-server-config | config/management/commands/make_config.py | 553 | # -*- coding: utf-8 -*-
from django.core.management.base import BaseCommand, CommandError
class Command(BaseCommand):
help = '''Usage manage.py make_config [template]
Make specified config file.
Available templates:
init.d
lighttpd
logrotate
monit
httpd
'''
def handle(self, *args... | gpl-3.0 |
multiplemonomials/Equivalent-Exchange-Reborn | src/main/java/net/multiplemonomials/eer/data/EERExtendedPlayer.java | 5392 | package net.multiplemonomials.eer.data;
import java.util.HashSet;
import java.util.Set;
import net.minecraft.entity.Entity;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.entity.player.EntityPlayerMP;
import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;
import net.minec... | gpl-3.0 |
tarceri/phoronix-test-suite | pts-core/objects/pts_math.php | 2985 | <?php
/*
Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2009 - 2011, Phoronix Media
Copyright (C) 2009 - 2011, Michael Larabel
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as publis... | gpl-3.0 |
DurandetErwan/StageDUT | Projet_Son/PlayAudio/PlayAudio/obj/Debug/android/src/playaudio/playaudio/R.java | 813 | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package playaudio.playaudio;
public final class R {
public static final class attr {
}
public static final class drawable {
... | gpl-3.0 |
Drakuwa/aBusTripMK | src/org/andnav/osm/util/NetworkLocationIgnorer.java | 1422 | package org.andnav.osm.util;
import android.location.LocationManager;
/**
*
* A class to check whether we want to use a location.
* If there are multiple location providers, i.e. network and GPS,
* then you want to ignore network locations shortly after a GPS location
* because you will get another GPS location... | gpl-3.0 |
ArmandDelessert/WarTanks | WarTanks/src/gamemanager/map/Cell.java | 1169 | /**
* Projet : WarTanks
* Auteur : Armand Delessert
* Date : 21.03.2015
*/
package gamemanager.map;
/**
*
* @author Armand
*/
public abstract class Cell {
/*** Getters ***/
public Class cellType() {
return this.getClass();
}
public Cell destroyCell() {
return null;
}
/*** Méthodes ***/
publi... | gpl-3.0 |
SYSC-3010-F5/AVA-SH | src/server/datatypes/WeatherData.java | 2260 | package server.datatypes;
//class to automatically parse the raw JSON from Open Weather Map
import org.json.JSONArray;
import org.json.JSONObject;
public class WeatherData
{
private float temperature;
private String weatherType;
private String weatherDescription;
private String city;
private Stri... | gpl-3.0 |
EterniaLogic/EterniaLibrary | src/Simulation/RPG/Entities/Creature/Creature.cpp | 2683 | #include "Creature.h"
// Default values provided here are based on an average human male
Creature::Creature(){
classname="[Creature]";
alive=true; // would be nice to have
energy.health = &health;
health.energy = &energy;
_type=CT_Unknown;
_class=CCL_NONE;
weight_kg = 81; // aver... | gpl-3.0 |
veskuh/Tweetian | qml/tweetian-harmattan/TweetPageJS.js | 12617 | /*
Copyright (C) 2012 Dickson Leong
This file is part of Tweetian.
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 lat... | gpl-3.0 |
dwengovzw/Ardublock-for-Dwenguino | ardublock-master/src/main/java/com/ardublock/translator/block/Dwenguino/Tsop.java | 1172 | package com.ardublock.translator.block.Dwenguino;
import com.ardublock.translator.Translator;
import com.ardublock.translator.block.TranslatorBlock;
import com.ardublock.translator.block.exception.SocketNullException;
import com.ardublock.translator.block.exception.SubroutineNotDeclaredException;
public class Tsop ex... | gpl-3.0 |
themiwi/freefoam-debian | src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/binaryAbsorptionEmission/binaryAbsorptionEmission.H | 3791 | /*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd.
\\/ M anipulation |
---------------... | gpl-3.0 |
jmesmon/trifles | udp-spam/src/main.rs | 395 | use tokio::net;
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error + 'static>> {
let sock = net::UdpSocket::bind("0.0.0.0:0").await?;
sock.set_broadcast(true)?;
let addr = "192.168.6.255:2000";
let buf = b"hello\r\n";
loop {
sock.send_to(&buf[..], addr).await?;
... | gpl-3.0 |
ac2cz/FoxTelem | src/telemetry/FoxBPSK/FoxBPSKHeader.java | 3341 | package telemetry.FoxBPSK;
import common.Config;
import common.FoxSpacecraft;
import common.Spacecraft;
import decoder.FoxDecoder;
import telemetry.BitArrayLayout;
import telemetry.Header;
import telemetry.TelemFormat;
public class FoxBPSKHeader extends Header {
// Extended Mode Bits that are only in FoxId 6 and lat... | gpl-3.0 |
mikellow/animation-tool | app/js/animation-tool-base.js | 1740 | (function () {
"use strict";
var form = document.getElementById('transformationsForm');
console.log('form elemenets', form.elements);
var transformedElement = document.getElementById('transformed');
var transformProperties = {};
var i = 0;
var iMax = form.elements.length;
for(;i < iMax; i++){
form.elements[i].a... | gpl-3.0 |
cfrioux/MeneTools | setup.py | 2387 | # -*- coding: utf-8 -*-
# Copyright (C) 2017-2021 Clémence Frioux & Arnaud Belcour - Inria Dyliss - Pleiade
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the Licens... | gpl-3.0 |