identifier
stringlengths
42
383
collection
stringclasses
1 value
open_type
stringclasses
1 value
license
stringlengths
0
1.81k
date
float64
1.99k
2.02k
โŒ€
title
stringlengths
0
100
creator
stringlengths
1
39
language
stringclasses
157 values
language_type
stringclasses
2 values
word_count
int64
1
20k
token_count
int64
4
1.32M
text
stringlengths
5
1.53M
__index_level_0__
int64
0
57.5k
https://github.com/ByeongGi/Koata_Java/blob/master/spring1027di/src/ex1/ex1_Const.java
Github Open Source
Open Source
MIT
null
Koata_Java
ByeongGi
Java
Code
113
427
package ex1; // ์ƒ์„ฑ์ž๋กœ ์ฃผ์ž…์„ ๋ฐ›์€ ๋•Œ ๊ธฐ๋ณธ๊ฐ’์€ String ํƒ€์ž…์ด๋‹ค. public class ex1_Const implements Service{ private int num; private String name,str; public ex1_Const(String str) { this.str=str; System.out.println("String ํ˜• ์ƒ์„ฑ์ž๊ฐ€ ํ˜ธ์ถœ๋˜์—ˆ์Šต๋‹ˆ๋‹ค."); } public ex1_Const(int num) { this.num=num; System.out.println("Int ํ˜• ์ƒ์„ฑ์ž๊ฐ€ ํ˜ธ์ถœ...
25,729
https://github.com/WhiteGiveSoftware/gymManagerSystem/blob/master/src/main/java/com/gdou/gas/entity/equipment/Equipment.java
Github Open Source
Open Source
Apache-2.0
null
gymManagerSystem
WhiteGiveSoftware
Java
Code
75
313
package com.gdou.gas.entity.equipment; import com.gdou.gas.entity.admin.BaseEntity; import org.springframework.data.jpa.domain.support.AuditingEntityListener; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.EntityListeners; import javax.persistence.Table; /** * ๅŽๅฐๅ™จๆๅฎžไฝ“็ฑป */...
7,927
https://github.com/ew12/rss-bridge/blob/master/bridges/BleepingComputerBridge.php
Github Open Source
Open Source
Unlicense
2,022
rss-bridge
ew12
PHP
Code
82
305
<?php class BleepingComputerBridge extends FeedExpander { const MAINTAINER = 'csisoap'; const NAME = 'Bleeping Computer'; const URI = 'https://www.bleepingcomputer.com/'; const DESCRIPTION = 'Returns the newest articles.'; protected function parseItem($item){ $item = parent::parseItem($item); $article_html ...
18,557
https://github.com/nakhmani/neuroelf/blob/master/@xff/private/vmp_Update.m
Github Open Source
Open Source
BSD-2-Clause
2,014
neuroelf
nakhmani
MATLAB
Code
1,432
4,952
function hfile = vmp_Update(hfile, F, S, V) % VMP::Update - called after subsasgn for VMPs % Version: v0.9d % Build: 14061710 % Date: Jun-17 2014, 10:30 AM EST % Author: Jochen Weber, SCAN Unit, Columbia University, NYC, NY, USA % URL/Info: http://neuroelf.net/ % % Copyright (c) 2010, 2011, 2014, Jochen Web...
35,601
https://github.com/hyj378/-TemProject-2021ComputerVision/blob/master/result.py
Github Open Source
Open Source
MIT
null
-TemProject-2021ComputerVision
hyj378
Python
Code
345
1,463
import argparse import math import os import random import shutil import time from collections import OrderedDict import numpy as np import torch import torch.nn.functional as F from torch.utils.data import DataLoader, SequentialSampler from tqdm import tqdm from dataset.cifar import DATASET_GETTERS from utils import...
48,309
https://github.com/jslhs/clFFT/blob/master/src/tests/cl_transform.h
Github Open Source
Open Source
Apache-2.0
2,015
clFFT
jslhs
C
Code
3,280
11,757
/* ************************************************************************ * Copyright 2013 Advanced Micro Devices, Inc. * * 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...
33,462
https://github.com/lolero-sandbox/docker-exercise-section-8-fib-calculator/blob/master/worker/Dockerfile
Github Open Source
Open Source
MIT
2,020
docker-exercise-section-8-fib-calculator
lolero-sandbox
Dockerfile
Code
13
30
FROM node:alpine WORKDIR '/app' COPY . . RUN yarn install CMD ["yarn", "start"]
45,071
https://github.com/thaddeus002/pccts/blob/master/testcpp/3/mytokens.h
Github Open Source
Open Source
LicenseRef-scancode-public-domain, LicenseRef-scancode-unknown-license-reference
2,019
pccts
thaddeus002
C
Code
7
31
enum ANTLRTokenType { IDENTIFIER=1, NUMBER=2, Eof=3 };
3,300
https://github.com/lauracristinaes/aula-java/blob/master/hibernate-release-5.3.7.Final/project/documentation/src/test/java/org/hibernate/userguide/sql/Identity.java
Github Open Source
Open Source
Apache-2.0
2,021
aula-java
lauracristinaes
Java
Code
176
518
/* * Hibernate, Relational Persistence for Idiomatic Java * * License: GNU Lesser General Public License (LGPL), version 2.1 or later. * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ //$Id$ package org.hibernate.userguide.sql; import java.io.Serializable; import ja...
10,165
https://github.com/martinRenou/xwebrtc/blob/master/include/xwebrtc/xaudio_stream.hpp
Github Open Source
Open Source
BSD-3-Clause
2,019
xwebrtc
martinRenou
C++
Code
279
1,236
/****************************************************************************** * Copyright (c) 2018, Sylvain Corlay and Johan Mabille, Wolf Vollprecht and * * Martin Renou * * * ...
7,804
https://github.com/jeuxjeux20/LoupGarous/blob/master/src/main/java/com/github/jeuxjeux20/loupsgarous/util/FutureExceptionUtils.java
Github Open Source
Open Source
MIT
null
LoupGarous
jeuxjeux20
Java
Code
52
158
package com.github.jeuxjeux20.loupsgarous.util; import java.util.concurrent.CancellationException; import java.util.concurrent.CompletionException; public final class FutureExceptionUtils { private FutureExceptionUtils() { } public static boolean isCancellation(Throwable ex) { return ex instanceo...
31,426
https://github.com/shamim009277/ecommerce_vue/blob/master/resources/js/public/router.js
Github Open Source
Open Source
MIT
null
ecommerce_vue
shamim009277
JavaScript
Code
181
681
import Vue from 'vue' import VueRouter from 'vue-router' Vue.use(VueRouter) //Frontend Component017 import Home from '../components/public/Home'; import UserLogin from '../components/public/auth/UserLogin'; import UserRegister from '../components/public/auth/UserRegister'; import UserDashboard from '../components/pub...
42,279
https://github.com/gggneo/Detox/blob/master/.gitmodules
Github Open Source
Open Source
MIT
2,020
Detox
gggneo
Git Config
Code
62
365
[submodule "detox/ios/SocketRocket"] path = detox/ios/SocketRocket url = https://github.com/wix-playground/SocketRocket.git ignore = dirty [submodule "detox/ios/EarlGrey"] path = detox/ios/EarlGrey url = https://github.com/wix-playground/EarlGrey.git ignore = dirty [submodule "detox/ios/COSTouchVisualizer"] path...
303
https://github.com/sksakshi22/Sector_Based_Trade_Recommendation_System/blob/master/node_modules/yahoo-finance2/api/lib/errors.d.ts
Github Open Source
Open Source
MIT
null
Sector_Based_Trade_Recommendation_System
sksakshi22
TypeScript
Code
77
160
import type { ErrorObject } from "ajv/dist/types"; export declare class BadRequestError extends Error { name: string; } export declare class HTTPError extends Error { name: string; } export declare class InvalidOptionsError extends Error { name: string; } export declare class NoEnvironmentError extends Erro...
36,553
https://github.com/rudderlabs/rudder-sdk-cocoa/blob/master/Sources/Classes/Client/Plugins/RSAliasIdPlugin.swift
Github Open Source
Open Source
MIT
null
rudder-sdk-cocoa
rudderlabs
Swift
Code
123
312
// // RSAliasIdPlugin.swift // RudderStack // // Created by Pallab Maiti on 31/03/22. // Copyright ยฉ 2022 Rudder Labs India Pvt Ltd. All rights reserved. // import Foundation class RSAliasIdPlugin: RSPlatformPlugin { let type = PluginType.before var client: RSClient? var id: String? required...
33,410
https://github.com/QSCTech/QSCMobileLegacy/blob/master/qscmobile2/src/main/java/com/myqsc/mobile2/AboutUsActivity.java
Github Open Source
Open Source
Apache-2.0
2,015
QSCMobileLegacy
QSCTech
Java
Code
87
421
package com.myqsc.mobile2; import android.os.Bundle; import android.view.KeyEvent; import android.webkit.WebSettings; import android.webkit.WebView; import com.umeng.analytics.MobclickAgent; import me.imid.swipebacklayout.lib.app.SwipeBackActivity; public class AboutUsActivity extends SwipeBackActivity { @Over...
48,034
https://github.com/keinuma/backlogapi/blob/master/tests/test_project.py
Github Open Source
Open Source
MIT
null
backlogapi
keinuma
Python
Code
147
841
from . import BaseBacklogTestCase from backlogapi import Project, BacklogBase from .result.res_project import * class TestResourceProject(BaseBacklogTestCase): def test_space_instance(self): self.response.json.return_value = project_json projects = self.client.project.all() self.check_obje...
18,555
https://github.com/aatxe/oxide-test-suite/blob/master/borrowck/mut-borrow-in-loop-2.rs
Github Open Source
Open Source
Apache-2.0, MIT
null
oxide-test-suite
aatxe
Rust
Code
59
123
// produce special borrowck message inside all kinds of loops struct FuncWrapper<'a, T : 'a> { func : fn(&'a mut T) -> () } fn in_while<'a, T>(wrapper: FuncWrapper<'a, T>, arg : &'a mut T) { let tmp: &'t fn(&'a mut T) -> () = &wrapper.func; while true { tmp(arg) //~ ERROR cannot borrow } } fn...
13,856
https://github.com/yaoguais/FlipServer/blob/master/server/internal/domain/dto/room.go
Github Open Source
Open Source
Apache-2.0
null
FlipServer
yaoguais
Go
Code
43
168
package dto import "github.com/FlipAppDev/FlipServer/server/internal/domain/model" type IntoRoomDTO struct { Room model.Room Owner model.User OwnerCounter model.UserCounter FrontUsers []model.User FrontUserCounters []model.UserCounter GameDTO GameDTO } type GameDT...
4,308
https://github.com/flamerds/adsbypasser/blob/master/src/sites/link/elde.me.js
Github Open Source
Open Source
BSD-2-Clause-Views
2,018
adsbypasser
flamerds
JavaScript
Code
31
100
_.register({ rule: { host: /^elde\.me$/, }, async ready () { // do not remove recaptcha $.remove('iframe:not([name=undefined])'); const a = $('#modal-alert'); a.style.display = 'block'; a.style.top = 0; a.style.left = 0; }, });
36,848
https://github.com/mashaal/destroyer/blob/master/components/playbar/reducer.js
Github Open Source
Open Source
ISC
2,020
destroyer
mashaal
JavaScript
Code
108
251
export const playbarReducer = ( state = { display: false, toggle: 'play' }, action ) => { switch (action.type) { case 'METADATA': { state = { ...state, display: true, toggle: 'pause' } break } case 'PLAY_ALBUM': { state = { ...state, display: false, toggle: 'pause' } break ...
24,951
https://github.com/quanlinh/AlgorithmsCodingJava/blob/master/MaximumProductSubArrayTest.java
Github Open Source
Open Source
MIT
2,018
AlgorithmsCodingJava
quanlinh
Java
Code
28
150
import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; class MaximumProductSubArrayTest { @Test void simpleTest() { MaximumProductSubArray maximumProductSubArray = new MaximumProductSubArray(); assertEquals( maximumProductSubArray.maxProduct(new int[]{2,3,-2,4}),6...
42,416
https://github.com/coredna/magna/blob/master/src/types/Lazy.js
Github Open Source
Open Source
MIT
null
magna
coredna
JavaScript
Code
152
433
import { INITIALIZED } from '../symbols' import log from '../utils/log' import Node from './Node' export default class Lazy extends Node { [Symbol.toStringTag] = 'Lazy'; constructor(importer, config, nodes = []) { super(config, nodes) this.__promise = null this.importer = importer this.instance =...
1,238
https://github.com/omguhh/SE-FastTrack-/blob/master/public/dashboard.php
Github Open Source
Open Source
MIT
null
SE-FastTrack-
omguhh
PHP
Code
525
2,979
<?php session_start(); date_default_timezone_set('Asia/Dubai'); include ("dbfunctions.php"); ?> <!DOCTYPE HTML> <html> <head> <title>Wealth Management Tool | Dashboard</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="description" content="" /> <meta name="keywords" ...
31,735
https://github.com/damoklesh/SkylarShop/blob/master/contracts/ItemDndNFT.sol
Github Open Source
Open Source
MIT
2,022
SkylarShop
damoklesh
Solidity
Code
315
1,005
// SPDX-License-Identifier: MIT pragma solidity ^0.8.3; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/token/ERC721/presets/ERC721PresetMinterPauserAutoId.sol"; import "@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol"; import "@openzeppelin/contracts/utils...
52,312
https://github.com/aibdpgj/eipcore2/blob/master/Api/Service/Workflow/EIP.Workflow.Models/Entities/WorkflowProcessAreas.cs
Github Open Source
Open Source
MIT
2,019
eipcore2
aibdpgj
C#
Code
142
415
using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using EIP.Common.Entities.CustomAttributes; namespace EIP.Workflow.Models.Entities { /// <summary> /// Workflow_ProcessAreas่กจๅฎžไฝ“็ฑป /// </summary> [Serializable] [Table("Workflow_ProcessA...
40,112
https://github.com/BeastNeedsMoreTorque/Distribution/blob/master/a/antd/src/main/scala/typings/antd/uploadInterfaceMod/UploadListType.scala
Github Open Source
Open Source
MIT
2,020
Distribution
BeastNeedsMoreTorque
Scala
Code
50
272
package typings.antd.uploadInterfaceMod import scala.scalajs.js import scala.scalajs.js.`|` import scala.scalajs.js.annotation._ /* Rewritten from type alias, can be one of: - typings.antd.antdStrings.text - typings.antd.antdStrings.picture - typings.antd.antdStrings.`picture-card` */ trait UploadListType exte...
54,074
https://github.com/jonchase/api-build/blob/master/src/test/scala/io/flow/lint/EventModelsSpec.scala
Github Open Source
Open Source
MIT
null
api-build
jonchase
Scala
Code
296
985
package io.flow.lint import io.apibuilder.spec.v0.models._ import org.scalatest.{FunSpec, Matchers} class EventModelsSpec extends FunSpec with Matchers { private[this] val linter = linters.EventModels private[this] def buildService( fields: Seq[String], attributes: Seq[Attribute] = Nil ): Service = { ...
19,973
https://github.com/StefanMaron/MSDyn365BC.Code.History/blob/master/BaseApp/Source/Base Application/BankMgt/TransferDifferencetoAccount.Page.al
Github Open Source
Open Source
LicenseRef-scancode-unknown-license-reference, MIT, LicenseRef-scancode-warranty-disclaimer
2,023
MSDyn365BC.Code.History
StefanMaron
null
Spoken
186
444
page 1297 "Transfer Difference to Account" { Caption = 'Transfer Difference to Account'; DataCaptionExpression = ''; PageType = StandardDialog; SourceTable = "Gen. Journal Line"; layout { area(content) { group(General) { Caption = 'General...
34,798
https://github.com/fedapay/whmcs-fedapay/blob/master/modules/gateways/fedapay-php/lib/Transaction.php
Github Open Source
Open Source
MIT
null
whmcs-fedapay
fedapay
PHP
Code
273
666
<?php namespace FedaPay; use FedaPay\Util\Util; /** * Class Transaction * * @property int $id * @property string $reference * @property string $description * @property string $callback_url * @property string $amount * @property string $status * @property int $transaction_id * @property string $created_at ...
29,595
https://github.com/throck95/ImageController/blob/master/resources/views/pages/fruits.blade.php
Github Open Source
Open Source
MIT
null
ImageController
throck95
PHP
Code
16
84
@extends("master1") @section("content") <ul> @if(count($data)>0) @foreach($data as $item) <li>{{$item}}</li> @endforeach @else <li>No fruits exist!</li> @endif </ul> @stop
28,763
https://github.com/sara-nl/hydra/blob/master/hydra/core/default_element.py
Github Open Source
Open Source
MIT
null
hydra
sara-nl
Python
Code
1,579
5,200
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved import re from dataclasses import dataclass, field from textwrap import dedent from typing import List, Optional, Pattern, Union from omegaconf import AnyNode, DictConfig, OmegaConf from omegaconf.errors import InterpolationResolutionError from hy...
19,471
https://github.com/lechium/tvOS124Headers/blob/master/System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/CEMCredentialSCEPDeclaration_SCEP.h
Github Open Source
Open Source
MIT
2,020
tvOS124Headers
lechium
Objective-C
Code
333
1,376
/* * This header is generated by classdump-dyld 1.0 * on Saturday, August 24, 2019 at 9:49:54 PM Mountain Standard Time * Operating System: Version 12.4 (Build 16M568) * Image Source: /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel * classdump-dyld is licensed under GPLv3, ...
48,892
https://github.com/LykkeBusiness/MAVN.Service.Tests/blob/master/src/main/java/com/lykke/tests/api/service/quorumexplorer/model/BlockEventsByHashRequest.java
Github Open Source
Open Source
MIT
null
MAVN.Service.Tests
LykkeBusiness
Java
Code
37
142
package com.lykke.tests.api.service.quorumexplorer.model; import com.lykke.api.testing.annotations.QueryParameters; import lombok.Builder; import lombok.Data; @Data @QueryParameters public class BlockEventsByHashRequest extends PaginationModel { private String blockHash; @Builder(builderMethodName = "reques...
53,723
https://github.com/shimulshaikh/laravel/blob/master/resources/views/website/backend/contact/create.blade.php
Github Open Source
Open Source
MIT
null
laravel
shimulshaikh
PHP
Code
206
1,049
@extends('website.backend.layouts.main') @section('content') <div class="col-md-12 col-sm-12 "> <div class="x_panel"> <div class="x_title"> <h2>Create Contact</h2> <ul class="nav navbar-right panel_toolbox"> <li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a> </li> <li><a cl...
46,818
https://github.com/Ambal/mangos/blob/master/sql/updates/0.14/8098_03_characters_character_pet.sql
Github Open Source
Open Source
OpenSSL
2,019
mangos
Ambal
SQL
Code
121
514
ALTER TABLE character_db_version CHANGE COLUMN required_8098_01_characters_character_action required_8098_03_characters_character_pet bit; UPDATE character_pet SET abdata = CONCAT( (SUBSTRING(abdata, 1, length(SUBSTRING_INDEX(abdata, ' ', 1))) >> 8),' ', SUBSTRING(abdata, length(SUBSTRING_INDEX(abdata, ' ...
18,675
https://github.com/lt12312340/2001laravel/blob/master/resources/views/admin/brand/index.blade.php
Github Open Source
Open Source
MIT
2,020
2001laravel
lt12312340
Blade
Code
392
2,654
@extends('admin.layouts.adminshop') @section('content') <!-- ๅ†…ๅฎนไธปไฝ“ๅŒบๅŸŸ --> <!-- <div style="padding: 15px;"></div> --> <fieldset class="layui-elem-field layui-field-title" style="margin-top: 50px;"> <legend> <span class="layui-breadcrumb"> <a href="/">ๅŽๅฐ้ฆ–้กต</a> ...
910
https://github.com/purple-circle/chat/blob/master/coffeescript/public/js/filters/newlines.coffee
Github Open Source
Open Source
MIT
null
chat
purple-circle
CoffeeScript
Code
11
55
app = angular.module('app') app.filter 'newlines', ($sce) -> (text) -> $sce.trustAsHtml(text.replace(/(\n|&#10;)/g, '<br>'))
9,828
https://github.com/aimoonchen/kengine/blob/master/common/components/ImGuiComponent.hpp
Github Open Source
Open Source
MIT
2,018
kengine
aimoonchen
C++
Code
59
240
#pragma once #include <functional> #include "Component.hpp" struct ImGuiContext; extern ImGuiContext * GImGui; namespace kengine { class ImGuiComponent : public kengine::SerializableComponent<ImGuiComponent> { public: ImGuiComponent(const std::function<void(void *)> & display = nullptr) : display(display) {} p...
46,844
https://github.com/oanhere/ltg-laya/blob/master/FakeProject/code/laya/p_yinyou/others/publish/tools/quick-tools/lib/config/egret.js
Github Open Source
Open Source
MIT
2,021
ltg-laya
oanhere
JavaScript
Code
43
173
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var EXCLUDE_FILES = exports.EXCLUDE_FILES = ['openDataContext', 'library', 'egret.wxgame.js', 'game.json', 'platform.js', 'project.config.json', 'weapp-adapter.js']; var DEFAULT_TPL_FILES = exports.DEFAULT_TPL_FILES = []; var DEFAULT_TPL_...
33,973
https://github.com/ScalablyTyped/Distribution/blob/master/p/phaser/src/main/scala/typings/phaser/spine/SkeletonBounds.scala
Github Open Source
Open Source
MIT
2,023
Distribution
ScalablyTyped
Scala
Code
509
1,959
package typings.phaser.spine import org.scalablytyped.runtime.StObject import scala.scalajs.js import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess} trait SkeletonBounds extends StObject { def aabbCompute(): Unit def aabbContainsPoint(x: Double, y: Double): Boolean ...
38,979
https://github.com/realxye/xbuild/blob/master/cmake/xbuild-platform-linux.cmake
Github Open Source
Open Source
MIT
null
xbuild
realxye
CMake
Code
24
145
if(NOT XBUILD_PLATFORM_LINUX) message(FATAL_ERROR "xbuild-platform-linux: XBUILD_PLATFORM_LINUX is not set") endif() # Set common data set(XBUILD_PLATFORM_STRING "Linux") set(XBUILD_PLATFORM_DESKTOP ON) if(XBUILD_PLATFORM_BITS64) set(XBUILD_PLATFORM_ARCH "x86_64") else() set(XBUILD_PLATFORM_ARCH "x86") end...
31,107
https://github.com/miura333/mmfuel-pwa/blob/master/Laravel/resources/views/history.blade.php
Github Open Source
Open Source
MIT
2,022
mmfuel-pwa
miura333
Blade
Code
79
448
@extends('layout') @section('content') <div class="appHeader"> <div class="appHeaderTitle"> <table border="0" width="100%"> <tr> <td width="20%"><a class="linkBackButtonText" href="/{{$carId}}">Back</a></td> <td width="60%">History</td> <td width="...
52,603
https://github.com/SensitiveMix/EXAM-ONLINE/blob/master/Student/StudentExam.aspx.designer.cs
Github Open Source
Open Source
MIT
null
EXAM-ONLINE
SensitiveMix
C#
Code
305
783
๏ปฟ//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----------------------------------------...
18,540
https://github.com/jwolf02/libdriver/blob/master/gps/nmea.hpp
Github Open Source
Open Source
MIT
null
libdriver
jwolf02
C++
Code
79
350
#ifndef __NMEA_HPP #define __NMEA_HPP #include <string> #include <gps_data.hpp> #define NMEA_GPGGA "$GPGGA" #define NMEA_GPRMC "$GPRMC" #define NMEA_GPZDA "$GPZDA" #define NMEA_GPGSV "$GPGSV" #define NMEA_GPGLL "$GPGLL" namespace nmea { enum { UNDEFINED = 0, GPGGA, ...
34,348
https://github.com/AlexandreOliver/loja/blob/master/project/fopag.py
Github Open Source
Open Source
MIT
2,020
loja
AlexandreOliver
Python
Code
126
343
from cores import cor def fpag(fpg, preco): taxa_base = 10 / 100 print(cor('roxo')) if fpg == 1: taxa = preco * taxa_base preco = preco - taxa print('ร vista, desconto de 10%') return "Preรงo รก pagar: R${:.2f}".format(preco) elif fpg == 2: taxa = taxa_base / 1 / ...
14,964
https://github.com/kymppi/Zant/blob/master/src/interfaces/Category.ts
Github Open Source
Open Source
MIT
null
Zant
kymppi
TypeScript
Code
16
46
export type Category = | 'info' | 'moderation' | 'fun' | 'misc' | 'music' | 'tickets';
3,244
https://github.com/Tencent/tdesign-vue/blob/master/src/loading/_example/text.vue
Github Open Source
Open Source
MIT, LicenseRef-scancode-unknown-license-reference
2,023
tdesign-vue
Tencent
Vue
Code
46
224
<template> <t-space :size="100"> <!-- ไฝฟ็”จ props ๅฎž็Žฐ่‡ชๅฎšไน‰ --> <t-loading text="้™ๆ€ๆ–‡ๅญ—ๅŠ ่ฝฝไธญ..." :indicator="false"></t-loading> <!-- ไฝฟ็”จ props ๅฎž็Žฐ่‡ชๅฎšไน‰ --> <t-loading :text="renderText" :indicator="false"></t-loading> <t-loading :indicator="false"> <!-- ไฝฟ็”จๆ’ๆงฝๅฎž็Žฐ่‡ชๅฎšไน‰ --> <template #text>ๆ’ๆงฝๆ–‡ๅญ—ๅŠ ่ฝฝไธญ...</temp...
27,881
https://github.com/dmitritruf/distiller-django-react/blob/master/frontend/distiller/src/features/notifications/events.ts
Github Open Source
Open Source
BSD-3-Clause
2,021
distiller-django-react
dmitritruf
TypeScript
Code
83
238
import { IdType, Scan, ScanLocation } from '../../types'; export enum ScanEventType { Created = 'scan.created', Updated = 'scan.updated', } export interface ScanEvent<T extends ScanEventType> extends Partial<Scan> { id: IdType; event_type: T; } export interface ScanCreatedEvent extends ScanEvent<ScanEventTyp...
50,285
https://github.com/kingrom/jstarcraft-ai/blob/master/jstarcraft-ai-jsat/src/main/java/com/jstarcraft/ai/jsat/classifiers/neuralnetwork/SOM.java
Github Open Source
Open Source
Apache-2.0
2,019
jstarcraft-ai
kingrom
Java
Code
2,053
5,556
package com.jstarcraft.ai.jsat.classifiers.neuralnetwork; import static java.lang.Math.max; import static java.lang.Math.sqrt; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Random; import java.util.concurrent.CountDownLatch; import java.util.concurrent.ExecutorServi...
22,010
https://github.com/publiqnet/mesh.pp/blob/master/.gitmodules
Github Open Source
Open Source
MIT
2,021
mesh.pp
publiqnet
Git Config
Code
16
84
[submodule "src/belt.pp"] path = src/belt.pp url = https://github.com/publiqnet/belt.pp [submodule "src/cmake_utility"] path = src/cmake_utility url = https://github.com/publiqnet/cmake_utility
12,217
https://github.com/AsahiOS/gate/blob/master/usr/src/man/man2/meminfo.2
Github Open Source
Open Source
MIT
null
gate
AsahiOS
null
Spoken
835
2,323
'\" te .\" Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved. .\" Copyright 2015, Joyent, Inc. .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a co...
47,207
https://github.com/mxweas/Virtual-Store/blob/master/Virtual Store/MainScene.h
Github Open Source
Open Source
MIT
2,011
Virtual-Store
mxweas
Objective-C
Code
70
245
// // MainScene.h // Virtual Store // // Created by Max Weisel on 7/15/11. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import <Foundation/Foundation.h> #import "cocos2d.h" #import "DoorsLayer.h" #import "StoreWorld.h" #import "StoreLayer.h" typedef enum { StoreStateIdle = 0, StoreStateSe...
29,200
https://github.com/bobrippling/ucc-c-compiler/blob/master/src/util/std.h
Github Open Source
Open Source
MIT
2,022
ucc-c-compiler
bobrippling
C
Code
48
154
#ifndef STD_H #define STD_H enum c_std { /* comparable with < */ STD_C89, STD_C90, STD_C99, STD_C11, STD_C18, /* -std=c17 aliases this, gcc compat */ STD_C2X }; /* returns 0 on success */ int std_from_str(const char *, enum c_std *, int *gnu); #define STD_LIMIT_STRLENGTH_C89 509 #define STD_LIMIT_STRLENGTH_C9...
46,463
https://github.com/yaameen/efaas-integrator/blob/master/src/routes.php
Github Open Source
Open Source
MIT
2,023
efaas-integrator
yaameen
PHP
Code
63
435
<?php use eFaasIntegrator\eFaasIntegrator; use Illuminate\Support\Facades\Route; Route::get(config('efaas.app.login_url'), function (eFaasIntegrator $eFaasIntegrator) { session()->put('url.intended', request('redirect', request()->headers->get('referer'))); return redirect($eFaasIntegrator->buildQuery()); })-...
21,618
https://github.com/BladeWP/node-acme-client/blob/master/types/index.d.ts
Github Open Source
Open Source
MIT
null
node-acme-client
BladeWP
TypeScript
Code
401
1,291
/** * acme-client type definitions */ import { AxiosInstance } from 'axios'; import * as rfc8555 from './rfc8555'; export type PrivateKeyBuffer = Buffer; export type PublicKeyBuffer = Buffer; export type CertificateBuffer = Buffer; export type CsrBuffer = Buffer; export type PrivateKeyString = string; export type ...
6,824
https://github.com/kortescode/Raytracer/blob/master/inter/hyperboloid.c
Github Open Source
Open Source
Apache-2.0
null
Raytracer
kortescode
C
Code
51
348
#include "main.h" #include "k.h" #include "inter.h" #include "movements.h" #include "limits.h" void inter_hyperboloid(t_rt *rt, t_obj *hyperboloid) { hyperboloid->k = k_hyperboloid(rt->eye.eye, rt->eye.vector, hyperboloid, MIN); inter_point_calcul(hyperboloid, rt->eye.eye, rt->eye.vector); hyperboloid->vec...
330
https://github.com/niko-dunixi/git-export-zip/blob/master/.gitignore
Github Open Source
Open Source
MIT
2,020
git-export-zip
niko-dunixi
Ignore List
Code
4
22
**/.idea **/*.zip **/.DS_Store **/*.swp
4,452
https://github.com/ridhwangs/mypos/blob/master/application/views/inventory/inventory_table.php
Github Open Source
Open Source
MIT
null
mypos
ridhwangs
PHP
Code
1,468
6,846
<style> .separator { display: flex; align-items: center; text-align: center; } .separator::before, .separator::after { content: ''; flex: 1; border-bottom: 1px dotted #000; } .separator:not(:empty)::before { margin-right: .25em; } .separator:not(:empty)::after { margin...
23,758
https://github.com/dmgerman/hadoop/blob/master/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/protocol/RemoteEditLog.java
Github Open Source
Open Source
Apache-2.0
null
hadoop
dmgerman
Java
Code
549
2,125
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1 begin_comment comment|/** * 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 license...
44,865
https://github.com/mandel-macaque/maui-linux/blob/master/src/Compatibility/ControlGallery/src/Issues.Shared/Issue3319.xaml.cs
Github Open Source
Open Source
MIT
2,022
maui-linux
mandel-macaque
C#
Code
706
2,247
๏ปฟusing System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Threading.Tasks; using Microsoft.Maui.Controls; using Microsoft.Maui.Controls.CustomAttributes; using Microsoft.Maui.Controls.Internals; using Microsoft.Maui.Graphics; #if UITEST using Xamar...
48,799
https://github.com/mfkiwl/RisKy1/blob/master/design/src/cpu_src/vedic_mult16x16.v
Github Open Source
Open Source
SHL-0.51
2,021
RisKy1
mfkiwl
Verilog
Code
592
2,100
// ---------------------------------------------------------------------------------------------------- // Copyright (c) 2020 Kirk Weedman www.hdlexpress.com // Copyright and related rights are licensed under the Solderpad Hardware // License, Version 0.51 (the "License"); you may not use this file except in // complia...
30,229
https://github.com/maddevsio/seo-analyzer/blob/master/src/modules/analyzer.js
Github Open Source
Open Source
MIT
2,022
seo-analyzer
maddevsio
JavaScript
Code
327
829
import cliProgress from 'cli-progress'; import _colors from 'colors'; class Analyzer { constructor() { this.consoleProgressBar = new cliProgress.Bar({ format: 'Ranning rules |' + _colors.green('{bar}') + '| {percentage}% || {value}/{total} Rules', barCompleteChar: '\u2588', ...
17,397
https://github.com/turn/camino/blob/master/src/test/java/com/turn/camino/lang/ast/DictionaryLiteralTest.java
Github Open Source
Open Source
Apache-2.0
2,016
camino
turn
Java
Code
219
700
/* * Copyright (C) 2014-2018, Amobee Inc. All Rights Reserved. * * 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 a...
37,070
https://github.com/vikasrana1987/generator-fountain-angular2/blob/master/generators/techs/templates/src/app/title.js
Github Open Source
Open Source
MIT
2,016
generator-fountain-angular2
vikasrana1987
JavaScript
Code
45
193
var ng = require('@angular/core'); module.exports = ng.Component({ selector: 'TitleComponent', template: '<div class="title">' + '<h1 class="title-h1">\'Allo, \'Allo!</h1>' + '<div>' + '<img class="title-logo" src="http://fountainjs.io/assets/imgs/yeoman.png"/>' + '<img class="title...
19,791
https://github.com/jbelmiro/Ualg_PhDThesis-template/blob/master/inst/bib/thesis.bib
Github Open Source
Open Source
MIT
2,021
Ualg_PhDThesis-template
jbelmiro
null
Spoken
43
184
@article{cascalheiraandbicho2013, title = {Hunterโ€“gatherer ecodynamics and the impact of the Heinrich event 2 in Central and Southern Portugal}, volume = {318}, pages = {117--127}, journaltitle = {Quaternary International}, author = {Cascalheira, Joรฃo and Bicho, Nuno}, date = {2013}, file = {Full Text:C\:\\User...
6,969
https://github.com/brugger1/testsuite/blob/master/validation_tests/llvm/f18/gfortran.dg/constructor_9.f90
Github Open Source
Open Source
MIT
2,021
testsuite
brugger1
null
Spoken
75
176
! { dg-do compile } ! { dg-options "-Wall" } ! ! PR 58471: [4.8/4.9 Regression] ICE on invalid with missing type constructor and -Wall ! ! Contributed by Andrew Benson <abensonca@gmail.com> module cf implicit none type :: cfmde end type interface cfmde module procedure mdedc ! { dg-error "is neither fun...
39,279
https://github.com/jbalooka/hpe-application-automation-tools-plugin/blob/master/src/test/java/com/hpe/application/automation/tools/octane/tests/TestApiTest.java
Github Open Source
Open Source
MIT
2,017
hpe-application-automation-tools-plugin
jbalooka
Java
Code
447
2,122
/* * Copyright 2017 Hewlett-Packard Development Company, L.P. * 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 * * ...
34,160
https://github.com/kintone-labs/kintone-java-sdk/blob/master/src/main/java/com/cybozu/kintone/client/model/app/form/layout/RowLayout.java
Github Open Source
Open Source
MIT
2,020
kintone-java-sdk
kintone-labs
Java
Code
73
242
/** * MIT License * * Copyright (c) 2018 Cybozu * https://github.com/kintone/kintone-java-sdk/blob/master/LICENSE */ package com.cybozu.kintone.client.model.app.form.layout; import java.util.ArrayList; import com.cybozu.kintone.client.model.app.form.LayoutType; public class RowLayout extends ItemLayout { ...
14,370
https://github.com/mchiasson/PhaserNative/blob/master/3rdparty/webkit/Source/JavaScriptCore/runtime/ArrayBuffer.h
Github Open Source
Open Source
MIT
null
PhaserNative
mchiasson
C
Code
771
2,341
/* * Copyright (C) 2009-2017 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditi...
1,568
https://github.com/aryzhov/taiga/blob/master/taiga-parser/src/main/java/taiga/interfaces/ErrorMessage.java
Github Open Source
Open Source
Apache-2.0
2,013
taiga
aryzhov
Java
Code
107
323
package taiga.interfaces; import java.util.Arrays; public class ErrorMessage { public ErrorCode errorCode; public Position startPos; public String fragment; public Object[] parameters; public Exception cause; public ErrorMessage(ErrorCode errorCode, Position startPos, String fragment, Exception cause, Obje...
22,953
https://github.com/digital-preservation/droid/blob/master/droid-command-line/src/test/java/uk/gov/nationalarchives/droid/command/action/CommandLineParamTest.java
Github Open Source
Open Source
BSD-3-Clause
2,023
droid
digital-preservation
Java
Code
377
866
/* * Copyright (c) 2016, The National Archives <pronom@nationalarchives.gov.uk> * 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 abov...
31,012
https://github.com/mjbarlow/Amplify-Umbraco-Theme-Support/blob/master/src/Amplify.Web/App_Data/Models/Nav.generated.cs
Github Open Source
Open Source
MIT
2,021
Amplify-Umbraco-Theme-Support
mjbarlow
C#
Code
296
1,562
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Umbraco.ModelsBuilder v8.1.6 // // Changes to this file will be lost if the code is regenerated. // </auto-generated> //------------------------------------------------...
39,592
https://github.com/lait1/sales-auto/blob/master/resources/js/admin/components/directory.vue
Github Open Source
Open Source
MIT
null
sales-auto
lait1
Vue
Code
67
358
<template> <main class="container box"> <div class="box-header"> <h2>ะกะฟั€ะฐะฒะพั‡ะฝะธะบ</h2> </div> <div class="box-body"> <div class="table-responsive"> <table id="example" class="table table-bordered table-striped table-hover"> <thead cla...
52,545
https://github.com/VollRahm/NotEnoughHotkeys/blob/master/src/NotEnoughHotkeys/NotEnoughHotkeys/Forms/MainWindowHandlers.cs
Github Open Source
Open Source
MIT
2,022
NotEnoughHotkeys
VollRahm
C#
Code
64
220
๏ปฟusing System; using System.Linq; using System.Windows; using System.Windows.Input; namespace NotEnoughHotkeys.Forms { public static class MainWindowHandlers { private static MainWindow w; public static void Init(MainWindow _w) { if (Environment.GetCommandLineArgs().Contain...
18,243
https://github.com/ScalablyTyped/SlinkyTyped/blob/master/a/aws-sdk__client-dynamodb-browser/src/main/scala/typingsSlinky/awsSdkClientDynamodbBrowser/typesGlobalTableMod.scala
Github Open Source
Open Source
MIT
2,021
SlinkyTyped
ScalablyTyped
Scala
Code
223
927
package typingsSlinky.awsSdkClientDynamodbBrowser import typingsSlinky.awsSdkClientDynamodbBrowser.typesReplicaMod.Replica import typingsSlinky.awsSdkClientDynamodbBrowser.typesReplicaMod.UnmarshalledReplica import org.scalablytyped.runtime.StObject import scala.scalajs.js import scala.scalajs.js.`|` import scala.scal...
15,031
https://github.com/AllAlgorithms/php/blob/master/algorithms/math/fibonacci.php
Github Open Source
Open Source
MIT
2,020
php
AllAlgorithms
PHP
Code
47
212
#!/usr/local/bin/php <?php /* * @Author: Ferdhika Yudira * @Website: http://dika.web.id * @Date: 2018-10-02 12:42:05 * @Email: fer@dika.web.id */ function fibo($number){ if($number===1){ return 0; }else if($number===2){ return 1; }else{ return fibo((int)$number -1)+fibo((int) $number-2); } } funct...
15,989
https://github.com/DotNetSky1/ProjectMangementSystem/blob/master/ViewTasks.aspx.designer.cs
Github Open Source
Open Source
MIT
null
ProjectMangementSystem
DotNetSky1
C#
Code
102
240
๏ปฟ//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----------------------------------------...
478
https://github.com/google-code-export/gwtquery/blob/master/gwtquery-core/src/main/java/com/google/gwt/query/client/css/ListStyleProperty.java
Github Open Source
Open Source
MIT
2,021
gwtquery
google-code-export
Java
Code
198
538
/* * Copyright 2011, The gwtquery team. * * 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 applicable law or agreed...
51,587
https://github.com/fossabot/arbor/blob/master/__mocks__/react-toastify.js
Github Open Source
Open Source
MIT
2,019
arbor
fossabot
JavaScript
Code
6
21
exports.cssTransition = jest.fn(); exports.toast = jest.fn();
50,147
https://github.com/ashindlecker/Party-Island-Game/blob/master/Party Island Unity/Assets/Sprites.meta
Github Open Source
Open Source
MIT
2,014
Party-Island-Game
ashindlecker
Unity3D Asset
Code
8
47
fileFormatVersion: 2 guid: ba3f2d921f403b746bc1c8451c0159c8 folderAsset: yes DefaultImporter: userData:
39,907
https://github.com/K-MkrOps/k8s-installer/blob/master/src/install.sh
Github Open Source
Open Source
Apache-2.0
2,018
k8s-installer
K-MkrOps
Shell
Code
6,120
21,134
#!/bin/bash -e cd "$(dirname "$0")" if [ ! -z "${ARMORY_DEBUG}" ]; then set +e set -x fi export BUILD_DIR=build/ export CONTINUE_FILE=/tmp/armory.env export ARMORY_CONF_STORE_PREFIX=front50 export DOCKER_REGISTRY=${DOCKER_REGISTRY:-docker.io/armory} export LATEST_VERSION_MANIFEST_URL="https://s3-us-west-2.amazonaw...
31,180
https://github.com/al3xtjames/psvgamesd/blob/master/driver/mmc_reg.h
Github Open Source
Open Source
MIT
2,021
psvgamesd
al3xtjames
C
Code
2,751
15,634
/* mmc_reg.h * * Copyright (C) 2017 Motoharu Gosuto * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ #pragma once #include <stdint.h> #include "reg_common.h" #pragma pack(push, 1) //========== CID ========== typedef struct MMC_CID ...
43,624
https://github.com/wuli2496/OJ/blob/master/LeetCode/Lowest Common Ancestor of a Binary Tree/Lowest Common Ancestor of a Binary Tree(ๅนณๆ–นๆ นๅˆ†ๆฎตๆณ•).java
Github Open Source
Open Source
Apache-2.0
2,023
OJ
wuli2496
Java
Code
392
1,182
/** Given a binary tree, find the lowest common ancestor (LCA) of two given nodes in the tree. According to the definition of LCA on Wikipedia: โ€œThe lowest common ancestor is defined between two nodes pย and qย as the lowest node in T that has both pย and qย as descendants (where we allow a node to be a descendant of itse...
15,566
https://github.com/iosswift/AiShangZhengDa/blob/master/Live-zzu/Live-zzu/Classes/Friend/TongXunViewController.swift
Github Open Source
Open Source
MIT
null
AiShangZhengDa
iosswift
Swift
Code
171
772
// // TongXunViewController.swift // fenduan // // Created by ๅฆ‚ๆ˜ฏๆˆ‘้—ป on 2017/5/4. // Copyright ยฉ 2017ๅนด ๅฆ‚ๆ˜ฏๆˆ‘้—ป. All rights reserved. // import UIKit import ContactsUI class TongXunViewController: UIViewController,CNContactPickerDelegate{ override func viewDidLoad() { super.viewDidLoad() self.view.b...
41,096
https://github.com/zzduckyzz/laravelproject/blob/master/resources/views/admin/product/list.blade.php
Github Open Source
Open Source
MIT
null
laravelproject
zzduckyzz
PHP
Code
333
1,523
@extends('layouts.admin') @section('title') <title>Saฬ‰n phรขฬ‰m</title> @endsection @section('js') <script type="text/javascript" src="{{ url('js/detail.js') }}"></script> @endsection @section('breadcrumb') <div class="page-bar"> <ul class="page-breadcrumb"> <li><a href="{{url('admin')...
15,193
https://github.com/qlint/ps-m-s-1/blob/master/protected/models/CommonExams.php
Github Open Source
Open Source
LicenseRef-scancode-unknown-license-reference, LicenseRef-scancode-public-domain
2,019
ps-m-s-1
qlint
PHP
Code
425
1,444
<?php /** * This is the model class for table "exams_common". * * The followings are the available columns in table 'exams_common': * @property integer $id * @property string $name * @property string $exam_type * @property integer $is_published * @property integer $result_published * @property string $exam_da...
23,445
https://github.com/sandivigen/vp/blob/master/database/migrations/2016_05_21_103833_create_accessories_table.php
Github Open Source
Open Source
MIT
2,017
vp
sandivigen
PHP
Code
70
355
<?php use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateAccessoriesTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('accessories', function (Blueprint $table) { ...
32,092
https://github.com/FreeEcho1/FreeEcho-Window-Selection-Mouse/blob/master/FEWindowSelectionMouse/FEWindowSelectionMouse/WINDOWPLACEMENT.cs
Github Open Source
Open Source
MIT
null
FreeEcho-Window-Selection-Mouse
FreeEcho1
C#
Code
31
85
๏ปฟnamespace FreeEcho { namespace FEWindowSelectionMouse { internal struct WINDOWPLACEMENT { public int length; public int flags; public int showCmd; public POINT ptMinPosition; public POINT ptMaxPosition; public RECT rcNormal...
21,286
https://github.com/Velctroo/Loritta/blob/master/src/main/java/com/mrpowergamerbr/loritta/commands/CommandOptions.java
Github Open Source
Open Source
MIT
2,017
Loritta
Velctroo
Java
Code
160
340
package com.mrpowergamerbr.loritta.commands; import lombok.Getter; import lombok.experimental.Accessors; @Getter @Accessors(fluent = true) public class CommandOptions { // Todas as prรณximas opรงรตes sรฃo "command overrides", isto permite fazer overrides nas opรงรตes globais da Loritta public boolean override; // Os coma...
34,918
https://github.com/thingsboard/thingsboard-edge/blob/master/msa/edge-black-box-tests/src/test/java/org/thingsboard/server/msa/AbstractContainerTest.java
Github Open Source
Open Source
ECL-2.0, Apache-2.0
2,022
thingsboard-edge
thingsboard
Java
Code
959
4,450
/** * Copyright ยฉ 2016-2022 The Thingsboard Authors * * 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 applicab...
243
https://github.com/yangaoting/renren-fast-project/blob/master/renren-fast/src/main/java/io/renren/modules/trainingproject/service/impl/TrainingProjectServiceImpl.java
Github Open Source
Open Source
Apache-2.0
2,019
renren-fast-project
yangaoting
Java
Code
53
309
package io.renren.modules.trainingproject.service.impl; import io.renren.modules.trainingproject.dao.TrainingProjectDao; import io.renren.modules.trainingproject.entity.TrainingProjectEntity; import io.renren.modules.trainingproject.service.TrainingProjectService; import org.springframework.stereotype.Service; import ...
12,429
https://github.com/networktocode/2021-ntc-content/blob/master/blogs/dynamic-robot-framework-tests/06_create_keyword.py
Github Open Source
Open Source
Unlicense
2,021
2021-ntc-content
networktocode
Python
Code
221
585
from robot.api import TestSuite, ResultWriter OUTPUT_PATH_PREFIX = "./output/06-create-keyword" """ Thankfully because we are creating tests via Python, avoiding "copy-pasta" is easier. However creating our own keywords has many purposes beyond that. Creating our own keywords are again a suite-level resour...
39,125
https://github.com/vivekumar/sortiment/blob/master/resources/views/layouts/partials/breadcrumb.blade.php
Github Open Source
Open Source
MIT
null
sortiment
vivekumar
PHP
Code
29
157
<div class="osahan-breadcrumb"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="#"><i class="icofont icofont-ui-home"></i> Home</a></li> <li class="breadcrumb-item"><a hre...
19,089
https://github.com/yasir2000/brown-bear/blob/master/src/common/User/Account/UpdateAccountInformationController.php
Github Open Source
Open Source
MIT
2,022
brown-bear
yasir2000
PHP
Code
529
1,883
<?php /** * Copyright (c) BrownBear, 2020-Present. All Rights Reserved. * * This file is a part of Tuleap. * * Tuleap 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 2 of the License, or ...
18,406
https://github.com/nikhilnik679/symfony-hello-world/blob/master/src/BlogBundle/Controller/CatgeoryController.php
Github Open Source
Open Source
CC-BY-3.0, MIT
2,020
symfony-hello-world
nikhilnik679
PHP
Code
30
121
<?php namespace BlogBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; class CatgeoryController extends Controller { /** * @Route("/category/index") */ public function indexAction() { // return $this->r...
17,614
https://github.com/smarthi/milan/blob/master/milan/milan-lang/src/main/scala/com/amazon/milan/manage/NoApplicationVersionsException.scala
Github Open Source
Open Source
Apache-2.0
null
milan
smarthi
Scala
Code
13
45
package com.amazon.milan.manage class NoApplicationVersionsException(applicationId: String) extends Exception(s"Application '$applicationId' has no versions.") { }
52,726
https://github.com/Soullivaneuh/MopaBootstrapBundle/blob/master/Menu/Factory/MenuExtension.php
Github Open Source
Open Source
MIT
2,021
MopaBootstrapBundle
Soullivaneuh
PHP
Code
62
137
<?php /* * This file is part of the MopaBootstrapBundle. * * (c) Philipp A. Mohrenweiser <phiamo@googlemail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Mopa\Bundle\BootstrapBundle\Menu\Factory; use Knp\Menu\Fa...
8,276
https://github.com/umts/screaming-dinosaur/blob/master/app/assets/stylesheets/application.scss
Github Open Source
Open Source
MIT
null
screaming-dinosaur
umts
SCSS
Code
33
164
$theme-colors: ( "primary": #881c1c, "secondary": #63666a, "success": #76881d, "danger": #a8431e, "warning": #c69214, "info": #71b2c9, "light": #eeeeee, "dark": #333333 ); @import "bootstrap"; @import "fullcalendar/main"; @import "ab-datepicker/css/datepicker"; @import "font-awesome-custom"; @import "...
7,501
https://github.com/cypherstack/Campfire/blob/master/test/sample_data/get_utxos_sample_data.dart
Github Open Source
Open Source
MIT
2,022
Campfire
cypherstack
Dart
Code
50
313
abstract class GetUtxoSampleData { static const scriptHash0 = "477906c20249d06e4891c5c252957cdc4dd38b7932144a8b5407e2cdcdbf8be8"; static const List<Map<String, dynamic>> utxos0 = []; static const scriptHash1 = "0d23f206295307df70e97534c4ceb92f82b4ebe7983342f8fd287071f90caf38"; static const List<Map...
37,912