code
stringlengths
3
1.01M
repo_name
stringlengths
5
116
path
stringlengths
3
311
language
stringclasses
30 values
license
stringclasses
15 values
size
int64
3
1.01M
<!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"/> <title>KChangeLogger: KCha...
dineshkummarc/KChange
Docs/html/class_k_change_logger_1_1_project___change.html
HTML
gpl-3.0
24,595
package db.input; import java.util.Calendar; import java.util.Date; import com.healthmarketscience.jackcess.Row; import db.DbHandle; import db.Flat; import db.Meter; import gui.ErrorHandle; public class MeterInput implements db.DbNames { /** * adds a value for an existing meter * ...
otting/NebenkostenAssistent
src/db/input/MeterInput.java
Java
gpl-3.0
2,480
/* * This file is a part of TiledArray. * Copyright (C) 2013 Virginia Tech * * 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) ...
ValeevGroup/tiledarray
tests/tiled_range.cpp
C++
gpl-3.0
5,796
/******************************************************************************* * This file is part of Arionide. * * Arionide is an IDE used to conceive applications and algorithms in a three-dimensional environment. * It is the work of Arion Zimmermann for his final high-school project at Calvin College (Geneva,...
thedreamer979/Arionide
src/ch/innovazion/arionide/ui/core/gl/Renderable.java
Java
gpl-3.0
1,350
/* * AirBlock - Framework for Multi-Platform Minecraft-Plugins. * Copyright (C) 2014 stux! * * 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...
StuxSoftware/AirBlock
canary/src/main/java/net/stuxcrystal/airblock/canary/JULToLog4jBridge.java
Java
gpl-3.0
2,868
/* * Copyright (c) 2017. James Lean * This file is part of cassette-nibbler. * * cassette-nibbler 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) a...
eightbitjim/cassette-nibbler
src/main/java/com/eightbitjim/cassettenibbler/Platforms/Automatic/AutomaticPlatformProvider.java
Java
gpl-3.0
1,278
package com.fuav.android.fragments; import android.app.Activity; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.os.Bundle; import android.os.Handler; import android.support.v4.app.Fragment; import an...
forgodsake/TowerPlus
Android/src/com/fuav/android/fragments/DroneMap.java
Java
gpl-3.0
13,181
/** * Mars Simulation Project * Interpolation.java * @version 3.2.0 2021-06-20 * @author Manny Kung */ package org.mars_sim.msp.core.tool; import java.awt.Color; import java.util.Arrays; import org.apache.commons.math3.analysis.interpolation.LinearInterpolator; import org.apache.commons.math3.analy...
mars-sim/mars-sim
mars-sim-core/src/main/java/org/mars_sim/msp/core/tool/Interpolation.java
Java
gpl-3.0
6,531
/* Theme Name: Theme URI: Author: Description: Child theme of Flint. <description>. Version: 0.0.0 License: GPLv3 License URI: LICENSE.md Tags: Template: flint Template Version: <x.x.x> Copyright <year> <company> (email : <email address>) This program is free software: you can redistribute it and/or mo...
starverte/flint-child
style.css
CSS
gpl-3.0
1,943
/* * Copyright (C) 2006 * Thomas van Dijk * Jan-Pieter van den Heuvel * Wouter Slob * * This 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 2.1 of the License, or (at...
yannponty/RNARedPrint
lib/treewidth-java/nl/uu/cs/treewidth/ngraph/Utility.java
Java
gpl-3.0
1,530
/* HHKfun.h - Auxiliary function definitions for H-H K channels. */ /* S. Engblom 2019-12-03 */ #ifndef HHKFUN_H #define HHKFUN_H /* forward declarations */ double HHK_alpha1(const double v); double HHK_beta1(const double v); #endif /* HHKFUN_H */
URDME/urdme
workflows/neuron/channel/lib/HHKfun.h
C
gpl-3.0
252
package com.quaap.bookymcbookface.book; import java.util.LinkedHashMap; import java.util.Map; /** * Copyright (C) 2017 Tom Kliethermes * * This file is part of BookyMcBookface and is is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as published by th...
quaap/BookyMcBookface
app/src/main/java/com/quaap/bookymcbookface/book/BookMetadata.java
Java
gpl-3.0
1,459
/** * This file is part of veraPDF Parser, a module of the veraPDF project. * Copyright (c) 2015, veraPDF Consortium <info@verapdf.org> * All rights reserved. * * veraPDF Parser is free software: you can redistribute it and/or modify * it under the terms of either: * * The GNU General public license GPLv3+. * ...
shem-sergey/veraPDF-pdflib
src/main/java/org/verapdf/pd/font/cff/CFFPredefined.java
Java
gpl-3.0
30,851
# AirsoftPointsCounter
zBritva/AirsoftPointsCounter
README.md
Markdown
gpl-3.0
22
DROP TABLE IF EXISTS `castle_functions`; CREATE TABLE IF NOT EXISTS `castle_functions` ( `castle_id` int(2) NOT NULL DEFAULT '0', `type` int(1) NOT NULL DEFAULT '0', `lvl` int(3) NOT NULL DEFAULT '0', `lease` int(10) NOT NULL DEFAULT '0', `rate` decimal(20,0) NOT NULL DEFAULT '0', `endTime` bigint(13) unsig...
rubenswagner/L2J-Global
dist/db_installer/sql/game/castle_functions.sql
SQL
gpl-3.0
418
/* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'quicktable', 'cy', { more: 'Mwy...' } );
Copona/copona
admin/view/javascript/ckeditor/plugins/quicktable/lang/cy.js
JavaScript
gpl-3.0
222
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Us...
gil00pita/Csharp-Basic-Samples
Csharp_Samples/08Delegates/Properties/AssemblyInfo.cs
C#
gpl-3.0
1,404
<form method="post"> <input type="hidden" name="csrf" value="<?= $csrf ?>"> <label for="title">Titre</label> <input type="text" name="title" id="title" minlength="3" placeholder="Les meilleurs titres sont les plus courts"> <label for="content">Contenu</label> <textarea name="content" id="content" c...
stardisblue/TechnicalNotes
app/view/admintechnotes/create.php
PHP
gpl-3.0
1,272
# This code is part of Ansible, but is an independent component. # This particular file snippet, and this file snippet only, is BSD licensed. # Modules you write using this snippet, which is embedded dynamically by Ansible # still belong to the author of the module, and may assign their own license # to the complete wo...
pgmillon/ansible
lib/ansible/module_utils/network/common/network.py
Python
gpl-3.0
8,128
/* * SSLsplit - transparent and scalable SSL/TLS interception * Copyright (c) 2009-2014, Daniel Roethlisberger <daniel@roe.ch> * All rights reserved. * http://www.roe.ch/SSLsplit * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condi...
ShaPOC/ProjectGhost
software/sslsplit/src/sys.c
C
gpl-3.0
8,241
# Be sure to restart your server when you modify this file. # Your secret key is used for verifying the integrity of signed cookies. # If you change this key, all old signed cookies will become invalid! # Make sure the secret is at least 30 characters and all random, # no regular words or you'll be exposed to diction...
robwa/initiapp
config/initializers/secret_token.rb
Ruby
gpl-3.0
662
/******************************************************************************* * 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 you...
WorldGrower/WorldGrower
test/org/worldgrower/profession/UTestArenaFighterProfession.java
Java
gpl-3.0
2,531
#!/usr/bin/python3 import sqlite3 import os, sys, time, datetime, random, string import urllib.request, urllib.error import configparser from flask import Flask, request, session, redirect from flask import render_template, g, flash, url_for from contextlib import closing from .modules import Pagi from pxeat import ap...
wnereiz/pxeat
pxeat/views.py
Python
gpl-3.0
12,105
<?php /** * @package WPSEO\Admin|Google_Search_Console */ // Admin header. Yoast_Form::get_instance()->admin_header( false, 'wpseo-gsc', false, 'yoast_wpseo_gsc_options' ); if ( defined( 'WP_DEBUG' ) && WP_DEBUG && WPSEO_GSC_Settings::get_profile() !== '' ) { ?> <form action="" method="post" class="wpseo-gsc-reloa...
multi-webguru/website2018
wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php
PHP
gpl-3.0
5,431
/* * Auditing VFS module for samba. Log selected file operations to syslog * facility. * * Copyright (C) Tim Potter 1999-2000 * Copyright (C) Alexander Bokovoy 2002 * Copyright (C) Stefan (metze) Metzmacher 2002 * * This program is free software; you can redistribute it and/or modify * it under the terms ...
wimberosa/samba
source3/modules/vfs_audit.c
C
gpl-3.0
7,422
package org.esa.snap.core.gpf.ui.resample; import com.bc.ceres.binding.ConversionException; import com.bc.ceres.binding.Property; import com.bc.ceres.binding.PropertyDescriptor; import com.bc.ceres.binding.PropertySet; import com.bc.ceres.binding.ValidationException; import com.bc.ceres.binding.ValueRange; import com....
senbox-org/snap-desktop
snap-gpf-ui/src/main/java/org/esa/snap/core/gpf/ui/resample/ResamplingDialog.java
Java
gpl-3.0
51,430
declare module goog { function require(name: 'goog.vec.mat4d'): typeof goog.vec.mat4d; } declare module goog.vec.mat4d { /** @typedef {goog.vec.Float64} */ type Type = goog.vec.Float64; /** * Creates a mat4d with all elements initialized to zero. * * @return {!goog.vec.mat4d.Type} The ...
leandrolanzieri/ciaabot-ide
typings/modules/closure/goog/vec/mat4d.d.ts
TypeScript
gpl-3.0
32,962
package de.leif.ffmanagementsuite.domain; import com.fasterxml.jackson.annotation.JsonIgnore; import org.hibernate.annotations.Cache; import org.hibernate.annotations.CacheConcurrencyStrategy; import javax.persistence.*; import javax.validation.constraints.*; import java.io.Serializable; import java.time.LocalDate; i...
t08094a/ffManagementSuite
src/main/java/de/leif/ffmanagementsuite/domain/Person.java
Java
gpl-3.0
14,945
<?php /** * sfGuardGroup * * This class has been auto-generated by the Doctrine ORM Framework * * @package gpol * @subpackage model * @author Your name here * @version SVN: $Id: Builder.php 7490 2010-03-29 19:53:27Z jwage $ */ class sfGuardGroup extends PluginsfGuardGroup { }
bewiwi/gpol
lib/model/doctrine/sfDoctrineGuardPlugin/sfGuardGroup.class.php
PHP
gpl-3.0
299
\hypertarget{classch_1_1innovazion_1_1arionide_1_1menu_1_1structure_1_1specification_1_1_specification_editor}{}\doxysection{ch.\+innovazion.\+arionide.\+menu.\+structure.\+specification.\+Specification\+Editor Class Reference} \label{classch_1_1innovazion_1_1arionide_1_1menu_1_1structure_1_1specification_1_1_specifica...
thedreamer979/Arionide
doc/latex/classch_1_1innovazion_1_1arionide_1_1menu_1_1structure_1_1specification_1_1_specification_editor.tex
TeX
gpl-3.0
14,105
/* * stack_guard.c is a piece of uCon 2009 Capture The Flag code * Copyright (C) 2002 Marcos Alvares <marcos.alvares@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 vers...
mabj/ctf_ucon2
challenges/misc/stack_guard.c
C
gpl-3.0
1,740
/* io.h --- * * Filename: io.h * Author: Jules <archjules> * Created: Sun Dec 11 23:20:25 2016 (+0100) * Last-Updated: Sun Dec 11 23:21:06 2016 (+0100) * By: Jules <archjules> */ #ifndef IO_H #define IO_H uint8_t io_handle_read(struct CPU *, uint8_t port); void io_handle_write(struct CPU *, uint8_t...
CoiledSpring/Gameboy
include/memory/io.h
C
gpl-3.0
362
package mod.config; import java.util.Set; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.GuiScreen; import net.minecraftforge.fml.client.IModGuiFactory; public class ModGuiFactory implements IModGuiFactory{ @Override public void initialize(Minecraft minecraftInstance) { } @Overri...
MCrafterzz/minecraft-mod
src/main/java/mod/config/ModGuiFactory.java
Java
gpl-3.0
653
JavaCPP Presets for Leptonica ============================= Introduction ------------ This directory contains the JavaCPP Presets module for: * Leptonica 1.73 http://www.leptonica.org/ Please refer to the parent README.md file for more detailed information about the JavaCPP Presets. Documentation ------------- J...
bobocop/gsn35
lib/javacv/leptonica/README.md
Markdown
gpl-3.0
5,225
package org.cardiacatlas.xpacs.web.rest; import org.cardiacatlas.xpacs.XpacswebApp; import org.cardiacatlas.xpacs.domain.CapModel; import org.cardiacatlas.xpacs.domain.PatientInfo; import org.cardiacatlas.xpacs.repository.CapModelRepository; import org.cardiacatlas.xpacs.repository.search.CapModelSearchRepository; im...
CardiacAtlasProject/xpacs-web
src/test/java/org/cardiacatlas/xpacs/web/rest/CapModelResourceIntTest.java
Java
gpl-3.0
15,512
/* * Copyright(c) 2001-2010, FineReport Inc, All Rights Reserved. */ package com.fr.design.actions.cell.style; import com.fr.base.Style; import com.fr.base.chart.BaseChartCollection; import com.fr.design.actions.ElementCaseAction; import com.fr.design.actions.utils.ReportActionUtils; import com.fr.design.ma...
fanruan/finereport-design
designer/src/com/fr/design/actions/cell/style/AbstractStyleAction.java
Java
gpl-3.0
2,765
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" co...
thedreamer979/Arionide
doc/html/classch_1_1innovazion_1_1arionide_1_1lang_1_1_text_object-members.html
HTML
gpl-3.0
9,417
<?php namespace App\Http\Controllers; use App\Models\Course; use Illuminate\Http\Request; use App\Http\Requests; class CourseController extends Controller { /** * Display a listing of the resource. * * @return \Illuminate\Http\Response */ public function index() { $courses = ...
bvbunnik/laravel-recipes
app/Http/Controllers/CourseController.php
PHP
gpl-3.0
1,877
body { counter-reset:table figure; background-color: #fff; margin: 1em auto; max-width: 700px; overflow: visible; padding-left: 2em; padding-right: 2em; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.35; } #header { text-align: center; } ...
dinilu/EPDr
vignettes/myvignette.css
CSS
gpl-3.0
4,066
/** Copyright 2010 Christian Kästner This file is part of CIDE. CIDE is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License. CIDE is distributed in the hope th...
ckaestne/CIDE
CIDE_Export_Physical/src/de/ovgu/cide/export/physical/internal/IPhysicalOptions.java
Java
gpl-3.0
2,325
<!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_172) on Thu Jan 13 22:52:30 CET 2022 --> <title>Uses of Class meico.mpm.elements.maps.data.RubatoData</title> <meta name="date" content="2022-0...
cemfi/meico
docs/meico/mpm/elements/maps/data/class-use/RubatoData.html
HTML
gpl-3.0
10,793
/***************************************************************************** * * PROJECT: Multi Theft Auto v1.0 * LICENSE: See LICENSE in the top level directory * FILE: game_sa/CVehicleSA.cpp * PURPOSE: Vehicle base entity * DEVELOPERS: Ed Lyons <eai@opencoding.net> * Ch...
Pumpuli/multitheftauto
MTA10/game_sa/CVehicleSA.cpp
C++
gpl-3.0
52,564
package at.fh.swengb.resifoAndroid.activities.meldezettelEdit import java.util.Calendar import android.app.{DatePickerDialog, Dialog} import android.content.{DialogInterface, Intent} import android.graphics.{Color, PorterDuff} import android.os.Bundle import android.support.v7.app.{AlertDialog, AppCompatActivity} imp...
Gulasch4ever/resifo-android
app/src/main/scala/at/fh/swengb/resifoAndroid/activities/meldezettelEdit/Meldezettel02a.scala
Scala
gpl-3.0
10,885
--[[ * ReaScript Name: MIDI Overlap Selected Notes * Written: 29/05/2017 * Last Updated: 20/06/2017 * Author: David Healey. --]] reaper.Undo_BeginBlock(); for i = 0, reaper.CountMediaItems(0), 1 do --Each media item local item = reaper.GetMediaItem(0, i) --Get item if reaper.ValidatePtr2(0, item, "MediaItem*") ...
davidhealey/reascript
luaScripts/Misc/MIDI Overlap Selected Notes.lua
Lua
gpl-3.0
1,533
#!/bin/bash ACV="1.19" ARC=".tar.bz2" APN="Tar" export ACV ARC APN ACB=$APN-$ACV export ACB # # Tar-1.19 # ########################################## cd $LSB $TC $LSR/$ACB$ARC cd $ACB ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin make make install
buswellj/code
linux-os-build-old/p3-scripts/scripts/Tar-1.19_p3.sh
Shell
gpl-3.0
268
/* Collisions - a real-time simulation program of colliding particles. Copyright (C) 2011 - 2015 G. Endignoux 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 ...
gendx/collisions
src/simul/piston.hpp
C++
gpl-3.0
2,060
import pigpio import time class LeftEncoder: def __init__(self, pin=24): self.pi = pigpio.pi() self.pin = pin self.pi.set_mode(pin, pigpio.INPUT) self.pi.set_pull_up_down(pin, pigpio.PUD_UP) cb1 = self.pi.callback(pin, pigpio.EITHER_EDGE, self.cbf) self.tick = 0 ...
MrYsLab/razmq
hardware_baseline/encoders/left_encoder.py
Python
gpl-3.0
491
#http://informatics.mccme.ru/mod/statements/view3.php?id=22783&chapterid=113362#1 n = int(input()) def sum_kv_cifr(x): su = 0 for i in str(x): su += int(i)*int(i) return su maxi_power = 0 for i in range(1, n//2+1): print('______',i) for k in range(n//i, 0, -1): power = sum_kv_cif...
dichenko/kpk2016
Diff/dra.py
Python
gpl-3.0
442
/* * Minecraft Forge * Copyright (c) 2016. * * This 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 version 2.1 * of the License. * * This library is distributed in the hope that it will...
Severed-Infinity/technium
build/tmp/recompileMc/sources/net/minecraftforge/fml/client/config/GuiEditArray.java
Java
gpl-3.0
9,879
##Spring 2016 Workshops All workshops take place from 11:00 a.m. to 12:00 p.m. in 418a of the Central Library. ###Text Mining with the R tm Package ####Friday, January 8 *Cliff Anderson* * This workshops teaches the basics of text mining or the large-scale analysis of textual corpora. If you have interest in finding...
EdWarga/workshops
spring2016.md
Markdown
gpl-3.0
8,468
#include "imageinfooverlayproxy.h" ImageInfoOverlayProxy::ImageInfoOverlayProxy(FloatingWidgetContainer *parent) : container(parent), overlay(nullptr) { } ImageInfoOverlayProxy::~ImageInfoOverlayProxy() { if(overlay) overlay->deleteLater(); } void ImageInfoOverlayProxy::show() { init(); ...
easymodo/qimgv
qimgv/gui/overlays/imageinfooverlayproxy.cpp
C++
gpl-3.0
842
<h2 id="eXastumDesktop" class="title">eXastum Desktop</h2> <span class="green_badge">Active</span> <p> ayyyyyyyyyyyyyyyyy lmao </p>
brianmillar/ontropy.org
projects/eXastumDesktop.html
HTML
gpl-3.0
136
<div class="{{$containerClass or 'form-group'}}" [ngClass]="{has-error: ({{$name}}.errors && ({{$name}}.dirty || {{$name}}.touched)}"> <label class="col-md-2 control-label">{{$label}}</label> <div class="col-md-10"> <select type="{{$type or 'text'}}" class="{{$inputClass or 'form-control...
larangu/form-ng
resources/views/templates/bootstrap3/select-ng.blade.php
PHP
gpl-3.0
989
import unittest from .Weather_analyzer import is_not_number class BtcPriceTestCase(unittest.TestCase): def test_checking_of_input_in_form(self): input = 46 answer = is_not_number(input) # The bitcoin returned changes over time! self.assertEqual(answer, False)
AntonKuksov/Weather_analyzer
test_form.py
Python
gpl-3.0
300
#include <QtWidgets/QApplication> #include <QtWidgets/QPushButton> int main(int argc, char **argv) { QApplication app (argc, argv); QPushButton button ("Hello world!"); button.show(); return app.exec(); }
diegohdorta/buildroot-qt
examples/hello_world/main.cpp
C++
gpl-3.0
213
REM Copies files necessary for deployment. Used by Qt Creator REM Usage: deploy.bat xcopy /Y /I /E assets .\debug\. xcopy /Y /I /E assets .\release\.
Andlon/spark
deploy.bat
Batchfile
gpl-3.0
151
<?php require_once(__DIR__.'/Session.php'); /** * Base Bot class */ abstract class Bot { /** * Telegram message max lenght * @type int */ protected const MAX_LENGTH = 4096; /* * Bot's configuration * @type array */ protected $aConfig; /** * Checks if the received tocken matches with the Bot sec...
nappa85/Telegram
classes/Bot.php
PHP
gpl-3.0
19,426
############################################################################### # Makefile :: Builds FIXCODE program for several platforms. [wmake] # ############################################################################### # # This Makefile builds the FIXCODE program for DOS, Windows, OS/2 and Linux. ...
OS2World/UTIL-STARTUP-AirBoot
TOOLS/INTERNAL/Makefile
Makefile
gpl-3.0
10,343
package fi.otavanopisto.pyramus.rest; import static io.restassured.RestAssured.given; import java.util.List; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; import org.junit.runners.Parameterized.Parameters; import io.restassured.response.Response; import fi.otavanop...
otavanopisto/pyramus
pyramus/src/test/java/fi/otavanopisto/pyramus/rest/SchoolPhoneNumberPermissionsTestsIT.java
Java
gpl-3.0
3,003
/* * Extent allocator * Copyright (C) 2011 Andreas Öman * * 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. ...
daedalus/showtime
src/misc/extents.c
C
gpl-3.0
7,543
<?php /** * LazyEater Shortcodes * * @package FrozrCoreLibrary * @subpackage Frozrmarketlibrary */ if ( ! defined( 'ABSPATH' ) ) exit; /* Exit if accessed directly*/ /*Location info shortcode*/ function frozr_user_location_info_shortcode( $atts ){ ob_start(); do_action('frozr_location_popup'); return ob_get_c...
MahmudHamid/LazyEater
includes/shortcodes.php
PHP
gpl-3.0
1,198
----------------------------------- -- Sonic Thrust -- Polearm weapon skill -- Skill Level: 300 -- Delivers an area attack. Damage varies with TP. -- Will stack with Sneak Attack. -- Element: None -- Modifiers: STR:40% DEX:40% -- 100%TP 200%TP 300%TP -- 3.00 3.7 4.50 ---------------------------------...
m3rlin87/darkstar
scripts/globals/weaponskills/sonic_thrust.lua
Lua
gpl-3.0
1,337
namespace DungeonsAndCodeWizards { using System; using System.Linq; public class Engine { private DungeonMaster dungeonMaster; public Engine(DungeonMaster dungeonMaster) { this.dungeonMaster = dungeonMaster; } public bool IsGameOver() => dungeonMas...
martinmladenov/SoftUni-Solutions
CSharp OOP Basics/Exams/Exam - 18 March 2018/DungeonsAndCodeWizards/Engine.cs
C#
gpl-3.0
2,513
<HTML><HEAD><TITLE>game_start(++MatchID, ++Role, +Rules, ++StartClock, ++PlayClock, ++MsgReceiveTime)</TITLE> </HEAD><BODY>[ <A HREF="index.html">library(gameplayer)</A> | <A HREF="../index.html">General Game Player</A> | <A HREF="../fullindex.html">Alphabetic Index</A> ] <H1>game_start(++MatchID, ++Role, +Rules, ++Sta...
AlexLandau/fluxplayer-prolog-engine
doc/gameplayer/game_start-6.html
HTML
gpl-3.0
1,360
module GPGME class Key # Overwrite to specify the full fingerprint instead of the short key-ID. def to_s primary_subkey = subkeys[0] s = sprintf("%s %4d%s/%s %s\n", primary_subkey.secret? ? 'sec' : 'pub', primary_subkey.length, primary_subkey...
schleuder/schleuder3
lib/schleuder/gpgme/key.rb
Ruby
gpl-3.0
2,167
#!/usr/bin/env python # Copyright (C) 2012,2013,2015(H),2016 # Max Planck Institute for Polymer Research # Copyright (C) 2008,2009,2010,2011 # Max-Planck-Institute for Polymer Research & Fraunhofer SCAI # # This file is part of ESPResSo++. # # ESPResSo++ is free software: you can redistribute it and/or mo...
cgchemlab/chemlab
tools/convert_gromacs2espp.py
Python
gpl-3.0
4,036
ERROR: type should be string, got "\n\nhttps://www.google.com/ncr\n"
xuemzhan/Memo
工具相关/翻墙.md
Markdown
gpl-3.0
29
package engine.frontend; import java.awt.Graphics2D; /** * * @author Thomas Hayden * @version 6/02/16 */ public class RenderableOval implements Renderable { private int x; private int y; private int width; private int height; private int level; /** * A RenderableOval is a class which will render an ov...
SupremeSteak1/Wiley---Game-Engine
src/engine/frontend/RenderableOval.java
Java
gpl-3.0
882
package WWW::RottenTomatoes; use URI::Escape; use Carp qw{croak}; use base qw{LWP::UserAgent}; use JSON; our $VERSION = "1.004"; $VERSION = eval $VERSION; sub new { my ( $class, %opts ) = @_; if ( !$opts{token} ) { croak "method 'new' requires a valid token(key)"; } my $self = $class->SUPER...
cvega/WWW-RottenTomatoes-Perl
lib/WWW/RottenTomatoes.pm
Perl
gpl-3.0
14,159
function createView(a){var b={items:[],pages:[],additionalData:[],limit:pagination.itemsPerPage,offset:0,sortBy:a.sortBy||"",sortDirection:a.sortDirection||"ASC",currentPage:1,itemsCount:0,itemType:a.itemType,url:a.url,dependencies:a.dependencies},c=new Vue({el:"#"+a.el,data:b,methods:{update:function(a){updateView(thi...
philippK-de/Collabtive
include/js/viewManager.min.js
JavaScript
gpl-3.0
3,995
var bfrequire = require('../../node_modules/node-brainfuckex/').require; process.chdir('../../'); bfrequire('bt.bf')(['samples/hellowhat/hw.tpl', 'World', 'Foo']);
Yuuji/bf-templates
samples/hellowhat/run.js
JavaScript
gpl-3.0
164
using CP77.CR2W.Reflection; using FastMember; using static CP77.CR2W.Types.Enums; namespace CP77.CR2W.Types { [REDMeta] public class scnCameraRid : CVariable { [Ordinal(0)] [RED("tag")] public scnRidTag Tag { get; set; } [Ordinal(1)] [RED("animations")] public CArray<scnCameraAnimationRid> Animations { get; set...
Traderain/Wolven-kit
CP77.CR2W/Types/cp77/scnCameraRid.cs
C#
gpl-3.0
429
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2012.10.05 at 0...
cosminrentea/roda
src/main/java/ro/roda/ddi/ObjectFactory.java
Java
gpl-3.0
19,407
package com.zhonghuasheng.spring4.aop; import org.springframework.stereotype.Service; @Service public class NoAnnotationUserService { public void register(User user) { System.out.println(user.toString()); } }
zhonghuasheng/JAVA
spring4/src/main/java/com/zhonghuasheng/spring4/aop/NoAnnotationUserService.java
Java
gpl-3.0
239
/* * Nightfall - Real-time strategy game * * Copyright (c) 2008 Marcus Klang, Alexander Toresson and Leonard Wickmark * * This file is part of Nightfall. * * Nightfall 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 Sof...
eulex/nightfall
src/matrix4x4.cpp
C++
gpl-3.0
5,265
<?php /*--------------------- / / forms.processor.php / / ---------------------*/ namespace modular\CMS\Forms; include("../../config/site-init.php"); use modular\CMS\Environment\EnvironmentHelper; use modular\CMS\Forms\Forms; use modular\CMS\Forms\FormFields; use modular\CMS\Forms\FormProcessor; use modular\CMS\Mod...
factorone/Modular-CMS
src/CMS/Forms/forms.processor.php
PHP
gpl-3.0
2,969
U8this::Application.configure do # Settings specified here will take precedence over those in config/application.rb. # The test environment is used exclusively to run your application's # test suite. You never need to work with it otherwise. Remember that # your test database is "scratch space" for the test su...
csbrooks6/u8this
config/environments/test.rb
Ruby
gpl-3.0
1,560
Ext.define('Onlineshopping.onlineshopping.shared.shop.model.authentication.UserAccessLevelModel', { "extend": "Ext.data.Model", "fields": [{ "name": "primaryKey", "type": "string", "defaultValue": "" }, { "name": "userAccessLevelId", "type": "string", ...
applifireAlgo/OnlineShopEx
onlineshopping/src/main/webapp/app/onlineshopping/shared/shop/model/authentication/UserAccessLevelModel.js
JavaScript
gpl-3.0
1,135
/* * Gamegine - Game compatibility API and creation library for Bukkit * Copyright (C) 2013-2014 Stealth2800 <stealth2800@stealthyone.com> * Website: <http://stealthyone.com/> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as publish...
Gamegine/Gamegine
src/main/java/com/stealthyone/mcb/gamegine/players/GgPlayer.java
Java
gpl-3.0
1,817
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using CustomSteamTools.Utils; using Newtonsoft.Json; using UltimateUtil; using UltimateUtil.UserInteraction; namespace CustomSteamTools.Commands { [TradeCommand] public class ...
einsteinsci/custom-steam-tools
CustomSteamTools/CustomSteamTools/Commands/CmdSettings.cs
C#
gpl-3.0
2,681
// ==UserScript== // @name GBI Ref App Styling // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://ref.groupbycloud.com/* // @grant none // @require http://ajax.googleapis.com/ajax/libs/jquery/1/jqu...
jatkinson10/tampermonkey
js/ref.groupbycloud.com_tm.js
JavaScript
gpl-3.0
1,097
<!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_51) on Tue Aug 11 17:51:05 CDT 2015 --> <title>Uses of Class org.fhaes.fhrecorder.view.EventTable.Columns</title> <meta name="date" conte...
petebrew/fhaes
fhaes/Javadoc/org/fhaes/fhrecorder/view/class-use/EventTable.Columns.html
HTML
gpl-3.0
7,420
// ###################### | ############################################################# // CLASS ................ | SOFTWARE DEVELOPMENT CAPSTONE (C868) ........................ // ASSIGNMENT ........... | C# PERFORMANCE ASSESSMENT ................................... // TASK ................. | EZP1 TASK 2: SOFTWARE ...
MarkEwer/DomainMachine
Construction/Ewer.Cqrs/Ntfs/Events/GlobalSequenceIndex.cs
C#
gpl-3.0
6,146
class BookingPayment include ActiveModel::Validations attr_reader :booking def initialize(booking, token) @booking = booking @token = token @event = booking.event @user = booking.user end def save @customer = Stripe::Customer.create(email: user.email, card: token) Payment.crea...
whatweate/whatweate
app/models/booking_payment.rb
Ruby
gpl-3.0
938
<!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...
SpaceHAUC-Beam-Steering/Recursive-Least-Square
source/sig/doc/doxy/html/classsp_1_1_i_i_r__filt-members.html
HTML
gpl-3.0
9,447
// Copyright (c) 2014 Daniel Boerlage and Philip Xu // Distributed under the GNU GPL software license, see the accompanying // file LICENSE or http://www.gnu.org/licenses/gpl-3.0.html package implicitplot.equations; import java.util.Iterator; /** * @author Daniel Boerlage */ public class Function extends ParseTree...
DanielBoerlage/Implicit-Plotter
src/implicitplot/equations/Function.java
Java
gpl-3.0
5,963
// Sniper.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include<Windows.h> int _tmain(int argc, _TCHAR* argv[]) { DWORD procId; HWND handle = FindWindow(NULL, argv[1]); if (!handle) return 0; DWORD threadId = GetWindowThreadProcessId(handle, &procId); HMODULE hMod2 = Loa...
arunsatyarth/CSRoot
Sniper/Sniper.cpp
C++
gpl-3.0
823
/* * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it w...
waikato-datamining/adams-base
adams-visualstats/src/main/java/adams/data/spc/OnOneSideViolations.java
Java
gpl-3.0
4,128
/* demoquest - An adventure game demo with parallax scrolling * Copyright (C) 2017 Peter Rogers * * 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...
parogers/demoquest
src/dialog.js
JavaScript
gpl-3.0
4,967
#include "common.h" #define DEBUG_FLAG SEAFILE_DEBUG_HTTP #include "log.h" #include <ccnet.h> #include "seafile-object.h" #include "seafile-crypt.h" #include "seafile.h" #include "utils.h" #include "seafile-session.h" #include "httpserver.h" #include <archive.h> #include <archive_entry.h> #include <iconv.h> #ifd...
Chilledheart/seafile
httpserver/pack-dir.c
C
gpl-3.0
10,520
/* KDXplore provides KDDart Data Exploration and Management Copyright (C) 2015,2016,2017 Diversity Arrays Technology, Pty Ltd. KDXplore may be redistributed and may be modified under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of t...
kddart/kdxplore
kdxapp_trialdesign/src/main/java/com/diversityarrays/kdcompute/db/PluginCollection.java
Java
gpl-3.0
1,705
var searchData= [ ['humidity',['Humidity',['../a00004.html#afc87e0fad26178d122954b0a266ce996',1,'HomeGenie::Automation::Scripting::ModulesManager']]] ];
sanyaade-iot/HomeGenie-Docs
html/docs/doxy/search/properties_3.js
JavaScript
gpl-3.0
155
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" language="it" sourcelanguage="en"> <context> <name>LocaleDialog</name> <message> <source>Select application language:</source> <translation>Seleziona la lingua dell&apos;applicazione:</translation> </message> <message...
gottcode/kapow
translations/kapow_it.ts
TypeScript
gpl-3.0
14,944
import React, { Component, PropTypes } from 'react' import { connect } from 'react-redux' import { bindActionCreators } from 'redux' import { requestGetNotifications, requestDeleteNotification } from './NotificationActions' import { getNotifications } from './NotificationReducer' import NotificationList from './compone...
caleb272/ProjectAccent
client/modules/Notification/Notification.js
JavaScript
gpl-3.0
1,601
@echo off setlocal echo. echo WARNING: YOU ARE GOING TO DO A BRUTE FORCE REINTEGRATION pause echo. echo I hope you know what you're doing pause if .%1.==.. goto usage if not .%2.==.. set client_flag=-c %2 if .%2.==.pause. set pause_end=pause if .%3.==.pause. set pause_end=pause if .%4.==.pause. set pause_end=pause se...
RaisingTheDerp/raisingthebar
root/devtools/bin/p4reint.bat
Batchfile
gpl-3.0
3,042
java -jar -server -Dcom.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump=false -Dfile.encoding=UTF-8 -Xms256m -Xmx1024m -XX:MaxPermSize=512M -XX:-HeapDumpOnOutOfMemoryError -Dsun.rmi.dgc.client.gcInterval=1800000 -Dsun.rmi.dgc.server.gcInterval=1800000 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+Disab...
diegolovison/master-degree
heuristic_and_meta-heuristic_search/project/run.cmd
Batchfile
gpl-3.0
370
# Teacher Quiz - Python Code - Elizabeth Tweedale import csv, random def askName(): # askName function returns the name of the student print("Welcome to the Super Python Quiz!") yourName = input("What is your name? ") print ("Hello",str(yourName...
elizabethtweedale/HowToCode2
SuperSkill-08-Teacher/Teacher-Quiz.py
Python
gpl-3.0
3,594
<head> <title>Fresh House</title> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.2/semantic.min.css"></link> </head> <body> <div id="render-target" style="height: 100%"> </div> </body>
prisma-ninja/freshorder
client/main.html
HTML
gpl-3.0
224
#pragma once #include "stdafx.h" using namespace irr; using namespace video; using namespace System; namespace IrrlichtLime { namespace Video { [Flags] /// <summary> /// Enumeration values for enabling/disabling color planes for rendering. /// </summary> public enum class ColorPlane { /// <summary> /// No...
Traderain/Wolven-kit
WolvenKit.IrrlichtLime/ColorPlane.h
C
gpl-3.0
884
/* * AC - A source-code copy detector * * For more information please visit: http://github.com/manuel-freire/ac2 * * **************************************************************************** * * This file is part of AC, version 2.x * * AC is free software: you can redistribute it and/or modify it under ...
manuel-freire/ac2
clover/src/main/java/es/ucm/fdi/clover/model/ClusteringEngine.java
Java
gpl-3.0
2,177