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 |
|---|---|---|---|---|---|
/* -*- c++ -*- */
/*
* Copyright 2012 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio 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, or (at your opti... | owaiskhan/Retransmission-Combining | gnuradio-core/src/lib/general/gr_multiply_conjugate_cc.h | C | gpl-3.0 | 1,703 |
/**
* Copyright 2015 Poznań Supercomputing and Networking Center
*
* Licensed under the GNU General Public License, Version 3.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.gnu.org/licenses/gpl-3.0.txt
*
* Unless... | psnc-dl/darceo | wrdz/wrdz-ru/dao/src/main/java/pl/psnc/synat/wrdz/ru/dao/services/descriptors/SemanticDescriptorFilterFactory.java | Java | gpl-3.0 | 3,016 |
#ifndef SXRMBFOURELEMENTVORTEXDETECTORVIEW_H
#define SXRMBFOURELEMENTVORTEXDETECTORVIEW_H
#include "ui/beamline/AMXRFDetailedDetectorView.h"
#include "beamline/SXRMB/SXRMBFourElementVortexDetector.h"
/// Sublcass that allows for setting the maximum energy and peaking time to the four element vortex detector.
class SX... | acquaman/acquaman | source/ui/SXRMB/SXRMBFourElementVortexDetectorView.h | C | gpl-3.0 | 1,355 |
#include <iostream>
#include <string>
#include <string.h>
#include <stdlib.h>
using namespace std;
int main()
{
int N, total, i;
char alpha['z' + 1];
size_t len;
string frase;
cin >> N;
getline(cin, frase);
while(N--)
{
memset(alpha, 0, 'z' + 1);
getline(cin, frase);
len = frase.size();
while(len-... | chaws/personal | learning/cprogramming/uri/1551/prog.cpp | C++ | gpl-3.0 | 723 |
package rpg
/** Base class of attributes. Almost all RPG systems use a very limited set of attributes, so it is
* useful to implement them using a sealed class hierarchy and case objects:
*
* {{{
* sealed abstract class MyAttribute extends Attribute
*
* case object Strength extends MyAttribute
* case... | wookietreiber/arpgt | src/main/scala/Attribute.scala | Scala | gpl-3.0 | 894 |
using DevOps.Abstractions.Core.Services;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Threading.Tasks;
namespace DevOps.Abstractions.SourceCode.TypeDeclarations.EntityFramework.Services
{
public class ClassDeclarationUpsertService<... | cdorst/DevOps | src/Abstractions.SourceCode.TypeDeclarations/EntityFramework/Services/ClassDeclarationUpsertService.cs | C# | gpl-3.0 | 9,730 |
{% extends "requerimientos/base_requerimientos.html" %}
{% block cuerpo %}
<h3>Requerimientos</h3>
<div class="row">
<div class="col-lg-10">
{% if perms.requerimientos.add_requerimiento %}
<a href="{% url 'requerimientos:crear_requerimiento' %}" class="btn btn-primary"> Crear</a>
{% endif %}... | joseamaya/tambox | templates/requerimientos/listado_requerimientos.html | HTML | gpl-3.0 | 2,679 |
'use strict';
var gulp = require('gulp');
var gutil = require('gulp-util');
var rename = require('gulp-rename');
var concat = require('gulp-concat');
// Style Dependencies
var sass = require('gulp-sass');
var autoprefixer = require('gulp-autoprefixer');
var minify = require('gulp-minify-css');
// Js Dependencies
va... | canbakis/contactpage | gulpfile.js | JavaScript | gpl-3.0 | 1,229 |
<?php
/**
* TrcIMPLAN Sitio Web - SMIIndicadoresLaLaguna SeguridadAccidentesDeTransito
*
* Copyright (C) 2017 Guillermo Valdés Lozano <guivaloz@movimientolibre.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* th... | TRCIMPLAN/trcimplan.github.io | lib/SMIIndicadoresLaLaguna/SeguridadAccidentesDeTransito.php | PHP | gpl-3.0 | 6,778 |
/************************************************************************
* This file is part of EspoCRM.
*
* EspoCRM - Open Source CRM application.
* Copyright (C) 2014 Yuri Kuznetsov, Taras Machyshyn, Oleksiy Avramenko
* Website: http://www.espocrm.com
*
* EspoCRM is free software: you can redistribute it and... | lucasmattos/crm | client/src/views/scheduled-job/list.js | JavaScript | gpl-3.0 | 1,677 |
#include <stdio.h>
enum error { NOT_FOUND = 404, SERVER_ERRO = 500, INVALID_OPERATION = 505 };
int main() {
int i = 3;
switch (i) {
case 0:
puts("Nol");
break;
case 1:
puts("Odin");
break;
case 77:
case 777:
case 7777:
puts("Bingo!");
break;
default:
puts("Error");
bre... | atommed/OP_repo | lessons/lesson4/switch.c | C | gpl-3.0 | 330 |
/*
Copyright (C) 2016 Bengt Martensson.
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 in the hop... | bengtmartensson/harctoolboxbundle | src/main/java/org/harctoolbox/guicomponents/GirsClientBean.java | Java | gpl-3.0 | 34,230 |
package meghanada;
public class Enum1 {
public enum KeyType {
ZEROZERO("00", null) {
@Override
public int calc(int old) {
String newVal = old + getKeyValue();
return Integer.valueOf(newVal);
}
},
ZERO("0", null) {
@Override
public int calc(int old) {
... | mopemope/meghanada-server | server/src/test/java/meghanada/Enum1.java | Java | gpl-3.0 | 1,247 |
package uk.co.lgs.text.service.label;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Component;
import simplenlg.framework.NLGFactory;
import simplenlg.lexicon.Lexicon;
import simplenlg.phrasespec.NPPhrase... | bouncysteve/lineGraphSummariser | src/main/java/uk/co/lgs/text/service/label/LabelServiceImpl.java | Java | gpl-3.0 | 8,054 |
{% if data|length > 0 %}
<span class="badge"><span class="fa fa-bell"></span> {{ data|length }}</span>
{% else %}
<span class="fa fa-navicon"></span>
{% endif %} | AlexandreDecan/Lexpage | app/notifications/js_templates/button.html | HTML | gpl-3.0 | 169 |
# 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 in the hope that it will be... | parpg/parpg | parpg/components/container.py | Python | gpl-3.0 | 4,212 |
<!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... | Aghosh993/TARS_codebase | libopencm3/doc/stm32f1/html/group__afio__remap__tim2.html | HTML | gpl-3.0 | 11,163 |
<?php
/**
* MobileFrontend.hooks.php
*/
/**
* Hook handlers for MobileFrontend extension
*
* Hook handler method names should be in the form of:
* on<HookName>()
* For intance, the hook handler for the 'RequestContextCreateSkin' would be called:
* onRequestContextCreateSkin()
*/
class MobileFrontendHooks {
... | Facerafter/starcitizen-tools | extensions/MobileFrontend/includes/MobileFrontend.hooks.php | PHP | gpl-3.0 | 47,931 |
#pragma once
#include "imp.hpp"
namespace horizon {
class ImpLayer : public ImpBase {
friend class ImpInterface;
public:
using ImpBase::ImpBase;
bool is_layered() const override
{
return true;
};
protected:
void construct_layer_box(bool pack = true);
class LayerBox *layer_box;
... | carrotIndustries/horizon | src/imp/imp_layer.hpp | C++ | gpl-3.0 | 713 |
#!/usr/bin/env python
from flask import Flask, render_template, request, jsonify, session, redirect, escape, url_for
import MySQLdb
import bcrypt
from esipy import App
from esipy import EsiClient
from esipy import EsiSecurity
from esipy.exceptions import APIException
import time
import json
import requests
import datet... | Madpilot0/EVE-Farm | app.py | Python | gpl-3.0 | 14,554 |
package tmp.generated_ecmascript;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class ArrayLiteral2 extends ArrayLiteral {
public ArrayLiteral2(ElementList elementList, Elision elision1, Token firstToken, Token lastToken) {
super(new Property[] {
n... | ckaestne/CIDE | CIDE_Language_ECMAScript/src/tmp/generated_ecmascript/ArrayLiteral2.java | Java | gpl-3.0 | 952 |
/*
* Copyright (C) 2020 ~ 2021 Uniontech Software Technology Co., Ltd.
*
* Author: ZouYa <zouya@uniontech.com>
*
* Maintainer: WangYu <wangyu@uniontech.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the ... | linuxdeepin/deepin-music | src/music-player/core/util/dbusutils.h | C | gpl-3.0 | 1,296 |
// Decompiled with JetBrains decompiler
// Type: UIWorldMap_Common
// Assembly: Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 19851F1B-4780-4223-BA01-2C20F2CD781E
// Assembly location: C:\Users\CGA Computer\Desktop\LEGO Universe Stuff\LOCO Server\Unity Web Player Extractor\Saved Files... | mater06/LEGOChimaOnlineReloaded | LoCO Client Files/Decompressed Client/Extracted DLL/Assembly-CSharp/UIWorldMap_Common.cs | C# | gpl-3.0 | 66,286 |
/*
* This file is part of tmdb-service.
*
* media-scanner 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.
*
* tmdb-service is d... | caprica/tmdb-service | src/main/java/uk/co/caprica/tmdb/domain/Name.java | Java | gpl-3.0 | 1,804 |
package im.tox.antox.callbacks
import android.app.{Notification, PendingIntent}
import android.content.{Context, Intent}
import android.preference.PreferenceManager
import android.support.v4.app.NotificationCompat
import android.util.Log
import im.tox.antox.activities.MainActivity
import im.tox.antox.data.AntoxDB
impo... | mGhassen/Antox | app/src/main/scala/im/tox/antox/callbacks/AntoxOnFriendRequestCallback.scala | Scala | gpl-3.0 | 2,197 |
/*
* include/ioasync.h
*
* 2016-01-01 written by Hoyleeson <hoyleeson@gmail.com>
* Copyright (C) 2015-2016 by Hoyleeson.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; version 2.
*
... | hoyleeson/anzzc | include/ioasync.h | C | gpl-3.0 | 2,161 |
// OptionsPropertySheet.cpp : implementation file
//
#include "stdafx.h"
#include "dmrg.h"
#include "OptionsPropertySheet.h"
// COptionsPropertySheet
IMPLEMENT_DYNAMIC(COptionsPropertySheet, CMFCPropertySheet)
COptionsPropertySheet::COptionsPropertySheet(UINT nIDCaption, CWnd* pParentWnd, UINT iSelectPage)
:CMFCP... | aromanro/dmrg | dmrg/OptionsPropertySheet.cpp | C++ | gpl-3.0 | 1,094 |
package de.unikiel.inf.comsys.neo4j.inference;
/*
* #%L
* neo4j-sparql-extension
* %%
* Copyright (C) 2014 Niclas Hoyer
* %%
* 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 versi... | niclashoyer/neo4j-sparql-extension | src/test/java/de/unikiel/inf/comsys/neo4j/inference/SPARQLInferenceTest.java | Java | gpl-3.0 | 8,963 |
/*
* Copyright 2013 Red Hat Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, d... | williamfdevine/PrettyLinux | drivers/gpu/drm/qxl/qxl_ioctl.c | C | gpl-3.0 | 12,165 |
using System.IO;
using System.Runtime.Serialization;
using WolvenKit.CR2W.Reflection;
using FastMember;
using static WolvenKit.CR2W.Types.Enums;
namespace WolvenKit.CR2W.Types
{
[DataContract(Namespace = "")]
[REDMeta]
public class CMaterialBlockOutputColorDeferred : CMaterialRootBlock
{
[Ordinal(1)] [RED("isTw... | Traderain/Wolven-kit | WolvenKit.CR2W/Types/W3/RTTIConvert/CMaterialBlockOutputColorDeferred.cs | C# | gpl-3.0 | 1,019 |
// Decompiled with JetBrains decompiler
// Type: System.Web.UI.WebControls.ParsingCulture
// Assembly: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// MVID: 7E68A73E-4066-4F24-AB0A-F147209F50EC
// Assembly location: C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Web.dll
namespac... | mater06/LEGOChimaOnlineReloaded | LoCO Client Files/Decompressed Client/Extracted DLL/System.Web/System/Web/UI/WebControls/ParsingCulture.cs | C# | gpl-3.0 | 542 |
Version 3 of the EvePriceInfo twitch.tv chat bot.
This IRC bot is written in Perl using the POE framework and MySQL database. Eve Online market data is gathered from the eve-central.com website. The user kill data is gathered from zkillboard.com website.
| RJReed67/Evepriceinfo | README.md | Markdown | gpl-3.0 | 256 |
import { LOCATION_SUCCESS } from '../actions/location'
// login reducer
export default function location(state = null, action) {
if (action.type == LOCATION_SUCCESS) {
return action.response;
}
return state;
} | caTUstrophy/frontend | reducers/location.js | JavaScript | gpl-3.0 | 221 |
#include "loadinfo.hpp"
#include "esmreader.hpp"
#include "esmwriter.hpp"
#include "defs.hpp"
namespace ESM
{
unsigned int DialInfo::sRecordId = REC_INFO;
void DialInfo::load(ESMReader &esm)
{
mPrev = esm.getHNString("PNAM");
mNext = esm.getHNString("NNAM");
// Not present if deleted
if (esm.isN... | Demorde/openmw-android | components/esm/loadinfo.cpp | C++ | gpl-3.0 | 4,593 |
/* This file is part of Clementine.
Copyright 2010-2014, David Sansome <me@davidsansome.com>
Copyright 2010-2012, 2014, John Maguire <john.maguire@gmail.com>
Copyright 2011, 2014, Arnaud Bienner <arnaud.bienner@gmail.com>
Copyright 2012, Alan Briolat <alan.briolat@gmail.com>
Copyright 2012, Veniamin Gvoz... | clementine-player/Clementine | src/core/utilities.cpp | C++ | gpl-3.0 | 23,020 |
/*
* Copyright (C) 2012 Tim Vaughan
*
* 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 distri... | aand065/MultiTypeTree | src/multitypetree/operators/MultiTypeTreeOperator.java | Java | gpl-3.0 | 8,471 |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the qmake application of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:GPL-EXCEPT$
** Commercial License Usage
** Licensees holding val... | geminy/aidear | oss/qt/qt-everywhere-opensource-src-5.9.0/qtbase/qmake/option.h | C | gpl-3.0 | 6,461 |
// ******************************************************************************
// Filename: SoundEffectsEnum.h
// Project: Vox
// Author: Steven Ball
//
// Purpose:
// An enum list of all of the sound effects in the game.
//
// Revision History:
// Initial Revision - 13/06/16
//
// Copyright (c) 2005... | AlwaysGeeky/Vox | source/AudioManager/SoundEffectsEnum.h | C | gpl-3.0 | 923 |
-- mods/default/nodes.lua
--[[ Node name convention:
Although many node names are in combined-word form, the required form for new
node names is words separated by underscores. If both forms are used in written
language (for example pinewood and pine wood) the underscore form should be used.
--]]
--[[ Index:
Sto... | linushsao/marsu_game-linus-v0.2 | mods/minetest_game/default/nodes.lua | Lua | gpl-3.0 | 67,149 |
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {};... | elmsln/elmsln | core/dslmcode/cores/haxcms-1/build/es5-amd/node_modules/monaco-editor/min/vs/basic-languages/html/html.js | JavaScript | gpl-3.0 | 10,977 |
/*
* linux/arch/unicore/include/mach/pm.h
*
* Code specific to PKUnity SoC and UniCore ISA
*
* Copyright (C) 2001-2010 GUAN Xue-tao
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Found... | williamfdevine/PrettyLinux | arch/unicore32/include/mach/pm.h | C | gpl-3.0 | 986 |
package services
import model.CurrencyConverter
import org.jsoup.Jsoup
import org.jsoup.nodes.Element
import play.api.libs.functional.syntax._
import play.api.libs.json.{JsPath, Json, Reads, Writes}
import scala.collection.immutable.Seq
case class SteamEntry(name: String, steamId: Long, price: Option[BigDecimal] = N... | kongus99/Aggregator | app/services/SteamEntry.scala | Scala | gpl-3.0 | 3,579 |
/**
* \file RMF/internal/SharedData.h
* \brief Handle read/write of Model data from/to files.
*
* Copyright 2007-2017 IMP Inventors. All rights reserved.
*
*/
#ifndef RMF_INTERNAL_BACKWARDS_IO_BASE_H
#define RMF_INTERNAL_BACKWARDS_IO_BASE_H
#include "RMF/config.h"
#include "RMF/ID.h"
#include "RMF/constants.... | shanot/imp | modules/rmf/dependency/RMF/src/backend/BackwardsIOBase.h | C | gpl-3.0 | 817 |
/* banfunc.h -- extension functions for the pta program ban
Rutger van Haasteren 15 August 2007 haasteren@strw.leidenuniv.nl
Copyright (C) 2005-2007 Rutger van Haasteren.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published... | vhaasteren/bang-legacy | src/banfunc.h | C | gpl-3.0 | 2,358 |
package net.minecraft.server;
import java.util.ArrayList;
import java.util.List;
class PlayerInstance {
private final List b;
private final ChunkCoordIntPair location;
private short[] dirtyBlocks;
private int dirtyCount;
private int f;
final PlayerManager playerManager;
public PlayerIns... | Betterverse/Craftbukkit | src/main/java/net/minecraft/server/PlayerInstance.java | Java | gpl-3.0 | 5,606 |
/*
** v_palette.cpp
** Automatic colormap generation for "colored lights", etc.
**
**---------------------------------------------------------------------------
** Copyright 1998-2006 Randy Heit
** All rights reserved.
**
** Redistribution and use in source and binary forms, with or without
** modification, are permitt... | Saican/Whitman | src/v_palette.cpp | C++ | gpl-3.0 | 14,656 |
#! /bin/false
# vim: set autoindent shiftwidth=4 tabstop=4:
# $Id: IBM918.pm,v 1.1 2009/11/01 19:00:08 pertusus Exp $
# Conversion routines for IBM918.
# Copyright (C) 2002-2009 Guido Flohr <guido@imperia.net>, all
# rights reserved.
# This file is generated, do not edit!
# This program is free software; you can redi... | cgwalters/texinfo-git-mirror | texi2html/lib/libintl-perl/lib/Locale/RecodeData/IBM918.pm | Perl | gpl-3.0 | 25,611 |
package io.github.mightybeards.flyting.domain;
import android.media.MediaRecorder;
import android.util.Log;
import java.io.File;
import java.io.IOException;
public class AudioRecorder {
private MediaRecorder recorder;
private String path;
private int currentRecord = 1;
public AudioRecorder(String p... | Mighty-Beards/Flyting | app/src/main/java/io/github/mightybeards/flyting/domain/AudioRecorder.java | Java | gpl-3.0 | 1,228 |
<?php
session_start();
?>
<html>
<head><title>Envoi de message</title></head>
<link rel="stylesheet" type="text/css" href="styleidentification.css" media="all"/>
<body>
<?php
if(!isset($_SESSION['Pseudo']))
{
echo "<script>alert(\"Vous n etes pas connecte\")</script>";
session_destroy();
header('L... | INFO070820162017/CYAN | Version_1/Site/msgsend.php | PHP | gpl-3.0 | 2,439 |
<!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... | ParallelMazen/pstat | docs/html/classtbb_1_1concurrent__unordered__map-members.html | HTML | gpl-3.0 | 6,612 |
/*
* GPL HEADER START
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 only,
* as published by the Free Software Foundation.
*
* This program is distributed... | williamfdevine/PrettyLinux | drivers/staging/lustre/lustre/llite/vvp_req.c | C | gpl-3.0 | 3,218 |
/*!
* Ext JS Library 3.4.0
* Copyright(c) 2006-2011 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/
Ext.onReady(function(){
var tabs = new Ext.TabPanel({
renderTo:'tabs',
resizeTabs:true, // turn on tab resizing
minTabWidth: 115,
tabWidth:135,
enab... | doujiangbaozi/SliverFramework | WebRoot/js/Ext/examples/tabs/tabs-adv.js | JavaScript | gpl-3.0 | 986 |
function removerreserva(id) {
$.get("/reservaja/removerreserva?", {
'id' : id
}, function() {
$("#res" + id).remove();
});
} | rasertux/reservaja | src/main/webapp/themes/js/removerreserva.js | JavaScript | gpl-3.0 | 131 |
#include <fstream>
#include <functional>
#include "collector.h"
Collector::Collector(std::string filename,
size_t width,
size_t height,
size_t num_splits)
: pixmap(PnmImage(width, height))
{
std::ifstream ifile(filename, std::ifstream::binary);
... | TheiaRT/tracer | src/collector.cpp | C++ | gpl-3.0 | 3,708 |
package br.com.squamata.gastos.enumeration;
public enum TipoMensagemEnum {
SUCCESS(1, "alert-success"),
INFO (2, "alert-info"),
WARNING(3, "alert-warning"),
DANGER (4, "alert-danger");
private Integer codigo;
private String classe;
private TipoMensagemEnum(final Integer codigo, final String classe) {
... | FelipeAdorno/gastosAPP | src/main/java/br/com/squamata/gastos/enumeration/TipoMensagemEnum.java | Java | gpl-3.0 | 474 |
package model
import org.joda.time.DateTime
case class Ticker (tradePair: TradePair, time: DateTime, interval: Interval, open: Price, high: Price, low: Price, close: Price, volume: Volume)
| avalon12/crypto-trader | traderbot/src/main/scala/model/Ticker.scala | Scala | gpl-3.0 | 191 |
package org.jasonleaster.utils.common;
import java.util.HashMap;
import java.util.Map;
import org.junit.Test;
/**
* Author: jasonleaster
* Date : 2017/6/30
* Email : jasonleaster@gmail.com
* Description:
*/
public class CommonUtilsTest {
@Test
public void mergeMapVal() throws Exception {
Map<In... | jasonleaster/TheWayToJava | CommonTools/src/test/java/org/jasonleaster/utils/common/CommonUtilsTest.java | Java | gpl-3.0 | 576 |
/**
* Copyright (C) 2010-2016 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
* Structr 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 Free Software Foundation, either version 3 of the
* License, o... | derkaiserreich/structr | structr-ui/src/main/java/org/structr/websocket/command/AbstractCommand.java | Java | gpl-3.0 | 6,566 |
<?php
namespace Faker\Provider\ro_MD;
class Address extends \Faker\Provider\Address {
protected static $buildingNumber = array('###', '##', '#', '#/#', '#A', '#B');
protected static $apartmentNumber = array('#', '##');
protected static $floor = array('#', '##');
protected static $block = array('#', '##', 'A'... | Drxmo/imaginarium | vendor/fzaninotto/faker/src/Faker/Provider/ro_MD/Address.php | PHP | gpl-3.0 | 7,297 |
/**
* Copyright (c) 2000-2012 Liferay, Inc. All rights reserved.
*
* 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; either version 2.1 of the License, or (at your option)
* any later... | p-gebhard/QuickAnswer | docroot/WEB-INF/src/it/gebhard/qa/model/impl/AnswerCacheModel.java | Java | gpl-3.0 | 2,518 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package BusinessLogicLayer.BusinessObjects;
/**
*
* @author al.hasan.fadel@gmail.com
*/
public class ProperAdjectiveBO
{
private int properAdjectiveId;
private NounBO properAdjective;
private SemanticNou... | oghalawinji/InteractiveArabicDictionary | IAD/src/java/BusinessLogicLayer/BusinessObjects/ProperAdjectiveBO.java | Java | gpl-3.0 | 1,211 |
@font-face {
font-family: roboto;
src: url('../fonts/roboto.regular.ttf');
}
/* =======================================================================
inc_top.mako
========================================================================== */
.fa {
margin-left: -2px;
margin-right: 4px;
}
.navbaricon ... | jackkiej/SickRage | gui/slick/css/style.css | CSS | gpl-3.0 | 73,545 |
/*Copyright (C) 2012-2014 Carsten Paproth
This file is part of Skat-Konferenz.
Skat-Konferenz 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 versio... | cpaproth/sk | src/BidButton.h | C | gpl-3.0 | 1,131 |
/*
* Copyright (C) 2015-2016 Willi Ye <williye97@gmail.com>
*
* This file is part of Kernel Adiutor.
*
* Kernel Adiutor 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, o... | hitman-xda/KernelManager | app/src/main/java/com/hitman/kernelmanager/views/dialog/Dialog.java | Java | gpl-3.0 | 3,786 |
#ifndef MONEWPROJECT_H
#define MONEWPROJECT_H
#include "moDirectorTypes.h"
#include "moIDirectorActions.h"
//(*Headers(moNewProject)
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include <wx/button.h>
#include <wx/dialog.h>
//*)
class moNewProject: public wxDialog
{
public:
moNewProject(wxWindow* parent,w... | inaes-tic/tv-moldeo | src/moldeodirector/moNewProject.h | C | gpl-3.0 | 1,406 |
define(
"dojo/cldr/nls/bs/chinese", //begin v1.x content
{
"field-second-relative+0": "sada",
"field-quarter-relative+-1": "posljednji kvartal",
"field-weekday": "dan u sedmici",
"field-mon-narrow-relative+0": "ovaj pon.",
"field-mon-narrow-relative+1": "sljedeći pon.",
"field-weekOfMonth-short": "sed. u mj.",
"... | ustegrew/ustegrew.github.io | courses/it001/lib/dojo/dojo/cldr/nls/bs/chinese.js.uncompressed.js | JavaScript | gpl-3.0 | 5,329 |
# Created By: Virgil Dupras
# Created On: 2010-02-05
# Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.gnu.org/licenses/g... | stuckj/dupeguru | qt/base/details_dialog.py | Python | gpl-3.0 | 1,600 |
Evolution 1.3.6 = 957e4d24c7f4f067ce4ea388517cba4d
| gohdan/DFC | known_files/hashes/assets/plugins/tinymce4/tinymce/plugins/youtube/css/style.css | CSS | gpl-3.0 | 51 |
<?php
return [
/*
|--------------------------------------------------------------------------
| PDO Fetch Style
|--------------------------------------------------------------------------
|
| By default, database results will be returned as instances of the PHP
| stdClass object; however, ... | clothesai/api-clothesai | config/database.php | PHP | gpl-3.0 | 4,517 |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# line_follower.py
#
# Copyright 2011 Manuel Martín Ortiz <mmartinortiz@gmail.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# ... | mmartinortiz/pyePuck | examples/line_follower.py | Python | gpl-3.0 | 3,739 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pt">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Sat Dec 21 07:15:40 GMT-03:00 2013 -->
<title>D-Index</title>
<meta name="date" content="2013-12-21">
<link rel="styleshe... | AmbiciousTeam/PFBistro | doc/index-files/index-4.html | HTML | gpl-3.0 | 6,013 |
<?php
/**
* LICENSE:
* 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 in the hope... | warhawk3407/bgpanelv2 | app/core/inc/func.inc.php | PHP | gpl-3.0 | 4,058 |
/* eslint-disable object-shorthand */
/* global Chart, CustomTooltips, getStyle, hexToRgba */
import $ from 'jquery'
/**
* --------------------------------------------------------------------------
* CoreUI Free Boostrap Admin Template (v2.1.14): main.js
* Licensed under MIT (https://coreui.io/license)
* ---------... | ItsAGeekThing/openCAD-php | oc-content/themes/default/vendors/coreui/src/js/src/main.js | JavaScript | gpl-3.0 | 8,755 |
/*
* DA9150 GPADC Driver
*
* Copyright (c) 2014 Dialog Semiconductor
*
* Author: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation;... | williamfdevine/PrettyLinux | drivers/iio/adc/da9150-gpadc.c | C | gpl-3.0 | 10,909 |
CREATE TABLE "2012_census_population_by_citizenship_ward_" (
"ward" text,
"citizenship" text,
"population" real
);
| talos/docker4data | data/socrata/data.edmonton.ca/2012_census_population_by_citizenship_ward_/schema.sql | SQL | gpl-3.0 | 118 |
/*
* $FU-Copyright$
*/
#include "omnetpp/EARA.h"
#include "omnetpp/OMNeTEARAConfiguration.h"
#include "omnetpp/EARAPacketFactory.h"
#include "omnetpp/OMNeTEARAPacket.h"
#include "omnetpp/traffic/TrafficPacket_m.h"
#include "omnetpp/EARARoutingTableWatcher.h"
OMNETARA_NAMESPACE_BEGIN
// Register the class with the ... | des-testbed/libara | omnetpp/EARA.cpp | C++ | gpl-3.0 | 3,561 |
package visGrid.diagram.part;
import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.Path;
import org.eclipse.emf.common.util.URI;
import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.osgi.util.NLS;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.ui.dialogs.WizardNewFi... | mikesligo/visGrid | ie.tcd.gmf.visGrid.diagram/src/visGrid/diagram/part/VisGridCreationWizardPage.java | Java | gpl-3.0 | 1,941 |
<?php
$cuenta_actual = addslashes($_SESSION['usuario']);
/*
$suma_factura = "SELECT sum(vlr_total_venta) as vlr_total_venta, sum(vlr_total_compra) as vlr_total_compra, sum(descuento) as descuento,
sum(precio_compra_con_descuento) as precio_compra_con_descuento, sum(valor_iva) as valor_iva FROM exportacion_temporal WHER... | dataxe/proyectos | ciclofenix/admin/informacion_exportacion_temporal_vendedor.php | PHP | gpl-3.0 | 2,802 |
/*
Copyright (C) 2015 Adam Yarris
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 in the hope tha... | RubbaBoy/InfinityLogger | src/com/rubbaboy/Listeners/PlayerInvClose.java | Java | gpl-3.0 | 1,528 |
/*
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
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; wit... | FHust/ISEAFramework | src/threading/communicators/threadCommunicator.cpp | C++ | gpl-3.0 | 3,516 |
<?php
session_start();
if ( ($_SESSION['payment_username']) == ($_POST['txtUsername']) )
{
echo "<b><p>Unathorized. Please log-in.</b></p>";
}
else { ?>
<?php
$top = <<< TOP
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Inter... | azri-azhar/college | php/ssmd/payment/edit_payment.php | PHP | gpl-3.0 | 2,772 |
Imports si0n.cSDK
Imports si0n.Offsets
Imports si0n.cUsefulFuncs
Imports si0n.ENUMS
Public Class cKnifeChanger
''Credits for this go to Klorik on UC
Private Structure tSkinModel
Public off1 As Integer
Public off2 As Integer
End Structure
Private SkinModel As New tSkinMode... | iisp33dii/si0n-Source | si0n Recode/si0n Recode/Features/KnifeChanger.vb | Visual Basic | gpl-3.0 | 5,003 |
/*
*******************************************************************************
\file belt_lcl.c
\brief STB 34.101.31 (belt): local functions
\project bee2 [cryptographic library]
\author (C) Sergey Agievich [agievich@{bsu.by|gmail.com}]
\created 2012.12.18
\version 2020.03.20
\license This program is released under... | agievich/bee2 | src/crypto/belt/belt_lcl.c | C | gpl-3.0 | 3,590 |
#pragma once
#include <opencv2/opencv.hpp>
#include <QtCore/qmutex.h>
#include <libfreenect/libfreenect.hpp>
namespace iez_private {
class ImageSourceFreenectDevice_private:public Freenect::FreenectDevice
{
public:
ImageSourceFreenectDevice_private(freenect_context *_ctx, int _index);
~ImageSourceF... | amirhammad/ht-illez | src/ImageSourceFreenect_private.h | C | gpl-3.0 | 1,276 |
/*
BOMC - Monte Carlo based generator of defect-free amorphous samples of Si and SiO2
If you publish research done using Bomc then you are kindly asked to cite:
S. von Alfthan, A. Kuronen, and K. Kaski, Phys. Rev. B 68, 073203 (2003).
Copyright Sebastian von Alfthan (galfthan at iki dot fi) 2002, 2003, 2014.
T... | galfthan/bomc | src/shared.h | C | gpl-3.0 | 5,892 |
/*
* Copyright (c) 2004-2010, 2013, 2014, 2016, 2017 Apple Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use t... | darlinghq/darling | src/configd/scutil.tproj/net_service.c | C | gpl-3.0 | 23,732 |
/*
* linux/arch/arm/mach-omap2/id.c
*
* OMAP2 CPU identification code
*
* Copyright (C) 2005 Nokia Corporation
* Written by Tony Lindgren <tony@atomide.com>
*
* Copyright (C) 2009-11 Texas Instruments
* Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com>
*
* This program is free software; you ... | williamfdevine/PrettyLinux | arch/arm/mach-omap2/id.c | C | gpl-3.0 | 18,591 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using Duality.Resources;
using Duality.Backend;
namespace Duality.Drawing
{
public class DrawDevice : IDrawDevice, IDisposable
{
/// <summary>
/// Represents a drawing input from <see cref="AddVertices"/> u... | deathkiller/jazz2 | Shared/Duality/Drawing/DrawDevice.cs | C# | gpl-3.0 | 34,706 |
/*
* Synopsys AXS10X SDP I2S PLL clock driver
*
* Copyright (C) 2016 Synopsys
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/
#include <linux/platform_device.h>
#include ... | williamfdevine/PrettyLinux | drivers/clk/axs10x/i2s_pll_clock.c | C | gpl-3.0 | 5,911 |
package nl.mpi.metadatabrowser.wicket;
import java.io.Serializable;
import java.util.Collection;
import java.util.Collections;
/**
*
* @author Twan Goosen <twan.goosen@mpi.nl>
*/
public class HighlightSearchTermScriptFactory implements Serializable {
public static final String HIGHLIGHT_FUNCTION = "$('%s').hi... | TheLanguageArchive/ASV | metadata-browser-pages/src/main/java/nl/mpi/metadatabrowser/wicket/HighlightSearchTermScriptFactory.java | Java | gpl-3.0 | 3,027 |
#include "Functions.h"
#include "LevelInfoRender.h"
LevelInfoRender::LevelInfoRender(ImageManager &imageManager, SDL_Renderer &renderer, const std::string& dataPath, TTF_Font &font, SDL_Color textColor)
{
playButton=imageManager.loadTexture(dataPath+"gfx/playbutton.png",renderer);
timeIcon=imageManager.loadTe... | oyvindln/meandmyshadow | src/LevelInfoRender.cpp | C++ | gpl-3.0 | 2,549 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace VideoChatClient
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static ... | RahulCh1/VideoChatClient | VideoChatClient/VideoChatClient/Program.cs | C# | gpl-3.0 | 516 |
/*
* Copyright (c) 2014 aleon GmbH.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Note for all commercial users o... | kevoree/kubi | plugins/enocean/org.kubi.driver.enocean/src/main/java/eu/aleon/aleoncean/packet/radio/userdata/eepd201/ErrorLevel.java | Java | gpl-3.0 | 1,848 |
/**
* @author mpm1
*
* Requires jQuery
*/
function CwrcAnnotion(url, jq){
if (!jq) {
jq = $;
}
// Public Functions
this.searchAnnotion = function(searchObject){
// TODO: Should we search on annotations?
}
this.getAnnotaion = function(pid){
var result = result;
jq.ajax({
url : url + '/annotatio... | cwrc/CWRC-ccm-rest-api | scripts/cwrc-api.js | JavaScript | gpl-3.0 | 5,969 |
//
// Created by Lorenzo Nuti and Paolo Valcepina on 11/07/17.
//
#ifndef CATULA_BADGESTARSKULL_H
#define CATULA_BADGESTARSKULL_H
#include "ModelGame.h"
#include "MainCharacter.h"
#include "Badge.h"
class BadgeStarSkull : public Badge {
public:
BadgeStarSkull(const std::string &className, const std::string &nam... | walnut42/Catula | BadgeStarSkull.h | C | gpl-3.0 | 584 |
# baidu.sh ---
#
# Filename: baidu.sh
# Description: a parser fo weathercatch
# Author: Xu FaSheng
# Created: 2012.11.06
# Keywords: weathercatch parser baidu
# This file is a part of weathercatch
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public Lic... | fasheng/weathercatch | parser/baidu.sh | Shell | gpl-3.0 | 4,750 |
<?php
/**
* Licensed under The GPL-3.0 License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @since 2.0.0
* @author Christopher Castro <chris@quickapps.es>
* @link http://www.quickappscms.org
* @license h... | quickapps/cms | plugins/Content/src/Model/Entity/ContentRevision.php | PHP | gpl-3.0 | 566 |
Imports System.Web
Imports System.Web.Mvc
Public Class FilterConfig
Public Shared Sub RegisterGlobalFilters(ByVal filters As GlobalFilterCollection)
filters.Add(New HandleCustomErrorAttribute With {.View = "Uups"})
End Sub
End Class | kristofzerbe/OpenAntrag | OpenAntrag/App_Start/FilterConfig.vb | Visual Basic | gpl-3.0 | 256 |
/***
* Copyright (c) 2008, Endless Loop Software, Inc.
*
* This file is part of EgoNet.
*
* EgoNet 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)... | egonet/egonet | src/main/java/org/egonet/gui/author/EgoQPanel.java | Java | gpl-3.0 | 1,098 |
Champu_N_Chaandni is a PC Game in which worms size increase on eating food.
Copyright (C) 2014 Vivek Mangla
Champu_N_Chaandni is free Game: 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... | vivekFuneesh/Champu_N_Chaandni | README.md | Markdown | gpl-3.0 | 1,070 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.