repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
omega227/DeanCC
DeanCC5/DeanCCCore/Core/ZipFileHeader.cs
598
using System; using System.IO; using System.Net; using System.Security.Cryptography; using DeanCCCore.Core._2ch.Jane; using DeanCCCore.Core.Utility; namespace DeanCCCore.Core { [Serializable] public class ZipFileHeader : ImageHeader { public ZipFileHeader() { } public ZipF...
gpl-3.0
iLoop2/ResInsight
ApplicationCode/ModelVisualization/RivGridPartMgr.cpp
10747
///////////////////////////////////////////////////////////////////////////////// // // Copyright (C) 2011- Statoil ASA // Copyright (C) 2013- Ceetron Solutions AS // Copyright (C) 2011-2012 Ceetron AS // // ResInsight is free software: you can redistribute it and/or modify // it under the terms of the GN...
gpl-3.0
mozilla/caseconductor-ui
platform/db_scripts/db_tcm_update_db_script_8.sql
57
ALTER TABLE Tag ADD (version INT DEFAULT '0' NOT NULL);
gpl-3.0
FATruden/puppet
modules/repos/README.md
518
# Manage yum repos ## in any.yaml ``` repos::default: gpgcheck: 0 enabled: 1 mirrorlist_expire: 7200 failovermethod: priority repos::list: name1: descr: name-1 mirrorlist: 'http://url/?release=$releasever&arch=$basearch&repo=os&infra=$infra' priority: 50 name2: descr: name-2 mirro...
gpl-3.0
MitchellMcKenna/LifePress
application/errors/error_db.php
2192
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.2.4 or newer * * NOTICE OF LICENSE * * Licensed under the Academic Free License version 3.0 * * This source file is subject to the Academic Free License (A...
gpl-3.0
MichaelCoughlinAN/Odds-N-Ends
C++/OpenGL_Example_1/build/glfw-3.2.1/docs/html/globals_defs_m.html
7738
<!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...
gpl-3.0
Wano-k/RPG-Paper-Maker
Editor/CustomWidgets/paneldamageskind.cpp
2843
/* RPG Paper Maker Copyright (C) 2017-2021 Wano RPG Paper Maker engine is under proprietary license. This source code is also copyrighted. Use Commercial edition for commercial use of your games. See RPG Paper Maker EULA here: http://rpg-paper-maker.com/index.php/eula. */ #include "paneld...
gpl-3.0
virtuald/webdma
autogen.sh
724
#! /bin/sh dirs="$*" if test _"$dirs" = _ then dirs="." fi for dir in $dirs do if test -d $dir then aclocal="" autoconf=" && autoconf" autoheader="" automake="" if test -f $dir/Makefile.am then aclocal=" && aclocal -I build-aux" automake=" && automake --copy --add-missing" if egrep 'A[CM]_PROG_...
gpl-3.0
greenriver/hmis-warehouse
drivers/claims_reporting/extensions/health/patient_extension.rb
2089
### # Copyright 2016 - 2022 Green River Data Analysis, LLC # # License detail: https://github.com/greenriver/hmis-warehouse/blob/production/LICENSE.md ### require 'memoist' module ClaimsReporting::Health module PatientExtension extend ActiveSupport::Concern included do extend Memoist has_many :...
gpl-3.0
TGates71/PNPv1-Languages
PNPv101-lang-english/modules/Downloads/admin/language/lang-english.php
5394
<?php /**************************************************************************/ /* PHP-NUKE: Advanced Content Management System */ /* ============================================ */ /* */ /* Th...
gpl-3.0
franzueto/rankingpoliticogt-android
app/src/main/java/com/hackatoncivico/rankingpolitico/ProfileActivity.java
6690
package com.hackatoncivico.rankingpolitico; import android.content.SharedPreferences; import android.os.AsyncTask; import android.os.Bundle; import android.preference.PreferenceManager; import android.support.v4.util.LogWriter; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; ...
gpl-3.0
martinvol/tallerII
ApplicationServer/src/leveldb/include/leveldb/db.h
6509
// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. #ifndef STORAGE_LEVELDB_INCLUDE_DB_H_ #define STORAGE_LEVELDB_INCLUDE_DB_H_ #include <stdint.h> #inclu...
gpl-3.0
SanderMertens/opensplice
src/tools/idlpp/code/idl_scope.c
9149
/* * OpenSplice DDS * * This software and documentation are Copyright 2006 to 2013 PrismTech * Limited and its licensees. All rights reserved. See file: * * $OSPL_HOME/LICENSE * * for full copyright notice and license terms. * */ #include <assert.h> #includ...
gpl-3.0
htdebeer/paru
lib/paru/filter/subscript.rb
874
#-- # Copyright 2015, 2016, 2017 Huub de Beer <Huub@heerdebeer.org> # # This file is part of Paru # # Paru 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)...
gpl-3.0
hypergnash/Exif-Scout
README.md
1628
Exif-Scout ========== The Exif-Scout is a C++ & Qt based GUI for offline searching through the exif-data of images with the power of regular expresions. ![Exif-Scout-GUI](http://timluedtke.de/ablage/Exif-Scout.png) You can select various exiv-data as search parameters and the Exif-Scout searches through your offline...
gpl-3.0
gitRigge/bookmanager
test/target/geb-reports/bookmanager/BookManageSpec/001-001-Test German Home Page-end.html
8177
<?xml version="1.0" encoding="UTF-8"?> <html lang="en" class="no-js ie8"> <!--<![endif]--> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <title> Mein Bookmanager </title> <meta name="viewport" cont...
gpl-3.0
jrising/open-estimate
openest/generate/v1/effectset.py
23746
# -*- coding: utf-8 -*- ################################################################################ # Copyright 2014, Distributed Meta-Analysis System ################################################################################ """Software structure for generating Monte-Carlo collections of results. NOTE: Hi...
gpl-3.0
ivandrofly/subtitleedit
src/ui/Forms/VideoError.cs
4893
using Nikse.SubtitleEdit.Core.Common; using Nikse.SubtitleEdit.Forms.Options; using Nikse.SubtitleEdit.Logic; using Nikse.SubtitleEdit.Logic.VideoPlayers; using System; using System.Text; using System.Windows.Forms; namespace Nikse.SubtitleEdit.Forms { public partial class VideoError : Form { public V...
gpl-3.0
zuiwuchang/king-document
data/panels/1763.js
291
var __v=[ { "Id": 3568, "Panel": 1763, "Name": "紋理動畫", "Sort": 0, "Str": "" }, { "Id": 3569, "Panel": 1763, "Name": "相關API", "Sort": 0, "Str": "" }, { "Id": 3570, "Panel": 1763, "Name": "Example", "Sort": 0, "Str": "" } ]
gpl-3.0
nemolovich/HADL
doc/m0/main/package-frame.html
1109
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Mon Dec 09 13:16:02 CET 2013 --> <title>m0.main</title> <meta name="date" content="2013-12-09"> <link rel="stylesheet" type="tex...
gpl-3.0
kradhub/zik2ctl
src/zikapi.h
3043
/* Zik2ctl * Copyright (C) 2015 Aurélien Zanelli <aurelien.zanelli@darkosphere.fr> * * Zik2ctl is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option...
gpl-3.0
manovotny/wp-gist
src/classes/class-wp-gist.php
1164
<?php class WP_Gist { /* Properties ---------------------------------------------------------------------------------- */ /** * Instance of the class. * * @var WP_Gist */ protected static $instance = null; /** * Class slug. * * @var string */ protected...
gpl-3.0
djo938/adafruit_lcd_menu
README.md
107
adafruit_lcd_menu ================= a menu system to control the raspberry py with the adafruit lcd plate
gpl-3.0
twominutesalad/PDOBoardGameClub
upload/available/validate_add_available.php
1457
<?php // Clear variables $boardGameError = ""; $boardGameAvailable = ""; // Get the playerID, if null return user to the available page $playerID = null; if (!empty($_GET['playerID'])) { $playerID = $_REQUEST['playerID']; } if ( null==$playerID ) { header("Location: ../available.php"); } if ($_SERVER["...
gpl-3.0
rfines/NodeKoans
2_dgram/buffer-koans.js
2619
var events = require('events'), koanize = require('koanizer'), util = require('util'); koanize(this); // Standard and RFC set these values var REFERENCE_CLOCK_FREQUENCY = 90000; // RTP packet constants and masks var RTP_HEADER_SIZE = 12; var RTP_FRAGMENTATION_HEADER_SIZE = 4; var SAMPLES_PER_FRAME...
gpl-3.0
erichilarysmithsr/pH7-Social-Dating-CMS
_protected/app/system/modules/affiliate/controllers/HomeController.php
1983
<?php /** * @author Pierre-Henry Soria <ph7software@gmail.com> * @copyright (c) 2012-2015, Pierre-Henry Soria. All Rights Reserved. * @license GNU General Public License; See PH7.LICENSE.txt and PH7.COPYRIGHT.txt in the root directory. * @package PH7 / App / System / Module / Affiliate / ...
gpl-3.0
AppleLab/Pedigree-training
Pedigree/Pedigree/AppDelegate.h
265
// // AppDelegate.h // Pedigree // // Created by user on 12.09.13. // Copyright (c) 2013 user. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
gpl-3.0
miti0/mosquito
strategies/ai/scikitbase.py
1418
from abc import ABC import configargparse from sklearn.externals import joblib from termcolor import colored class ScikitBase(ABC): """ Base class for AI strategies """ arg_parser = configargparse.get_argument_parser() arg_parser.add('-p', '--pipeline', help='trained model/pipeline (*.pkl file)', ...
gpl-3.0
Todkommt/Mass-Effect-Ships-Mod
src/main/java/com/octagon/airships/block/AirshipsBlock.java
1152
package com.octagon.airships.block; import com.octagon.airships.reference.Reference; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.block.Block; import net.minecraft.block.BlockContainer; import net.minecraft.block.material.Material; import net.minecraft.client.rende...
gpl-3.0
zflat/Receptacle
test/example_plugins/example_util09_SimpleForm/simple_form_widget.cpp
261
#include "simple_form_widget.h" #include "ui_simple_form_widget.h" SimpleFormWidget::SimpleFormWidget(QWidget *parent) : QWidget(parent), ui(new Ui::SimpleFormWidget) { ui->setupUi(this); } SimpleFormWidget::~SimpleFormWidget() { delete ui; }
gpl-3.0
zpxocivuby/freetong_mobile_server
itaf-aggregator/itaf-ws-simulator/src/test/java/itaf/WsUserTakeDeliveryAddressService/ObjectFactory.java
14213
package itaf.WsUserTakeDeliveryAddressService; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlElementDecl; import javax.xml.bind.annotation.XmlRegistry; import javax.xml.namespace.QName; /** * This object contains factory methods for each * Java content interface and Java element interfac...
gpl-3.0
RpicmsTeam/RPICMS
core/backend/admin/modules/navigation.php
562
<?php ############################### # include files from root dir # ############################### $root_1 = realpath($_SERVER["DOCUMENT_ROOT"]); $currentdir = getcwd(); $root_2 = str_replace($root_1, '', $currentdir); $root_3 = explode("/", $root_2); if ($root_3[1] == 'core') { echo $root_3[1]; $root = realpat...
gpl-3.0
i32ropie/Algoritmica
p2/main.hpp
13742
#ifndef __MAIN_HPP__ #define __MAIN_HPP__ #include <iostream> #include <unistd.h> #include <string> #include <vector> #include <stdint.h> // Para usar uint64_t #include "hanoi.hpp" #include "statistical.hpp" #include "ClaseTiempo.hpp" #define cls() system("clear"); long long combinatorio_iterativo(const int &n,const...
gpl-3.0
sizuest/EMod
ch.ethz.inspire.emod/src/ch/ethz/inspire/emod/model/units/package-summary.html
6507
<!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 (1.8.0_111) on Thu Dec 22 11:36:55 CET 2016 --> <title>ch.ethz.inspire.emod.model.units</title> <meta name="date" content="2016-12-22"> <link rel="sty...
gpl-3.0
younglim/hats-ci
robot_automation/src/logs.py
3513
import commandRunner as cr import subprocess import glob, os, platform, shutil, adb from pathlib import Path def combine_browsers_logs(udid): cmd = 'rebot -N Combined --outputdir browserlogs/ ' for idx, device in enumerate(udid): #Get all the output.xml files for the devices if platform.s...
gpl-3.0
lighthouse64/Random-Dungeon
src/com/lh64/randomdungeon/actors/buffs/SnipersMark.java
1360
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * 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. * * T...
gpl-3.0
51zhaoshi/myyyyshop
Maticsoft.TaoBao_Source/Maticsoft.TaoBao.Request/SimbaAdgroupCampcatmatchsGetRequest.cs
1512
namespace Maticsoft.TaoBao.Request { using Maticsoft.TaoBao; using Maticsoft.TaoBao.Util; using System; using System.Collections.Generic; using System.Runtime.CompilerServices; public class SimbaAdgroupCampcatmatchsGetRequest : ITopRequest<SimbaAdgroupCampcatmatchsGetResponse> { pri...
gpl-3.0
koep/domainmod
queue/add.php
19235
<?php /** * /queue/add.php * * This file is part of DomainMOD, an open source domain and internet asset manager. * Copyright (c) 2010-2016 Greg Chetcuti <greg@chetcuti.com> * * Project: http://domainmod.org Author: http://chetcuti.com * * DomainMOD is free software: you can redistribute it and/or modify it un...
gpl-3.0
sfstpala/hello
hello/__main__.py
1225
# Copyright (c) 2014 Stefano Palazzo <stefano.palazzo@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 later version. # Thi...
gpl-3.0
janvc/utility-scripts
progs/source/mctdh_specinput.cpp
17237
/* * Copyright 2015 Jan von Cosel * * This file is part of utility-scripts. * * utility-scripts 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) an...
gpl-3.0
open-source-wap/dcms-social
upload/install/db_tables/ank_stena.sql
594
CREATE TABLE IF NOT EXISTS `stena` ( `id` int(11) NOT NULL AUTO_INCREMENT, `id_user` int(11) NOT NULL, `id_stena` int(11) NOT NULL, `time` int(11) NOT NULL, `msg` varchar(1024) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `read` int(11) DEFAULT '1', PRIMARY KEY (`id`), KEY `time` (`time`) ) ...
gpl-3.0
komh/coreutils-os2
tests/split/fail.sh
2809
#!/bin/sh # split must fail when given length/count of zero. # Copyright (C) 2003-2019 Free Software Foundation, 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 Li...
gpl-3.0
dyle/rpgmapper
include/rpgmapper/layer/grid_layer.hpp
2443
/* * This file is part of rpgmapper. * See the LICENSE file for the software license. * (C) Copyright 2018-2019, Oliver Maurhart, dyle71@gmail.com */ #ifndef RPGMAPPER_MODEL_LAYER_GRID_LAYER_HPP #define RPGMAPPER_MODEL_LAYER_GRID_LAYER_HPP #include <QColor> #include <QJsonObject> #include <QPainter> #include <rp...
gpl-3.0
VertigeASBL/genrespluriels
plugins/auto/cfg/lang/cfg_de.php
2563
<?php // This is a SPIP language file -- Ceci est un fichier langue de SPIP // extrait automatiquement de http://www.spip.net/trad-lang/ // ** ne pas modifier le fichier ** if (!defined("_ECRIRE_INC_VERSION")) return; $GLOBALS[$GLOBALS['idx_lang']] = array( // B 'bouton_effacer' => 'L&ouml;schen', 'bouton_mettr...
gpl-3.0
ara8586/b.v4
plugins/tools.lua
58624
--Begin Tools.lua :) local SUDO = 71377914 -- put Your ID here! <=== function exi_files(cpath) local files = {} local pth = cpath for k, v in pairs(scandir(pth)) do table.insert(files, v) end return files end local function file_exi(name, cpath) for k,v in pairs(exi_files(cpath)) do i...
gpl-3.0
IntellectionStudio/intellection.kz
content/questions/question-design-1.md
278
--- id: 11 question: Telegram – полезные каналы для чтения ежедневных статей, просмотра работ дизайнеров со всего мира, поиска вдохновения title: Telegram subject: design items: 19 ---
gpl-3.0
nsol-nmsu/ndnSIM
docs/icens/html/search/classes_7.js
2179
var searchData= [ ['handler_5fallocator',['handler_allocator',['../classwebsocketpp_1_1transport_1_1asio_1_1handler__allocator.html',1,'websocketpp::transport::asio']]], ['hash32',['Hash32',['../classnfd_1_1name__tree_1_1Hash32.html',1,'nfd::name_tree']]], ['hash64',['Hash64',['../classnfd_1_1name__tree_1_1Hash64...
gpl-3.0
deufrai/qrest_deb_packaging
src/gui/widgets/custom/progressPie.cpp
3060
/* * qrest * * Copyright (C) 2008-2012 - Frédéric CORNU * * 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 v...
gpl-3.0
austindlawless/dotCMS
src/com/dotmarketing/servlets/IconServlet.java
3815
package com.dotmarketing.servlets; import java.io.BufferedInputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.util.Calendar; import java.util.Date; import java.util.Locale; import java.util.TimeZone; import javax.servlet.ServletException; import javax.servlet.Serv...
gpl-3.0
oblitum/YouCompleteMe
python/ycm/vimsupport.py
40365
# Copyright (C) 2011-2012 Google Inc. # 2016 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe 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 versi...
gpl-3.0
flexyourrights/openpolice
src/Views/nodes/2713-dept-page-calls-action.blade.php
615
<!-- resources/views/vendor/openpolice/nodes/2713-dept-page-calls-action.blade.php --> <a class="btn btn-primary btn-lg" href="/filing-your-police-complaint/{{ $d['deptRow']->dept_slug }}" <?php /* @if (in_array(substr($d['deptRow']->dept_slug, 0, 3), ['NY-', 'MA-', 'MD-', 'MN-', 'DC-'])) href="/filing-your-pol...
gpl-3.0
mattkatsenes/tiro-interactive
prado/branch-1.0/protected/Pages/TextManagement/CombinedView.php
712
<?php Prado::Using('Application.Engine.*'); class CombinedView extends TPage { public $text; public $tiroText; public function onLoad() { global $ABS_PATH,$USERS_PREFIX; $this->text = TextRecord::finder()->findByPk($_GET['id']); $this->tiroText = new TiroText($ABS_PATH.'/'.$USERS_PREFIX.'/'.$this->User->Na...
gpl-3.0
jmbeuken/abinit
src/01_triqs_ext/triqs_cthyb_qmc.cpp
14888
#if defined HAVE_CONFIG_H #include "config.h" #endif #include <solver_core.hpp> #include <triqs/operators/many_body_operator.hpp> #include <triqs/hilbert_space/fundamental_operator_set.hpp> #include <triqs/gfs.hpp> #include <stdlib.h> #include <stdio.h> #include <iostream> #include <fstream> #include <iomanip> //#incl...
gpl-3.0
wwood/graftM
graftm/run.py
42090
#!/usr/bin/env python3 import os import logging import tempfile import shutil from graftm.sequence_search_results import SequenceSearchResult from graftm.graftm_output_paths import GraftMFiles from graftm.search_table import SearchTableWriter from graftm.sequence_searcher import SequenceSearcher from graftm.hmmsearch...
gpl-3.0
nitro2010/moodle
blocks/fn_marking/db/access.php
2269
<?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. // // Moodle ...
gpl-3.0
hungly/Pacman
html/search/search.js
24120
// Search script generated by doxygen // Copyright (C) 2009 by Dimitri van Heesch. // The code in this file is loosly based on main.js, part of Natural Docs, // which is Copyright (C) 2003-2008 Greg Valure // Natural Docs is licensed under the GPL. var indexSectionsWithContent = { 0: "000000000000000000000000000000...
gpl-3.0
innermous/sturdy
src/core/entrymanager.cpp
2683
/*********************************************************************** ** ** Sturdy - note-taking app ** Copyright (C) 2016 Vladislav Tronko <innermous@gmail.com> ** ** Sturdy 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
jainaman224/Algo_Ds_Notes
Rain_Water_Trapping/Rain_Water_Trapping.py
1208
# Rain_Water_Trapping def trappedWater(a, size) : # left[i] stores height of tallest bar to the to left of it including itself left = [0] * size # Right [i] stores height of tallest bar to the to right of it including itself right = [0] * size # Initialize result waterVol...
gpl-3.0
mtenpow/xaeios
Core/XaeiOS.Core/OSCorlib/System/Security/Principal/IIdentity.cs
270
using System.Reflection; using System.Runtime.CompilerServices; namespace System.Security.Principal { public interface IIdentity { string AuthenticationType { get; } bool IsAuthenticated { get; } string Name { get; } } }
gpl-3.0
SiLab-group/structSim
structSimV1/src/main/java/ch/hevs/silab/structuredsim/interfaces/IManageModifier.java
1281
/** * Copyright (c) 2017 HES-SO Valais - Smart Infrastructure Laboratory (http://silab.hes.ch) * * This file is part of StructuredSimulationFramework. * * The StructuredSimulationFramework is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published b...
gpl-3.0
FOSSEE/eSim
CONTRIBUTION.md
1330
## Contribution If you want to add any enhancement feature or have found any bug and want to work on it, please open a new issue regarding that and put a message "I would like to work on it." And make sure every pull request should reference to an issue. #### Points on how to make pull request * You need to fork this ...
gpl-3.0
amethyst-asuka/GCModeller
src/interops/visualize/Circos/Circos/TrackDatas/Adapter/Highlights/Repeat.vb
3104
#Region "Microsoft.VisualBasic::e7960fcc4cc15725cc863a98473d765c, ..\interops\visualize\Circos\Circos\TrackDatas\Adapter\Highlights\Repeat.vb" ' Author: ' ' asuka (amethyst.asuka@gcmodeller.org) ' xieguigang (xie.guigang@live.com) ' xie (genetics@smrucc.org) ' ' Copyrig...
gpl-3.0
zuiwuchang/king-document
data/chapters/630.js
85
var __v=[ { "Id": 2046, "Chapter": 630, "Name": "c++", "Sort": 0 } ]
gpl-3.0
kdbanman/browseRDF
tulip-3.8.0-src/thirdparty/OGDF/ogdf/layered/SplitHeuristic.h
2264
/* * $Revision: 2299 $ * * last checkin: * $Author: gutwenger $ * $Date: 2012-05-07 15:57:08 +0200 (Mon, 07 May 2012) $ ***************************************************************/ /** \file * \brief Declaration of class SplitHeuristic. * * \author Andrea Wagner * * \par License: * This file ...
gpl-3.0
m3rlin87/darkstar
scripts/zones/Pashhow_Marshlands_[S]/mobs/Virulent_Peiste.lua
421
----------------------------------- -- Area: Pashhow Marshlands [S] -- Mob: Virulent Peiste -- Note: PH for Sugaar ----------------------------------- local ID = require("scripts/zones/Pashhow_Marshlands_[S]/IDs") require("scripts/globals/mobs") ----------------------------------- function onMobDeath(mob, player, isK...
gpl-3.0
gnu-user/orwell
Orwell/doc/org/spongycastle/asn1/x509/class-use/ReasonFlags.html
10495
<!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 (version 1.7.0_17) on Mon May 06 00:15:52 EDT 2013 --> <title>Uses of Class org.spongycastle.asn1.x509.ReasonFlags</title> <meta name="date" content="...
gpl-3.0
junwan6/cdhpoodll
blocks/ucla_office_hours/version.php
45
<?php $plugin->version = 2012060700; //EOF
gpl-3.0
AsteroidOS/asteroid-timer
i18n/asteroid-timer.en_GB.ts
323
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" language="fr"> <context> <name></name> <message id="id-app-launcher-name"> <location filename="asteroid-timer.desktop.h" line="6"/> <source>Timer</source> <translation>Timer</translation> </message> </context> </T...
gpl-3.0
Ju1ien/ArdupilotST-JD-outdated
ArduCopter/defines.h
21508
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- #ifndef _DEFINES_H #define _DEFINES_H #include <AP_HAL_Boards.h> // Just so that it's completely clear... #define ENABLED 1 #define DISABLED 0 // this avoids a very common config error #define ENABLE ENABLED ...
gpl-3.0
pizzaandcoffee/Geekbot.net
src/Bot/Commands/Randomness/Ship.cs
3809
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Geekbot.Core; using Geekbot.Core.Database; using Geekbot.Core.Database.Models; using Geekbot.Core.ErrorHandling; using Geekbot.Core.Extensions; using Geekbot.Core.GuildSettingsManager; using Geekbot.C...
gpl-3.0
iqeo/iqeo-server
db/migrate/20141024015712_create_ip4_network_location_join_table.rb
241
class CreateIp4NetworkLocationJoinTable < ActiveRecord::Migration def change create_join_table :ip4_networks, :locations do |t| t.index [:ip4_network_id,:location_id], unique: true, name: 'ip4_network_location' end end end
gpl-3.0
tschroedter/Selkie.Services.Racetracks
Selkie.Services.Racetracks.Tests/ServiceTests.cs
2442
using System; using System.Diagnostics.CodeAnalysis; using JetBrains.Annotations; using NSubstitute; using NUnit.Framework; using Ploeh.AutoFixture.NUnit3; using Selkie.EasyNetQ; using Selkie.NUnit.Extensions; using Selkie.Services.Common.Messages; using Selkie.Windsor; namespace Selkie.Services.Racetracks.Tests { ...
gpl-3.0
e154/smart-home
doc/themes/docsy/layouts/docs/baseof.html
1122
<!doctype html> <html lang="{{ .Site.Language.Lang }}" class="no-js"> <head> {{ partial "head.html" . }} </head> <body class="td-{{ .Kind }}"> <header> {{ partial "navbar.html" . }} </header> <div class="container-fluid td-outer"> <div class="td-main"> <div class="row flex-xl-n...
gpl-3.0
crazyquark/go-ethereum
core/types/receipt.go
3431
// Copyright 2014 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License...
gpl-3.0
bagnalla/puddi
windows_dependencies/include/SDL2/SDL_clipboard.h
2037
/* Simple DirectMedia Layer Copyright (C) 1997-2015 Sam Lantinga <slouken@libsdl.org> 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 u...
gpl-3.0
datapoet/hubminer
src/main/java/draw/basic/ScreenImage.java
7076
/** * Hub Miner: a hubness-aware machine learning experimentation library. * Copyright (C) 2014 Nenad Tomasev. Email: nenad.tomasev at 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 * Foundatio...
gpl-3.0
Topaz1618/Topaz1618.github.io
_posts/2018-06-10-Spiders-Scrapy-01.markdown
11350
--- title: "爬虫之 Scrapy 框架" layout: post date: 2018-02-24 22:48 tag: - 爬虫 blog: true author: Topaz summary: "BeautifulSoup Xpath" permalink: Spiders-Scrapy-01 --- <h1 class="title"> 爬虫之 Scrapy 框架 </h1> <h2> Table of Contents </h2> - [Scrapy 简介](#c1) - [主要组件](#c2) - [工作流程](#c3) - [安装](#c4) - [基本命令](#c5) - [HtmlXpathSel...
gpl-3.0
DraganValjak/WaterrproofingApp-Laravel5
resources/views/admin/pdfponude/stavkamaterijal.blade.php
10356
@extends('admin.layout') @section('styles') <link href="/assets/css/pdfexport.css" rel="stylesheet"> @stop @section('content') <div class="container"> <div class="col-md-12"> <div class="panel panel-default"> <div class="panel-heading"> <p><a href="{{ url('admin/stavkeposla/show',[$evidenc...
gpl-3.0
bcforres/ccc
src/top/manager.h
3307
/* * Copyright (C) 2015 Bailey Forrest <baileycforrest@gmail.com> * * This file is part of CCC. * * CCC 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 op...
gpl-3.0
sudeeptalati/rapportforindependentengineers
rapport-chs-mobile/frontend/views/sparesused/create.php
431
<?php use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model common\models\Sparesused */ $this->title = 'Create Sparesused'; $this->params['breadcrumbs'][] = ['label' => 'Sparesuseds', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?> <div class="sparesused-create"> <h1><?= Htm...
gpl-3.0
drscream/teamvault
src/teamvault/apps/secrets/templates/secrets/accessrequest_detail.html
2467
{% extends "base_nav.html" %} {% load humanize %} {% load i18n %} {% load staticfiles %} {% block "title" %}{% trans "Review Access Request" %}{% endblock %} {% block "css" %} <link href="{% static 'css/secrets.css' %}" rel="stylesheet"> {% endblock %} {% block "content" %} <script type="text/javascript"> $(function ()...
gpl-3.0
braynebuddy/PyBrayne
act_twitter.py
3157
#!/usr/bin/env python # -*- coding: utf-8 -*- # # TODO prog_base.py - A starting template for Python scripts # # Copyright 2013 Robert B. Hawkins # """ SYNOPSIS TODO prog_base [-h,--help] [-v,--verbose] [--version] DESCRIPTION TODO This describes how to use this script. This docstring will be printed by ...
gpl-3.0
RossGammon/the-gammons.net
RossFamilyTree/ppl/9/3/d15f5fdfc6f1c1b003779b54739.html
22047
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - SALTMARSH, Nellie</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name...
gpl-3.0
LRFLEW/OpenRCT2
src/openrct2/ride/thrill/Twist.cpp
6309
/***************************************************************************** * Copyright (c) 2014-2020 OpenRCT2 developers * * For a complete list of all authors, please refer to contributors.md * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2 * * OpenRCT2 is licensed under the GNU Gener...
gpl-3.0
cgwalters/texinfo-git-mirror
texi2html/test/singular_manual/res/singular_httex/is_005freg.html
7548
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Created by texi2html, http://www.gnu.org/software/texinfo/ --> <head> <title>Singular 2-0-4 Manual: D.5.8.6 is_reg</title> <meta name="description" content="Singular 2-0-4 Manual: D.5.8.6 is_reg"> <meta n...
gpl-3.0
cgwalters/texinfo-git-mirror
tp/t/results/info_tests/top_node_normalization.pl
18493
use vars qw(%result_texis %result_texts %result_trees %result_errors %result_indices %result_sectioning %result_nodes %result_menus %result_floats %result_converted %result_converted_errors %result_elements %result_directions_text); use utf8; $result_trees{'top_node_normalization'} = { 'contents' => [ ...
gpl-3.0
farmboy0/xoreos-tools
src/common/system.h
10584
/* xoreos-tools - Tools to help with xoreos development * * xoreos-tools is the legal property of its developers, whose names * can be found in the AUTHORS file distributed with this source * distribution. * * xoreos-tools is free software; you can redistribute it and/or * modify it under the terms of the GNU Ge...
gpl-3.0
dmfs/xml-serializer
src/org/dmfs/xmlserializer/XmlAbstractNode.java
3072
/* * dmfs - http://dmfs.org/ * * Copyright (C) 2012 Marten Gajda <marten@dmfs.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 2 of the License, * or (at your option...
gpl-3.0
loro102/rumbo2
ListadoCiaContrariaSalida.php
2150
<? include('global.php'); ?> <? // asp2php (vbscript) converted on Sat Apr 25 20:59:49 2015 $CODEPAGE="1252";?> <? require("Connections/connrumbo.php"); ?> <? $Siniestros__DDcia="%"; if (($_POST["Cia"]!="")) { $Siniestros__DDcia=$_POST["Cia"]; } ?> <? // $Siniestros is of type "ADODB.Recordset" echo $MM_connru...
gpl-3.0
KatolaZ/mammult
doc/html/mammult_docsu4.html
4795
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html > <head><title>1.1.1.0 node_activity_vectors.py</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="generator" content="TeX4ht (http://www.cse.ohio-state.edu/~gu...
gpl-3.0
iLoop2/ResInsight
ThirdParty/Ert/devel/libconfig/include/ert/config/config_content_node.h
3666
/* Copyright (C) 2012 Statoil ASA, Norway. The file 'config_content_node.h' is part of ERT - Ensemble based Reservoir Tool. ERT 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 ...
gpl-3.0
jpchanson/BeSeenium
src/beseenium/controller/ActionFactory/ActionFactory.java
7333
package beseenium.controller.ActionFactory; /** Copyright(C) 2015 Jan P.C. Hanson & BeSeen Marketing 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, o...
gpl-3.0
luchoman08/Proyecto-MIO
src/java/proyectomio/controlador/operaciones/Controlador_Conductor.java
1169
/* * 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 proyectomio.controlador.operaciones; import proyectomio.accesoDatos.Controlador_BD; import proyectomio.modelo.Consulta; /** ...
gpl-3.0
shakil113/Uva-onlineJudge-solve
UVA12376.cpp
1472
#include <cstdio> #include <vector> #include <utility> #include <algorithm> using namespace std; pair<int, int> computeGreedyLongestPath(const vector<vector<int> > & adjList, int startV, const vector<int> & weightOfVertex); int main(void) { int T, numV, numE, u, v, caseId; vector<vector<int> > adjList; vector<int...
gpl-3.0
AlexFiFi/aura
web/register/index.php
2763
<?php // Copyright (c) Aura development team - Licensed under GNU GPL // For more information, see licence.txt in the main folder // // This is a simple page to create accounts. // Due to the need of reading conf files this script has to be located // inside the Aura web folder, or you have to adjust some paths. // --...
gpl-3.0
WillemHeremans/CV
mail.php
2850
<!DOCTYPE html> <html lang="fr"> <html> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link rel="stylesheet" href="./assets/css/mail.css"/> </head> <body bgcolor="#E6E6FA"> <?php include 'back-submit...
gpl-3.0
TRCIMPLAN/beta
indicadores-matamoros/sustentabilidad-superficie.html
19496
<!DOCTYPE html> <html lang="es"> <head> <meta charset="utf-8"> <!-- =========================================================================================== Instituto Municipal de Planeación y Competitividad de Torreón. Al usar, estudiar y copiar está aceptando los términos de uso de la informaci...
gpl-3.0
FreePBX/framework
amp_conf/htdocs/admin/libraries/Composer/vendor/wrep/daemonizable-command/README.md
6822
# Daemonizable Commands for Symfony [![Build Status of Master](https://travis-ci.org/mac-cain13/daemonizable-command.png?branch=master)](https://travis-ci.org/mac-cain13/daemonizable-command) **A small bundle to create endless running commands with Symfony.** These endless running commands are very easy to daemonize ...
gpl-3.0
DanielSchuessler/hstri
scratch6.hs
115
{-# LANGUAGE ScopedTypeVariables #-} import Bench import Bench.Triangulations main = print (qVertexSolBench trs)
gpl-3.0
jinntrance/librime
src/dict/table_db.cc
2233
// // Copyleft RIME Developers // License: GPLv3 // // 2013-04-18 GONG Chen <chen.sst@gmail.com> // #include <boost/algorithm/string.hpp> #include <boost/lexical_cast.hpp> #include <rime/dict/table_db.h> #include <rime/dict/user_db.h> // Rime table entry format: // phrase <Tab> code [ <Tab> weight ] // for multi-sylla...
gpl-3.0