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 |
|---|---|---|---|---|---|
/***
* * WHAT
* * Exported functions from debug.cc
* * FILE
* * $Source:$
* * COPYRIGHT
* * (C) Kyushu University
***/
#ifndef __freevars_h__
#define __freevars_h__
/*****************************************************************************/
/** free.vdm *********************************************... | vdmtools/vdmtools | code/eval/freevars.h | C | gpl-3.0 | 9,862 |
/* +---------------------------------------------------------------------------+
| The Mobile Robot Programming Toolkit (MRPT) C++ library |
| |
| http://www.mrpt.org/ ... | gamman/MRPT | apps/camera-calib/camera_calib_guiMain.cpp | C++ | gpl-3.0 | 36,557 |
<?php
/*-----------------------------------------------------------------------------------*/
/* Add Menu items */
/*-----------------------------------------------------------------------------------*/
add_action('admin_menu', 'twistory_plugin_menu');
function twistory_plugin_menu() {
//Page setting
add_menu_pa... | manafactory/SocialCamera | plugins/hackatweet/includes/twistory_menu.php | PHP | gpl-3.0 | 1,270 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Wed Aug 12 14:21:17 ICT 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class uk.co... | Cride5/jablus | dist/javadoc/uk/co/crider/jablus/gui/class-use/Field.html | HTML | gpl-3.0 | 4,210 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>drilldownchart.cpp Example File | Qt Charts 5.7</title>
<link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
<script type="text/javascr... | angeloprudentino/QtNets | Doc/qtcharts/qtcharts-piechartdrilldown-drilldownchart-cpp.html | HTML | gpl-3.0 | 5,968 |
/***************************************************************************
* GFitsTableULongCol.hpp - FITS table unsigned long column class *
* ----------------------------------------------------------------------- *
* copyright (C) 2010-2012 by Juergen Knoedlseder *
* ---------... | cdeil/gammalib | include/GFitsTableULongCol.hpp | C++ | gpl-3.0 | 4,249 |
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<!-- Meta Tags -->
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="description" content="HairCare- Beauty Salon & Barber HTML5 Template for Women & Men" />
<... | brandonccy/SmartNano | templates/Original/haircare-client-html/portfolio-boxed-title-4-col.html | HTML | gpl-3.0 | 85,209 |
<div class="header"><h1 class="slidetitle">Mantingueu-vos connectat</h1></div>
<div class="main">
<div class="text">
<div>
<p>L'indicador de missatges de l'Ubuntu us proporciona una vista ràpida dels
missatges entrants de totes les aplicacions i xarxes socials. Vegeu d'un cop
d'ull on hi ha alguna cosa per llegir no... | Alberto-Beralix/Beralix | i386-squashfs-root/usr/share/ubiquity-slideshow/slides/loc.ca/social.html | HTML | gpl-3.0 | 808 |
from util import A, B, B_reversed, C, D, E, F, G, H, instr, spec, spec_reversed
_mark = set(dir()) ; _mark.add('_mark')
@A
def jmp(address):
'''
1001 010k kkkk 110k
kkkk kkkk kkkk kkkk
'''
def cli():
return 16, 0b1001010011111000
@B
def ldi(register, immediate):
'''
1110 KKKK dddd KKKK
'''
@C
... | calroc/AVRV | instructions.py | Python | gpl-3.0 | 6,667 |
#include "audiencequestioncountresponse.h"
AudienceQuestionCountResponse::AudienceQuestionCountResponse ( int read, int unread, int total )
: _read ( read ),
_unread ( unread ),
_total ( total ) {}
int AudienceQuestionCountResponse::read() {
return this->_read;
}
int AudienceQuestionCountResponse... | thm-projects/arsnova-overlay | src/audiencequestioncountresponse.cpp | C++ | gpl-3.0 | 434 |
"use strict";
const dbHelper = require('../utils/dbhelper.js');
const Stacks = function () {
};
/**
* Get all the stack
* @param done function to call with the results
*/
Stacks.getAll = function( done ) {
dbHelper.getAllFromTable("STACKS" , done );
};
/**
* Add a new stack
* @param name Name of the stack... | gpimblott/TechRadar | dao/stacks.js | JavaScript | gpl-3.0 | 1,062 |
#include <iostream>
namespace Exercise
{
int i = 0;
double d = 0;
const int limit = 1000;
}
int i = 0;
void fun()
{
using namespace Exercise;
double d = 3.1416;
int i2 = limit + 1;
//++i; //error: reference to ‘i’ is ambiguous
++::i;
std::cout << "Exercise:: i = " << Exercise::i << ", d = " << Exercise::d << "... | gaoxiangnumber1/Cpp-Primer-5th-Edition-Exercise-Solutions | CH18/18-17-4.cpp | C++ | gpl-3.0 | 598 |
/*
===========================================================================
Doom 3 GPL Source Code
Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
This file is part of the Doom 3 GPL Source Code ("Doom 3 Source Code").
Doom 3 Source Code is free software: you can redistribute it and/or modify
it... | iodoom-gitorious/windowshasyous-dhewg-iodoom3 | neo/renderer/tr_guisurf.cpp | C++ | gpl-3.0 | 6,219 |
<?php
class Usuario {
private $idusuario;
private $deslogin;
private $dessenha;
private $dtcadastro;
public function getIdusuario(){
return $this->idusuario;
}
public function setIdusuario($value){
$this->idusuario = $value;
}
public function getDeslogin(){
return $this->deslogin;
}
public fun... | abrandao/lab | crud/dao/class/Usuario.php | PHP | gpl-3.0 | 1,346 |
/*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2015 Evan Debenham
*
* 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 ver... | Sarius997/Multiplayer-PD | src/com/sarius/multiplayer_pd/items/wands/WandOfBlastWave.java | Java | gpl-3.0 | 6,666 |
/*estilos del anuario, práctica correspondiente al curso "Introducción al software de control de versiones GIT"*/
html { background: radial-gradient(ellipse at center, rgba(143,178,153,1) 0%, rgba(143,178,153,0.62) 34%, rgba(143,178,153,0.28) 64%, rgba(143,178,153,0.28) 100%);
}
.imagen_flotante
{
display: inlin... | evilgom/repoAnuario | css/style.css | CSS | gpl-3.0 | 2,218 |
// $Id: $
//==========================================================================
// AIDA Detector description implementation for LCD
//--------------------------------------------------------------------------
// Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
// All rights reserved.
//
... | vvolkl/DD4hep | DDCore/src/Primitives.cpp | C++ | gpl-3.0 | 12,465 |
package org.cleverframe.sys.vo.request;
import org.cleverframe.common.vo.request.BaseRequestVo;
import org.hibernate.validator.constraints.NotBlank;
/**
* 作者:LiZW <br/>
* 创建时间:2016/11/14 22:14 <br/>
*/
public class SessionGetVo extends BaseRequestVo {
private static final long serialVersionUID = 1L;
/**
... | Lzw2016/cleverframe | clever-sys/src/main/java/org/cleverframe/sys/vo/request/SessionGetVo.java | Java | gpl-3.0 | 788 |
#!/usr/bin/env python
import sugar_stats_consolidation
from sugar_stats_consolidation.db import *
from sugar_stats_consolidation.rrd_files import *
from sugar_stats_consolidation.consolidation import *
db = DB_Stats('statistics', 'root', 'gustavo')
db.create();
con = Consolidation('/var/lib/sugar-stats/rrd', db)
co... | activitycentral/statistics-consolidation | test/test_cons.py | Python | gpl-3.0 | 337 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>markdown.css Example File | Qt WebEngine 5.7</title>
<link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
<script type="text/javascript... | angeloprudentino/QtNets | Doc/qtwebengine/qtwebengine-webenginewidgets-markdowneditor-resources-markdown-css.html | HTML | gpl-3.0 | 8,874 |
/* ============================================================================
* This software is part of Frog, a chemo informatics class able to build
* 3D coordinates for small compounds
* Copyright (C) 2006-2007 P. Tuffery, B.O. Villoutreix, Th. Bohme Leite, D. Gomes, M. Miteva, J. Chomilier
*
* Frog2 (... | tuffery/Frog2 | iMolecule/code_c/mol2clusterize.c | C | gpl-3.0 | 8,703 |
#ifndef __HOPE__MEMORY_BARRIER__
#define __HOPE__MEMORY_BARRIER__
#include <utils/Platform.hpp>
#include <scene/FrameGraphNode.hpp>
namespace Hope {
class IFrameGraphVisitor ;
/**
* Defines a barrier ordering memory transactions.
*/
class MemoryBarrierNode final : public FrameGraphNode {
... | dcarlus/hARMful | Libraries/HOPEful/include/scene/framegraph/MemoryBarrierNode.hpp | C++ | gpl-3.0 | 1,105 |
<!DOCTYPE html>
<!--********************************************-->
<!--* Generated from PreTeXt source *-->
<!--* on 2021-03-10T19:24:36-08:00 *-->
<!--* A recent stable commit (2020-08-09): *-->
<!--* 98f21740783f166a773df4dc83cab5293ab63a4a *-->
<!--* ... | rhutchinson20/mt21c | images/unit5/video-361.html | HTML | gpl-3.0 | 4,679 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GtkAccelLabel</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
<link rel="home" href="index.html" title="GTK+ 2 Reference Manual">
<link rel="... | chriskmanx/qmole | QMOLEDEV/gtk+-2.24.17/docs/reference/gtk/html/GtkAccelLabel.html | HTML | gpl-3.0 | 23,449 |
package com.alonsoruibal.chess.epdtest;
import com.alonsoruibal.chess.Config;
import com.alonsoruibal.chess.Move;
import com.alonsoruibal.chess.TestColors;
import com.alonsoruibal.chess.log.Logger;
import com.alonsoruibal.chess.search.SearchEngine;
import com.alonsoruibal.chess.search.SearchObserver;
import com.alonso... | albertoruibal/carballo | jse/src/test/java/com/alonsoruibal/chess/epdtest/EpdTest.java | Java | gpl-3.0 | 7,660 |
<?php
include("../patches.php");
$patch = new Patch(23);
if (!$patch->exists()) {
$sql = "ALTER table oauth_token ADD KEY `token` (`token`)";
db()->execute($sql);
$patch->finish("Adding MySQL keys");
} | Hoektronics/BotQueue | upgrade/patches/v05p11.php | PHP | gpl-3.0 | 208 |
<!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... | angeloprudentino/QtNets | Doc/html/dir_4e381d1da7721c9ef6e1d0fe9f82c733.html | HTML | gpl-3.0 | 6,144 |
/*
* LIXUZ content management system
* Copyright (C) Utrop A/S Portu media & Communications 2008-2011
*
* 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, ... | portu/lixuz | root/source-js/dragdrop/lixuzdd.js | JavaScript | gpl-3.0 | 9,574 |
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
namespace SFLibs.Core.IO
{
public class XmlSerializerUtil
{
private static Dictionary<Type, XmlSerializer> dic = new Dictionary<Type, XmlSerializer>();
public static XmlSerializer GetSerializer(Type type)
{
if (!dic.TryGetValu... | Freeesia/EarlyPusher | SFLibs/SFCore/IO/XmlSerializerUtil.cs | C# | gpl-3.0 | 430 |
window.addEvent('domready', function()
{
// Add effect on all the menu boxes, and the ajax request
$('test-button').addEvents(
{
'click': function(event)
{
//prevent the page from changing (i.e. following the link)
event.stop();
$(... | fbianco/webraptor | admin.js | JavaScript | gpl-3.0 | 895 |
#include "MasterSessionAdapter.h"
namespace Automatak { namespace DNP3 { namespace Adapter {
MasterSessionAdapter::MasterSessionAdapter(std::shared_ptr<asiodnp3::IMasterSession> proxy) :
MasterOperationsAdapter(proxy.get()),
proxy(new std::shared_ptr<asiodnp3::IMasterSession>(proxy))
{
}
void MasterSessionAdapte... | thiagoralves/OpenPLC_v2 | dnp3/dotnet/bindings/CLRAdapter/src/MasterSessionAdapter.cpp | C++ | gpl-3.0 | 527 |
mailman
=======
Semi-unofficial mirror of GNU Mailman 3
| warsaw/mailman | README.md | Markdown | gpl-3.0 | 57 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Tue May 27 14:29:21 CEST 2014 -->
<title>Uses of Class gui.layers.AssociatedNodeLayer</title>
<meta name="date" content="2014-05... | Mandarancio/OpenView | OpenView/doc/gui/layers/class-use/AssociatedNodeLayer.html | HTML | gpl-3.0 | 6,739 |
'''
testing speedup of code
Created on Sep 17, 2016
@author: jonaswallin
'''
from Mixture.density import mNIG
from Mixture.density.purepython import mNIG as pmNIG
from Mixture import mixOneDims
import numpy as np
import numpy.random as npr
import timeit
# most speed here is used startup (iteration = 500, n = 1000)
# ... | JonasWallin/Mixture | test/speed_checks/speed_mixture.py | Python | gpl-3.0 | 1,989 |
/*
* Copyright (c) 2008 VMware, Inc.
* Copyright (c) 2009 John Pritchard, JBXML Project Group
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LI... | ccdlvc/lxl | src/lxl/Dictionary.java | Java | gpl-3.0 | 2,690 |
package com.lyra.mod.def;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.springframework.stereotype.Component;
import static com.lyra.util.internal.Comparer.equal;
import static com.lyra.util.internal.Comparer.hash;
/**
* @author Lang
* @package com.lyra.mod.def
* @name IndexSchema
... | silentbalanceyh/lyra | lyra-bus/meta-milieu/src/main/java/com/lyra/mod/def/IndexSchema.java | Java | gpl-3.0 | 2,640 |
/*
* Darmix-Core Copyright (C) 2013 Deremix
* Integrated Files: CREDITS.md and LICENSE.md
*/
#ifdef WIN32
#ifndef _WIN32_SERVICE_
#define _WIN32_SERVICE_
bool WinServiceInstall();
bool WinServiceUninstall();
bool WinServiceRun();
#endif // _WIN32_SERVICE_
#end... | deremix/darmixcore | src/shared/ServiceWin32.h | C | gpl-3.0 | 386 |
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation
\\... | OpenFOAM/OpenFOAM-dev | src/lagrangian/parcel/submodels/Reacting/CompositionModel/SinglePhaseMixture/SinglePhaseMixture.H | C++ | gpl-3.0 | 3,857 |
// child.c (part of mintty)
// Copyright 2008-11 Andy Koppe
// Licensed under the terms of the GNU General Public License v3 or later.
#include "child.h"
#include "term.h"
#include "charset.h"
#include "win.h" /* win_prefix_title */
#include <pwd.h>
#include <fcntl.h>
#include <utmp.h>
#include <dirent.h>
#include... | jdmansour/mintty | src/child.c | C | gpl-3.0 | 16,288 |
<?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.
//
// Moodle... | ecastro/moodle23ulpgc | user/addnote.php | PHP | gpl-3.0 | 4,776 |
/*
* Main header file for the ALSA sequencer
* Copyright (c) 1998-1999 by Frank van de Pol <fvdpol@coil.demon.nl>
* (c) 1998-1999 by Jaroslav Kysela <perex@suse.cz>
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Li... | stevezuoli/OriginApp | inc/TTS/alsa/alsa/sound/asequencer.h | C | gpl-3.0 | 37,071 |
<?php
/*
*
* ____ _ _ __ __ _ __ __ ____
* | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \
* | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) |
* | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/
* |_| \___/ \... | GamingTrend/PocketMine-MP | src/block/PackedIce.php | PHP | gpl-3.0 | 1,062 |
nibobee-programs
================
This repository contains the solutions to the NIBObee programming tutorial and
also some extras like the programs ‘calibration’ and ‘first’.
However, a few programs are missing.
- [English version](en)
- [German version](de)
| christianheinrichs/nibobee-programs | README.md | Markdown | gpl-3.0 | 270 |
---
title: "सपा सरकार कराएगी अजमेर और पुष्कर की निःशुल्क तीर्थ यात्रा"
layout: item
category: lucknow
date: 2015-06-24T13:11:25.000Z
image: 8ee6ab3ce91f3d05e22921b18f3fdb4a.jpg
---
<p style="text-align: justify;">लखनऊ: उत्तर प्रदेश सरकार ने प्रदेश में स्थायी रूप से निवास करने वाले वरिष्ठ नागरिकों को भारतीय रेलवे के उपक... | InstantKhabar/_source | _source/news/23266-lucknow.html | HTML | gpl-3.0 | 13,952 |
# ABSTRACT: Perl module of Thrift
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.... | sashahilton00/spotify-connect-resources | Powernode Firmware/rootfs/usr/lib/perl5/site_perl/5.14.2/Thrift.pm | Perl | gpl-3.0 | 4,014 |
---
title: "अमरीका में शाहरुख से एयरपोर्ट पर फिर पूछताछ"
layout: item
category: ["entertainment"]
date: 2016-08-12T05:32:48.879Z
image: 1470979968878entertainment.jpg
---
<h2>किंग खान ने ट्विटर पर जताई नाराजगी</h2>
<p>नई दिल्ली: बॉलीवुड अभिनेता शाहरुख खान को अमेरिका के लॉस एंजिलिस एयरपोर्ट पर आव्रजन अधिकारियों ने हिरा... | InstantKhabar/_source | _source/news/2016-08-12-entertainment.html | HTML | gpl-3.0 | 2,440 |
---
layout: post
title: How my app was rejected two times.
date: '2014-10-20T21:30:59+01:00'
tags: []
tumblr_url: http://borisy.net/post/100524859080/how-my-app-was-rejected-two-times
---
<p>When I submitted <a href="https://www.cocoa.productions/altershot">Altershot</a> for the first time I was confident about Apple a... | borisyurkevich/borisyurkevich.github.io | _posts/2014-10-20-how-my-app-was-rejected-two-times.html | HTML | gpl-3.0 | 3,479 |
# -*- coding: utf-8 -*-
#------------------------------------------------------------
import sys
PY3 = False
if sys.version_info[0] >= 3: PY3 = True; unicode = str; unichr = chr; long = int
if PY3:
import urllib.parse as urlparse # Es muy lento en PY2. En PY3 es nativo
else:
import... | alfa-addon/addon | plugin.video.alfa/channels/freeporn.py | Python | gpl-3.0 | 5,059 |
#!/bin/bash
echocol() { echo -e "\033[32m*** $@...\033[0m " >&2; }
if [ ! -d ./test/bats ]; then
echocol "Installing bats..."
(cd test && git clone --depth 1 https://github.com/mapio/bats.git)
fi
if [ ! -r ./release/sf ]; then
echocol "Compiling sf..."
./bin/mkdist
fi
export PATH="$PATH:$(pwd)/re... | mapio/sim-fun-i | test/run.sh | Shell | gpl-3.0 | 421 |
// Generated by APIGenerator 1.0
// DO NOT EDIT!!!
#include "foundgif.h"
FoundGif::FoundGif(QObject* parent) : TelegramObject(parent)
{
this->_w = 0;
this->_h = 0;
this->_photo = NULL;
this->_document = NULL;
}
void FoundGif::read(MTProtoStream* mtstream)
{
this->_constructorid = mtstream->readTLConstructor()... | QtGram/LibQTelegram | autogenerated/types/foundgif.cpp | C++ | gpl-3.0 | 4,168 |
angular.module('MODULE.SUBMODULE').factory(
'FACTORY_SERVICE',
function FACTORY_SERVICEProvider(
$log,
otherService
) {
'use strict';
var constructor;
constructor = function constructor (spec) {
var initialize,
instanceVar1,
... | dctr/boilerplates | JavaScript/AngularJS/angularFactoryService.js | JavaScript | gpl-3.0 | 1,818 |
<?php
namespace Lens;
use _Lens\Lens\Tests\Agent;
function filesize($filename)
{
return eval(Agent::call(null, __FUNCTION__, func_get_args()));
}
| Spencer-Mortensen/lens | files/functions/mock/filesize.php | PHP | gpl-3.0 | 150 |
/**
* stratum-proxy is a proxy supporting the crypto-currency stratum pool mining
* protocol.
* Copyright (C) 2014-2015 Stratehm (stratehm@hotmail.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 Softw... | Stratehm/stratum-proxy | src/main/java/strat/mining/stratum/proxy/json/MiningSubscribeResponse.java | Java | gpl-3.0 | 2,486 |
/* ------------------------------------------------------------------------ *
* XSquare 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 version 3 of the Licence, or *
* (at... | XSquareOrg/XS-core | src/rstate/stateprop.hpp | C++ | gpl-3.0 | 3,664 |
--[[
Random news generator
--]]
-- News files to include
include("dat/news/news_generic.lua")
include("dat/news/news_empire.lua")
include("dat/news/news_dvaered.lua")
include("dat/news/news_goddard.lua")
include("dat/news/news_pirate.lua")
include("dat/news/news_sirius.lua")
function news( n )
-- Get the t... | cjp39/naev | dat/news.lua | Lua | gpl-3.0 | 1,977 |
Joomla 1.5.23 = 9828ab260a60ea25a88b7657c937f666
| gohdan/DFC | known_files/hashes/plugins/editors/tinymce/jscripts/tiny_mce/plugins/table/langs/en_dlg.js | JavaScript | gpl-3.0 | 49 |
import json
import re
packageJson = '../../../package.json'
with open(packageJson) as data_file:
data = json.load(data_file)
config = '../../pkjs/config.js'
with open(config) as conf_file:
s = conf_file.readline()
keys = []
while (s):
suggestKey = re.search(r"messageKey\"\:(.[^,]*)", s)
... | UnnamedHero/pebble-watchface-time-and-calendar | src/c/test/testMessageKeys.py | Python | gpl-3.0 | 661 |
<?php
/**
* Tests for OrganizationsTable
*
* @category Test
* @package Website
* @author Raphael St-Arnaud <am21830@ens.etsmtl.ca>
* @license http://www.gnu.org/licenses/gpl-3.0.en.html GPL v3
* @link https://github.com/MaisonLogicielLibre/Site
*/
namespace App\Test\TestCase\Model\Table;
use App\Model... | fxleblanc/Website | tests/TestCase/Model/Table/OrganizationsTableTest.php | PHP | gpl-3.0 | 7,351 |
package net.osmand.aidl.maplayer;
import android.os.Parcel;
import android.os.Parcelable;
public class AddMapLayerParams implements Parcelable {
private AMapLayer layer;
public AddMapLayerParams(AMapLayer layer) {
this.layer = layer;
}
public AddMapLayerParams(Parcel in) {
readFromParcel(in);
}
public st... | OpenStreetMap-Monitoring/OsMoDroid | app/src/main/java/net/osmand/aidl/maplayer/AddMapLayerParams.java | Java | gpl-3.0 | 920 |
package quic
import (
"sync"
"github.com/lucas-clemente/quic-go/internal/protocol"
)
type packetBuffer struct {
Data []byte
// refCount counts how many packets Data is used in.
// It doesn't support concurrent use.
// It is > 1 when used for coalesced packet.
refCount int
}
// Split increases the refCount.
... | AdguardTeam/AdguardDNS | vendor/github.com/lucas-clemente/quic-go/buffer_pool.go | GO | gpl-3.0 | 1,814 |
<!--
Copyleft (c) 2014, "The BeardTeam" - https://github.com/BeardTeam/
This file (index.html) is part of ipc-d3,
and developed by Massimiliano Leone
<maximilianus@gmail.com> - http://plus.google.com/+MassimilianoLeone
as part of https://github.com/BeardTeam/opendata-experiments
index.html is free software: yo... | BeardTeam/opendata-experiments | index.html | HTML | gpl-3.0 | 6,547 |
package org.smap.sdal.model;
/*
* ODK Form definition
*/
public class ODKForm {
public String formID;
public String name;
public String majorMinorVersion;
public String version;
public String hash;
public String downloadUrl;
public String manifestUrl;
public ODKForm() {
super();
}
}
| smap-consulting/smapserver | sdDAL/src/org/smap/sdal/model/ODKForm.java | Java | gpl-3.0 | 303 |
/*
* WANDORA
* Knowledge Extraction, Management, and Publishing Application
* http://wandora.org
*
* Copyright (C) 2004-2015 Wandora 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 Softwar... | Anisorf/ENCODE | encode/src/org/wandora/application/tools/fng/FixTimeApellations.java | Java | gpl-3.0 | 30,665 |
/*
* This file is part of rpgmapper.
* See the LICENSE file for the software license.
* (C) Copyright 2018-2019, Oliver Maurhart, dyle71@gmail.com
*/
#ifndef RPGMAPPER_MODEL_ATLAS_POINTER_HPP
#define RPGMAPPER_MODEL_ATLAS_POINTER_HPP
#include <QSharedPointer>
namespace rpgmapper::model {
// fwd
class Atlas;
... | dyle/rpgmapper | include/rpgmapper/atlas_pointer.hpp | C++ | gpl-3.0 | 424 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<!--
manifest.json provides metadata used whe... | jleahred/dwd | src/elm.bs/public/index.html | HTML | gpl-3.0 | 998 |
import plt, ipp
import os, string
print "Starting try-trace.py: dir() = %s" % dir()
# try-trace.py: test program for pypy plt
print "- - - - -"
print "NO_COMRESSION = %d" % plt.NO_COMPRESSION
#base = "/Users/jbro111" # OSX
base = "/home/nevil" # Ubuntu
#fn = "pypy/small-sample.erf"
#fn = "tcp-analyse/fdt-p5... | nevil-brownlee/pypy-libtrace | lib/natkit/try-dict.py | Python | gpl-3.0 | 2,776 |
#!/usr/bin/env node
//
// Written by Maarten Thibaut.
// Released under the GPL.
//
var
argv = require('optimist')
.usage('Usage: $0 -f file [-v var]')
.demand(['f'])
.argv,
fs = require('fs');
function parseCsvFile(fileName, callback_data, callback_close){
var stream = fs.createReadStream(fileName)
... | mthibaut/csv2json | csv2json.js | JavaScript | gpl-3.0 | 1,822 |
img.svgbutton {
border: 1px solid silver;
background-color: #F0F0F0;
// border-color: black;
cursor: pointer;
border-radius: 2pt;
padding: 1pt;
margin: 0px;
width: 16pt;
}
img.svgbutton_s {
border: 1px solid silver;
background-color: #F0F0F0;
// border-color: black;
border-radius: 3px;
padding: 3px;
marg... | tieugene/kupa | static/css/svgbutton.css | CSS | gpl-3.0 | 1,307 |
/*
* Copyright (c) 2003-2006, University of Maryland
* 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... | ME3Explorer/ME3Explorer | Piccolo/Piccolo/Util/PCameraList.cs | C# | gpl-3.0 | 5,626 |
package micdoodle8.mods.galacticraft.core.client.render.block;
import cpw.mods.fml.client.registry.ISimpleBlockRenderingHandler;
import net.minecraft.block.Block;
import net.minecraft.client.renderer.RenderBlocks;
import net.minecraft.client.renderer.Tessellator;
import net.minecraft.world.IBlockAccess;
import org.lwj... | 4Space/4Space-5 | src/main/java/micdoodle8/mods/galacticraft/core/client/render/block/BlockRendererMeteor.java | Java | gpl-3.0 | 5,665 |
<?php /* Smarty version Smarty-3.1.19, created on 2016-06-17 10:59:51
compiled from "C:\xampp\htdocs\joyeria\themes\default-bootstrap\modules\blockuserinfo\blockuserinfo.tpl" */ ?>
<?php /*%%SmartyHeaderCode:860857641e770aca77-94697267%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $... | JeanMarsUltor/j | cache/smarty/compile/b5/de/af/b5deaf228af9b467faf0fe1e8a880cbefd47f32b.file.blockuserinfo.tpl.php | PHP | gpl-3.0 | 995 |
<!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" xml:lang="en" lang="en">
<head>
<title>Zece la bac</title>
<script type="text/javascript" src="https://cmocanu.github.io/zecelabac//js/script.js">
... | cmocanu/zecelabac | public/home/despre/index.html | HTML | gpl-3.0 | 2,278 |
//
// Generated by the J2ObjC translator. DO NOT EDIT!
// source: ../pdfreporter-extensions/src/org/oss/pdfreporter/uses/org/oss/jshuntingyard/evaluator/interpreter/Evaluator.java
//
#include "J2ObjC_header.h"
#pragma push_macro("INCLUDE_ALL_OrgOssPdfreporterUsesOrgOssJshuntingyardEvaluatorInterpreterEvaluator")
#... | OpenSoftwareSolutions/PDFReporterKit | PDFReporterKit/Sources/org/oss/pdfreporter/uses/org/oss/jshuntingyard/evaluator/interpreter/Evaluator.h | C | gpl-3.0 | 3,582 |
function print(...) --just to put a \n at the end :D
local ar = {...}
for _, v in ipairs(ar) do
if (type(v) == "string") then
io.write(v)
io.write(" ")
elseif (type(v) == "number" or type(v) == "boolean") then
io.write(tostring(v))
io.write(" ")
else
io.write(type(v))
... | giuseppeM99/madeline_lua_shim | start.lua | Lua | gpl-3.0 | 917 |
/***
* Cloudstreetmarket.com is a Spring MVC showcase application developed
* with the book Spring MVC Cookbook [PACKT] (2015).
* Copyright (C) 2015 Alex Bretet
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published... | alex-bretet/cloudstreetmarket.com | zipcloud-parent/zipcloud-core/src/main/java/org/springframework/social/yahoo/module/ChartType.java | Java | gpl-3.0 | 1,200 |
---
title: "ज्ञानपीठ पुरस्कार से सम्मानित लेखिका कृष्मा सोबती का निधन"
layout: item
category: ["india"]
date: 2019-01-25T06:51:02.378Z
image: 1548399062377krisna-sobti.jpg
---
<p>नई दिल्ली: हिंदी साहित्य की मशहूर लेखिका कृष्णा सोबती का निधन हो गया। कृष्णा सोबती 93 साल की थी। लंबी बीमारी के बाद शुक्रवार की सुबह एक निजी ... | InstantKhabar/_source | _source/news/2019-01-25-krisna-sobti.html | HTML | gpl-3.0 | 2,779 |
/*
* Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
* WeeChat is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either ve... | weechat/weechat | src/plugins/xfer/xfer-info.h | C | gpl-3.0 | 920 |
/*
* @author: jelathro
* @date: 10/24/13
*
* Singly linked list (as compared
* to a doubly linked or indexed
* list) that contains generic items
* called ListItem_t.
*/
#ifndef __LIST_H__
#define __LIST_H__
#include "ListItem.h"
typedef struct List_t{
ListItem_t * head;
} List_t;
/*
* Given list, Crea... | Eddyding/C | C-master/List/List.h | C | gpl-3.0 | 2,040 |
package com.android.toorcomp;
import java.io.File;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import org.osmdroid.util.GeoPoint;
import android.annotation.SuppressLint;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.content... | mrspyros/citizen-companion | ToorComp/src/com/android/toorcomp/New_request.java | Java | gpl-3.0 | 15,298 |
package persistence;
import static org.junit.Assert.assertNotNull;
import java.util.ArrayList;
import java.util.List;
import org.joda.time.DateTime;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframewo... | nicoferre/vetsis | persistence/src/test/java/persistence/PatientRepositoryTest.java | Java | gpl-3.0 | 2,804 |
/*
The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-)
Copyright (C) 2001-2012 Aymeric MOIZARD amoizard@antisip.com
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 Foun... | tychosoft/sipwitchqt | vendor/libosip2/src/osip2/ict.c | C | gpl-3.0 | 7,127 |
#coding=UTF-8
from pyspark import SparkContext, SparkConf, SQLContext, Row, HiveContext
from pyspark.sql.types import *
from datetime import date, datetime, timedelta
import sys, re, os
st = datetime.now()
conf = SparkConf().setAppName('PROC_O_IBK_WSYH_ECACCT').setMaster(sys.argv[2])
sc = SparkContext(conf = conf)
sc.... | cysuncn/python | spark/crm/PROC_O_IBK_WSYH_ECACCT.py | Python | gpl-3.0 | 6,823 |
/* Button Styles
---------------------------------------- */
.button {
display: inline-block;
padding: 3px 19px 7px 19px;
font-size: 16px;
font-weight: bold;
font-family: "Mason", "Droid Sans", Verdana, Arial, Helvetica;
line-height: 1.4;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-t... | Kryptator/dsaforum | styles/dsaforum/theme/buttons.css | CSS | gpl-3.0 | 3,699 |
<?php
namespace Claroline\CoreBundle\Migrations\pdo_pgsql;
use Doctrine\DBAL\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;
/**
* Auto-generated migration based on mapping information: modify it with caution
*
* Generation date: 2014/10/07 04:13:10
*/
class Version20141007161307 extends AbstractM... | Solerni-R1-1/CoreBundle | Migrations/pdo_pgsql/Version20141007161307.php | PHP | gpl-3.0 | 1,635 |
var xhr, xmlDocumentConstructor;
module("responding", {
setup: function(){
xhr = new FakeXMLHttpRequest();
xmlDocumentConstructor = makeXMLDocument().constructor;
},
teardown: function(){
xhr = undefined;
xmlDocumentConstructor = undefined;
}
});
// Different browsers report different construct... | Elektro1776/latestEarthables | core/client/bower_components/FakeXMLHttpRequest/test/responding_test.js | JavaScript | gpl-3.0 | 3,711 |
#include <cstdlib>
#include <ftl/unittest.h>
#include <ftl/out_printer.h>
#include <signal.h>
#include <thread>
#include <try_catch/try_catch.h>
#include <unistd.h>
using namespace ftl;
int read_and_execute_command( size_t n, bool bcrash = false )
{
if ( bcrash )
{
outPrinter.println( "will crach" );
... | adenzhang/ftl | test/try_catch_tests.cpp | C++ | gpl-3.0 | 1,363 |
package org.mocraft.command.pex;
import org.bukkit.entity.Player;
public interface PexPlayerCommand {
Player getPlayer();
}
| jackey8616/PerMession | src/org/mocraft/command/pex/PexPlayerCommand.java | Java | gpl-3.0 | 132 |
/**
* A package that holds other packages with shared
* <a href="http://junit.org/">JUnit</a> tests but itself is empty (as
* there are no classes that could be tested at the {@code org} level).
*/
package shared.junit.org; | optimizationBenchmarking/evaluator-base | src/test/java/shared/junit/org/package-info.java | Java | gpl-3.0 | 232 |
#include "G4toPMT.hh"
#include "PenelopeToPMT.hh"
#include "OutputManager.hh"
#include "PathUtils.hh"
#include "GraphicsUtils.hh"
#include "MC_Comparisons.hh"
#include <TROOT.h>
#include <TStyle.h>
#include <TLegend.h>
#include <iostream>
void mc_compare_plots(OutputManager& OM, Sim2PMT& SP1, Sim2PMT& SP2, double emax... | UCNA/main | Standalone/MC_Comparisons.cc | C++ | gpl-3.0 | 22,595 |
#ifndef _PMINIT_H
#define _PMINIT_H
void pminit();
#endif
| tomoyat1/tomos | sysroot/usr/include/kernel/x86/pminit.h | C | gpl-3.0 | 60 |
/**
* @file camoto/gamemusic/playback.hpp
* @brief Helper class for managing song playback.
*
* Copyright (C) 2010-2015 Adam Nielsen <malvineous@shikadi.net>
*
* 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 Fre... | Malvineous/libgamemusic | include/camoto/gamemusic/playback.hpp | C++ | gpl-3.0 | 6,628 |
/**
* OpenKM, Open Document Management System (http://www.openkm.com)
* Copyright (c) 2006-2015 Paco Avila & Josep Llort
*
* No bytes were intentionally harmed during the development of this application.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GN... | papamas/DMS-KANGREG-XI-MANADO | src/main/java/com/openkm/frontend/client/extension/widget/userinfo/UserInfoExtension.java | Java | gpl-3.0 | 1,213 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>LAN Academy V2</title>
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS -->
<link rel="stylesheet" href="/etc/css/normalize.css">
<li... | lanacademy/Server-Package-V2 | Server-Package-V2/quiz/linear_equations_4.iframe.html | HTML | gpl-3.0 | 2,312 |
// _4.h
// This file is part of the _4 program.
// Copyright 2014 David Raymond McCortney II
//
// The _4 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 yo... | david10r/_4 | _4.h | C | gpl-3.0 | 3,841 |
#!/bin/sh
#-------------------------------------------------------------------
# config.sh: This file is read at the beginning of the execution of the ASGS to
# set up the runs that follow. It is reread at the beginning of every cycle,
# every time it polls the datasource for a new advisory. This gives the user
# the ... | jasonfleming/asgs | config/2019/ncfs-dev/asgs_config_ec95d_nam.sh | Shell | gpl-3.0 | 3,778 |
form table tr th {
margin: 15px 15px;
}
body {
text-align: center;
}
nav ul {
list-style: none;
margin: 20px 0px;
}
h2 {
font-size: 1.75em;
}
nav ul li a {
font-size: 1.75em;
}
table {
margin: 1em auto;
border-collapse: separate;
border-spacing: 20px;
}
| gorrog/isitup | is_it_up_interface/interface/static/interface/contact.css | CSS | gpl-3.0 | 303 |
using System;
using System.Windows.Forms;
using mraNet.Forms;
namespace mraNet
{
internal static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
private static void Main()
{
Application.EnableVisualStyles();
Application.SetCompa... | kelsos/mra-net-sharp | mraSharp/Program.cs | C# | gpl-3.0 | 413 |
# Copyright (C) 2013 Michael Biggs. See the COPYING file at the top-level
# directory of this distribution and at http://shok.io/code/copyright.html
# Tokens that come from the Lexer are either pairs or tuples:
# colno:type
# colno:type:value
class LexToken:
colno = 0
ttype = ''
tvalue = ''
def __init__(s... | nfomon/shok | parser/shokparser/LexToken.py | Python | gpl-3.0 | 757 |
//**************
// Golden Gears Robotics
// 2/7/15
// Hardware H
//**************
// Tyler Robbins - 2-7-15 - Added Hardware class definition.
// Tyler Robbins - 2-8-15 - Added PIDrift object.
#ifndef _HARDWARE_H_
#define _HARDWARE_H_
#include "WPILib.h"
#include "ADXRS453Z.h"
#include "PIDrift.h"
... | GoldenGears/RobotCode2015V | src.v5/Hardware.h | C | gpl-3.0 | 2,150 |
# Install script for directory: /home/ryu/workspace/library/opencv/opencv-3.2.0/modules/videostab
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "/home/ryu/workspace/library/opencv/opencv-3.2.0/build/install")
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
STRING(REGEX REPLACE "/$" "... | ujuo/opencv | opencv-3.2.0/build/modules/videostab/.videostab/cmake_install.cmake | CMake | gpl-3.0 | 1,247 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.