code
stringlengths
4
1.01M
language
stringclasses
2 values
#ifndef GRAPH_INTERFACE_HPP #define GRAPH_INTERFACE_HPP #include "graphdsl.hpp" #include <vector> #include <utility> #include <type_traits> namespace netalgo { template<typename NodeType, typename EdgeType> class GraphInterface { private: static_assert(std::is_class<NodeType>::value, "NodeType must be a c...
Java
develop: python setup.py develop undevelop: python setup.py develop --uninstall lint: # Install mdl with "gem install mdl" mdl . flake8 test: nosetests --with-coverage --cover-tests --cover-inclusive --cover-branches --cover-package=mackup clean: rm -rf dist/ rm -rf Mackup.egg-info/ release: clean python ...
Java
<?php class ExtensionManager{ var $extensions; function ExtensionManager(){ $this->extensions = array(); } function loadExtension($name, $path, $enabled){ if($enabled){ require_once($path); } $this->extensions[] = array("name" => $name, ...
Java
# ##### BEGIN GPL LICENSE BLOCK ##### # # 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 is distrib...
Java
/** * Copyright (C) 2005-2013, Stefan Strömberg <stefangs@nethome.nu> * * This file is part of OpenNetHome (http://www.nethome.nu) * * OpenNetHome 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...
Java
# coding: utf-8 """ rita Pipeline .. module:: rita :synopsis: rita pipeline .. moduleauthor:: Adolfo De Unánue <nanounanue@gmail.com> """ import os import subprocess from pathlib import Path import boto3 import zipfile import io import csv import datetime import luigi import luigi.s3 import pandas as pd ...
Java
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <style> table.head, table.foot { width: 100%; } td.head-rtitle, td.foot-os { text-align: right; } td.head-vol { text-align: center; } table.foot td { width: 50%; } table.head td { width: 33%; } div.spacer { margin: 1em 0; } </style> <title> Mono(MakeCert)</title> </...
Java
/* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * Copyright (C) 2012-2015 Marco Craveiro <marco.craveiro@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 Fou...
Java
# -*- coding: utf-8 -*- # Resource object code # # Created by: The Resource Compiler for PyQt5 (Qt v5.9.2) # # WARNING! All changes made in this file will be lost! from PyQt5 import QtCore qt_resource_data = b"\ \x00\x00\x07\x27\ \x00\ \x00\x1a\x8b\x78\x9c\xe5\x58\xdd\x8f\xdb\x36\x12\x7f\xdf\xbf\x82\ \x55\x1f\xd2\x4...
Java
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # compute/__init__.py """ See |compute.subsystem|, |compute.network|, |compute.distance|, and |compute.parallel| for documentation. Attributes: all_complexes: Alias for :func:`pyphi.compute.network.all_complexes`. ces: Alias for :func:`pyphi.compute.subsystem.ces...
Java
#include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <fap.h> #define EXIT_SUCCESS 0 char *readstdin(void); int main() { char* input; unsigned int input_len; fap_packet_t* packet; char fap_error_output[1024]; fap_init(); /* Get packet to parse from stdin */ input = readstdin...
Java
<?php /** * Elasticsearch PHP client * * @link https://github.com/elastic/elasticsearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Le...
Java
/* Copyright (C) 2013 Nils Weiss, Patrick Bruenn. This file is part of Wifly_Light. Wifly_Light 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 y...
Java
\documentclass{article} \usepackage{planetmath-specials} \usepackage{pmath} \usepackage{amssymb} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{graphicx} \usepackage{xypic} \begin{document} For any sets $A$ and $B$, the {\em Cartesian product} $A \times B$ is the set consisting of all ordered pairs $(a,b)$ wher...
Java
FROM golang:latest RUN go version RUN apt-get update RUN curl -sL https://deb.nodesource.com/setup_7.x | bash RUN apt-get install -y build-essential nodejs RUN apt-get install -y sqlite3 libsqlite3-dev RUN go get -u github.com/golang/lint/golint RUN go get -u github.com/markbates/filetest ENV BP=$GOPATH/src/github....
Java
/// @file core/thread_sched.hh // Uniqos -- Unique Operating System // (C) 2012-2015 KATO Takeshi // // Uniqos 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 // ...
Java
// Generated on 05/22/2016 17:50:29 using System; using System.Collections.Generic; using Dofus.Files.GameData; namespace Arcane.Protocol.Datacenter { [D2OClass(Mount.MODULE)] public class Mount : IDataObject { private const String MODULE = "Mounts"; public uint id; ...
Java
/*************************************************************************** * Project file: NPlugins - NTalk - TimedFilter.java * * Full Class name: fr.ribesg.bukkit.ntalk.filter.bean.TimedFilter * * * * ...
Java
1 - A quantidade de pedidos feitos por cada um dos funcionários. SELECT Nome_Func, count(Pedidos.ID_Pedido) FROM Funcionarios INNER JOIN Pedidos ON (Funcionarios.ID_Func = Pedidos.ID_Func) GROUP BY Nome_Func 2. Os números dos pedidos, os códigos e as descrições dos produtos contidos em cada um deles. SELECT Ite...
Java
/* * 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 net.projectzombie.regionrotation.modules; import com.sk89q.worldguard.bukkit.WGBukkit; import com.sk89q.worldedit.LocalWorld; ...
Java
package com.plutomc.power.common.blocks; import com.plutomc.core.common.blocks.BlockMetal; import com.plutomc.power.Power; import com.plutomc.power.common.tileentities.TileEntityCombustionEngine; import com.plutomc.power.init.BlockRegistry; import com.plutomc.power.init.GuiHandler; import net.minecraft.block.ITileEnti...
Java
<?php if (!defined('a1cms')) die('Access denied users config.php!'); $plugin_list['users']=array ( 'title' => 'Пользователи', 'version' => '0.1', 'site' => '', 'priority' => 1000, 'install_state' => '1', 'state' => 0, 'icon' => 'icons/group.png', ); ?>
Java
#!/bin/bash # # Copyright 2013 - Bavo De Ridder <http://www.bavoderidder.com/> # # This file is part of mysql-backup. # # Mysql-backup 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 ...
Java
<?php /** * @author YIThemes * @package WooCommerce/Templates * @version 1.6.4 */ global $post; echo '<div class="options_group">'; // Active custom onsale $active = get_post_meta($post->ID, '_active_custom_onsale', true); woocommerce_wp_checkbox( array( 'id' => '_active_cus...
Java
package nl.jappieklooster; import java.util.logging.ConsoleHandler; import java.util.logging.Level; import java.util.logging.Logger; /** * Wraps arround the java.util.logging.Logger, just to save some typing time. & it makes all the * loging go trough here so sutting it down is easy * * @author jappie */ public ...
Java
#ifndef SHRIMPS_EVENT_GENERATOR_BASE_H #define SHRIMPS_EVENT_GENERATOR_BASE_H #include "SHRiMPS/Eikonals/Omega_ik.H" namespace SHRIMPS { class Event_Generator_Base { protected: Omega_ik * p_eikonal; double m_smin; public: Event_Generator_Base(): p_eikonal(NULL),m_smin(0.) {} ~Event_Generator...
Java
/** * JSONDB - JSON Database Manager * * Manage JSON files as databases with JSONDB Query Language (JQL) * * This content is released under the GPL License (GPL-3.0) * * Copyright (c) 2016, Centers Technologies * * @package JSONDB * @author Nana Axel * @copyright Copyright (c) 2016, Centers Technolog...
Java
# Cucumber no longer supplies this file. It is here until we figure out if we should get rid of it or keep it # TL;DR: YOU SHOULD DELETE THIS FILE # # This file was generated by Cucumber-Rails and is only here to get you a head start # These step definitions are thin wrappers around the Capybara/Webrat API that lets y...
Java
<!-- meta:title cookbooks, snowballs, and bowling parties --> <p>Dear Journal,</p> <p>Good morning, everyone! Hope you're having a great Sunday thus far. We're having an easy morning, waking up with plenty of time to get to the eleven o'clock church service, but I'm sure that by the time I'm finished writing this entr...
Java
import com.google.common.collect.MapDifference; import com.google.common.collect.Maps; import com.google.common.reflect.TypeToken; import com.google.gson.*; import com.thoughtworks.xstream.XStream; import com.thoughtworks.xstream.io.xml.DomDriver; import edu.pitt.isg.Converter; import edu.pitt.isg.dc.TestConvertDatsToJ...
Java
<!-- Automatically generated HTML file from DocOnce source (https://github.com/hplgit/doconce/) --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" /> <meta name="description" content="App.E: Programming of ...
Java
from couchpotato.api import addApiView from couchpotato.core.event import addEvent, fireEvent, fireEventAsync from couchpotato.core.helpers.encoding import ss from couchpotato.core.helpers.request import jsonified from couchpotato.core.logger import CPLog from couchpotato.core.plugins.base import Plugin from couchpotat...
Java
////////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2014, Jonathan Balzer // // All rights reserved. // // This file is part of the R4R library. // // The R4R library is free software: you can redistribute it and/or modify // it under the terms of the GNU General Publi...
Java
/* * Qt REST Client * Copyright (C) 2014 Emílio Simões * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Th...
Java
package com.success.txn.jpa.repos; import java.util.Date; import javax.persistence.EntityManager; import javax.persistence.criteria.CriteriaBuilder; import javax.persistence.criteria.CriteriaQuery; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired;...
Java
/* Copyright (C) 2014-2022 FastoGT. All right reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditio...
Java
/* MapleLib - A general-purpose MapleStory library * Copyright (C) 2009, 2010, 2015 Snow and haha01haha01 * 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 Lice...
Java
/* * Copyright (c) 2011 Nicholas Okunew * All rights reserved. * * This file is part of the com.atomicleopard.webelemental library * * The com.atomicleopard.webelemental library is free software: you * can redistribute it and/or modify it under the terms of the GNU * Lesser General Public Lic...
Java
<!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.5.0_11) on Sun Jan 18 19:28:38 COT 2009 --> <TITLE> Uses of Class org.lobobrowser.html.domimpl.HTMLDocumentImpl (Cobra 0.98.4 - Java HTML Toolkit - API D...
Java
#include <thread.h> #include <processor.h> #include <interrupt.h> #include <printk.h> _Atomic long long min_time = 0; static struct thread *__select_thread(struct processor *proc) { /* throw the old process back on the queue */ spinlock_acquire(&proc->schedlock); if(current_thread->flags & THREAD_DEAD) current_t...
Java
-- -- Type: TABLE; Owner: I2B2DEMODATA; Name: QT_QUERY_RESULT_INSTANCE -- CREATE TABLE "I2B2DEMODATA"."QT_QUERY_RESULT_INSTANCE" ( "RESULT_INSTANCE_ID" NUMBER(5,0), "QUERY_INSTANCE_ID" NUMBER(5,0), "RESULT_TYPE_ID" NUMBER(3,0) NOT NULL ENABLE, "SET_SIZE" NUMBER(10,0), "START_DATE" DATE NOT NULL ENABLE, "END_DA...
Java
/*****************************************************************************\ * $Id: ipmiping.c,v 1.75 2010-02-08 22:02:31 chu11 Exp $ ***************************************************************************** * Copyright (C) 2007-2015 Lawrence Livermore National Security, LLC. * Copyright (C) 2003-2007 The...
Java
/* * (C) Copyright 2010 * Stefan Roese, DENX Software Engineering, sr@denx.de. * * SPDX-License-Identifier: GPL-2.0+ */ /* * t3corp.h - configuration for T3CORP (460GT) */ #ifndef __CONFIG_H #define __CONFIG_H /* * High Level Configuration Options */ #define CONFIG_460GT 1 /* Specific PPC460GT */ #define CO...
Java
/* IE 6-8 fallback colors */ .marker-cluster-small { background-color: rgb(181, 226, 140); } .marker-cluster-small div { background-color: rgb(110, 204, 57); } .marker-cluster-medium { background-color: rgb(241, 211, 87); } .marker-cluster-medium div { background-color: rgb(240, 194, 12); ...
Java
# ABSTRACT: A collection of Net::Object::Peer::Subscriptions package Net::Object::Peer::Subscriptions; use 5.10.0; use Types::Standard qw[ ArrayRef InstanceOf ]; use Ref::Util qw[ is_coderef ]; use List::Util qw[ all ]; use Safe::Isa; use Net::Object::Peer::Subscription; use Net::Object::Peer::Subscription::Ephemera...
Java
<?php /*************************************************************************** * db.php * ------------------- * begin : Saturday, Feb 13, 2001 * copyright : (C) 2001 The phpBB Group * email : support@phpbb...
Java
/* * Copyright (c) 2008, Jerome Fimes, Communications & Systemes <jerome.fimes@c-s.fr> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the ...
Java
package edu.casetools.icase.mreasoner.gui.model.io; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; public class FileReaderModel { FileReader fileReader = null; BufferedReader br = null; public void open(String fileName){ try { fileReader = new FileR...
Java
package alexiil.mc.mod.load.baked.render; import org.lwjgl.opengl.GL11; import net.minecraft.client.gui.FontRenderer; import alexiil.mc.mod.load.render.MinecraftDisplayerRenderer; import buildcraft.lib.expression.api.IExpressionNode.INodeDouble; import buildcraft.lib.expression.api.IExpressionNode.INodeLong; import...
Java
package com.tianyu.mesimp.survey.service; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.springframework.stereotype.Service; import com.tianyu.mesimp.survey.bean.CompanyNum; @Service public class SunrveyService { private Map<String, Comp...
Java
package eu.siacs.conversations.persistance; import android.annotation.TargetApi; import android.content.ContentResolver; import android.content.Context; import android.content.Intent; import android.database.Cursor; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; ...
Java
{% extends "layout.html" %} {% block content %} <tr> <td>Connection Status</td> <td>{% if connstate==True %} Connected: {{ ip }}:{{ port }} {% else %} Not connected {% endif %}</td> </tr> <tr> <td>Door Status</td> <td>{% if state %} {{ state }} {% endif %}</td> </tr> <tr> <td>Open Time (...
Java
<?php /** * Handler Registry * * @package Quark-Framework * @version $Id: handlerregistry.php 69 2013-01-24 15:14:45Z Jeffrey $ * @author Jeffrey van Harn <Jeffrey at lessthanthree.nl> * @since December 15, 2012 * @copyright Copyright (C) 2012-2013 Jeffrey van Harn. All rights reserved. * @license http://...
Java
<?php /* * ******************************************************************** * Customization Services by ModulesGarden.com * Copyright (c) ModulesGarden, INBS Group Brand, All Rights Reserved * (2014-11-12, 10:35:44) * * * CREATED BY MODULESGARDEN -> http://modulesgarden.com * CONTA...
Java
#ifdef PARSER_H #define PARSER_H int parse(char *content, long fsize, int argsc, char *args[]); #endif
Java
#mapSvg{background-color: #ffffff;} .l0r0 { stroke: #000000; stroke-width: 0.26; stroke-opacity: 1.0; stroke-dasharray: ; fill: #f7fbff; fill-opacity: 1.0; } .l0r1 { stroke: #000000; stroke-width: 0.26; stroke-opacity: 1.0; stroke-dasharray: ; fill: #d7e6f4; fill-opacity: 1.0; } .l0r2 { stroke: #000000; stroke-width: 0...
Java
// port.js class SingleData { constructor (port, order, type, value) { this.port = port this.order = order this.type = type this.value = value } } export let inputVariables = [] export let countVariables = [] // Add a new port export function Add (countInputPort) { countInputPort++ inputVaria...
Java
<?PHP require_once("website.php"); $adminModuleUtils->checkAdminModule(MODULE_FORM); $mlText = $languageUtils->getMlText(__FILE__); $warnings = array(); $formSubmitted = LibEnv::getEnvHttpPOST("formSubmitted"); if ($formSubmitted) { $formId = LibEnv::getEnvHttpPOST("formId"); $name = LibEnv::getEnvHttpPOST(...
Java
// DXQuake3 Source // Copyright (c) 2003 Richard Geary (richard.geary@dial.pipex.com) // // // Useful Utilities for DQ // #include "stdafx.h" //'a'-'A' = 97 - 65 = 32 #define DQLowerCase( in ) ( ( (in)>='a' && (in)<='z' ) ? (in)-32 : (in) ) //Copy pSrc to pDest up to null terminating char or MaxLength /...
Java
package net.mosstest.tests; import net.mosstest.scripting.NodePosition; import org.junit.Assert; import org.junit.Test; import java.io.IOException; import static org.junit.Assert.fail; public class NodePositionTest { public static final int CHUNK_DIMENSION = 16; public static final int[] coords ...
Java
/* * G. Rilling, last modification: 3.2007 * gabriel.rilling@ens-lyon.fr * * code based on a student project by T. Boustane and G. Quellec, 11.03.2004 * supervised by P. Chainais (ISIMA - LIMOS - Universite Blaise Pascal - Clermont II * email : pchainai@isima.fr). */ /**************************************************...
Java
function createDownloadLink(data,filename,componentId){ let a = document.createElement('a'); a.href = 'data:' + data; a.download = filename; a.innerHTML = 'Export'; a.class = 'btn' let container = document.getElementById(componentId); container.appendChild(a);...
Java
/* To Do: Fix Reverse Driving Make only one side fire (right) */ /* Copyright (c) 2014, 2015 Qualcomm Technologies Inc All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below) provided that...
Java
/*root_check.c */ #include <ctype.h> #include <errno.h> #include <fcntl.h> #include <limits.h> #include <linux/input.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/stat.h> #include <sys/statfs.h> #include <sys/types.h> #include <time.h> #include <unistd.h> #include <dirent.h> #include "com...
Java
/* * @file TestXMLNode.java * @brief XMLNode unit tests * * @author Akiya Jouraku (Java conversion) * @author Michael Hucka <mhucka@caltech.edu> * * $Id: TestXMLNode.java 11442 2010-07-09 02:23:35Z mhucka $ * $HeadURL: https://sbml.svn.sourceforge.net/svnroot/sbml/trunk/libsbml/src/bindings/java/test/or...
Java
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Sonic Visualiser An audio file viewer and annotation editor. Centre for Digital Music, Queen Mary, University of London. This file copyright 2008 QMUL. This program is free software; you can redistribute it and/o...
Java
all: pipestat pipemulti pipeatom pipepoll pipepage ppage pmulti tolower ptolower add2 add3 padd2 ffread ffwrite ffrw xsiget xsique xsisem xsishm addr zroshm pipeselect msgid shmlst shmlst: shmlst.o apue.o gcc -Wall -g $^ -o $@ -lpthread shmlst.o: shmlst.c ../apue.h gcc -Wall -g -c $< -o $@ msgid: msgid.o apue.o ...
Java
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
Java
<?php namespace Neos\Neos\TYPO3CR\Transformations; /* * This file is part of the Neos.Neos package. * * (c) Contributors of the Neos Project - www.neos.io * * This package is Open Source Software. For the full copyright and license * information, please view the LICENSE file which was distributed with this * so...
Java
/********************************************************************** * Copyright (c) 2011 by the President and Fellows of Harvard College * * 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...
Java
/* * Copyright (C) 2013 The OmniROM Project * * 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 ...
Java
 using System; using System.Web; using System.Web.Routing; using System.Drawing; using System.Drawing.Imaging; using Meridian59.Files.BGF; namespace Meridian59.BgfService { /// <summary> /// /// </summary> public class FileRouteHandler : IRouteHandler { public FileRouteHandler() {...
Java
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - Family of SNOOKS, William and HODGETTS, Hester</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, us...
Java
<?php require('../core.php'); $act=explode('/',$_REQUEST['action']); $db=$app->conn[0]; $tbl='tbl_grupo'; switch($act[0]){ case 'create': if($app->acl(103)){ $record = json_decode(html_entity_decode(file_get_contents('php://input'),ENT_COMPAT,'utf-8'),true); if($db->AutoExec...
Java
/* * Copyright (C) 2015 Max Planck Institute for Psycholinguistics * * 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 versi...
Java
package com.example.channelmanager; /** * Created by Administrator on 2017/2/7. * 频道列表 */ public class ProjectChannelBean { private String topicid; // 设置该标签是否可编辑,如果出现在我的频道中,且值为1,则可在右上角显示删除按钮 private int editStatus; private String cid; private String tname; private String ename; // 标签类型,...
Java
/** Template Controllers @module Templates */ /** The execute contract template @class [template] elements_executeContract @constructor */ Template['elements_executeContract'].onCreated(function(){ var template = this; // Set Defaults TemplateVar.set('sending', false); // show execute part if its ...
Java
/* * Leaktrack, a Memory Leack Tracker. * Copyright (C) 2002-2008 Aymerick Jehanne <aymerick@jehanne.org> * * 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...
Java
/* * Copyright (C) 2016 Douglas Wurtele * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is di...
Java
package org.zarroboogs.weibo.widget.galleryview; import android.annotation.TargetApi; import android.content.Context; import android.os.Build; import android.util.FloatMath; import android.view.MotionEvent; import android.view.ScaleGestureDetector; import android.view.ScaleGestureDetector.OnScaleGestureListener; impo...
Java
/*************************************************************************** * Copyright (C) 2011-2017 Alexander V. Popov. * * This file is part of Molecular Dynamics Trajectory * Reader & Analyzer (MDTRA) source code. * * MDTRA source code is free software; you can redistribute it and/or * modify it under the term...
Java
/** * Track the trackers * Copyright (C) 2014 Sebastian Schelter, Felix Neutatz * * 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) a...
Java
;; ;; CTC test for NEZ80 (Darkstar) MultiF-Board ;; CTCBASE EQU $E8 CTCCHAN0 EQU CTCBASE+0 ; Channel 1 - Free CTCCHAN1 EQU CTCBASE+1 ; Channel 2 - Free CTCCHAN2 EQU CTCBASE+2 ; Channel 3 - UART 1 Interrupt CTCCHAN3 EQU CTCBASE+3 ; Channel 4 - UART 0 Interrupt LF EQU 0AH CR EQU 0DH BS EQU 08H ;Back space (requi...
Java
# dict_exp_result_types _namespace: [SMRUCC.genomics.Data.Regtransbase.MySQL](./index.md)_ -- DROP TABLE IF EXISTS `dict_exp_result_types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dict_exp_result_types` ( `exp_result_type_guid` int(1...
Java
#Region "Microsoft.VisualBasic::9562de1d3b30395990f3c41fe48394df, ..\GCModeller\engine\GCModeller\EngineSystem\Services\DataAcquisition\DataAdapters\Proteome.vb" ' Author: ' ' asuka (amethyst.asuka@gcmodeller.org) ' xieguigang (xie.guigang@live.com) ' xie (genetics@smrucc.org) ...
Java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- **************************************************************** --> <!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * --> <!-- * i.e. only iterate & print data where possible. Thanks, Jez. *...
Java
package DataHash; use strict; use warnings; use DirHandle; use List::Util qw(max); use List::MoreUtils qw{uniq}; use Exporter; our (@ISA, @EXPORT_OK); @ISA =qw(Exporter); @EXPORT_OK = qw(get_data_hash dump_column_to_files); =pod =head1 get_data_hash get_data_hash hashes all of the data.number.language files in th...
Java
/* * IIIFProducer * Copyright (C) 2017 Leipzig University Library <info@ub.uni-leipzig.de> * * 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...
Java
package com.github.ypid.complexalarm; import java.io.IOException; import java.io.InputStream; import java.util.Scanner; import android.content.Context; import android.content.res.AssetManager; import android.util.Log; import com.evgenii.jsevaluator.JsEvaluator; import com.evgenii.jsevaluator.JsFunctionCallFormatter;...
Java
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - Surname - CARTY</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name =...
Java
{% extends "base.html" %} {% block header %} 成功新增记录! {% endblock %} {% block body %} {% endblock %}
Java
# -*- coding: utf-8 -*- #------------------------------------------------------------------------------ # file: $Id$ # auth: metagriffin <mg.github@uberdev.org> # date: 2012/04/20 # copy: (C) Copyright 2012-EOT metagriffin -- see LICENSE.txt #-----------------------------------------------------------------------------...
Java
/* classes: h_files */ #ifndef SCM_HASHTAB_H #define SCM_HASHTAB_H /* Copyright (C) 1995,1996,1999,2000,2001, 2003, 2004, 2006, 2008, 2009, 2011 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * a...
Java
/** * Copyright (c) 2000-2004 Liferay, LLC. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use,...
Java
/***************************************************************************** * Written by Chris Dunlap <cdunlap@llnl.gov>. * Copyright (C) 2007-2021 Lawrence Livermore National Security, LLC. * Copyright (C) 2001-2007 The Regents of the University of California. * UCRL-CODE-2002-009. * * This file is part ...
Java
/* * Copyright (c) 2017 OBiBa. All rights reserved. * * This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. *...
Java
// Copyleft (ↄ) meh. <meh@schizofreni.co> | http://meh.schizofreni.co // // This file is part of cancer. // // cancer is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (a...
Java
body, td, pre { font-family: Arial,Helvetica,sans-serif; font-size: 13px; }
Java
{% extends "base.html" %} {% block content_title %}Cursos{% endblock %} {% block box_title %}Detalhes Curso: <span class="label label-info">{{ object.pk }}</span>{% endblock %} {% block box_body %} <div class="page-header"> <a class="btn btn-large btn-default" title="Lista" href="{% url 'curso_ho...
Java
Bitrix 17.0.9 Business Demo = e475d0cd490d83505c54e6cec1c3d6ed
Java