repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
hujuice/oopphp
public/esercizi/divide.php
1214
<?php // Esercizio: un numero che si dimezza sempre header('Content-Type: text/plain'); ini_set('display_errors', true); // MAI in produzione!!! ini_set('html_errors', 0); /** * Questa classe continua a dividere * il suo stato interno per un valore dato. */ class invert { /** * Il valore corrente * @v...
gpl-3.0
ngoaho91/sharif-judge
system/database/DB_utility.php
10617
<?php /** * CodeIgniter * * An open source application development framework for PHP 5.2.4 or newer * * NOTICE OF LICENSE * * Licensed under the Open Software License version 3.0 * * This source file is subject to the Open Software License (OSL 3.0) that is * bundled with this package in the files ...
gpl-3.0
henkelis/sonospy
web2py/applications/admin/controllers/mercurial.py
1107
from mercurial import cmdutil _hgignore_content = """\ syntax: glob *~ *.pyc *.pyo *.bak cache/* databases/* sessions/* errors/* """ def commit(): app = request.args[0] path = apath(app, r=request) uio = ui.ui() uio.quiet = True if not os.environ.get('HGUSER') and not uio.config("ui", "usernam...
gpl-3.0
wonder-sk/inasafe
safe/impact_functions/inundation/flood_raster_population/metadata_definitions.py
5408
# coding=utf-8 """InaSAFE Disaster risk tool by Australian Aid - Flood Raster Impact on Population. Contact : ole.moller.nielsen@gmail.com .. note:: 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 Fou...
gpl-3.0
marvertin/geokuk
src/main/java/cz/geokuk/core/napoveda/ZadatProblemAction.java
1073
/** * */ package cz.geokuk.core.napoveda; import java.awt.event.ActionEvent; import java.awt.event.KeyEvent; import java.net.MalformedURLException; import java.net.URL; import cz.geokuk.core.program.FConst; import cz.geokuk.framework.Action0; import cz.geokuk.util.process.BrowserOpener; /** * @author Martin Vever...
gpl-3.0
IoanaIleana/ProvCB
src/instance/Parser.java
3628
/** * Copyright 2013, 2014 Ioana Ileana @ Telecom ParisTech * 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
zppro/4gtour
src/vendor-1.x/js/modules/grid/grid.service.js
11119
(function() { 'use strict'; angular .module('app.grid') .service('GridDemoModelSerivce', GridDemoModelSerivce) .service('GridUtils',GridUtils) .factory('GridFactory',GridFactory) ; GridFactory.$inject = ['modelNode','$q','$filter']; function GridFactory(m...
gpl-3.0
AlmuraDev/ForceTools
README.md
87
ForceTool ======= Allows administrators to force tool usage based on how they want it.
gpl-3.0
081krieger/rps
src/main/java/com/test/ipetrov/start/Application.java
804
package com.test.ipetrov.start; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.ApplicationContext; import org.springframework.context.annotation.ComponentScan; import org.springframework.data.jpa.repository.conf...
gpl-3.0
jabber-at/hp
hp/core/static/lib/tinymce/src/core/test/ts/browser/dom/SerializerTest.ts
36451
import { Pipeline, Step } from '@ephox/agar'; import { Arr } from '@ephox/katamari'; import { LegacyUnit } from '@ephox/mcagar'; import Serializer from 'tinymce/core/api/dom/Serializer'; import DOMUtils from 'tinymce/core/api/dom/DOMUtils'; import TrimHtml from 'tinymce/core/dom/TrimHtml'; import ViewBlock from '../../...
gpl-3.0
lithqube/sedesgroup
IT/wp-content/themes/limitless/backend/rad_builder/class_radstyler.php
7651
<?php /** * Core Class To Style RAD Builder Components * @author Abhin Sharma * @dependency none * @since IOA Framework V1 */ if(!class_exists('RADStyler')) { class RADStyler { function registerbgColor($key='' ,$target='') { $code ='<h5 class="sub-styler-title">'.__('Set Background Color',...
gpl-3.0
smashrs/smash-rs
_drafts/2017-02-08-1º Aberto Gaúcho de Super Smash Bros.md
197
--- title: '1º Aberto Gaúcho de Super Smash Bros. - Wii U Singles, Doubles e Crews! (22/07 e 23/07)' date: 2016-04-21 18:17:00 author: 'DASH|Vinikun' image: 'http://i.imgur.com/7w6udGs.jpg' ---
gpl-3.0
FEniCS/mshr
3rdparty/CGAL/examples/Point_set_shape_detection_3/shape_detection_with_callback.cpp
3227
#if defined (_MSC_VER) && !defined (_WIN64) #pragma warning(disable:4244) // boost::number_distance::distance() // converts 64 to 32 bits integers #endif #include <CGAL/Exact_predicates_inexact_constructions_kernel.h> #include <CGAL/IO/read_xyz_points.h> #include <CGAL/Point_with_normal_3...
gpl-3.0
IvethS/Tarea2
src/Rectangulo.java
1004
public class Rectangulo { public int Base; public int Altura; //Ejercicio realizado con ayuda de esta pagina:http://diagramas-de-flujo.blogspot.com/2013/02/calcular-perimetro-rectangulo-Java.html //aqui llamamos las dos variables que utilizaremos. Rectangulo(int Base, int Altura) { this.Base = Base; this.Altu...
gpl-3.0
spa-simone/u-turismu
src/main/java/uturismu/dao/BookingDao.java
1133
/* * This file is part of "U Turismu" project. * * U Turismu is an enterprise application in support of calabrian tour operators. * This system aims to promote tourist services provided by the operators * and to develop and improve tourism in Calabria. * * Copyright (C) 2012 "LagrecaSpaccarotella" team. * * ...
gpl-3.0
jkamga/INM5151-payGoStore
app.js
991
/** * Module dependencies. */ var express = require('express') , http = require('http') , path = require('path') , mongo = require('mongodb') , format = require('util').format; var app = express(); // all environments app.set('port', process.env.PORT || 3000); app.set('views', __dirname + '/views'); app.se...
gpl-3.0
Nicobubu/cppcheck
cli/cmdlineparser.cpp
46169
/* * Cppcheck - A tool for static C/C++ code analysis * Copyright (C) 2007-2016 Cppcheck team. * * 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
Niky4000/UsefulUtils
projects/tutorials-master/tutorials-master/apache-geode/README.md
98
### Relevant Articles: - [A Quick Guide to Apache Geode](https://www.baeldung.com/apache-geode)
gpl-3.0
davidwarne/dx2vtk
vtkFileWriter.h
5534
/* dx2vtk: OpenDX to VTK file format converter * Copyright (C) 2015 David J. Warne * * 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
williamfdevine/PrettyLinux
include/linux/platform_data/keypad-nomadik-ske.h
1200
/* * Copyright (C) ST-Ericsson SA 2010 * * License Terms: GNU General Public License v2 * Author: Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com> * * ux500 Scroll key and Keypad Encoder (SKE) header */ #ifndef __SKE_H #define __SKE_H #include <linux/input/matrix_keypad.h> /* register definitions for ...
gpl-3.0
clientmarketing/food-factory
source/app/plugins/Locale/controllers/LocaleAppController.controller.php
1402
<?php /** * Created by PhpStorm. * User: Ermin Islamagić - https://ermin.islamagic.com * Date: 22.8.2016 * Time: 09:37 */ // Check if root path is defined if (!defined("ROOT_PATH")) { // Show 403 if root path not defined header("HTTP/1.1 403 Forbidden"); exit; } /** * Class LocaleAppController */ c...
gpl-3.0
superisaac/msgr
iOS/MSGR/MSGRTickConnection.h
1139
// // MSGRTickConnection.h // wehuibao // // Created by Ke Zeng on 13-6-20. // Copyright (c) 2013年 Zeng Ke. All rights reserved. // #import <Foundation/Foundation.h> typedef enum { MSGRTickConnectionStateNotConnected=0, MSGRTickConnectionStateConnecting, MSGRTickConnectionStateConnected, MSGRTickC...
gpl-3.0
glipari/rtlib
src/jtrace.cpp
6330
/*************************************************************************** begin : Thu Apr 24 15:54:58 CEST 2003 copyright : (C) 2003 by Giuseppe Lipari email : lipari@sssup.it ***************************************************************************/ /*********...
gpl-3.0
xBoye/xHome
centres/views.py
1162
# -*- coding: utf-8 -*- from django.shortcuts import render from django.http import HttpResponse from django.http import HttpResponseRedirect from django.core.urlresolvers import reverse from django.contrib.auth.decorators import login_required def centres(request): #Python练习项目管理中心Center return render(request, 'cen...
gpl-3.0
Dalan94/Super_Martin
Super_Martin/doc/html/globals_o.html
7049
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
gpl-3.0
Jordan-Zhu/RoboVision
scratch/testingColorImg.py
2023
import cv2 import numpy as np np.set_printoptions(threshold=np.nan) import util as util import edge_detect import lineseg import drawedgelist # img = cv2.imread("img/Slide2.jpg", 0) img = cv2.imread("unsorted/Unit Tests/lambda.png", 0) im_size = img.shape returnedCanny = cv2.Canny(img, 50, 150, apertureSize = 3) cv2....
gpl-3.0
beni55/d-pac.cms
app/routes/api/helpers/registerDefaultRoutes.js
999
"use strict"; module.exports = function registerDefaultRoutes( baseUrl, app, opts ){ var controller = opts.controller; var listRouter = app.route( baseUrl ); if( opts.all ){ listRouter = listRouter.all( opts.all...
gpl-3.0
paoloap/activitiesmanager
activitiesmanager-model/src/main/java/it/ads/activitiesmanager/model/dao/AbstractDao.java
1147
package it.ads.activitiesmanager.model.dao; import java.io.Serializable; import java.util.List; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import javax.persistence.Query; import org.springframework.stereotype.Repository; import org.springframework.transaction.annotation.Tran...
gpl-3.0
Cloudef/darkstar
scripts/zones/Windurst_Woods/npcs/Amimi.lua
1661
----------------------------------- -- Area: Windurst Woods -- NPC: Amimi -- Type: Chocobo Renter ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems"); require("scripts/globals/chocobo"); require("scripts/globals/status"); ----------------------------------- fun...
gpl-3.0
Victor-Haefner/polyvr
src/core/tools/VRConstructionKit.cpp
4295
#include "VRConstructionKit.h" #include "selection/VRSelector.h" #include "core/objects/geometry/VRGeometry.h" #include "core/objects/material/VRMaterial.h" #include "core/utils/toString.h" #include "core/utils/VRFunction.h" #include "core/setup/devices/VRDevice.h" #include "core/setup/devices/VRSignal.h" using names...
gpl-3.0
spacewander/openresty-vim
README.md
1403
## A Vim plugin offers Nginx/Openresty syntax highlight and directives completion ![example](./example.png) This little plugin offers: 1. syntax highlight for Nginx configuration, with addition OpenResty enhancement. 1. syntax highlight for LuaJIT source file, with adddition OpenResty API highlight. 1. syntax-based d...
gpl-3.0
gitaphu/Ares
Source/Ares.cpp
277
/* _ /_\ _ _ ___ ___ / _ \| '_/ -_|_-< /_/ \_\_| \___/__/ */ #include "Ares.h" /* Description: Function that is called when the library is loaded, use this as an entry point. */ int __attribute__((constructor)) Ares() { SDL2::SetupSwapWindow(); return 0; }
gpl-3.0
guker/spear
config/grid/para_training_local.py
1092
#!/usr/bin/env python # setup of the grid parameters # default queue used for training training_queue = { 'queue':'q1dm', 'memfree':'16G', 'pe_opt':'pe_mth 2', 'hvmem':'8G', 'io_big':True } # the queue that is used solely for the final ISV training step isv_training_queue = { 'queue':'q1wm', 'memfree':'32G', 'pe_opt...
gpl-3.0
ilsec/ilsec.github.io
docs/ronin/Ronin/Model/HasLicense/InstanceMethods.html
8248
<!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" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> Module: Ronin::Model::HasLicense::I...
gpl-3.0
SixCan/SixTomato
app/src/test/java/ca/six/tomato/util/DataUtilsTest.java
2002
package ca.six.tomato.util; import org.json.JSONArray; import org.junit.Test; import org.junit.runner.RunWith; import org.robolectric.RobolectricTestRunner; import org.robolectric.annotation.Config; import org.robolectric.shadows.ShadowEnvironment; import java.io.File; import ca.six.tomato.BuildConfig; import stati...
gpl-3.0
Darkblue38/mbedTrust
MiniProjects/AnalogInOut/Joistick/TestAnalogInUsingJoistick.cpp
563
/* * The basic test codes to check the AnglogIn. */ #include "mbed.h" static AnalogIn ain_x(A6); // connect joistics' x axis to A6 pin of mbed static AnalogIn ain_y(A5); // connect joistics' y axis to A5 pin of mbed static void printAnalogInput(AnalogIn *xin, AnalogIn *yin) { uint8_t point[2] = { 0 }; point[0]...
gpl-3.0
talos/nypd-crash-data-bandaid
map/src/views/app.js
1396
/*** * Copyright (c) 2013 John Krauss. * * This file is part of Crashmapper. * * Crashmapper 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 yo...
gpl-3.0
fffaraz/microdns
Dockerfile
189
FROM golang:alpine AS builder RUN apk add --update git && go get github.com/fffaraz/microdns FROM alpine:latest COPY --from=builder /go/bin/microdns /usr/local/bin ENTRYPOINT ["microdns"]
gpl-3.0
SafirSDK/safir-sdk-core
src/dots/dots_dotnet.ss/src/ContainerBase.cs
4296
/* **************************************************************************** * * Copyright Saab AB, 2005-2013 (http://safirsdkcore.com) * * Created by: Lars Hagström / stlrha * ******************************************************************************* * * This file is part of Safir SDK Core. * * Safir SDK Core ...
gpl-3.0
camponez/importescala
test/test_escala.py
3876
#!/usr/bin/python2 # -*- coding: utf-8 -*- # coding=utf-8 import unittest from datetime import datetime from lib.escala import Escala import dirs dirs.DEFAULT_DIR = dirs.TestDir() class FrameTest(unittest.TestCase): def setUp(self): self.escala = Escala('fixtures/escala.xml') self.dir = dirs.T...
gpl-3.0
thevpc/upa
upa-impl-core/src/main/java/net/thevpc/upa/impl/AbstractField.java
27988
package net.thevpc.upa.impl; import net.thevpc.upa.*; import net.thevpc.upa.impl.transform.IdentityDataTypeTransform; import net.thevpc.upa.impl.util.NamingStrategy; import net.thevpc.upa.impl.util.NamingStrategyHelper; import net.thevpc.upa.impl.util.PlatformUtils; import net.thevpc.upa.types.*; import net.thevpc.up...
gpl-3.0
falltergeist/falltergeist
src/VM/Handler/Opcode8030Handler.cpp
731
#include "../../VM/Handler/Opcode8030Handler.h" #include "../../VM/Script.h" namespace Falltergeist { namespace VM { namespace Handler { Opcode8030::Opcode8030(VM::Script *script, std::shared_ptr<ILogger> logger) : OpcodeHandler(script) { this->logger = s...
gpl-3.0
Daniel4rt/mkAthena
3rdparty/mt19937ar/Makefile
890
MT19937AR_OBJ = mt19937ar.o MT19937AR_H = mt19937ar.h ##################################################################### .PHONY : all clean help all: $(MT19937AR_OBJ) clean: @echo " CLEAN mt19937ar" @rm -rf *.o help: @echo "possible targets are 'all' 'clean' 'help'" @echo "'all' - builds $(MT19937AR_O...
gpl-3.0
m3rlin87/darkstar
scripts/zones/Windurst_Woods/npcs/Matata.lua
1209
----------------------------------- -- Area: Windurst Woods -- NPC: Matata -- Type: Standard NPC -- Involved in quest: In a Stew -- !pos 131 -5 -109 241 ----------------------------------- require("scripts/globals/quests") ----------------------------------- function onTrade(player,npc,trade) end function onTrigger(...
gpl-3.0
WellDone/MoMo-Firmware
momo_modules/mainboard/src/mib/commands/report_mib_feature.c
5340
#include "report_mib_feature.h" #include "mib_feature_definition.h" #include "report_manager.h" #include "protocol.h" #include "bus_slave.h" #include "momo_config.h" #include "report_log.h" #include "report_comm_stream.h" #include "system_log.h" #include <string.h> #define BASE64_REPORT_MAX_LENGTH 160 //( 4 * ( ( RAW...
gpl-3.0
technofreaky/WooCommerce-Role-Based-Price
includes/helpers/class-activator.php
2218
<?php /** * Fired during plugin activation. * * This class defines all code necessary to run during the plugin's activation. * * @link https://wordpress.org/plugins/woocommerce-role-based-price/ * @package Role Based Price For WooCommerce * @subpackage Role Based Price For WooCommerce/core * @since ...
gpl-3.0
felixarntz/screen-reader-check
README.md
360
[![Build Status](https://api.travis-ci.org/felixarntz/screen-reader-check.png?branch=master)](https://travis-ci.org/felixarntz/screen-reader-check) # Screen Reader Check A tool to help developers to make their HTML code accessible for screen reader users. This is a project I'm working on as part of my Bachelor thesi...
gpl-3.0
firm1/zest-writer
src/test/resources/com/zds/zw/fixtures/le-guide-du-contributeur/828_contribuer-au-contenu/les-phases-de-correction-et-de-validation/conclusion.md
256
Au terme de ce chapitre, vous en savez désormais plus quant aux retours et aux phases de bêta et de validation. Nous allons maintenant voir comme faire un retour, ce qui peut aussi vous aider à développer votre œil critique si vous êtes rédacteur.
gpl-3.0
SisteminformasisekolahMANCibadak/Sistem-informasi-sekolah-menggunakan-framewok-codeigniter-dengan-sub-modul-akademik
aplikasi/SIA_mancib/application/views/portalv/js.php
1548
<!-- jQuery --> <script src="<?php echo base_url('assets/frontend/js/jquery.js') ?>"></script> <!-- Bootstrap Core JavaScript --> <script src="<?php echo base_url('assets/frontend/js/bootstrap.min.js') ?>"></script> <!-- Contact Form JavaScript --> <!-- Do not edit these files! In order to set the ...
gpl-3.0
vanilla-thunder/bla-tinymce
copy_this/modules/bla/bla-tinymce/application/core/blatinymceoxviewconfig.php
11435
<?php /* * bla-tinymce * Copyright (C) 2017 bestlife AG * info: oxid@bestlife.ag * * 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
nerdzeu/nm.net
Tests/Controller/MessengerControllerTestMethods.cs
3786
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using Nerdz.Messenger.Controller; using Nerdz.Messages; using Nerdz; namespace Tests.Controller { public class DummyUI : IMessengerView { private Credentials credentials; private IMessengerController controller; public ...
gpl-3.0
marxoft/cutenews
plugins/independent/independentfeedrequest.cpp
13483
/* * Copyright (C) 2016 Stuart Howarth <showarth@marxoft.co.uk> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be use...
gpl-3.0
divio/askbot-devel
askbot/templates/widgets/login_link.html
832
{% if unique_login_provider %} <form id="signin-form" method="post" action="{{ settings.LOGIN_URL }}"> {{ macros.csrf_middleware_token(csrf_token) }} {{ login_form.next }} {{ login_form.persona_assertion }} <input type='hidden' name='login_provider_name' ...
gpl-3.0
1xuanyuan1/noval
source/_posts/通天仙路 第四百八十四章 改朝换代?.md
9366
--- title: 通天仙路 第四百八十四章 改朝换代? date: 2017-05-20 01:00:05 categories: 通天仙路 tags: [Duke, Hannb] --- “方前辈,您有什么事情么?”欧阳明转身,冷下了脸,连客套也没有,就开门见山地说道。? ? ? 以他和方家的交情,本不应该如此势利。但是,惊扰到老匠头就非他所愿了。 方朝阳苦着脸道:“欧大师,老夫确实是有要事相商。”他顿了顿,低声道:“若是可以的话,景深兄也会来此的。” 欧阳明讶然望去,心中第一次正视起来。 这里是倪家府邸,倪景深不直接登门,却派方朝阳迂回求见,确实让人难以理解。他沉吟片刻,道:“也好,请随我来。”提着鸟笼子,回到了房间之中,...
gpl-3.0
jero-rodriguez/dmtools
src/main/java/com/dmtools/webapp/config/LocaleConfiguration.java
1616
package com.dmtools.webapp.config; import com.dmtools.webapp.config.locale.AngularCookieLocaleResolver; import org.springframework.boot.bind.RelaxedPropertyResolver; import org.springframework.context.EnvironmentAware; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Co...
gpl-3.0
purple-sky/avia-fixers
app/src/main/java/com/aviafix/db/generated/tables/pojos/PAYBYCREDITCARDPROJECTION.java
2891
/** * This class is generated by jOOQ */ package com.aviafix.db.generated.tables.pojos; import java.io.Serializable; import java.time.LocalDate; import javax.annotation.Generated; /** * This class is generated by jOOQ. */ @Generated( value = { "http://www.jooq.org", "jOOQ version:3.8.5" ...
gpl-3.0
PixxxeL/box2d-js-port-fork
docs/files/src_fork_box2d_collision_b2Manifold.js.html
10434
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>src\fork\box2d\collision\b2Manifold.js - Box2D Port Fork API</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css...
gpl-3.0
ptroja/spark2014
testsuite/gnatprove/tests/N804-036__bad_prover/test.py
296
from test_support import * # this test calls a prover which is correctly configured but whose execution # gives an error (here: the prover executable doesn't exist). The intent is to # test the output of gnatprove in this specific case prove_all(prover=["plop"], opt=["--why3-conf=test.conf"])
gpl-3.0
BramscoChill/BlendleParser
information/blendle-frontend-react-source/app/modules/item/containers/ProgressBarContainer.js
518
import altConnect from 'higher-order-components/altConnect'; import { STATUS_OK } from 'app-constants'; import ItemStore from 'stores/ItemStore'; import ProgressBar from '../components/ProgressBar'; const mapStateToProps = ({ itemState }) => ({ progress: itemState.readingPercentage, hidden: itemState.status !== ST...
gpl-3.0
Limnor/Limnor-Studio-Source-Code
Source/LimnorDesigner/TypeSelector.cs
2549
/* * Author: Bob Limnor (info@limnor.com) * Project: Limnor Studio * Item: Visual Programming Language Implement * License: GNU General Public License v3.0 */ using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; ...
gpl-3.0
comdude2/ComJail
src/net/mcviral/dev/plugins/comjail/events/TeleportEvent.java
1828
/* ComJail - A jail plugin for Minecraft servers Copyright (C) 2015 comdude2 (Matt Armer) 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
Hoglet/TimeIT-Server
src/main/java/se/solit/timeit/resources/BaseResource.java
703
package se.solit.timeit.resources; import java.net.URI; import java.net.URISyntaxException; import javax.servlet.http.HttpSession; import javax.ws.rs.WebApplicationException; import javax.ws.rs.core.Response; public class BaseResource { protected WebApplicationException redirect(String destination) throws URISynta...
gpl-3.0
geminy/aidear
oss/qt/qt-everywhere-opensource-src-5.9.0/qtdeclarative/tests/auto/qml/ecmascripttests/test262/test/suite/ch15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-8-s.js
881
/// 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
miracee/rasdaman
applications/petascope/src/main/java/petascope/wcs2/handlers/Response.java
2322
/* * This file is part of rasdaman community. * * Rasdaman community 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. * * Rasdam...
gpl-3.0
desarrollosimagos/puroextremo.com.ve
modules/categoryslider/categoryslider.js
1648
function createCategorySlider(selector) { $(document).ready(function(){ var checkforloadedcats = []; var firstImage = $(selector).find('img').filter(':first'); if(firstImage.length > 0){ checkforloadedcats[selector] = setInterval(function() { var image = firstImage.get(0); if (image.complete || i...
gpl-3.0
joseortega/finance
lib/model/basic/TransactionPeer.php
505
<?php /** * Skeleton subclass for performing query and update operations on the 'transaction' table. * * * * This class was autogenerated by Propel 1.4.2 on: * * Sun Jul 17 20:02:37 2011 * * You should add additional methods to this class to meet the * application requirements. This class will only be gen...
gpl-3.0
Dawny33/Code
HackerEarth/BeCoder 2/nine.py
882
from itertools import combinations def is_good(n): return 1 + ((int(n) - 1) % 9) == 9 def generate_subsequences(n): subsequences = [] combinations_list = [] index = 4 #Generate all combinations while index > 0: combinations_list.append(list(combinations(str(n), index))) index...
gpl-3.0
veltzer/demos-javascript
src/jquery/examples/each2.html
1063
<!-- This is a more advanced example of using the each function in jQuery. The idea here is that the handling function can choose to return false in which case the 'each' loop is stopped and no further DOM elements are processed. You can use this in order to find a specific element, process only a prefix of the el...
gpl-3.0
lsp84ch83/PyText
UItestframework/run.py
730
#coding=utf-8 import unittest import HTMLTestRunner import time from config import globalparam from public.common import sendmail def run(): test_dir = './testcase' suite = unittest.defaultTestLoader.discover(start_dir=test_dir,pattern='test*.py') now = time.strftime('%Y-%m-%d_%H_%M_%S') reportname =...
gpl-3.0
ReggieSackey/CollegeBarter
CollegeBarter/src/com/hacks/collegebarter/fragments/TradeboardFragment.java
1009
package com.hacks.collegebarter.fragments; import android.app.Activity; import android.app.Fragment; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.hacks.collegebarter.R; import com.hacks.collegebarter.navdrawer.MainAppActivity; publi...
gpl-3.0
marcusmueller/gr-drm
gr-drm/lib/generate_fac_vb_impl.h
1753
/* -*- c++ -*- */ /* * Copyright 2014 Felix Wunsch, Communications Engineering Lab (CEL) / Karlsruhe Institute of Technology (KIT). * * This 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 ...
gpl-3.0
ardi69/pyload-0.4.10
pyload/plugin/crypter/FiredriveCom.py
474
# -*- coding: utf-8 -*- from pyload.plugin.internal.DeadCrypter import DeadCrypter class FiredriveCom(DeadCrypter): __name = "FiredriveCom" __type = "crypter" __version = "0.03" __pattern = r'https?://(?:www\.)?(firedrive|putlocker)\.com/share/.+' __config = [] #@TODO: Remove in 0.4.10 ...
gpl-3.0
clickberry/video-portal
Tests/Portal.BLL.Tests/MultimediaTests/ProcessedScreenshotBuilderTest.cs
1410
using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using Portal.BLL.Concrete.Multimedia.AdjusterParam; using Portal.BLL.Concrete.Multimedia.Adjusters; using Portal.BLL.Concrete.Multimedia.Builder; using Portal.Domain.BackendContext.Entity; namespace Portal.BLL.Tests.MultimediaTests { [TestClass] p...
gpl-3.0
aviralchandra/Sandhi
build/gr36/docs/doxygen/html/classgr__file__descriptor__source.html
14536
<!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>GNU Radio 3.6.4.2 C...
gpl-3.0
lamaken/visualk
src/java/visualk/gallery/db/DbGallery.java
7208
package visualk.gallery.db; import java.awt.Color; import java.sql.*; import java.util.logging.Level; import java.util.logging.Logger; import visualk.db.MysqlLayer; import visualk.gallery.objects.Artist; import visualk.gallery.objects.Work; public class DbGallery extends MysqlLayer{ public DbGallery(String us...
gpl-3.0
jdmonin/JSettlers2
src/main/java/soc/message/SOCRejectConnection.java
2564
/** * Java Settlers - An online multiplayer version of the game Settlers of Catan * Copyright (C) 2003 Robert S. Thomas <thomas@infolab.northwestern.edu> * Portions of this file Copyright (C) 2014,2017,2020 Jeremy D Monin <jeremy@nand.net> * * This program is free software; you can redistribute it and/or * modif...
gpl-3.0
PetrusStarken/MyGit
app/scripts/app-config.js
180
(function (angular) { 'use strict'; var config = { githubApiUrl: 'https://api.github.com/', }; angular.module('myGithubApp').constant('config', config); })(angular);
gpl-3.0
pielgrzym/django-minishop
newsletter/templates/newsletter/subscribe.html
772
<html> <style> body { font-family: Helvetica, Arial; color: #2B332E; } .errorlist li { margin: 0; color: red; } a { text-decoration: none; color: #2B332E; } p.button { font-size: 0.875em; font-weight: bold; float: left; border: 1px solid #C0CCC4; background-color: #ebf2ee; ...
gpl-3.0
mtytel/helm
src/look_and_feel/fonts.cpp
1106
/* Copyright 2013-2017 Matt Tytel * * helm 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. * * helm is distributed in the hope t...
gpl-3.0
axch/probscheme
doc/Makefile
138
manual.html: manual.md Makefile pandoc --to=html5 --standalone --css=manual.css --table-of-contents --variable=lang:en --mathjax $< > $@
gpl-3.0
CodeFX-org/jdeps-wall-of-shame
src/main/java/org/codefx/jwos/file/YamlAnalysisPersistence.java
9278
package org.codefx.jwos.file; import org.codefx.jwos.analysis.AnalysisPersistence; import org.codefx.jwos.artifact.AnalyzedArtifact; import org.codefx.jwos.artifact.CompletedArtifact; import org.codefx.jwos.artifact.DownloadedArtifact; import org.codefx.jwos.artifact.FailedArtifact; import org.codefx.jwos.artifact.Fai...
gpl-3.0
sostenibilidad-unam/crecimiento-urbano
Calibradores/TanteadorTopilejo.java
2250
package Calibradores; import java.io.File; import Metricas.MultiescalaConBorde; import Modelo.UrbanizandoFrenos; public class TanteadorTopilejo extends Tanteador { UrbanizandoFrenos CA; public TanteadorTopilejo() { // int[] unConjuntoDeParametros = {1, 1, 1, 333, 333, 333, 1, 1, 444, 400, 400, 555};...
gpl-3.0
FadyHazem/Linux-Sytem-Update
system_updating.sh
430
#!/bin/bash #Coded by:FadyHazem/V2.0 Support:LinuxMint-Ubuntu-Debian. #You can recodeing this script but yo must typing the own of this script(FadyHazem). echo "Welcome i will help you to update your system." sleep 4 echo "This script support:LinuxMint-Ubuntu-Debian" sleep 2 read -p "What's your distro name?:" DISTRO e...
gpl-3.0
MrAdder/PhantomBot
source/me/mast3rplan/phantombot/event/ytplayer/YTPlayerStateEvent.java
1295
/* * Copyright (C) 2017 phantombot.tv * * 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 dist...
gpl-3.0
masterucm1617/botzzaroni
BotzzaroniDev/GATE_Developer_8.4/plugins/Lang_Chinese/doc/javadoc/gate/chineseSeg/package-frame.html
1199
<!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_102) on Tue Feb 21 18:04:04 GMT 2017 --> <title>gate.chineseSeg (${plugin.name} JavaDoc)</title> <meta name="date" content="2017-02-21"> <link ...
gpl-3.0
PlasmaBlazer/TutorialMod
src/main/java/com/plasmablazer/tutorialmod/proxy/IProxy.java
74
package com.plasmablazer.tutorialmod.proxy; public interface IProxy { }
gpl-3.0
chrisatkin/star
Rhapsody/SkeletalPoint.cs
447
using System; namespace org.btg.Star.Rhapsody { public struct SkeletalPoint { public int x { get; set; } public int y { get; set; } public int z { get; ...
gpl-3.0
GPGTools/GPGTools_Installer
Release Notes/2015.09.md
1492
GPG Suite 2015.09 ================= September 24th, 2015 GPGMail 2.6b2 ------------- ### Pre-release version info * This beta will be disabled, once the next stable version of GPGMail is released. If you want to continue using GPGMail after that, you will have to acquire a valid license. ### Adds support for OS X 1...
gpl-3.0
WhisperSystems/TextSecure
app/src/main/java/org/thoughtcrime/securesms/jobs/MultiDeviceVerifiedUpdateJob.java
6361
package org.thoughtcrime.securesms.jobs; import androidx.annotation.NonNull; import org.thoughtcrime.securesms.dependencies.ApplicationDependencies; import org.thoughtcrime.securesms.jobmanager.Data; import org.thoughtcrime.securesms.jobmanager.Job; import org.thoughtcrime.securesms.jobmanager.impl.NetworkConstraint...
gpl-3.0
antoniogarrote/typed.rb
spec/lib/type_signature/parser_spec.rb
9936
require_relative '../../spec_helper' describe TypedRb::TypeSignature::Parser do it 'parses a unit type' do result = described_class.parse('unit') expect(result).to eq(:unit) end it 'parses an atomic type' do result = described_class.parse('Bool') expect(result).to eq('Bool') end it 'parses...
gpl-3.0
nditech/elections
apollo/frontend/templates/frontend/participant_edit_modal.html
1808
<form class="form-horizontal" method="POST" action="{{ request.url }}"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title" id="myModalLabel">{{ _('Edit Participant') }}</h4> </div> <div class="modal-body" style="padding-bot...
gpl-3.0
wheeler-microfluidics/serial_device
serial_device/threaded.py
9719
import queue import logging import platform import threading import datetime as dt import serial import serial.threaded import serial_device from .or_event import OrEvent logger = logging.getLogger(__name__) # Flag to indicate whether queues should be polled. # XXX Note that polling performance may vary by platfor...
gpl-3.0
hnarayanan/twist
demo/static/twist.py
2606
__author__ = "Harish Narayanan" __copyright__ = "Copyright (C) 2009 Simula Research Laboratory and %s" % __author__ __license__ = "GNU GPL Version 3 or any later version" from cbc.twist import * from sys import argv """ DEMO - Twisting of a hyperelastic cube """ class Twist(StaticHyperelasticity): """ Definition...
gpl-3.0
Tai-Min/Projekt-Inf2-AiR
game elements/tiles/house2.cpp
730
#include "house2.h" int House2::objCount = 0; GImage *House2::image = nullptr; House2::House2(int x, int y) { posx = x; posy = y; width = 336; height = 366; if(!objCount) image = new GImage("./assets/house-a.gif",width,height,GImage::IS_TRANSPARENT,0); objCount++; if(Debug::debug_en...
gpl-3.0
SilverMatch/TutoMineMaarten
src/main/java/com/silvermatch/advancedMod/block/BlockFrenchFlag.java
901
package com.silvermatch.advancedMod.block; import com.silvermatch.advancedMod.init.ModBlocks; import com.silvermatch.advancedMod.reference.Reference; import com.silvermatch.advancedMod.utility.Names; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.entity.player.Ent...
gpl-3.0
eliteironlix/portaio2
Core/Utility Ports/EzEvade/SpecialSpells/Darius.cs
1570
using System; using System.Linq; using LeagueSharp; using LeagueSharp.Common; using EloBuddy; using LeagueSharp.Common; namespace ezEvade.SpecialSpells { class Darius : ChampionPlugin { static Darius() { // todo: fix for multiple darius' on same team (one for all) } ...
gpl-3.0
SAOImageDS9/SAOImageDS9
tksao/frame/basepolygon.C
4927
// Copyright (C) 1999-2021 // Smithsonian Astrophysical Observatory, Cambridge, MA, USA // For conditions of distribution and use, see copyright notice in "copyright" #include "basepolygon.h" #include "fitsimage.h" BasePolygon::BasePolygon(Base* p, const Vector& ctr, const Vector& b) : Marker(p, ctr, 0) { } B...
gpl-3.0
autyzm-pg/friendly-plans
Friendly-plans/app/src/main/java/pg/autyzm/friendly_plans/manager_app/view/task_create/TaskCreateFragment.java
11189
package pg.autyzm.friendly_plans.manager_app.view.task_create; import android.app.FragmentTransaction; import android.content.Intent; import android.databinding.DataBindingUtil; import android.os.Bundle; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGrou...
gpl-3.0
ckaestne/CIDE
CIDE_Export_Virtual/src/de/ovgu/cide/export/virtual/internal/IPPExportOptions.java
2375
/** 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...
gpl-3.0
nobled/gnutls
src/libopts/stack.c
7335
/** * \file stack.c * * Time-stamp: "2012-03-31 13:16:41 bkorb" * * This is a special option processing routine that will save the * argument to an option in a FIFO queue. * * This file is part of AutoOpts, a companion to AutoGen. * AutoOpts is free software. * AutoOpts is Copyright (c) 1992-2012 ...
gpl-3.0