code stringlengths 3 1.05M | repo_name stringlengths 4 116 | path stringlengths 4 991 | language stringclasses 9
values | license stringclasses 15
values | size int32 3 1.05M |
|---|---|---|---|---|---|
/* -*- tab-width: 4 -*-
*
* Electric(tm) VLSI Design System
*
* File: Nand2LT_sy.java
*
* Copyright (c) 2003 Sun Microsystems and Static Free Software
*
* Electric(tm) 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 Soft... | imr/Electric8 | com/sun/electric/tool/generator/layout/gates/Nand2LT_sy.java | Java | gpl-3.0 | 5,838 |
<?php
// Heading
$_['heading_title'] = 'Avez-vous oublié votre mot de passe ?';
// Text
$_['text_account'] = 'Compte';
$_['text_forgotten'] = 'Mot de passe oublié';
$_['text_your_email'] = 'Votre adresse électronique';
$_['text_email'] = 'Saisissez l\'adresse électronique associée à votre compte. Cl... | pedrocones/store | upload/catalog/language/fr-CA/account/forgotten.php | PHP | gpl-3.0 | 746 |
var searchData=
[
['emails_2ephp',['emails.php',['../emails_8php.html',1,'']]],
['emails_5flinks_2ephp',['emails_links.php',['../emails__links_8php.html',1,'']]]
];
| labscoop/xortify | releases/XOOPS 2.6/4.14/docs/html/search/files_65.js | JavaScript | gpl-3.0 | 169 |
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateAnalyticsForumTable extends Migration {
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('analytics_forum', function(Blueprint $table)
... | Luxurioust/wizard | app/database/migrations/2014_12_16_194340_create_analytics_forum_table.php | PHP | gpl-3.0 | 1,086 |
/*
* Copyright (c) 2019 OBiBa. All rights reserved.
*
* This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*... | obiba/magma | magma-api/src/main/java/org/obiba/magma/MagmaEngine.java | Java | gpl-3.0 | 6,132 |
<?php
namespace Fox\Core\Utils\Database;
use Fox\Core\Utils\Util,
Fox\ORM\Entity;
class Converter
{
private $metadata;
private $fileManager;
private $schemaConverter;
private $schemaFromMetadata = null;
public function __construct(\Fox\Core\Utils\Metadata $metadata, \Fox\Core\Utils\File\Ma... | ilovefox8/zhcrm | application/Fox/Core/Utils/Database/Converter.php | PHP | gpl-3.0 | 1,682 |
////////////////////////////////////////////////////////////////////////////////
//
// This file is part of Strata.
//
// Strata 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 Licens... | arkottke/strata | source/StressRatioProfileOutput.cpp | C++ | gpl-3.0 | 2,100 |
from django.contrib import admin
from comun.models import Departamento, Partido
admin.site.register(Departamento)
admin.site.register(Partido)
| mmanto/sstuv | comun/admin.py | Python | gpl-3.0 | 144 |
# coding: utf-8
""" Copyright (c) 2013 João Bernardo Vianna Oliveira
This file is part of Discoder.
Discoder 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
... | jbvsmo/discoder | discoder/distributed/server.py | Python | gpl-3.0 | 3,939 |
package NJU.HouseWang.nju_eas_server.systemMessage;
public enum UserType {
Admin("管理员"),
SchoolDean("学校教务老师"),
DeptAD("院系教务老师"),
Teacher("任课老师"),
Student("学生");
private String chName;
private UserType(String chName) {
this.chName = chName;
}
public String getChName() {
return chName;
}
}
| NJU-HouseWang/nju-eas-server | src/main/java/NJU/HouseWang/nju_eas_server/systemMessage/UserType.java | Java | gpl-3.0 | 353 |
Bitrix 16.5 Business Demo = 15835c954707d2e6d70c9aaff892ca49
| gohdan/DFC | known_files/hashes/bitrix/modules/forum/install/components/bitrix/forum/templates/.default/help.php | PHP | gpl-3.0 | 61 |
Bitrix 16.5 Business Demo = b804541b55ffbf377df97c657f7b27db
| gohdan/DFC | known_files/hashes/bitrix/modules/bitrixcloud/install/admin/bitrixcloud_backup.php | PHP | gpl-3.0 | 61 |
#include "NotNamespaceProperty.h"
using namespace Com::Ecosoftware::Engines::Xsd;
NotNamespaceProperty::NotNamespaceProperty ( bool value ) {
this->value = value;
}
NotNamespaceProperty::NotNamespaceProperty ( const NotNamespaceProperty & ) : PropertyAbs () {}
NotNamespaceProperty::~NotNamespaceProperty () {}
b... | remizero/qtrcp | com/ecosoftware/engines/xsd/core/properties/NotNamespaceProperty.cpp | C++ | gpl-3.0 | 471 |
/*
* 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.
*/
/**
*
* @author Arles Cerrato
*/
public class FileBinary {
}
| Arles96/LibraryPassword | PasswordLibrary/src/FileBinary.java | Java | gpl-3.0 | 255 |
package pers.hai.sample.dp.visitor;
import java.util.Collection;
/**
* TODO
* <p>
* Create Time: 2019-06-14 11:17
* Last Modify: 2019-06-14
*
* @author Q-WHai
* @see <a href="https://github.com/qwhai">https://github.com/qwhai</a>
*/
public interface Visitor {
void visitString(StringElement stringE);
v... | William-Hai/DesignPatternCollections | src/main/java/pers/hai/sample/dp/visitor/Visitor.java | Java | gpl-3.0 | 407 |
class CreateSocialLinks < ActiveRecord::Migration
def change
create_table :social_links do |t|
t.string :provider
t.string :link
t.string :icon_class
t.text :description
t.references :cycle, index: true, foreign_key: true
t.timestamps null: false
end
end
end
| itsriodejaneiro/mudamos-web | db/migrate/20151007193639_create_social_links.rb | Ruby | gpl-3.0 | 308 |
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle 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.
//
// Moodle... | dpogue/thss-moodle | lang/en/message.php | PHP | gpl-3.0 | 6,279 |
/*******************************************************************************
* This file is part of Minebot.
*
* Minebot 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... | michaelzangl/minebot | Minebot/src/net/famzangl/minecraft/minebot/ai/task/place/JumpingPlaceAtHalfTask.java | Java | gpl-3.0 | 3,747 |
<?php
/**
* @file
* Contains \Drupal\Tests\Core\Cache\Context\CacheContextsManagerTest.
*/
namespace Drupal\Tests\Core\Cache\Context;
use Drupal\Core\Cache\CacheableMetadata;
use Drupal\Core\Cache\Context\CacheContextsManager;
use Drupal\Core\Cache\Context\CacheContextInterface;
use Drupal\Core\Cache\Context\Calc... | mbarcia/drupsible-org | core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php | PHP | gpl-3.0 | 9,085 |
namespace Maticsoft.Model.Pay
{
using System;
[Serializable]
public class RechargeRequest
{
private string _paymentgateway;
private int _paymenttypeid;
private decimal _rechargeblance;
private long _rechargeid;
private int? _sellerid;
private int _status;... | 51zhaoshi/myyyyshop | Maticsoft.Model_Source/Maticsoft.Model.Pay/RechargeRequest.cs | C# | gpl-3.0 | 2,439 |
namespace Maticsoft.TaoBao.Request
{
using Maticsoft.TaoBao;
using Maticsoft.TaoBao.Util;
using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
public class TmallProductSpecGetRequest : ITopRequest<TmallProductSpecGetResponse>
{
private IDictionary<s... | 51zhaoshi/myyyyshop | Maticsoft.TaoBao_Source/Maticsoft.TaoBao.Request/TmallProductSpecGetRequest.cs | C# | gpl-3.0 | 1,173 |
# ! /usr/bin/env python2.7
# _*_ coding:utf-8 _*_
"""
@author = lucas.wang
@create_time = 2018-01-12
"""
import optparse
import os
import sys
import getpass
import json
import hashlib
import smtplib
from email.mime.text import MIMEText
from email.mime.multipart import MIMEMultipart
from email.header import Header
fr... | Lucas-Wong/ToolsProject | IOS/ipa.py | Python | gpl-3.0 | 13,459 |
package org.workcraft.plugins.son.tools;
import java.awt.Color;
import java.awt.Graphics2D;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import org.workcraft.Tool;
import org.workcraft.dom.Node;
import org.workcraft.exceptions.InvalidConnectionException;
import org.workcraft.gui.... | shelllbw/workcraft | SonPlugin/src/org/workcraft/plugins/son/tools/TestTool.java | Java | gpl-3.0 | 13,970 |
// ----------------------------------------------------------------------------
// Buzz, a Javascript HTML5 Audio library
// v 1.0.x beta
// Licensed under the MIT license.
// http://buzz.jaysalvat.com/
// ----------------------------------------------------------------------------
// Copyright (C) 2011 Jay Salvat
// h... | kushsolitary/Inkpen | public/assets/js/buzz.js | JavaScript | gpl-3.0 | 26,388 |
/*
* A Command & Conquer: Renegade SSGM Plugin, containing all the single player mission scripts
* Copyright(C) 2017 Neijwiert
*
* 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 ... | Neijwiert/C-C-Renegade-Mission-Scripts | Source/Single Player Scripts/MX0_KillNotify.cpp | C++ | gpl-3.0 | 3,584 |
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | foam-extend: Open Source CFD
\\ / O peration | Version: 3.2
\\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | For ... | Unofficial-Extend-Project-Mirror/foam-extend-foam-extend-3.2 | src/dynamicMesh/dynamicMesh/directTopoChange/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfoI.H | C++ | gpl-3.0 | 4,412 |
# -*- coding: utf-8 -*-
# Generated by Django 1.11.13 on 2018-08-26 08:49
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [("accounts", "0001_squashed_0037_auto_20180416_1406")]
operations = [
migrations.AddField... | dontnod/weblate | weblate/accounts/migrations/0002_profile_uploaded.py | Python | gpl-3.0 | 466 |
// Decompiled with JetBrains decompiler
// Type: System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy
// Assembly: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
// MVID: 5ABD58FD-DF31-44FD-A492-63F2B47CC9AF
// Assembly location: C:\Windows\Microsoft.NET\Framework\v4.0.... | mater06/LEGOChimaOnlineReloaded | LoCO Client Files/Decompressed Client/Extracted DLL/System/System/Security/Authentication/ExtendedProtection/ExtendedProtectionPolicy.cs | C# | gpl-3.0 | 14,133 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using GAME.Common.Core.Interfaces.Plugin;
namespace GAME.Common.Core.Interfaces
{
public interface IPluginGroup : IGroup
{
int CountLaunched { get; set; }
}
}
| madks13/G.A.M.E. | GAME.Common/Interfaces/IPluginGroup.cs | C# | gpl-3.0 | 300 |
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle 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.
//
// Moodle... | davidluz/moodle | version.php | PHP | gpl-3.0 | 1,637 |
/*
Copyright (c) Goran Sterjov
This file is part of the Fuse Project.
Fuse 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 ve... | gsterjov/fusemc | Plugin.Library/Playlists/PlaylistStore.cs | C# | gpl-3.0 | 4,170 |
/**
* Module dependencies
*/
var _ = require('@sailshq/lodash');
var getDisplayTypeLabel = require('./get-display-type-label');
/**
* getNounPhrase()
*
* Given an RTTC "display type" string (and some options)
* return an appropriate human-readable noun-phrase.
* Useful for error messages, user interfaces, etc... | deshbandhu-renovite/receipt-eCommerce | node_modules/rttc/lib/get-noun-phrase.js | JavaScript | gpl-3.0 | 6,514 |
/*
Actiona
Copyright (C) 2005 Jonathan Mercier-Ganady
Actiona 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.
Actiona is distribu... | Jmgr/actiona | actions/windows/src/actions/multidatainputinstance.hpp | C++ | gpl-3.0 | 1,924 |
/****************************************************************************
** Meta object code from reading C++ file 'qscilexerpo.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.4.1)
**
** WARNING! All changes made in this file will be lost!
*********************************************************... | jgcoded/QScintilla | Qt4Qt5/release/moc_qscilexerpo.cpp | C++ | gpl-3.0 | 3,656 |
using UnityEngine;
using System.Collections;
public class PlayerController : MonoBehaviour {
public static PlayerController Shared;
public float speedFowardPerSec = 5; // units per second
public float speedBackwardPerSec = 2; // units per second
public float jumpSpeed = 8;
public float gravity = 9.8f;
priva... | obandox/el_movimiento_es_vida | Assets/App/Scripts/Controllers/PlayerController.cs | C# | gpl-3.0 | 1,915 |
#!/usr/bin/python
#
# original code from adafruit, see below copyrights
# hacked version for bioreactor one
#
#--------------------------------------------------------------------------------------------
# -- 031616 -- converting temp to fahrenhight, and logging
# -- 031816 -- adding in the led libraries to do a simp... | alchemycomputing/raspberrypi-bioreactorproject | maxscroller.py | Python | gpl-3.0 | 13,796 |
package com.brian.knu.coap.medicalmonitor;
import org.eclipse.om2m.commons.resource.StatusCode;
import org.eclipse.om2m.commons.rest.RequestIndication;
import org.eclipse.om2m.commons.rest.ResponseConfirm;
import org.eclipse.om2m.ipu.service.IpuService;
/*
* Execute received requests from OM2M to the specific techn... | AINLAB/OHP-M2M | M2M Server/com.brian.knu.coap.medicalmonitor/src/main/java/com/brian/knu/coap/medicalmonitor/Controller.java | Java | gpl-3.0 | 2,110 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CodeBlock.Context.PCAT
{
class ReturnNode : BaseNode
{
public override string AcceptedTypeNames => "return";
protected override IEnumerable<IEnumerable<Interruption>> ... | instr3/TejiLang-Toy | CodeBlock/Context/PCAT/ReturnNode.cs | C# | gpl-3.0 | 770 |
/*
ComLibrary - A library plugin for Minecraft
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) an... | comdude2/ComLibrary | src/net/comdude2/plugins/comlibrary/util/LogFormatter.java | Java | gpl-3.0 | 2,088 |
import { Injectable } from '@angular/core';
import { Select } from '@ngxs/store';
import { Observable, Subject } from 'rxjs';
import { Alignment, Allegiance, ChatMode, GameServerEvent, Hostility, IAccount, ICharacter,
ICharacterCreateInfo, IDialogChatAction, IMapData, INPC, IPlayer, isHostileTo } from '../../interfac... | LandOfTheRair/landoftherair | client/src/app/services/game.service.ts | TypeScript | gpl-3.0 | 5,364 |
package com.phonemetra.turbo.store.views.swap;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.Handler;
import android.support.annotation.Nullable;
import android.support.v4.app.NavUtils;
import android.support.v7.app.ActionBarActivity;
im... | Phonemetra/TurboStore | app/src/com/phonemetra/turbo/store/views/swap/SwapAppListActivity.java | Java | gpl-3.0 | 4,154 |
<?php
/**
* ANGIE - The site restoration script for backup archives created by Akeeba Backup and Akeeba Solo
*
* @package angie
* @copyright Copyright (c)2009-2019 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL v3 or later
*/
defined('_AKEEBA') or die();
/**
... | akeeba/angie | angie/installation/framework/uri/uri.php | PHP | gpl-3.0 | 16,396 |
/* Memory-Mapped File Buffer.
*
* Copyright (C) 2010-2013 Reece H. Dunn
*
* This file is part of cainteoir-engine.
*
* cainteoir-engine 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 ... | rhdunn/cainteoir-engine | src/libcainteoir/buffers/mmap_buffer.cpp | C++ | gpl-3.0 | 1,825 |
// Decompiled with JetBrains decompiler
// Type: System.Xml.DocumentXmlWriterType
// Assembly: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
// MVID: 50ABAB51-7DC3-4F0A-A797-0D0C2D124D60
// Assembly location: C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Xml.dll
namespace System... | mater06/LEGOChimaOnlineReloaded | LoCO Client Files/Decompressed Client/Extracted DLL/System.Xml/System/Xml/DocumentXmlWriterType.cs | C# | gpl-3.0 | 513 |
///////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008, Robert D. Eden All Rights Reserved.
// Copyright (c) 2009, Jeff Randall All Rights Reserved.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General P... | achraftriki/test2 | src/main/java/gnu/trove/impl/unmodifiable/TUnmodifiableShortFloatMap.java | Java | gpl-3.0 | 5,427 |
<?php
use System\config;
use System\database\query;
use System\input;
use System\route;
use System\uri;
use System\view;
Route::collection(['before' => 'auth,csrf,install_exists'], function () {
/**
* List all posts and paginate through them
*/
Route::get([
'admin/posts',
'admin/pos... | TheBrenny/anchor-cms | anchor/routes/posts.php | PHP | gpl-3.0 | 11,031 |
class PagesController < ApplicationController
include PagesModule::PagesUtil
layout :select_layout
helper_method :render_hiki
hide_action :render_hiki
skip_before_filter :authenticate, :only => %w[index]
before_filter :authenticate_with_api_or_login_required, :only => %w[index]
before_filter :setup_curren... | openskip/skip-wiki | app/controllers/pages_controller.rb | Ruby | gpl-3.0 | 5,674 |
// -------------------------------------------
// OGRE-IMGUI bindings
// See file 'README-OgreImGui.txt' for details
// -------------------------------------------
/*
This source file is part of Rigs of Rods
Copyright 2016-2017 Petr Ohlidal & contributors
For more information, see http://www.rigsofrods.o... | Speciesx/rigs-of-rods | source/main/gui/imgui/OgreImGui.cpp | C++ | gpl-3.0 | 21,070 |
#!/usr/bin/env python
# encoding:utf-8
# __author__: huxianglin
# date: 2016-09-17
# blog: http://huxianglin.cnblogs.com/ http://xianglinhu.blog.51cto.com/
import os
from module import actions
from module import db_handler
from conf import settings
ATM_AUTH_DIR = settings.DATABASE["path"]
ATM_CARD_LIST=os.listdir(ATM... | huxianglin/pythonstudy | week05-胡湘林/ATM/ATM/module/auth.py | Python | gpl-3.0 | 3,084 |
<?php
/**
* Contao Open Source CMS
*
* Copyright (c) 2005-2013 Leo Feyer
*
* @package Core
* @link https://contao.org
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
*/
/**
* Load tl_user language file
*/
System::loadLanguageFile('tl_user');
/**
* Table tl_user_group
*/
$GLOBALS['TL_DCA'][... | Coheed/Shiny-Portfolio | system/modules/core/dca/tl_user_group.php | PHP | gpl-3.0 | 12,482 |
<?php
/******************************************************
* @package Pav Product Tabs module for Opencart 1.5.x
* @version 1.0
* @author http://www.pavothemes.com
* @copyright Copyright (C) Feb 2012 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
* @license GNU General Public License version ... | hellocc2/yii | admin/controller/module/pavproducttabs.php | PHP | gpl-3.0 | 6,468 |
/***********************************************************************
This file is part of KEEL-software, the Data Mining tool for regression,
classification, clustering, pattern mining and so on.
Copyright (C) 2004-2010
F. Herrera (herrera@decsai.ugr.es)
L. Sánchez (luciano@uniovi.es)
J. A... | SCI2SUGR/KEEL | src/keel/Algorithms/Preprocess/Converter/KeelToPropertyList.java | Java | gpl-3.0 | 6,198 |
<!DOCTYPE html>
<html lang="en">
<head>
<title><?php if(isset($page_title)) : ?><?php echo $page_title ?> - <?php endif; ?><?php echo $this->settings->info->site_name ?></title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<?p... | codeamancoder/PrPollsApp | application/views/layout/titan_layout.php | PHP | gpl-3.0 | 8,799 |
// Package config is resposible for finding, parsing and merging the HTTPMS user
// configuration with the default. Configuration locations should be different
// depending on the host OS.
//
// Linux/BSD configurations should be in $HOME/.euterpe/config.json
// Windows configurations should be in %APPDATA%/euterpe/co... | ironsmile/httpms | src/config/config.go | GO | gpl-3.0 | 6,093 |
package net.parostroj.timetable.gui.pm;
import org.beanfabrics.model.AbstractPM;
import org.beanfabrics.model.OperationPM;
import org.beanfabrics.model.Options;
import org.beanfabrics.model.PMManager;
import org.beanfabrics.support.Operation;
import net.parostroj.timetable.model.LocalizedString;
import net.parostroj.... | jub77/grafikon | grafikon-gui-components/src/main/java/net/parostroj/timetable/gui/pm/LocalizationPM.java | Java | gpl-3.0 | 1,579 |
<?php
/**
* @package Joomla
* @subpackage glogger
* @version 1.0.0 November, 2016
* @author Greg Podesta
* @copyright Copyright (C) 2016 Greg Podesta
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; ... | Joomla-StackExchange/glogger | com_glogger/admin/controller.php | PHP | gpl-3.0 | 2,170 |
/**
* Provides the PRNG API.
*/
package org.dayflower.pipeline.prng; | WavePropagation/org.dayflower | src/main/org/dayflower/pipeline/prng/package-info.java | Java | gpl-3.0 | 73 |
/*
* Copyright 2013, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | droidefense/engine | mods/memapktool/src/main/java/org/jf/dexlib2/immutable/instruction/ImmutableInstruction20bc.java | Java | gpl-3.0 | 3,404 |
<?= form_open('admin/themes/delete');?>
<table border="0" class="listTable">
<thead>
<tr>
<th class="first"><div></div></th>
<th><a href="#">Theme</a></th>
<th class="last width-quater"><span>Actions</span></th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="3">
<div class="inner"></div>
</td>... | bema2004sw/pyrocms | application/modules/themes/views/admin/index.php | PHP | gpl-3.0 | 1,110 |
<?php
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit2e778ed2e76984494f1302351c05d0ef
{
private static $loader;
public static function loadClassLoader($class)
{
if ('Composer\Autoload\ClassLoader' === $class) {
require __DIR__ . '/ClassLoader.php';
}
... | fzq19900228/fzq | vendor/composer/autoload_real.php | PHP | gpl-3.0 | 2,333 |
/*
* Copyright (C) 2007-2022 Crafter Software Corporation. All Rights Reserved.
*
* 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 tha... | craftercms/deployer | src/main/java/org/craftercms/deployer/impl/processors/git/GitDiffProcessor.java | Java | gpl-3.0 | 13,330 |
#ifndef WINDOW_HPP_
#define WINDOW_HPP_
/* En este archivo se describe e implementa un smob
* para la clase RenderWindow de la libreria SFML 2.1
*/
#include <SFML/Graphics/RenderWindow.hpp>
#include <libguile.h>
#include "Vector.hpp"
#include "Color.hpp"
#include "Event.hpp"
#include "Rectangle.hpp"
struct WindowS... | eduardoacye/Guile-SFML-1 | Bindings/Window.hpp | C++ | gpl-3.0 | 7,795 |
/*
==============================================================================
ConditionEditor.cpp
Created: 21 Feb 2017 11:40:21am
Author: Ben
==============================================================================
*/
ConditionEditor::ConditionEditor(Condition * _condition, bool isRoot) :
... | benkuper/Chataigne | Source/Common/Processor/Action/Condition/ui/ConditionEditor.cpp | C++ | gpl-3.0 | 1,459 |
# Copyright (C) 2012. Nathan Farrington <nfarring@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Th... | nfarring/redisrpc | ruby/lib/redisrpc.rb | Ruby | gpl-3.0 | 4,103 |
"""This is part of the Mouse Tracks Python application.
Source: https://github.com/Peter92/MouseTracks
"""
#Import the local scipy if possible, otherwise fallback to the installed one
from __future__ import absolute_import
from ...utils.numpy import process_numpy_array
try:
from .gaussian import gaussian_filter
... | Peter92/MouseTrack | mousetracks/image/scipy/__init__.py | Python | gpl-3.0 | 718 |
/*
* LookAndFeelDefinition.java
*
* Copyright (C) 2002-2013 Takis Diakoumis
*
* 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 any later version.
*
... | Black-millenium/rdb-executequery | java/src/org/executequery/util/LookAndFeelDefinition.java | Java | gpl-3.0 | 3,159 |
/*
* Copyright (C) 2017 Noe Fernandez
*/
package io.github.nfdz.savedio.utils;
import android.content.Context;
import android.os.AsyncTask;
import android.text.TextUtils;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.UUID;
import io.github.nfdz.savedio.Buil... | nfdz/saved.io-plus-plus | Saved.io++/app/src/main/java/io/github/nfdz/savedio/utils/TasksUtils.java | Java | gpl-3.0 | 7,020 |
import * as AWS from 'aws-sdk';
import {Promise} from 'es6-promise';
import * as Twit from 'twit';
import * as _ from 'lodash';
AWS.config.update({
region: 'eu-west-1'
});
// -- Begin Interfaces --
export interface TwitterAccount {
id: string;
username: string;
photo: string;
token: string;
se... | PLhery/unfollowNinjaV2 | BackEnd - AWS Lambda/src/ninjaAccount.ts | TypeScript | gpl-3.0 | 10,133 |
from DIRAC import S_OK
from DIRAC.AccountingSystem.Client.Types.Pilot import Pilot
from DIRAC.AccountingSystem.private.Plotters.BaseReporter import BaseReporter
class PilotPlotter(BaseReporter):
_typeName = "Pilot"
_typeKeyFields = [dF[0] for dF in Pilot().definitionKeyFields]
def _reportCumulativeNumbe... | DIRACGrid/DIRAC | src/DIRAC/AccountingSystem/private/Plotters/PilotPlotter.py | Python | gpl-3.0 | 9,695 |
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Кухня");
?><?$APPLICATION->IncludeComponent(
"bitrix:catalog",
"catalog",
Array(
"IBLOCK_TYPE" => "catalog",
"IBLOCK_ID" => "12",
"HIDE_NOT_AVAILABLE" => "N",
"SECTION_ID_VARIABLE" => "SECTION_ID",
"SEF_MODE" => "Y",
"SEF... | web-izmerenie/portland | catalog/index.php | PHP | gpl-3.0 | 4,539 |
<?php
/* @var $this yii\web\View */
use yii\helpers\Html;
use yii\bootstrap\ActiveForm;
use app\models\Products;
use yii\data\ArrayDataProvider;
use kartik\grid\GridView;
use yii\helpers\Url;
$session = Yii::$app->session;
$this->title = 'Inventory';
//get Post Request variables to update
$request = Yi... | craigsirk/Shopify-Jet-Integration | views/site/inventory.php | PHP | gpl-3.0 | 3,194 |
/*jslint browser: true*/
/*global Audio, Drupal*/
/**
* @file
* Displays Audio viewer.
*/
(function ($, Drupal) {
'use strict';
/**
* If initialized.
* @type {boolean}
*/
var initialized;
/**
* Unique HTML id.
* @type {string}
*/
var base;
function init(context... | nigelgbanks/islandora | modules/islandora_audio/js/audio.js | JavaScript | gpl-3.0 | 967 |
namespace Cecil.Decompiler.Gui.Services
{
public enum ActionNames
{
None,
LoadAssembly,
UnloadAssembly,
UnloadActiveAssembly,
Disassemble,
GoBack,
GoForward,
Analyze
}
} | telerik/justdecompile-plugins | Reflexil.JustDecompile/reflexil.1.5.src/Plugins/Cecil.Decompiler.Gui.Services/Cecil.Decompiler.Gui.Services/ActionNames.cs | C# | gpl-3.0 | 237 |
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle 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.
//
// Moodle... | parksandwildlife/learning | moodle/blocks/graph_stats/locallib.php | PHP | gpl-3.0 | 7,276 |
package de.bund.bfr.knime.fsklab.v2_0.joiner;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import de.bund.bfr.knime.fsklab.v2_0.FskSimulation;
import de.bund.bfr.metadata.swagger.Parameter;
public class JoinerMode... | SiLeBAT/FSK-Lab | de.bund.bfr.knime.fsklab.nodes/src/de/bund/bfr/knime/fsklab/v2_0/joiner/JoinerModelsData.java | Java | gpl-3.0 | 2,574 |
(function (window) {
const settings = {
info: {},
user: {},
currentTime: 0,
specificUser: false,
init() { // default settings applyed from here
const coreSettings = virtualclassSetting.settings;
virtualclass.settings.info = virtualclass.settings.parseSettings(coreSettings);
const... | pinky28/virtualclass | src/settings.js | JavaScript | gpl-3.0 | 24,868 |
# -*- coding: utf-8 -*-
from gettext import gettext as _
EXP1 = [
_('Regions'),
['lineasDepto'],
[],
['deptos']
]
EXP2 = [
_('Regional capitals'),
['lineasDepto', 'capitales'],
[],
['capitales']
]
EXP3 = [
_('Cities'),
['lineasDepto', 'capitales', 'ciudades'],
[],
['c... | AlanJAS/iknowAmerica | recursos/0guyana/datos/explorations.py | Python | gpl-3.0 | 550 |
namespace Grove.AI.TargetingRules
{
using System.Collections.Generic;
using System.Linq;
public class EffectGiveDeathtouch : TargetingRule
{
protected override IEnumerable<Targets> SelectTargets(TargetingRuleParameters p)
{
var candidates = p.Candidates<Card>(ControlledBy.SpellOwner)
... | pinky39/grove | source/Grove/Core/AI/TargetingRules/EffectGiveDeathtouch.cs | C# | gpl-3.0 | 543 |
<?
/**[N]**
* JIBAS Education Community
* Jaringan Informasi Bersama Antar Sekolah
*
* @version: 3.8 (January 25, 2016)
* @notes: JIBAS Education Community will be managed by Yayasan Indonesia Membaca (http://www.indonesiamembaca.net)
*
* Copyright (C) 2009 Yayasan Indonesia Membaca (http://www.indones... | dedefajriansyah/jibas | keuangan/laprugilaba_main.php | PHP | gpl-3.0 | 1,598 |
using Foundation;
using UIKit;
namespace _3citi.iOS
{
[Register("AppDelegate")]
public partial class AppDelegate : global::Xamarin.Forms.Platform.iOS.FormsApplicationDelegate
{
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
global::Xamarin.Forms.Forms.Init();
LoadAppli... | adam-kida/3citi | 3citi/_3citi.iOS/AppDelegate.cs | C# | gpl-3.0 | 399 |
# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (C) 2016 Pambudi Satria (<https://github.com/pambudisatria>).
# @author Pambudi Satria <pambudi.satria@yahoo.com>
#
# This program is free software: you can redistribute it and/or modify
... | sumihai-tekindo/account_sicepat | sicepat_erp/invoice_line_jne_number/invoice_line_jne_number.py | Python | gpl-3.0 | 1,191 |
/*
* This file is part of the VVIDE project.
*
* Copyright (C) 2011 Pavel Fischer rubbiroid@gmail.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, ... | Rubbiroid/VVIDE | src/vvide/utils/xmlitems/PopUpMenuItem.java | Java | gpl-3.0 | 1,731 |
'use strict'
import { Github as GithubAPI } from '../utils/github'
const Github = new GithubAPI()
import Result from '../models/result'
import * as utils from '../utils/utils'
function _processItems (items, oncomplete, onpromise) {
var users_promises = items.map((repo) => {
return new Promise((resolve, reject) ... | AgustinCB/programmmrs_api | src/app/sources/github.js | JavaScript | gpl-3.0 | 4,186 |
<?php
use Illuminate\Database\Seeder;
use App\User;
class UserTableSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
$data = array(
[
'name' => 'Admin',
'last_name' => 'Admin',
'email' => 'admin@admin.com',
... | Rotron/laravel5.2-ecommerce | database/seeds/UserTableSeeder.php | PHP | gpl-3.0 | 873 |
<?php
/**
* @file
* Provides traits for specific Postgesql Queries.
*
* @see: https://www.postgresql.org/docs/current/static/sql-commands.html
*/
namespace n_koopa;
require_once('common/base/classes/base_error.php');
require_once('common/base/classes/base_return.php');
require_once('common/database/classes/datab... | thekevinday/koopa | common/database/traits/database_operand_right.php | PHP | gpl-3.0 | 3,205 |
/*
This file is part of solidity.
solidity 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.
solidity is distributed in the hope that i... | elementrem/solidity | libevmasm/SimplificationRules.cpp | C++ | gpl-3.0 | 12,729 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Timers;
using ConLib;
namespace ChristmasGames
{
class MainClass
{
public static List<Ornament> OList = new List<Ornament>();
public static Random _rnd = new Random();
public static ... | ZedsTed/christmas-game-2013 | ChristmasGames/Main.cs | C# | gpl-3.0 | 8,244 |
#! /usr/bin/env node
'use strict';
let SlackClient = require('slack-api-client');
export class SlackAPI {
constructor(token) {
this.slackToken = token;
this.slack = SlackAPI.initSlack(this.slackToken);
}
static initSlack(token) {
return new SlackClient(token);
}
users() {
return new Promis... | SouthPoleTelescope/slacklogging | slack-history-export/src/slack.api.js | JavaScript | gpl-3.0 | 2,141 |
const commander = require('commander');
const dnode = require('dnode');
commander
.description('returnes the storj status for a given host and port as JSON')
.option('--host <hostname>')
.option('--port <port>')
.parse(process.argv);
let sock = dnode.connect(commander.host, commander.port);
sock.on('error', ... | felixbrucker/storjshare-daemon-proxy | storj-status-json.js | JavaScript | gpl-3.0 | 764 |
package io.rong.methods;
import java.net.HttpURLConnection;
import java.net.URLEncoder;
import io.rong.models.*;
import io.rong.util.GsonUtil;
import io.rong.util.HttpUtil;
import io.rong.util.HostType;
public class SMS {
private static final String UTF8 = "UTF-8";
private String appKey;
private String appSecret... | klhdy/im-indepartment | src/io/rong/methods/SMS.java | Java | gpl-3.0 | 4,444 |
<?php
/**
* @package Arastta eCommerce
* @copyright 2015-2018 Arastta Association. All rights reserved.
* @copyright See CREDITS.txt for credits and other copyright notices.
* @license GNU GPL version 3; see LICENSE.txt
* @link https://arastta.org
*/
// Text
$_['text_register_subject'] ... | arastta/arastta | admin/language/en-GB/mail/customer.php | PHP | gpl-3.0 | 1,953 |
# Copyright (C) 2010-2012, InSTEDD
#
# This file is part of Verboice.
#
# Verboice 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.
#
# ... | waj/verboice | app/models/compiler.rb | Ruby | gpl-3.0 | 4,501 |
<div id="angularEnableServiceNotificationsModal" class="modal z-index-2500" role="dialog">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">
<i class="far fa-envelope"></i>
... | it-novum/openITCOCKPIT | src/Template/Angular/enable_service_notifications.php | PHP | gpl-3.0 | 2,384 |
/*******************************************************************************
* 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... | WorldGrower/WorldGrower | src/org/worldgrower/conversation/WhyNotIntelligentConversation.java | Java | gpl-3.0 | 3,705 |
# vim: ts=8:sts=8:sw=8:noexpandtab
#
# This file is part of ReText
# Copyright: 2017-2021 Dmitry Shachnev
#
# 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
# ... | retext-project/retext | ReText/preview.py | Python | gpl-3.0 | 3,107 |
/*******************************************************************************
* Copyright 2008(c) The OBiBa Consortium. All rights reserved.
*
* This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0.
*
* You should have received a copy of the GNU Genera... | apruden/opal | opal-core-ws/src/main/java/org/obiba/opal/web/magma/view/JavaScriptViewDtoExtension.java | Java | gpl-3.0 | 3,990 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package sarfDic.Midleware.Verbs.trilateral;
import sarfDic.Midleware.Generator;
import java.util.ArrayList;
import java.util.List;
import sarfDic.Midleware.KovRulesManager;
import sarfDic.Midleware.SarfDictionary;
impor... | oghalawinji/InteractiveArabicDictionary | IAD/src/java/sarfDic/Midleware/Verbs/trilateral/ActivePresentGeneratorUn.java | Java | gpl-3.0 | 11,789 |
import { equals } from 'angular';
import Chartist from 'chartist';
import jquery from 'jquery';
import { forEach, map } from 'lodash';
import { getShortInteger } from '../utils/index';
// todo: common interface
interface IBucket {
term: string;
count: number;
label: string;
}
export default function(app) {
a... | paperhive/paperhive-frontend | app/components/search-dropdown.ts | TypeScript | gpl-3.0 | 2,469 |
#!/usr/bin/python
'''
Argument parser for infile/outfile for converters
'''
import argparse
import sys
import os.path
class Parser:
def __init__(self):
self.args = self.parse()
self.verify()
def parse(self):
p = argparse.ArgumentParser(description="Convert SLAB6 VOX files t... | Gnomescroll/Gnomescroll | tools/vox_lib/converters/converter_args.py | Python | gpl-3.0 | 1,296 |
using System;
namespace OrigindLauncher.Resources.Server
{
public static class AccountExtension
{
public static LoginStatus Login(this Account account)
{
return AccountManager.Login(account.Username, account.Password);
}
[Obsolete]
public static LoginStatus... | The-GregTech-Team/OrigindLauncher | OrigindLauncher.Resources/Server/AccountExtension.cs | C# | gpl-3.0 | 731 |