repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
fgvieira/ngsF-HMM
README.md
5771
# ngsF-HMM `ngsF-HMM` is a program to estimate per-individual inbreeding tracts using a two-state Hidden Markov Model (HMM). Furthermore, instead of using called genotypes, it uses a probabilistic framework that takes the uncertainty of genotype's assignation into account; making it specially suited for low-quality ...
gpl-3.0
jeremiah-c-leary/vhdl-style-guide
vsg/tests/process/test_rule_035.py
2131
import os import unittest from vsg.rules import process from vsg import vhdlFile from vsg.tests import utils sTestDir = os.path.dirname(__file__) lFile, eError =vhdlFile.utils.read_vhdlfile(os.path.join(sTestDir,'rule_035_test_input.vhd')) lExpected = [] lExpected.append('') utils.read_file(os.path.join(sTestDir, ...
gpl-3.0
00-Evan/shattered-pixel-dungeon
core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Skeleton.java
3174
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2021 Evan Debenham * * 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 vers...
gpl-3.0
piyus/btkernel
btmod/bt/peep/peeptab.h
720
#ifndef PEEP_PEEPTAB_H #define PEEP_PEEPTAB_H #define MAX_IN_LEN 1 #define MAX_OUT_LEN 10 #define MAX_CONSTANTS 24 #define MAX_NOMATCH_PAIRS 32 #include <lib/hash.h> #include "peep/insntypes.h" #include "peep/cpu_constraints.h" #include "peep/nomatch_pair.h" typedef struct peep_entry_t { int n_tmpl; insn_t tmpl[...
gpl-3.0
alcexhim/Sydne
PrivateWebsite/Include/Configuration.inc.php
604
<?php use Phast\System; System::$Configuration["Database.ServerName"] = "localhost"; System::$Configuration["Database.UserName"] = "Sydne_Sullen"; System::$Configuration["Database.Password"] = "Hb+z.p)iF/}P.*aoIW6efA2.#"; System::$Configuration["Database.DatabaseName"] = "Sydne_SullenStudio"; System::$Co...
gpl-3.0
NetRevolutions/SICOTYC
SICOTYC/UI/src/app/sicotyc/operaciones/operaciones.component.ts
297
import { Component, OnInit } from '@angular/core'; @Component({ selector: 'operaciones', templateUrl: './operaciones.component.html', styleUrls: ['./operaciones.component.css'] }) export class OperacionesComponent implements OnInit { constructor() { } ngOnInit(): void { } }
gpl-3.0
fangxinmiao/projects
Architeture/Embedded/SoC/ST/STM32/utils/stm32flash/README.md
1476
# stm32flash - Linux下的STM32串口下载工具 在Windows上,STM32的下载工具很多,官方自己也提供了下载工具。在Linux上,我自己觉得stm32flash非常不错。 [stm32flash](https://sourceforge.net/projects/stm32flash/)是一款开源的stm32固件串口下载工具。 stm32flash - Open source cross platform flash program for the STM32 ARM microcontrollers using the built-in ST serial bootloader over UART ...
gpl-3.0
newmediamedicine/indivo_server_1_0
indivo/models/fact_objects/videomessage.py
489
""" Indivo Model for VideoMessage """ from fact import Fact from django.db import models from django.conf import settings class VideoMessage(Fact): file_id=models.CharField(max_length=200) storage_type=models.CharField(max_length=200) subject=models.CharField(max_length=200) from_str=models.CharField(max_...
gpl-3.0
RalfBarkow/Zettelkasten
src/main/java/de/danielluedecke/zettelkasten/database/Result.java
345
package de.danielluedecke.zettelkasten.database; public class Result { Document[] collection = new Document[0]; public Result() {} public Result(Document[]collection) { this.collection = collection; } public int getCount() {return collection.length;} public Document getItem(int i) {...
gpl-3.0
DMJC/mg2modeller-
doc/latex/classnurbs__cube.tex
717
\hypertarget{classnurbs__cube}{}\section{nurbs\+\_\+cube Class Reference} \label{classnurbs__cube}\index{nurbs\+\_\+cube@{nurbs\+\_\+cube}} Inheritance diagram for nurbs\+\_\+cube\+:\nopagebreak \begin{figure}[H] \begin{center} \leavevmode \includegraphics[width=150pt]{classnurbs__cube__inherit__graph} \end{center} \...
gpl-3.0
tudor3084/percent2
app/controllers/home_controller.rb
95
class HomeController < ApplicationController def index end def nice end end
gpl-3.0
rodrigolucianocosta/ControleEstoque
rOne/Storage101/django-localflavor/django-localflavor-1.3/docs/_build/html/_modules/localflavor/tn/forms.html
5525
<!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/html; charset=utf-8" /> <title>localflavor.tn.forms &mdash; django-localflavor 1.2...
gpl-3.0
elebow/otter
src/ui/toolbars/BookmarkWidget.cpp
4719
/************************************************************************** * Otter Browser: Web browser controlled by the user, not vice-versa. * Copyright (C) 2015 - 2016 Michal Dutkiewicz aka Emdek <michal@emdek.pl> * * This program is free software: you can redistribute it and/or modify * it under the terms of the ...
gpl-3.0
timusus/Shuttle
app/src/main/java/com/simplecity/amp_library/ui/modelviews/GenreView.java
3659
package com.simplecity.amp_library.ui.modelviews; import android.support.annotation.Nullable; import android.text.TextUtils; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import butterknife.BindView; import butterknife.ButterKnife; import com.simplecity.amp_library.R; import ...
gpl-3.0
sonm-io/core
insonmnia/worker/whitelist.go
3863
package worker import ( "context" "encoding/json" "errors" "fmt" "io" "net/http" "sync" "time" "github.com/docker/distribution/reference" dc "github.com/docker/docker/client" "github.com/ethereum/go-ethereum/common" log "github.com/noxiouz/zapctx/ctxlog" "github.com/opencontainers/go-digest" "github.com...
gpl-3.0
flatCore/flatCore-CMS
install/index.php
2785
<?php /** * flatCore Content Management System * Installer/Updater */ session_start(); error_reporting(E_ALL ^E_NOTICE); require '../config.php'; $modus = 'install'; define('INSTALLER', TRUE); if(isset($_GET['l']) && is_dir('../lib/lang/'.basename($_GET['l']).'/')) { $_SESSION['lang'] = basename($_GET['l']); }...
gpl-3.0
zebraxxl/CIL2Java
StdLibs/System/System/IO/Ports/SerialPort.cs
11104
using System.Diagnostics; using System.ComponentModel; using System.IO; using System.Text; namespace System.IO.Ports { [MonitoringDescriptionAttribute("SerialPortDesc")] public class SerialPort : Component { public const int InfiniteTimeout = -1; [MonitoringDescriptionAttribute("Serial...
gpl-3.0
3cky/bkemu-android
app/src/main/java/su/comp/bk/arch/cpu/opcode/CmpOpcode.java
3085
/* * Created: 15.04.2012 * * Copyright (C) 2012 Victor Antonovich (v.antonovich@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 you...
gpl-3.0
landonb/hamster-applet
src/hamster/widgets/dayline.py
13958
# -*- coding: utf-8 -*- # Copyright (C) 2007-2010 Toms Bauģis <toms.baugis at gmail.com> # This file is part of Project Hamster. # Project Hamster 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 vers...
gpl-3.0
cwalther/Plasma-nobink-test
Sources/Plasma/PubUtilLib/plDrawable/plSpanInstance.h
9242
/*==LICENSE==* CyanWorlds.com Engine - MMOG client, server and tools Copyright (C) 2011 Cyan Worlds, 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 Software Foundation, either version 3 of the License, or (at you...
gpl-3.0
BlisterBoy/Player
src/window_varlist.h
1773
/* * This file is part of EasyRPG Player. * * EasyRPG Player 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. * * EasyRPG Player...
gpl-3.0
ETICAGNU/eticagnuwptheme
proyectos.php
1313
<?php /* Template Name: Proyectos */ get_header(); the_post(); ?> <div id="primary" class="content-area col-md-9 col-xs-12"> <div id="content" class="site-content col-xs-12"> <article id="post-<?php the_ID() ?>" <?php post_class() ?>> <header class="entry-header"> <h1 class="entry-title"><?php the_title(...
gpl-3.0
just-paja/improtresk-2015
lib/module/car/offer/admin/detail.php
1186
<? namespace Module\Car\Offer\Admin { class Detail extends \System\Module { public function run() { $rq = $this->request; $res = $this->response; $ident = $this->req('ident'); $offer = \Car\Offer::get_first() ->where(array( 'ident' => $ident, 'visible' => true )) ->fetch(); ...
gpl-3.0
pupitetris/rectpack
src/ConflictBT.cc
5723
/** * Copyright (C) 2011 Eric Huang * * This file is part of rectpack. * * rectpack 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 vers...
gpl-3.0
NotEnoughMods/NotEnoughModPolling
NotEnoughMods_Tools.py
19543
import simplejson import traceback import logging import os import requests from collections import OrderedDict from string import ascii_letters, digits ID = "nem" permission = 1 nem_logger = logging.getLogger("NEM_Tools") # Colour Constants for List and Multilist command COLOURPREFIX = unichr(3) COLOUREND = COLOUR...
gpl-3.0
mokuki082/EggDrop
code/build/bdist.macosx-10.6-intel/python3.4-standalone/app/temp/pygame/imageext.py
397
def __load(): import imp, os, sys ext = 'pygame/imageext.so' for path in sys.path: if not path.endswith('lib-dynload'): continue ext_path = os.path.join(path, ext) if os.path.exists(ext_path): mod = imp.load_dynamic(__name__, ext_path) break e...
gpl-3.0
robotage/SyntroApps
SyntroCommon/GL/VRWidgetLib/VRPlaneWidget.cpp
2597
// // Copyright (c) 2014 richards-tech // // This file is part of VRWidgetLib // // VRWidgetLib 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...
gpl-3.0
halilkaya/minetest-mods
streets/concretestairs/init.lua
597
--[[ StreetsMod: Concrete stairs (compatible to circular saw) ]] if type(register_stair_slab_panel_mirco) == "function" and streets.extendedBy.prefab == false then register_stair_slab_panel_micro("streets", "concrete", "streets:concrete", {cracky=2}, {"streets_concrete.png"}, "Concrete", "concrete", nil) table.inser...
gpl-3.0
mx-studio/mx-individual-css-js
README.ru.md
5889
>Прочитать этот документ на другом языке: [Английский / English](/README.md) # Wordpress-плагин "MX Individual CSS/JS" Как правило, вы пишите разный CSS/JS-код для разных страниц (для главной страниц, для страницы одиночной записи, для страницы отдельного товара и т.д.) в одном CSS- или JS-файле. Когда ваш проект раз...
gpl-3.0
CCAFS/MARLO
marlo-data/src/main/java/org/cgiar/ccafs/marlo/data/dao/mysql/DeliverableUserPartnershipMySQLDAO.java
4091
/***************************************************************** * This file is part of Managing Agricultural Research for Learning & * Outcomes Platform (MARLO). * MARLO 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...
gpl-3.0
TheWhiteShadow3/cuina
CuinaEclipse/cuina.editor.map/src/cuina/map/Map.java
2507
package cuina.map; import cuina.database.KeyReference; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.Serializable; import java.util.ArrayList; import java.util.List; /** * Rasterbasiertes Spielfeld mit Terraininformationen. * <p> * Enthält weitere ...
gpl-3.0
y123456yz/Reading-and-comprehense-linux-Kernel-network-protocol-stack
linux-net-kernel/net/ipv4/arp.c
37200
/* linux/net/ipv4/arp.c * * Copyright (C) 1994 by Florian La Roche * * This module implements the Address Resolution Protocol ARP (RFC 826), * which is used to convert IP addresses (or in the future maybe other * high-level addresses) into a low-level hardware address (like an Ethernet * address). * * This pr...
gpl-3.0
ndlib/annex-ims
db/migrate/20150428155251_create_issues.rb
418
class CreateIssues < ActiveRecord::Migration[4.2] def change create_table :issues do |t| t.references :user, null: false, index: true, foreign_key: true t.string :barcode, null: false t.text :message, null: false t.integer :resolver_id, index: true t.timestamp :resolved_at t.t...
gpl-3.0
CARLORION/PrincipiosSOLID
EP.SOLID/5 - DIP/DIP.Solucao/Cliente.cs
794
using System; using EP.SOLID.DIP.Solucao.Interfaces; namespace EP.SOLID.DIP.Solucao { public class Cliente { private readonly ICPFServices _cpfServices; private readonly IEmailServices _emailServices; public Cliente( ICPFServices cpfServices, IEmailServices em...
gpl-3.0
InstantKhabar/_source
_source/news/28840-lucknow.html
2567
--- title: "ड्राइविंग लाइसेन्स के लिए अब आॅनलाइन टेस्ट" layout: item category: lucknow date: 2016-01-25T16:02:23.000Z image: 982bdf702e4bc1a6bc3b244c562f0044.jpg --- <p style="text-align: justify;">लखनऊ: उत्तर प्रदेश के परिवहन राज्य मंत्री (स्वतंत्र प्रभार) यासर शाह के निर्देशानुसार परिवहन विभाग अपने सम्भागीय परिवहन का...
gpl-3.0
rivasd/djPsych
djreceive/migrations/0025_auto_20170201_1516.py
1227
# -*- coding: utf-8 -*- # Generated by Django 1.9 on 2017-02-01 20:16 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('djreceive', '0024_auto_20170131_1732'), ] operations = [ migrations.RemoveFiel...
gpl-3.0
LennonLab/Micro-Encounter
model/ODD/ODD_Protocol.md
27629
# Model description following the ODD Protocol The ODD protocol is an accepted standard for describing individual-based models (IBMs), Grimm et al. 2006. ODD stands for Overview, Design concepts, and Details. Here, we descibe our IBM framework according to the ODD protocol. ## PURPOSE Our modeling platform simulat...
gpl-3.0
JElchison/iframe-kiosk
docs/radar.html
346
<html> <head> <style type="text/css"> html { background: url(https://s.w-x.co/staticmaps/wu/wu/wxtype1200_cur/usday/current.png) no-repeat center center fixed; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; background-color: black; }...
gpl-3.0
rtezli/Blitzableiter
BlitzableiterCommandLine/style.css
476
body { margin: 0px; padding: 10px; font-family: Arial; font-size: 12px; background-color: Black; color: #fff; } table { border: none; background-color: transparent; } td { margin: 2px; padding: 5px; border: none; background-color: #888; } h1 {...
gpl-3.0
wp-plugins/responsive-progress-bar
assets/js/responsive-progressbar.js
642
// Core functionality inspired by http://www.ghosthorses.co.uk/production-diary/super-simple-responsive-progress-bar/ jQuery(function($) { moveProgressBar(); $(window).resize(function() { moveProgressBar(); }); function moveProgressBar() { $('.rprogress-wrap').each(function(i, e) { var ge...
gpl-3.0
neptoess/opengl-superbible-fourth
ch03/Pointsz/src/main.cpp
3535
#include <SFML/Window.hpp> #include <SFML/OpenGL.hpp> #include <stdio.h> #include <math.h> //CONSTANTS #define GL_PI (3.141592653f) //GLOBALS GLboolean g_vsync = false; GLboolean g_run = true; //WIN VARS (Start square) GLuint win_w = 600; GLuint win_h = 600; //LIMITS GLfloat limit = 100.0f; GLfloat rot_inc = ...
gpl-3.0
IWillFindYou/SecurityBootManager
core/ipxe/src/arch/x86/drivers/hyperv/hyperv.c
15466
/* * Copyright (C) 2014 Michael Brown <mbrown@fensystems.co.uk>. * * 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....
gpl-3.0
beslave/space-king
test.sh
49
python -m unittest discover tests -p "*_test.py"
gpl-3.0
kmcurry/3Scape
public/bower_components/bootstrap/js/tests/unit/modal.spec.js
35285
import Modal from '../../src/modal' import EventHandler from '../../src/dom/event-handler' import ScrollBarHelper from '../../src/util/scrollbar' /** Test helpers */ import { clearBodyAndDocument, clearFixture, createEvent, getFixture, jQueryMock } from '../helpers/fixture' describe('Modal', () => { let fixtureEl ...
gpl-3.0
geekitude/dokuwiki-template-namespaced
script.js
4265
/** * Dokuwiki Namespaced template java file * * @link https://www.dokuwiki.org/template:namespaced * @author Simon DELAGE <sdelage@gmail.com> * @license GPL 2 (https://www.gnu.org/licenses/gpl-2.0.html) * * Here comes java magic * * We handle several device classes based on browser width. * - desktop: ...
gpl-3.0
Conrad2134/pitchfx
src/teams.js
2914
const teams = [ { id: "sln", full: "St. Louis Cardinals", location: "St. Louis", nickname: "Cardinals", }, { id: "mil", full: "Milwaukee Brewers", location: "Milwaukee", nickname: "Brewers", }, { id: "atl", full: "Atlanta Braves", location: "Atlanta", nickname: "Braves", }, { id: "nyn...
gpl-3.0
Toinane/colorpicker
src/browsers/support.js
950
"use strict"; const { BrowserWindow } = require("electron"); module.exports = (dirname, storage) => { let win; let init = () => { if (win === null || win === undefined) { createWindow(); } }; let createWindow = () => { const { screen } = require("electron"); ...
gpl-3.0
oascigil/trafficgen
src/ndn-traffic-client.cpp
31588
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */ /** * Copyright (C) 2014-2015 University of Arizona. * * 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 ...
gpl-3.0
obspy/TauPy
taupy/tests/test_tauPyModel.py
645
#!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ import (absolute_import, division, print_function, unicode_literals) from future.builtins import * from unittest import TestCase __author__ = 'nicolas' import os class TestTauPyModel(TestCase): def test_create_taup_model(self):...
gpl-3.0
lesLaitues/laitues-blog
imports/ui/layouts/main-layout.html
130
<template name="mainLayout"> <div id="main-layout"> {{> Template.dynamic template=content}} </div> {{> sAlert}} </template>
gpl-3.0
DaviMenezes/DviCodeIgniter
application/views/examples/mailbox/read_mail.php
12385
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /** * View * @copyright (c) 2017, Davi Menezes (davimenezes.dvi@gmail.com) */ ?> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Read Mail <small> https://bitbucket.org/DaviMenezes</small> </h1> <o...
gpl-3.0
bastiao/EsgrimaJS
README.md
3585
![Logo](docs/logo_small.png) # EsgrimaJS: Distributed Javascript Test Runner for Front-end Web Applications Do you need to do Javascript testing in a distributed way? With multiple windows, multiple screen, remote places or whatever? And all the tests need to communicate? Use this framework! * Worked in distributed...
gpl-3.0
SteadyStill/rfid
src/edu/xjtu/wwh/rmi/ThirdParty.java
1997
package edu.xjtu.wwh.rmi; import java.io.IOException; import java.net.MalformedURLException; import java.rmi.Naming; import java.rmi.NotBoundException; import java.rmi.RemoteException; import edu.xjtu.wwh.core.OperHDFS; import edu.xjtu.wwh.parameter.DefaultParameter; public class ThirdParty { public static void ma...
gpl-3.0
ftisunpar/BlueTape
vendor/google/apiclient-services/src/Google/Service/YouTube.php
70431
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
gpl-3.0
chergert/libdazzle
src/panel/dzl-dock-revealer.h
4634
/* dzl-dock-revealer.h * * Copyright (C) 2016 Christian Hergert <christian@hergert.me> * * 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 opt...
gpl-3.0
gsmlg/oneblog
app/assets/javascript/app/role.js
207
define(['backbone'], function(Backbone){ var Role = Backbone.Model.extend({ idAttribute: 'UID', url: '/api/role' }); var role = new Role(); role.fetch(); return role; });
gpl-3.0
marcboudreau/ilo
dxt/fshtool.h
850
/************************************************************************ FSH decompressor/compressor Copyright 2016 Marc Boudreau Based on code released by Denis Auroux under the GNU GPL. auroux@math.polytechnique.fr http://www.math.polytechnique.fr/cmat/auroux/nfs/ http://auroux.free.fr/nfs/ This is free so...
gpl-3.0
mnr/DatabaseClinic-SQLite
Ch05/README.md
1980
# CRUD Operations This challenge will demonstrate how to perform [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operations on a range of databases. There are several tasks to perform. We are provided with the text of Shakespeare’s [A Midsummer Night's Dream](http://shakespeare.mit.edu/midsummer...
gpl-3.0
RannyeriDev/Solfege
solfege/exercises/solmisation.py
16440
# GNU Solfege - free ear training software # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, # 2013 Tom Cato Amundsen # Copyright (C) 2013 Jan Baumgart (Folkwang Universitaet der Kuenste) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU ...
gpl-3.0
CCAFS/MARLO
marlo-data/src/main/java/org/cgiar/ccafs/marlo/data/model/CustomParameter.java
1703
package org.cgiar.ccafs.marlo.data.model; // Generated May 17, 2017 3:36:29 PM by Hibernate Tools 4.3.1.Final /** * CustomParameter generated by hbm2java */ public class CustomParameter extends MarloAuditableEntity implements java.io.Serializable { /** * */ private static final long serialVersionUID = 9...
gpl-3.0
ILiebhardt/darktable
RELEASE_NOTES.md
17600
We're proud to announce the new feature release of darktable, 3.0.0! The github release is here: [https://github.com/darktable-org/darktable/releases/tag/release-3.0.0](https://github.com/darktable-org/darktable/releases/tag/release-3.0.0). As always, please don't use the autogenerated tarball provided by github, but...
gpl-3.0
cmjatai/cmj
cmj/sigad/migrations/0034_auto_20180215_0953.py
1088
# -*- coding: utf-8 -*- # Generated by Django 1.11.8 on 2018-02-15 11:53 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('sigad', '0033_auto_20180207_1028'), ] operations = [ migrations.AddField( ...
gpl-3.0
tysonliddell/OpenRA
OpenRA.Mods.Common/Traits/World/GameSaveViewportManager.cs
2338
#region Copyright & License Information /* * Copyright 2007-2020 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation, either version 3 of * the Licen...
gpl-3.0
sasadangelo/MrSnake
app/src/main/java/org/androidforfun/mrsnake/model/Snake.java
7705
/* * Copyright (C) 2016 Salvatore D'Angelo * This file is part of Mr Snake project. * This file derive from the Mr Nom project developed by Mario Zechner for the Beginning Android * Games book (chapter 6). * * Mr Snake is free software: you can redistribute it and/or modify * it under the terms of the GNU ...
gpl-3.0
DigitalCookiesGroup/SWEDesigner
Front-End/node_modules/@uirouter/core/lib/transition/interface.js
852
"use strict"; var TransitionHookPhase; (function (TransitionHookPhase) { TransitionHookPhase[TransitionHookPhase["CREATE"] = 0] = "CREATE"; TransitionHookPhase[TransitionHookPhase["BEFORE"] = 1] = "BEFORE"; TransitionHookPhase[TransitionHookPhase["RUN"] = 2] = "RUN"; TransitionHookPhase[TransitionHookPh...
gpl-3.0
lucasjkr/opencommerce
system/library/squareup/exception.php
2480
<?php namespace Squareup; class Exception extends \Exception { const ERR_CODE_ACCESS_TOKEN_REVOKED = 'ACCESS_TOKEN_REVOKED'; const ERR_CODE_ACCESS_TOKEN_EXPIRED = 'ACCESS_TOKEN_EXPIRED'; private $config; private $log; private $language; private $errors; private $isCurlError; private ...
gpl-3.0
ithaca/visu
VisuServeur/visu/src/com/lyon2/utils/UserAccountHelpers.java
3804
/** * Copyright Université Lyon 1 / Université Lyon 2 (2009,2010) * * <ithaca@liris.cnrs.fr> * * This file is part of Visu. * * This software is a computer program whose purpose is to provide an * enriched videoconference application. * * Visu is a free software subjected to a double license. * You can r...
gpl-3.0
1313ou/TreebolicLib
treebolicGlue/src/main/java/treebolic/glue/component/Utils.java
5780
/* * Copyright (c) 2019. Bernard Bou <1313ou@gmail.com> */ package treebolic.glue.component; import android.content.Context; import android.content.res.Resources; import android.content.res.TypedArray; import android.graphics.Point; import android.graphics.Rect; import android.graphics.drawable.Drawable; import and...
gpl-3.0
alfrenovsky/Digesto
db/migrate/20110908115724_create_permissions.rb
240
class CreatePermissions < ActiveRecord::Migration def self.up create_table :permissions do |t| t.integer :role_id t.integer :user_id t.timestamps end end def self.down drop_table :permissions end end
gpl-3.0
gerddie/mia
src/2dsegment-local-cmeans.cc
17671
/* -*- mia-c++ -*- * * This file is part of MIA - a toolbox for medical image analysis * Copyright (c) Leipzig, Madrid 1999-2017 Gert Wollny * * MIA 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; eith...
gpl-3.0
oeru/techblog
drupal8/modules/at_tools/at_theme_generator/starterkits/starterkit/layout/plugin-layout-flex/css/threecol-2-8-2.css
2319
.atl__lr { margin: 0 -0.625em; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-between; ...
gpl-3.0
ritazh/xplat
tests/acceptance/notification-test.js
1845
import Ember from 'ember'; import { module, test } from 'qunit'; import startApp from 'azureexplorer/tests/helpers/start-app'; module('Integration | Notifications', { afterEach: function() { Ember.run(this.application, 'destroy'); this.store = null; } }); test('Notifications show up for batch ...
gpl-3.0
psy0rz/ledanim
web/repo/xmas/sparkle.js
390
// sparkly effect for xmas stuff // a blue icey glow with occasional sparkles // sparkles led.led_rnd(0, led.leds); led.color(255, 255, 255); led.fade_mode(2); led.fade_speed(20); led.draw(); //blue glow led.repeat_begin_rnd(0,100); led.led_rnd(0, led.leds); led.color_rnd(0, 0, 0, 0, 100, 250); led.fade_mode(1); le...
gpl-3.0
Rise-Vision/rise-vision-app-launcher
web/partials/schedules/share-schedule-popover.html
6419
<div id="shareSchedulePopover" ng-controller="SharedSchedulePopoverController" class="share-schedule-popover"> <div class="row"> <div class="col-xs-12"> <button type="button" class="close" ng-click="dismiss()" aria-hidden="true"> <streamline-icon name="close" width="10" height="10"></streamline-icon...
gpl-3.0
xiaosuo/voipconf
lib/ini.php
2462
<?php /** * Ini manipulation */ class Ini { var $m_ini; function Ini() { $this->m_ini = Array(); } function load($fn) { $this->m_ini = Array(); $fh = fopen($fn, "r"); if (!$fh) return false; $section = ""; while (($line = fgets($fh)) !== false) { $line = trim($line); // ignore blank lines...
gpl-3.0
crisis-economics/CRISIS
CRISIS/src/eu/crisis_economics/abm/dashboard/Page_Model.java
7152
/* * This file is part of CRISIS, an economics simulator. * * Copyright (C) 2015 AITIA International, Inc. * Copyright (C) 2015 John Kieran Phillips * Copyright (C) 2015 Ariel Y. Hoffman * * CRISIS is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as...
gpl-3.0
rdumitru/lum-scan-matching
3rdparty/3dtk-1.2/3rdparty/hogman/aislib/graph_viewer/primitives.h
8435
// HOG-Man - Hierarchical Optimization for Pose Graphs on Manifolds // Copyright (C) 2010 G. Grisetti, R. Kümmerle, C. Stachniss // // This file is part of HOG-Man. // // HOG-Man 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 ...
gpl-3.0
mda747/dtu_elec2_prog2_semester_project
Serial/src/SQL/CustomerDAO.java
529
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package SQL; import java.util.ArrayList; /** * * @author adam279 */ public interface CustomerDAO { public Customer getCu...
gpl-3.0
Evil-Spirit/AnandamideEditor
src/AnandamideWorkspaceTree.cpp
29220
//------------------------------------------------------------------------------ // // This file is part of AnandamideEditor // // copyright: (c) 2010 - 2016 // authors: Alexey Egorov (FadeToBlack aka EvilSpirit) // Zakhar Shelkovnikov // Georgiy Kostarev // // mailto: anandamide@mail.ru // anan...
gpl-3.0
Slaedr/amovemesh
src/unused/extra_code.hpp
10133
/** Unused, mostly useless, code. */ /// Computes circumcentre and circumradius of a [tetrahedron](@ref Tet). /** NOTE: The tetrahedron's jacobian (2*volume) should be stored in [elem.D](&ref D) beforehand. * The center and radius of the circumsphere are calculated as follows. The circumcenter is * \f[ \mathbf{O} = \f...
gpl-3.0
AKSW/AutoSPARQL
algorithm-tbsl/src/main/java/org/aksw/autosparql/tbsl/algorithm/util/IndexResultItemComparator.java
1260
//package org.aksw.autosparql.tbsl.algorithm.util; // //import java.util.Comparator; //import java.util.HashMap; //import java.util.Map; // //import org.dllearner.common.index.IndexResultItem; // //public class IndexResultItemComparator implements Comparator<IndexResultItem>{ // private String s; // private Map<String,...
gpl-3.0
dleuenbe/project2
server/hardware/beaglebone-ports.ts
8864
import {Logger, getLogger} from '../utils/logger'; import fs = require('fs'); import {Observable} from 'rxjs/Observable'; import {Subscriber} from 'rxjs/Subscriber'; import {Direction, AbstractAIN, AbstractGPIO, AbstractLED} from './abstract-ports'; export class GPIO extends AbstractGPIO { public static readonly VAL...
gpl-3.0
ronaflx/opensource-tutorial
protobuf/closure-test.cc
2640
//============================================================================ // Name : closure-test.cc // Author : ronaflx // Version : 1.0 // Copyright : GNU GPL // Description : //============================================================================ #include <iostream> using namespace std...
gpl-3.0
livecodefraser/livecode
libfoundation/src/foundation-data.cpp
14664
/* Copyright (C) 2003-2013 Runtime Revolution Ltd. This file is part of LiveCode. LiveCode is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License v3 as published by the Free Software Foundation. LiveCode is distributed in the hope that it will be useful, ...
gpl-3.0
maksvzw/zetcam
src/main/java/org/maksvzw/zetcam/core/audio/buffers/ByteSampleBuffer.java
3890
/* * Copyright (C) 2015 Lenny Knockaert <lknockx@gmail.com> * * This file is part of ZetCam * * ZetCam 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 opt...
gpl-3.0
Staartvin/Statz
src/me/staartvin/statz/datamanager/player/specification/EnteredBedsSpecification.java
551
package me.staartvin.statz.datamanager.player.specification; import java.util.UUID; public class EnteredBedsSpecification extends PlayerStatSpecification { public EnteredBedsSpecification(UUID uuid, int value, String worldName) { super(); this.putInData(Keys.UUID.toString(), uuid); this....
gpl-3.0
builify/builify
src/javascript/components/canvas/click-toolbox/html-tagnames.js
512
export default { div: 'Div', aside: 'Aside', main: 'Main', h1: 'Heading', h2: 'Heading', h3: 'Heading', h4: 'Heading', h5: 'Heading', h6: 'Heading', p: 'Paragraph', span: 'Span', ul: 'Unordered List', li: 'List Item', img: 'Image', strong: 'Strong Text', e...
gpl-3.0
LOA-SEAD/cuidando-bem
grunt/options/watch.js
1178
// watch "use strict"; module.exports = { options: { livereload: false }, // docs: { // files: [ // "<%= pkg.source %>" + "/javascript/**/*.js" // ], // tasks: [ // "docs" // ] // }, js: { files: [ "<%= pkg.source ...
gpl-3.0
heartvalve/OpenFlipper
Plugin-PropertyVis/OpenVolumeMesh/OVMPropertyVisualizerT.cc
18016
/*===========================================================================*\ * * * OpenFlipper * * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * * ...
gpl-3.0
nidhugg/nidhugg
tests/litmus/C-tests/MOREDETOUR0928.c
2735
/* Copyright (C) 2018 Magnus Lång and Tuan Phong Ngo * This benchmark is part of SWSC */ #include <assert.h> #include <stdint.h> #include <stdatomic.h> #include <pthread.h> atomic_int vars[2]; atomic_int atom_1_r3_0; atomic_int atom_1_r5_1; atomic_int atom_3_r4_3; atomic_int atom_3_r1_1; void *t0(void *arg){ l...
gpl-3.0
Letractively/fxlgui
co.fxl.gui.style.gplus/src/main/java/co/fxl/gui/style/gplus/GPlusTable.java
1909
///** // * This file is part of FXL GUI API. // * // * FXL GUI API is free software: you can redistribute it and/or modify // * it under the terms of the GNU General Public License as published by // * the Free Software Foundation, either version 3 of the License, or // * (at your option) any later version. //...
gpl-3.0
dsalaj/Qt_shmup
Qt_shmup/button_w2.h
279
#ifndef BUTTON_W2_H #define BUTTON_W2_H #include "button.h" #include "game.h" #include "utility.h" #include <QObject> class Button_w2 : public Button { Q_OBJECT public: Button_w2(QObject *parent = 0); public slots: virtual void clicked(); }; #endif // BUTTON_W2_H
gpl-3.0
drnp/bsp
src/lib/bsp-core/bsp_server.h
4186
/* * bsp_server.h * * Copyright (C) 2012 - Dr.NP * * 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 pr...
gpl-3.0
udonsi-kc/hacker-wanna-be
Language_Notes/Python_Language/Python_Language_README.md
796
Directory Name: Python_Language Did you learn this as your first language? (High-five if you did :)! lol). Like me, you probably were introduced to it because of its "simplicity" and readiness. Basically spoon fed. That's alright, most times its good to get into something from the easier end. Where you ever temp...
gpl-3.0
Sejemus/Tower-Unite-Piano-Bot
Tower Unite Instrument Autoplayer/Core/Interfaces/INote.cs
371
namespace Tower_Unite_Instrument_Autoplayer.Core { /// <summary> /// This interface is a set of rules that all notes has to follow /// in order to qualify as a note /// </summary> interface INote { /// <summary> /// This method is invoked when the note is reached in the song ...
gpl-3.0
LCyberspazio/exaconv
README.md
66
exaconv ======= Exadecimal \xNN format to ASCII format converter
gpl-3.0
mgood7123/UPM
Sources/htmlstreamparser-0.4/src/Makefile
17595
# Makefile.in generated by automake 1.11.3 from Makefile.am. # src/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the F...
gpl-3.0
mvpel/core
libpromises/mod_storage.h
1143
/* Copyright (C) CFEngine AS This file is part of CFEngine 3 - written and maintained by CFEngine AS. 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; version 3. This program is di...
gpl-3.0
MaxGavr/breakdown_game
globs.py
3049
import libtcodpy as libtcod #globs are imported almost everywhere, so unnecessary libtcod imports should be omitted ########################################################## # Options ########################################################## #it's better to pack them into separate file LIMIT_FPS = 20 #size of the ...
gpl-3.0
UPenn-RoboCup/UPennalizers
Player/Motion/divewait.lua
3451
module(..., package.seeall); name = ...; require('Config') require('vector') require('Kinematics') require('Body') require('walk') require('mcm') active = true; t0 = 0; footY = Config.walk.footY; supportX = Config.walk.supportX; bodyHeight = Config.stance.bodyHeightDive or 0.25; bodyTilt = Config.stance.bodyTiltDive...
gpl-3.0