code stringlengths 3 1.01M | repo_name stringlengths 5 116 | path stringlengths 3 311 | language stringclasses 30
values | license stringclasses 15
values | size int64 3 1.01M |
|---|---|---|---|---|---|
/*
UnOp.cc An unary operator in the expression calculator.
Copyright (C) 2008-14 Sakis Kasampalis <s.kasampalis@zoho.com>
(this file is part of the expression calculator).
The expression calculator is free software: you can redistribute it
and/or modify it under the terms of the GNU General Public License ... | faif/expr-calc | UnOp.cc | C++ | gpl-3.0 | 1,374 |
class Follower < ActiveRecord::Base
validates :following_id, uniqueness: { scope: :follower_id }
end
| ieglonew01f/firefly-rails | app/models/follower.rb | Ruby | gpl-3.0 | 103 |
#ifndef OI_H
#define OI_H
#include "WPILib.h"
#include "Robotmagic.h"
class OI
{
private:
public:
OI();
#define JOYSTICK_main_TYPE xbox
SENSOR_OI_H(joystick,main);
SENSOR_OI_H(gyro,gyro);
SENSOR_OI_H(digitalin,compressor);
SENSOR_OI_H(digitalin,arm_top);
SENSOR_OI_H(digitalin,arm_bot);
S... | Retro3223/2014-aerial-assist | OI.h | C | gpl-3.0 | 438 |
/*
* ------------------------------------------------------------------------ Copyright 2016 by Aaron
* Hart Email: Aaron.Hart@gmail.com
*
* 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 Foun... | AaronNHart/Inflor | io.landysh.fleur.plugin/src/main/java/fleur/knime/nodes/compensation/extract/fjmtx/ExtractCompJONodeModel.java | Java | gpl-3.0 | 8,379 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Fri Nov 25 00:19:09 BRST 2016 -->
<title>PostAResumeMB</title>
<meta content="2016-11-25" name="date">
<link href="../.... | frmichetti/workix | src/main/webapp/static/workix-static-demo/docs/java-docs/br/com/codecode/workix/bean/PostAResumeMB.html | HTML | gpl-3.0 | 18,705 |
/*
* Copyright (C) 2012 Timo Vesalainen
*
* 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 progr... | tvesalainen/util | util/src/main/java/org/vesalainen/util/EasterCalendar.java | Java | gpl-3.0 | 5,083 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>SlideAtom.SSlideLayoutAtom (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<scr... | doughtnerd/POD | resources/Apache/Apache-POI-3.16-beta2/poi-bin-3.16-beta2-20170202/poi-3.16-beta2/docs/apidocs/org/apache/poi/hslf/record/SlideAtom.SSlideLayoutAtom.html | HTML | gpl-3.0 | 24,280 |
from nose.tools import *
from DeckMaker.notetranslator import NoteTranslator
def setup():
print "SETUP!"
def teardown():
print "TEAR DOWN!"
def test_basic():
t = NoteTranslator()
assert_equal(t.GetMidiCodeForHumans("E5"),64)
assert_equal(t.GetMidiCodeForHumans("C1"),12)
assert_equal(t.GetM... | bradrowesf/AnkiDeckMaker | tests/notetranslator_tests.py | Python | gpl-3.0 | 1,526 |
using System;
using System.Collections;
namespace databaseImportExport
{
//Represents a database connection, with its Oracle connection string
//Contains a list of which tables / entailing columns are required to export
public class DBConnection
{
private String dbName;
private String dbConn;
private ArrayLi... | johnpeterharvey/databaseImportExport | databaseImportExport/DBConnection.cs | C# | gpl-3.0 | 889 |
package mswift42.com.github.sunshine.app;
import android.content.Intent;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
/**
* A placeholder fragment containing a simple vie... | mswift42/apg | Sunshine/app/src/main/java/mswift42/com/github/sunshine/app/DetailActivityFragment.java | Java | gpl-3.0 | 1,115 |
<head><title>Popular Baby Names</title>
<meta name="dc.language" scheme="ISO639-2" content="eng">
<meta name="dc.creator" content="OACT">
<meta name="lead_content_manager" content="JeffK">
<meta name="coder" content="JeffK">
<meta name="dc.date.reviewed" scheme="ISO8601" content="2005-12-30">
<link rel="stylesheet" hre... | guydavis/babynamemap | stats/usa/NH/1997.html | HTML | gpl-3.0 | 20,463 |
# Be sure to restart your server when you modify this file.
EdbookfestMobile::Application.config.session_store :cookie_store, key: '_edbookfest-mobile_session'
# Use the database for sessions instead of the cookie-based default,
# which shouldn't be used to store highly confidential information
# (create the session ... | festivalslab/edbookfest-mobile | config/initializers/session_store.rb | Ruby | gpl-3.0 | 441 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_27) on Sat Oct 06 02:59:45 EDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
Uses of Class org.apache.lucene.q... | dburgmann/fbRecommender | lib/lucene-4.0.0/docs/queries/org/apache/lucene/queries/function/class-use/ValueSource.html | HTML | gpl-3.0 | 76,651 |
# -*- coding: utf-8 -*-
import sys
import os
import logging
import random
import PyQt4
from PyQt4.QtCore import *
#from PyQt4.QtCore import QAbstractTableModel
import constants
class Model(QAbstractTableModel):
keys = list()
modelType = None
def __init__(self, parent = None):
''' '''
... | CaesarTjalbo/musictagger | mp3names/model_classes.py | Python | gpl-3.0 | 3,029 |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* Nab Config Class
*
* @package Nab
* @subpackage Core Library
* @category Config
* @author Misael Zapata
* @link http://misaelzapata.com
*/
class MY_Config Extends CI_Config {
var $config_path = ''; // Set in the constructo... | inilabsn/iTeam | mvc/core/MY_Config.php | PHP | gpl-3.0 | 5,844 |
(function () {
'use strict';
angular.module('app.admin.survey', [
'app.core',
'app.widgets'
]);
})();
| EnterpriseWide/rnoz-1505 | data/rightNow/src/client/app/admin/survey/admin.survey.module.js | JavaScript | gpl-3.0 | 134 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_34) on Tue May 26 09:04:14 BST 2015 -->
<TITLE>
FilteringFontFamilyResolver (Apache FOP 2.0 API)
</TITLE>
<META NAME="date" CONTENT="2015-05-26">
<... | jbampton/eclipse-cheatsheets-to-dita-to-pdf | src/libs/fop-2.0/javadocs/org/apache/fop/svg/font/FilteringFontFamilyResolver.html | HTML | gpl-3.0 | 16,781 |
(function() {
'use strict';
angular
.module('gatewayApp')
.factory('LoginService', LoginService);
LoginService.$inject = ['$uibModal'];
function LoginService ($uibModal) {
var service = {
open: open
};
var modalInstance = null;
var resetMod... | Niky4000/UsefulUtils | projects/tutorials-master/tutorials-master/jhipster/jhipster-microservice/gateway-app/src/main/webapp/app/components/login/login.service.js | JavaScript | gpl-3.0 | 856 |
// Reaktoro is a unified framework for modeling chemically reactive systems.
//
// Copyright (C) 2014-2018 Allan Leal
//
// 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
// versi... | Reaktoro/Reaktoro | demos/cpp/demo-activity-debye-huckel.cpp | C++ | gpl-3.0 | 1,826 |
require 'active_support/core_ext/object/blank'
require_relative 'abstract_command'
class Subscribe < AbstractCommand
def initialize(command_context, options = {})
super command_context
@subscriberRepository = options[:subscriberRepository] || Subscriber
@subscriptionRepository = options[:subscriptionRe... | backspace/retxt | app/commands/subscribe.rb | Ruby | gpl-3.0 | 1,569 |
#include "CREvent.h"
CREvent::CREvent(unsigned int newNChannels, float *newAmplitudes, unsigned int newNBins) {
nChannels = newNChannels;
for(unsigned int i=0; i<newNBins; i++) {
amplitudes.push_back(newAmplitudes[i]);
}
}
CREvent::CREvent(unsigned int newNChannels, std::vector<float> newAmplitudes) {
nCh... | tempse/clusterReconstr_CBM-STS | CREvent.cpp | C++ | gpl-3.0 | 3,360 |
/* -> formatio/c
* Title: Produce formatted listings
* Original author: J.G.Thackray (Acorn)
* Latest author: JGSmith (Active Book Company)
* Copyright (C) 1989 Acorn Computers Limited
* Copyright (C) 1990 Active Book Company Limited
*/
/*---------... | axelmuhr/Helios-NG | cmds/hobjasm/formatio.c | C | gpl-3.0 | 7,053 |
#!/bin/bash
clear;
printf 'Type client abbreviation, followed by [ENTER]: '; read CLIENT
printf 'Type target domain, followed by [ENTER]: '; read DOMAIN
mkdir ~/$CLIENT/;
echo '# Enter the target IPs or Subnets, one line at a time. Use CTRL+X to exit and save.' > ~/$CLIENT/targets
nano ~/$CLIENT/targets
sed -ie 's/^#.*... | jnqpblc/Randomness | 3.mapping/automated-va/run-the-gambit.sh | Shell | gpl-3.0 | 5,564 |
using System;
using System.Drawing.Imaging;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
using P3D.Legacy.Core.Entities.Other;
using P3D.Legacy.Core.Input;
using P3D.Legacy.Core.Resources;
using P3D.Legacy.Core.Resources.Managers;
using P3D.Legacy.Core.R... | P3D-Legacy/P3D-Legacy-CSharp | P3D-Legacy Core/MainGameFunctions.cs | C# | gpl-3.0 | 7,474 |
<?php
global $unexpect_list_sections_array;
global $unexpect_menu_sections_array;
$unexpect_list_sections_array = array("linkurl","linkurl_newopen","aboutus","friendlink","public_notice");
$unexpect_menu_sections_array = array("friendlink","public_notice");
function mytpl_recur_show_secs($article = null,$id = '... | zenglong/zenglcms | tpl/mydefined/class/mytpl_help_func.php | PHP | gpl-3.0 | 5,975 |
using System.Collections.Generic;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using MonogameLevel.Helpers;
namespace MonogameLevel
{
public class LevelManager
{
private Texture2D levelSprite;
public LevelManager(Texture2D levelSprite)
{
this.leve... | Yodilicious/AdventureGame | AdventureGame.Main/GameManagers/LevelManager.cs | C# | gpl-3.0 | 1,653 |
# -*- coding: utf-8 -*-
class System(object):
""" This is the father class for all different systems. """
def __init__(self, *args, **kwargs):
pass
def update(self, dt):
raise NotImplementedError
| eeneku/baller | src/engine/system.py | Python | gpl-3.0 | 235 |
// artist.h
//
// Project: Ampache Browser
// License: GNU GPLv3
//
// Copyright (C) 2015 - 2016 Róbert Čerňanský
#ifndef ARTIST_H
#define ARTIST_H
#include <string>
namespace domain {
/**
* @brief Represents the artist domain object.
*/
class Artist {
public:
/**
* @brief Constructor.
*
... | ampache-browser/ampache_browser | include/internal/domain/artist.h | C | gpl-3.0 | 1,329 |
<?php
namespace Conekta;
use \Conekta\Lang;
use \Conekta\Conekta;
use \Exception;
class Error extends Exception
{
public function __get($property)
{
if (property_exists($this, $property)) {
return $this->$property;
}
}
public function __isset($property)
{
... | benzzdan/greeenpeach4 | conekta/conekta_php/lib/Conekta/Error.php | PHP | gpl-3.0 | 2,932 |
/*
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'maximize', 'lv', {
maximize: 'Maksimizēt',
minimize: 'Minimizēt'
} );
| ernestbuffington/PHP-Nuke-Titanium | includes/wysiwyg/ckeditor/plugins/maximize/lang/lv.js | JavaScript | gpl-3.0 | 264 |
package xingu.type.transformer;
public class ReplaceTransformer
implements Transformer
{
private String regexp;
private String replacement;
@Override
public String transform(String value)
{
if(value == null)
{
return null;
}
return value.replaceAll(regexp, replacement);
}
public void setRegexp(S... | leandrocruz/xingu | type-handler/src/main/java/xingu/type/transformer/ReplaceTransformer.java | Java | gpl-3.0 | 440 |
---
title: "दीन और देश के लिए पटना में उमड़ा मुस्लिम समुदाय का हूजुम"
layout: item
category: ["india"]
date: 2018-04-15T07:51:24.509Z
image: 1523798484508deen.jpg
---
<p>पटना: बिहार की राजधानी पटना के गांधी मैदान में 'दीन बचाओ, देश बचाओ' रैली का आज रविवार को आयोजन किया गया है। इमारत शरिया और ऑल इंडिया मुस्लिम प... | InstantKhabar/_source | _source/news/2018-04-15-deen.html | HTML | gpl-3.0 | 4,327 |
using System.Collections.Generic;
using System.Linq;
namespace Gammtek.Conduit.Paths
{
partial class PathHelpers
{
private sealed class VariableDirectoryPath : VariablePathBase, IVariableDirectoryPath
{
internal VariableDirectoryPath(string path)
: base(path)
{
//Debug.Assert(path.IsValidVariableD... | ME3Explorer/ME3Explorer | Gammtek.Conduit.Core/_Paths/PathHelpers.VariableDirectoryPath.cs | C# | gpl-3.0 | 5,436 |
@echo off
set PWD=%~dp0
java -cp "%PWD%bin;%PWD%lib\jewelcli-0.6.jar" arden.MainClass %*
pause
| luiswolff/arden2bytecode | run.bat | Batchfile | gpl-3.0 | 95 |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.11.... | anu-doi/anudc | DataCommons/src/main/java/org/isotc211/_2005/gmd/CIContactPropertyType.java | Java | gpl-3.0 | 7,666 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>SellModel xref</title>
<link type="text/c... | jlehtoranta/pholiotracker | dokumentaatio/checkstyle/xref/com/jlranta/pholiotracker/gui/SellModel.html | HTML | gpl-3.0 | 3,893 |
/*
* Copyright 2013-2016 Erwin Müller <erwin.mueller@deventm.org>
*
* This file is part of prefdialog-misc-swing.
*
* prefdialog-misc-swing 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 ... | devent/prefdialog | prefdialog-misc-swing/src/test/groovy/com/anrisoftware/prefdialog/miscswing/toolbarmenu/ToolBar.java | Java | gpl-3.0 | 1,485 |
/*
* anim.h
*
* Animation application
*
* Copyright 2011 - Benjamin Bonny <benjamin.bonny@gmail.com>,
* Cédric Le Ninivin <cedriclen@gmail.com>,
* Guillaume Normand <guillaume.normand.gn@gmail.com>
*
* All rights reserved.
* MB Led
* Telecom ParisTech - ELECINF3... | bbonny/MBLed | applications/anim.h | C | gpl-3.0 | 1,100 |
import socket
import argparse
import sys
import magic_ping
import os
import settings
import signal
import logging
import struct
logging.basicConfig(format=u'%(levelname)-8s [%(asctime)s] %(message)s', level=logging.DEBUG, filename=u'client.log')
# Обработка CTRL+C
def signal_handler(signal, frame):
print("\nSTOP... | byDimasik/Magic_Ping | client.py | Python | gpl-3.0 | 2,642 |
// DisplacementMapFilterMode_as.h: ActionScript 3 "DisplacementMapFilterMode" class, for Gnash.
//
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
//
// 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 ... | atheerabed/gnash-fork | libcore/asobj/flash/filters/DisplacementMapFilterMode_as.h | C | gpl-3.0 | 1,342 |
/*
* Copyright (c) 2006-2016 Marvisan Pty. Ltd. All rights reserved.
* Use is subject to license terms.
*/
/*
* OrderStatusRequestMsg.java
*
* $Id: OrderStatusRequestMsg.java,v 1.4 2011-04-28 10:07:41 vrotaru Exp $
*/
package net.hades.fix.message;
import net.hades.fix.message.anno.FIXVersion;
... | marvisan/HadesFIX | Model/src/main/java/net/hades/fix/message/OrderStatusRequestMsg.java | Java | gpl-3.0 | 41,851 |
/******************************************************************************
*******************************************************************************
*******************************************************************************
libferris
Copyright (C) 2001 Ben Martin
libferris is free software... | monkeyiq/ferris | Ferris/FilteredContext_private.hh | C++ | gpl-3.0 | 5,700 |
// modified by Luigi Auriemma
//
// HSTEST.C
// this is a little demo & test programm for the kombination
// sliding directory & huffman compression
// the real kompression is done using a sliding directory mechanism pack(),
// which will eventually be farther compressed using a modified huffman
// method which takes ... | Grumbel/rfactortools | other/quickbms/src/compression/hstest.c | C | gpl-3.0 | 13,347 |
// Copyright (c) 2015-2015 The swp Authors. All rights reserved.
// Created on: 2016年12月30日 Author: kerry
#include "trades/trades_logic.h"
#include "trades/schduler_engine.h"
#include "trades/trades_proto_buf.h"
#include "trades/trades_info.h"
#include "trades/errno.h"
#include "basic/native_library.h"
#include "tra... | flaght/starsvc | plugins/trades/trades_logic.cc | C++ | gpl-3.0 | 8,890 |
#ifndef RGBLIGHT_H
#define RGBLIGHT_H
#ifdef RGBLIGHT_ANIMATIONS
#define RGBLIGHT_MODES 34
#else
#define RGBLIGHT_MODES 1
#endif
#ifndef RGBLIGHT_EFFECT_SNAKE_LENGTH
#define RGBLIGHT_EFFECT_SNAKE_LENGTH 7
#endif
#ifndef RGBLIGHT_EFFECT_KNIGHT_LENGTH
#define RGBLIGHT_EFFECT_KNIGHT_LENGTH 7
#endif
#ifndef RGBLIGHT_E... | galengold/split70 | qmk_firmware/quantum/rgblight.h | C | gpl-3.0 | 3,169 |
"use strict";
tutao.provide('tutao.entity.tutanota.FileDataDataGet');
/**
* @constructor
* @param {Object=} data The json data to store in this entity.
*/
tutao.entity.tutanota.FileDataDataGet = function(data) {
if (data) {
this.updateData(data);
} else {
this.__format = "0";
this._base64 = null;
... | bartuspan/tutanota | web/js/generated/entity/tutanota/FileDataDataGet.js | JavaScript | gpl-3.0 | 3,544 |
/*
* CddaDriveListConnection.java
*
* This file is part of Tritonus: http://www.tritonus.org/
*/
/*
* Copyright (c) 2001 - 2002 by Matthias Pfisterer
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as published
* by... | srnsw/xena | plugins/audio/ext/src/tritonus/src/org/tritonus/sampled/cdda/CddaDriveListConnection.java | Java | gpl-3.0 | 2,778 |
<?php
/**
* Implements Special:Unusedimages
*
* 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 i... | kylethayer/bioladder | wiki/includes/specials/SpecialUnusedimages.php | PHP | gpl-3.0 | 2,387 |
//
// Created by Poter Hsu on 2015/12/23.
//
#ifndef BUILD_RELU_H
#define BUILD_RELU_H
#include "Module.hpp"
template <typename T>
class ReLU : public Module<T> {
public:
using Module<T>::name;
using Module<T>::type;
using Module<T>::next;
shared_ptr<Tensor<T>> output;
ReLU() {
name = "R... | potterhsu/TorchPredictor | CPP/lib/nn/ReLU.hpp | C++ | gpl-3.0 | 952 |
/*
* EZLinkTransitData.java
*
* Copyright (C) 2011 Eric Butler
*
* Authors:
* Sean Cross <sean@chumby.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 Lic... | hgl888/farebot | src/main/java/com/codebutler/farebot/transit/ezlink/EZLinkTransitData.java | Java | gpl-3.0 | 23,694 |
<?php
// Text
$_['text_footer'] = '<a href="http://www.opencart.com">OpenCart</a> © 2009-' . date('Y') . ' All Rights Reserved.';
$_['text_version'] = 'Version %s'; | opencart-rewrite/opencart-rewrite | upload/admin/language/english/common/footer.php | PHP | gpl-3.0 | 177 |
/****************************************************************************
**
** Copyright (C) 2014 Dinu SV.
** (contact: mail@dinusv.com)
** This file is part of Live CV application.
**
** GNU General Public License Usage
**
** This file may be used under the terms of the GNU General Public License
** version 3.0... | mhgreen/livecv | modules/lcvcore/src/QVideoCaptureThread.hpp | C++ | gpl-3.0 | 2,931 |
package com.epam.jdi.httptests;
import com.epam.http.performance.PerformanceResult;
import org.testng.Assert;
import org.testng.annotations.Test;
import static com.epam.http.performance.RestLoad.loadService;
import static com.epam.http.requests.ServiceInit.init;
import static com.epam.jdi.httptests.ServiceExample.get... | epam/JDI | Java/Tests/jdi-httpTests/src/test/java/com/epam/jdi/httptests/PerformanceTests.java | Java | gpl-3.0 | 861 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
><HEAD
><TITLE
>Chapter 8</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="The Scriptures"
HREF="index.html"><LINK
REL="UP"
TITLE="The Second Book of Moses called Exodus"
HREF="c1641.html"><... | hyperdriveguy/OpenGospel | scriptures.nephi.org/docbook/ot/x1835.html | HTML | gpl-3.0 | 7,114 |
package com.alejandros.gesturephoto;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.hardware.Camera;
import android.net.Uri;
import android.os.Bundle;
import android.os.Environment;
import android.support.v7.app.AppCompatActivity;
import android.... | Darth-ATA/npi-android-project | GesturePhoto/app/src/main/java/com/alejandros/gesturephoto/CameraActivity.java | Java | gpl-3.0 | 5,795 |
/****************************************************************************
**
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** G... | lssfau/walberla | src/gui/extern/Qt3D/graphicsview/qgraphicsbillboardtransform.h | C | gpl-3.0 | 2,693 |
#ifndef PM_SYSTEM_H_INCLUDED
#define PM_SYSTEM_H_INCLUDED
#ifdef __cplusplus
extern "C" {
#endif
#if 0
} /* to fake out automatic code indenters */
#endif
void
pm_system2_vp(const char * const progName,
const char ** const argArray,
void stdinFeeder(int, void *),
void *... | fritsche/curso-cuda | labs/netpbm/lib/pm_system.h | C | gpl-3.0 | 2,818 |
# Makefile.in generated by automake 1.10.1 from Makefile.am.
# hw/xgl/egl/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software... | chriskmanx/qmole | QMOLEDEV/xorg-ignore/xorg-server-1.5.1/hw/xgl/egl/Makefile | Makefile | gpl-3.0 | 33,488 |
/*
* Vlakno1.java
*
* Created on Nedeľa, 2007, júl 15, 18:03
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package org.archive.test;
/**
*
* @author praso
*/
public class Vlakno1 {
/** Creates a new instance of Vlakno1 */
public Vlakno1()... | WebArchivCZ/webanalyzer | src/org/archive/test/Vlakno1.java | Java | gpl-3.0 | 338 |
-- --------------------------------------------------------
-- Host: localhost
-- Server version: 5.6.20-log - MySQL Community Server (GPL)
-- Server OS: Win32
-- HeidiSQL Version: 9.4.0.5125
-- --------------------------------------------------------... | sofeaedruce/arubait | backup/arubait_20170207.sql | SQL | gpl-3.0 | 12,537 |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// 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 a copy of the MPL was not distributed
// with this file, You can ob... | MazZzinatus/storm | resources/3rdparty/eigen-3.3-beta1/StormEigen/src/Cholesky/LLT.h | C | gpl-3.0 | 16,146 |
# Основная цель - имя верхнего модуля.
TARGET = test
# Файлы модулей.
SOURCES = test.v main.v
# Макросы.
DEFINES +=
# Путь к собственным библиотекам в исходниках.
SRC_LIBS_PATH = ../lib
# Пути ко всем собственным библиотекам в исходниках.
SRC_LIBS_ALL_PATH = $(wildcard $(addsuffix /*, $(SRC_LIBS_PATH)))
... | catompiler/fpgalibs | template/Makefile | Makefile | gpl-3.0 | 1,458 |
// Copyright © 2008-2016 Pioneer Developers. See AUTHORS.txt for details
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
#ifndef _POLIT_H
#define _POLIT_H
#include "galaxy/Economy.h"
class Galaxy;
class StarSystem;
class SysPolit;
class Ship;
namespace Polit {
enum PolitEcon { // <enum scope='Pol... | tomm/pioneer | src/Polit.h | C | gpl-3.0 | 1,241 |
# =============================================================================
# Copyright [2013] [Kevin Carter]
# License Information :
# This software has no warranty, it is provided 'as is'. It is your
# responsibility to validate the behavior of the routines and its accuracy
# using the code provided. Consult the ... | cloudnull/tribble-api | tribble/api/views/zones_rest.py | Python | gpl-3.0 | 12,756 |
package com.blocktyper.yearmarked.days.listeners.wortag;
import java.util.Random;
import org.bukkit.ChatColor;
import org.bukkit.Material;
import org.bukkit.NetherWartsState;
import org.bukkit.block.Block;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
import org.bukkit.event.b... | spaarkimus/yearmarked | src/main/java/com/blocktyper/yearmarked/days/listeners/wortag/WortagListener.java | Java | gpl-3.0 | 2,866 |
package com.github.thrimbor.fifoBukkit;
import org.bukkit.plugin.java.JavaPlugin;
/*
* Copyright (C) 2013 Stefan Schmidt
*
* 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... | thrimbor/fifoBukkit | src/com/github/thrimbor/fifoBukkit/FifoBukkit.java | Java | gpl-3.0 | 1,079 |
<!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_73) on Tue May 17 19:49:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package gui (... | haritonandrei/ShopManager | dist/javadoc/gui/package-use.html | HTML | gpl-3.0 | 5,221 |
// RHGenericDriver.h
// Author: Mike McCauley (mikem@airspayce.com)
// Copyright (C) 2014 Mike McCauley
// $Id: RHGenericDriver.h,v 1.8 2014/04/28 23:07:14 mikem Exp $
#ifndef RHGenericDriver_h
#define RHGenericDriver_h
#include <RadioHead.h>
/////////////////////////////////////////////////////////////////////
/// ... | Sensorino/Sensorino | libraries/RadioHead/RHGenericDriver.h | C | gpl-3.0 | 9,943 |
Grindvakt
=========
Auth Experiments
| yuripourre/grindvakt | README.md | Markdown | gpl-3.0 | 38 |
/*
Multi-agent Image Segmentation (MAgIS)
Copyright (C) 2013 Nguyen Hoang Thao (hoangthao.ng@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 ... | hoangthao/MAS4IS | magent/SpiderSegmentationGPU.cpp | C++ | gpl-3.0 | 5,727 |
#!/home/pi/Documents/php -q
<?php
echo("From crontab");
$tempfile = fopen("/var/www/html/tempLogFahr.txt", "a");
$temp = shell_exec('sudo temperv14 -f');
fwrite($tempfile, $temp);
fclose($tempfile);
?> | oaksd/Fangs-Disciples | GetTempFahr.php | PHP | gpl-3.0 | 214 |
package util.drawing;
import org.newdawn.slick.Color;
import org.newdawn.slick.Graphics;
public abstract class FreePacWallDrawer
{
protected CustomGraphics g;
public Color wallColor, borderColor;
@Deprecated
public FreePacWallDrawer(Graphics g) {
this(g, Color.gray, Color.darkGray);
}
public FreePacWallDr... | hydren/freepac | src/util/drawing/FreePacWallDrawer.java | Java | gpl-3.0 | 1,513 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GSimplePermission</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="GIO Reference Manual">
<link rel=... | chriskmanx/qmole | QMOLEDEV/glib-2.29.14/docs/reference/gio/html/GSimplePermission.html | HTML | gpl-3.0 | 5,716 |
---
layout: home
title: Home
<!-- description: >
The official Hydejack blog. Version updates, example content and how-to guides on how to blog with Jekyll.
Open `index.html` to edit this text. -->
cover: true
--- | vvrs/vvrs.github.io | index.html | HTML | gpl-3.0 | 216 |
namespace("automata.games.robot", function (exports) {
"use strict";
exports.RightAndAhead = {
key: "automata.games.robot.RightAndAhead",
view: exports.WorldView,
world: exports.World.create({
width: 600,
height: 400,
walls: [],
startX... | senshu/Automata | games/robot/RightAndAhead/game.js | JavaScript | gpl-3.0 | 449 |
using System;
namespace ProjectJKL.UI.Pages.Admin.ShoppingCart
{
public partial class ColorsList : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void Page_PreInit(object sender, EventArgs e)
{
MasterPageFile = OWDAR... | owdaro/OFrameCMS-WebForms | UI/Pages/Admin/ShoppingCart/ColorsList.aspx.cs | C# | gpl-3.0 | 446 |
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* java mavlink generator tool. It should not be modified by hand.
*/
package com.MAVLink.enums;
/**
*
*/
public class MAV_MODE_GIMBAL {
public static final int MAV_MODE_GIMBAL_UNINITIALIZED = 0; /* Gimbal is powered on ... | forgodsake/TowerPlus | dependencyLibs/Mavlink/src/com/MAVLink/enums/MAV_MODE_GIMBAL.java | Java | gpl-3.0 | 1,348 |
package tmp.generated_csharp;
import java.util.*;
import cide.gast.*;
import java.io.PrintStream;
import cide.languages.*;
import de.ovgu.cide.fstgen.ast.*;
public class SimplePrintVisitor extends AbstractFSTPrintVisitor {
public SimplePrintVisitor(PrintStream out) {
super(out); generateSpaces=true;
... | ckaestne/CIDE | other/fstgen/test/tmp/generated_csharp/SimplePrintVisitor.java | Java | gpl-3.0 | 38,659 |
{% extends 'base/base.html' %}
{% import 'base/header.html' as header with context %}
{% import 'base/footer.html' as footer with context %}
{% block title %} PyCon Pune 2017 {% endblock %}
{% block body %}
{{ header.render_header() }}
<div class="third-fold">
<div class="fold-1">
<div class="white-fold">
... | aditya-konarde/pune.pycon.org | templates/other.html | HTML | gpl-3.0 | 620 |
# Copyright (c) 2016-2022 Crave.io Inc. All rights reserved
IMGTAG?=accupara/tak-civ-android
IMGVER?=latest
include $(shell git rev-parse --show-toplevel)/Makefile.build
| accupara/docker-images | tak/Makefile | Makefile | gpl-3.0 | 171 |
/**
* Created on Oct 6, 2005
*
* Copyright 2005 by Arysys Technologies (P) Ltd.,
* #29,784/785 Hendre Castle,
* D.S.Babrekar Marg,
* Gokhale Road(North),
* Dadar,Mumbai 400 028
* India
*
* All rights reserved.
*
* This software is the confidential and proprietary information
* of Arysys Tech... | Kreidos/diamond | src/kreidos/diamond/model/vo/DocumentRevision.java | Java | gpl-3.0 | 2,492 |
/*
Copyright (C) 2010,2011,2012 The ESPResSo project
Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010
Max-Planck-Institute for Polymer Research, Theory Group
This file is part of ESPResSo.
ESPResSo is free software: you can redistribute it and/or modify
it under the terms of the GNU Gener... | icimrak/espresso | src/tcl/angledist_tcl.h | C | gpl-3.0 | 1,304 |
/**
* mapDraw2.js
*
*
* @package Heurist academic knowledge management system
* @link http://HeuristNetwork.org
* @copyright (C) 2005-2020 University of Sydney
* @author Artem Osmakov <artem.osmakov@sydney.edu.au>
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU License 3.0
* @version ... | HeuristNetwork/heurist | viewers/gmap/mapDraw2.js | JavaScript | gpl-3.0 | 63,290 |
# -*- coding: utf-8 -*-
# Copyright 2013 Fanficdownloader team, 2015 FanFicFare team
#
# 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
#
# Un... | PlushBeaver/FanFicFare | fanficfare/adapters/adapter_literotica.py | Python | gpl-3.0 | 17,171 |
// Generated by gencpp from file capra_msgs/AddGoal.msg
// DO NOT EDIT!
#ifndef CAPRA_MSGS_MESSAGE_ADDGOAL_H
#define CAPRA_MSGS_MESSAGE_ADDGOAL_H
#include <ros/service_traits.h>
#include <capra_msgs/AddGoalRequest.h>
#include <capra_msgs/AddGoalResponse.h>
namespace capra_msgs
{
struct AddGoal
{
typedef AddGoa... | clubcapra/Ibex | install/include/capra_msgs/AddGoal.h | C | gpl-3.0 | 2,568 |
/*
* Copyright (C) 2012 The Android Open Source Project
*
* 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 app... | s20121035/rk3288_android5.1_repo | frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarWindowView.java | Java | gpl-3.0 | 9,570 |
package com.tds171a.soboru.beans;
import java.util.ArrayList;
import java.util.List;
import javax.enterprise.context.SessionScoped;
import javax.faces.application.FacesMessage;
import javax.faces.context.FacesContext;
import javax.faces.model.SelectItem;
import javax.inject.Named;
import com.tds171a.soboru.controlle... | Animaleante/TDS171A_Interdisciplinar | Java/src/com/tds171a/soboru/beans/ReportBean.java | Java | gpl-3.0 | 3,267 |
```js
const styles = ['Primary', 'Danger', 'Warning', 'Success', 'Info', 'Default'];
styles.map((style, i) => {
return (
<span key={`button-${style}-${i}`}>
<Badge bsStyle={style.toLowerCase()}>{style}</Badge>{' '}
</span>
)
})
```
| Graylog2/graylog2-server | graylog2-web-interface/src/components/graylog/Badge.md | Markdown | gpl-3.0 | 251 |
<?php
namespace OCA\crate_it\Controller;
use \OCA\AppFramework\Controller\Controller;
use \OCA\AppFramework\Http\JSONResponse;
use \OCA\AppFramework\Http\TextResponse;
use \OCP\AppFramework\Http;
use OCA\crate_it\lib\ZipDownloadResponse;
class CrateController extends Controller {
/**
* @var $twig
... | uws-eresearch/owncloud | apps/crate_it/controller/cratecontroller.php | PHP | gpl-3.0 | 9,133 |
package org.freehep.swing;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JComponent;
import javax.swing.JDialog;
import javax.swing.JOptionPane;
import javax.sw... | phuseman/r2cat | org/freehep/swing/ErrorDialog.java | Java | gpl-3.0 | 3,741 |
package com.gmv.vodafone;
import java.io.Serializable;
import java.time.LocalDate;
/*
* Simular entidad recuperada de la BBDD
*/
public class Oferta implements Serializable {
private static final long serialVersionUID = 1L;
private int codigoOferta;
private String referencia;
private LocalDa... | crischoque/adecco | src/com/gmv/vodafone/Oferta.java | Java | gpl-3.0 | 1,006 |
/**
* This file is part of alf.io.
*
* alf.io 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.
*
* alf.io is distributed in the ... | apolci/alf.mio | src/main/java/alfio/controller/api/admin/EventApiController.java | Java | gpl-3.0 | 10,038 |
---
title: "Vodafone and SAP Join Hands to Power the Adoption of Industrial IoT"
layout: item
category: ["business"]
date: 2018-04-12T04:57:28.570Z
image: 1523528848568voda.jpg
---
<p>The ‘connected revolution’ has the potential to enable an efficient use of scarce resources, automate routine manual tasks, and improve ... | InstantKhabar/_source | _source/news/2018-04-12-voda.html | HTML | gpl-3.0 | 2,177 |
---
-- Name: EVT-201 - GROUP OnEventHit Example
-- Author: FlightControl
-- Date Created: 08 Mar 2017
--
-- # Situation:
--
-- Two groups of planes are flying in the air and shoot an missile to a multitude of ground targets.
--
-- # Test cases:
--
-- 1. Observe the planes shooting the missile.
-- 2. Observe when the ... | FlightControl-Master/MOOSE_MISSIONS | EVT - Event Handling/EVT-201 - GROUP OnEventHit Example/EVT-201 - GROUP OnEventHit Example.lua | Lua | gpl-3.0 | 981 |
package com.yurikoster1.letsmodreboot.item;
import com.yurikoster1.letsmodreboot.item.base.ItemLMRB;
/**
* Created by Koster on 23/10/2015.
*/
public class ItemMagicHammer extends ItemLMRB {
public ItemMagicHammer(){
super();
this.setUnlocalizedName("magicHammer");
this.maxStackSize = 1;
this.setMaxDamage(... | yurikoster1/minemod | src/main/java/com/yurikoster1/letsmodreboot/item/ItemMagicHammer.java | Java | gpl-3.0 | 353 |
/**
* Copyright (c) 2002-2012 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j 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 Foundati... | dksaputra/community | server/src/test/java/org/neo4j/server/helpers/Transactor.java | Java | gpl-3.0 | 1,459 |
//Copyright (c) 2008-2010 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under the Boost Software License, Version 1.0. (See accompanying
//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef UUID_F20566FC196311E0B99D606CDFD72085
#define UUID_F20566FC196311E0B99D606CDFD72085
... | purpleKarrot/JunkLoad | include/boost/qvm/deduce_s.hpp | C++ | gpl-3.0 | 9,926 |
/**
*
*/
package com.atomicDisorder.remolino;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import java.util.Map.Entry;
import org.apache.log4j.Logger;
import com.atomicDisorder.remolino.commons.filters.StringHubFilter;
import com.atomicDiso... | AtomicDisorder/remolino | remolino/src/main/java/com/atomicDisorder/remolino/Remolino.java | Java | gpl-3.0 | 12,441 |
package tmp.generated_cs;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class jump_statement4 extends jump_statement {
public jump_statement4(return_statement return_statement, Token firstToken, Token lastToken) {
super(new Property[] {
new Propert... | ckaestne/CIDE | CIDE_Language_CS/src/tmp/generated_cs/jump_statement4.java | Java | gpl-3.0 | 815 |
// Copyright 2004, 2005,2006,2007,2008 Koblo http://koblo.com
//
// This file is part of the Koblo SDK.
//
// the Koblo SDK 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... | onozuka/koblo_software | Products/Koblo_Studio/trunk/include/CX3DisplayConverter.h | C | gpl-3.0 | 1,335 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.