repo_name
stringlengths
4
116
path
stringlengths
4
379
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
lamsfoundation/lams
3rdParty_sources/hibernate-core/org/hibernate/hql/internal/ast/SqlGenerator.java
11995
/* * Hibernate, Relational Persistence for Idiomatic Java * * License: GNU Lesser General Public License (LGPL), version 2.1 or later. * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ package org.hibernate.hql.internal.ast; import java.util.ArrayList; import java.ut...
gpl-2.0
Sincerelysynatx/CubeProject
DirectXTest/Cube.cpp
1381
#include "Cube.h" #define DEG2RAD(x) (x * (D3DX_PI / 180.0f)) // Converts degrees to radians #define RAD2DEG(x) (x * (180.0f / D3DX_PI)) // Converts radians to degrees #define XRGB(r, g, b) D3DCOLOR_XRGB(r, g, b) Cube::Cube() { } Cube::Cube(float length, float height, float width, int x, int y, int z, float rotation...
gpl-2.0
lukasmonk/lucaschess
Engines/Windows/demolito/src/sort.cc
2756
/* * Demolito, a UCI chess engine. * Copyright 2015 lucasart. * * Demolito 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. * * De...
gpl-2.0
fvcproductions/CS-HU
CSC-151/Various/Hawaii_5_0.java
1690
// FVCproductions // Assignment #1 // Java Bits // Date: February 18, 2014 // Location: my evil lair import java.util.Scanner; // importing Scanner method public class Hawaii_5_0 { public static void main(String[] args) { Scanner keyboard = new Scanner(System.in); // creating Scanner object System.out.pr...
gpl-2.0
TheTypoMaster/Scaper
openjdk/jdk/test/java/awt/Multiscreen/WPanelPeerPerf/WPanelPeerPerf.java
6530
/* * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Fou...
gpl-2.0
ndubey/mysql-php-song-database
MainPage.php
652
<html> <head> <title>MUSIC DATABASE</title> </head> <body bgcolor="#CCCCCC"> <h1 align="center">MUSIC DATABASE</h1> <table align="center" > <tr align="center"><form name="form1" method="post" action="list.php"> <td> Search : <input name="Search" type="text" id="Search"> </td> <td> <input name="search" type ="submit"...
gpl-2.0
t-zuehlsdorff/wesnoth
src/gui/dialogs/editor/editor_edit_side.cpp
4182
/* Copyright (C) 2010 - 2016 by Fabian Müller <fabianmueller5@gmx.de> Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; eit...
gpl-2.0
marcoargenti/Cleaner
src/main/java/cleandb/information_schema/tables/records/InnodbBufferPageLruRecord.java
21017
/** * This class is generated by jOOQ */ package cleandb.information_schema.tables.records; /** * This class is generated by jOOQ. */ @javax.annotation.Generated( value = { "http://www.jooq.org", "jOOQ version:3.5.4" }, comments = "This class is generated by jOOQ" ) @java.lang.SuppressWarnings({ "all", "unc...
gpl-2.0
csuyzb/AndroidLinkup
Linkup/src/com/znv/linkup/view/animation/view/AnimatorImage.java
789
package com.znv.linkup.view.animation.view; import android.content.Context; import android.util.AttributeSet; import android.widget.ImageView; import com.znv.linkup.view.animation.AnimatorProxy; import com.znv.linkup.view.animation.path.PathPoint; /** * 图片动画视图 * * @author yzb * */ public class AnimatorImage e...
gpl-2.0
dandelionmood/torrentvolve
site/master/js/login.js
1686
/* TorrentVolve - A lightweight, fully functional torrent client. Copyright (C) 2006 TorrentVolve This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at...
gpl-2.0
nologic/nabs
client/trunk/shared/db/db-4.6.21/java/src/com/sleepycat/bind/serial/SerialSerialBinding.java
3417
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2000,2007 Oracle. All rights reserved. * * $Id: SerialSerialBinding.java,v 12.5 2007/05/04 00:28:24 mark Exp $ */ package com.sleepycat.bind.serial; import com.sleepycat.bind.EntityBinding; import com.sleepycat.db.DatabaseEntry; /** ...
gpl-2.0
product31/zardoc
xampp/navi.php
4324
<?php include 'langsettings.php'; ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta name="author" content="Kai Oswald Seidler, Kay Vogelgesang, Carsten Wiedmann"> <link href="xampp.css" rel="stylesheet" type="text/cs...
gpl-2.0
greshniksv/VkListDownloadWpf
VkListDownloader2/winComplete.xaml.cs
1882
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Text; using System.Windows; using Microsoft.Win32; using VkListDownloader2.DTO; namespace VkListDownloader2 { /// <summary> /// Interaction logic for winComplete.xaml /// </summary> publ...
gpl-2.0
MostafaEllethy/SmartAds
config/app.php
9066
<?php return [ /* |-------------------------------------------------------------------------- | Application Name |-------------------------------------------------------------------------- | | This value is the name of your application. This value is used when the | framework needs to plac...
gpl-2.0
JohnCrossley/straw
straw/src/main/java/com/jccworld/straw/activity/BaseActivity.java
1536
package com.jccworld.straw.activity; import android.app.Activity; import android.os.Bundle; import android.util.Log; import com.jccworld.straw.UIComponentProxy; /** * Created by johncrossley on 26/10/15. */ public abstract class BaseActivity extends Activity implements ActivityCallbacks { private UIComponentPr...
gpl-2.0
micovo/tidy_storage
src/TidyStorage/Suppliers/DigikeySupplier.cs
6415
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Net; using System.Net.Security; using System.Web; using System.IO; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Syst...
gpl-2.0
cbjs/wp-theme-post-each-day
header.php
1366
<?php /** * The Header for our theme. * * Displays all of the <head> section and everything up till <div id="content"> * * @package post_each_day */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, i...
gpl-2.0
pilt/stream-server
live-media/liveMedia/MPEG2IndexFromTransportStream.cpp
21319
/********** 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 your option) any later version. (See <http://www.gnu.org/copyleft/lesser.html>.) This libr...
gpl-2.0
wicaksono/sistem-booking
protected/models/CommBookingEdition.php
612
<?php /** * Class CommBookingEdition * * @author Niko Wicaksono <wicaksono@nodews.com> */ class CommBookingEdition extends ActiveRecord { public $cb_id; public $ne_id; public $created_at; public static function model($className = __CLASS__) { return parent::model($className); } ...
gpl-2.0
Ten10/Burtle
Burtle/BurtleTest/BurtleTestDlg.cpp
3888
// BurtleTestDlg.cpp : implementation file // #include "stdafx.h" #include "BurtleTest.h" #include "BurtleTestDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CBurtleTestDlg dialog CBurtleTestDlg::CBurtleTestDlg() { //m_hIcon = LoadIcon(IDR_MAINFRAME); } void CBurtleTestDlg::DoDataExchange...
gpl-2.0
creative2020/ue2
wp-content/plugins/wp-time-capsule/Classes/Processed/Restoredfiles.php
7387
<?php /** * A class with functions the perform a backup of WordPress * * @copyright Copyright (C) 2011-2014 Awesoft Pty. Ltd. All rights reserved. * @author Michael De Wildt (http://www.mikeyd.com.au/) * @license This program is free software; you can redistribute it and/or modify * it under the terms of...
gpl-2.0
shalkam/crud-generator
src/Shalkam/CrudGenerator/views/entry/details.blade.php
1508
@extends('crud::app') @section('title') {{ $entry->name }} <button type="button" class="btn btn-danger btn-sm pull-right" style="margin-top: -5px" data-toggle="modal" data-target="#myModal"> <i class="glyphicon glyphicon-remove"></i> Delete {{ $params['name'] }} </button> @endsection @section('content') <ul> ...
gpl-2.0
josdavidmo/siruc
system/buffer/loadConfig.php
1062
<?php $dir = "system/lang/".LANG_DIR."/"; $handle = opendir($dir); while ($file = readdir($handle)) { if ($file != "." && $file != "..") { require_once($dir . $file); } } closedir($handle); $path = "system/database"; require_once "$path/Persistence.php"; require_once "$path/PersistenceImp...
gpl-2.0
testmycode/tmc-netbeans
tmc-plugin/src/fi/helsinki/cs/tmc/ui/CourseListWindow.java
7492
package fi.helsinki.cs.tmc.ui; import com.google.common.base.Optional; import fi.helsinki.cs.tmc.actions.ShowSettingsAction; import fi.helsinki.cs.tmc.core.domain.Course; import fi.helsinki.cs.tmc.core.holders.TmcSettingsHolder; import fi.helsinki.cs.tmc.model.CourseDb; import java.awt.Color; import java.awt.Componen...
gpl-2.0
AlanGuerraQuispe/SisAtuxPerfumeria
atux-jrcp/src/main/java/com/aw/swing/mvp/binding/component/support/ButtonColumn.java
1548
package com.aw.swing.mvp.binding.component.support; import com.aw.core.cache.loader.MetaLoader; /** * User: gmc * Date: 29/04/2009 */ public class ButtonColumn extends ColumnInfo { String text = null; public ButtonColumn(String columnHeader, String fieldName, int width, int alignment) { super(col...
gpl-2.0
micpe083/backup-utils
src/main/java/backup/gui/explorer/FileInfoTablePanel.java
4777
package backup.gui.explorer; import java.util.List; import javafx.beans.property.ReadOnlyObjectWrapper; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.scene.control.Label; import javafx.scene.control.ScrollPane; import javafx.scene.control.SelectionMode; imp...
gpl-2.0
HannesMann/dolphin-hau
Source/Core/Core/HW/DVD/FileMonitor.cpp
4304
// Copyright 2009 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #include "Core/HW/DVD/FileMonitor.h" #include <algorithm> #include <cctype> #include <memory> #include <string> #include <unordered_set> #include "Common/CommonTypes.h" #include "Common/Logging/Log.h" #incl...
gpl-2.0
hardvain/mono-compiler
class/System.Web/System.Web.UI.WebControls/ObjectDataSourceMethodEventHandler.cs
1411
// // System.Web.UI.WebContrls.ObjectDataSourceMethodEventHandler.cs; // // Authors: // Sanjay Gupta (gsanjay@novell.com) // // (C) 2004 Novell, Inc (http://www.novell.com) // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (th...
gpl-2.0
ovpn-to/oVPN.to-Client-Software
idle.py
457
# -*- coding: utf-8 -*- from ctypes import Structure, windll, c_uint, sizeof, byref class LASTINPUTINFO(Structure): _fields_ = [ ('cbSize', c_uint), ('dwTime', c_uint), ] def get_idle_duration(): lastInputInfo = LASTINPUTINFO() lastInputInfo.cbSize = sizeof(lastInputInfo) windll.us...
gpl-2.0
tphillips/SERV
SERVDAL/RunLogDAL.cs
11885
using System; using System.Collections.Generic; using SERVDataContract.DbLinq; using System.Data; using SERV.Utils.Data; using System.Linq; namespace SERVDAL { public class RunLogDAL { private SERVDataContract.DbLinq.SERVDB db; public RunLogDAL() { db = new SERVDataContract.DbLinq.SERVDB(System.Configurati...
gpl-2.0
TheTypoMaster/Scaper
openjdk/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/StringReferenceImpl.java
1616
/* * Copyright 2002-2003 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Fou...
gpl-2.0
Cephra/pytubeserv
server.py
2444
#!/usr/bin/python3 import http.server import os import json from urllib.parse import parse_qs from config import * from api import * class PyTubeServHandler(http.server.SimpleHTTPRequestHandler): def __init__(self, request, client_address, server): http.server.SimpleHTTPRequestHandler.__init__(self, reque...
gpl-2.0
Drop-it-Like-its-HotSpot/HotSpot_Android
app/src/main/java/com/ticknardif/hotspot/RESTresponses/UserResponse.java
998
package com.ticknardif.hotspot.RESTresponses; /** * Created by Vatsal on 11/2/2014. */ public class UserResponse { public int User_id; public String DisplayName; public String Email_id; public double radius; public double latitude; public double longitude; public boolean success; pub...
gpl-2.0
404pnf/4u2u
sites/quiz.2u4u.com.cn/themes/stable/page-oral-test.tpl.php
5729
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>"> <head> <title><?php print $head_t...
gpl-2.0
moulderr/pm
wp-content/themes/lucy/helpers/settings/grid_panel.php
486
<?php defined('_JEXEC') or die('Restricted access'); $settings = new UniteFrameworkSettingsUF(); $settings->loadXMLFile(GlobalsUG::$pathHelpersSettings."grid_panel.xml"); $settings->updateSelectToAlignCombo("gridpanel_grid_align"); $settings->updateSelectToSkins("gridpanel_arrows_skin", ""); $settings->updateSele...
gpl-2.0
joebowen/landing_zone_project
openrocket-release-15.03/core/src/net/sf/openrocket/preset/xml/MaterialDTO.java
2898
package net.sf.openrocket.preset.xml; import javax.xml.bind.Marshaller; import javax.xml.bind.Unmarshaller; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind...
gpl-2.0
angguss/OpenTTD-vita
src/saveload/newgrf_sl.cpp
3567
/* $Id: newgrf_sl.cpp 27772 2017-03-07 20:18:54Z frosch $ */ /* * This file is part of OpenTTD. * OpenTTD 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 2. * OpenTTD is distributed in the hope that it...
gpl-2.0
panhainan/ds
src/main/java/com/ds/dreamstation/dto/ProjectInfo.java
3443
package com.ds.dreamstation.dto; import java.text.SimpleDateFormat; import java.util.Date; /** * @author phn * @date 2015-5-24 * @email 1016593477@qq.com * @TODO */ public class ProjectInfo { /** * 编号 */ private int id; /** * 项目名称 */ private String name; /** * 项目简介 */ private String summary; /...
gpl-2.0
jazzisparis/JIP-NVSE-Plugin
common/IDataStream.cpp
8192
#include "IDataStream.h" /**** IDataStream *************************************************************/ IDataStream::IDataStream() :streamLength(0), streamOffset(0), swapBytes(false) { } IDataStream::~IDataStream() { } /** * Reads and returns an 8-bit value from the stream */ UInt8 IDataStream::Read8(void) { ...
gpl-2.0
JSansalone/VirtualBox4.1.18
src/VBox/Runtime/testcase/tstTimerLR.cpp
10306
/* $Id: tstTimerLR.cpp $ */ /** @file * IPRT Testcase - Low Resolution Timers. */ /* * Copyright (C) 2006-2008 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can redistribute it and/or modify it u...
gpl-2.0
chaodhib/TrinityCore
src/server/game/Entities/Unit/StatSystem.cpp
53348
/* * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.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 ve...
gpl-2.0
ahmedalaahagag/HospitalManagementSystem
wp-content/plugins/hospital-management/admin/includes/medicine/index.php
6225
<?php $obj_medicine = new Hmgtmedicine(); $active_tab = isset($_GET['tab'])?$_GET['tab']:'medicinelist'; ?> <!-- POP up code --> <div class="popup-bg"> <div class="overlay-content"> <div class="modal-content"> <div class="category_list"> </div> </div> </div> </div> <!-- End PO...
gpl-2.0
rompe/digikam-core-yolo
utilities/importui/views/importthumbnailbar.cpp
6218
/* ============================================================ * * This file is a part of digiKam project * http://www.digikam.org * * Date : 2012-20-07 * Description : Thumbnail bar for import tool * * Copyright (C) 2012 by Islam Wazery <wazery at ubuntu dot com> * Copyright (C) 2012-2015 by Gill...
gpl-2.0
eventum/eventum
src/Controller/MailQueueController.php
1736
<?php /* * This file is part of the Eventum (Issue Tracking System) package. * * @copyright (c) Eventum Team * @license GNU General Public License, version 2 or later (GPL-2+) * * For the full copyright and license information, * please see the COPYING and AUTHORS files * that were distributed with this source...
gpl-2.0
manhhung86it/builder-site
wp-content/themes/origin/widgets/Testimonial.php
3854
<?php class WP_Testimonial extends WP_Widget { var $image_bg_field = 'image_bg'; // the image field ID public function __construct() { parent::__construct( 'WP_Testimonial', // Base ID 'Home Testimonial', // Name array('description' => 'Show list testi...
gpl-2.0
lilith645/Return-Void
src/Namespaces/Highscore.cpp
3753
#include "../../include/Namespaces/Highscore.h" Highscore *Highscore::m_instance = 0; Highscore::Highscore() { Load(); } Highscore::~Highscore() { Save(); } Highscore *Highscore::init() { if(!Highscore::m_instance) { Highscore::m_instance = new Highscore; } else { printf(("WARNING: Highscore::init()...
gpl-2.0
hardvain/mono-compiler
class/Microsoft.Build.Framework/Microsoft.Build.Framework/LoadInSeparateAppDomainAttribute.cs
1611
// // LoadInSeperateAppDomainAttribute.cs: Defines the metadata attribute that // MSBuild uses to identify tasks that must be executed in their own // application domains. // // Author: // Marek Sieradzki (marek.sieradzki@gmail.com) // // (C) 2005 Marek Sieradzki // // Permission is hereby granted, free of charge, t...
gpl-2.0
serghei/kde3-kdelibs
kdeui/kpassivepopup.cpp
13639
/* * copyright : (C) 2001-2002 by Richard Moore * copyright : (C) 2004-2005 by Sascha Cunz * License : This file is released under the terms of the LGPL, version 2. * email : rich@kde.org * email : sascha.cunz@tiscali.de */ #include <kcon...
gpl-2.0
agomusic/ardour3
libs/ardour/automation_list.cc
9680
/* Copyright (C) 2002 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is dist...
gpl-2.0
ARudik/feelpp.cln
src/float/transcendental/cl_LF_exp_aux.cc
2544
// cl_exp_aux(). // General includes. #include "base/cl_sysdep.h" // Specification. #include "float/transcendental/cl_F_tran.h" // Implementation. #include "cln/lfloat.h" #include "float/transcendental/cl_LF_tran.h" #include "float/lfloat/cl_LF.h" #include "cln/integer.h" #include "cln/exception.h" #undef floor #...
gpl-2.0
brKamil/joomla-zamarte
administrator/components/com_joomlaupdate/helpers/select.php
1093
<?php /** * @package Joomla.Administrator * @subpackage com_joomlaupdate * @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access. defined('_JEXEC') or die; /** * Joomla! upda...
gpl-2.0
SomeRandomPerson9/3DT
src/com/harry9137/api/render/math/Quaternion.java
1938
package com.harry9137.api.render.math; public class Quaternion { private float x; private float y; private float z; private float w; public Quaternion(float x, float y, float z, float w){ this.x = x; this.y = y; this.z = z; this.w = w; } public float lengt...
gpl-2.0
JHeimdal/HalIR
SpecSac/spectra.hpp
1786
#pragma once #include <iostream> #include <sstream> #include <boost/filesystem.hpp> #include <cstdlib> class Spectra { private: bool m_init_ok; typedef float xydata[2]; boost::filesystem::path fpath; std::stringstream m_sstrm; protected: xydata *data; float *xdata; float *ydata; unsigned npts...
gpl-2.0
picardie-nature/clicnat-qgis
test/test_resources.py
1039
# coding=utf-8 """Resources test. .. 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 Foundation; either version 2 of the License, or (at your option) any later version. """ __author__ = '...
gpl-2.0
cassiodeveloper/blog.cassiobp.com.br
wp-content/plugins/arscode-social-slider/fblb_options_page.php
45340
<?php $GP_Languages['ar'] = 'Arabic - العربية'; $GP_Languages['bg'] = 'Bulgarian - български'; $GP_Languages['ca'] = 'Catalan - català'; $GP_Languages['zh-CN'] = 'Chinese (Simplified)'; $GP_Languages['zh-TW'] = 'Chinese (Traditional)'; $GP_Languages['hr'] = 'Croatian - hrvatski'; $GP_Languages['cs'] = 'Czech - čeština'...
gpl-2.0
kingsdigitallab/gssn-django
gssn/settings/stg.py
639
from .base import * # noqa CACHE_REDIS_DATABASE = '1' CACHES['default']['LOCATION'] = '127.0.0.1:6379:' + CACHE_REDIS_DATABASE INTERNAL_IPS = INTERNAL_IPS + ('', ) ALLOWED_HOSTS = [''] DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'app_gssn_stg', ...
gpl-2.0
aman104/stockhouse
wp-config.php
3915
<?php /** * Podstawowa konfiguracja WordPressa. * * Ten plik zawiera konfiguracje: ustawień MySQL-a, prefiksu tabel * w bazie danych, tajnych kluczy, używanej lokalizacji WordPressa * i ABSPATH. Więćej informacji znajduje się na stronie * {@link http://codex.wordpress.org/Editing_wp-config.php Editing * wp-confi...
gpl-2.0
chryswoods/SireTests
unittests/SireMove/intra_dynamics.py
1643
from Sire.IO import * from Sire.Mol import * from Sire.MM import * from Sire.System import * from Sire.Move import * from Sire.Base import * from Sire.FF import * from Sire.Maths import * from Sire.CAS import * from Sire.Units import * import os coords = "test/io/Bound_ligand1.pdb" ff = "test/io/ligand1.template" na...
gpl-2.0
villaverde/iredadmin
libs/ldaplib/user.py
25058
# Author: Zhang Huangbin <zhb@iredmail.org> import ldap import ldap.filter import web import settings from libs import iredutils from libs.ldaplib import core, domain as domainlib, attrs, ldaputils, iredldif, connUtils, decorators, deltree session = web.config.get('_session') class User(core.LDAPWrap): def __de...
gpl-2.0
iprem/Hackerrank
CountingSort3/src/CountingSort3.java
585
import java.util.Scanner; public class CountingSort3 { private static Scanner sc; public static void main(String[] args) { sc = new Scanner(System.in); int n = sc.nextInt(); int[] a = new int[100]; String[] s = new String[100]; for(int i = 0; i< n; i++){ int num = sc.n...
gpl-2.0
callakrsos/Gargoyle
VisualFxVoEditor/src/test/java/external/jshint/report/JSHintReportExecutor.java
3617
/******************************** * 프로젝트 : VisualFxVoEditor * 패키지 : external.jshint.report * 작성일 : 2017. 12. 11. * 작성자 : KYJ *******************************/ package external.jshint.report; import java.io.File; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.conc...
gpl-2.0
libresoft/CVSAnaly-ALERT-branch
pycvsanaly2/AsyncQueue.py
4512
# Copyright (C) 2008 Libresoft # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the ...
gpl-2.0
FranklinCoop/IS4C
pos/is4c-nf/install/db/Creator.php
16692
<?php namespace COREPOS\pos\install\db; use COREPOS\pos\lib\CoreState; class Creator { private static $op_models = array( '\\COREPOS\\pos\\lib\\models\\op\\AutoCouponsModel', '\\COREPOS\\pos\\lib\\models\\op\\CouponCodesModel', '\\COREPOS\\pos\\lib\\models\\op\\CustdataModel', '\\C...
gpl-2.0
thankgodr/schooldemo
NamesList.php
14970
<?php #************************************************************************** # openSIS is a free student information system for public and non-public # schools from Open Solutions for Education, Inc. web: www.os4ed.com # # openSIS is web-based, open source, and comes packed with features that # include stud...
gpl-2.0
samanthavandapuye/lostfit
wp-content/plugins/groups-woocommerce/lib/admin/class-groups-ws-admin.php
7843
<?php /** * class-groups-ws-admin.php * * Copyright (c) "kento" Karim Rahimpur www.itthinx.com * * This code is provided subject to the license granted. * Unauthorized use and distribution is prohibited. * See COPYRIGHT.txt and LICENSE.txt * * This code is distributed in the hope that it will be usefu...
gpl-2.0
RaphaelFreire/java
src/model/VarArgs2.java
654
package model; /** * @author raphaelmachadofreire * Detalhe sobre métodos e classes * Utilizando varargs com argumentos padrão. * Capítulo 7 - Página 157 */ public class VarArgs2 { //Aqui, msg é um parâmetro normal e v é um parâmetro varargs. static void vaTest(String msg, int...v){ System.o...
gpl-2.0
glemaitre/protoclass
protoclass/preprocessing/tests/test_rician_normalization.py
20072
"""Test the Rician normalization.""" import os import numpy as np from numpy.testing import assert_raises from numpy.testing import assert_equal from numpy.testing import assert_warns from numpy.testing import assert_almost_equal from numpy.testing import assert_array_equal from numpy.testing import assert_array_alm...
gpl-2.0
martinkuik/PHP-Websocket-AdminControl
client.php
2415
<?php /** Client * * PHP version 5 * * @category PHP * @package Martin * @author Martin Kuik <martinn_@outlook.com> * @copyright 2014 Martin Kuik * @license https://gnu.org/licenses/gpl.html GPL v3 License * @link https://github.com/martin.kuik */ /** * Gets Server address * * @return a str...
gpl-2.0
ryanhellyer/wppaintbrush
footer.php
134
<?php /** * @package WordPress * @subpackage WP Paintbrush * @since WP Paintbrush 0.1 */ ?> <?php wp_footer(); ?> </body> </html>
gpl-2.0
blakearchive/archive
blakearchive/static/controllers/work/work.controller.js
355
angular.module('blake').controller("WorkController", function($rootScope,$routeParams,BlakeDataService){ var vm = this; vm.bds = BlakeDataService; $rootScope.showOverlay = false; $rootScope.help = 'work'; vm.bds.setSelectedWork($routeParams.workId); $rootScope.worksNavState = false; $roo...
gpl-2.0
longersoft/nextcms
modules/menu/controllers/MenuController.php
6208
<?php /** * NextCMS * * @author Nguyen Huu Phuoc <thenextcms@gmail.com> * @copyright Copyright (c) 2011 - 2012, Nguyen Huu Phuoc * @license http://nextcms.org/license.txt (GNU GPL version 2 or later) * @link http://nextcms.org * @category modules * @package menu * @subpackage controllers * @si...
gpl-2.0
feliperodriguesprado/tcc_repository
software/source/smom/user/view/br.com.smom.user.login.view/src/main/java/br/com/smom/user/login/view/resources/ApplicationConfig.java
1375
/* * Smom - Software Module Management. * * 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 a...
gpl-2.0
s20121035/rk3288_android5.1_repo
external/proguard/src/proguard/obfuscate/NameFactoryResetter.java
1706
/* * ProGuard -- shrinking, optimization, obfuscation, and preverification * of Java bytecode. * * Copyright (c) 2002-2013 Eric Lafortune (eric@graphics.cornell.edu) * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as publ...
gpl-3.0
thomashoegg/GU-DSL
Core/src/Processing/Project/ProjectExecutor.qt.cpp
7256
/*********************************************************************************** * Copyright (c) 2013-2015 "Thomas Hoegg et al." * [http://gu-dsl.org]; information about commercial use mail at info@gu-dsl.org * * This file is part of GU-DSL. * * GU-DSLis free software: you can redistribute it and/or modify *...
gpl-3.0
ongbe/OpenFOAM-Dev
src/finiteVolume/cfdTools/general/MRF/MRFZone.C
13521
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\/ M anipulation | --------...
gpl-3.0
rowinggolfer/openmolar2
src/lib_openmolar/client/db_orm/patient_model.py
9399
#! /usr/bin/env python # -*- coding: utf-8 -*- ############################################################################### ## ## ## Copyright 2010-2012, Neil Wallace <neil@openmolar.com> ## ## ...
gpl-3.0
SpleefLeague/SuperSpleef
src/main/java/com/spleefleague/superspleef/game/team/TeamSpleefBattle.java
20223
/* * 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.spleefleague.superspleef.game.team; import com.google.common.collect.Lists; import com.spleefleague.core.SpleefLeague; imp...
gpl-3.0
kenoph/grub-tunes
src/main.js
370
// The Vue build version to load with the `import` command // (runtime-only or standalone) has been set in webpack.base.conf with an alias. import Vue from 'vue' import App from './App' import 'bootstrap-loader'; import 'font-awesome/css/font-awesome.css' Vue.use(require('vue-resource')); /* eslint-disable no-new */...
gpl-3.0
ualegre/m2nusmv
m2nusmv/src/main/java/edu/casetools/dcase/m2nusmv/data/MData.java
4201
/* * This file is part of M2NuSMV. * * M2NuSMV 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. * * M2NuSMV is distributed in the hope that it will be useful, ...
gpl-3.0
darthlukan/lynea
main.go
4559
package main import ( "bufio" // "errors" "fmt" "os" "os/exec" "os/signal" "strings" "syscall" ) var ( ProcessStack []Process sigChan = make(chan os.Signal, 1) ) const ( DELAY = 10 // initSocket = "/run/lynea/init" initSocket = "/home/darthlukan/tmp/lynea" confDir = "/etc/init" ) type Process ...
gpl-3.0
bigswitch/snac-nox
src/lib/vlog.cc
13153
/* Copyright 2008 (C) Nicira, Inc. * * This file is part of NOX. * * NOX 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. * * N...
gpl-3.0
openDeal/openDeal
admin/controller/module/account.php
4121
<?php class ControllerModuleAccount extends \Core\Controller { private $error = array(); public function index() { $this->language->load('module/account'); $this->document->setTitle($this->language->get('heading_title')); $this->load->model('setting/setting'); if (($this->r...
gpl-3.0
lihouyu/php-micro-kernel
plugin/varhandler/var_handler.php
3760
<?php /** * Copyright 2009 HouYu Li <karadog@gmail.com> * * This file is part of PHP Micro Kernel. * * PHP Micro Kernel is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, o...
gpl-3.0
germanbraun/crowd-orm
web-src/coffee/views/eer/tools_eer.php
1243
<?php /* Copyright 2017 Giménez, Christian Author: Giménez, Christian tools_uml.php 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...
gpl-3.0
lebarde/scrapix
scraplib/fs.go
2160
// 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
tompecina/legal
legal/psj/views.py
11889
# -*- coding: utf-8 -*- # # psj/views.py # # Copyright (C) 2011-19 Tomáš Pecina <tomas@pecina.cz> # # This file is part of legal.pecina.cz, a web-based toolbox for lawyers. # # This application is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published ...
gpl-3.0
onedanshow/Screen-Courter
lib/src/org/apache/http/impl/conn/AbstractPooledConnAdapter.java
5957
/* * ==================================================================== * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF license...
gpl-3.0
gelendir/scout102
Site/protected/views/accueil/error.php
225
<?php $this->pageTitle=Yii::app()->name . ' - ' . Yii::t( 'login', 'error' ); ?> <h1>Erreur <?php echo $code; ?></h2> <div class="alert-message error"> <p> <?php echo CHtml::encode($message); ?> </p> </div>
gpl-3.0
iterate-ch/cyberduck
windows/src/main/csharp/ch/cyberduck/ui/winforms/PromptForm.cs
2445
// // Copyright (c) 2010-2016 Yves Langisch. All rights reserved. // http://cyberduck.io/ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your...
gpl-3.0
pinheadmz/LTB-Companion-Wallet
Chrome Extension/popup.js
38786
function getNews(){ var source_html = "https://letstalkbitcoin.com/api/v1/blog/posts?limit=5"; $("#newsStories").html("<div align='center' style='padding-top: 30px;'>Loading...</div>"); $.getJSON( source_html, function( data ) { $("#newsStories").html(""); $.each(d...
gpl-3.0
zuloloxi/dnSpy
dnSpy/TreeNodes/Analyzer/AnalyzedAssemblyTreeNode.cs
2454
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, co...
gpl-3.0
e154/smart-home
system/initial/environments/default/images.go
10230
// This file is part of the Smart Home // Program complex distribution https://github.com/e154/smart-home // Copyright (C) 2016-2021, Filippov Alex // // 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 Softwa...
gpl-3.0
bolsadoinfinito/site
wp-content/plugins/t4p-core-composer/core/shortcode/child.php
814
<?php /** * @author Theme4Press * @package Theme4Press Page Builder * @version 1.0.0 /* /* * Parent class for sub elements */ class T4P_Pb_Shortcode_Child extends T4P_Pb_Shortcode_Element { /** * Over write parent method * * @param string $content * @param string $s...
gpl-3.0
idega/platform2
src/com/idega/block/trade/stockroom/data/Supplier.java
5882
/* * $Id: Supplier.java,v 1.26 2005/06/18 15:59:00 gimmi Exp $ * Created on 18.6.2005 * * Copyright (C) 2005 Idega Software hf. All Rights Reserved. * * This software is the proprietary information of Idega hf. * Use is subject to license terms. */ package com.idega.block.trade.stockroom.data; import java.rmi....
gpl-3.0
mrRosset/Engemu
Scripts/Export_all_Dlls.py
315
from os import listdir, system from os.path import isfile, join import sys Dllpath = sys.argv[1] Exportspath = sys.argv[2] onlyfiles = [f for f in listdir(Dllpath) if isfile(join(Dllpath, f))] for file in onlyfiles: system("ListExports.exe " + join(Dllpath, file) + " > " + join(Exportspath, file) + ".exports")
gpl-3.0
fnurl/alot
setup.py
1221
#!/usr/bin/env python from setuptools import setup, find_packages import alot setup(name='alot', version=alot.__version__, description=alot.__description__, author=alot.__author__, author_email=alot.__author_email__, url=alot.__url__, license=alot.__copyright__, packages=fin...
gpl-3.0
daviddavis/foretello_api_v21
app/controllers/api/v21/architectures_controller.rb
364
module Api module V21 class ArchitecturesController < V2::ArchitecturesController include Api::Version21 def index super render :json => @architectures, :each_serializer => ArchitectureSerializer end def show render :json => @architecture, :serializer => Architec...
gpl-3.0
frasmarco/webGui
src/app/shared/voice-control/commands-help.component.ts
522
import {Component, OnInit, Inject, ViewContainerRef, ViewChild} from '@angular/core'; import {VoiceControlService} from './voice-control.service'; @Component({ selector: 'sa-commands-help', templateUrl: './commands-help.component.html', styles: [], }) export class CommandsHelpComponent implements OnInit { @Vi...
gpl-3.0
ksmith0/pixie_scan
src/core/ReadBuffData.RevF.cpp
8123
/** \file ReadBuffData.RevD.cpp * \brief retrieve data from raw buffer array ibuf */ /*---------------------------------------------------------------------- * Copyright (c) 2005, XIA LLC * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted p...
gpl-3.0
digitarald/redracer
vendor/agavi/translation/data/timezones/America_47_Montreal.php
15122
<?php /** * Data file for America/Montreal timezone, compiled from the olson data. * * Auto-generated by the phing olson task on 11/04/2008 09:20:40 * * @package agavi * @subpackage translation * * @copyright Authors * @copyright The Agavi Project * * @since 0.11.0 * * @version $Id: America_4...
gpl-3.0