code stringlengths 3 1.05M | repo_name stringlengths 4 116 | path stringlengths 3 942 | language stringclasses 30
values | license stringclasses 15
values | size int32 3 1.05M |
|---|---|---|---|---|---|
/**
* Genji Scrum Tool and Issue Tracker
* Copyright (C) 2015 Steinbeis GmbH & Co. KG Task Management Solutions
* <a href="http://www.trackplus.com">Genji Scrum Tool</a>
*
* 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... | trackplus/Genji | src/main/java/com/aurel/track/beans/base/BaseTFilterCategoryBean.java | Java | gpl-3.0 | 8,748 |
//
// Installs the bash completion script
//
// Load the needed modules
var fs = require('fs');
var path = require('path');
// File name constants
var BASH_COMPLETION = '/etc/bash_completion.d';
var COMPLETION = path.join(__dirname, '..', 'completion.sh');
// Make sure the bash completion directory exists
path.exist... | kbjr/node-crux | scripts/bash-completion.js | JavaScript | gpl-3.0 | 1,206 |
--[[
********************************************************************************
Project owner: GTWGames
Project name: GTW-RPG
Developers: GTWCode
Source code: https://github.com/GTWCode/GTW-RPG/
Bugtracker: http://forum.albonius.com/bug-reports/
Suggestions: http://forum.albonius.com... | mega9/GTW-RPG | [resources]/GTWsmoke/smoke.lua | Lua | gpl-3.0 | 3,894 |
<?php
/**
* Indicia, the OPAL Online Recording Toolkit.
*
* 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.
* This program is distri... | Indicia-Team/warehouse | modules/species_alerts/config/species_alerts.php.example.php | PHP | gpl-3.0 | 1,054 |
<!DOCTYPE html>
<html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-GB">
<title>Ross Gammon’s Family Tree - HOOPER, Herbert</title>
<meta charset="UTF-8" />
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name =... | RossGammon/the-gammons.net | RossFamilyTree/ppl/e/7/d15f600a95d36d6f63c1ba9e37e.html | HTML | gpl-3.0 | 6,971 |
/*
** Copyright (C) 2008-2020 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
**
** 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, or (at your option) any
** later version.
**
** T... | Adocentyn/mu | mu/mu-config.c | C | gpl-3.0 | 21,842 |
---
title: "مالیگاؤں ۲۰۰۸ معاملہ: بھگواء دہشت گردوں کی ضمانت عرضداشت کی مخالفت کی جمعیۃ کو اجازت"
layout: item
category: ["muslim"]
date: 2017-09-12T07:30:23.818Z
image: 1505221223817maleganw-jami.jpg
---
<h2>قومی تفتیشی ایجنسی کی بحث کے بعد متاثرین کے دلائل کی عدالت سماعت کریگی</h2>
<p>ممبئی : ممبئی کی خصوصی این آئی ... | InstantKhabar/_source | _source/news/2017-09-12-maleganw-jami.html | HTML | gpl-3.0 | 4,029 |
/*************************************************************************/
/* */
/* Language Technologies Institute */
/* Carnegie Mellon University */
/* ... | terjegu/Cutemaze | atk160/SYNLib/cst_item.h | C | gpl-3.0 | 6,484 |
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* am-scanner.h
* Copyright (C) Sébastien Granjoux 2009 <seb.sfo@free.fr>
*
* main.c 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... | sgranjoux/projectparser | src/am-scanner.h | C | gpl-3.0 | 2,382 |
<?php
/**
* Minimum Order Fee extension
*
* NOTICE OF LICENSE
*
* This extension 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... | unleashedtech/min-order-fee-magento | src/code/Block/Sales/Order/Totals.php | PHP | gpl-3.0 | 1,683 |
/*
* 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 use... | MarkVTech/DiagramExample | rectangleshape.cpp | C++ | gpl-3.0 | 4,247 |
package cn.ac.rcpa.bio.proteomics.utils;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
imp... | shengqh/RcpaBioJava | src/cn/ac/rcpa/bio/proteomics/utils/PeptideUtils.java | Java | gpl-3.0 | 7,387 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using SoftMod.Framework;
using SoftMod.Framework.Solution;
using SoftMod.Framework.Modules.Comparator;
using SoftMod.Framework.RNG;
namespace SoftMod.Framework.Modules.Operator
{
public class TournamentSelection : ModuleBase
... | cdrwolfe/SoftMod | SoftMod.Framework/Modules/Operator/TournamentSelection.cs | C# | gpl-3.0 | 11,104 |
# -*- coding: utf-8 -*-
"""
HipparchiaServer: an interface to a database of Greek and Latin texts
Copyright: E Gunderson 2016-21
License: GNU GENERAL PUBLIC LICENSE 3
(see LICENSE in the top level directory of the distribution)
"""
import re
from collections import defaultdict
try:
from rich.progress import tra... | e-gun/HipparchiaServer | server/listsandsession/sessiondicts.py | Python | gpl-3.0 | 4,686 |
/**
*
*/
package com.fr.design.report.share;
import java.util.HashMap;
import com.fr.data.impl.EmbeddedTableData;
import com.fr.general.GeneralUtils;
import com.fr.stable.ArrayUtils;
import com.fr.stable.StringUtils;
/**
* 混淆传入的tabledata
*
* @author neil
*
* @date: 2015-3-10-上午10:45:41
*/... | fanruan/finereport-design | designer/src/com/fr/design/report/share/ConfuseTabledataAction.java | Java | gpl-3.0 | 2,273 |
/*---------------------------------------------------------------------------*\
========= |
\\ / 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/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchFieldsFwd.H | C++ | gpl-3.0 | 1,891 |
const constants = require('./../routes/constants.json');
const logger = require('../utils/logger');
const amanda = require('amanda');
const jsonSchemaValidator = amanda('json');
const math = require('mathjs');
const calculatePopularity = popularity => {
logger.debug('Calculating popularity');
if (popularity) {
... | tallerify/shared-server | src/handlers/response.js | JavaScript | gpl-3.0 | 16,674 |
/**
******************************************************************************
* @file Examples_LL/SPI/SPI_TwoBoards_FullDuplex_DMA/Inc/main.h
* @author MCD Application Team
* @version V1.0.0
* @date 17-February-2017
* @brief Header for main.c module
***********************************... | TRothfelder/Multicopter | libs/STM32Cube_FW_F4_V1.16.0/Projects/STM32F411RE-Nucleo/Examples_LL/SPI/SPI_TwoBoards_FullDuplex_DMA/Inc/main.h | C | gpl-3.0 | 4,784 |
!function(a){a.fn.datepicker.dates.no={days:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag"],daysShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør"],daysMin:["Sø","Ma","Ti","On","To","Fr","Lø"],months:["Januar","Februar","Mars","April","Mai","Juni","Juli","August","Setembro","Oktober","November","Desemb... | Brasmid/servicedesk-metal | theme/components/bootstrap-datepicker/dist/locales/bootstrap-datepicker.no.min.js | JavaScript | gpl-3.0 | 491 |
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE DeriveDataTypeable #-}
module Main where
import Data.Conduit.Lazy
import qualified Data.ByteString.Char8 as B
import Control.Monad
import Data.Conduit
import Data.Conduit.List (... | choener/DnaProteinAlignment | DnaProteinAlignment.hs | Haskell | gpl-3.0 | 7,140 |
ipclient4droid GUET版。 需要连接到已连接校园网的热点。(ps:学校的GUET热点似乎连不上内网的。) 已知问题:1.偶尔提示用户名密码错误,可能与获取精确时间函数有关。 2.余额不 更新显示。
安装包http://url.cn/TO3Fnu
| Ernest-su/ipclient4droid | README.md | Markdown | gpl-3.0 | 277 |
<?php
// Heading
$_['heading_title'] = 'Paskyra';
// Text
$_['text_register'] = 'Registruotis';
$_['text_login'] = 'Prisijungti';
$_['text_logout'] = 'Atsijungti';
$_['text_forgotten'] = 'Priminti slaptažodį';
$_['text_account'] = 'Mano paskyra';
$_['text_edit'] = 'Mano duomenys';
$_['te... | zilgrg/opencart | upload/catalog/language/lithuanian/module/account.php | PHP | gpl-3.0 | 756 |
#region header
// ========================================================================
// Copyright (c) 2018 - Julien Caillon (julien.caillon@gmail.com)
// This file (ProgressCopy.cs) is part of 3P.
//
// 3P is a free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public ... | jcaillon/3P | 3PA/Lib/ProgressCopy.cs | C# | gpl-3.0 | 8,184 |
var searchData=
[
['network',['Network',['../classNetwork.html',1,'Network< Vertex, Edge >'],['../classNetwork.html#a5041dbbc6de74dfee903edb066476ddb',1,'Network::Network()'],['../classNetwork.html#ae591a151ac8f3fbfb800b282f1d11ea7',1,'Network::Network(NetworkInfo i)']]],
['networkinfo',['NetworkInfo',['../st... | leoandeol/network-coverage-computation | docs/search/all_8.js | JavaScript | gpl-3.0 | 353 |
#! /usr/bin/env python
# encoding: utf-8
# WARNING! Do not edit! http://waf.googlecode.com/git/docs/wafbook/single.html#_obtaining_the_waf_file
import copy,re,os
from waflib import Task,Utils,Logs,Errors,ConfigSet,Node
feats=Utils.defaultdict(set)
class task_gen(object):
mappings={}
prec=Utils.defaultdict(list)
def... | arnov-sinha/sFFT-OpenACC-Library | tools/.waf-1.7.5-47d5afdb5e7e2856f7f46a7101914026/waflib/TaskGen.py | Python | gpl-3.0 | 11,393 |
from umlfri2.ufl.components.base.componenttype import ComponentType
from umlfri2.types.image import Image
from .componentloader import ComponentLoader
from ....constants import ADDON_NAMESPACE, ADDON_SCHEMA
from .structureloader import UflStructureLoader
from umlfri2.ufl.components.valueproviders import ConstantValuePr... | umlfri/umlfri2 | umlfri2/datalayer/loaders/addon/metamodel/diagramtypeloader.py | Python | gpl-3.0 | 3,129 |
<?php
/*
* Copyright (C) 2017 Yang Ming <yangming0116@163.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.
... | snje1987/webnote | src/Model/BookFile.php | PHP | gpl-3.0 | 2,631 |
<?php
/**
* Skeleton subclass for representing a row from the 'proveedor' table.
*
*
*
* This class was autogenerated by Propel 1.4.2 on:
*
* Thu Aug 16 14:42:09 2012
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as... | linuxska/sii-ibfdf | lib/model/Proveedor.php | PHP | gpl-3.0 | 460 |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//----------------------------------------... | barisariburnu/social-student | Student/Gallery.aspx.designer.cs | C# | gpl-3.0 | 1,412 |
#ifndef __MAIN_H__
#define __MAIN_H__
#if 1
#include "stm32f4xx.h"
#include "stm32f4xx_hal.h"
#include "usbd_conf.h"
#include "usbd_core.h"
#include "usb.h"
#include "util/macro.h"
#endif
#include "util/util.h"
#include "util/system_msp.h"
#endif
| ivanovev/stm32f4 | usb/main.h | C | gpl-3.0 | 251 |
#include "pieces.hpp"
int W_PAWN = 100;
int W_KNIGHT = 275;
int W_BISHOP = 325;
int W_ROOK = 465;
int W_QUEEN = 900;
int W_KING = 10000;
int B_PAWN = -100;
int B_KNIGHT = -275;
int B_BISHOP = -325;
int B_ROOK = -465;
int B_QUEEN = -900;
int B_KING = -10000;
long MOVES = 0;
int REQUIRED_CAPTURES = -3;
int... | tsoj/jht-chess | src/pieces.cpp | C++ | gpl-3.0 | 377 |
package com.majorpotato.febridge.commands;
import com.forgeessentials.api.APIRegistry;
import com.forgeessentials.commands.util.FEcmdModuleCommands;
import com.forgeessentials.economy.ModuleEconomy;
import com.forgeessentials.util.output.ChatOutputHandler;
import com.majorpotato.febridge.FEBridge;
import com.majorpota... | debroejm/FEBridge | src/main/java/com/majorpotato/febridge/commands/CommandPermEditor.java | Java | gpl-3.0 | 1,898 |
namespace PKHeX.Core
{
/// <summary> Ribbons introduced in Generation 4 for Special Events </summary>
public interface IRibbonSetEvent4
{
bool RibbonClassic { get; set; }
bool RibbonWishing { get; set; }
bool RibbonPremier { get; set; }
bool RibbonEvent { get; set; }
... | jotebe/PKHeX | PKHeX.Core/Ribbons/IRibbonSetEvent4.cs | C# | gpl-3.0 | 1,706 |
"""
sample AWS SQS enqueue an item
"""
import boto3 # AWS API python module
import json
# open a connection to the SQS service
# (using ~/.aws/credentials for access info)
sqs = boto3.resource('sqs')
# print queues in existence
#for queue in sqs.queues.all():
# print(queue.url)
# create (or return existing) qu... | opedroso/aws-python-examples | sqs/sample_post_sqs.py | Python | gpl-3.0 | 2,736 |
package com.encens.khipus.service.fixedassets;
import com.encens.khipus.framework.service.GenericServiceBean;
import com.encens.khipus.model.finances.FinancesCurrencyType;
import com.encens.khipus.model.fixedassets.FixedAsset;
import com.encens.khipus.model.fixedassets.FixedAssetDepreciationRecord;
import com.encens.k... | arielsiles/sisk1 | src/main/com/encens/khipus/service/fixedassets/FixedAssetDepreciationRecordServiceBean.java | Java | gpl-3.0 | 8,197 |
FROM postgres:9.4.5
ENV POSTGRES_DB myapp
| yamila-moreno/api-example | docker/postgres/Dockerfile | Dockerfile | gpl-3.0 | 44 |
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.45
from schintro.txi on 19 Febuary 1997 -->
<TITLE>An Introduction to Scheme and its Implementation - Read and Write</TITLE>
</HEAD>
<BODY>
Go to the <A HREF="schintro_1.html">first</A>, <A HREF="schintro_136.html">previous</A>, <A HREF="schintro_1... | ceving/goscheme | doc/www-pu.informatik.uni-tuebingen.de/cc-2002/scheme/schintro-v14/schintro_137.html | HTML | gpl-3.0 | 792 |
/*===========================================================================*\
* *
* OpenFlipper *
* Copyright (C) 2001-2011 by Computer Graphics Group, RWTH Aachen *
* ... | softwarekid/OpenFlipper | PluginCollection-FilePlugins/Plugin-FileOfv/FileOfv.cc | C++ | gpl-3.0 | 7,632 |
<?php
/*
* This file is part of WebKeyPass.
*
* Copyright © 2013 Université Catholique de Louvain
*
* WebKeyPass 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
* (a... | UCL-SIPR/WebKeyPass | Controller/AddSubCategoryAction.php | PHP | gpl-3.0 | 1,948 |
using CP77.CR2W.Reflection;
using FastMember;
using static CP77.CR2W.Types.Enums;
namespace CP77.CR2W.Types
{
[REDMeta]
public class gameuiTutorialBracketHideEvent : redEvent
{
[Ordinal(0)] [RED("bracketID")] public CName BracketID { get; set; }
public gameuiTutorialBracketHideEvent(CR2WFile cr2w, CVariable pa... | Traderain/Wolven-kit | CP77.CR2W/Types/cp77/gameuiTutorialBracketHideEvent.cs | C# | gpl-3.0 | 375 |
using UnityEngine;
using System.Collections.Generic;
using System.Collections;
public class Director : MonoBehaviour {
private List<GameObject> levelElements = new List<GameObject>();
private List<float> elementTimes = new List<float>();
private float right = 17.0f;
private float left = -19.0f;
public float ... | keerthik/fluttercorn | Assets/Scripts/Director.cs | C# | gpl-3.0 | 7,502 |
from Products.CMFCore.utils import getToolByName
from cStringIO import StringIO
from Products.OpenPlans.Extensions.Install import installZ3Types
from Products.OpenPlans.Extensions.setup import migrate_listen_member_lookup
from Products.OpenPlans.Extensions.setup import reinstallSubskins
def migrate_listen(self):
... | socialplanning/opencore | Products/OpenPlans/Extensions/migrate_listen.py | Python | gpl-3.0 | 1,938 |
nRF24LE1 Programmer
================
This software is used to write the flash memory of nRF24LE1 chips. It can handle a standard Intel HEX file which is the output of e.g. Keil.
Currently this software just support the Orange Pi Allwinner H3 plattform. But a migration to a other plattform like a Raspberry Pi should b... | berkutta/nrf24le1_Programmer | README.md | Markdown | gpl-3.0 | 553 |
package org.mindroid.impl.statemachine.properties.sensorproperties;
import org.mindroid.api.statemachine.properties.IProperty;
import org.mindroid.api.statemachine.properties.SimpleEV3SensorProperty;
import org.mindroid.common.messages.hardware.Sensormode;
import org.mindroid.impl.ev3.EV3PortID;
/**
* Created by T... | Echtzeitsysteme/mindroid | impl/androidApp/api/src/main/java/org/mindroid/impl/statemachine/properties/sensorproperties/Ambient.java | Java | gpl-3.0 | 745 |
jQuery(window).load( function() {
if( local_data.form_id ) {
var pardot_id = local_data.form_id;
}
else{
var pardot_id = jQuery('[id^="form-wysija-"]').attr('id');
}
jQuery('.pardotform').contents().find('#pardot-form').submit(function () {
var ajax_data = {
action: 'pardot_capture_lead',
'firstnam... | leadferry/lf-leads | leads/classes/vendors/js/pardot.js | JavaScript | gpl-3.0 | 673 |
/*
* Copyright (c) 2003, 2010, Oracle and/or its affiliates. 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 ... | arahusky/performance_javadoc | src/java-doclet/cz/cuni/mff/d3s/tools/perfdoc/doclets/internal/toolkit/builders/ConstructorBuilder.java | Java | gpl-3.0 | 8,166 |
<html>
<head>
<style type='text/css'>
.tests{
width : 50%;
float : left;
}
.mutees{
float : right;
width : 50%;
}
.unit {
padding-top : 20px;
clear : both;
}
.coverage_bar {
display : inline-block;
height : 1.1em;
width: 130px;
b... | yherin/mark-the-date | documentation/pit/201708272229/mtd.model.command/index.html | HTML | gpl-3.0 | 2,388 |
<!DOCTYPE html>
<html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-GB">
<title>Ross Gammon’s Family Tree - Surname - FITZALLEN</title>
<meta charset="UTF-8" />
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta na... | RossGammon/the-gammons.net | RossFamilyTree/srn/a/3/3cc0e6ac749bf5114c02439508f6503a.html | HTML | gpl-3.0 | 3,037 |
INTEGER iIOUN
! iNumgases=total number of Gases to be include in profile
! iError < 0 ==> go on, else stop processing
! iGas is a counter indicating which of the iNumGases is being processed
! the GasID's are stored in iaGases in the order they were read in
! con/nocon are stored in iaCont in the order th... | sergio66/kcarta_gen | SRCv1.20_f90/kcarta_jplparam.f90 | FORTRAN | gpl-3.0 | 18,529 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content=""> <meta name="generator" content="Hugo 0.26" />
... | cleverswine/cleverswine-hugo | docs/2013/02/25/best-purchases/index.html | HTML | gpl-3.0 | 12,643 |
package me.jezzadabomb.es2.client.renderers.tile;
import static org.lwjgl.opengl.GL11.*;
import java.util.Random;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer;
import net.minecraft.tileentity.TileEntity;
impor... | Jezza/Elemental-Sciences-2 | es_common/me/jezzadabomb/es2/client/renderers/tile/TileQuantumStateDisruptorRenderer.java | Java | gpl-3.0 | 2,037 |
PCoder es un editor de codigo en la nube, basado inicialmente en el editor de codigo para [Practico Framework](https://www.practico.org) y ACE compatible con cualquier tipo de proyecto.
## Características
- Escrito completamente en PHP, HTML y Javascript
- Interfaz gráfica de usuario basada en BootStrap
- Funcion... | unix4you2/pcoder | README.md | Markdown | gpl-3.0 | 1,504 |
/*
* Copyright 2014 pushbit <pushbit@gmail.com>
*
* This file is part of Dining Out.
*
* Dining Out is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the
* License, or (at your option) a... | mobilist/dining-out | src/net/sf/diningout/app/RestaurantGeocodeService.java | Java | gpl-3.0 | 3,609 |
advanced-turbines
=================
| Azhdev/advanced-turbines | README.md | Markdown | gpl-3.0 | 36 |
<?php
/*******************************************************************************
* Copyright 2009-2016 Amazon Services. All Rights Reserved.
* 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 ... | davygeek/mws | mwsapi/FBAInventoryServiceMWS/Client.php | PHP | gpl-3.0 | 32,332 |
package xyz.stupidwolf.enums;
/**
* 定义各个操作的返回状态码
* Created by stupidwolf on 2016/8/4.
*/
public enum ResultCode {
DELETE_SUCCESS("40"),
DELETE_FAIL("41"),
WRITE_SUCCESS("50"),
WRITE_FAIL("51")
;
private String code;
ResultCode(String code) {
this.code = code;
}
public ... | stupidwolf/stupid-blog | src/main/java/xyz/stupidwolf/enums/ResultCode.java | Java | gpl-3.0 | 392 |
package model;
/**
* @author Yi Zheng
* Class to represent suppliers of sushi ingredients.
*
*/
public class Supplier{
private String name;
private int distance; // assume it is in kms and manually entered.
// in the real world, the distance may depends on traffic, security issues, etc.
// so ... | zhengyi20201/SushiSystem | src/model/Supplier.java | Java | gpl-3.0 | 876 |
/*
* SLD Editor - The Open Source Java SLD Editor
*
* Copyright (C) 2016, SCISYS UK Limited
*
* 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 yo... | robward-scisys/sldeditor | modules/application/src/main/java/com/sldeditor/tool/mapbox/MapBoxTool.java | Java | gpl-3.0 | 9,130 |
#ifndef IMPORTEXPORT_H
#define IMPORTEXPORT_H
#include "kleiner-brauhelfer-core_global.h"
#include <QByteArray>
#include <QStringList>
class Brauhelfer;
class LIB_EXPORT ImportExport
{
public:
static int importKbh(Brauhelfer* bh, const QByteArray &content);
static int importMaischeMalzundMehr(Brauhelfer* bh,... | BourgeoisLab/kleiner-brauhelfer-app | kleiner-brauhelfer-core/importexport.h | C | gpl-3.0 | 697 |
--
-- PostgreSQL database dump
--
-- Dumped from database version 9.5.4
-- Dumped by pg_dump version 9.5.4
SET statement_timeout = 0;
SET lock_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SET check_function_bodies = false;
SET client_min_messages = warning;
SET row_security = off;
... | gcba-odin/odin | etc/kong.sql | SQL | gpl-3.0 | 243,181 |
$(window).load(function() {
/* Seleccionar el primer radio button (Persona) */
var contr = $('#form-adhere input[type=radio]');
contr.first().prop( "checked", true );
/* Cargar lista de paises en el select */
$.ajax({ url: location.origin + location.pathname + '/assets/js/countries.json', d... | DemocraciaEnRed/redinnovacionpolitica.org | assets/js/adhere-form.js | JavaScript | gpl-3.0 | 2,368 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>DSI Demo App</title>
<link rel="stylesheet" type="text/css" href="/mapfish/mfbase/ext/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="/mapfish/mfbase/mapfish/mapfish.css" />
<style>
div.olControlMous... | titasakgm/dsi2 | index.html | HTML | gpl-3.0 | 45,792 |
<?php
function loadXMLDoc($xmlfile)
{
$doc = new DOMDocument();
$doc->load($xmlfile);
return $doc;
}
function getSingleAttribValue($xmlfile,$tag,$attrib)
{
return getXMLAttrib(loadXMLDoc($xmlfile)->getElementsByTagName($tag)->item(0),$attrib);
}
function getXMLNodeList($xmldoc,$nodename)
{
ret... | PossibilitiesForLearning/pfl-wptheme | wp.custom.src/xmlfuncs.php | PHP | gpl-3.0 | 476 |
package rd.neuron.neuron;
import org.jblas.FloatMatrix;
import rd.neuron.neuron.Layer.Function;
/**
* Build a fully connected random layer with a middle and max value
* @author azahar
*
*/
public class FullyRandomLayerBuilder implements LayerBuilder {
private final float mid, max;
/**
*
* @param mid - mi... | amachwe/NeuralNetwork | src/main/java/rd/neuron/neuron/FullyRandomLayerBuilder.java | Java | gpl-3.0 | 1,234 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">
<html>
<!-- Created on Dezember, 3 2012 by texi2html 1.76 -->
<!--
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
Karl Berry <karl@freefriends.org>
Olaf Bachmann <obachman@m... | chriskmanx/qmole | QMOLEDEV/maxima-5.29.1/doc/info/de.utf8/maxima_60.html | HTML | gpl-3.0 | 8,368 |
This is sorted, so two pointers, i means the non-duplicated array, j means the current iterator.
Space O(1), Time O(n).
| gxwangdi/LintCode | 100-Remove-Duplicates-From-Sorted-Array/README.md | Markdown | gpl-3.0 | 122 |
/*==========================================================================
SeqAn - The Library for Sequence Analysis
http://www.seqan.de
============================================================================
Copyright (C) 2007
This library is free software... | genome/dindel-tgi | seqan_library/seqan/chaining/rt_skip_element.h | C | gpl-3.0 | 8,888 |
# -*- coding: utf-8 -*-
# Generated by Django 1.10.3 on 2016-11-13 09:57
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('db', '0077_auto_20161113_2049'),
]
operations = [
migrations.AlterModelOptions(
... | caw/curriculum | db/migrations/0078_auto_20161113_2057.py | Python | gpl-3.0 | 444 |
/*
* Copyright (C) 2017 Schürmann & Breitmoser GbR
*
* 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 pr... | open-keychain/open-keychain | OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base/QueueingCryptoOperationFragment.java | Java | gpl-3.0 | 3,377 |
<!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_121) on Wed Aug 02 14:33:31 EDT 2017 -->
<title>BleServer.ServiceAddListener (SweetBlue)</title>
<meta name="date" content="2017-08-02">
<link ... | clecoued/Aura_mobile_app | app/src/main/lib/sweetblue/docs/api/com/idevicesinc/sweetblue/BleServer.ServiceAddListener.html | HTML | gpl-3.0 | 10,971 |
# -*- coding: utf-8 -*-
# Generated by Django 1.10.5 on 2017-02-21 05:36
from __future__ import unicode_literals
import datetime
from django.conf import settings
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
initial = True
dependencies = [
... | rubyAce71697/QMS | quiz_system/quiz/migrations/0001_initial.py | Python | gpl-3.0 | 5,170 |
/* Copyright (C) 2015 GOSSET Rody
This file is a part of VECAC.
VECAC 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.
... | LinuxyRodhes/VEC | VECAC/vars.h | C | gpl-3.0 | 1,430 |
package ch.cyberduck.core.onedrive;
/*
* Copyright (c) 2002-2020 iterate GmbH. All rights reserved.
* https://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 versio... | iterate-ch/cyberduck | onedrive/src/main/java/ch/cyberduck/core/onedrive/AbstractSharepointListService.java | Java | gpl-3.0 | 3,894 |
#!/usr/bin/env python
"""
Copyright (C) 2015 Ivan Gregor
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.
... | algbioi/snowball | algbioi/ga/run.py | Python | gpl-3.0 | 21,873 |
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this f... | m4r71n/CopyQ | src/gui/filterlineedit.h | C | gpl-3.0 | 2,249 |
require File.expand_path('../boot', __FILE__)
require 'rails/all'
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)
module ProjectManagerApi
class Application < Rails::Application
# Settings in config/environments/* ... | alansalinas/ProjectManager-api | config/application.rb | Ruby | gpl-3.0 | 988 |
package edu.drexel.psal.anonymouth.engine;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
import edu.drexel.psal.ANONConstants;
import edu.drexel.psal.anonymouth.helpers.ErrorHandler;
import edu.drexel.psal.jstylo.analyzers.WekaAnalyzer;
imp... | jbdatko/pes | anonymouth/src/edu/drexel/psal/anonymouth/engine/FeatureSwapper.java | Java | gpl-3.0 | 8,994 |
# WebFinals
Final Project for Web Programming
| OrghoN/WebFinals | README.md | Markdown | gpl-3.0 | 46 |
/***********************************************************************
filename: CEGUIDirect3D11GeometryBuffer.cpp
created: Wed May 5 2010
*************************************************************************/
/***************************************************************************
* Copy... | cooljeanius/CEGUI | cegui/src/RendererModules/Direct3D11/CEGUIDirect3D11GeometryBuffer.cpp | C++ | gpl-3.0 | 10,922 |
# deprecated?
class HostControlWrapper(object):
def __init__(self):
self.id = None
self.idx = None
self.label = None
self.btn = None
self.tile_bg = None
self.host = None
| wackerl91/luna | resources/lib/model/hostcontrolwrapper.py | Python | gpl-3.0 | 222 |
<!DOCTYPE html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WolfScript API CustomBlockTypeException</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link... | miningwolf/docs | html/wolfcanary/io/wolfscript/api/world/blocks/CustomBlockTypeException.html | HTML | gpl-3.0 | 15,706 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="{{ page.meta-description }} with the Magento Developer Certificat... | philelson/Magecert | _layouts/default.html | HTML | gpl-3.0 | 2,365 |
#include <vector>
#include <list>
#include <map>
#include <set>
#include <queue>
#include <deque>
#include <stack>
#include <bitset>
#include <algorithm>
#include <functional>
#include <numeric>
#include <utility>
#include <sstream>
#include <iostream>
#include <iomanip>
#include <cstdio>
#include <cmath>
#include <cst... | jhtan/cp | topCoder/SRM604div2/FoxAndWord.cpp | C++ | gpl-3.0 | 3,553 |
Given an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero elements.
For example, given nums = [0, 1, 0, 3, 12], after calling your function, nums should be [1, 3, 12, 0, 0].
Note:
1. You must do this in-place without making a copy of the array.
1. Min... | zqfan/leetcode | algorithms/283. Move Zeroes/readme.md | Markdown | gpl-3.0 | 460 |
const UserAuthentication = function () {
let _userPool = new AmazonCognitoIdentity.CognitoUserPool(
window.auth.config.cognito
);
let _cognitoUser = _userPool.getCurrentUser();
const _getUser = function (email) {
if (!_cognitoUser) {
_cognitoUser = new AmazonCognitoIdentity.CognitoUser({
... | aodn/aodn-portal | web-app/js/aws-cognito/UserAuthentication.js | JavaScript | gpl-3.0 | 6,716 |
package de.unijena.bioinf.fingerid;
import de.unijena.bioinf.fingerid.db.CustomDataSourceService;
import de.unijena.bioinf.sirius.gui.table.ActiveElementChangedListener;
import de.unijena.bioinf.sirius.gui.utils.WrapLayout;
import javax.swing.*;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeLis... | boecker-lab/sirius_frontend | sirius_gui/src/main/java/de/unijena/bioinf/fingerid/DBFilterPanel.java | Java | gpl-3.0 | 4,224 |
# Low Level NET
NOTE: This project as of now is in hevy developement and cannot be even considered alpha.
This is a library that exposes low level methods for some serious work.
| badamczewski/LowLevel | README.md | Markdown | gpl-3.0 | 181 |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2006-2009 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If ... | cnr-isti-vclab/vcglib | eigenlib/Eigen/src/Core/MatrixBase.h | C | gpl-3.0 | 23,273 |
<?php namespace DemocracyApps\CNP\Providers;
use Illuminate\Routing\Router;
use Illuminate\Foundation\Support\Providers\RouteServiceProvider as ServiceProvider;
class RouteServiceProvider extends ServiceProvider {
/**
* This namespace is applied to the controller routes in your routes file.
*
* In addition, i... | DemocracyApps/CNP | app/Providers/RouteServiceProvider.php | PHP | gpl-3.0 | 959 |
package com.ua.homework_7_2;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.ua.homework_7_1.hibernate.controllers.DishController;
import com.ua.homework_7_1.hibernate.controllers.EmployeeController;
import com.ua.homework_7_1... | andrewzagor/goit | Enterprise_7_2/Main.java | Java | gpl-3.0 | 2,196 |
/* _______ ____ __ ___ ___
* \ _ \ \ / \ / \ \ / / ' ' '
* | | \ \ | | || | \/ | . .
* | | | | | | || ||\ /| |
* | | | | | | || || \/ | | ' ' '
* | | | | |... | angstsmurf/spatterlight | SFBAudioEngine/Libraries/dumb/dumb-src/src/it/readamf.c | C | gpl-3.0 | 17,427 |
/**********************************************************
* Version $Id$
*********************************************************/
///////////////////////////////////////////////////////////
// //
// SAGA //
// ... | UoA-eResearch/saga-gis | saga-gis/src/saga_core/saga_api/table_record.cpp | C++ | gpl-3.0 | 14,927 |
#pragma once
#include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_Param/AP_Param.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <AP_Math/AP_Math.h>
class AP_Airspeed_Backend;
#define AIRSPEED_MAX_SENSORS 2
class Airspeed_Calibration {
public:
friend class AP_Airspeed;
// constructor
... | ethomas997/ardupilot | libraries/AP_Airspeed/AP_Airspeed.h | C | gpl-3.0 | 7,740 |
<!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>SkyFramework: Data ... | skywodd/SkyFramework_php | html/functions_func.html | HTML | gpl-3.0 | 26,278 |
--BT1-017 Evolution Premonition Frost
local ds=require "expansions.utility_dbscg"
local scard,sid=ds.GetID()
function scard.initial_effect(c)
ds.EnableBattleAttribute(c)
ds.AddSetcode(c,SPECIAL_TRAIT_ALIEN,CHARACTER_FROST,SPECIAL_TRAIT_FRIEZA_CLAN)
ds.AddPlayProcedure(c,COLOR_RED,1,0)
--evolve
ds.AddActivateMainSk... | Hello23-Ygopro/ygopro-ds | expansions/script/c27001020.lua | Lua | gpl-3.0 | 1,641 |
Simpla CMS 2.3.8 = afa50d5f661d65b6c67ec7f0e80eee7d
| gohdan/DFC | known_files/hashes/simpla/design/js/codemirror/addon/hint/css-hint.js | JavaScript | gpl-3.0 | 52 |
package system.admin.controller
import javafx.fxml.{FXML, FXMLLoader}
import javafx.geometry.Insets
import javafx.scene.control.Button
import javafx.scene.layout._
import javafx.scene.paint.Color
import javafx.scene.text.Text
import akka.actor.ActorRef
import com.utils.{GraphicResources, InterfaceText}
import system.... | albertogiunta/arianna | src/main/scala/system/admin/controller/RoomTemplateController.scala | Scala | gpl-3.0 | 4,730 |
import requests
from requests.auth import HTTPDigestAuth
import time
import json
import sys
class IMT550C():
def __init__(self):
params = self.configure()
self.uri = params["uri"]
self.ip = params["IP"]
self.user = params["username"]
self.password = params["password"]
self.sample_rate = param... | SoftwareDefinedBuildings/bw2-contrib | driver/imt550c/smap.py | Python | gpl-3.0 | 3,893 |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>Phantom Traffic Jams</title>
<link href="../css/info.css" rel="stylesheet" type="text/css" />
</head>
<BODY BGCOLOR ="#FFFFFF"
TEXT ="#000000"
LINK ="#0000AA" VLINK="#0000AA" ALINK="#FF0000"
>
<table... | xplorld/TrafficSimulator | info/ringroad.html | HTML | gpl-3.0 | 4,232 |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
... | artpar/goms | docs_markdown/site/integrations/overview/index.html | HTML | gpl-3.0 | 10,033 |