code
stringlengths
3
1.01M
repo_name
stringlengths
5
116
path
stringlengths
3
311
language
stringclasses
30 values
license
stringclasses
15 values
size
int64
3
1.01M
#include "compat/coot-sysdep.h" #include <GraphMol/GraphMol.h> #include <boost/python.hpp> using namespace boost::python; #define HAVE_GSL #include <ideal/simple-restraint.hh> #include <coot-utils/coot-coord-utils.hh> #include <lidia-core/rdkit-interface.hh> #include "py-restraints.hh" #include "restraints-private....
jlec/coot
pyrogen/restraints-boost.cc
C++
gpl-3.0
16,181
/* * Orbit, a versatile image analysis software for biological image-based quantification. * Copyright (C) 2009 - 2018 Idorsia Pharmaceuticals Ltd., Hegenheimermattweg 91, CH-4123 Allschwil, Switzerland. * * This program is free software: you can redistribute it and/or modify * it under the terms o...
mstritt/orbit-image-analysis
src/main/java/com/actelion/research/orbit/imageAnalysis/modules/mihc/MihcTest.java
Java
gpl-3.0
3,479
<?php /** * OpenEyes * * (C) Moorfields Eye Hospital NHS Foundation Trust, 2008-2011 * (C) OpenEyes Foundation, 2011-2013 * This file is part of OpenEyes. * OpenEyes 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 Found...
zendawg/OpenEyes
protected/widgets/TextField.php
PHP
gpl-3.0
1,231
/******************************************************************************* * Copyright (c) 2015 Contributors. * All rights reserved. This program and the accompanying materials are made available under * the terms of the GNU Lesser General Public * License v3.0 which accompanies this distribution, and is avai...
Caellian/CaellianCore
src/main/java/hr/caellian/core/versionControl/VersionData.java
Java
gpl-3.0
1,616
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head prefix="og: http://ogp.me/ns# dc: http://purl.org/dc/terms/"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- HTML5 shim and Respond....
Timathom/timathom.github.io
discovery/resources/fan/2630/index.html
HTML
gpl-3.0
8,213
// // Author: Shervin Aflatooni // #pragma once #include <glm/glm.hpp> struct Vertex { glm::vec3 position; glm::vec2 texCoord; glm::vec3 normal; glm::vec3 tangent; Vertex(const glm::vec3& position, const glm::vec2& texCoord = glm::vec2(0, 0), const glm::vec3& normal = glm::vec3(0, 0, 0), const glm::vec3&...
Shervanator/Engine
src/engine/Vertex.h
C
gpl-3.0
483
#!/bin/bash # $Id: refillchroot.sh,v 1.3 2010/06/04 02:51:03 zyt Exp $ # 重新制作 chroot 目录到 TO 指定的那一步 # 用执行的时间换空间 # OPS 的次序是按过程而定,不能随便改变,只能随过程而变 TO=0 OPS="0 1 2 3" if [ "$1" != "" ]; then TO=$1; fi rm chroot/* -rf for i in $OPS; do case "$i" in "0" ) bash crt_0.sh ;; "1" ) bash install.sh ;; "2" ) ...
LucencyLiu/tool
shell/hongqi2000/workshop/refillchroot.sh
Shell
gpl-3.0
579
from django.contrib import admin from iitem_database.models import Item, ItemClass, Area, Creature, Drops, Found, UserItems, ItemReview admin.site.register(Item) admin.site.register(ItemClass) admin.site.register(Area) admin.site.register(Creature) admin.site.register(Drops) admin.site.register(Found) admin.site.regis...
svilaa/item_database
item_database/iitem_database/admin.py
Python
gpl-3.0
366
/* * Copyright (c) 2016 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/>. *...
apruden/mica2
mica-webapp/src/main/java/org/obiba/mica/config/LocaleConfiguration.java
Java
gpl-3.0
2,373
--- title: "BJP और RSS ने गांधी का नाम लिया ये कांग्रेस के विचारों की विजय है: अशोक गहलोत" layout: item category: ["india"] date: 2019-10-02T06:18:01.591Z image: 1569997081590gehlot-congress-gandhi-bjp-rss-victory.jpg --- <p>जयपुर: मुख्यमंत्री अशोक गहलोत ने मंगलवार को कहा कि आरएसएस, भाजपा तथा उसके नेताओं द्वारा आज महात...
InstantKhabar/_source
_source/news/2019-10-02-gehlot-congress-gandhi-bjp-rss-victory.html
HTML
gpl-3.0
6,240
% !TEX root = ../team-report.tex % ERA-Großpraktikum: Team Bericht -- Organisatorisches (Vision) \subsubsection{Die Vision} \label{team:orga-plan-vision} \vspace{-0.2cm} In den ersten sechs bis acht Wochen des Großpraktikumszeitraums beschäftigte sich die Gruppe mit der Ausarbeitung eines groben Grundrisses für die A...
TUM-LRR/era-gp-sim
docs/reports/final/team-report/orga/vision.tex
TeX
gpl-3.0
2,574
/** * */ package edu.wisc.cs.will.Boosting.EM; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.NoSuchElementException; import java.util.Set; import edu.wisc.cs.will.Boosting.Common.SRLInference; import edu....
boost-starai/BoostSRL
code/src/edu/wisc/cs/will/Boosting/EM/HiddenLiteralState.java
Java
gpl-3.0
20,273
#include "appDrawer.h" #include "clock.h" #include "fileManager.h" #include "game.h" #include "homeMenu.h" #include "language.h" #include "lockScreen.h" #include "powerMenu.h" #include "screenshot.h" #include "settingsMenu.h" #include "utils.h" void appDrawerUnload() { sf2d_free_texture(backdrop); sf2...
joel16/Cyanogen3DS
source/appDrawer.c
C
gpl-3.0
5,953
.include "ppu.h" .include "sprite.h" .include "tablecall.h" .ifdef MMC .if MMC == 3 .include "../mmc/mmc3.h" .endif .endif .dataseg .extrn ppu:ppu_state .extrn sprites:byte .ifdef MMC .if MMC == 3 .extrn chr_banks:byte .extrn irq_count:byte .endif .endif in_nmi .byte frame_count .byte main_cycle .byte .public fra...
ddribin/kents-nes-stuff
src/shared/common/nmi.asm
Assembly
gpl-3.0
2,260
/*-- Author: W3layouts Author URL: http://w3layouts.com License: Creative Commons Attribution 3.0 Unported License URL: http://creativecommons.org/licenses/by/3.0/ --*/ /*--reset--*/ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,...
emilianobilli/backend
dam/cawas/static/web/css/style.css
CSS
gpl-3.0
6,980
/* * Copyright (C) 2005-2012 BetaCONCEPT Limited * * This file is part of Astroboa. * * Astroboa is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your op...
BetaCONCEPT/astroboa
astroboa-portal-commons/src/main/java/org/betaconceptframework/astroboa/portal/resource/ResourceResponse.java
Java
gpl-3.0
1,795
<?php /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * The class representing a Controller of MVC design pattern. * * PHP versions 4 and 5 * * LICENSE: This source file is subject to version 3.01 of the PHP license * that is available through the world-wide-web at the following URI: ...
andresfcebas/ScoyW3
lib/pear/HTML/QuickForm/Controller.php
PHP
gpl-3.0
16,270
package com.prisch.sbm.stubs; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.*; import javax.xml.datatype.XMLGregorianCalendar; import java.math.BigInteger; /** * <p>Java class for ItemLink complex type. * * <p>The following schema fragment specifies the expected content contained within th...
PriscH/SlackAgent
client/src/main/java/com/prisch/sbm/stubs/ItemLink.java
Java
gpl-3.0
5,445
--- title: "अखिलेश सरकार यूपी के लिए अभिशाप : केशव प्रसाद मौर्य" layout: item category: ["politics"] date: 2017-02-02T12:16:18.233Z image: 1486037778232keshav.jpg --- <p>लखनऊ: दलितों और व्यापारियों पर अत्याचार का सिलसिला बढ़ता जा रहा है। प्रदेश के मुख्यमंत्री अखिलेश यादव कुशासन व भ्रष्टाचार के खिलाफ जनता को गुमराह करने...
InstantKhabar/_source
_source/news/2017-02-02-keshav.html
HTML
gpl-3.0
8,233
//------------------------------------------------------------------------------ // <auto-generated> // Dieser Code wurde von einem Tool generiert. // Laufzeitversion:4.0.30319.34014 // // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn // der Code erneut generi...
katzensaft/haarpo
HAARPO/Assets/Source/BuggedPhysic/Gravity/GravityRandomizer.cs
C#
gpl-3.0
1,002
#!/sw/bin/python2.7 import sys sys.path.append("..") from ucnacore.PyxUtils import * from math import * from ucnacore.LinFitter import * #from UCNAUtils import * from bisect import bisect from calib.FieldMapGen import * def clip_function(y,rho,h,R): sqd = sqrt(rho**2-y**2) if sqd==0: sqd = 1e-10 return h*rho**2...
UCNA/main
Scripts/plotters/LarmorClipping.py
Python
gpl-3.0
8,636
<?php if (!isset($conn)) { include "./logic/connectToDatabase.php"; } if (!isset($_SESSION)) { session_start(); } $loggedIn = false; if (isset($_SESSION['email'])) { $loggedIn = true; } include('./languages/german.php'); ?> <!DOCTYPE html> <html lang="de"> <head> <meta charset="utf-8"> <meta http-equiv="...
Dafnik/ticketsys-bootstrap
index.php
PHP
gpl-3.0
24,328
angular.module('resource', ['ngResource', 'app']) // service for Items .factory('Item', ['$http', '$resource', 'HostSvc', function($http, $resource, HostSvc) { /* Item is an Object in IPFS terms For a context, the Item stores the following { "Data": ...name of context, "Links": [ {"Name": ...page name, "Hash...
jamescarlyle/ipfs-wiki
js/resource.js
JavaScript
gpl-3.0
1,173
/* * This file is part of RadPlanBio * * Copyright (C) 2013-2019 RPB Team * * 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 lat...
ddRPB/rpb
radplanbio-portal/src/main/java/de/dktk/dd/rpb/api/v1/webdav/WebDavService.java
Java
gpl-3.0
4,293
/*************************************************************************** * Copyright 2013 CertiVox IOM Ltd. * * This f...
FlexCOS/code
src/main/mod_miracl_7.0.0/mrgcm.c
C
gpl-3.0
10,449
// -*- C++ -*- #include "Rivet/Analysis.hh" #include "Rivet/Projections/FinalState.hh" namespace Rivet { /// @brief Add a short analysis description here class CLEOC_2005_I693873 : public Analysis { public: /// Constructor DEFAULT_RIVET_ANALYSIS_CTOR(CLEOC_2005_I693873); /// @name Analysis metho...
hep-mirrors/rivet
analyses/pluginCESR/CLEOC_2005_I693873.cc
C++
gpl-3.0
2,369
## ## Author: jpms ## Version: $Id$ ## package msu4; use Exporter(); use strict; #use warnings; use Data::Dumper; use POSIX; require UTILS; # Must use require, to get INC updated import UTILS qw( &get_progname &get_progpath &exit_ok &exit_err &exit_quit ); require IDGEN; # Must use require, to get INC updated ...
pmatos/maxsatzilla
solvers/msuncore/src/msu4.pm
Perl
gpl-3.0
12,227
//#if defined(SEQUENCEDIAGRAM) //@#$LPS-SEQUENCEDIAGRAM:GranularityType:Package // $Id: SequenceDiagramRenderer.java 127 2010-09-25 22:23:13Z marcusvnac $ // Copyright (c) 1996-2007 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software...
ckaestne/LEADT
workspace/argouml_critics/argouml-app/src/org/argouml/uml/diagram/sequence/ui/SequenceDiagramRenderer.java
Java
gpl-3.0
6,319
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><title>R: Tools for Parsing and Generating XML Within R and S-Plus</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="styl...
patocarranza/CanReg-dbProcessor
R/library/XML/html/00Index.html
HTML
gpl-3.0
51,357
namespace TaleOfTwoWastelands.Progress { public interface IInstallStatus : IInstallStatusUpdate { void Finish(); } }
jzebedee/ttwinstaller
Installer/Progress/IInstallStatus.cs
C#
gpl-3.0
127
package itaf.mobile.app.ui; import itaf.framework.base.dto.WsPageResult; import itaf.framework.merchant.dto.BzDistStatementDto; import itaf.mobile.app.R; import itaf.mobile.app.services.TaskService; import itaf.mobile.app.task.netreader.DistStatementAcceptTask; import itaf.mobile.app.task.netreader.DistStatementReject...
zpxocivuby/freetong_mobile
ItafMobileApp/src/itaf/mobile/app/ui/DistStatementItem.java
Java
gpl-3.0
12,889
/* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * * RetroArch 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 Found- * ation, either version 3 of the License, or (at your...
SuperrSonic/RA-SS
gfx/shader/shader_parse.h
C
gpl-3.0
3,848
package se.esss.litterbox.its.archivergwt.client.googleplots; import com.google.gwt.user.client.ui.HorizontalPanel; import com.googlecode.gwt.charts.client.ChartLoader; import com.googlecode.gwt.charts.client.ChartPackage; import com.googlecode.gwt.charts.client.ColumnType; import com.googlecode.gwt.charts.client.Data...
se-esss-litterbox/ess-its
ItsArchiverGwt/src/se/esss/litterbox/its/archivergwt/client/googleplots/ScatterPlotPanel.java
Java
gpl-3.0
4,134
# wypjq.github.io
wypjq/wypjq.github.io
README.md
Markdown
gpl-3.0
17
#pragma once #include <stdbool.h> #include <service.h> /*typedef enum timer_event_type_t { SCENE, COMMAND } timer_event_type_t; typedef struct timer_info_t { char* name; char* event_name; bool singleshot; timer_event_type_t event_type; uint32_t timeout; uint32_t ...
sharky76/zwave-automation-engine
services/Timer/timer_config.h
C
gpl-3.0
592
li.logbuttons{ background-color: #18BC9C; color: white; border-color: #18BC9C; } .loginfo{ color: white; } .tile-progress { background-color: #303641; color: #fff; } .tile-progress { background: #00a65b; color: #fff; margin-bottom: 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-...
TudorGh/seedbox
public/css/style.css
CSS
gpl-3.0
2,019
# # Authors: Roy Dragseth (roy.dragseth@cc.uit.no) # Bas van der Vlies (basv@sara.nl) # # SVN INFO: # $Id$ # """ Usage: from PBSQuery import PBSQuery This class gets the info from the pbs_server via the pbs.py module for the several batch objects. All get..() functions return an dictionary with id as key a...
VPAC/pbs_python
src/PBSQuery.py
Python
gpl-3.0
17,223
function remoteMathService(cb) { var one, two; //queue our promises to resolve after they actually execute Promise.all([callOneService,callTwoService]).then(responses => { one = responses[0]; two = responses[1]; //maintained the existing logic with the callback return cb(undefined, one + two); }, function(e...
JoshuaDEdwards/RHStuff
Exercise1/remoteMathService.js
JavaScript
gpl-3.0
1,181
# -*- coding: utf-8 -*- # Form implementation generated from reading ui file '/home/yc/code/calibre/calibre/src/calibre/gui2/preferences/look_feel.ui' # # Created: Thu Oct 25 16:54:55 2012 # by: PyQt4 UI code generator 4.8.5 # # WARNING! All changes made in this file will be lost! from PyQt4 import QtCore, QtGui...
yeyanchao/calibre
src/calibre/gui2/preferences/look_feel_ui.py
Python
gpl-3.0
19,303
<?php /** * This file is part of a FireGento e.V. module. * * This FireGento e.V. module 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 script is distributed in the hope that it will...
firegento/firegento-magesetup
src/app/code/community/FireGento/MageSetup/Model/Observer.php
PHP
gpl-3.0
16,769
package me.desht.pneumaticcraft.common.progwidgets; import me.desht.pneumaticcraft.common.ai.IDroneBase; import me.desht.pneumaticcraft.common.entity.living.EntityDrone; import me.desht.pneumaticcraft.common.item.ItemPlastic; import me.desht.pneumaticcraft.lib.Textures; import net.minecraft.entity.ai.EntityAIBase; imp...
desht/pnc-repressurized
src/main/java/me/desht/pneumaticcraft/common/progwidgets/ProgWidgetStandby.java
Java
gpl-3.0
1,576
/** System Interrupts Generated Driver File @Company: Microchip Technology Inc. @File Name: pin_manager.h @Summary: This is the generated manager file for the MPLAB(c) Code Configurator device. This manager configures the pins direction, initial state, analog setting. The per...
artnavsegda/picnavsegda
mplabx/mcc/pic24fj256ga702/adc.X/mcc_generated_files/pin_manager.h
C
gpl-3.0
5,268
# coding:utf-8 """ Author : qbeenslee Created : 2014/12/12 """ import re # 客户端ID号 CLIENT_ID = "TR5kVmYeMEh9M" ''' 传输令牌格式 加密方式$迭代次数$盐$结果串 举个栗子: ====start==== md5$23$YUXQ_-2GfwhzVpt5IQWp$3ebb6e78bf7d0c1938578855982e2b1c ====end==== ''' MATCH_PWD = r"md5\$(\d\d)\$([a-zA-Z0-9_\-]{20})\$([a-f0-9]{32}...
qbeenslee/Nepenthes-Server
config/configuration.py
Python
gpl-3.0
1,315
package de.ssmits.hibernateEavModel.persistence.core.eav; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import java.util.ArrayList; import java.util.Calendar; import java.util.List; import java.util.Locale; import java.uti...
ssmits/JavaExperiments
HibernateEavModel/src/test/java/de/ssmits/hibernateEavModel/persistence/core/eav/EavStoreManagerTest.java
Java
gpl-3.0
9,994
<!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...
labscoop/xortify
azure/docs/html/include_2xsd_2legacy_2spiderstat_8php_source.html
HTML
gpl-3.0
15,870
class A; 15; end; class A; 15; end class A; def foo; 15; end; end; a = A.new; puts a.foo puts 1; puts 2 while true; puts 1; end class A; def foo; end; def asd; end; end class A; def foo; 15; end; def asd; end; end module A; def foo; end; end case a; when 0; puts 1; when 1; puts 2; end
KDE/kdev-ruby
parser/tools/tests/semicolon.rb
Ruby
gpl-3.0
286
/* Include these * #include <stdlib.h> or <stddef.h> * #include <stdint.h> * #include <spar/core.h> * #include <nitlib/list.h> * #include "../vm/vm.h" */ struct nnn_prog { size_t size; int parsed; struct nnn_expr *expr; struct nnn_expr *stack; }; struct nnn_expr { struct nit_list next; enum ntwt_token typ...
Uladox/nitwit
shared/asm/nnn_expr.h
C
gpl-3.0
556
#!/bin/sh #if [ `id -u` != 0 ] ; then # printf "\n\nPlease run with root permission!\n\n" # return 127 #fi #./update_fstab.sh BASEPKG="automake zlib1g-dev bison texinfo libtool autoconf pkgconf zip mime-support shared-mime-info desktop-file-utils" BASEPKG_ALL="" YESNOCMD="" SCOWPWRCMD="" BUILDARCH=`uname -m`...
UrusTeam/urus_buildroot
install_deps.sh
Shell
gpl-3.0
2,921
/**************************************************************************** ** ** Copyright (C) 2016 Pelagicore AG ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QmlLive tool. ** ** $QT_BEGIN_LICENSE:GPL-QTAS$ ** Commercial License Usage ** Licensees holding valid commercial Qt Automotive Sui...
sailfish-sdk/qmllive
src/qmllive.h
C
gpl-3.0
1,540
/** * */ package com.abm.mainet.common.service; import java.util.ArrayList; import java.util.List; import javax.annotation.Resource; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import com.abm.mainet.common.constant.MainetConstants; import com.ab...
abmindiarepomanager/ABMOpenMainet
Mainet1.0/MainetServiceParent/MainetServiceCommon/src/main/java/com/abm/mainet/common/service/ApplicationStatusService.java
Java
gpl-3.0
7,583
# Overview ![logo](../logo.png) Chinese documents: [Overview](../zh) Demo: [Demo Video](https://youtu.be/UhnbvLA0SMo) Github: [MoeNotes](https://github.com/dtysky/MoeNotes) Download: [Download](https://github.com/dtysky/MoeNotes/releases) # Introduction MoeNotes is a dairy software, unlike One...
dtysky/MoeNotes
doc/en/README.md
Markdown
gpl-3.0
1,669
#include <Algorithms/ZernikeCoefficient.h> #include <vtkMath.h> #include <vtkIdList.h> #include <MeshData.h> #include <data_type.h> #include <vector> namespace sqi { namespace alg { using namespace std; using namespace lq; ZernikeCoefficient::ZernikeCoefficient() { timer_ = vtkSmartPointer<vtkTimerLog>::New(); } ...
liquancsp/SurfaceQualityInspection
src/VTK/Algorithms/ZernikeCoefficient.cpp
C++
gpl-3.0
12,163
{% extends "base.html" %} {% block page-title %}Website Under Construction - Scorp{% endblock %} {% block page-content %} <!--============================================= Under Construction Page ============================================= --> <section class="overlay-01 under-constructi...
saeidscorp/site
resources/templates/under-construction.html
HTML
gpl-3.0
936
/* * This file is protected by Copyright. Please refer to the COPYRIGHT file * distributed with this source distribution. * * This file is part of GNUHAWK. * * GNUHAWK is free software: you can redistribute it and/or modify is under the * terms of the GNU General Public License as published by the Free Softwa...
RedhawkSDR/integration-gnuhawk
components/file_descriptor_sink_s/cpp/file_descriptor_sink_s_GnuHawkBlock.h
C
gpl-3.0
1,044
extern main(); extern flag_data_return[]; extern outport(); ctcss(int fdSer) { int opcode, n, tx_mode; float ctcss_user_value; float ctcss_freq[34] = {67, 71.9, 77.0, 82.5, 88.5, 94.8, 100, 103.5, 107.2, 110.9, 114.8, 118.8, 123, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 162.2, 167.9, 173.8, 179.9, ...
R03LTjuh/KG0CQ-s-yaesu-program
ctcss.c
C
gpl-3.0
1,880
/* Test of u16_strnlen() function. Copyright (C) 2010-2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your o...
Distrotech/coreutils
gnulib/tests/unistr/test-u16-strnlen.c
C
gpl-3.0
1,881
declared in [MTDataKV](MTDataKV.hpp.md) ~~~ { .cpp } template<> bool MTDataKV::_kvpair::get(MTCoordinates & _out) const { if (_t != t_kvpair::MTCoordinates) { return false; } _out = *(MTCoordinates*)_v; return true; } template<> bool MTDataKV::_kvpair::get(MTVector & _out) const { if (_t != t_kvpair::MTVector) ...
CodiePP/libmoltalk
Code/Cpp/MTDataKV_access.cpp.md
Markdown
gpl-3.0
5,382
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0; SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0; SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='TRADITIONAL'; # CREATE DATABASE DROP SCHEMA IF EXISTS consult; CREATE SCHEMA consult; USE consult; CREATE TABLE address ( address_id INTEGER NOT NU...
denlap007/maestro
core/src/main/resources/testCases/crudApp/dataTier/create-db-insert-data.sql
SQL
gpl-3.0
6,632
// KeyLocation_as.cpp: ActionScript "KeyLocation" class, for Gnash. // // Copyright (C) 2009, 2010 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either ...
atheerabed/gnash-fork
libcore/asobj/flash/ui/KeyLocation_as.cpp
C++
gpl-3.0
1,875
/** * Copyright (C) 2015 https://github.com/sndnv * * 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. * * Thi...
sndnv/Syn
Server/src/main/NetworkManagement/NetworkManager.h
C
gpl-3.0
43,036
package models; import java.io.*; import java.util.List; import java.util.logging.Level; import java.util.logging.Logger; import org.apache.jena.iri.impl.Main; //import org.json.XML; import org.openjena.riot.RiotException; import com.hp.hpl.jena.util.FileManager; import com.hp.hpl.jena.vocabulary.DC; import com.hp.hp...
lodacom/UpYourMood
app/models/OntologyDescription.java
Java
gpl-3.0
10,196
--- title: "उन्नाव रेप केस : पीड़िता ने डीएम पर लगाया परिवार को होटल में 'कैद' करने का आरोप" layout: item category: ["UP"] date: 2018-04-11T07:39:45.971Z --- <p>उन्नाव: उन्नाव गैंगरेप पीड़िता ने जिला प्रशासन पर गंभीर आरोप लगाते हुए कहा है कि उसे और उसके परिवार को होटल के एक कमरे में कैद कर दिया गया है. पीड़िता का आरोप है...
InstantKhabar/_source
_source/news/2018-04-11-unnaw.html
HTML
gpl-3.0
4,644
# -*- coding: utf-8 -*- # generated from catkin/cmake/template/__init__.py.in # keep symbol table as clean as possible by deleting all unnecessary symbols from os import path as os_path from sys import path as sys_path from pkgutil import extend_path __extended_path = "/home/pi/Documents/desenvolvimentoRos/src/tf2_r...
UnbDroid/robomagellan
Codigos/Raspberry/desenvolvimentoRos/devel/lib/python2.7/dist-packages/tf2_ros/__init__.py
Python
gpl-3.0
1,035
Puppet module for nullmailer ============================ Nullmailer is useful in situations where you have machines but do not wish to configure them with a full email service (mail transfer agent, MTA). Particularly to send email about local activity to a centralised place. By default, the module will configure th...
akumria/puppet-nullmailer
README.md
Markdown
gpl-3.0
3,879
/* $APPASERVER_HOME/utility/piece_quote_comma.c */ /* --------------------------------------------- */ /* Freely available software: see Appaserver.org */ /* --------------------------------------------- */ #include <stdio.h> #include <stdlib.h> #include "piece.h" #include "timlib.h" int main( int argc, char **argv ...
timhriley/appaserver
utility/piece_quote_comma.c
C
gpl-3.0
1,810
<?php /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org> * Copyright (C) 2003 Eric Seigne <erics@rycks.com> * Copyright (C) 2004-2012 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com> * Copyright (C)...
jcntux/Dolibarr
htdocs/contact/list.php
PHP
gpl-3.0
15,009
/** * This file is part of veraPDF Parser, a module of the veraPDF project. * Copyright (c) 2015, veraPDF Consortium <info@verapdf.org> * All rights reserved. * <p> * veraPDF Parser is free software: you can redistribute it and/or modify * it under the terms of either: * <p> * The GNU General public license GPL...
shem-sergey/veraPDF-pdflib
src/main/java/org/verapdf/pd/font/PDFontDescriptor.java
Java
gpl-3.0
16,683
var FitoTab = Class.create(); FitoTab.prototype = { element: null, options: {}, trs: [], bgcolors: [], choosed_colors: [], allchecked: false, initialize: function(element) { var element = $(element); try { var options = { element: element, hoverColor: '#FFFFCC', selectedColor: '#F...
DicsyDel/epp-drs
app/www/js/class.Tweaker.js
JavaScript
gpl-3.0
5,605
<?php session_start(); ?>
McAsulys/McAsulysDev
myfb/config/header.php
PHP
gpl-3.0
26
namespace rtg.world.biome.realistic.vanilla { using System; using generic.pixel; using generic.init; using generic.world.biome; using generic.world.chunk; using rtg.api.config; using rtg.api.util; using rtg.api.util.noise; using rtg.api.world; using rtg.world.gen.surface; ...
Safebox36/RTG-Unity
Project RTG Unity/Assets/RTG Unity/world/biome/realistic/vanilla/RealisticBiomeVanillaSavannaM.cs
C#
gpl-3.0
7,065
/* * ElementExtracter.cpp * * Created on: 02/28/14 * Author: Ardavon Falls * Copyright: (c)2012 Ardavon Falls * * This file is part of xsd-tools. * * xsd-tools 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...
Ardy123/xsd-tools
src/Processors/ElementExtracter.cpp
C++
gpl-3.0
2,692
<?php /************************* Coppermine Photo Gallery ************************ Copyright (c) 2003-2016 Coppermine Dev Team v1.0 originally written by Gregory Demar 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 pu...
coppermine-gallery/cpg1.6.x
include/transliteration/x89.php
PHP
gpl-3.0
2,730
/* Author: Chet Gnegy chetgnegy@gmail.com UnitGenerator.cpp This file the UnitGenerator class. This class is used as modules for input and effects. */ #include "UnitGenerator.h" // Default values int UnitGenerator::sample_rate = 44100; int UnitGenerator::buffer_length = 512; float interpolate(float *arr...
chetgnegy/CollideFx
include/audio/UnitGenerator.cpp
C++
gpl-3.0
37,011
<?php namespace Kharanenka\Helper; /** * Generate universal result answer * * Class ResultStore * @package Kharanenka\Helper * @author Andrey Kharanenka, kharanenka@gmail.com */ class ResultStore { /** @var bool Status of result (true|false) */ private $bStatus = true; /** @var mixed Data of result...
kharanenka/result
src/Kharanenka/Helper/ResultStore.php
PHP
gpl-3.0
2,943
# PuppetModuleTask TODO: Delete this and describe your gem ## Installation Add this line to your application's Gemfile: ```ruby gem 'puppet_rake_tasks' ``` And then execute: $ bundle Or install it yourself as: $ gem install puppet_rake_tasks ## Usage ### Simple usage: 1. Add the ruby gem: `gem 'puppe...
vStone/puppet_rake_tasks
README.md
Markdown
gpl-3.0
1,322
/** * This file is part of Graylog. * * Graylog 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. * * Graylog is distributed in t...
pdepaepe/graylog2-server
graylog2-server/src/main/java/org/graylog2/bootstrap/ServerBootstrap.java
Java
gpl-3.0
8,480
// Author: // Noah Ablaseau <nablaseau@hotmail.com> // // Copyright (c) 2017 // // 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...
jealouscloud/linerider-advanced
src/Tools/PencilTool.cs
C#
gpl-3.0
5,945
/******************************************************************************* * Author: Nguyen Truong Duy ********************************************************************************/ /* Methodology: * + The comb can be divided into layers * + The first layer contains 1 only * The second layer contains 2...
shakil113/Uva-onlineJudge-solve
UVA10182.c
C
gpl-3.0
3,178
<?php // src/metadatamanipulators/AddContentdmData.php namespace mik\metadatamanipulators; use GuzzleHttp\Client; use \Monolog\Logger; /** * AddCdmItemInfo - Adds several types of data about objects being * migrated from CONTENTdm, specifically the output of the following * CONTENTdm web API requests for the curre...
lsulibraries/mik
src/metadatamanipulators/AddContentdmData.php
PHP
gpl-3.0
9,913
#ifndef INCOMINGDATAPARSER_H #define INCOMINGDATAPARSER_H #include "core/player.h" #include "core/application.h" #include "remotecontrolmessages.pb.h" #include "remoteclient.h" class IncomingDataParser : public QObject { Q_OBJECT public: IncomingDataParser(Application* app); ~IncomingDataParser(); bool clos...
Shedward/Clementine-copy
src/networkremote/incomingdataparser.h
C
gpl-3.0
2,194
package com.fr.design.gui.itooltip; import javax.swing.JToolTip; public class MultiLineToolTip extends JToolTip { public MultiLineToolTip() { setUI(new MultiLineToolTipUI()); } }
fanruan/finereport-design
designer_base/src/com/fr/design/gui/itooltip/MultiLineToolTip.java
Java
gpl-3.0
197
<?php spl_autoload_extensions(".php"); // comma-separated list spl_autoload_register(); /** * A map of classname => filename for SPL autoloading. * * @package AuthorizeNet */ $baseDir = __DIR__ ; $libDir = $baseDir . DIRECTORY_SEPARATOR . 'lib' . DIRECTORY_SEPARATOR; $sharedDir = $libDir . 'shared' . DIRECTORY...
kotsios5/common
vendor/authorize/classmap.php
PHP
gpl-3.0
59,484
/* Copyright (c) 2001-2011, The HSQL Development Group * All rights 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...
ggorsontanguy/pocHSQLDB
hsqldb-2.2.9/hsqldb/src/org/hsqldb/TableBase.java
Java
gpl-3.0
17,056
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("e8"...
ozanoner/myb
myp242/w1/e8/Properties/AssemblyInfo.cs
C#
gpl-3.0
1,375
<!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>Aquo Events</title> <script src="../../../includes/xpath.js" type...
wasare/sistema-academico-eprotec
lib/Spry/articles/best_practices/samples/pe-08b.html
HTML
gpl-3.0
2,515
<?php namespace TYPO3\TYPO3CR\Command; /* * This file is part of the TYPO3.TYPO3CR 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 * source cod...
dimaip/neos-development-collection
TYPO3.TYPO3CR/Classes/TYPO3/TYPO3CR/Command/NodeCommandControllerPluginInterface.php
PHP
gpl-3.0
2,176
$(document).ready(function(){ "use strict"; /* Global Variables */ var window_w = $(window).width(); // Window Width var window_h = $(window).height(); // Window Height var window_s = $(window).scrollTop(); // Window Scroll Top var $html = $('html'); // HTML var $body = $('body'); // Body var $header = $('...
hassiumsoft/hasscms-app
themes/candidate/media/js/script.js
JavaScript
gpl-3.0
30,554
using System; namespace Telegram.Bot.Helpers { public static class UnixDateTimeHelper { /// <summary> /// Convert a long into a DateTime /// </summary> public static DateTime FromUnixTime(this long self) { var ret = new DateTime(1970, 1, 1); re...
masternasr/telegram
Telegram.Bot/Helpers/Extensions.cs
C#
gpl-3.0
958
#include "MAP.h" #include <iostream> #include <algorithm> #include <numeric> using namespace std; void MAP::append( std::vector<std::string>& retrieved, std::vector<std::string>& relevant ) { float k = 1; float tp = 0; double avgPrecision = 0; vector<string>::iterator ind; vector<string>::iterator end...
gasevi/pyreclab
eval_metrics/MAP.cpp
C++
gpl-3.0
866
<div class="header"><h1 class="slidetitle">Stay connected</h1></div> <div class="main"> <div class="text"> <div> <p>The Ubuntu Message Indicator gives you an eagle-eye view of incoming messages from all applications and social networks. See at a glance when there’s something new to read, regardless how it arrived.</...
Alberto-Beralix/Beralix
i386-squashfs-root/usr/share/ubiquity-slideshow/slides/loc.si/social.html
HTML
gpl-3.0
830
package net.abysmal.clickerconquest.windows.menus; import net.abysmal.clickerconquest.entities.units.melee.Farmer; import net.abysmal.clickerconquest.entities.units.ranged.Hunter; import net.abysmal.clickerconquest.graphics.Panel; public class UnitMenu { static final int ID = 4; Panel panel; public ...
Mojken/ClickerConquest
src/net/abysmal/clickerconquest/windows/menus/UnitMenu.java
Java
gpl-3.0
906
{% extends 'ilayout.html' %} {% block title %}Free GPS Tracker - Login{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="/media/css/style.css" media="screen" /> {% endblock %} {% block content %} <div id="content"> <div class="post"> <div class="entry"> <form action="...
LiveStalker/phermes
tracker/templates/_login.html
HTML
gpl-3.0
892
@extends('layouts.master') @section("content") {{ HTML::ul($errors->all()) }} {{ Form::open(array('url' => 'gamintojai')) }} <div class="form-group"> {{ Form::label('pavadinimas', 'Pavadinimas') }} {{ Form::text('pavadinimas', Input::old('pavadinimas'), array('class' => 'form-control')) }} </div> {{ Form::s...
benetis/duomenu_bazes_modulis_lab
app/views/gamintojai/create.blade.php
PHP
gpl-3.0
413
<?php /** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Payment\Test\Unit\Model\Checks; use \Magento\Payment\Model\Checks\Composite; class CompositeTest extends \PHPUnit_Framework_TestCase { /** * @dataProvider paymentMethodDataProvider ...
rajmahesh/magento2-master
vendor/magento/module-payment/Test/Unit/Model/Checks/CompositeTest.php
PHP
gpl-3.0
1,373
#!/usr/bin/python # Nathan Harmon # https://github.com/nharmon/bogie-five # # Turn program # from Motion import * import sys if __name__ == '__main__': if len(sys.argv) < 2: exit("Must specify target image file") try: drive = Drive() drive.turn(float(sys.argv[1])) except: ...
nharmon/bogie-five
src/turn.py
Python
gpl-3.0
356
package logic; import java.util.ArrayList; import java.util.Iterator; import org.graphstream.graph.Edge; import org.graphstream.graph.Node; public class Maybe implements Formula { private Formula f; private String agent; public Maybe(Formula f, String agent) { this.f = f; this.agent = agent; ...
Daemonstool/MAS
src/main/java/logic/Maybe.java
Java
gpl-3.0
895
/* The frontend for Code for Hampton Roads' Open Health Inspection Data. Copyright (C) 2014 Code for Hampton Roads contributors. 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 Foundat...
0111001101111010/open-health-inspection-app
dist/production.js
JavaScript
gpl-3.0
18,429
# DevOps.Abstractions.BusinessObjects ## Summary Namespace contains concepts that represent software "business objects", their properties, relationships between them, and schema, domain, and system categorization levels. ### - Each **System** contains one or more **Domains**. - Each **Domain** contains one or more ...
cdorst/DevOps
src/Abstractions.BusinessObjects/README.md
Markdown
gpl-3.0
1,764
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __UAPI_LINUX_FILTER_H__ #define __UAPI_LINUX_FILTER_H__ #include <lyos/types.h> #include <linux/bpf_common.h> struct sock_filter { __u16 code; __u8 jt; __u8 jf; __u32 k; }; struct sock_fprog { unsigned short len; struct so...
Jimx-/lyos
include/uapi/linux/filter.h
C
gpl-3.0
350
# This file is part of ICLS. # # ICLS 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. # # ICLS is distributed in the hope that it will ...
timbotron/ICLS
framework.py
Python
gpl-3.0
2,817