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
CREATE TABLE "measure_17_percentage_of_families_with_high_out_of_pocket_medical_expenses_metropolitan_status" ( "measure_value" text, "year" real, "rural_urban" text, "income_threshold" text );
talos/docker4data
data/socrata/healthmeasures.aspe.hhs.gov/measure_17_percentage_of_families_with_high_out_of_pocket_medical_expenses_metropolitan_status/schema.sql
SQL
gpl-3.0
198
#ifndef LIBXMP_MIXER_H #define LIBXMP_MIXER_H #define C4_PERIOD 428.0 #define SMIX_NUMVOC 128 /* default number of softmixer voices */ #define SMIX_SHIFT 16 #define SMIX_MASK 0xffff #define FILTER_SHIFT 16 #define ANTICLICK_SHIFT 3 #ifdef LIBXMP_PAULA_SIMULATOR #include "paula.h" #endif #define SMIX_MIXER(f) void ...
DodgeeSoftware/OpenALWrapper
_dependencies/libxmp-4.4.0/src/mixer.h
C
gpl-3.0
2,311
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
anonreclaimer/morpheus
neo/renderer/RenderProgs.h
C
gpl-3.0
8,883
// Java Implementation of Radix Sort public class Radix_Sort { // Function implementing Radix Sort public static void radix_sort(int input[]) { int i; int max = input[0]; // Maximum Element in input array int size = input.length; // Find the Maximum element in array ...
KavyaSharma/Algo_Ds_Notes
Radix_Sort/Radix_Sort.java
Java
gpl-3.0
1,561
<html> <head> <title> popcnt_array.asm </title> </head> <body> <pre> segment .text global popcnt_array ; let the linker know about popcnt_array popcnt_array: push r12 push r13 push r14 push r15 xor eax, eax xor r8d, r8d ...
tjphilpot/ebe
library/Assembly/Windows/Sample_Programs/Chapter_17/popcntinst.asm.html
HTML
gpl-3.0
906
/** * @license Ulakbus-UI * Copyright (C) 2015 ZetaOps Inc. * This file is licensed under the GNU General Public License v3 * (GPLv3). See LICENSE.txt for details. */ /** * @ngdoc module * @name ulakbus.formService * @module ulakbus.formService * @description * The `formService` module provides generic ser...
kunthar/ulakbus-ui
app/zetalib/form_service.js
JavaScript
gpl-3.0
74,403
// Copyright 2015 Urs Fässler, www.bitzgi.ch // SPDX-License-Identifier: GPL-3.0+ #include "Composition.hpp" #include "../connection/ConnectionFactory.hpp" #include "../instance/InstanceFactory.hpp" #include "../util/stdlist.hpp" #include "../util/ChildRemover.hpp" #include "../connection/ConnectionWithPortSpecificat...
ursfassler/evdraw
src/core/implementation/Composition.cpp
C++
gpl-3.0
3,733
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Kinect_Tools.kinect_tools_dir { public class Outil { public static void Ecrire_Erreur(Exception ex) { Console.ForegroundColor = ConsoleColor.Red; ...
Goldorhack/interactive-board
GoldOrHack_Client_01_Wpf/Kinect_Tools/kinect_tools_dir/Outil.cs
C#
gpl-3.0
506
package everlife.common.block; import net.minecraft.block.material.Material; import net.minecraft.block.properties.IProperty; import net.minecraft.block.properties.PropertyEnum; import net.minecraft.block.state.BlockState; import net.minecraft.block.state.IBlockState; import net.minecraft.creativetab.CreativeTabs; imp...
CoderAtParadise/EverLife
src/main/java/everlife/common/block/BlockELPlanks.java
Java
gpl-3.0
3,372
/** * Copyright (C) 2008 Happy Fish / YuQing * * FastDFS may be copied only under the terms of the GNU General * Public License V3, which may be found in the FastDFS source kit. * Please visit the FastDFS Home Page http://www.csource.org/ for more detail. **/ //socketopt.h #ifndef _SOCKETOPT_H_ #define _SOCKETOPT_H_ ...
fatedier/studies
fastdfs-5.01/common/sockopt.h
C
gpl-3.0
11,673
<!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"/> <title>Javascript on Fibe...
verdantyang/fibjs_docs
html/en/d5/d83/namespacere.html
HTML
gpl-3.0
7,211
<?php namespace Sainsbury\Product\Html; use Symfony\Component\DomCrawler\Crawler, Model\Product; /** * Description of Parser * * @author Kamil Hurajt */ class Parser { /** * @var Crawler */ protected $crawler; protected $items; /** * @param Crawler $crawler */ ...
kamilhurajt/snbury
src/app/Sainsbury/Product/Html/Parser.php
PHP
gpl-3.0
3,013
/* * Copyright (C) 2014 Thog92 * * 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 distributed...
Thog/Assets
src/main/java/fr/ironcraft/assets/AssetObject.java
Java
gpl-3.0
1,344
<h2>Random videos</h2> <?php foreach ($videos as $video){ ?> <div class="thumb" style="background-image: url(https://thumbs.gfycat.com/<?=$video->source?>-<?=$config->posterType?>.jpg);"> <a class="thumb-link" href="?v=<?=$video->id?>"> <div class="title"><?=$video->thumbTitle?></div> </a> </div> <?php } ?>
BekirUzun/GfycatAlbum
views/random.php
PHP
gpl-3.0
313
/******************************************************************* Part of the Fritzing project - http://fritzing.org Copyright (c) 2007-2014 Fachhochschule Potsdam - http://fh-potsdam.de Fritzing is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as publish...
sirdel/fritzing
src/installedfonts.h
C
gpl-3.0
1,434
<?php /** * OpenEyes * * (C) OpenEyes Foundation, 2016 * 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 Foundation, either version 3 of the License, or (at your option) any late...
openeyes/OphCoCvi
models/OphCoCvi_ClericalInfo_PreferredInfoFmt.php
PHP
gpl-3.0
3,704
from umlfri2.application.commands.base import Command from umlfri2.application.events.diagram import ConnectionMovedEvent class MoveConnectionLabelCommand(Command): def __init__(self, connection_label, delta): self.__diagram_name = connection_label.connection.diagram.get_display_name() self.__conn...
umlfri/umlfri2
umlfri2/application/commands/diagram/moveconnectionlabel.py
Python
gpl-3.0
1,001
/* * Cantata * * Copyright (c) 2011-2014 Craig Drummond <craig.p.drummond@gmail.com> * */ /* * Copyright (c) 2008 Sander Knopper (sander AT knopper DOT tk) and * Roeland Douma (roeland AT rullzer DOT com) * * This file is part of QtMPC. * * QtMPC is free software: you can redistribute it a...
google-code/cantata
models/musiclibraryitemalbum.h
C
gpl-3.0
4,015
# Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # # This file is part of SickRage. # # SickRage 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,...
gylian/sickrage
sickbeard/providers/ezrss.py
Python
gpl-3.0
5,370
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2007-2009 Benoit Jacob <jacob.benoit.1@gmail.com> // // Eigen is free software; you can redistribute it and/or // modify it under the terms o...
muninnorg/muninn
external/Eigen/src/Core/util/Constants.h
C
gpl-3.0
16,916
using FemLab #= for shape in (TRI3, TRI6, QUAD4, QUAD8, QUAD9) bl = Block2D( [0 0; 1 1], nx=2, ny=2, shape=shape) mesh = Mesh(bl, verbose=false) dom = Domain(mesh) save(dom, "dom.vtk") end rm("dom.vtk") =# bl = Block2D( [0 0; 1 1], nx=4, ny=4, shape=QUAD9) mesh = Mesh(bl, verbose=false) dom = Domain(...
RaulDurand/FemLab
test/io.jl
Julia
gpl-3.0
606
<?php add_action( 'admin_menu', 'us_options_admin_menu' ); function us_options_admin_menu() { $usof_page = add_submenu_page( 'us-home', US_THEMENAME, __( 'Theme Options', 'us' ), 'edit_theme_options', 'us-theme-options', 'us_theme_options_page' ); add_action( 'admin_print_scripts-' . $usof_page, 'usof_print_scripts'...
Fecaje/fecaje.org.br
wp-content/themes/Zephyr/framework/vendor/usof/functions/interface.php
PHP
gpl-3.0
9,259
""" Unit tests for the HashTask object By Simon Jones 26/8/2017 """ import unittest from test.TestFunctions import * from source.HashTask import * from source.Channel import Channel class HashTaskUnitTests(unittest.TestCase): """ Unit tests for the HashTask object """ def setUp(self): self.task1_t_channel = Ch...
jonesyboynz/DuplicateFileFinder
unittests/HashTaskUnitTests.py
Python
gpl-3.0
4,641
The programs in here are to test Python stdlib tests in lib/pythonX.Y/test We'll compile a test, then decompile it and then run the test
rocky/python-uncompyle6
test/stdlib/README.md
Markdown
gpl-3.0
139
package com.jcp83.telegraph; import java.io.Serializable; public class RoomInfo implements Serializable { private String Name; public String GetName() { return Name; } RoomInfo(String Name) { this.Name = Name; } }
Prog63/Telegraph
app/src/main/java/com/jcp83/telegraph/RoomInfo.java
Java
gpl-3.0
243
# # Copyright (C) 2013 CAS / FAMU # # This file is part of Narra Core. # # Narra Core 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. #...
CAS-FAMU/narra-core
app/models/narra/identity.rb
Ruby
gpl-3.0
1,563
/* This file is part of rfGallery. * * rfGallery 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. * * rfGallery is distribu...
hauspie/rfgallery
css/style.css
CSS
gpl-3.0
1,672
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.0" language="pl_PL"> <context> <name>EditSiteWidget</name> <message> <location filename="../../ui/edit_site_widget.ui" line="14"/> <source>Dialog</source> <translation>Dialog</translation> </message> <message> ...
bkueng/qMasterPassword
data/translations/translation_pl.ts
TypeScript
gpl-3.0
31,528
/*! * \file gnss_sdr_valve_test.cc * \brief This file implements unit tests for the valve custom block. * \author Carlos Aviles, 2010. carlos.avilesr(at)googlemail.com * Carles Fernandez-Prades, 2012. cfernandez(at)cttc.es * * * ------------------------------------------------------------------------- ...
luis-esteve/gnss-sdr
src/tests/unit-tests/signal-processing-blocks/sources/gnss_sdr_valve_test.cc
C++
gpl-3.0
2,235
package net.kleditzsch.App.RedisAdmin.View.Dialog.Zset; /** * Created by oliver on 02.08.15. */ import java.net.URL; import java.util.ResourceBundle; import javafx.event.ActionEvent; import javafx.fxml.FXML; import javafx.scene.control.Button; import javafx.scene.control.TextField; import javafx.stage.Stage; import...
agent4788/Redis_Admin
src/main/java/net/kleditzsch/App/RedisAdmin/View/Dialog/Zset/ZSetEditScoreDialogController.java
Java
gpl-3.0
2,818
<html lang="en"> <head> <title>Keys - GNU Emacs Manual</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="description" content="GNU Emacs Manual"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="prev" href="User-Input.h...
xfq/aquamacs-emacs
aquamacs/doc/Aquamacs Help/Emacs Manual/Keys.html
HTML
gpl-3.0
4,888
/* * Copyright (c) 2012 Dennis Mackay-Fisher * * This file is part of PV Scheduler * * PV Scheduler is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License version 3 or later * as published by the Free Software Foundation. * * PV Scheduler is distribu...
tectronics/pvbeancounter
DeviceDataRecorders/EnergyReading.cs
C#
gpl-3.0
38,253
/***************************************************************** * This file is part of Managing Agricultural Research for Learning & * Outcomes Platform (MARLO). * MARLO is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free...
CCAFS/MARLO
marlo-data/src/main/java/org/cgiar/ccafs/marlo/data/dao/ICenterLeaderDAO.java
Java
gpl-3.0
2,644
#include <QHeaderView> #include <QJsonObject> #include <QJsonArray> #include "ParameterEditor.hpp" ParameterEditor::ParameterEditor( QWidget* _parent ) : QTableWidget(0, 2, _parent) { setSelectionBehavior(QAbstractItemView::SelectRows); horizontalHeader()->setSectionResizeMode(1, QHeaderVi...
TimVanMourik/Porcupine
src/ParameterEditor/ParameterEditor.cpp
C++
gpl-3.0
2,908
/* * Copyright 2012 Devoteam http://www.devoteam.com * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * * This file is part of Multi-Protocol Test Suite (MTS). * * Multi-Protocol Test Suite (MTS) is free software: you can redistribute * it and/or modify it under the terms of the GNU General...
yongs2/mts-project
mts/src/main/java/com/devoteam/srit/xmlloader/rtsp/ChannelRtsp.java
Java
gpl-3.0
2,753
# Copyright (C) 2013 Andreas Damgaard Pedersen # # 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 dis...
Damgaard/account-deleter
deleter/tests.py
Python
gpl-3.0
1,050
# description <br> this is a Dockerfile to make a image where you can run docker commands against the registry of the docker engine of the host <br> start with the following command: <br> docker run -it -v /var/run/docker.sock:/var/run/docker.sock ubuntu:latest sh -c "apt-get update ; apt-get install docker.io -y ;...
tschoots/noteoj
basic_image/README.md
Markdown
gpl-3.0
328
/* * This file is part of Magenta Engine * * Copyright (C) 2018 BlackPhrase * * Magenta Engine 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 v...
projectmagenta/magenta
mgt/launcher/win/WinApplication.cpp
C++
gpl-3.0
1,017
/*************************************************************************** * The FreeMedForms project is a set of free, open source medical * * applications. * * (C) 2008-2016 by Eric MAEKER, MD (France) <eric.maeker@gmail.com> * * All righ...
maternite/freemedforms
plugins/accountplugin/movements/movementsio.h
C
gpl-3.0
3,705
#ifndef BOSSBURSTTANK_H_ #define BOSSBURSTTANK_H_ #include "BurstTank.h" class BossBurstTank : public EnemyTank { public: BossBurstTank (Path* p = NULL) : EnemyTank(BOSS_BCIRCLE_R, new TankAI(new AimPolicy(), p?(MovementPolicy*)new PathPolicy():(MovementPolicy*)new SmartPolicy())) { setLives(3); ...
julienr/zoob
project/jni/logic/enemies/BossBurstTank.h
C
gpl-3.0
968
/** * $Id: editor_plugin_src.js,v 1.1 2012/04/05 12:12:25 simoneAdm Exp $ * * @author Moxiecode * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved. */ (function() { var DOM = tinymce.DOM, Event = tinymce.dom.Event, each = tinymce.each, explode = tinymce.explode; tinymce.create('tinym...
xdamsorg/xDams-core
src/main/webapp/resources/xd-js/tiny_mce/plugins/tabfocus/editor_plugin_src.js
JavaScript
gpl-3.0
2,461
/********************************************************************* CombLayer : MCNP(X) Input builder * File: commonBeamInc/GratingUnit.h * * Copyright (c) 2004-2018 by Stuart Ansell * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public Li...
SAnsell/CombLayer
Model/MaxIV/commonBeamInc/GratingUnit.h
C
gpl-3.0
3,054
<?php #error_reporting(E_ALL); #ini_set('display_errors', true); /* Projekt: datenlandkarten Autor: meisterluk Datum: 11.02.06 Version: beta Lizenz: LGPL v3.0 datamaps -- visualize your geo-based statistic data Cop...
meisterluk/datenlandkarte
index.php
PHP
gpl-3.0
30,292
# -*- coding: utf-8 -*- # Copyright 2012 Antoine Bertin <diaoulael@gmail.com> # # This file is part of pyextdirect. # # pyextdirect 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 th...
Diaoul/pyextdirect
pyextdirect/configuration.py
Python
gpl-3.0
4,570
#PWN Lab PWN Lab is a collection of Vagrant scripts and boxes to create security training environments. Getting a running environment is as easy as cloning the repository and running `vagrant up`. ## Environments * **Training** - The PWN Lab training environment is a collection of VMs to hone your hacking skills, te...
ztgrace/pwn_lab
README.md
Markdown
gpl-3.0
1,363
class IssuesDecorator < ApplicationCollectionDecorator delegate :current_page, :per_page, :offset, :total_entries, :total_pages # see #ApplicationCollectionDecorator::new_link def new_link super(h.t(:link_new_issue), h.new_issue_path(context[:project].slug), context[:project]) end def no_data_glyph_name...
nmeylan/RORganize
app/decorators/issues_decorator.rb
Ruby
gpl-3.0
422
/***************************************************************************** * * Copyright (C) 2001 Uppsala University and Ericsson AB. * * 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; ...
robertomagan/neta_v1
src/hackedmodules/networklayer/manetrouting/aodv/NA_aodv-uu/NA_aodv_socket.cc
C++
gpl-3.0
21,769
# `job_array_example` Example of using worker's job array feature with a bash script. ## What is it? 1. ``run-array.pbs`: PBS script for worker that runs a Bash script `power.sh` for each value specified by the `-t` option upon job submission. 1. `power.sh`: Bash script that reads the content of a file (singl...
gjbex/worker
examples/job_array_example/README.md
Markdown
gpl-3.0
544
! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! Copyright by The HDF Group. * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. *...
glentner/Gadget
Source/hdf5-1.6.10/fortran/src/H5Zff.f90
FORTRAN
gpl-3.0
7,405
/* * 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 SoftRest.modelos; /** * * @author henvisi */ public class TipoPlato { private int tipoplato_id; private String tipo...
henvisi-1994/SoftRest
SofRest/src/SoftRest/modelos/TipoPlato.java
Java
gpl-3.0
1,131
<!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 - WATTS, Edward</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 ="a...
RossGammon/the-gammons.net
RossFamilyTree/ppl/0/3/d15f6074c7c1245ab97feb5ad30.html
HTML
gpl-3.0
15,437
/* * This file is part of Audio switch daemon. * Audio switch daemon 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. * * Audio s...
fast90/asd
src/arguments.c
C
gpl-3.0
3,011
/* ATK - Accessibility Toolkit * * Copyright (C) 2012 Igalia, S.L. * Copyright (C) 2014 Chun-wei Fan * * Author: Alejandro Piñeiro Iglesias <apinheiro@igalia.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as publis...
mgood7123/UPM
Tests/PACKAGES/hexchat-2.12.4-6-x86_64/usr/include/atk-1.0/atk/atkversion.h
C
gpl-3.0
12,428
/* * Created on 30-ago-2005 * * gvSIG. Sistema de Información Geográfica de la Generalitat Valenciana * * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana. * * 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 th...
iCarto/siga
libGDBMS/src/main/java/com/hardcode/gdbms/engine/spatial/fmap/AbstractFMapFileDriver.java
Java
gpl-3.0
5,851
#ifndef PARTICLEHANDLE_H #define PARTICLEHANDLE_H 1 /** * @class ParticleHandle * @brief handles a decay structure to MyKin ploters * * @author Paul Seyfert * @date 2012-01-21 */ #include <map> #include <string> class MyKin; class ZooP; class ZooEv; class TDirectory; class ParticleHandle { private: MyKin...
pseyfert/ZooReaders
ZooFunctors/ParticleHandle.h
C
gpl-3.0
651
package com.ipac.app.dao; import java.util.List; import com.ipac.app.model.Switch; /** * Data Access Object for transactional database interactions * * @author RMurray */ public interface SwitchDao { /** * Retrieves ALL switches * * @return List<Switch> of switch objects */ public List<...
rob-murray/ipac
WEBAPP/src/main/java/com/ipac/app/dao/SwitchDao.java
Java
gpl-3.0
530
package org.dicadeveloper.weplantaforest.planting.plantbag; import java.util.ArrayList; import java.util.List; import org.dicadeveloper.weplantaforest.common.errorhandling.ErrorCodes; import org.dicadeveloper.weplantaforest.common.errorhandling.IpatException; import org.dicadeveloper.weplantaforest.common.erro...
Dica-Developer/weplantaforest
user/src/main/java/org/dicadeveloper/weplantaforest/planting/plantbag/SimplePlantBagHelper.java
Java
gpl-3.0
7,819
import {NgModule, ErrorHandler} from '@angular/core'; import {IonicApp, IonicModule, IonicErrorHandler} from 'ionic-angular'; import {MyApp} from './app.component'; import {Home} from '../pages/Home/Home'; import {GamingPage} from '../pages/gaming/gaming'; import {Page2} from '../pages/page2/page2'; import {BasicModal}...
rockmasterflex69/rockpasta
ionicPasta/src/app/app.module.ts
TypeScript
gpl-3.0
730
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* This file is part of the class library */ /* SoPlex --- the Sequential object-oriented simPlex. */ ...
LiangliangNan/PolyFit
3rd_soplex/src/vectorbase.h
C
gpl-3.0
14,029
#pragma once #define __MILK_HPP #include "milk/ast/ast_node.hpp" #include "milk/ast/ast_symbol.hpp" #include "milk/ast/ast_type.hpp" #include "milk/ast/ast_expr.hpp" #include "milk/ast/ast_bin_expr.hpp" #include "milk/ast/ast_namespace.hpp" #include "milk/ast/ast_func.hpp" #include "milk/ast/ast_var.hpp" #include "mi...
Richard-W/milk
include/milk.hpp
C++
gpl-3.0
753
#include "il2cpp-config.h" #include "icalls/mscorlib/System.Reflection/ParameterInfo.h" #include "vm/Exception.h" #include "il2cpp-object-internals.h" #include "il2cpp-class-internals.h" namespace il2cpp { namespace icalls { namespace mscorlib { namespace System { namespace Reflection { int32_t ParameterInfo::Get...
SelfieSticks/TowerBloCF
The Project/Il2CppOutputProject/IL2CPP/libil2cpp/icalls/mscorlib/System.Reflection/ParameterInfo.cpp
C++
gpl-3.0
1,155
/* * * This file is part of the SIRIUS library for analyzing MS and MS/MS data * * Copyright (C) 2013-2020 Kai Dührkop, Markus Fleischauer, Marcus Ludwig, Martin A. Hoffman, Fleming Kretschmer and Sebastian Böcker, * Chair of Bioinformatics, Friedrich-Schilller University. * * This library is free software; ...
kaibioinfo/sirius
fragmentation_tree/fragmentation_tree_construction/src/main/java/de/unijena/bioinf/FragmentationTreeConstruction/computation/scoring/ClippedPeakIsNoiseScorer.java
Java
gpl-3.0
3,944
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/> <title>Geda3.LineItem.draw &ndash; Gschem3 &ndash; Vala Binding Reference</title> <link href="../style.css" rel="stylesheet" type="text/css"/><script src="../scripts.js" type="text/javascript"> </script> </head> <body> <div class="site_head...
ehennes775/gschem3
docs/dev/Gschem3/Geda3.LineItem.draw.html
HTML
gpl-3.0
4,060
package own.allen.servlet; import java.io.File; import java.io.IOException; import java.io.PrintWriter; import java.util.HashMap; import java.util.Map; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRespo...
lzs0420/mytest
testForJava/src/own/allen/servlet/MyFilelist.java
Java
gpl-3.0
3,895
speaker-test -t sine -f 1000 -l 1
cyanboy/IoT-Hackathon
sound_check/sound.sh
Shell
gpl-3.0
33
package com.system.service; import com.readinglife.framework.service.IBaseService; public interface InitService extends IBaseService { public void initPrivil(); public void initBaseCode(); }
a254629486/mis-readinglife
src/main/java/com/system/service/InitService.java
Java
gpl-3.0
200
/* $Id$ */ /* Copyright (c) 2013-2021 Pierre Pronchery <khorben@defora.org> */ /* 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 ...
DeforaOS/Player
src/playerctl.c
C
gpl-3.0
3,776
# encoding: utf-8 class ApplicationController < ActionController::Base include Cms::Controller::Public helper FormHelper helper LinkHelper protect_from_forgery # :secret => '1f0d667235154ecf25eaf90055d99e99' before_filter :initialize_application # rescue_from Exception, :with => :rescue_exception def ...
yamamoto-febc/jruby-joruri
app/controllers/application.rb
Ruby
gpl-3.0
4,020
#!/bin/sh apt-get install build-essential bison m4 texinfo make patch perl sed tar gawk
uraymeiviar/artos
build/crossbuild/get-prerequisite.sh
Shell
gpl-3.0
88
using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using Moq; using Tools.Extensions; namespace Tools.Extensions.Tests.DictionaryExtensions { [TestFixture] public class GetValueOrDefaultTests { Mock<IDictionary<int, int>> _intDictionaryMock; int outIn...
raarh/c-sharp-extensions
Tools.Extensions.Tests/GetValueOrDefaultTests.cs
C#
gpl-3.0
2,150
#!/usr/bin/env python # coding=utf-8 import sys import argparse parser = argparse.ArgumentParser( description='convert a non-standord hostname like xx-xx-[1-3] to a ' 'expansion state', formatter_class=argparse.RawDescriptionHelpFormatter, epilog=""" Sample: $ ./converter.py xxx-xxx-\[1-3\] xxx-xxx-1 x...
supersu097/Mydailytools
converter.py
Python
gpl-3.0
905
          ([C++](Cpp.md)) std::ostream\_iterator =======================================   An [iterator](CppIterator.md).           Example: [CoutVector](CppCoutVector.md) ----------------------------------------   ---------------------------------------------------------------------------------------...
richelbilderbeek/cpp
content/CppStdOstream_iterator.md
Markdown
gpl-3.0
1,102
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | foam-extend: Open Source CFD \\ / O peration | Version: 3.2 \\ / A nd | Web: http://www.foam-extend.org \\/ M anipulation | For ...
Unofficial-Extend-Project-Mirror/foam-extend-foam-extend-3.2
src/thermophysicalModels/specie/reaction/reactionRate/LangmuirHinshelwood/LangmuirHinshelwoodReactionRate.H
C++
gpl-3.0
3,344
<?php return [ /* |-------------------------------------------------------------------------- | Backpack Crud Language Lines |-------------------------------------------------------------------------- | | The following language lines are used by the CRUD interface. | You are free to change...
lejubila/piGardenWeb
vendor/backpack/crud/src/resources/lang/fr_CA/crud.php
PHP
gpl-3.0
6,299
import java.util.Iterator; public class MyArrayList<E> extends MyAbstactList<E>{ public static final int INITIAL_CAPACITY = 16; private E[] data = (E[]) new Object[INITIAL_CAPACITY]; public MyArrayList() {} public MyArrayList(E[] objects) { for (int i = 0; i < objects.length; i++) add(objects[i]); } @O...
CovertHypnosis/Java
Implementing-List/MyArrayList.java
Java
gpl-3.0
2,566
const StitchMongoFixture = require('../fixtures/stitch_mongo_fixture'); import {getAuthenticatedClient} from '../testutil'; describe('Values V2', ()=>{ let test = new StitchMongoFixture(); let apps; let app; beforeAll(() => test.setup({createApp: false})); afterAll(() => test.teardown()); beforeEach(async...
cassiane/KnowledgePlatform
Implementacao/nodejs-tcc/node_modules/mongodb-stitch/test/admin/values.test.js
JavaScript
gpl-3.0
2,204
class SubscribeMailer < ApplicationMailer default from: "info@korolevdmitry.ru" def subscribe_email(subscriber) @subscriber = subscriber mail(to: @subscriber.email, subject: "New subscriber", cc: "8877024@gmail.com") end end
D7na/portfolio
app/mailers/subscribe_mailer.rb
Ruby
gpl-3.0
233
/** * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
tetious/Marlin
Marlin/src/lcd/menu/menu_delta_calibrate.cpp
C++
gpl-3.0
4,823
<!DOCTYPE html> <html> <head> <title>Washington State Courts - Supreme Court Calendar </title> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="expires" content="0"> <meta http-equiv="Pragma" content="no-cache...
jeffpar/courtcasts
sources/wasc/1996/05/29-docket.html
HTML
gpl-3.0
13,152
#!/usr/bin/env python # # Generate report in Excel format (from xml input) # import sys,os,shelve import re,dfxml,fiwalk from bc_utils import filename_from_path from openpyxl.workbook import Workbook from openpyxl.writer.excel import ExcelWriter from openpyxl.cell import get_column_letter def bc_generate_feature_x...
sesuncedu/bitcurator
python/bc_gen_feature_rep_xls.py
Python
gpl-3.0
1,974
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Fetch a row</title> </head> <body><div class="manualnavbar" style="text-align: center;"> <div class="prev" style="text-...
Sliim/sleemacs
php-manual/function.odbc-fetch-row.html
HTML
gpl-3.0
4,207
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>setInterval &mdash; rpg-dark-fantasy 1.2 doc...
lpenaud/rpg-dark-fantasy
docs/setInterval.html
HTML
gpl-3.0
6,680
#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (c) 2014, 2015, 2016 Adam.Dybbroe # Author(s): # Adam.Dybbroe <adam.dybbroe@smhi.se> # Janne Kotro fmi.fi # Trygve Aspenes # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as ...
TAlonglong/trollduction-test
aapp_runner/aapp_dr_runner.py
Python
gpl-3.0
72,713
using System; using System.Linq; using KMCCC.Authentication; using KMCCC.Launcher; using OrigindLauncher.Resources.Configs; namespace OrigindLauncher.Resources.Client { public class GameManager { public static bool IsRunning { get; private set; } public event Action<LaunchHandle, int> OnGameEx...
The-GregTech-Team/OrigindLauncher
OrigindLauncher.Resources/Client/GameManager.cs
C#
gpl-3.0
1,909
package com.keniobyte.bruino.minsegapp.features.section_list_missing.missing_report; import org.json.JSONException; import org.json.JSONObject; /** * @author bruino * @version 11/01/17. */ public interface IMissingReportInteractor { void sendMissingReport(JSONObject missingReport, final OnSendReportFinishedLi...
Keniobyte/PoliceReportsMobile
app/src/main/java/com/keniobyte/bruino/minsegapp/features/section_list_missing/missing_report/IMissingReportInteractor.java
Java
gpl-3.0
560
# coding: utf-8 import time import config_mqtt class Asynch_result: def __init__(self, correlation_id, requests, yield_to): self.correlation_id = correlation_id self._requests_need_result = requests self.yield_to = yield_to def get(self, timeout = config_mq...
Wei1234c/Elastic_Network_of_Things_with_MQTT_and_MicroPython
codes/node/asynch_result.py
Python
gpl-3.0
1,312
% \documentclass[10pt]{scrartcl} \documentclass[10pt,twocolumn]{scrartcl} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[ngerman]{babel} \usepackage{amsmath} \usepackage{amssymb} \usepackage{graphicx} \usepackage{tabularx} \usepackage{authoraftertitle} \setlength{\parindent}{0cm} \setlength{\parsk...
Banana4Life/ShadowArea
paper/shadows.tex
TeX
gpl-3.0
2,522
/** * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2013 Medical Physics Department, CHU of Liege, * Belgium * * 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 v...
amirkogithub/orthanc
OrthancServer/DicomProtocol/DicomUserConnection.cpp
C++
gpl-3.0
20,983
package uk.co.robbie_wilson.moddedtoolkit.commands; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; public class Reload implements CommandExecutor { @Override public boolean onCommand(CommandSender commandSender, Command command, String l...
robbo5899/Modded-Toolkit
src/main/java/uk/co/robbie_wilson/moddedtoolkit/commands/Reload.java
Java
gpl-3.0
432
/* * This file is part of KNLMeansCL, * Copyright(C) 2015-2020 Edoardo Brunetti. * * KNLMeansCL 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...
Khanattila/KNLMeansCL
KNLMeansCL/shared/ocl_utils.h
C
gpl-3.0
2,383
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle 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. // ...
murilotimo/moodle
mod/url/backup/moodle2/backup_url_stepslib.php
PHP
gpl-3.0
2,028
### # Copyright 2016 - 2022 Green River Data Analysis, LLC # # License detail: https://github.com/greenriver/hmis-warehouse/blob/production/LICENSE.md ### module HudTwentyTwentyToTwentyTwentyTwo::Export class Csv < Transforms include HudTwentyTwentyToTwentyTwentyTwo::Kiba::CsvBase end end
greenriver/hmis-warehouse
drivers/hud_twenty_twenty_to_twenty_twenty_two/app/models/hud_twenty_twenty_to_twenty_twenty_two/export/csv.rb
Ruby
gpl-3.0
299
#!/usr/bin/env ruby -w -rbork # bork is copyright (c) 2012 Noel R. Cower. # # This file is part of bork. # # bork 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 ...
nilium/bork
lib/bork/commands/add.rb
Ruby
gpl-3.0
1,773
#ifndef __DV_TEST_CONF_H__ #define __DV_TEST_CONF_H__ #include <netinet/in.h> #include "dv_server_conf.h" #define DV_CONF_BACKEND_ADDR_MAX_NUM 128 typedef struct _dv_backend_addr_t { char ba_addr[DV_IP_ADDRESS_LEN]; dv_u16 ba_port; } dv_backend_addr_t; typedef struct _dv_test_conf_t { dv_bac...
jasonchin221/DoveVPN
test/src/dv_test_conf.h
C
gpl-3.0
778
#!/bin/bash sudo apt-get build-dep emacs sudo apt-get install libjansson-dev valgrind fonts-firacode ## On Linux Mint, at least, these are not installed when the above is done. Curious. ## On other systems, it can't hurt. sudo apt-get install texinfo libxpm-dev libjpeg-dev libgif-dev libtiff-dev libtinfo-dev
wdenton/conforguration
conforg/scripts/emacs-install-requirements.sh
Shell
gpl-3.0
311
var __v=[ { "Id": 2478, "Panel": 1245, "Name": "number", "Sort": 0, "Str": "" } ]
zuiwuchang/king-document
data/panels/1245.js
JavaScript
gpl-3.0
101
/** * This file is part of the Amacube-Remix_WBList Roundcube plugin * Copyright (C) 2015, Tony VanGerpen <Tony.VanGerpen@hotmail.com> * * A Roundcube plugin to let users manage whitelist/blacklist (which must be stored in a database) * Based heavily on the amacube plugin by Alexander Köb (https://github.com/akoeb/ama...
tvangerpen/amacube-remix
amacube_remix_wblist/styles/amacube_remix_wblist.icon.css
CSS
gpl-3.0
676
[![Build Status](https://travis-ci.org/zertrin/duplicity-backup.svg?branch=dev)](https://travis-ci.org/zertrin/duplicity-backup) # duplicity-backup.sh This bash script was designed to automate and simplify the remote backup process of [duplicity](http://duplicity.nongnu.org/) on Amazon S3 primarily. Other backup dest...
fnfc/duplicity-backup
README.md
Markdown
gpl-3.0
12,758
<p>Symbiose est un projet libre et open-source de WebOS.<br /> <a href="http://symbiose.fr.cr/">http://symbiose.fr.cr/</a><br /><br /> <a href="http://www.w3.org/html/logo/"><img src="http://www.w3.org/html/logo/badge/html5-badge-h-css3-multimedia-performance-semantics-storage.png" height="32" alt="HTML5 Powered with C...
MatiasNAmendola/gnome-web
usr/share/docs/webos/about.html
HTML
gpl-3.0
549
<ul class="nav nav-tabs"> {% for resource_category in all_resource_categories %} {% if category and resource_category == category %} <li class="active"> {% else %} <li> {% endif %} <a href="{{ resource_category.get_absolute_url }}{% if date %}?year={{ date.yea...
BdEINSALyon/resa
bookings/templates/bookings/resource/resource_category_nav.html
HTML
gpl-3.0
466