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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_29) on Wed May 02 09:32:45 CEST 2012 --> <TITLE> Uses of Class zisko.multicastor.program.controller.ViewController.MessageTyp </TITLE> <META NAME="d...
autarchprinceps/MultiCastor
Vorgängerversionen/V2.0/doc/zisko/multicastor/program/controller/class-use/ViewController.MessageTyp.html
HTML
gpl-3.0
10,365
import {Injectable} from '@angular/core'; import {SnackBarService} from './snack-bar.service'; import {LangChangeEvent, TranslateService} from '@ngx-translate/core'; @Injectable({ providedIn: 'root' }) export class TranslatableSnackBarService { /** * @param snackBarService * @param translateService */ ...
h-da/geli
app/webFrontend/src/app/shared/services/translatable-snack-bar.service.ts
TypeScript
gpl-3.0
1,580
import { AccessToken, Project, User, UserFeatureFlag, UserRole } from '@dev/translatr-model'; import { map } from 'rxjs/operators'; // General export const isAdmin = (user?: User): boolean => user !== undefined && user.role === UserRole.Admin; // Users export const hasCreateUserPermission = () => map(isAdmin); exp...
resamsel/translatr
ui/libs/translatr-sdk/src/lib/shared/permissions.ts
TypeScript
gpl-3.0
3,518
package Ashafix::I18N::eu; use utf8; use Mojo::Base 'Ashafix::I18N'; our %Lexicon = ( YES => 'BAI', NO => 'EZ', edit => 'aldatu', del => 'ezabatu', exit => 'Exit', cancel => 'Cancel', save => 'Save', confirm => 'Ziur al zaude ezabatu nahi duzula?\n', confirm_domain => 'Ziur al zaude domeinu honetako erregistro guztiak ...
mbethke/Ashafix
lib/Ashafix/I18N/eu.pm
Perl
gpl-3.0
19,933
package com.bytezone.diskbrowser.nufx; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.util.ArrayList; import java.util.List; import com.bytezone.diskbrowser.prodos.write.DiskFullException; import com.bytezone.diskbrowser.prodos.write.FileAlreadyExistsException; import c...
dmolony/DiskBrowser
src/com/bytezone/diskbrowser/nufx/Binary2.java
Java
gpl-3.0
3,371
package componentes; import javax.swing.JTextField; import javax.swing.text.AttributeSet; import javax.swing.text.BadLocationException; import javax.swing.text.PlainDocument; public class JTextFieldPrazo extends PlainDocument { /** * */ private static final long serialVersionUID = -80208526622585137...
DiegoEveling/RHFacil
src/componentes/JTextFieldPrazo.java
Java
gpl-3.0
1,557
 CREATE OR REPLACE VIEW clin_measurements.vwsystolicdiastolic AS SELECT vwmeasurements.fk_patient, vwpatients.wholename, vwpatients.fk_person, vwpatients.surname, vwpatients.firstname, vwpatients.title, vwpatients.sex, vwpatients.age_numeric, vwpatients.fk_lu_active_status, vwpati...
ihaywood3/easygp
db/updates/0.488_hypertension_research_queries.sql
SQL
gpl-3.0
2,777
using System; using System.IO; using System.Linq; namespace FocalLengthAnalyzer { public class Program { public void Main(string[] args) { if (args.Count()<1) { Console.WriteLine("Please pass the path to the directory with jpeg files as the first argument."); ...
mkorz/FocalLengthAnalyzer
src/FocalLengthAnalyzer/Program.cs
C#
gpl-3.0
641
explain what are they and common ones, and how important are they?
tikael1011/common_interview_question
[S]/CD_CI.md
Markdown
gpl-3.0
67
#include <stdio.h> #include <stdlib.h> //#include <elf.h> #define ELF_MAGIC 16 //#define MEM_ALLOC_H(ptr) ptr = (FILE *) malloc (sizeof(myElf32_Ehdr)); //#define MEM_ALLOC_S(ptr) ptr = (FILE *) malloc (sizeof(myElf32_Shdr)); #define VALIDATE(ptr) if (!(ptr)) {\ fprintf(stdout, "%s", "Returned NULL\n");\ exit(...
avinash-n/work-1
assignments/toolchain/read_elf/header/myelf.h
C
gpl-3.0
1,126
#!/usr/bin/env python # -*- coding: utf-8 -*- import os import argparse import pprint import proteindf_bridge as bridge import logging import logging.config def get_rest_of_frame_molecule(frame_molecule, selected_molecule): # calc the rest selector = bridge.Select_AtomGroup(selected_molecule) selected ...
ProteinDF/ProteinDF_bridge
scripts/brd-restructure.py
Python
gpl-3.0
2,717
package se.vidstige.jadb; import se.vidstige.jadb.managers.Bash; import java.io.*; import java.util.ArrayList; import java.util.List; public class JadbDevice { public enum State { Unknown, Offline, Device, Recovery, BootLoader }; private final String serial; p...
Echtzeitsysteme/mindroid
impl/serverApp/src/main/java/se/vidstige/jadb/JadbDevice.java
Java
gpl-3.0
7,644
import RPi.GPIO as GPIO KnockPin = 11 LedPin = 12 Led_status = 1 def setup(): GPIO.setmode(GPIO.BOARD) # Numbers GPIOs by physical location GPIO.setup(LedPin, GPIO.OUT) # Set LedPin's mode is output GPIO.setup(KnockPin, GPIO.IN, pull_up_down=GPIO.PUD_UP) GPIO.output(LedPin, GPIO.HIGH) # Set LedPin high(...
bicard/raspberrypi
quad-store-sensors/37in1/knock-rgb-led-smd.py
Python
gpl-3.0
1,005
/* * Copyright (c) 2016 The Ontario Institute for Cancer Research. All rights reserved. * * This program and the accompanying materials are made available under the terms of the...
icgc-dcc/dcc-submission
dcc-submission-server/src/main/java/org/icgc/dcc/submission/server/repository/UserRepository.java
Java
gpl-3.0
2,841
#!/usr/bin/python # -*- coding: utf-8 -*- # Copyright (C) 2018 David Arroyo Menéndez # Author: David Arroyo Menéndez <davidam@gnu.org> # Maintainer: David Arroyo Menéndez <davidam@gnu.org> # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as p...
davidam/python-examples
basics/leap.py
Python
gpl-3.0
1,385
/* * 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 Code.Domain; /** * * @author Andres Orduz Grimaldo */ public class Jornada { private int id; private String no...
LayneGranados/Colegios
GestionColegios/Codigo/GestionColegiosCliente/src/Code/Domain/Jornada.java
Java
gpl-3.0
950
<?php /* * Copyright (c) 2013 Algolia * http://www.algolia.com/ * * 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...
rayrutjes/wc-order-search-admin
libs/vendor/algolia/algoliasearch-client-php/src/AlgoliaSearch/ClientContext.php
PHP
gpl-3.0
7,874
MyTestRepo ========== j A Test Repo
spooling/MyTestRepo
README.md
Markdown
gpl-3.0
36
<?php /* @var $this yii\web\View */ use yii\data\ActiveDataProvider; use yii\widgets\ListView; /* @var $books array */ /* @var $book \app\models\Books */ /* @var $booksPhotos \app\models\BooksPhotos */ /* @var $booksDataProvider ActiveDataProvider */ /* @var $popularBooksDataProvider ActiveDataProvider */ $this->tit...
coding-books/website
views/site/index.php
PHP
gpl-3.0
2,499
function drawChart(len){ var box = document.createElement('div'); box.setAttribute('style','width:500px;height:500px;border:1px solid black;display:flex;flex-direction:column'); for(var i=0; i<len; i++){ var row = document.createElement('div'); if(i<len-1){ row.setAttribute('style','...
shashankKeshava/effective-enigma
jobCrunch/chess.js
JavaScript
gpl-3.0
1,186
package com.tage.rpgutil.client.gui; import net.minecraftforge.client.event.RenderGameOverlayEvent; import cpw.mods.fml.common.eventhandler.Cancelable; import cpw.mods.fml.common.eventhandler.Event; import cpw.mods.fml.common.eventhandler.EventPriority; @Cancelable public class GuiHealth extends Event { public st...
T4ge/RPGUtils
src/main/java/com/tage/rpgutil/client/gui/GuiHealth.java
Java
gpl-3.0
386
using System; using System.Linq; using System.Collections.Generic; using System.Reflection; using System.Xml; using log4net; using System.ComponentModel; using System.Xml.Serialization; using System.Text; using System.IO; using common; using jm726.lib.wrapper; using jm726.lib.wrapper.logger; namespace jm726.lib.wrappe...
JohnMcCaffery/RoutingIsland
Source/Diagrams/jm726.lib/Wrapper/Logger/XmlLogWriter.cs
C#
gpl-3.0
7,090
/*! \file \author Igor Mironchik (igor.mironchik at gmail dot com). Copyright (c) 2017 Igor Mironchik 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...
igormironchik/3Dtree
3Dtree/camera_controller.hpp
C++
gpl-3.0
1,494
.ui-multiselect { padding:4px 2px 4px 4px; text-align:left } .ui-multiselect span.ui-icon { float:right } .ui-multiselect-single .ui-multiselect-checkboxes input { left:-9999px; position:absolute !important; top: auto !important; } .ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important } .ui-...
nordneige/ndui
ndui/ndui/lib/jquery-ui-1.12.1.custom/jquery.multiselect.css
CSS
gpl-3.0
1,700
# Copyright 2015 Allen Institute for Brain Science # This file is part of Allen SDK. # # Allen SDK 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 3 of the License. # # Allen SDK is distributed in the ...
wvangeit/AllenSDK
allensdk/api/queries/biophysical_perisomatic_api.py
Python
gpl-3.0
12,180
/* eslint-disable no-self-assign */ import Game from '../../../../gui/html/js/game'; import { Plugin } from '../../../../gui/html/js/plugin'; import Translator from '../../../../gui/html/js/translator'; jest.mock('../../../../gui/html/js/dom'); jest.mock('../../../../gui/html/js/filters'); describe('Game', () => { ...
silentdark/loot
src/tests/gui/html/js/test_game.ts
TypeScript
gpl-3.0
21,385
# == Schema Information # # Table name: causes # # id :integer not null, primary key # name :string not null # description :string # image_id :integer # created_at :datetime not null # updated_at :datetime not null # require 'rails_helper' RSpec.describe C...
LuizEdgar/SerVoluntarioAPI
spec/models/cause_spec.rb
Ruby
gpl-3.0
403
<?php /** * The template part for displaying single archive from hospital posts * * @package Twenty-Sixteen-Child * * */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <?php the_title( sprintf( '<h2 class="entry-title-hospital"><a href="%s" rel="bookmark">', e...
umeshramya/Twenty-Sixteen-Hospital
template-parts/content-reviews-archive.php
PHP
gpl-3.0
906
// simplewall // Copyright (c) 2016-2021 Henry++ #pragma once #include "routine.h" #include <winsock2.h> #include <ws2ipdef.h> #include <ws2tcpip.h> #include <windns.h> #include <mstcpip.h> #include <iphlpapi.h> #include <aclapi.h> #include <dbt.h> #include <fwpmu.h> #include <mmsystem.h> #include <...
henrypp/simplewall
src/global.h
C
gpl-3.0
2,798
\section{\-Getopt \-Class \-Reference} \label{interface_getopt}\index{\-Getopt@{\-Getopt}} {\ttfamily \#import $<$\-Getopt.\-h$>$} \subsection*{\-Public \-Member \-Functions} \begin{DoxyCompactItemize} \item (void) -\/ {\bf init\-Getopt\-:} \item (\-B\-O\-O\-L) -\/ {\bf response\-Is\-Valid} \item (\-N\-S\-String ...
mogreet/iosSDK
Doc/latex/interface_getopt.tex
TeX
gpl-3.0
9,044
#!/usr/bin/env python # # This file is protected by Copyright. Please refer to the COPYRIGHT file # distributed with this source distribution. # # This file is part of GNUHAWK. # # GNUHAWK is free software: you can redistribute it and/or modify is under the # terms of the GNU General Public License as published by ...
RedhawkSDR/integration-gnuhawk
components/sig_source_i/tests/test_sig_source_i.py
Python
gpl-3.0
4,531
/******************************************************************************** ** Form generated from reading UI file 'addECGDialog.ui' ** ** Created by: Qt User Interface Compiler version 5.7.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! **************************************...
tushagarwal/SimECG
ui_addECGDialog.h
C
gpl-3.0
5,439
#include "trayicon.h" #include <QApplication> #include <QMenu> #include <QTimer> #include <conf/addressgroup.h> #include <conf/appgroup.h> #include <conf/confmanager.h> #include <conf/firewallconf.h> #include <form/controls/mainwindow.h> #include <fortsettings.h> #include <manager/hotkeymanager.h> #include <manager/w...
tnodir/fort
src/ui/form/tray/trayicon.cpp
C++
gpl-3.0
15,320
package at.ltd.tools.fw.peer2peerFirewall.backend.entities.comparator; @FunctionalInterface public interface ComparatorLambda<T> { int comp(T t1, T t2); }
a-frankdank/peer2peerFirewall
peer2peerFirewall-pom/peer2peerFirewall-backend-poc/src/main/java/at/ltd/tools/fw/peer2peerFirewall/backend/entities/comparator/ComparatorLambda.java
Java
gpl-3.0
163
// Obdi - a REST interface and GUI for deploying software // Copyright (C) 2014 Mark Clarkson // // 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 yo...
mclarkson/obdi-saltkeymanager
go/saltkeys.go
GO
gpl-3.0
4,629
package com.shumz.think.ex004; public class ExFour03 { public ExFour03() { System.out.println("An instance of ExFour03 was created..."); } public static void main(String[] args) { new ExFour03(); } }
Izek/think_in_java_4
MeCodez/src/com/shumz/think/ex004/ExFour03.java
Java
gpl-3.0
210
/* Copyright (C) 2018 Magnus Lång and Tuan Phong Ngo * This benchmark is part of SWSC */ #include <assert.h> #include <stdint.h> #include <stdatomic.h> #include <pthread.h> atomic_int vars[5]; atomic_int atom_1_r1_1; void *t0(void *arg){ label_1:; atomic_store_explicit(&vars[0], 2, memory_order_seq_cst); ato...
nidhugg/nidhugg
tests/litmus/C-tests/S+PPO645.c
C
gpl-3.0
1,822
package TFC.Handlers.Client; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.ScaledResolution; import net.minecraft.client.renderer.Tessellator; import net.minecraft.entity.player.EntityPlayer; import net.minecraftforge.client.event.RenderGameOverlayEvent; import net.minecraftforge.client...
Timeslice42/TFCraft
TFC_Shared/src/TFC/Handlers/Client/RenderOverlayHandler.java
Java
gpl-3.0
5,784
namespace ContaLibre.Areas.HelpPage.ModelDescriptions { public class EnumValueDescription { public string Documentation { get; set; } public string Name { get; set; } public string Value { get; set; } } }
seranfuen/contalibre
ContaLibre/Areas/HelpPage/ModelDescriptions/EnumValueDescription.cs
C#
gpl-3.0
242
var path = require('path') module.exports = { // Webpack aliases aliases: { quasar: path.resolve(__dirname, '../node_modules/quasar-framework/'), src: path.resolve(__dirname, '../src'), assets: path.resolve(__dirname, '../src/assets'), components: path.resolve(__dirname, '../src/components') }, ...
agustincl/AclBoilerplate
config/index.js
JavaScript
gpl-3.0
1,969
// // This file is part of the aMule Project. // // Copyright (c) 2003-2011 aMule Team ( admin@amule.org / http://www.amule.org ) // Copyright (c) 2002-2011 Merkur ( devs@emule-project.net / http://www.emule-project.net ) // // Any parts of this program derived from the xMule, lMule or eMule project, // or contributed ...
hlechner/hl-test
amule/src/BaseClient.cpp
C++
gpl-3.0
96,820
/* * An Abstract communicator interface which implements listeners. */ /* Copywrite 2013 Will Winder This file is part of Universal Gcode Sender (UGS). UGS 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...
shapeoko/Universal-G-Code-Sender
src/com/willwinder/universalgcodesender/AbstractCommunicator.java
Java
gpl-3.0
7,779
/* * Copyright (c) "Neo4j" * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. * * Neo4j 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...
neo4j/neo4j-browser
src/browser/documentation/help/foreach.tsx
TypeScript
gpl-3.0
2,176
/* * Unplayer * Copyright (C) 2015-2019 Alexey Rochev <equeim@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 * the Free Software Foundation, either version 3 of the License, or * (at your option) any later...
equeim/unplayer
src/queuemodel.cpp
C++
gpl-3.0
3,387
#!/usr/bin/env node 'use strict'; /*All Includes needed for the Bot Core*/ var isfile = function(name) { require('fs').exists(name, function(exists) { return exists; }); }; var jsonfile = require('jsonfile'); var configfile = 'config.json'; var Event = require('./modules/Events').eventBus; // One way Events f...
Bioblaze/Devbot
bot.js
JavaScript
gpl-3.0
6,811
<div class="main-title">15, Sunday <span>2016</span> </div> <ul class="stage clearfix"> <a class="calendar-history poster tasklist-green"> <div class="max-constrain"> <div class="first-20"> <div class="cal-from"><strong>20:15 <small>GMT</small></strong></div> <div class="cal-to"><strong>22:00 <small>GMT</...
DavidEmanuelCanilho/winning-tips-master
www/days/may2016/may-15.html
HTML
gpl-3.0
10,697
/* * Copyright (C) 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Deletescape-Media/Lawnchair
quickstep/src/com/android/quickstep/TaskIconCache.java
Java
gpl-3.0
8,440
# -*- coding: utf-8 -*- """ Created on Wed Jul 6 22:58:00 2016 @author: Diogo """ # -*- coding: utf-8 -*- """ Created on Sun Jun 26 19:08:00 2016 @author: Diogo """ def ImportGames(): games = list() user_games = dict() with open('C:\\Users\\Diogo\\Documents\\Monografia FIA\\UserGamesCleansed.tx...
DiogoGoes/TCC
AssociationRule.py
Python
gpl-3.0
1,429
<?php /****************************************************************************** * * Subrion - open source content management system * Copyright (C) 2017 Intelliants, LLC <https://intelliants.com> * * This file is part of Subrion. * * Subrion is free software: you can redistribute it and/or modify * it und...
Saltw/webusable
includes/helpers/ia.category.front.flat.php
PHP
gpl-3.0
5,629
<?php /** * \PHPCompatibility\Sniffs\LanguageConstructs\NewEmptyNonVariableSniff. * * PHP version 5.5 * * @category PHP * @package PHPCompatibility * @author Juliette Reinders Folmer <phpcompatibility_nospam@adviesenzo.nl> */ namespace PHPCompatibility\Sniffs\LanguageConstructs; use PHPCompatibility\Sniff;...
universityofglasgow/moodle
local/codechecker/PHPCompatibility/Sniffs/LanguageConstructs/NewEmptyNonVariableSniff.php
PHP
gpl-3.0
2,308
/* ============================================================================ Name : lcd_scroll_text.c Author : Kiran N <niekiran@gmail.com > Version : 1.0 Copyright : Your copyright notice Description : This application prints pre-stored strings on a LCD panel with shifting/scrolling effect ...
niekiran/EmbeddedLinuxBBB
Project_Src/lcd_scrollable_text/src/lcd_text_scroll.c
C
gpl-3.0
6,531
%include lhs2TeX.fmt \usepackage{ stmaryrd } %format <?> = "~\lightning~"
zouppen/valo
new/header.tex
TeX
gpl-3.0
74
*{ font-family: 'Raleway', sans-serif; } body{ background: #d6d6d6; color: #333; margin: 0; font-family: 'Raleway', sans-serif; } #masterContainer{ width: 100vw; height: 100vh; padding: 0; margin: 0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; ...
thboud/twingram
frontend/required/stylesheet/style.css
CSS
gpl-3.0
7,140
// Copyright (c) 2012-2014 Lotaris SA // // This file is part of ROX Center. // // ROX Center 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...
lotaris/rox-center
app/assets/javascripts/modules/globalSettings.js
JavaScript
gpl-3.0
4,170
@charset "utf-8"; html{ background: FloralWhite; /*background:#40A0DA; Ivory PowderBlue Lavender Azure Honeydew*/ } body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0 auto; padding:0; } table{ border-collapse:collapse; border-spacing:0; } a{ text-decoration:none; } a...
For1024/myRepository
project/二期项目/css/CssReset.css
CSS
gpl-3.0
989
package com.glory.model; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; @Entity public class Log { @Id @GeneratedValue private Long id; private Long transactionId; private String message; public Log() { } public Log(Long id, Long t...
aliemrahpekesen/4GloryApi
src/main/java/com/glory/model/Log.java
Java
gpl-3.0
851
Imports Microsoft.VisualBasic Imports System ' ' * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. ' * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. ' * ' * ' * ' * ' * ' * ' * ' * ' * ' * ' * ' * ' * ' * ' * ' * ' * ' * ' * ' * ' Namespace java.lang.invoke ''' <su...
amethyst-asuka/java_dotnet
java/lang/invoke/LambdaMetafactory.vb
Visual Basic
gpl-3.0
26,112
::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-track { background-color: #222; } ::-webkit-scrollbar-thumb { background-color: #ddd; } .no-select { user-select: none; -webkit-user-select: none; } html, body { height: 100%; margin: 0; overflow: hidden; font-family: var( --gsui-font ); back...
GridSound/daw
src/css/reset.css
CSS
gpl-3.0
401
<?php /** * @copyright &copy; 2005-2022 PHPBoost * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL-3.0 * @author Julien BRISWALTER <j1.seth@phpboost.com> * @version PHPBoost 6.0 - last update: 2021 12 05 * @since PHPBoost 3.0 - 2013 04 29 * @contributor Arnaud GENET <elenwii...
PHPBoost/PHPBoost
bugtracker/util/BugtrackerViews.class.php
PHP
gpl-3.0
19,662
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Entidades { public class Class1 { } }
romanf77/Metodos-Estaticos
Clase 8 Array/PROG-LAB-II-master/Clase 08/ejemplosArray/Clases/Class1.cs
C#
gpl-3.0
180
package l2s.gameserver.network.l2.s2c; import java.util.ArrayList; import java.util.Collections; import java.util.List; import l2s.commons.lang.ArrayUtils; import l2s.gameserver.model.Player; import l2s.gameserver.model.items.ItemInfo; import l2s.gameserver.model.items.ItemInstance; import l2s.gameserver.model.items....
pantelis60/L2Scripts_Underground
gameserver/src/main/java/l2s/gameserver/network/l2/s2c/WareHouseWithdrawListPacket.java
Java
gpl-3.0
1,932
# -*- coding: utf-8 -*- from django.contrib import admin from models import FileMapping # Register your models here. admin.site.register(FileMapping)
tiankangkan/paper_plane
treasure/admin.py
Python
gpl-3.0
155
<!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"> <meta name="description" content=""> <meta name="author" content=""> <title>Aviso de Privacidad</title> ...
LaCajaBlanca/lacajablanca.github.io
aviso-privacidad.html
HTML
gpl-3.0
10,047
<?php /** * BwPostman Newsletter Component * * BwPostman form field Text templates class. * * @version %%version_number%% * @package BwPostman-Admin * @author Karl Klostermann * @copyright (C) %%copyright_year%% Boldt Webservice <forum@boldt-webservice.de> * @support https://www.boldt-webservice.de/en/forum-e...
RomanaBW/BwPostman
src/administrator/components/com_bwpostman/src/Field/TexttemplatesField.php
PHP
gpl-3.0
5,859
#ifndef __BACKTRACE_H__ #define __BACKTRACE_H__ #include <stdint.h> void __backtrace(uintptr_t rbp, uintptr_t stack_begin, uintptr_t stack_end); uintptr_t stack_begin(void); uintptr_t stack_end(void); void backtrace(void); #endif /*__BACKTRACE_H__*/
ItsLastDay/academic_university_2016-2018
subjects/OperatingSystems/task4/inc/backtrace.h
C
gpl-3.0
253
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ro"> <head> <!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 20 18:37:10 EEST 2016 --> <title>SimplePrintPart (JasperReports 6.3.0 API)</title> <meta name="date" content="2016-06-20...
MHTaleb/Encologim
lib/JasperReport/docs/api/net/sf/jasperreports/engine/SimplePrintPart.html
HTML
gpl-3.0
13,195
/* Copyright (C) 2018 Magnus Lång and Tuan Phong Ngo * This benchmark is part of SWSC */ #include <assert.h> #include <stdint.h> #include <stdatomic.h> #include <pthread.h> atomic_int vars[3]; atomic_int atom_0_r3_2; atomic_int atom_1_r1_1; void *t0(void *arg){ label_1:; atomic_store_explicit(&vars[0], 2, memo...
nidhugg/nidhugg
tests/litmus/C-tests/DETOUR0477.c
C
gpl-3.0
1,695
<?php namespace App\Model\Table; use App\Model\Entity\Guest; use Cake\ORM\Query; use Cake\ORM\RulesChecker; use Cake\ORM\Table; use Cake\Validation\Validator; /** * Guests Model * * @property \Cake\ORM\Association\BelongsTo $Matchteams * @property \Cake\ORM\Association\BelongsToMany $Hosts */ class GuestsTable e...
pacior/testimonials
src/Model/Table/GuestsTable.php
PHP
gpl-3.0
2,307
<?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. // //...
ouyangyu/fdmoodle
mod/scorm/datamodel.php
PHP
gpl-3.0
4,031
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Richard Benson In Memory</title> <link rel="stylesheet" hre...
chantisnake/COMP298
project2/Events/benson.html
HTML
gpl-3.0
13,527
"use strict"; /* Copyright (C) 2013-2017 Bryan Hughes <bryan@nebri.us> Aquarium Control 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. Aqu...
nebrius/aquarium-control
server/dist/common/src/ICleaning.js
JavaScript
gpl-3.0
1,996
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Controls; namespace Chess { public abstract class Screen : UserControl { public ScreenControl parentWindow; public ScreenControl ParentWindow { get { return parentWindow; } } pr...
TomHulme/P4P
Chess/Screen.cs
C#
gpl-3.0
468
package com.habitrpg.android.habitica.ui.activities; import android.content.DialogInterface; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.Color; import android.net.Uri; import android.os.Bundle; import android.preference.PreferenceManager; import android.support.desi...
yishanhe/habitrpg-android
Habitica/src/com/habitrpg/android/habitica/ui/activities/LoginActivity.java
Java
gpl-3.0
13,599
<?php namespace hemio\html; /** * The <code>figure</code> element represents a unit of content, optionally with * a caption, that is self-contained, that is typically referenced as a single * unit from the main flow of the document, and that can be moved away from the * main flow of the document without affecting...
qua-bla/html
src/Figure.php
PHP
gpl-3.0
683
/* * Copyright (C) 2010-2019 The ESPResSo project * Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 * Max-Planck-Institute for Polymer Research, Theory Group * * This file is part of ESPResSo. * * ESPResSo is free software: you can redistribute it and/or modify * it under the terms of the GNU Gener...
KaiSzuttor/espresso
src/script_interface/ComFixed.hpp
C++
gpl-3.0
1,418
/** * 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 General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at y...
derkaiserreich/structr
structr-core/src/main/java/org/structr/core/function/ErrorFunction.java
Java
gpl-3.0
2,991
package com.risevision.gcslogs.delete; import com.risevision.gcslogs.auth.MockCredentialProvider; import java.util.logging.Logger; import java.util.Map; import java.util.HashMap; import org.junit.*; import static org.junit.Assert.*; import static org.hamcrest.CoreMatchers.*; import static com.risevision.gcslogs.Build...
Rise-Vision/storage-gcs-logging
src/test/java/com/risevision/gcslogs/delete/DeleteLoadJobFilesServletHandlerTest.java
Java
gpl-3.0
1,393
package org.maxgamer.rs.model.skill.prayer; import java.util.LinkedList; /** * @author netherfoam, alva */ public enum PrayerGroup { //Standard prayer book /** All prayers that boost defense */ DEFENSE(PrayerType.THICK_SKIN, PrayerType.ROCK_SKIN, PrayerType.STEEL_SKIN, PrayerType.CHIVALRY, PrayerType.PIETY, Pray...
tehnewb/Titan
src/org/maxgamer/rs/model/skill/prayer/PrayerGroup.java
Java
gpl-3.0
3,118
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Colorinator</title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=410"> <!-- jQuery --> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquer...
wijmo/Wijmo-Complete
demo-apps/colour/index.html
HTML
gpl-3.0
9,738
import ast import json import arrow import elasticsearch from bson import ObjectId from flask import request from eve.utils import config from eve.io.base import DataLayer try: from urllib.parse import urlparse except ImportError: from urlparse import urlparse def parse_date(date_str): """Parse elastic...
amagdas/eve-elastic
eve_elastic/elastic.py
Python
gpl-3.0
13,856
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Thu Nov 22 16:43:24 EST 2007 --> <TITLE> Xalan-Java 2.7.1: Uses of Interface org.apache.xml.serializer.ExtendedLexicalHandler </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" ...
doughtnerd/POD
resources/Xalan/xalan-j_2.7.1-bin/docs/apidocs/org/apache/xml/serializer/class-use/ExtendedLexicalHandler.html
HTML
gpl-3.0
14,769
ProjectTop := /Volumes/Polaris/polymake include ${ProjectTop}/support/extension.make
solros/mypolytopes
Makefile
Makefile
gpl-3.0
85
=head1 NAME EPrints::Plugin::Screen::Search =cut package EPrints::Plugin::Screen::Search; use EPrints::Plugin::Screen::AbstractSearch; @ISA = ( 'EPrints::Plugin::Screen::AbstractSearch' ); use strict; sub new { my( $class, %params ) = @_; my $self = $class->SUPER::new(%params); $self->{appears} = []; push ...
eprintsug/ulcc-core
perl_lib/EPrints/Plugin/Screen/Search.pm
Perl
gpl-3.0
14,057
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>PHP MySQL Database Interface: UnknownDatabaseException Klassenreferenz</title> <link href="../../tabs.css" rel="stylesheet" type="text/css"> <link href="../../doxygen.css...
keil/phpDBI-MySQL-Database-Interface-
documentation/html/dc/daa/class_unknown_database_exception.html
HTML
gpl-3.0
4,592
/* * ASpark * Copyright (C) 2015 Nikolay Platov * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. ...
NikolaDasm/aspark
src/nikoladasm/aspark/ASparkUtil.java
Java
gpl-3.0
7,066
package controller; import java.io.IOException; import java.sql.Time; import java.util.Calendar; import java.util.List; import java.util.TimeZone; import javax.servlet.ServletException; import javax.servlet.ServletOutputStream; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import ...
phuong95st/project-LA16
qlhoatdong2/src/controller/OnlController.java
Java
gpl-3.0
7,370
#ifndef __PLATFORM_H_ #define __PLATFORM_H_ #define STDOUT_IS_PS7_UART #define UART_DEVICE_ID 0 #include "xil_io.h" #include "xtmrctr.h" #include "assert.h" /* Write to memory location or register */ #define X_mWriteReg(BASE_ADDRESS, RegOffset, data) \ *(unsigned volatile int *)(BASE_ADDRESS + RegOffset) ...
malkadi/FGPU
benchmark/MicroBlaze/src/platform.hpp
C++
gpl-3.0
818
<!DOCTYPE html> <!-- Copyright (C) 2017 ss 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 ...
StarshiStrelok/sonya
sonya-transport-html5/src/app/component2/search.result.list.html
HTML
gpl-3.0
7,582
import platform import glob from .io import DxlIO, Dxl320IO, DxlError from .error import BaseErrorHandler from .controller import BaseDxlController from .motor import DxlMXMotor, DxlAXRXMotor, DxlXL320Motor from ..robot import Robot def _get_available_ports(): """ Tries to find the available usb2serial port on ...
manon-cortial/pypot
pypot/dynamixel/__init__.py
Python
gpl-3.0
2,888
/* ----------------------------------------------------------------------------- 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....
ustegrew/ppm-java
src/ppm_java/_dev/concept/example/event/TSink.java
Java
gpl-3.0
1,733
<?php // This file is part of VPL for Moodle - http://vpl.dis.ulpgc.es/ // // VPL for 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 ...
InstaLearn/phonegaptest3
mod/vpl/similarity/diff.class.php
PHP
gpl-3.0
12,386
package org.runnerup.notification; import android.annotation.TargetApi; import android.app.Notification; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.os.Build; import android.support.v4.app.NotificationCompat; import org.runnerup.R; import org.runneru...
netmackan/runnerup
app/src/org/runnerup/notification/GpsBoundState.java
Java
gpl-3.0
1,443
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - Events</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mo...
RossGammon/the-gammons.net
RossFamilyTree/evt/e/3/d15f5fe12036a978b3bf24e73e.html
HTML
gpl-3.0
2,704
package pl.idedyk.japanese.dictionary.web.html; import java.util.List; public class Ul extends HtmlElementCommon { public Ul() { super(); } public Ul(String clazz) { super(clazz); } public Ul(String clazz, String style) { super(clazz, style); } @Override protected String getTagName() { retu...
dedyk/JapaneseDictionaryWeb
src/main/java/pl/idedyk/japanese/dictionary/web/html/Ul.java
Java
gpl-3.0
502
<?php /* checklinks.class.php ver.1.1 ** Author: Jason Henry www.yourarcadescript.com ** Please keep authorship info intact ** Nov. 26, 2011 ** ** Class is used to validate that a link exists on a given web page ** Usage example: ** include("checklinks.class.php"); ** $checklink = new checkLink; ** ...
Yourarcadescript/Version-2.5.2
includes/checklinks.class.php
PHP
gpl-3.0
2,197
"use strict"; function HelpTutorial() { let _getText = function() { return "HelpTutorial_Base"; }; this.getName = function(){ return "HelpTutorial_Base"; }; this.getImageId = function(){ return "button_help"; }; this.getText = _getText; } function HelpTutorialBuilding(name, image) { this.getName = function(...
Hiperblade/OutpostTLH
script/ViewQueueHelp.js
JavaScript
gpl-3.0
6,371
/* Dylan Secreast * dsecrea2@uoregon.edu * CIS 415 Project 0 * This is my own work except for the base * code that was provided by Prof. Sventek */ #ifndef _DATE_H_INCLUDED_ #define _DATE_H_INCLUDED_ typedef struct date Date; /* * date_create creates a Date structure from `datestr` * `datestr' is...
DylanSecreast/uoregon-cis-portfolio
uoregon-cis-415/Projects/project0/date.h
C
gpl-3.0
1,010
/** * @file test-mus-got.cpp * @brief Test code for God of Thunder files. * * 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 Free Software Found...
Malvineous/libgamemusic
tests/test-mus-got.cpp
C++
gpl-3.0
2,799
#include <fstream> #include <algorithm> #include "anime_db.hpp" #include "trim.hpp" bool anime_database::dump_anime_db(const astd::filesystem::path& db_path, const anime_database& db) { bool result = false; std::ofstream stream{ db_path.c_str(), std::ios::out | std::ios::trunc }; if (stream) ...
Surogate/raspberry_script
scan-auto-fetch/anime_db.cpp
C++
gpl-3.0
1,707
public class Main { public static void main(String[] args) { ProdutoContext manga = new ProdutoContext(); System.out.println("Quantia: " + manga.getQuantia()); manga.fazerCompra(5); manga.reestocar(5); manga.fazerCompra(5); manga.reestocar(15); System.out.println("Quantia: " + manga.getQuantia()); ma...
guilhermepo2/bcc
2015-2/POO2 - Praticas/Pratica08-1 - State/src/Main.java
Java
gpl-3.0
402