repo_name
stringlengths
4
116
path
stringlengths
4
379
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
deepak-rathi/WPF-Prism-MVVM-Sample
abc/Source/Modules/abc.ModuleSection2/ViewModels/StockDetailViewModel.cs
4357
using abc.Domain; using abc.Domain.Exceptions; using abc.Domain.Interfaces; using abc.infrastructure.Base; using abc.infrastructure.Constants; using abc.infrastructure.Events; using abc.Infrastructure.Events; using Prism.Commands; using Prism.Logging; using Prism.Unity; using System; using System.Windows; ...
gpl-3.0
iLoop2/ResInsight
ApplicationCode/ProjectDataModel/RimFaultCollection.cpp
14244
///////////////////////////////////////////////////////////////////////////////// // // Copyright (C) Statoil ASA // Copyright (C) Ceetron Solutions AS // // ResInsight 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 Softw...
gpl-3.0
Imperialskull/Synthcraft
Synthcraft_common/com/Imperialskull/mods/synthcraft/ItemPlexiboat.java
5181
package com.Imperialskull.mods.synthcraft; import java.util.List; import com.Imperialskull.mods.synthcraft.client.EntityPlexiboat; import net.minecraft.block.Block; import net.minecraft.client.renderer.texture.IconRegister; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.entity.Entity; import net...
gpl-3.0
rudolfbono/NAIM
src/main/java/aim4/vehicle/Controller.java
485
package aim4.vehicle; public abstract class Controller { private VehicleSimView vehicle; private Sensor frontSensor; private Sensor leftSensor; private Sensor rightSensor; public Controller(VehicleSimView vehicle) { this.vehicle = vehicle; this.frontSensor = Sensor.frontSensor...
gpl-3.0
thevpc/upa
upa-impl-core/src/main/csharp/Sources/Auto/Uql/Compiler/DateAddExpressionTranslator.cs
1877
/********************************************************* ********************************************************* ** DO NOT EDIT ** ** ** ** THIS FILE AS BEEN GENERATED AUTOMATICALLY ** ** BY UPA PORTABLE GEN...
gpl-3.0
RDSergij/tm-real-estate
widgets/tm-real-estate-search-form-widget.php
6114
<?php /** * TM Real Estate Search form Widget * * @package TM Real Estate * @subpackage Class * @author Cherry Team <cherryframework@gmail.com>, Guriev Eugen. * @copyright Copyright (c) 2012 - 2016, Cherry Team * @link http://www.cherryframework.com/ * @license http://www.gnu.org/licenses/old-l...
gpl-3.0
veltzer/demos-python
src/examples/long/debugging_winpdb/debug_me.py
825
#!/usr/bin/env python def simple_func(x): x += 1 s = range(20) z = None w = () y = dict((i, i ** 2) for i in s) k = set(range(5, 99)) try: x.invalid except AttributeError: pass # import sys # sys.exit(1) return 2 * x def fermat(n): """Returns tri...
gpl-3.0
geminorum/gtheme_03
singular-systempage.php
401
<?php defined( 'ABSPATH' ) or die( header( 'HTTP/1.0 403 Forbidden' ) ); gThemeTemplate::wrapOpen( 'systempage' ); if ( have_posts() ) { while ( have_posts() ) { the_post(); gThemeContent::post(); } // gThemeNavigation::content( 'singular' ); } else { get_template_part( 'content', '404' ); } gTh...
gpl-3.0
Samuc/Eat-with-Rango
rango/migrations/0003_remove_userprofile_website.py
386
# -*- coding: utf-8 -*- # Generated by Django 1.9.1 on 2016-01-16 18:50 from __future__ import unicode_literals from django.db import migrations class Migration(migrations.Migration): dependencies = [ ('rango', '0002_tapa_url'), ] operations = [ migrations.RemoveField( model...
gpl-3.0
TLCFEM/suanPan
Material/Material1D/Hysteresis/Flag.cpp
6210
/******************************************************************************* * Copyright (C) 2017-2022 Theodore Chang * * 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 ...
gpl-3.0
isnuryusuf/ingress-indonesia-dev
apk/classes-ekstartk/com/nianticproject/ingress/l/ad.java
270
package com.nianticproject.ingress.l; import android.location.Location; public abstract interface ad { public abstract Location a(); } /* Location: classes_dex2jar.jar * Qualified Name: com.nianticproject.ingress.l.ad * JD-Core Version: 0.6.2 */
gpl-3.0
geminy/aidear
oss/qt/qt-everywhere-opensource-src-5.9.0/qtdeclarative/tests/auto/qml/ecmascripttests/test262/test/suite/ch15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-223.js
1174
/// Copyright (c) 2012 Ecma International. All rights reserved. /// Ecma International makes this code available under the terms and conditions set /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the /// "Use Terms"). Any redistribution of this code must retain the above /// copyright an...
gpl-3.0
simonr89/invgen
src/logic/Sort.hpp
1740
#ifndef __Sort__ #define __Sort__ #include <map> #include <memory> #include <string> namespace logic { #pragma mark - Sort class Sort { // we need each sort to be unique. // We therefore use the Sorts-class below as a manager-class for Sort-objects friend class Sorts; ...
gpl-3.0
Maximetinu/JPA-Notes
JPA Notes Project/test/com/jpanotesproject/daos/BaseDAOTest.java
1560
package com.jpanotesproject.daos; import javax.persistence.EntityManager; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import com.jpanotesproject.mocks.EntityManagerMock; import com.jpanotesproject.model.BaseEntity; public class BaseDAOTest { // Setting Up Mocking structure public cl...
gpl-3.0
waaghals/Aggressive-Swallow
old/footer.inc.php
170
</div> <!-- /.container --> <!-- JavaScript --> <script src="js/jquery-1.10.2.js"></script> <script src="js/bootstrap.js"></script> </body> </html>
gpl-3.0
YuriCat/FujiGokoroUECda
src/engine/data.hpp
8105
#pragma once // 思考用の構造体 #include "../core/record.hpp" #include "../core/field.hpp" #include "policy.hpp" // Field以外のデータ構造 // Fieldは基本盤面情報+盤面を進めたり戻したりするときに値が変化するもの // それ以外の重目のデータ構造は SharedData // スレッドごとのデータは ThreadTools struct ThreadTools { // 各スレッドの持ち物 Dice dice; // サイコロ MoveInfo mbuf[8192]; // 着手生成バッファ ...
gpl-3.0
rajarshig/NewsHeadline
news_headline/news_headline.py
2413
import requests from bs4 import BeautifulSoup from datetime import datetime class NewsHeadline(object): """ Class to represent newsheadline data. Usage: 1. Initialise class instance with mandatory news type (indian / international) 2. get_headlines() function provides headlines data in list [] fo...
gpl-3.0
nemishkor/npu-calendars
application/views/groups_index_view.php
1750
<?php if($data){ $table_class = strtolower($this->registry['controller_name']) . '-table'; ?> <h1><i class="uk-icon-users"></i> Групи</h1> <div class="uk-margin uk-form"> <?php $this->widget('toolbar', array()); ?> <div class="uk-clearfix"></div> <button class="trash-toggle uk-float-right uk-button" type="button...
gpl-3.0
Belxjander/Kirito
LibBitcoin/Explorer/include/bitcoin/explorer/primitives/base58.hpp
2937
/** * Copyright (c) 2011-2015 libbitcoin developers (see AUTHORS) * * This file is part of libbitcoin-explorer. * * libbitcoin-explorer is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License with * additional permissions to the one published by the F...
gpl-3.0
KurodaAkira/RPG-Hud
src/main/java/net/spellcraftgaming/rpghud/gui/GuiSettingsMod.java
10924
package net.spellcraftgaming.rpghud.gui; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import com.mojang.blaze3d.matrix.MatrixStack; import net.minecraft.client.gui.AbstractGui; import net.minecraft.client.gui.FontRenderer; import net.minecraft.client.gui.screen.S...
gpl-3.0
SciCompKL/CoDiPack
include/codi/tapes/data/blockData.hpp
10571
/* * CoDiPack, a Code Differentiation Package * * Copyright (C) 2015-2022 Chair for Scientific Computing (SciComp), TU Kaiserslautern * Homepage: http://www.scicomp.uni-kl.de * Contact: Prof. Nicolas R. Gauger (codi@scicomp.uni-kl.de) * * Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, TU Kaiserslaut...
gpl-3.0
guivaloz/GenesisPHP
Demostracion/htdocs-sobreescribir/lib/Configuracion/CookieConfig.php
1613
<?php /** * GenesisPHP - CookieConfig * * Copyright (C) 2016 Guillermo Valdés 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 your opti...
gpl-3.0
mmagnus/geekbook
engine/make_index.py
5052
#!/usr/bin/env python """geekbook - make index Get the list of md with sys.stdint.read() and generate html index.html. The top of the html file is defined here, see the html variable. The second part is generated in the loop, per md make a link in the index.html. """ import os import time import re from engine.conf...
gpl-3.0
ilri/ckanext-dataportal
ckanext-ilrimetadata/ckanext/ilrimetadata/connection.py
1280
# -*- coding: utf-8 -*- from sqlalchemy import create_engine from sqlalchemy.orm import scoped_session, sessionmaker from pylons import config def getSession(): """ Initialize the model for a Pyramid app. Activate this setup using ``config.include('wportal.models')``. """ mysqlUser = config["...
gpl-3.0
mrlolethan/Buttered-Pixel-Dungeon
src/com/mrlolethan/butteredpd/actors/mobs/King.java
8853
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2015 Evan Debenham * * 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 ver...
gpl-3.0
blankaspect/onda
src/main/java/uk/blankaspect/onda/OndaDataInput.java
7591
/*====================================================================*\ OndaDataInput.java Onda lossless audio compression data input class. \*====================================================================*/ // PACKAGE package uk.blankaspect.onda; //-------------------------------------------------------...
gpl-3.0
bailey-lab/graphSourceCode
scripts/fix_pragma_once.py
1083
#!/usr/bin/python import os, glob, sys po = "#pragma once" def is_header(fn): fn = fn.lower() if fn.endswith(".h") or fn.endswith(".hpp"): return True return False def fixFile(fnp): q = open(fnp).read() with open(fnp, "w") as f: f.write(po + "\n") for line in q.split("\n"...
gpl-3.0
241180/Oryx
framework8-demo-master/spring-demo/spring-demo-backend/src/test/java/com/vaadin/framework8/samples/backend/TestConfig.java
1137
/* * Copyright 2000-2016 Vaadin Ltd. * * 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 applicable law or agreed to...
gpl-3.0
neuroanatomy/microdraw
app/controller/user/user.controller.js
5077
/* eslint-disable camelcase */ /* eslint-disable radix */ // const async = require('async'); const dateFormat = require('dateformat'); //const checkAccess = require('../checkAccess/checkAccess.js'); //const dataSlices = require('../dataSlices/dataSlices.js'); const validator = function (req, res, next) { // UserName...
gpl-3.0
hufsm/tu_gen2_libsigrokdecode
decoders/dcf77/pd.py
12718
## ## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2012-2016 Uwe Hermann <uwe@hermann-uwe.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 2 of t...
gpl-3.0
forio/julia-studio
share/julia-studio/qml/qmljsdebugger/qdeclarativeviewinspector.cpp
26003
/**************************************************************************** ** ** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this f...
gpl-3.0
Maxzilla60/AC-Lister
.eslintrc.js
4875
/* 👋 Hi! This file was autogenerated by tslint-to-eslint-config. https://github.com/typescript-eslint/tslint-to-eslint-config It represents the closest reasonable ESLint configuration to this project's original TSLint configuration. We recommend eventually switching this configuration to extend from the recommended ...
gpl-3.0
Ozi94/opencart
upload/admin/language/ro-ro/extension/payment/psigate.php
1026
<?php // Heading $_['heading_title'] = 'PSIGate'; // Text $_['text_payment'] = 'Plată'; $_['text_success'] = 'Succes: Ai modificat detaliile contului PSIGate!'; // Entry $_['entry_merchant'] = 'Merchant ID-ul Comerciantului:'; $_['entry_password'] = 'Fraza de Trecere:'; $_['entry_gateway'] ...
gpl-3.0
manojdjoshi/dnSpy
dnSpy/dnSpy.Contracts.Debugger/Evaluation/PredefinedFormatSpecifiers.cs
10096
/* Copyright (C) 2014-2019 de4dot@gmail.com This file is part of dnSpy dnSpy 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...
gpl-3.0
FHICT-Software/P3P4
PTS/AirHockeyJeroen/AirHockey_Server_Jeroen/src/threads/WelcomeThread.java
2154
//<editor-fold defaultstate="collapsed" desc="Jibberish"> package threads; import interfaces.IThread; import java.net.Socket; //</editor-fold> /** * In this class you can find all properties and operations for WelcomeThread. //CHECK * * @organization: Moridrin * @author J.B.A.J. Berkvens * @date 2014/05/26 */ p...
gpl-3.0
PM2M2016-A-B/FM-tuner
client-example/src/service-client.js
3528
/* 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 will be useful, ...
gpl-3.0
flaght/starsvc
plugins/circle/schduler_engine.cc
16034
// Copyright (c) 2016-2017 The star Authors. All rights reserved. // Created on: 2017年1月7日 Author: kerry #include "schduler_engine.h" #include "basic/template.h" #include "net/comm_head.h" #include "net/packet_processing.h" #include "logic/logic_unit.h" #include "errno.h" #include "operator_code.h" namespace circl...
gpl-3.0
Doap/The-Convectek-CRM
wp-content/plugins/widget-or-sidebar-per-shortcode/widget-or-sidebar-per-shortcode.php
1301
<?php /* Plugin Name: Widget or Sidebar Shortcode Plugin URI: http://staude.net/wordpress/plugins/WidgetSidebarShortcode Description: Use widgets and sidebars via shortcode in pages or posts Author: Frank Staude Version: 0.6.1 Author URI: http://www.staude.net/ Compatibility: WordPress 4.0 */ /* Copyright ...
gpl-3.0
Mouarius/Made-With-Experience
src/main/java/fr/mouarius/mwe/proxy/CommonProxy.java
156
package fr.mouarius.mwe.proxy; public class CommonProxy{ public void registerTileEntities(){ } public void registerRenderingThings(){ } }
gpl-3.0
FthrNature/unleashed-pixel-dungeon
src/main/java/com/shatteredpixel/pixeldungeonunleashed/effects/particles/ShaftParticle.java
1812
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2015 Evan Debenham * * 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 ver...
gpl-3.0
Emergen/zivios-panel
application/library/Zend/Filter/File/Rename.php
8647
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
gpl-3.0
KamranMackey/Aurora
plugins/minecraft/mcstatus.py
2455
# # Copyright (C) 2016-2017 Kamran Mackey and contributors # # 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. """Minecraf...
gpl-3.0
e-biz/arpi-gl
core/src/rendering/BoundingSphere.cpp
1519
/* * Copyright (C) 2015 eBusiness Information * 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 i...
gpl-3.0
BerntA/QCScript
QScript/Filesystem/SMDParser.cs
3535
//========= Copyright © Bernt Andreas Eide! ============// // // Purpose: Parses a Valve Studio Model Data file. // //==================================================================// using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace QScr...
gpl-3.0
crisis-economics/CRISIS
CRISIS/src/eu/crisis_economics/abm/dashboard/CheckListModel.java
2150
/* * This file is part of CRISIS, an economics simulator. * * Copyright (C) 2015 AITIA International, Inc. * * CRISIS is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
gpl-3.0
deremix/darmixcore
src/scripts/EasternKingdoms/Deadmines/deadmines.cpp
1198
/* * Darmix-Core Copyright (C) 2013 Deremix * Integrated Files: CREDITS.md and LICENSE.md */ /* ScriptData Name: Deadmines Complete(%): 0 Comment: Placeholder Category: Deadmines EndScriptData */ #include "ScriptPCH.h" #include "deadmines.h" #include "Spell.h" /*##### # item_Defias_Gunpowder #####*/ bool ItemUs...
gpl-3.0
aykutalparslan/Telegram-Server
src/main/java/org/telegram/tl/L57/contacts/Blocked.java
2226
/* * This file is part of Telegram Server * Copyright (C) 2015 Aykut Alparslan KOÇ * * Telegram Server 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...
gpl-3.0
ankitpati/jwt
main/ButtonApplet.java
1009
/* ButtonApplet.java */ /* Date : 05 April 2016 * Author: Ankit Pati */ import java.applet.Applet; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; public class ButtonApplet extends Applet implements ActionListener{ final static long serialVersionUID = 0l; public...
gpl-3.0
generalelectrix/pyenttec
pyenttec/test.py
1622
"""Tests for offline DMX port.""" from nose.tools import assert_equal, assert_is, assert_raises, raises from . import DMXConnectionOffline def test_offline_port(): univ_size = 24 port = DMXConnectionOffline(univ_size=univ_size) assert_equal(univ_size, len(port.dmx_frame)) assert all(chan == 0 for chan...
gpl-3.0
ramsodev/DitaManagement
dita/dita.topic/src/net/ramso/dita/topic/SlClass.java
14186
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // 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: 2014.08.02 at 08:00...
gpl-3.0
bozhbo12/demo-spring-server
spring-game/src/main/java/org/epilot/ccf/common/Filters.java
451
package org.epilot.ccf.common; public class Filters { String name; String className; String type; public String getType() { return type; } public void setType(String type) { this.type = type; } public String getName() { return name; } public void setName(String name) { this.name = name; } publ...
gpl-3.0
DidiMilikina/SoftUni
Programming Basics - C#/Exams/Programming Basics Exam - 20 November 2016 - Evening/03. Bike Race/Program.cs
1547
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _03.Bike_Race { class Program { static void Main(string[] args) { var juniors = int.Parse(Console.ReadLine()); var seniors = int.Parse(Console.R...
gpl-3.0
akshatamohanty/vidamo
mobius/ui-components/viewport/text_directive.js
3580
// text editor viewport example mobius.directive('textViewport', function() { return { restrict: 'A', scope: { viewModel: "=" }, template: "<div style='width: 100%; top:32px; left:0; bottom: 0; position: absolute;'>\ <te...
gpl-3.0
tmccormi/openemr-homehealth
interface/forms/hha_visit/view.php
29845
<?php include_once("../../globals.php"); include_once ("functions.php"); include_once("../../calendar.inc"); require_once("$srcdir/ESign.class.php"); include_once("$srcdir/sha1.js"); include_once("$srcdir/api.inc"); $obj = formFetch("forms_hha_visit", $_GET["id"]); $hha_visit_activities = explode("#",$obj{"hha_vis...
gpl-3.0
interspiresource/interspire
install/language/es-MX/default.php
4276
<?php /** * @package Arastta eCommerce * @copyright Copyright (C) 2015 Arastta Association. All rights reserved. (arastta.org) * @credits See CREDITS.txt for credits and other copyright notices. * @license GNU General Public License version 3; see LICENSE.txt */ // Heading $_['heading_main'] = 'In...
gpl-3.0
Benjimoro/DnrFiles
ausgsMultiTS.py
3017
# -*- coding: utf-8 -*- """ Created on Fri Jul 08 14:13:23 2016 @author: bbwarne """ from azure.storage.blob import BlockBlobService from azure.storage.blob import ContentSettings import requests import datetime today = datetime.date.today() lastmonth = today.month-1 rTS = requests.get('http://waterservi...
gpl-3.0
AdeebNqo/Thula
Thula/src/main/java/com/adeebnqo/Thula/ui/messagelist/MessageItemCache.java
1863
package com.adeebnqo.Thula.ui.messagelist; import android.content.Context; import android.database.Cursor; import android.util.Log; import android.util.LruCache; import com.google.android.mms.MmsException; import com.adeebnqo.Thula.common.utils.CursorUtils; import java.util.regex.Pattern; public class MessageItemCac...
gpl-3.0
uwafsl/ardupilot
libraries/OrbitControl/InnerLoopController.cpp
7951
// InnerLoopController.cpp: implementation of the InnerLoopController class. // // Christopher Lum // lum@u.washington.edu // // Dai Tsukada // dat6@uw.edu // ////////////////////////////////////////////////////////////////////// //Version History // 03/31/15: Created // standard headers //#include <ios...
gpl-3.0
jindrapetrik/jpexs-decompiler
libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/InitPropertyIns.java
2413
/* * Copyright (C) 2010-2021 JPEXS, All rights reserved. * * 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 3.0 of the License, or (at your option) any later versi...
gpl-3.0
cstrouse/chromebrew
packages/ledger.rb
763
require 'package' class Ledger < Package description 'A double-entry accounting system with a command-line reporting interface' homepage 'https://www.ledger-cli.org/' version '3.1.3' compatibility 'all' source_url 'https://github.com/ledger/ledger/archive/v3.1.3.tar.gz' source_sha256 'b248c91d65c7a101b9d62...
gpl-3.0
szwedoman/SzUM
src/main/java/pl/szwedoman/szum/item/armor/ArmorSzum.java
1469
package pl.szwedoman.szum.item.armor; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.entity.Entity; import net.minecraft.item.ItemArmor; import net.minecraft.item.ItemStack; import pl.szwedoman.szum.creative...
gpl-3.0
frostasm/qt-creator
src/plugins/coreplugin/coreplugin.cpp
11810
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance wit...
gpl-3.0
SiLeBAT/FSK-Lab
de.bund.bfr.knime.foodprocess.pcml/lib/src/de/bund/bfr/pcml10/ProcessChainDocument.java
12370
/* * An XML document type. * Localname: ProcessChain * Namespace: http://www.bfr.bund.de/PCML-1_0 * Java type: de.bund.bfr.pcml10.ProcessChainDocument * * Automatically generated - do not modify. */ package de.bund.bfr.pcml10; /** * A document containing one ProcessChain(@http://www.bfr.bund.de/PCML-1_0) elem...
gpl-3.0
dazorni/9tac
app/component/user-list.js
559
import React from 'react'; class UserList extends React.Component { constructor() { super(); let userData = [ {"id": 1, "username": "dazorni"}, {"id": 2, "username": "nino"}, ]; this.state = { data: userData }; } render() { let userNodes = this.state.data.map(user => <User key={user.id} user...
gpl-3.0
GMIG/Gumuc
src/gumuc1/RelayDecoder.java
2756
package gumuc1; import java.nio.charset.Charset; import java.util.LinkedList; import org.apache.mina.core.buffer.IoBuffer; import org.apache.mina.core.filterchain.IoFilter.NextFilter; import org.apache.mina.core.session.IoSession; import org.apache.mina.filter.codec.ProtocolDecoderOutput; import org.apache.m...
gpl-3.0
fiendishly/rsbot
src/org/rsbot/script/Store.java
5874
package org.rsbot.script; import java.awt.Point; import org.rsbot.bot.Bot; import org.rsbot.script.wrappers.RSInterface; import org.rsbot.script.wrappers.RSInterfaceComponent; /** * This class is for all the Store operations. */ public class Store { private final Methods methods; private int stock...
gpl-3.0
chrisplough/otmfaq
otmfaq.com/htdocs/forums/impex/systems/bac/000.php
9537
<?php /*======================================================================*\ || #################################################################### || || # vBulletin - Licence Number VBF98A5CB5 || # ---------------------------------------------------------------- # || || # All PHP code in this file is ©2000-2006 ...
gpl-3.0
unix4you2/pcoder
mod/pcoder/inc/configuracion.php
2053
<?php /* ===================================================================== PBROWSER (Practico Browser) Sistema Simple de Navegacion por Proxy basado en PHP Copyright (C) 2013 John F. Arroyave Gutiérrez unix4you2@gmail.com www.practico.org This program is fre...
gpl-3.0
MailCleaner/MailCleaner
www/framework/Zend/XmlRpc/Server/Fault.php
5541
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
gpl-3.0
seranfuen/contalibre
ContaLibre/Areas/HelpPage/ModelDescriptions/ModelDescriptionGenerator.cs
19083
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
gpl-3.0
Exygy/sf-dahlia-web-production
spec/controllers/overrides/registrations_controller_spec.rb
1196
require 'rails_helper' describe Overrides::RegistrationsController do before(:each) do @request.env['devise.mapping'] = Devise.mappings[:user] end describe 'create' do let(:valid_user_params) do { user: { email: 'jane@doe.com', password: 'somepassword', passwo...
gpl-3.0
maker56/UltimateSurvivalGames
UltimateSurvivalGames/src/me/maker56/survivalgames/game/phases/DeathmatchPhase.java
3373
package me.maker56.survivalgames.game.phases; import java.util.Collections; import java.util.List; import me.maker56.survivalgames.SurvivalGames; import me.maker56.survivalgames.Util; import me.maker56.survivalgames.arena.Arena; import me.maker56.survivalgames.commands.messages.MessageHandler; import me.make...
gpl-3.0
skulia15/Web-Services
D2/CoursesAPIv0.2/Models/EntityModels/CourseTemplate.cs
367
/// <summary> /// A template for the courses /// </summary> namespace CoursesAPI.Models.EntityModels { public class CourseTemplate { public int ID { get; set; } // Example: "Vefþjónustur" public string Name { get; set; } // Example: "T-514-VEFT" public string CourseID { get; ...
gpl-3.0
GRIS-UdeM/spatServerGRIS
Source/sg_VuMeterComponent.cpp
6116
/* This file is part of SpatGRIS. Developers: Samuel Béland, Olivier Bélanger, Nicolas Masson SpatGRIS 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...
gpl-3.0
alcheagle/jgeom2d
src/com/alcheagle/jgeom2d/MoveableObject2D.java
1012
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.alcheagle.jgeom2d; /** * * @author Andrea Gilardoni * <a href="mailto:andrea.gilardoni96@gmail.com">andrea.gilardoni96@...
gpl-3.0
AdrienJarretier/MathGame
extlibs/sfgui-0.3.2-vs2017-64/doc/html/search/files_1.js
252
var searchData= [ ['bin_2ehpp',['Bin.hpp',['../Bin_8hpp.html',1,'']]], ['box_2ehpp',['Box.hpp',['../Box_8hpp.html',1,'']]], ['brew_2ehpp',['BREW.hpp',['../BREW_8hpp.html',1,'']]], ['button_2ehpp',['Button.hpp',['../Button_8hpp.html',1,'']]] ];
gpl-3.0
Shurgent/TFCTech
src/main/java/ua/pp/shurgent/tfctech/core/ModSounds.java
713
package ua.pp.shurgent.tfctech.core; public class ModSounds { private static final String PATH = ModDetails.ModID + ":"; public static final String GROOVEFIT = PATH + "rubbertapping.groove.fit"; public static final String MOUNTFIT = PATH + "rubbertapping.mount.fit"; public static final String BOWLFIT = PATH + "ru...
gpl-3.0
gwx/ZeldaClassic
src/zq_subscr.cpp
262070
//-------------------------------------------------------- // Zelda Classic // by Jeremy Craner, 1999-2000 // // subscr.cc // // Subscreen code for zelda.cc // //-------------------------------------------------------- #ifndef __GTHREAD_HIDE_WIN32API #define __GTHREAD_HIDE_WIN32API 1 #endif ...
gpl-3.0
gianitobia/ippocrate-j2ee
Ippocrate-war/src/java/utils/QuickPopulate.java
29601
/* * 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 utils; import Controller.GestoreInserimentoDatiLocal; import Entity.CartellaClinicaFacadeLocal; import Entity.MedicoEsternoFac...
gpl-3.0
HampsterEater/FusionGameEngine
Source/Fusion/Windows/Games Explorer Window.cs
71213
/* * File: Game Explorer Window.cs * * Contains all the functional partial code declaration for the GameExplorer form. * * Copyright (c) Binary Phoenix. All rights reserved. */ using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System...
gpl-3.0
julianwachholz/wmask
vendor/whammy.js
15978
/** * https://github.com/antimatter15/whammy/blob/a1c8e861a3269387ffac519fe6e96c645efb6686/whammy.js * * modified to have a progress callback */ /* var vid = new Whammy.Video(); vid.add(canvas or data url) vid.compile() */ window.Whammy = (function(){ // in this case, frames has a very specific meaning, which...
gpl-3.0
ryanl/go-ai
src/interface_gtp/go_callbacks/callbacks.cpp
5373
#include "../go_gtp_interface.hpp" /* boardsize */ GTPResponse GTPCallbackBoardsize::callback(const std::vector<std::string>& args) { if (args.size() != 1 || !isInt(args[0])) { return GTPResponse(GTP_FAILURE, "syntax error # board_size takes one integer argument"); } else { int i = stringToInt...
gpl-3.0
BizarreCake/Arane
src/linker/executable.cpp
806
/* * Arane - A Perl 6 interpreter. * Copyright (C) 2014 Jacob Zhitomirsky * * 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 late...
gpl-3.0
V8CH/rice-paper
parts/loop-archive.php
1407
<article id="post-<?php the_ID(); ?>" <?php post_class(''); ?> role="article"> <header class="article-header"> <h5 class="kicker"> <span class="badge"><span class="fa fa-star"></span></span> <span class="kicker-title">Featured</span> </h5> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<...
gpl-3.0
dsalazarr/pfc_ii
pfc/pfc/applications/apps.py
331
from __future__ import unicode_literals from django.apps import AppConfig class ApplicationsConfig(AppConfig): name = 'pfc.applications' verbose_name = 'Applications' def ready(self): """Override this to put in: Users system checks Users signal registration """ ...
gpl-3.0
wfjm/w11
tools/src/librlink/RlinkChannel.cpp
2022
// $Id: RlinkChannel.cpp 1186 2019-07-12 17:49:59Z mueller $ // SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de> // // Revision History: // Date Rev Version Comment // 2018-12-07 1078 1.0.2 use std::shared_ptr instead of boost // 2017-04-07 ...
gpl-3.0
WhisperSystems/TextSecure
app/src/main/java/org/thoughtcrime/securesms/service/webrtc/WebRtcActionProcessor.java
43101
package org.thoughtcrime.securesms.service.webrtc; import android.content.Context; import android.content.Intent; import android.os.ResultReceiver; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import org.signal.ringrtc.CallException; import org.signal.ringrtc.CallId; import org.signal.rin...
gpl-3.0
enghen10/todo-application-frontend-angular
e2e/app.po.ts
235
import { browser, element, by } from 'protractor'; export class TodoApplicationFrontendAngularPage { navigateTo() { return browser.get('/'); } getParagraphText() { return element(by.css('app-root h1')).getText(); } }
gpl-3.0
wmwolf/MESATestHub
MESATestHub/test/system/test_data_test.rb
208
require "application_system_test_case" class TestDataTest < ApplicationSystemTestCase # test "visiting the index" do # visit test_data_url # # assert_selector "h1", text: "TestDatum" # end end
gpl-3.0
jukiewiczm/renjin
tools/packager/src/main/java/org/renjin/packaging/DatasetsBuilder2.java
12223
package org.renjin.packaging; import org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream; import org.renjin.eval.EvalException; import org.renjin.eval.Session; import org.renjin.eval.SessionBuilder; import org.renjin.parser.RParser; import org.renjin.primitives.io.connections.GzFileConnection; imp...
gpl-3.0
yamstudio/leetcode
csharp/722.remove-comments.cs
1416
/* * @lc app=leetcode id=722 lang=csharp * * [722] Remove Comments */ using System.Collections.Generic; using System.Text; // @lc code=start public class Solution { public IList<string> RemoveComments(string[] source) { IList<string> ret = new List<string>(); StringBuilder sb = new StringBuild...
gpl-3.0
missingdaysqxy/MVCiHealth
MVCiHealth/App_Start/BundleConfig.cs
1721
using System.Web; using System.Web.Optimization; namespace MVCiHealth { public class BundleConfig { // For more information on bundling, visit https://go.microsoft.com/fwlink/?LinkId=301862 public static void RegisterBundles(BundleCollection bundles) { bundles.Add(new Scrip...
gpl-3.0
acostasg/upload
upload/tests/shared/test_open_file.py
642
import unittest import upload.injectionContainer as injectionContainer from upload.strategy.dummys.injectedContainerDummy import ContainerMock class TestRequestParams(unittest.TestCase): """ Class test for request params class """ def test_open_file_error(self): """ test case secured ...
gpl-3.0
hlin09/renjin
core/src/main/java/org/renjin/stats/internals/FFT.java
1762
package org.renjin.stats.internals; import edu.emory.mathcs.jtransforms.fft.DoubleFFT_1D; import org.apache.commons.math.complex.Complex; import org.renjin.invoke.annotations.Internal; import org.renjin.sexp.*; public class FFT { @Internal public static ComplexVector fft(IntVector x, boolean inverse) { retur...
gpl-3.0
calexil/sandwich
sandwich.py
186
#!/usr/bin/env python import webbrowser import pyautogui print ("Here is a sandwich,") print ("You are welcome") pyautogui.time.sleep(2) webbrowser.open("https://u.teknik.io/UOCVi.jpg")
gpl-3.0
STEMLab/geoserver-3d-extension
gs-wfs-iso/src/main/java/org/geoserver/wfs/kvp/SrsNameKvpParser.java
712
/* (c) 2014 Open Source Geospatial Foundation - all rights reserved * (c) 2001 - 2013 OpenPlans * This code is licensed under the GPL 2.0 license, available at the root * application directory. */ package org.geoserver.wfs.kvp; import java.net.URI; import org.geoserver.ows.FlatKvpParser; import org.geoserver.ows....
gpl-3.0
htdebeer/paru
lib/paru/filter/header.rb
1981
#-- # 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
nickbattle/vdmj
vdmj/src/main/java/com/fujitsu/vdmj/tc/definitions/TCTypeDefinition.java
16031
/******************************************************************************* * * Copyright (c) 2016 Fujitsu Services Ltd. * * Author: Nick Battle * * This file is part of VDMJ. * * VDMJ is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License a...
gpl-3.0
memphis518/RecipeApplication
RecipeApplicationUnitTests/src/com/recipeapplication/tests/models/RecipeTest.java
6331
package com.recipeapplication.tests.models; import java.util.ArrayList; import javax.jdo.PersistenceManager; import com.google.appengine.api.datastore.DatastoreService; import com.google.appengine.api.datastore.DatastoreServiceFactory; import com.google.appengine.api.datastore.Entity; import com.google.appengine.api...
gpl-3.0
geminy/aidear
oss/qt/qt-everywhere-opensource-src-5.9.0/qt3d/src/quick3d/quick3drender/items/quick3dtechniquefilter.cpp
5635
/**************************************************************************** ** ** Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB). ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt3D module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holdin...
gpl-3.0