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 |
|---|---|---|---|---|---|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using Gwupe.Cloud.Messaging.Elements;
namespace Gwupe.Cloud.Messaging.Response
{
[DataContract]
public class VCardRs : API.Response
{
public override String type
... | gwupe/Gwupe | BlitsMeCloudClient/Messaging/Response/VCardRs.cs | C# | gpl-2.0 | 881 |
#ifndef IQSETTINGMANAGER_H
#define IQSETTINGMANAGER_H
#include <QObject>
#include <QSettings>
#include <QDateTime>
#include "iqsmpp/iqsmpp.h"
class IQSettingManager
{
public:
static void setCinemaName(const QString &name) {setSettingParam("cinemaName", name);}
static void setUpdateInterval(const... | 0x6368656174/iqSmsSender | iqsettingmanager.h | C | gpl-2.0 | 5,951 |
<!doctype html>
<html class="theme-next muse use-motion" lang="zh-Hans">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />
<... | pillowzhou/pillowzhou.github.io | 2017/03/18/Activity保持长亮/index.html | HTML | gpl-2.0 | 13,210 |
<?php
/**
* Register all actions and filters for the plugin
*
* @link http://boozang.com
* @since 1.0.0
*
* @package Boozang
* @subpackage Boozang/includes
*/
/**
* Register all actions and filters for the plugin.
*
* Maintain a list of all hooks that are registered throughout
* the plugin, ... | ljunggren/boozang-wp | includes/class-boozang-loader.php | PHP | gpl-2.0 | 4,838 |
using System;
namespace DLib.Model.Interfaces
{
public interface ICreated
{
DateTime created_on { get; set; }
string created_by { get; set; }
}
}
| daredev/DLib | DLib/DLib/Model/Interfaces/ICreated.cs | C# | gpl-3.0 | 178 |
using CP77.CR2W.Reflection;
namespace CP77.CR2W.Types
{
[REDMeta]
public class DropPointController : ScriptableDC
{
public DropPointController(CR2WFile cr2w, CVariable parent, string name) : base(cr2w, parent, name) { }
}
}
| Traderain/Wolven-kit | CP77.CR2W/Types/cp77/DropPointController.cs | C# | gpl-3.0 | 231 |
package com.example.sample.unit.test.SampleUnitTestsSB_154.dao.mockito;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.notNullValue;
import static org.hamcrest.MatcherAssert.assertThat;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
... | Gabotto/SampleUnitTests | SampleUnitTests-SB_1.5.4/src/test/java/com/example/sample/unit/test/SampleUnitTestsSB_154/dao/mockito/ExampleDAOImplTest.java | Java | gpl-3.0 | 5,914 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_17) on Tue Nov 19 15:40:32 CET 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class... | pablo-albaladejo/javaee | Modulo1/BookStore/dist/javadoc/bookstore/presentation/view/class-use/BookStoreGUI.html | HTML | gpl-3.0 | 7,407 |
from preprocessing.tests import TestMetabolicStandardScaler
from preprocessing.tests import TestMetabolicChangeScaler
from preprocessing.tests import TestMetabolicSolutionScaler
from preprocessing.tests import TestMostActivePathwayScaler
from classifiers.tests import TestMetaboliteLevelDiseaseClassifier
from classifi... | MuhammedHasan/disease-diagnosis | src/tests.py | Python | gpl-3.0 | 812 |
import { resolve } from 'path';
import { loadData } from '@common/load';
import { cl /*, select*/ } from '@common/debug-select';
import { IRNGNormalTypeEnum } from '@rng/normal/in01-type';
import { globalUni, RNGKind } from '@rng/global-rng';
import { IRNGTypeEnum } from '@rng/irng-type';
//const rbinomDomainWarns... | jacobbogers/libRmath.js | src/lib/distributions/binomial/__test__/rbinom.test.ts | TypeScript | gpl-3.0 | 2,954 |
/*
* This 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 software is distributed in the hope that it will be useful,
*... | flyinglemonfpv/betaflight | src/main/target/OMNIBUSF7/target.h | C | gpl-3.0 | 4,844 |
# coding: utf-8
from __future__ import unicode_literals
import uuid
from django.db import models
from django.conf import settings
class PricePercentageChange(models.Model):
id = models.UUIDField(primary_key=True, default=uuid.uuid4)
done = models.BooleanField('已经提醒过', default=False)
threshold = models.... | polyrabbit/WeCron | WeCron/eosram/models/percent.py | Python | gpl-3.0 | 763 |
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999-2002, 2004-2012 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 as published by
the Free Software Foundation; eithe... | Distrotech/mailutils | libmailutils/stream/file_stream.c | C | gpl-3.0 | 8,959 |
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package understrap
*/
$the_theme = wp_get_theme();
$container = get_theme_mod( 'understrap_container_type' );
?>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>
| igaweb/wpiu | wordpress/wp-content/themes/understrap/footer.php | PHP | gpl-3.0 | 307 |
<!DOCTYPE html>
<html>
<script src= "http://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
<body>
<div ng-app="myApp" ng-controller="namesCtrl">
<p>Filtering input:</p>
<p><input type="text" ng-model="test"></p>
<ul>
<li ng-repeat="x in names | filter:test | orderBy:'co... | masihtehrani/angular-tutorial-example | 16/index.html | HTML | gpl-3.0 | 480 |
$(function() {
var animationDuration = 500;
$('.portal-menu-siblings').each(function() {
var self = $(this);
var parent = $(this).parent();
var a = parent.children('a');
var chevron = parent.find('.icon-chevron-down');
var inTimeout, outTimeout;
var orientation = ... | papedaniel/oioioi | oioioi/portals/static/common/portal.js | JavaScript | gpl-3.0 | 2,167 |
/**
* Copyright (C) 2001-2016 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
* GNU Affero General Public License as published by the... | transwarpio/rapidminer | rapidMiner/rapidminer-studio-core/src/main/java/com/rapidminer/operator/preprocessing/outlier/DKNOutlierOperator.java | Java | gpl-3.0 | 8,123 |
/*
* A manual example using JCalendarButton.
* JCalendarTest.java
* Created on Aug 24, 2009, 10:47:11 PM
* Copyright © 2012 jbundle.org. All rights reserved.
*/
package calendartest;
import java.text.DateFormat;
import java.util.Date;
/**
*
* @author don
*/
public class JCalendarTest extends javax.swing.JFr... | jbundle/jcalendarbutton | jcalendarbutton/src/site/resources/manual/code1/JCalendarTest.java | Java | gpl-3.0 | 8,107 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using ECCentral.BizEntity.Common;
using ECCentral.Service.Utility;
using ECCentral.Service.MKT.IDataAccess;
using System.ServiceModel.Web;
using ECCentral.QueryFilter.MKT;
using ECCentral.BizEntity.MKT;
using ECCentral.Service.MKT.Ap... | ZeroOne71/ql | 02_ECCentral/03_Service/03_MKT/ECCentral.Service.MKT.Restful/MKTService_ProductRecommend.cs | C# | gpl-3.0 | 9,469 |
local load_res = macondo_load('xt 19009')
print(load_res)
local res = macondo_gen('1')
print(res) -- yes CHEW
| domino14/macondo | scripts/parse_xt.lua | Lua | gpl-3.0 | 110 |
<?php
/**
* @package Rakuun Browsergame
* @copyright Copyright (C) 2012 Sebastian Mayer, Andreas Sicking, Andre Jährling
* @license GNU/GPL, see license.txt
* This file is part of Rakuun.
*
* Rakuun is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public L... | Sebioff/Rakuun | source/intern/gui/panel/tutor/tipp.php | PHP | gpl-3.0 | 998 |
/*
* 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.
*/
/**
*
* @author apavel
*/
public class ABC {
public void TskA() {
System.out.print("Member of ABC, TskA")... | AlexNPavel/APCompSciStuff | APCompSciStuffSince Oct13/src/ABC.java | Java | gpl-3.0 | 490 |
/**
* MutableLong.java
*
* Copyright 2010 Jeffrey Finkelstein
*
* This file is part of jmona.
*
* jmona 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 ... | jfinkels/jmona | jmona-model/src/main/java/jmona/impl/mutable/MutableLong.java | Java | gpl-3.0 | 1,950 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>React App Setup</title>
<style>
table {
border-collapse: collapse;
width: 100%;
}
th, td {
text-align: left;
padding: 8px;
}
tr:nth-child(even){background-color: #f2f2f2}
... | MarcoNicolodi/react-data-table | index.html | HTML | gpl-3.0 | 479 |
#include <stddef.h>
#undef offset
#include <kern/cpu_data.h>
#include <os/base.h>
#include <os/object.h>
#include <os/log.h>
#include <stdbool.h>
#include <stdint.h>
#include <vm/vm_kern.h>
#include <mach/vm_statistics.h>
#include <kern/debug.h>
#include <libkern/libkern.h>
#include <libkern/kernel_mach_header.h>
#in... | p01arst0rm/decorum-linux | _resources/kernels/xnu-x86/libkern/os/log.c | C | gpl-3.0 | 17,043 |
/**
* @author : cromarmot (yexiaorain@gmail.com)
* @license : GPL
* @created : 星期一 2月 03, 2020 14:39:46 CST
*/
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
#define ten5 100000+10
#define MOD 1000000007
#define rep(i,a,n) for (int i=a;i<n;i++)
#define iif(c,t,f) ((c)?(t):(f))
#d... | CroMarmot/MyOICode | ProjectEuler/p040.cpp | C++ | gpl-3.0 | 1,387 |
####################################################################################################
#
# PyDvi - A Python Library to Process DVI Stream.
# Copyright (C) 2009 Salvaire Fabrice
#
####################################################################################################
#########################... | FabriceSalvaire/PyDVI | tools/CopyrightConfig.py | Python | gpl-3.0 | 2,557 |
package jeql.jts.geodetic;
import org.locationtech.jts.geom.Coordinate;
import org.locationtech.jts.geom.Geometry;
import org.locationtech.jts.geom.LineString;
import org.locationtech.jts.geom.MultiLineString;
public class GeodeticSplitter
{
private Geometry line;
public GeodeticSplitter(Geometry line)
{
... | dr-jts/jeql | modules/jeql/src/main/java/jeql/jts/geodetic/GeodeticSplitter.java | Java | gpl-3.0 | 2,350 |
page = [];
term = new Terminal();
sTerm = new Terminal();
page.server = "http://molly/moiras/server-terminal.php";
//- - - - - Pop
page.loaded = function(){
//------------ configuracao
term = new Terminal();
sTerm = new Terminal();
term.server = page.server;
sTerm.server = page.server;
sTerm.on();
term.on();... | CupBlack/Moiras | resources/js/page.js | JavaScript | gpl-3.0 | 2,263 |
package com.ricky30.prispongemine.commands;
import java.util.UUID;
import org.spongepowered.api.command.CommandException;
import org.spongepowered.api.command.CommandResult;
import org.spongepowered.api.command.CommandSource;
import org.spongepowered.api.command.args.CommandContext;
import org.spongepowered.api.comma... | rickyminecraft/prispongemine | src/main/java/com/ricky30/prispongemine/commands/commandSave.java | Java | gpl-3.0 | 2,354 |
/*
* Copyright 2010-2013 Eric Kok et al.
*
* Transdroid 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.
*
* Transdroid is di... | 0359xiaodong/transdroid | app/src/main/java/org/transdroid/core/seedbox/DediseedboxSettings.java | Java | gpl-3.0 | 2,641 |
#!/usr/bin/env python
#coding=utf-8
# Nathive (and this file) 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 newer.
#
# You should have received a copy of the GNU General ... | johnnyLadders/Nathive_CITA | nathive/plugins/home.py | Python | gpl-3.0 | 933 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SNet.Net
{
public enum PacketFlags : ushort
{
None = 0,
ISerializable = 1,
Raw = 2
}
}
| sanderele1/FileHub | Tcp16/SNet_Net/Networking/PacketFlags.cs | C# | gpl-3.0 | 253 |
/*
* ================================
* eli960@qq.com
* http://www.mailhonor.com/
* 2015-11-20
* ================================
*/
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#include "zcc.h"
#include <signal.h>
#include <sys/types.h>
#include <dirent.h>
bool var_test_mode = false;
namespace ... | mailhonor/zcc | src/master/event_server.cpp | C++ | gpl-3.0 | 8,544 |
-- Copyright 2013 Valentin David
-- This file is part of Luagll.
-- Luagll 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.
-- Lu... | valentindavid/luagll | example.lua | Lua | gpl-3.0 | 4,260 |
package de.dorianscholz.openlibre;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import android.util.Log;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.Ru... | DorianScholz/OpenLibre | app/src/androidTest/java/de/dorianscholz/openlibre/ReadingDataTest.java | Java | gpl-3.0 | 10,467 |
class CreateCharacters < ActiveRecord::Migration
def self.up
create_table :characters do |t|
t.string :name
t.string :path
t.string :virtue
t.string :vice
t.integer :cabal_id, :null => false, :options => "CONSTRAINT fk_character_cabals REFERENCES cabal(id)"
t.integer :order_id,... | yithian/personae | db/migrate/20090507003935_create_characters.rb | Ruby | gpl-3.0 | 1,968 |
import os
import sys
import numpy as np
from copy import deepcopy
import argparse
sys.path.append(os.path.join(os.path.dirname(__file__),"../projects/tools"))
import msh
import executable_paths as exe
def parse():
parser = argparse.ArgumentParser(description="Creates mandible and masseter files for the database c... | ISCDtoolbox/FaciLe | pipeline/processMandibleAndMasseter.py | Python | gpl-3.0 | 4,598 |
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNet.Identity;
namespace HelpDesk.WorkerWebApp.Identity
{
// Чтобы добавить данные профиля для пользователя, можно добавить дополнительные свойства в класс ApplicationUser. Дополнительные сведения см. по адресу: http://go.microsoft.com/... | knyazkov-ma/HelpDesk | WebApp/HelpDesk.WorkerWebApp/Identity/ApplicationUser.cs | C# | gpl-3.0 | 1,310 |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Charts module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid comme... | geminy/aidear | oss/qt/qt-everywhere-opensource-src-5.9.0/qtcharts/examples/charts/temperaturerecords/main.cpp | C++ | gpl-3.0 | 3,166 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | jeffreyadams/atlasofliegroups-docs | atlas_static/doxygen/axis-types_8h.html | HTML | gpl-3.0 | 52,328 |
#!/usr/bin/perl
##use: perl_script.pl input(Trinity fasta file) out_file
use warnings;
use strict;
#use Data::Dumper;
open(OUT, ">$ARGV[1]");
open(IN, $ARGV[0]);
my %Tri_contigs_length;
while (my $line = <IN>) {
chomp($line);
if ($line =~ m/^>/) {
my @split = split(" ", $line);
fo... | AnanasAssembler/AnanasAssembler | scripts/SimulatedData/Trinity_GetContigsLength.pl | Perl | gpl-3.0 | 651 |
#include "RepRapFirmware.h"
#include "DriveMovement.h"
// The remaining functions are speed-critical, so use full optimisation
#pragma GCC optimize ("O3")
// Fast 62-bit integer square root function (thanks dmould)
uint32_t isqrt64(uint64_t num)
{
uint32_t numHigh = (uint32_t)(num >> 32);
if (numHigh == 0)
{
// ... | dcnewman/RepRapFirmware | src/Isqrt.cpp | C++ | gpl-3.0 | 4,744 |
# No Loop.
#
# The noLoop() function causes draw() to only
# execute once. Without calling noLoop(), draw()
# executed continually.
attr_reader :y
def setup
sketch_title 'No Loop'
@y = height / 2
stroke 255
frame_rate 30
no_loop
end
def draw
background 0
@y = y - 1
@y = height if y < 0
line 0, y, wi... | ruby-processing/JRubyArt-examples | processing_app/basics/structure/noloop.rb | Ruby | gpl-3.0 | 365 |
package com.travelport.service.hotel_v29_0;
/**
* Please modify this class to meet your needs
* This class is not complete
*/
import java.io.File;
import java.net.MalformedURLException;
import java.net.URL;
import javax.xml.namespace.QName;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.W... | angecab10/travelport-uapi-tutorial | src/com/travelport/service/hotel_v29_0/RetrieveHotelSearchAvailabilityServicePortType_RetrieveHotelSearchAvailabilityServicePort_Client.java | Java | gpl-3.0 | 2,307 |
***

***
_The PlayStation 2 is a home video game console released by Sony in 2000._
***
| Emulator | Rom Folder | Extension | BIOS | Controller Config |
| :---: | :---: | :---: | :---: | :---: |
| [PC... | RetroPie/RetroPie-Docs | docs/Playstation-2.md | Markdown | gpl-3.0 | 1,080 |
package org.thoughtcrime.securesms.database.helpers;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.os.SystemClock;
import android.support.annotation.NonNull;
import android.text.TextUtils;
import android.util.Log;
import net.sqlcipher.database.SQ... | FeuRenard/Signal-Android | src/org/thoughtcrime/securesms/database/helpers/SQLCipherOpenHelper.java | Java | gpl-3.0 | 10,969 |
# -*- coding: utf-8 -*-
"""
Created on Thu Jun 23 13:52:07 2016
@author: huliqun
"""
import unittest
import json
import binascii
from falcon import testing
import sys
sys.path.append('..')
from workserver.util.AES_PKCS7_extension import Cryptor
from MainServer import app
class TestAuth(testing.TestCa... | LiqunHu/MVPN | testing/testAuth.py | Python | gpl-3.0 | 1,873 |
#region PRODUCTION READY® ELEFLEX® Software License. Copyright © 2015 Production Ready, LLC. All Rights Reserved.
//Copyright © 2015 Production Ready, LLC. All Rights Reserved.
//For more information, visit http://www.ProductionReady.com
//This file is part of PRODUCTION READY® ELEFLEX®.
//
//This program is free soft... | ProductionReady/Eleflex | V2.1/src/Security Module/Eleflex.Security.Message/RoleCommand/RoleDeleteResponse.cs | C# | gpl-3.0 | 1,226 |
//
// Generated by the J2ObjC translator. DO NOT EDIT!
// source: /Users/tball/tmp/j2objc/guava/sources/com/google/common/base/Platform.java
//
// Created by tball on 11/23/13.
//
#import "JreEmulation.h"
#if !ComGoogleCommonBasePlatform_RESTRICT
#define ComGoogleCommonBasePlatform_INCLUDE_ALL 1
#endif
#undef Com... | appnativa/rare | sdk/j2objc/include/com/google/common/base/Platform.h | C | gpl-3.0 | 1,400 |
package sprax.aligns;
import java.util.Collection;
import java.util.HashSet;
import java.util.Set;
import java.util.TreeMap;
import sprax.files.FileUtil;
import sprax.files.TextFileReader;
import sprax.sprout.Sx;
/**
* TODO: Separate classes for dictionary parsing and storage?
* TODO: abstract and wrap the gets an... | sprax/java | aligns/Lexicon.java | Java | gpl-3.0 | 9,573 |
/*
canvas.lineWidth=int;
canvas.rect()
canvas.fillRect()
window.onorientationchange
*/
var position=[0,0,0,0];//---位置信息
//-------------------------------------------功能绑定区
canvas_View.addEventListener('touchstart',function(){//---把开始触摸点定为起点
if(config.type=='pen'){
drawTable.getStarPosition(2);
}
... | DFFXT/DFFXT.github.io | canvas/css_js/main.js | JavaScript | gpl-3.0 | 13,453 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Sat Jul 30 23:35:11 CEST 2011 -->
<TITLE>
API Help
</TITLE>
<META NAME="date" CONTENT="2011-07-30">
<LINK REL ="stylesheet" TYPE="text/css" ... | rtts/connect-forever | app/docs/help-doc.html | HTML | gpl-3.0 | 8,982 |
from nltk.chat.util import Chat, reflections
pairs = [
[
r"My name is (.*)",
['hello %1', '%1 mabuhay ka'],
],
[
r'hi',
['hello', 'kamusta', 'mabuhay',],
],
[
r'(.*) (hungry|sleepy|groot)',
[
"%1 %2"
]
],
[
r'(.*)(m... | davidam/python-examples | nlp/nltk/hugotbot.py | Python | gpl-3.0 | 1,251 |
package it.unisannio.catman.screens.inbox.client;
import java.util.List;
import it.unisannio.catman.common.client.AbstractQuery;
import it.unisannio.catman.common.client.App;
import it.unisannio.catman.common.client.DataStore;
import it.unisannio.catman.common.client.Query;
import it.unisannio.catman.common.client.Qu... | danilox6/catman | src/it/unisannio/catman/screens/inbox/client/MasterView.java | Java | gpl-3.0 | 2,489 |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <string>
namespace facebook {
namespace flipper {
void log(const std::string& message);
} // namespace fl... | rneiss/PocketTorah | ios/Pods/Flipper/xplat/Flipper/Log.h | C | gpl-3.0 | 350 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_27) on Sat Oct 06 02:59:28 EDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
Uses of Class org.apache.lucene.c... | dburgmann/fbRecommender | lib/lucene-4.0.0/docs/codecs/org/apache/lucene/codecs/simpletext/class-use/SimpleTextNormsFormat.html | HTML | gpl-3.0 | 6,562 |
/**
* include/sys/stat.h
*
* (C) Copyright 2013 Michael Sippel
*
* 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 ve... | michamimosa/FruityOrange | include/sys/stat.h | C | gpl-3.0 | 1,778 |
/*
* Copyright (C) 2010 The Sipdroid Open Source Project
*
* This file is part of Sipdroid (http://www.sipdroid.org)
*
* Sipdroid 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 th... | sipgate/sipgate-for-android | src/org/sipdroid/codecs/Codecs.java | Java | gpl-3.0 | 10,906 |
from urlparse import urlparse
import sys
import socket
import os
import re
class HttpClient(object):
def __init__(self,proxy=None,logfile='headers.log'):
self.proxy = proxy
self.LOGFILE = logfile
self.parsed_url = None # Instance of class urlparse
self.http_version = "HTTP/1.1"... | tomasdelvechio/py-net-dev | Protocolos/3 - http client/http_client_object.py | Python | gpl-3.0 | 9,464 |
/**
* 支持ArcGIS Online地图
*/
max.Layer.AGSTileLayer = function (serviceUrl) {
this.serviceUrl = serviceUrl;
this._imageList = [];
this.cors=false;
this.fullExtent = new max.Extent({
xmin:-20037508.3427892,
ymin:-20037508.3427892,
xmax:20037508.3427892,
ymax:20037508.34278... | Maxgis/maxCanvasMap | src/Layer/AGSTileLayer.js | JavaScript | gpl-3.0 | 1,811 |
/*
* Copyright 2010-16 Fraunhofer ISE
*
* This file is part of jMBus.
* For more information visit http://www.openmuc.org
*
* jMBus 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 t... | pokerazor/jmbus | src/main/java/org/openmuc/jmbus/AbstractWMBusSap.java | Java | gpl-3.0 | 1,961 |
/* keybox-dump.c - Debug helpers
* Copyright (C) 2001, 2003 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
* GnuPG 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 t... | ingochris/InfinityEncryption | gnupg-2.1.11/kbx/keybox-dump.c | C | gpl-3.0 | 19,914 |
CREATE TABLE "midas_2005_2009_synthesized_group_quarters_people" (
"p_id" real,
"gq_id" text,
"gq_type" text,
"sporder" real,
"age" real,
"sex" real
);
| talos/docker4data | data/socrata/data.raleighnc.gov/midas_2005_2009_synthesized_group_quarters_people/schema.sql | SQL | gpl-3.0 | 158 |
# -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
#
# Copyright (C) 2016-2018 Canonical Ltd
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 3 as
# published by the Free Software Foundation.
#
# This program is distributed in ... | cprov/snapcraft | tests/unit/states/test_stage.py | Python | gpl-3.0 | 3,005 |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | BugAngel/- | WIFI上位机/OV7725调车上位机/Properties/Settings.Designer.cs | C# | gpl-3.0 | 1,078 |
/*
* Pixel Dungeon
* Copyright (C) 2012-2014 Oleg Dolya
*
* 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.
*
* ... | sloanr333/opd-legacy | src/com/watabou/legacy/actors/mobs/Piranha.java | Java | gpl-3.0 | 3,326 |
/**
* Copyright (C) 2007-2011, Jens Lehmann
*
* This file is part of DL-Learner.
*
* DL-Learner 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) an... | daftano/dl-learner | components-core/src/main/java/org/dllearner/core/AbstractCELA.java | Java | gpl-3.0 | 13,698 |
package preez.uva;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.StringTokenizer;
public class UVA496 {
static ArrayList<char[]> a;
static int N, M, T, qi, qj;
... | msskzx/preez | src/preez/uva/UVA496.java | Java | gpl-3.0 | 1,630 |
module mbpolmod
implicit none
! does not compile with pgi due to sqrt - DJW
! double precision, parameter :: maxdOO=3.5D0**2, maxdOH=2.45D0**2, maxcosOOH=sqrt(3.D0)/2.D0
double precision, parameter :: maxdOO=3.5D0**2, maxdOH=2.45D0**2, maxcosOOH=0.8660254037844386D0
integer :: nnode
public :: mbpolinit, mbpol, mbpols... | marktoakley/LamarckiAnt | GMIN/source/mbpol.f90 | FORTRAN | gpl-3.0 | 3,937 |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' Allgemeine Informationen über eine Assembly werden über die folgenden
' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
' die mit einer Assembly verknüpft sind.
' Die Werte der Assemblyattr... | NuGardt/prowl-api | Lib/Prowl.API/My Project/AssemblyInfo.vb | Visual Basic | gpl-3.0 | 1,242 |
#pragma once
namespace MVC{
namespace Item{
class CItemGroup;
class CPropertySource;
class CItem
{
public:
enum{
SRC_TYPE_MEM = 0,
SRC_TYPE_IO = 1
};
private:
UINT m_uiID; // ±äÁ¿IDºÅ
CString m_strName; // ±äÁ¿Ãû³Æ
CString m_strTag; // ±äÁ¿±êÇ©
CString m_strValue; // ×Ö·û´®ÐÎʽ´... | atlaser/Tools | PMEditor/main/PM/Item.h | C | gpl-3.0 | 5,759 |
"""
Author: Tom Daniels, Kaitlin Keenan
Purpose: Creates a force graph of IP addresses and any connections they made
"""
import igraph
import json
import plotly
import plotly.graph_objs as pg
import sys
GEN_INFO = 0 # General information
PHYS = 1 # Physical layer information
DATA = 2 # Data link laye... | TRDan6577/networkStatistics | networkNodes.py | Python | gpl-3.0 | 4,386 |
/*
* Demo application using USBtinLib, the Java Library for USBtin
* http://www.fischl.de/usbtin
*
* Copyright (C) 2014 Thomas Fischl
*
* 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,... | EmbedME/USBtinLibDemo | src/USBtinLibDemo.java | Java | gpl-3.0 | 3,657 |
// Copyright 2015-2022, University of Colorado Boulder
/**
* Class that represents messenger ribonucleic acid, or mRNA, in the model. This class is fairly complex, due to the
* need for mRNA to wind up and unwind as it is transcribed, translated, and destroyed.
*
* @author John Blanco
* @author Mohamed Safi
* @a... | phetsims/gene-expression-essentials | js/common/model/MessengerRna.js | JavaScript | gpl-3.0 | 22,291 |
import java.io.BufferedInputStream;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintWriter;
import java.net.URL;
import java.util.List;
import java.util.Scanner;
import java.util.Stack;
/********... | JonathanHenly/HTMLParser | src/TagQuery.java | Java | gpl-3.0 | 8,311 |
#include "qemu-common.h"
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include <signal.h>
#include "tcg.h"
#include "kltrace.h"
#include "tainting/taint_memory.h"
#include "config-target.h"
#include "helper.h" // Taint helper functions, plus I386 IN/OUT helpe... | KernelAnalysisPlatform/KlareDbg | tracers/qemu/decaf/shared/tainting/tcg_taint.c | C | gpl-3.0 | 113,817 |
package service;
import java.util.List;
import javax.ejb.Stateless;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import modelo.Menu;
@Stateless
public class MenuService extends GenericService<Menu>{
public MenuService() {
super(Menu.class);
}
public ... | kashm1r/photoiff | src/service/MenuService.java | Java | gpl-3.0 | 699 |
.clearfix:after {
content: " ";
display: table;
clear: both;
}
.st-panel {
border: 1px solid #f00;
padding: 10px;
}
.st-panel .st-choise {
width: 45%;
float: left;
padding: 10px;
}
.st-panel img {
width: 100%;
}
.st-selected {
border: 2px solid green;
}
| sergehog/subjective-test-framework | styles/main.css | CSS | gpl-3.0 | 300 |
/*
* Copyright (C) 2015 Information Retrieval Group at Universidad Autonoma
* de Madrid, http://ir.ii.uam.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 Lice... | OlafLee/RankSys | RankSys-core/src/main/java/es/uam/eps/ir/ranksys/core/util/topn/ObjectDoubleTopN.java | Java | gpl-3.0 | 3,023 |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.11.... | anu-doi/anudc | DataCommons/src/main/java/org/isotc211/_2005/gco/TypeNamePropertyType.java | Java | gpl-3.0 | 7,642 |
package de.jdellert.iwsa.tokenize;
/**
* Models a configuration for an IPATokenizer, essentially just a combination of
* binary flags, with the default configuration tuned towards NorthEuraLex.
*
*/
public class IPATokenizerConfiguration {
public final boolean SEPARATE_EJECTIVITY;
public final boolean SEPARATE... | jdellert/iwsa | src/de/jdellert/iwsa/tokenize/IPATokenizerConfiguration.java | Java | gpl-3.0 | 3,782 |
package jeql.workbench.ui.geomview.style;
import java.util.*;
import java.awt.Graphics2D;
import jeql.workbench.ui.geomview.Viewport;
import org.locationtech.jts.geom.Geometry;
/**
* Contains a list of styles and allows Geometrys
* to be rendered using those styles.
*
* @author mbdavis
*
*/
public class Sty... | dr-jts/jeql | modules/jeqlw/src/main/java/jeql/workbench/ui/geomview/style/StyleList.java | Java | gpl-3.0 | 2,177 |
package com.drexel.septaplanner;
import java.util.ArrayList;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.view.Menu;
import android.widget.Toast;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.Googl... | JamesBarnes88/SeptaPlanner | src/com/drexel/septaplanner/MyMapFrag.java | Java | gpl-3.0 | 2,520 |
package net.qrab.watchit.stages;
import com.badlogic.gdx.scenes.scene2d.Stage;
public class HudStage extends Stage {
public HudStage() {
}
}
| jkleininger/BaggageClimb | core/src/net/qrab/watchit/stages/HudStage.java | Java | gpl-3.0 | 148 |
<!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 - Events</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 ="apple-mo... | RossGammon/the-gammons.net | RossFamilyTree/evt/3/4/d15f5fe28ef48fb96c6893a0443.html | HTML | gpl-3.0 | 2,906 |
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is machine-generated by lib/unicore/mktables from the Unicode
# database, Version 13.0.0. Any changes made here will be lost!
# !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
# This file is for internal use by core Perl only. The format and even the
# name or exist... | Ascoware/get-iplayer-automator | Binaries/get_iplayer/perl/lib/5.32.0/unicore/lib/SB/FO.pl | Perl | gpl-3.0 | 711 |
'use strict';
/**
* Module dependencies
*/
var path = require('path'),
config = require(path.resolve('./config/config'));
/**
* Quiz module init function.
*/
module.exports = function (app, db) {
};
| AnnaGenev/pokeapp-meanjs | modules/quiz/server/config/quiz.server.config.js | JavaScript | gpl-3.0 | 208 |
/*
* Copyright (C) 2014 Robert Stark
*
* 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 distr... | StarkoMania/scrum-it | src/main/java/de/rs/scrumit/entity/ReleaseModel.java | Java | gpl-3.0 | 2,590 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ancienttiles;
import ancienttiles.griddisplay.TileDisplay;
import ancienttiles.tiles.ai.TimedObject;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.net.URL;
import java.util... | krrg/ancient-tiles-java | src/ancienttiles/AbstractGameManager.java | Java | gpl-3.0 | 7,396 |
<?php
/**
* Extensions list template
*
* @package notification
*/
$premium_extensions = (array) $this->get_var( 'premium_extensions' );
?>
<div class="wrap notification-extensions">
<h1><?php esc_html_e( 'Extensions', 'notification' ); ?></h1>
<?php if ( ! empty( $premium_extensions ) ) : ?>
<h2><?php esc... | Kubitomakita/Notification | views/extension/page.php | PHP | gpl-3.0 | 1,120 |
<?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... | dannydes/ecologie | vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsJobs.php | PHP | gpl-3.0 | 7,165 |
Module mdmWaveDb
Public Declare Function waveInOpen Lib "winmm.dll" Alias "waveInOpen" (lphWaveIn As Integer, ByVal uDeviceID As Integer, lpFormat As WAVEFORMAT, ByVal dwCallback As Integer, ByVal dwInstance As Integer, ByVal dwFlags As Integer) As Integer
Public Declare Function CreateEvent Lib "kernel32" Ali... | moummn/MMN | mWaveDb/mWaveDb/mdmWaveDb.vb | Visual Basic | gpl-3.0 | 3,205 |
#ifndef Hector_Utils_String_h
#define Hector_Utils_String_h
#include <string>
namespace hector {
/// Format a string using a printf style format descriptor.
std::string format(const std::string fmt, ...);
/// Remove leading and trailing whitespaces to a string
std::string trim(const std::string& str);
/// G... | hectorhep/hector2 | Hector/Utils/String.h | C | gpl-3.0 | 993 |
/*
Copyright (c) 2009 Andrew Caudwell (acaudwell@gmail.com)
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 above copyright
... | dos1/Logstalgia | src/core/seeklog.cpp | C++ | gpl-3.0 | 5,269 |
namespace InsuranceSystem.BLL.Services.Catalogs
{
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using AutoMapper;
using DTO.Catalogs;
using Interfaces;
using Interfaces.Catalogs;
using Library.Models.Catalogs;
using UnitOfWork;
using UnitOfWork.Ca... | mishakos/InsuranceSystem.Library | InsuranceSystem.BLL/Services/Catalogs/BankAccountService.cs | C# | gpl-3.0 | 6,165 |
{-# LANGUAGE UnicodeSyntax #-}
--
-- Utility functions to run the program.
--
module Program where
import Prelude.Unicode
import System.Environment
import System.Exit
runAction ∷ IO Bool → IO ()
runAction action = do
isSuccess ← action
exitWith $ exitStatus isSuccess
where
e... | c0c0n3/hAppYard | inkscape-util/src/shared/Program.hs | Haskell | gpl-3.0 | 399 |
// circular_automaton, Copyright 2013 Vicente Oscar Mier Vela <vomv1988@gmail.com>
// This file is part of circular_automaton.
// circular_automaton 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 ve... | vomv1988/circular_automaton | cellauto.h | C | gpl-3.0 | 1,752 |
<?php $this->load->view('global/validasi_form'); ?>
<div class='modal-body'>
<div class="row">
<div class="col-sm-12">
<div class="box box-danger">
<div class="box-body">
<table class="table table-bordered table-striped table-hover" >
<tbody>
<tr>
<td style="padding-top : 10px;paddin... | OpenSID/OpenSID | donjo-app/views/covid19/edit_pemudik.php | PHP | gpl-3.0 | 1,333 |
# Questions
Polar questions in Malayalam are formed by adding the interrogative clitic ഓ to the predicate of an affirmative clause.
::: rule
To get the question form for present and future tense verbs, replace ുക at the end with ുമോ
:::
::: example
* വരുക ⇒ വരും ⇒ വരുമോ?
* ഓടുക ⇒ ഓടും ⇒ ഓടുമോ?
* പറയുക ⇒ പറയും ⇒ പ... | santhoshtr/mlmorph | docs/vinfl/questions.md | Markdown | gpl-3.0 | 1,364 |