repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
bozhbo12/demo-spring-server
spring-game/src/main/java/org/epilot/ccf/codec/MessageEncode.java
1193
package org.epilot.ccf.codec; import org.apache.mina.common.ByteBuffer; import org.epilot.ccf.core.code.AbstractMessageEncode; import org.epilot.ccf.core.protocol.Message; import org.epilot.ccf.core.protocol.MessageBody; import org.epilot.ccf.core.protocol.MessageHeader; import org.epilot.ccf.core.util.ByteBufferDataH...
gpl-3.0
Dechcaudron/octARTE
doc/arte3.1.4/robots/MITSUBISHI/PA-10/create_links_stl.html
13068
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>Description of create_links_stl</title> <meta name="keywords" content="create_links_stl"> <meta name="description" content="%%%%%%%%%%%%%%%%%"> <meta http-equiv="Conte...
gpl-3.0
BrainModes/BM.Muse
libmuse_5.8.0/ios/doc/_i_x_n_annotation_format_8h.js
590
var _i_x_n_annotation_format_8h = [ [ "IXNAnnotationFormat", "_i_x_n_annotation_format_8h.html#a607464fe85fc01c26df0c51826fd4841", [ [ "IXNAnnotationFormatPlainString", "_i_x_n_annotation_format_8h.html#a607464fe85fc01c26df0c51826fd4841a7b4fb91d85f0776a7abe6e0623f6b0fc", null ], [ "IXNAnnotationFormatJs...
gpl-3.0
gncvalente/18app
dist/ios/include/Fuse.Triggers.TransitionMode.h
364
// This file was generated based on /usr/local/share/uno/Packages/Fuse.Controls.Navigation/1.3.1/Transition.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Int.h> namespace g{ namespace Fuse{ namespace Triggers{ // public enum TransitionMode :181 uEnumType* Transitio...
gpl-3.0
TacOS-team/tacos
libs/libc/stdio/remove.c
216
#include <unistd.h> #include <sys/stat.h> int remove(const char *pathname) { struct stat buf; stat(pathname, &buf); if (S_ISDIR(buf.st_mode)) { return rmdir(pathname); } else { return unlink(pathname); } }
gpl-3.0
SkanderborgKommune/RollekatelogJSON
Dal.SOFD/IRepo.cs
231
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Dal.SOFD { public interface IRepo<IEntity> { IQueryable<IEntity> Query { get; } } }
gpl-3.0
Niky4000/UsefulUtils
projects/tutorials-master/tutorials-master/core-java-modules/core-java-collections/src/main/java/com/baeldung/iteratorguide/IteratorGuide.java
1260
package com.baeldung.iteratorguide; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.ListIterator; public class IteratorGuide { public static void main(String[] args) { List<String> items = new ArrayList<>(); items.add("ONE"); items.add("T...
gpl-3.0
VitorVilela7/SPCtoMML
SPCtoMML/Form2.cs
1633
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace SPCtoMML { public partial class Form2 : Form { /// <summary> /// Callback for updating progress /// </summary> pri...
gpl-3.0
taroz/gnss-sdr
src/core/receiver/in_memory_configuration.h
2633
/*! * \file in_memory_configuration.h * \brief A ConfigurationInterface for testing purposes. * \author Carlos Aviles, 2010. carlos.avilesr(at)googlemail.com * * This implementation accepts configuration parameters upon instantiation and * it is intended to be used in unit testing. * * ------------------------...
gpl-3.0
cysuncn/python
spark/crm/PROC_A_SUBJECT_D002015.py
3179
#coding=UTF-8 from pyspark import SparkContext, SparkConf, SQLContext, Row, HiveContext from pyspark.sql.types import * from datetime import date, datetime, timedelta import sys, re, os st = datetime.now() conf = SparkConf().setAppName('PROC_A_SUBJECT_D002015').setMaster(sys.argv[2]) sc = SparkContext(conf = conf) sc....
gpl-3.0
slim-curve/slim-curve
src/main/c/bayes/bayes_MonoExpRapidAnalysis.h
5266
/*=================================================================================*/ /* File: bayes_MonoExpAnalysisBinned.h */ /*---------------------------------------------------------------------------------*/ /* Purpose: Header file for bayes_MonoExpAnalysisBinned.c. ...
gpl-3.0
smendez-hi/SUMO-hib
docs/doxygen/d3/dd9/_n_b_traffic_light_logic_cont_8h.html
3983
<!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"/> <title>SUMO - Simulation of Urban MObility: NBTrafficLightLogicCont.h File Ref...
gpl-3.0
gnitnaw/stm32_linux
Projects/Examples/BSP/Inc/main.h
3670
/** ****************************************************************************** * @file BSP/Inc/main.h * @author MCD Application Team * @version V1.2.6 * @date 06-May-2016 * @brief Header for main.c module ****************************************************************************** ...
gpl-3.0
zhouyouyi/puzzles
usaco/palsquare.cc
1092
/* ID: zhou.yo1 PROG: palsquare LANG: C++ */ #include <iostream> #include <fstream> #include <vector> #include <string> #include <cstring> #include <set> #include <map> #include <algorithm> using namespace std; const char* digits = "0123456789ABCDEFGHIJKLMN"; void to_base( int num, int base...
gpl-3.0
IISH/nlgis2
web/demo/templates/menu_start.html
2136
{% extends "base.html" %} {% block content %} <p> <h2>What is NLGIS?</h2> In the nineteenth century there were more than 800 municipalities in the Netherlands, where today only about 450 remain. The NLGIS (Netherlands Geographic Information System) project is an effort to plot data for these municipalities on historica...
gpl-3.0
donomii/svarmr
tcltk/share/doc/tcllib/tcllib/files/modules/fileutil/fileutil.html
34323
<div class='fossil-doc' data-title='fileutil - file utilities'> <style> HTML { background: #FFFFFF; color: black; } BODY { background: #FFFFFF; color: black; } DIV.doctools { margin-left: 10%; margin-right: 10%; } DIV.doctools H1,DIV.doctools H2 { margin-left: -5%; } H1...
gpl-3.0
uholeschak/ediabaslib
Tools/Win32Override/_Common_Files/ExportedStructs.h
3256
/* Copyright (C) 2004 Jacquelin POTIER <jacquelin.potier@free.fr> Dynamic aspect ratio code Copyright (C) 2004 Jacquelin POTIER <jacquelin.potier@free.fr> originally based from APISpy32 v2.1 from Yariv Kaplan @ WWW.INTERNALS.COM This program is free software; you can redistribute it and/or modify it under the terms of...
gpl-3.0
droidapps/pdfreader4Android
deps/openjpeg-1.5.1/applications/jpip/libopenjpip/channel_manager.h
4258
/* * $Id: channel_manager.h 44 2011-02-15 12:32:29Z kaori $ * * Copyright (c) 2002-2011, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium * Copyright (c) 2002-2011, Professor Benoit Macq * Copyright (c) 2010-2011, Kaori Hagihara * All rights reserved. * * Redistribut...
gpl-3.0
PrzemekWirkus/plang
include/plang_tokenizer.h
4712
#ifndef PLANG_TOKENIZER #define PLANG_TOKENIZER #include <map> #include <vector> #include <string> #include <cstring> #include <cstdlib> #include <cctype> #include <algorithm> class PlangTokenizer { // Input buffer std::string m_input; // Current possition in input buffer std::size_t m_input_pos; ...
gpl-3.0
jealouscloud/linerider-advanced
src/IO/ffmpeg/FFMPEG.cs
6950
// Author: // Noah Ablaseau <nablaseau@hotmail.com> // // Copyright (c) 2017 // // 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 o...
gpl-3.0
p01arst0rm/decorum-linux
_resources/kernels/xnu-arm/bsd/netat/adsp.c
10262
/* * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this fi...
gpl-3.0
lucasmattos/crm
client/src/views/email-account/record/edit.js
1286
/************************************************************************ * This file is part of EspoCRM. * * EspoCRM - Open Source CRM application. * Copyright (C) 2014 Yuri Kuznetsov, Taras Machyshyn, Oleksiy Avramenko * Website: http://www.espocrm.com * * EspoCRM is free software: you can redistribute it and...
gpl-3.0
ryanjohns/passmaster
config/environments/production.rb
3780
require "active_support/core_ext/integer/time" Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb. # Code is not reloaded between requests. config.cache_classes = true # Eager load code on boot. This eager loads most of Rails and # your applica...
gpl-3.0
gDanix/OpenRCT2
src/openrct2/ride/coaster/LoopingRollerCoaster.cpp
404229
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers /***************************************************************************** * OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * * OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For more information, visit h...
gpl-3.0
Tikaji/HaloCraft
src/main/java/com/tikaji/halocraft/HaloCraft.java
1665
package com.tikaji.halocraft; import com.tikaji.halocraft.common.handlers.ConfigurationHandler; import com.tikaji.halocraft.common.proxy.IProxy; import com.tikaji.halocraft.common.utility.Reference; import com.tikaji.halocraft.common.utility.VersionChecker; import net.minecraftforge.common.config.Configuration; import...
gpl-3.0
old-town/workflow-doctrine
src/EntityRepository/Exception/ExceptionInterface.php
464
<?php /** * @link https://github.com/old-town/workflow-doctrine * @author Malofeykin Andrey <and-rey2@yandex.ru> */ namespace OldTown\Workflow\Spi\Doctrine\EntityRepository\Exception; use OldTown\Workflow\Spi\Doctrine\Exception\ExceptionInterface as ParentExceptionInterface; /** * Interface ExceptionInterfac...
gpl-3.0
moira-alert/web
static/app/directives/templates/new-contact.html
1072
<form ng-submit="add()" name="contact_form"> <div class="row"> <div class="col s14"> <div class="input-field"> <i ng-if="config.json.help" class="material-icons tooltipped contact-tooltip" data-position="right" data-delay="50" data-tooltip="{{config.json.help}}">help</i> <input name="input" type="text" ng...
gpl-3.0
arch1tect0r/iono_zond_post_processing
src/common/GnssLogTime.cpp
2745
/* * 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. */ /* * File: GnssLogTime.cpp * Author: markov */ #include <boost/date_time/posix_time/posix_time.hpp> #include "gnss_f...
gpl-3.0
revbayes/revbayes
src/revlanguage/functions/basic/Func_seq.h
5926
#ifndef Func_seq_H #define Func_seq_H #include "Procedure.h" #include <string> namespace RevLanguage { /** * @brief Function that creates a numerical sequence. * * This function is the equivalent to the 'R' function seq(). * The function creates a numerical sequence from the specified val...
gpl-3.0
npomroy/MineHr
src/main/java/com/kraz/minehr/items/HorizonHoe.java
614
package com.kraz.minehr.items; import com.kraz.minehr.MineHr; import com.kraz.minehr.reference.Reference; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.item.ItemHoe; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; public class HorizonHoe extends ItemHoe...
gpl-3.0
nickhand/nbodykit
nbodykit/source/catalog/tests/test_file.py
4337
from runtests.mpi import MPITest from nbodykit.lab import * from nbodykit import setup_logging from numpy.testing import assert_allclose import tempfile import os @MPITest([1]) def test_hdf(comm): import h5py # fake structured array dset = numpy.empty(1024, dtype=[('Position', ('f8', 3)), ('Mass', 'f8')]...
gpl-3.0
kuiwang/my-dev
src/main/java/com/taobao/api/response/LogisticsConsignOrderCreateandsendResponse.java
1165
package com.taobao.api.response; import com.taobao.api.TaobaoResponse; import com.taobao.api.internal.mapping.ApiField; /** * TOP API: taobao.logistics.consign.order.createandsend response. * * @author auto create * @since 1.0, null */ public class LogisticsConsignOrderCreateandsendResponse extends TaobaoRespon...
gpl-3.0
Cerement/pixel-dungeon-legends
java/com/voicecrystal/pixeldungeonlegends/actors/hero/HeroSubClass.java
2845
/* * 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
TRCIMPLAN/beta
lib/IBCTorreon/VillaJardin.php
5207
<?php /** * TrcIMPLAN Índice Básico de Colonias * * Copyright (C) 2016 Guillermo Valdes Lozano * * 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...
gpl-3.0
elrido/Battleship
CHANGELOG.md
114
# Changelog ## Version 0.1 First release, implement fixed 10 by 10 grid with 3 ships of length 5, no adversary.
gpl-3.0
AKSW/cubeqa
src/main/java/de/konradhoeffner/commons/package-info.java
101
/**General utility methods collection (not all self developed). */ package de.konradhoeffner.commons;
gpl-3.0
williamfdevine/PrettyLinux
arch/x86/include/asm/uaccess_64.h
7549
#ifndef _ASM_X86_UACCESS_64_H #define _ASM_X86_UACCESS_64_H /* * User space memory access functions */ #include <linux/compiler.h> #include <linux/errno.h> #include <linux/lockdep.h> #include <linux/kasan-checks.h> #include <asm/alternative.h> #include <asm/cpufeatures.h> #include <asm/page.h> /* * Copy To/From Us...
gpl-3.0
gaoju9963/MyProject
user/src/main/java/listener/IndexManager.java
819
package listener; /** * Created by pengshu on 2016/11/11. */ public class IndexManager implements EntryListener { /** * 博客文章被创建 * * @param entryevent */ @Override public void entryAdded(EntryEvent entryevent) { System.out.println("IndexManager 处理 博客文章被创建事件。"); } /** ...
gpl-3.0
MasiaArmato/coplux
libraries/joomla/google/data/plus.php
2261
<?php /** * @package Joomla.Platform * @subpackage Google * * @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved * @license GNU General Public License version 2 or later; see LICENSE */ defined('JPATH_PLATFORM') or die; use Joomla\Registry\Registry; /** ...
gpl-3.0
Smartling/wordpress-localization-plugin
inc/Smartling/Jobs/DownloadTranslationJob.php
1886
<?php namespace Smartling\Jobs; use Smartling\ApiWrapperInterface; use Smartling\Base\ExportedAPI; use Smartling\Helpers\ArrayHelper; use Smartling\Queue\QueueInterface; use Smartling\Settings\SettingsManager; use Smartling\Submissions\SubmissionManager; class DownloadTranslationJob extends JobAbstract { public ...
gpl-3.0
CroissanceCommune/autonomie
autonomie/alembic/versions/1_5_migrating_work_u_1212f113f03b.py
2158
"""1.5 : Migrating work unity Revision ID: 1212f113f03b Revises: 1f07ae132ac8 Create Date: 2013-01-21 11:53:56.598914 """ # revision identifiers, used by Alembic. revision = '1212f113f03b' down_revision = '1f07ae132ac8' from alembic import op import sqlalchemy as sa UNITIES = dict(NONE="", HOUR=u"h...
gpl-3.0
mstritt/orbit-image-analysis
src/main/java/com/actelion/research/orbit/imageAnalysis/components/icons/toggle_markup.java
7640
package com.actelion.research.orbit.imageAnalysis.components.icons; import java.awt.*; import java.awt.geom.*; import java.awt.image.BufferedImage; import java.io.*; import java.lang.ref.WeakReference; import java.util.Base64; import java.util.Stack; import javax.imageio.ImageIO; import javax.swing.SwingUtilities; imp...
gpl-3.0
jkawamoto/roadie
README.md
2743
# roadie [![GPLv3](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/copyleft/gpl.html) [![Build Status](https://travis-ci.org/jkawamoto/roadie.svg?branch=master)](https://travis-ci.org/jkawamoto/roadie) [![wercker status](https://app.wercker.com/status/6c499024136e7067b86bef4bd07d7f62/s/master ...
gpl-3.0
OliverNicolini/BananaCam
src/main.c
4707
/* ** ** This file is part of BananaCam. ** ** BananaCam 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. ** ** BananaCam is distribu...
gpl-3.0
corinavaduva/s2tbx-s2tbx-1.0.2
s2tbx-help/src/main/resources/doc/help/visat/ExportColorLegend.html
2276
<!-- ~ Copyright (C) 2010 Brockmann Consult GmbH (info@brockmann-consult.de) ~ ~ 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) ~ ...
gpl-3.0
veltzer/demos-linux
src/examples/lang_cpp/placement.cc
4246
/* * This file is part of the demos-linux package. * Copyright (C) 2011-2022 Mark Veltzer <mark.veltzer@gmail.com> * * demos-linux 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
marcog83/cesena-online-demo
dati-jobs/fuzzy-match-fb-places-step_2.js
3057
var Connection = require("./db/db-connection").Connection; var Tables = require("./db/tables"); const R = require("ramda"); var QUERY_MATCHES = { $or: [ {percent_name: {$gt: 0.9}}, { distance: {$lt: 1} }, { percent_name: {$gt: 0.8}, distance: {$lt:...
gpl-3.0
RossGammon/the-gammons.net
RossFamilyTree/srn/f/3/4c30ee81481125db4c8e657faad3d53f.html
3011
<!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 - Surname - BESSEY</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
pascalorama/megadrive-studio
mdstudio/src/mdProject.cpp
11136
/////////////////////////////////////////////////////////////////////////////// // // // // /////////////////////////////////////////////////////////////////////////////// // Includes #include "include/mdShared.h" #include "include/mdBreakPoint.h" #include "include/mdSpy.h" #include "include/mdSymbol.h" #include "inc...
gpl-3.0
gohdan/DFC
known_files/hashes/bitrix/modules/main/lang/ru/admin/short_uri_edit.php
61
Bitrix 16.5 Business Demo = ea7587a817bea036305172b8333d43ef
gpl-3.0
dawallet/burstwindowswallet
burstcoin-1.3.6/html/ui/doc/fr/cryptohash/class-use/CubeHashCore.html
8691
<!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_131) on Sat Oct 28 21:24:43 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class fr.cryptohas...
gpl-3.0
vdrhtc/Measurement-automation
drivers/IQVectorGenerator.py
12060
from math import ceil import numpy as np from ipywidgets import widgets from tqdm.notebook import tqdm from matplotlib import pyplot as plt import lib.iq_mixer_calibration from drivers import IQAWG from lib.data_management import load_IQMX_calibration_database, \ save_IQMX_calibration from lib.iq_mixer_calibratio...
gpl-3.0
rPman/luwrain
src/main/java/org/luwrain/core/ShortcutManager.java
2884
/* Copyright 2012-2016 Michael Pozhidaev <michael.pozhidaev@gmail.com> This file is part of LUWRAIN. LUWRAIN 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
moisesbfs/pepmeup
_pages/sample-page.md
1124
--- ID: 2 post_title: Sample Page author: moises post_date: 2016-12-14 02:19:15 post_excerpt: "" layout: page permalink: http://pepmeup.ie/sample-page/ published: true --- This is an example page. It's different from a blog post because it will stay in one place and will show up in your site navigation (in most themes)...
gpl-3.0
amethyst-asuka/GCModeller
src/Shoal/Shoal.v2/Shoal.v2/Interpreter/Parser/Tokenliser/Tokens/Operator.vb
3260
Namespace Interpreter.Parser.Tokens ''' <summary> ''' 该表达式之中的操作符 ''' </summary> Public Class [Operator] : Inherits Token Public Enum Operators As Integer NULL = -1 ''' <summary> ''' &lt;- Assign value to variable; ''' </summary> Va...
gpl-3.0
carrotIndustries/horizon
src/core/tools/tool_move.cpp
14465
#include "tool_move.hpp" #include "document/idocument_board.hpp" #include "board/board.hpp" #include "document/idocument_package.hpp" #include "pool/package.hpp" #include "document/idocument_padstack.hpp" #include "pool/padstack.hpp" #include "document/idocument_schematic.hpp" #include "schematic/schematic.hpp" #includ...
gpl-3.0
alexdantas/idj
src/StateManager.cpp
2154
#include <cstdlib> // srand() #include <ctime> // time() #include "StateManager.hpp" #include "SDL.hpp" #include "Log.hpp" #include "Config.hpp" #include "GameStateMainMenu.hpp" #include "GameStateGame.hpp" #include "GameStateGameOver.hpp" #include "Window.hpp" #include "Graphics.hpp" StateManager::StateManager(int ...
gpl-3.0
infoburp/inetutils
telnet/authenc.c
3857
/* Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. This file is part of GNU Inetutils. GNU Inetutils is free software: you can redistribute it and/or modify it under the terms of the GNU Gen...
gpl-3.0
AbdallaMahmoud/codeyard
src/main/resources/webapp/js/main.js
7360
ace.require("ace/ext/language_tools"); var editor = ace.edit("editor"); editor.setOptions({ enableBasicAutocompletion: true }); editor.setTheme("ace/theme/eclipse"); editor.getSession().setMode("ace/mode/java"); document.getElementById('editor').style.fontSize = '18px'; editor.setAutoScrollEditorIntoView(true); ...
gpl-3.0
thomasvolk/marbles
marbles-web/src/main/java/de/voolk/marbles/web/pages/admin/auth/UpdateUserPage.html
2688
<html xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd "> <head> <title>Admin</title> <link rel="stylesheet" type="text/css" href="../.....
gpl-3.0
jensim/fundscreener
src/app/fund-table/fund-table.component.ts
1096
import {Component, OnInit} from '@angular/core'; import {FundDataService} from '../funddata/funddata.service'; @Component({ selector: 'app-fund-table', templateUrl: './fund-table.component.html', styleUrls: ['./fund-table.component.css'] }) export class FundTableComponent implements OnInit { private colShow: stri...
gpl-3.0
appnativa/rare
source/rare/swingx/com/appnativa/rare/platform/swing/ui/view/RadioButtonView.java
8918
/* * Copyright appNativa Inc. All Rights Reserved. * * This file is part of the Real-time Application Rendering Engine (RARE). * * RARE 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 vers...
gpl-3.0
roskenet/simple-cms
src/main/java/de/roskenet/simplecms/repository/AttributeRepository.java
260
package de.roskenet.simplecms.repository; import org.springframework.data.repository.PagingAndSortingRepository; import de.roskenet.simplecms.entity.Attribute; public interface AttributeRepository extends PagingAndSortingRepository<Attribute, Integer> { }
gpl-3.0
ojrosten/sequoia
docs/html/dd/ded/classsequoia_1_1testing_1_1shell__commands__free__test-members.html
13737
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta name="generator" c...
gpl-3.0
Nebo15/gandalf.web
server/index.js
1008
require('dotenv').config({ silent: true }); var Express = require('express'); var path = require('path'); var fs = require('fs'); var merge = require('lodash/merge'); var proxy = require('proxy-middleware'); var ejs = require('ejs'); var config = require('./config'); var server = new Express(); server.set('port', c...
gpl-3.0
rquey/neper
src/contrib/orilib/ol_set/ol_set_aniso.h
431
/* This file is part of the 'orilib' software. */ /* Copyright (C) 2007-2009, 2012 Romain Quey */ /* see the COPYING file in the top-level directory.*/ #ifdef __cplusplus extern "C" { #endif #ifndef OL_DIS_DEP_H #define OL_DIS_DEP_H #include<stdio.h> #include<stdlib.h> #include<math.h> #include<float.h> #define isNa...
gpl-3.0
fraunhoferfokus/fokus-upnp
upnp-core/src/main/java/de/fraunhofer/fokus/upnp/core/UPnPDocParser.java
5855
/** * * Copyright (C) 2004-2008 FhG Fokus * * This file is part of the FhG Fokus UPnP stack - an open source UPnP implementation * with some additional features * * You can redistribute the FhG Fokus UPnP stack and/or modify it * under the terms of the GNU General Public License Version 3 as published by * the Free So...
gpl-3.0
jeeb/mpc-hc
src/filters/renderer/VideoRenderers/PixelShaderCompiler.h
1932
/* * (C) 2003-2006 Gabest * (C) 2006-2013 see Authors.txt * * This file is part of MPC-HC. * * MPC-HC 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...
gpl-3.0
justathoughtor2/atomicApe
cygwin/bin/node_modules/phonegap/node_modules/cordova/node_modules/cordova-lib/node_modules/npm/html/doc/cli/npm-rm.html
3248
<!doctype html> <html> <title>npm-rm</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../../static/style.css"> <link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-rm.html"> <script async=true src="../../static/toc.js"></script> <body> ...
gpl-3.0
kingfisher1337/itebd
tfi_gs_gather.sh
1332
#!/bin/bash cd output_tfi rm "h_mz_E_D=2_chi=20.dat" rm "h_mz_E_D=2_chi=20_pm.dat" rm "h_mz_E_D=3_chi=30.dat" rm "h_mz_E_D=3_chi=30_pm.dat" for f in `ls D=2_chi=20_*_trotter2_itebd.dat` do h=`echo $f | cut -f 3 -d "_" | cut -f 2 -d "="` mz=`tail -n 1 $f | cut -f 3 -d " "` E=`tail -n 1 $f | cut -f 5 -d " "...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/Details/core/network.lua
30094
-- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- local _detalhes = _G._detalhes local Loc = LibStub ("AceLocale-3.0"):GetLocale ( "Details" ) local _...
gpl-3.0
djhshih/hts-fetch
README.md
146
# htspan ## Dependencies * gcc >= 4.8 * gsl >= 2.4.1 ### Included dependencies * htslib >= 1.8 * mlat >= 0.1 ## Install ```{bash} make ```
gpl-3.0
ATIX-AG/foreman-ansible-modules
plugins/modules/subscription_manifest.py
5027
#!/usr/bin/python # -*- coding: utf-8 -*- # (c) 2017, Andrew Kofink <ajkofink@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) ...
gpl-3.0
Diadlo/qTox
bootstrap.sh
6740
#!/usr/bin/env bash # Copyright © 2019 by The qTox Project Contributors # # This file is part of qTox, a Qt-based graphical interface for Tox. # qTox is libre 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,...
gpl-3.0
phenix-factory/p.henix.be
plugins/auto/zoundation/v1.0.49/modeles/lesauteurs.html
416
[(#REM) Affiche la liste des auteurs d'un objet, séparés par des virgules Modele pour la balise #LESAUTEURS, dans le cas des auteurs d'un objet (pour un objet ayant un champ lesauteurs dans la base, la balise affiche directement la valeur du champ) ] <BOUCLE_auteurs(AUTEURS){id_objet}{objet}{par nom}{", "}> <span...
gpl-3.0
enric-sinh/publication-library
web/src/app/app.config.js
1574
import moment from 'moment'; import PublicationsController from './controller/publications.controller.js'; import AuthorsController from './controller/authors.controller.js'; import PublishersController from './controller/publishers.controller.js'; /* * Application routing */ function routing($routeProvider) { $r...
gpl-3.0
Tails8521/WololoKingdoms
fixes/disablenonworkingunits.cpp
872
#include "disablenonworkingunits.h" #include "wololo/datPatch.h" namespace wololo { void disableNonWorkingUnitsPatch(genie::DatFile *aocDat, std::map<int, std::string> *langReplacement) { /* * Disabling units that are not supposed to show in the scenario editor */ for (size_t civIndex = 0; civIndex < aocDat->C...
gpl-3.0
chrisrobison/crcasino
poker5.html
41692
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name='viewport' content='width=device-width, initial-scale=1.0, user-scalable=yes'> <title>Video Poker</title> <style> @import url('https://fonts.googleapis.com/css?family=Luckiest+Guy'); body { background-color:#0032b4; color:#fff; font-fam...
gpl-3.0
lucas-burdell/lucas-burdell.github.io
src/Content.tsx
102
import styled from "./Theme"; export const Content = styled.div` margin: 2rem 0; padding: 5px; `;
gpl-3.0
vanpouckesven/cosnics
src/Chamilo/Core/Repository/Selector/TypeSelectorCategory.php
2653
<?php namespace Chamilo\Core\Repository\Selector; /** * A category of options in a ContentObjectTypeSelector * * @author Hans De Bisschop <hans.de.bisschop@ehb.be> */ class TypeSelectorCategory { /** * * @var string */ private $type; /** * * @var string */ private $...
gpl-3.0
OpenPathView/batchPanoMaker
opv_import/model/camera_set_partition.py
1341
# coding: utf-8 # Copyright (C) 2017 Open Path View, Maison Du Libre # 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
mikeshou/pbdigg
include/search.class.php
12688
<?php /** * @version $Id: search.class.php v1.0 $ * @package PBDigg * @copyright Copyright (C) 2007 - 2008 PBDigg.com. All Rights Reserved. * @license PBDigg is free software and use is subject to license terms */ class search { /** * 搜索类型 */ var $_searchtype; /** * 搜索条件语句 */ var $_searchsql = ''; ...
gpl-3.0
iwelina-popova/ForumSystem
Source/Data/ForumSystem.Data.Models/BaseEntities/IDeletableEntity.cs
199
using System; namespace ForumSystem.Data.Models.BaseEntities { public interface IDeletableEntity { bool IsDeleted { get; set; } DateTime? DeletedOn { get; set; } } }
gpl-3.0
dvdjg/GoapCpp
GoapMain/Tests/GoapTest/hanoi_tower_solver.h
10998
#ifndef HANOI_TOWER_SOLVER_H #define HANOI_TOWER_SOLVER_H #include <list> #include <map> #include "goap/iplanner.h" #include "goap/istate.h" #include "goap/iscopetimer.h" #include "goap/ifunctionstatemeter.h" #include "goap/iplanningstatecomparer.h" #include "newptr.h" #include "log_hook.h" #include "goaplibrary.h" n...
gpl-3.0
jcenteno1973/sicafam
app/Http/Controllers/RegionSicaController.php
2136
<?php /** * Nombre del archivo: RegionSicaController.php * Descripción:Contiene las funciones del controlador * Fecha de creación:18/11/2017 * Creado por: Juan Carlos Centeno Borja */ namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Models\region_sica; use App\Http\Request...
gpl-3.0
htdebeer/PhD-DE3
src/models/model.js
19172
/* * Copyright (C) 2013 Huub de Beer * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publis...
gpl-3.0
bashrc/sentience
sentcore/MersenneTwister.cs
15228
///////////////////////////////////////////////////////////////////////////// // C# Version Copyright (c) 2003 CenterSpace Software, LLC // // // // This code is free software under the Artistic license. // // ...
gpl-3.0
matthazinski/linx-server
fileserve.go
1505
package main import ( "net/http" "os" "path" "strings" "github.com/zenazn/goji/web" ) func fileServeHandler(c web.C, w http.ResponseWriter, r *http.Request) { fileName := c.URLParams["name"] filePath := path.Join(Config.filesDir, fileName) if !fileExistsAndNotExpired(fileName) { notFoundHandler(c, w, r) ...
gpl-3.0
monkeyiq/ferris
plugins/context/libferrisgoogle_shared.cpp
87216
/****************************************************************************** ******************************************************************************* ******************************************************************************* libferris Copyright (C) 2001 Ben Martin libferris is free software...
gpl-3.0
stefson/s25client
libs/s25main/gameTypes/LanGameInfo.cpp
1822
// // This file is part of Return To The Roots. // // Return To The Roots is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 2 of the License, or // (at your option) any later version. // // Retu...
gpl-3.0
scarfive/mercadosocialmdq
publicacion_miniatura.php
727
<?php /* publicacion_miniatura.php Una publicacion en miniatura */ /* Created on : 23/04/2015, 14:40:40 Author : Juan Manuel Scarciofolo License : GPLv3 */ ?> <div class="publicacion_miniatura"> <h2><?php print $producto->getDescripcion(); ?></h2> <p> <?php $...
gpl-3.0
chromebrew/chromebrew-test
packages/aspell_fr.rb
1281
require 'package' class Aspell_fr < Package description 'French Aspell Dictionary' homepage 'https://ftpmirror.gnu.org/aspell/dict/0index.html' version '0.50-3' source_url 'https://ftpmirror.gnu.org/aspell/dict/fr/aspell-fr-0.50-3.tar.bz2' source_sha256 'f9421047519d2af9a7a466e4336f6e6ea55206b356cd33c8bd18cb...
gpl-3.0
mattbrictson/sshkit
lib/sshkit/all.rb
786
require_relative '../core_ext/array' require_relative '../core_ext/hash' require_relative 'host' require_relative 'command' require_relative 'command_map' require_relative 'configuration' require_relative 'coordinator' require_relative 'logger' require_relative 'log_message' require_relative 'formatters/abstract' r...
gpl-3.0
emsrc/pycornetto
bin/cornetto-add-counts.py
4585
#!/usr/bin/env python # -*- coding: utf-8 -*- """ add word counts to Cornetto lexical units database file The word count file should have three columns, delimited by white space, containing (1) the count, (2) the lemma, (3) the main POS tag. The tagset is assumed to be the Spoken Dutch Corpus tagset, and the characte...
gpl-3.0
shitongtong/libraryManage
spring-boot-demo/data-jpa/src/main/java/com/stt/data/jpa/service/HotelRepository.java
1574
/* * Copyright 2012-2016 the original author or authors. * * 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 ap...
gpl-3.0
Nvveen/First-Sight
lib/png++/doc/html/index__pixel_8hpp_source.html
12270
<!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"/> <title>png++: index_pixel.hpp Source File</title> <link href="tabs.css" rel="s...
gpl-3.0
bnetcc/darkstar
scripts/globals/mobskills/eternal_misery_custom.lua
1431
--------------------------------------------- -- Pleiades Ray -- -- Description: Fires a magical ray at nearby targets. Additional effects: Paralysis + Blind + Poison + Plague + Bind + Silence + Slow -- Type: Magical -- Utsusemi/Blink absorb: Wipes shadows -- Range: Unknown -- Notes: Only used by Gurfurlur the Me...
gpl-3.0
chireiden/shanghai
tests/test_event.py
15979
# Copyright © 2016 Lars Peter Søndergaard <lps@chireiden.net> # Copyright © 2016 FichteFoll <fichtefoll2@googlemail.com> # # This file is part of Shanghai, an asynchronous multi-server IRC bot. # # Shanghai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License ...
gpl-3.0
richeytastic/FaceTools
src/Action/ActionToggleCameraActorInteraction.cpp
4893
/************************************************************************ * Copyright (C) 2019 Spatial Information Systems Research 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,...
gpl-3.0
kokuda/geotagger
Geotagger/html/bing.html
1739
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <title>Geotagger Map</title> <style t...
gpl-3.0