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
# 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 ...
fgvieira/ngsF-HMM
README.md
Markdown
gpl-3.0
5,771
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, ...
jeremiah-c-leary/vhdl-style-guide
vsg/tests/process/test_rule_035.py
Python
gpl-3.0
2,131
/* * 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...
00-Evan/shattered-pixel-dungeon
core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Skeleton.java
Java
gpl-3.0
3,174
#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[...
piyus/btkernel
btmod/bt/peep/peeptab.h
C
gpl-3.0
720
<?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...
alcexhim/Sydne
PrivateWebsite/Include/Configuration.inc.php
PHP
gpl-3.0
604
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 { } }
NetRevolutions/SICOTYC
SICOTYC/UI/src/app/sicotyc/operaciones/operaciones.component.ts
TypeScript
gpl-3.0
297
# 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 ...
fangxinmiao/projects
Architeture/Embedded/SoC/ST/STM32/utils/stm32flash/README.md
Markdown
gpl-3.0
1,476
""" 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_...
newmediamedicine/indivo_server_1_0
indivo/models/fact_objects/videomessage.py
Python
gpl-3.0
489
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) {...
RalfBarkow/Zettelkasten
src/main/java/de/danielluedecke/zettelkasten/database/Result.java
Java
gpl-3.0
345
\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} \...
DMJC/mg2modeller-
doc/latex/classnurbs__cube.tex
TeX
gpl-3.0
717
class HomeController < ApplicationController def index end def nice end end
tudor3084/percent2
app/controllers/home_controller.rb
Ruby
gpl-3.0
95
<!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...
rodrigolucianocosta/ControleEstoque
rOne/Storage101/django-localflavor/django-localflavor-1.3/docs/_build/html/_modules/localflavor/tn/forms.html
HTML
gpl-3.0
5,525
/************************************************************************** * 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 ...
elebow/otter
src/ui/toolbars/BookmarkWidget.cpp
C++
gpl-3.0
4,719
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 ...
timusus/Shuttle
app/src/main/java/com/simplecity/amp_library/ui/modelviews/GenreView.java
Java
gpl-3.0
3,659
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...
sonm-io/core
insonmnia/worker/whitelist.go
GO
gpl-3.0
3,863
<?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']); }...
flatCore/flatCore-CMS
install/index.php
PHP
gpl-3.0
2,785
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...
zebraxxl/CIL2Java
StdLibs/System/System/IO/Ports/SerialPort.cs
C#
gpl-3.0
11,104
/* * 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...
3cky/bkemu-android
app/src/main/java/su/comp/bk/arch/cpu/opcode/CmpOpcode.java
Java
gpl-3.0
3,085
# -*- 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...
landonb/hamster-applet
src/hamster/widgets/dayline.py
Python
gpl-3.0
13,958
/*==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...
cwalther/Plasma-nobink-test
Sources/Plasma/PubUtilLib/plDrawable/plSpanInstance.h
C
gpl-3.0
9,242
/* * 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...
BlisterBoy/Player
src/window_varlist.h
C
gpl-3.0
1,773
<?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(...
ETICAGNU/eticagnuwptheme
proyectos.php
PHP
gpl-3.0
1,313
<? 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(); ...
just-paja/improtresk-2015
lib/module/car/offer/admin/detail.php
PHP
gpl-3.0
1,186
/** * 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...
pupitetris/rectpack
src/ConflictBT.cc
C++
gpl-3.0
5,723
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...
NotEnoughMods/NotEnoughModPolling
NotEnoughMods_Tools.py
Python
gpl-3.0
19,543
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...
mokuki082/EggDrop
code/build/bdist.macosx-10.6-intel/python3.4-standalone/app/temp/pygame/imageext.py
Python
gpl-3.0
397
// // 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...
robotage/SyntroApps
SyntroCommon/GL/VRWidgetLib/VRPlaneWidget.cpp
C++
gpl-3.0
2,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...
halilkaya/minetest-mods
streets/concretestairs/init.lua
Lua
gpl-3.0
597
>Прочитать этот документ на другом языке: [Английский / English](/README.md) # Wordpress-плагин "MX Individual CSS/JS" Как правило, вы пишите разный CSS/JS-код для разных страниц (для главной страниц, для страницы одиночной записи, для страницы отдельного товара и т.д.) в одном CSS- или JS-файле. Когда ваш проект раз...
mx-studio/mx-individual-css-js
README.ru.md
Markdown
gpl-3.0
5,889
/***************************************************************** * 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...
CCAFS/MARLO
marlo-data/src/main/java/org/cgiar/ccafs/marlo/data/dao/mysql/DeliverableUserPartnershipMySQLDAO.java
Java
gpl-3.0
4,091
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 ...
TheWhiteShadow3/cuina
CuinaEclipse/cuina.editor.map/src/cuina/map/Map.java
Java
gpl-3.0
2,507
/* 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...
y123456yz/Reading-and-comprehense-linux-Kernel-network-protocol-stack
linux-net-kernel/net/ipv4/arp.c
C
gpl-3.0
37,200
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...
ndlib/annex-ims
db/migrate/20150428155251_create_issues.rb
Ruby
gpl-3.0
418
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...
CARLORION/PrincipiosSOLID
EP.SOLID/5 - DIP/DIP.Solucao/Cliente.cs
C#
gpl-3.0
794
--- title: "ड्राइविंग लाइसेन्स के लिए अब आॅनलाइन टेस्ट" layout: item category: lucknow date: 2016-01-25T16:02:23.000Z image: 982bdf702e4bc1a6bc3b244c562f0044.jpg --- <p style="text-align: justify;">लखनऊ: उत्तर प्रदेश के परिवहन राज्य मंत्री (स्वतंत्र प्रभार) यासर शाह के निर्देशानुसार परिवहन विभाग अपने सम्भागीय परिवहन का...
InstantKhabar/_source
_source/news/28840-lucknow.html
HTML
gpl-3.0
2,567
# -*- 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...
rivasd/djPsych
djreceive/migrations/0025_auto_20170201_1516.py
Python
gpl-3.0
1,227
# 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...
LennonLab/Micro-Encounter
model/ODD/ODD_Protocol.md
Markdown
gpl-3.0
27,629
<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; }...
JElchison/iframe-kiosk
docs/radar.html
HTML
gpl-3.0
346
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 {...
rtezli/Blitzableiter
BlitzableiterCommandLine/style.css
CSS
gpl-3.0
476
// 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...
wp-plugins/responsive-progress-bar
assets/js/responsive-progressbar.js
JavaScript
gpl-3.0
642
#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 = ...
neptoess/opengl-superbible-fourth
ch03/Pointsz/src/main.cpp
C++
gpl-3.0
3,535
/* * 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....
IWillFindYou/SecurityBootManager
core/ipxe/src/arch/x86/drivers/hyperv/hyperv.c
C
gpl-3.0
15,466
python -m unittest discover tests -p "*_test.py"
beslave/space-king
test.sh
Shell
gpl-3.0
49
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 ...
kmcurry/3Scape
public/bower_components/bootstrap/js/tests/unit/modal.spec.js
JavaScript
gpl-3.0
35,285
/** * 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: ...
geekitude/dokuwiki-template-namespaced
script.js
JavaScript
gpl-3.0
4,265
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...
Conrad2134/pitchfx
src/teams.js
JavaScript
gpl-3.0
2,914
"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"); ...
Toinane/colorpicker
src/browsers/support.js
JavaScript
gpl-3.0
950
/* -*- 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 ...
oascigil/trafficgen
src/ndn-traffic-client.cpp
C++
gpl-3.0
31,588
#!/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):...
obspy/TauPy
taupy/tests/test_tauPyModel.py
Python
gpl-3.0
645
<template name="mainLayout"> <div id="main-layout"> {{> Template.dynamic template=content}} </div> {{> sAlert}} </template>
lesLaitues/laitues-blog
imports/ui/layouts/main-layout.html
HTML
gpl-3.0
130
<?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...
DaviMenezes/DviCodeIgniter
application/views/examples/mailbox/read_mail.php
PHP
gpl-3.0
12,385
![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...
bastiao/EsgrimaJS
README.md
Markdown
gpl-3.0
3,585
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...
SteadyStill/rfid
src/edu/xjtu/wwh/rmi/ThirdParty.java
Java
gpl-3.0
1,997
<?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...
ftisunpar/BlueTape
vendor/google/apiclient-services/src/Google/Service/YouTube.php
PHP
gpl-3.0
70,431
/* 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...
chergert/libdazzle
src/panel/dzl-dock-revealer.h
C
gpl-3.0
4,634
define(['backbone'], function(Backbone){ var Role = Backbone.Model.extend({ idAttribute: 'UID', url: '/api/role' }); var role = new Role(); role.fetch(); return role; });
gsmlg/oneblog
app/assets/javascript/app/role.js
JavaScript
gpl-3.0
207
/************************************************************************ 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...
marcboudreau/ilo
dxt/fshtool.h
C
gpl-3.0
850
# 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...
mnr/DatabaseClinic-SQLite
Ch05/README.md
Markdown
gpl-3.0
1,980
# 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 ...
RannyeriDev/Solfege
solfege/exercises/solmisation.py
Python
gpl-3.0
16,440
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...
CCAFS/MARLO
marlo-data/src/main/java/org/cgiar/ccafs/marlo/data/model/CustomParameter.java
Java
gpl-3.0
1,703
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...
ILiebhardt/darktable
RELEASE_NOTES.md
Markdown
gpl-3.0
17,600
# -*- 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( ...
cmjatai/cmj
cmj/sigad/migrations/0034_auto_20180215_0953.py
Python
gpl-3.0
1,088
#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...
tysonliddell/OpenRA
OpenRA.Mods.Common/Traits/World/GameSaveViewportManager.cs
C#
gpl-3.0
2,338
/* * 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 ...
sasadangelo/MrSnake
app/src/main/java/org/androidforfun/mrsnake/model/Snake.java
Java
gpl-3.0
7,705
"use strict"; var TransitionHookPhase; (function (TransitionHookPhase) { TransitionHookPhase[TransitionHookPhase["CREATE"] = 0] = "CREATE"; TransitionHookPhase[TransitionHookPhase["BEFORE"] = 1] = "BEFORE"; TransitionHookPhase[TransitionHookPhase["RUN"] = 2] = "RUN"; TransitionHookPhase[TransitionHookPh...
DigitalCookiesGroup/SWEDesigner
Front-End/node_modules/@uirouter/core/lib/transition/interface.js
JavaScript
gpl-3.0
852
<?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 ...
lucasjkr/opencommerce
system/library/squareup/exception.php
PHP
gpl-3.0
2,480
/** * 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...
ithaca/visu
VisuServeur/visu/src/com/lyon2/utils/UserAccountHelpers.java
Java
gpl-3.0
3,804
/* * 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...
1313ou/TreebolicLib
treebolicGlue/src/main/java/treebolic/glue/component/Utils.java
Java
gpl-3.0
5,780
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
alfrenovsky/Digesto
db/migrate/20110908115724_create_permissions.rb
Ruby
gpl-3.0
240
/* -*- 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...
gerddie/mia
src/2dsegment-local-cmeans.cc
C++
gpl-3.0
17,671
.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; ...
oeru/techblog
drupal8/modules/at_tools/at_theme_generator/starterkits/starterkit/layout/plugin-layout-flex/css/threecol-2-8-2.css
CSS
gpl-3.0
2,319
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 ...
ritazh/xplat
tests/acceptance/notification-test.js
JavaScript
gpl-3.0
1,845
// 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...
psy0rz/ledanim
web/repo/xmas/sparkle.js
JavaScript
gpl-3.0
390
<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...
Rise-Vision/rise-vision-app-launcher
web/partials/schedules/share-schedule-popover.html
HTML
gpl-3.0
6,419
<?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...
xiaosuo/voipconf
lib/ini.php
PHP
gpl-3.0
2,462
/* * 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...
crisis-economics/CRISIS
CRISIS/src/eu/crisis_economics/abm/dashboard/Page_Model.java
Java
gpl-3.0
7,152
// 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 ...
rdumitru/lum-scan-matching
3rdparty/3dtk-1.2/3rdparty/hogman/aislib/graph_viewer/primitives.h
C
gpl-3.0
8,435
/* * 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...
mda747/dtu_elec2_prog2_semester_project
Serial/src/SQL/CustomerDAO.java
Java
gpl-3.0
529
//------------------------------------------------------------------------------ // // 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...
Evil-Spirit/AnandamideEditor
src/AnandamideWorkspaceTree.cpp
C++
gpl-3.0
29,220
/** 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...
Slaedr/amovemesh
src/unused/extra_code.hpp
C++
gpl-3.0
10,133
//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,...
AKSW/AutoSPARQL
algorithm-tbsl/src/main/java/org/aksw/autosparql/tbsl/algorithm/util/IndexResultItemComparator.java
Java
gpl-3.0
1,260
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...
dleuenbe/project2
server/hardware/beaglebone-ports.ts
TypeScript
gpl-3.0
8,864
//============================================================================ // Name : closure-test.cc // Author : ronaflx // Version : 1.0 // Copyright : GNU GPL // Description : //============================================================================ #include <iostream> using namespace std...
ronaflx/opensource-tutorial
protobuf/closure-test.cc
C++
gpl-3.0
2,640
/* 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, ...
livecodefraser/livecode
libfoundation/src/foundation-data.cpp
C++
gpl-3.0
14,664
/* * 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...
maksvzw/zetcam
src/main/java/org/maksvzw/zetcam/core/audio/buffers/ByteSampleBuffer.java
Java
gpl-3.0
3,890
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....
Staartvin/Statz
src/me/staartvin/statz/datamanager/player/specification/EnteredBedsSpecification.java
Java
gpl-3.0
551
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...
builify/builify
src/javascript/components/canvas/click-toolbox/html-tagnames.js
JavaScript
gpl-3.0
512
// watch "use strict"; module.exports = { options: { livereload: false }, // docs: { // files: [ // "<%= pkg.source %>" + "/javascript/**/*.js" // ], // tasks: [ // "docs" // ] // }, js: { files: [ "<%= pkg.source ...
LOA-SEAD/cuidando-bem
grunt/options/watch.js
JavaScript
gpl-3.0
1,178
/*===========================================================================*\ * * * OpenFlipper * * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * * ...
heartvalve/OpenFlipper
Plugin-PropertyVis/OpenVolumeMesh/OVMPropertyVisualizerT.cc
C++
gpl-3.0
18,016
/* 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...
nidhugg/nidhugg
tests/litmus/C-tests/MOREDETOUR0928.c
C
gpl-3.0
2,735
///** // * 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. //...
Letractively/fxlgui
co.fxl.gui.style.gplus/src/main/java/co/fxl/gui/style/gplus/GPlusTable.java
Java
gpl-3.0
1,909
#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
dsalaj/Qt_shmup
Qt_shmup/button_w2.h
C
gpl-3.0
279
/* * 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...
drnp/bsp
src/lib/bsp-core/bsp_server.h
C
gpl-3.0
4,186
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...
udonsi-kc/hacker-wanna-be
Language_Notes/Python_Language/Python_Language_README.md
Markdown
gpl-3.0
796
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 ...
Sejemus/Tower-Unite-Piano-Bot
Tower Unite Instrument Autoplayer/Core/Interfaces/INote.cs
C#
gpl-3.0
371
exaconv ======= Exadecimal \xNN format to ASCII format converter
LCyberspazio/exaconv
README.md
Markdown
gpl-3.0
66
# 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...
mgood7123/UPM
Sources/htmlstreamparser-0.4/src/Makefile
Makefile
gpl-3.0
17,595
/* 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...
mvpel/core
libpromises/mod_storage.h
C
gpl-3.0
1,143
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 ...
MaxGavr/breakdown_game
globs.py
Python
gpl-3.0
3,049
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...
UPenn-RoboCup/UPennalizers
Player/Motion/divewait.lua
Lua
gpl-3.0
3,451