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/aliostad/deep-learning-lang-detection/blob/master/data/test/powershell/0ba5bce8d75b2346c31e9d4312c0ff074e7192b9Grant-ServiceConnectionPointRights.ps1
Github Open Source
Open Source
MIT
2,021
deep-learning-lang-detection
aliostad
PowerShell
Code
198
864
<# .SYNOPSIS Grants a specified user rights to manage serviceConnectionPoint objects under a specified computer. .DESCRIPTION Adds an allow ACEs for creating, modifying, and removing a serviceConnectionPoint entries for a trustee to the security descriptor of a specified Active Directo...
27,708
https://github.com/Zoltan45/Mame-mkp119/blob/master/src/mame/drivers/sderby.c
Github Open Source
Open Source
CC0-1.0
null
Mame-mkp119
Zoltan45
C
Code
1,183
5,869
/* Playmark 'Super Derby' Hardware Super Derby - Playmark Roulette(?) - Playmark Payout / hopper controls not connected Roulette appears to have some kind of MCU device between the processor and the hopper */ /* Super Derby Playmark '96 mc 68k 12mhz OKI m6295 2x GM 76c88al (8kx8 6264) near program R...
9,908
https://github.com/w3-engineers/telemesh/blob/master/app/src/main/java/com/w3engineers/unicef/telemesh/ui/settings/SettingsViewModel.java
Github Open Source
Open Source
BSD-3-Clause, MIT, Apache-2.0, GPL-3.0-only
2,022
telemesh
w3-engineers
Java
Code
242
1,173
package com.w3engineers.unicef.telemesh.ui.settings; import android.app.Application; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import android.util.Log; import com.w3engineers.appshare.application.ui.InAppShareControl; import com.w3engineers.mesh.application.data.local.db.SharedPref; imp...
52,651
https://github.com/allansrc/fuchsia/blob/master/src/devices/block/drivers/ftl/tests/oob_doubler_test.cc
Github Open Source
Open Source
BSD-2-Clause
2,022
fuchsia
allansrc
C++
Code
324
1,516
// Copyright 2018 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "oob_doubler.h" #include <fuchsia/hardware/nand/cpp/banjo.h> #include <zxtest/zxtest.h> namespace { constexpr uint32_t kPageSize = 100; conste...
36,929
https://github.com/angelicalimazup/charlescd/blob/master/butler/src/app/api/deployments/entity/deployment.entity.ts
Github Open Source
Open Source
Apache-2.0
null
charlescd
angelicalimazup
TypeScript
Code
289
913
import { ModuleDeploymentEntity } from './module-deployment.entity' import { BaseEntity, Column, CreateDateColumn, Entity, OneToMany, PrimaryColumn } from 'typeorm' import { ReadDeploymentDto } from '../dto' import { CircleDeploymentEntity } from './circle-deployment.entity' import { plainToClass } from 'cl...
20,224
https://github.com/roadkillwiki/roadkill-api-js/blob/master/test/api/PageVersionsApi.spec.js
Github Open Source
Open Source
Apache-2.0
2,020
roadkill-api-js
roadkillwiki
JavaScript
Code
413
1,275
/** * Roadkill API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 3.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not...
40,737
https://github.com/18dew/dao/blob/master/dao-currency/src/MintedUserCurrency.sol
Github Open Source
Open Source
MIT
2,016
dao
18dew
Gerber Image
Code
441
1,139
import "dao-stl/src/errors/Errors.sol"; import "dao-core/src/Doug.sol"; import "dao-users/src/UserDatabase.sol"; import "./AbstractMintedCurrency.sol"; import "./CurrencyDatabase.sol"; /* Contract: DefaultMintedCurrency Minted currency that can only be held by users. User checks are done using a 'UserDatabase...
2,214
https://github.com/neefrehman/ustwoadventures/blob/master/src/hooks/use-netlify-submit.js
Github Open Source
Open Source
MIT
2,020
ustwoadventures
neefrehman
JavaScript
Code
141
434
/* eslint-disable react/jsx-filename-extension */ import React, { useState } from "react"; const encode = data => { return Object.keys(data) .map( key => `${encodeURIComponent(key)}=${encodeURIComponent(data[key])}` ) .join("&"); }; export default () => { const [sending, se...
29,063
https://github.com/Zartar/Skyrim-Behavior-Editor-/blob/master/src/hkxclasses/behavior/modifiers/hkbgetupmodifier.cpp
Github Open Source
Open Source
MIT
2,019
Skyrim-Behavior-Editor-
Zartar
C++
Code
737
3,208
#include "hkbgetupmodifier.h" #include "src/xml/hkxxmlreader.h" #include "src/filetypes/behaviorfile.h" uint hkbGetUpModifier::refCount = 0; const QString hkbGetUpModifier::classname = "hkbGetUpModifier"; hkbGetUpModifier::hkbGetUpModifier(HkxFile *parent, long ref) : hkbModifier(parent, ref), userData(0),...
27,277
https://github.com/Belcebur/lambelcebur-mongodb-logger/blob/master/src/Module.php
Github Open Source
Open Source
Apache-2.0
null
lambelcebur-mongodb-logger
Belcebur
PHP
Code
472
2,024
<?php /** * @link http://github.com/zendframework/ZendSkeletonModule for the canonical source repository * @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace LamBelcebur\MongoDBLogger; use Exc...
50,423
https://github.com/benoit-sns/quarkus/blob/master/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/FastBootHibernatePersistenceProviderResolver.java
Github Open Source
Open Source
Apache-2.0
2,022
quarkus
benoit-sns
Java
Code
46
217
package io.quarkus.hibernate.orm.runtime; import java.util.Collections; import java.util.List; import javax.persistence.spi.PersistenceProvider; import javax.persistence.spi.PersistenceProviderResolver; final class FastBootHibernatePersistenceProviderResolver implements PersistenceProviderResolver { private fin...
20,348
https://github.com/taranttini/bootcamp-gostack-desafios-05-fundamentos-node/blob/master/src/services/CreateTransactionService.ts
Github Open Source
Open Source
MIT
null
bootcamp-gostack-desafios-05-fundamentos-node
taranttini
TypeScript
Code
112
293
import TransactionsRepository from '../repositories/TransactionsRepository'; import Transaction from '../models/Transaction'; import TransactionType from '../models/Enumerators'; interface RequestDTO { title: string; value: number; type: TransactionType; } class CreateTransactionService { private transactions...
4,311
https://github.com/netstu/XClasses/blob/master/src/main/java/com/seebye/xclasses/utils/XposedUtils.java
Github Open Source
Open Source
MIT
2,015
XClasses
netstu
Java
Code
873
3,024
package com.seebye.xclasses.utils; import com.seebye.xclasses.AbstractXClass; import com.seebye.xclasses.CustomType; import com.seebye.xclasses.HookedMethod; import com.seebye.xclasses.XCConstructorMethodHook; import com.seebye.xclasses.XCMethodHook; import com.seebye.xclasses.XCOriginalMethod; import com.seebye.xclas...
48,864
https://github.com/xKuZz/trabajosugr/blob/master/2/SO/Prácticas/Módulo 2/Sesion4/src/maestro.c
Github Open Source
Open Source
MIT
2,019
trabajosugr
xKuZz
C
Code
126
784
#include<sys/types.h> #include<fcntl.h> #include<unistd.h> #include<stdio.h> #include<stdlib.h> #include<errno.h> #include<string.h> int main(int argc, char *argv[]){ int cauce[2][2]; int i, leidos; int ext_inferior; int ext_superior; int intermedio; char *inter1; char *inter2; char buffer[1000]=""; ...
48,666
https://github.com/tdf/odftoolkit/blob/master/generator/schema2template/src/main/java/schema2template/grammar/PuzzlePieceSet.java
Github Open Source
Open Source
Apache-2.0, BSD-3-Clause, MIT, W3C, LicenseRef-scancode-proprietary-license, LicenseRef-scancode-unknown-license-reference, LicenseRef-scancode-generic-cla
2,023
odftoolkit
tdf
Java
Code
1,540
4,092
/** * ********************************************************************** * * <p>DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER * * <p>Copyright 2009, 2010 Oracle and/or its affiliates. All rights reserved. * * <p>Use is subject to license terms. * * <p>Licensed under the Apache License, Versi...
52,705
https://github.com/NguyenVanPhuoc/holiday/blob/master/resources/views/hotels/hotel.blade.php
Github Open Source
Open Source
MIT
2,021
holiday
NguyenVanPhuoc
Blade
Code
418
2,067
@php $meta_key = ($seo && $seo->key != '') ? $seo->key : ''; $meta_value = ($seo && $seo->value != '') ? $seo->value : ''; $title_tag = $hotel->title_tag; $bg_img = getImgUrl($hotel->image, $hotel->title); $breadcrumb = Breadcrumbs::render('detailHotel', $country, $region, $city, $hotel->title); $title_top_h1 ...
6,982
https://github.com/idadhamz/idadilham.space/blob/master/pages/portofolio.js
Github Open Source
Open Source
MIT
2,022
idadilham.space
idadhamz
JavaScript
Code
155
562
import { useState, useEffect } from "react"; import listProjects from "@/data/projects"; import Layout from "@/components/layout"; import ProjectItem from "@/components/ProjectItem"; import TabProjects from "@/components/Molecules/TabProjects"; export default function Portofolio() { const data = { title: "Porto...
41,197
https://github.com/Uho67/traning_Grid/blob/master/MagentoAcademy/view/frontend/web/js/component.js
Github Open Source
Open Source
BSD-3-Clause
2,019
traning_Grid
Uho67
JavaScript
Code
21
60
define([ 'uiComponent', ],function(uiComponent) { 'use strict'; return uiComponent.extend({ customMethod: function () { return "Custom message " + this.message; } }); });
11,725
https://github.com/Hatchpad/hatchpad-shell/blob/master/util/MailUtil.js
Github Open Source
Open Source
Apache-2.0
null
hatchpad-shell
Hatchpad
JavaScript
Code
42
120
var nodemailer = require('nodemailer'); var Secret = require('./Secret'); var transporter = nodemailer.createTransport(Secret.mailConfig); var sendMail = function(to, subject, html, cb) { var message = { from: Secret.mailConfig.from, to: to, subject: subject, html: html }; transporter.sendMail(me...
16,352
https://github.com/fulldecent/swift-package-manager/blob/master/Sources/PackageCollections/Storage/FilePackageCollectionsSourcesStorage.swift
Github Open Source
Open Source
Apache-2.0
null
swift-package-manager
fulldecent
Swift
Code
585
1,701
/* This source file is part of the Swift.org open source project Copyright (c) 2020 Apple Inc. and the Swift project authors Licensed under Apache License v2.0 with Runtime Library Exception See http://swift.org/LICENSE.txt for license information See http://swift.org/CONTRIBUTORS.txt for Swift project authors ...
34,769
https://github.com/mantamusica/interfacesDesign/blob/master/Tema Instaladores/Desarrollo De Interfaces/JavaExe/doc/examples/15 - Thread as Admin 2/src/com/devwizard/javaexe/examples/example15/Example15_FrameMain.java
Github Open Source
Open Source
MIT
null
interfacesDesign
mantamusica
Java
Code
210
889
/*****************************************************************************/ /*** (c) 2002-2013, DevWizard (DevWizard@free.fr) ***/ /*** ***/ /*** ***/ ...
26,590
https://github.com/uma-pi1/kge/blob/master/kge/model/embedder/tucker3_relation_embedder.py
Github Open Source
Open Source
MIT
2,023
kge
uma-pi1
Python
Code
52
199
from kge.model import ProjectionEmbedder from kge.model.rescal import rescal_set_relation_embedder_dim class Tucker3RelationEmbedder(ProjectionEmbedder): """A ProjectionEmbedder that expands relation embeddings to size entity_dim^2""" def __init__( self, config, dataset, configuration_key, vocab_size...
19,275
https://github.com/MaggieZhaoYale/figgy/blob/master/app/values/browse_everything_file_paths.rb
Github Open Source
Open Source
Apache-2.0
2,019
figgy
MaggieZhaoYale
Ruby
Code
210
564
# frozen_string_literal: true class BrowseEverythingFilePaths # Constructor # @param selected_files [Hash] hash of files selected in BrowseEverything def initialize(selected_files) @selected_files = selected_files end # Finds the lowest common ancestor (parent path) # for an array of Pathname objects. ...
19,748
https://github.com/dmlc/decord/blob/master/src/sampler/smart_random_sampler.cc
Github Open Source
Open Source
Apache-2.0
2,022
decord
dmlc
C++
Code
39
83
/*! * Copyright (c) 2019 by Contributors if not otherwise specified * \file smart_random_sampler.cc * \brief Smart random sampler for faster video random access */ #include "smart_random_sampler.h" namespace decord { namespace sampler { } // sampler } // decord
6,156
https://github.com/Capgemini/xrm-datamigration-xrmtoolbox/blob/master/Capgemini.Xrm.CdsDataMigrator/Capgemini.Xrm.CdsDataMigratorLibrary.Tests.Unit/Model/FilterSettingsTests.cs
Github Open Source
Open Source
MIT
2,021
xrm-datamigration-xrmtoolbox
Capgemini
C#
Code
49
236
using Capgemini.Xrm.CdsDataMigratorLibrary.Models; using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Capgemini.Xrm.CdsDataMigrator.Tests.Unit.Model { [TestClass] public class FilterSettingsTests { private FilterSettings systemUnderTest; [TestInitialize]...
23,793
https://github.com/fmegahed/entrepreneurship-in-southwest-ohio/blob/master/Code/02_clean_scrape.py
Github Open Source
Open Source
Unlicense
null
entrepreneurship-in-southwest-ohio
fmegahed
Python
Code
244
916
import csv # #with open('../Data/records.csv', 'rb') as in_file, open('records_unique.csv','w') as out_file: # records = csv.reader(in_file, delimiter=',', quotechar='|') # # seen = set() # set for fast O(1) amortized lookup # for line in records: # if line in seen: continue # skip duplicate # # ...
14,195
https://github.com/Jason-Zhao-Jie/MagicTower/blob/master/Assets/Scripts/MagicTower/Present/Map/View.cs
Github Open Source
Open Source
BSD-3-Clause
2,017
MagicTower
Jason-Zhao-Jie
C#
Code
390
1,497
using System.Collections.Generic; using UnityEngine; namespace MagicTower.Present.Map { public class View : ArmyAnt.Base.AView { public const int MAP_BLOCK_LENGTH = 18; public const int MAP_BLOCK_BASE_SIZE = 32; private const float PIXELS_PER_UNIT = 100f; private const float MAP_...
31,664
https://github.com/zach-m/tectonica-commons/blob/master/src/main/java/com/tectonica/util/HTTP.java
Github Open Source
Open Source
Apache-2.0
2,017
tectonica-commons
zach-m
Java
Code
1,175
3,428
/* * Copyright (C) 2014 Zach Melamed * * Latest version available online at https://github.com/zach-m/tectonica-commons * * 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://ww...
48,777
https://github.com/MinaNguyenBH/ComponentOne-WPF-Samples/blob/master/NET_4.5.2/C1.WPF.FlexChart/CS/StockAnalysis/StockAnalysis/Extensions.cs
Github Open Source
Open Source
MIT
2,021
ComponentOne-WPF-Samples
MinaNguyenBH
C#
Code
68
218
using C1.Chart; using System; #if UWP using Windows.UI; using Windows.UI.Xaml.Media; namespace C1.Xaml.Chart #else using System.Windows.Media; namespace StockAnalysis #endif { #if WPF [SmartAssembly.Attributes.DoNotObfuscateType] #endif static class Extensions { static public int ToArgb(this Color...
2,043
https://github.com/NervanaSystems/onnxruntime/blob/master/js/node/.npmignore
Github Open Source
Open Source
MIT
2,023
onnxruntime
NervanaSystems
Ignore List
Code
13
80
/.vscode/ /bin/ /build/ /prebuilds/ /script/ /src/ /test/ /types/**/*.d.ts !/types/lib/**/*.d.ts CMakeLists.txt tsconfig.json **/*.tsbuildinfo *.tgz
637
https://github.com/zhanghuijun-hello/VisFlow/blob/master/src/filter/value-filter/defs.js
Github Open Source
Open Source
Apache-2.0
null
VisFlow
zhanghuijun-hello
JavaScript
Code
105
304
/** * @fileoverview Value filter defs. */ /** @inheritDoc */ visflow.ValueFilter.prototype.TEMPLATE = './dist/html/filter/value-filter/value-filter.html'; /** @inheritDoc */ visflow.ValueFilter.prototype.PANEL_TEMPLATE = './dist/html/filter/value-filter/value-filter-panel.html'; /** @inheritDoc */ visflow.ValueF...
23,895
https://github.com/logTom/platform/blob/master/src/Administration/Resources/app/administration/src/app/component/base/sw-product-image/index.js
Github Open Source
Open Source
MIT
2,022
platform
logTom
JavaScript
Code
80
251
import template from './sw-product-image.html.twig'; import './sw-product-image.scss'; const { Component } = Shopware; /** * @private * @description Component which renders an image. * @status ready * @example-type code-only * @component-example * <sw-image :item="item" isCover="true"></sw-image> */ Component....
17,781
https://github.com/yanandcoffee/life-themes/blob/master/demo/sass/_base.scss
Github Open Source
Open Source
MIT
null
life-themes
yanandcoffee
SCSS
Code
129
544
body { &.xmas { background-color: #359D6E; color: rgba(255, 255, 255, 0.8); } &.android-light { background-color: white; color: #33B5E5; } &.playful { background-color: rgba(0, 0, 0, 0.8); color: rgba(255, 255, 255, 0.8); } &.blueprint { background-color: #215480; color: rgba(255...
46,440
https://github.com/roman-spiridonov/mortgage-calc/blob/master/test/userStories.test.js
Github Open Source
Open Source
MIT
2,019
mortgage-calc
roman-spiridonov
JavaScript
Code
368
1,270
/** * Created by Roman Spiridonov <romars@phystech.edu> on 4/20/2017. */ "use strict"; const // Libraries path = require('path'), expect = require('chai').expect, sinon = require('sinon'), // Project modules cm = require('../parsers/converterManager'), formulaConv = require('../parsers/formula'), ma...
41,754
https://github.com/aazahrou/chocolate-free-website/blob/master/src/components/seo/twitter.js
Github Open Source
Open Source
Apache-2.0
2,018
chocolate-free-website
aazahrou
JavaScript
Code
57
208
import React from 'react'; import PropTypes from 'prop-types'; import Helmet from 'react-helmet'; function Twitter({ title, description, image, }) { return ( <Helmet> <meta name="twitter:card" content="summary_large_image" /> <meta property="twitter:title" content={title}/> <meta property...
43,756
https://github.com/skyline-emu/vkhpp/blob/master/include/vulkan/internal/struct/VkFramebuffer.hpp
Github Open Source
Open Source
Apache-2.0
2,021
vkhpp
skyline-emu
C++
Code
1,806
6,421
// Copyright (c) 2015-2019 The Khronos Group 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.apache.org/licenses/LICENSE-2.0 // // Unless required by applicab...
35,818
https://github.com/atbentley/gocd/blob/master/server/src/main/webapp/WEB-INF/rails/webpack/views/pages/pipelines/advanced_settings.scss.d.ts
Github Open Source
Open Source
Apache-2.0
2,016
gocd
atbentley
TypeScript
Code
32
53
// This file is automatically generated. Please do not change this file! export const advancedSettings: string; export const details: string; export const lockOpen: string; export const open: string; export const summary: string;
32,628
https://github.com/bgoonz/UsefulResourceRepo2.0/blob/master/MY_REPOS/a-whole-bunch-o-gatsby-templates/react-custom-share/.npmignore
Github Open Source
Open Source
MIT
2,022
UsefulResourceRepo2.0
bgoonz
Ignore List
Code
6
20
src docs demo integrations usage-with .vscode
35,339
https://github.com/acorg/dark-matter/blob/master/bin/dna-to-aa.py
Github Open Source
Open Source
MIT
2,023
dark-matter
acorg
Python
Code
193
489
#!/usr/bin/env python """ Read DNA FASTA from stdin and print AA FASTA to stdout. If a minimum ORF length is given, only print AA sequences that have an ORF of at least that length. Note that start and stop codons will be present in the output. If you actually want to just output all ORFs, use extract-ORFs.py direct...
16,336
https://github.com/kingyeahwei/vue-elementplus-admin/blob/master/src/components/UploadExcel/utils.js
Github Open Source
Open Source
MIT
2,022
vue-elementplus-admin
kingyeahwei
JavaScript
Code
107
260
import XLSX from 'xlsx' /** * 获取表头(通用方式) */ export const getHeaderRow = (sheet) => { const headers = [] const range = XLSX.utils.decode_range(sheet['!ref']) let C const R = range.s.r /* start in the first row */ for (C = range.s.c; C <= range.e.c; ++C) { /* walk every column in the range */ const ...
25,545
https://github.com/hernanmd/pharo/blob/master/src/RPackage-Core.package/RPackage.class/instance/classTagNamed..st
Github Open Source
Open Source
MIT
2,019
pharo
hernanmd
null
Spoken
15
28
class tags classTagNamed: aSymbol ^ classTags detect: [ :each | each name = aSymbol ]
3,922
https://github.com/tnigg/mybwcl/blob/master/resources/views/components/header/last-winner-card.blade.php
Github Open Source
Open Source
MIT
null
mybwcl
tnigg
PHP
Code
30
140
<div class="self-center px-4 py-2 mr-10 space-y-2 text-center border"> <div> <h3 class="text-sm font-semibold">Last season's winner:</h3> <p class="text-sm uppercase">Templars of Twilight</p> </div> <div> <h3 class="text-sm font-semibold">Current Season:</h3> <p class="text-s...
30,582
https://github.com/kolinkuang/restabuild/blob/master/src/main/java/com/danielflower/restabuild/Config.java
Github Open Source
Open Source
MIT
null
restabuild
kolinkuang
Java
Code
291
809
package com.danielflower.restabuild; import com.danielflower.restabuild.build.RestaBuildException; import com.danielflower.restabuild.build.InvalidConfigException; import org.apache.commons.io.FileUtils; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.util.HashMap; import ...
3,255
https://github.com/iqbalrevvin/LaravelMetronic7/blob/master/vendor/crocodicstudio/crudbooster/src/views/admin_template.blade.php
Github Open Source
Open Source
MIT
2,021
LaravelMetronic7
iqbalrevvin
PHP
Code
884
4,313
<!DOCTYPE html> <html lang="id"> <!-- begin::Head --> <head> <!--begin::Base Path (base relative path for assets of this page) --> {{-- <base href="/"> --}} <!--end::Base Path --> <meta charset="utf-8" /> <title>{{ ($page_title)?Session::get('appname').': '.strip_tags($p...
37,956
https://github.com/YavorTsanev/WhazzupInTryavna/blob/master/Web/WhazzupInTryavna.Web/Controllers/ChatController.cs
Github Open Source
Open Source
MIT
null
WhazzupInTryavna
YavorTsanev
C#
Code
20
71
namespace WhazzupInTryavna.Web.Controllers { using Microsoft.AspNetCore.Mvc; public class ChatController : BaseAuthorizeController { public IActionResult Chat() { return this.View(); } } }
5,028
https://github.com/cristiang13/fanalca/blob/master/resources/views/disponibilidad/indexList.blade.php
Github Open Source
Open Source
MIT
null
fanalca
cristiang13
PHP
Code
150
860
@extends('template') @section('content') <h1>Facturas de envío</h1> <br> <div class="card mb-3"> <form class="" action="{{ route('detpedidos.completar') }}" method="post"> <!-- <button type="submit" class="btn btn-danger btn-sm" style="float: right; cursor: pointer; border-radius: 0px;">Programar v...
14,311
https://github.com/AndreFabris/matrix-php-sdk/blob/master/src/Exceptions/NotFoundException.php
Github Open Source
Open Source
MIT
2,022
matrix-php-sdk
AndreFabris
PHP
Code
45
88
<?php namespace Updivision\Matrix\Exceptions; /** * Not Found Exception * * Thrown when the Matrix API returns a 404 code. This is returned when the request contains an invalid URL. * * @package Exceptions * @author Alin Ghitu <alin@updivision.com> */ class NotFoundException extends ApiException { }
38,378
https://github.com/launchdarkly/dotnet-server-sdk/blob/master/src/LaunchDarkly.ServerSdk/Internal/DataSources/DataSourceOutageTracker.cs
Github Open Source
Open Source
Apache-2.0
2,022
dotnet-server-sdk
launchdarkly
C#
Code
353
1,027
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using LaunchDarkly.Logging; using LaunchDarkly.Sdk.Server.Interfaces; namespace LaunchDarkly.Sdk.Server.Internal.DataSources { internal sealed class DataSourceOutageTracker { private readonly Logger _log; ...
51,867
https://github.com/quasarbright/quasarbright.github.io/blob/master/p5js/travelling salesman/sketch.js
Github Open Source
Open Source
MIT
2,021
quasarbright.github.io
quasarbright
JavaScript
Code
151
449
let points = [] let best = [] let popsize = 10 function setup() { createCanvas(400,400) for (let i = 0; i < popsize; i++) points.push(createVector(random(width),random(height))) best = points.slice() } function draw() { background(51); let shuffled = shuffle(points) if ( lensq(shuffled) < len...
34,441
https://github.com/tanglufeng/bighaha/blob/master/Application/Mob/Info/cleanData.sql.bk
Github Open Source
Open Source
Apache-2.0
2,015
bighaha
tanglufeng
SQL
Code
40
131
DROP TABLE IF EXISTS `ocenter_appstore_developer`; DROP TABLE IF EXISTS `ocenter_appstore_goods`; DROP TABLE IF EXISTS `ocenter_appstore_module`; DROP TABLE IF EXISTS `ocenter_appstore_plugin`; DROP TABLE IF EXISTS `ocenter_appstore_resource`; DROP TABLE IF EXISTS `ocenter_appstore_theme`; DROP TABLE IF EXISTS `ocenter...
5,660
https://github.com/simonarbuckle/ariatemplates/blob/master/test/aria/templates/statements/escape/ExpressionEscapeTestTpl.tpl
Github Open Source
Open Source
Apache-2.0
null
ariatemplates
simonarbuckle
null
Spoken
626
2,355
/* * Copyright 2012 Amadeus s.a.s. * 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 to i...
46,895
https://github.com/KruthikaShyamSundar/wildlife_park/blob/master/node_modules/webpack/lib/WarnCaseSensitiveModulesPlugin.js
Github Open Source
Open Source
MIT
2,022
wildlife_park
KruthikaShyamSundar
JavaScript
Code
131
454
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ "use strict"; const CaseSensitiveModulesWarning = require("./CaseSensitiveModulesWarning"); /** @typedef {import("./Compiler")} Compiler */ /** @typedef {import("./Module")} Module */ class WarnCaseSensitiveModulesPl...
3,504
https://github.com/woowade/jellyfish/blob/master/jellyfish-systemdescriptor-dsl/com.ngc.seaside.systemdescriptor/src/test/java/com/ngc/seaside/systemdescriptor/tests/properties/ModelPropertiesParsingTest.xtend
Github Open Source
Open Source
MIT
2,021
jellyfish
woowade
null
Spoken
370
1,137
/** * UNCLASSIFIED * * Copyright 2020 Northrop Grumman Systems Corporation * * 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 right...
34,379
https://github.com/LukasBanana/LLGL/blob/master/sources/Renderer/OpenGL/Shader/GLShaderSourcePatcher.h
Github Open Source
Open Source
BSD-3-Clause, BSD-2-Clause
2,023
LLGL
LukasBanana
C++
Code
234
549
/* * GLShaderSourcePatcher.h * * Copyright (c) 2015 Lukas Hermanns. All rights reserved. * Licensed under the terms of the BSD 3-Clause license (see LICENSE.txt). */ #ifndef LLGL_GL_SHADER_SOURCE_PATCHER_H #define LLGL_GL_SHADER_SOURCE_PATCHER_H #include <string> namespace LLGL { struct ShaderMacro; // All...
2,010
https://github.com/mstru7ek/ccbyte/blob/master/src/main/java/com/mstruzek/ccbyte/attribute/ant/const_value_element_value.java
Github Open Source
Open Source
MIT
null
ccbyte
mstru7ek
Java
Code
25
95
package com.mstruzek.ccbyte.attribute.ant; import com.mstruzek.ccbyte.annotation.Discriminator; @Discriminator(charArray = {'B', 'C', 'D', 'F', 'I', 'J', 'S', 'Z', 's'}) public class const_value_element_value extends element_value { public short value; }
30,322
https://github.com/blendiahmetaj1/eSupremacy/blob/master/EntityFramework/Repository/ITradeRepository.cs
Github Open Source
Open Source
MIT
null
eSupremacy
blendiahmetaj1
C#
Code
29
112
using Common.EntityFramework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Entities.Repository { public interface ITradeRepository : IRepository<Trade> { IQueryable<Trade> GetTradesThatAreHoursOld(int hourCount); ...
36,626
https://github.com/Yiuman/415481084-qq.com/blob/master/citrus-support/src/main/java/com/github/yiuman/citrus/support/widget/BaseWidget.java
Github Open Source
Open Source
Apache-2.0
2,022
415481084-qq.com
Yiuman
Java
Code
129
379
package com.github.yiuman.citrus.support.widget; import lombok.experimental.SuperBuilder; /** * @param <W> 控件本身 * @param <M> 小部件值模型类型 * @author yiuman * @date 2022/1/21 */ @SuperBuilder public abstract class BaseWidget<W extends Propertied<W>, M> extends BasePropertied<W> implements Widget<W, M> { /** ...
28,378
https://github.com/EgorOrachyov/Berserk/blob/master/tmp/Code/Runtime/BerserkCore/Strings/Formatter.hpp
Github Open Source
Open Source
MIT
2,021
Berserk
EgorOrachyov
C++
Code
1,240
3,209
/**********************************************************************************/ /* This file is part of Berserk Engine project */ /* https://github.com/EgorOrachyov/Berserk */ /****************************************************************...
50,754
https://github.com/EvanLiu2968/admin-aframe/blob/master/src/libs/checkbox/lib/header/template.header.jade
Github Open Source
Open Source
MIT
2,020
admin-aframe
EvanLiu2968
null
Spoken
30
197
//-ELEMENTO HEADER DEL PROYECTO header(class="header") //-LOGO DEL PROYECTO figure(class="logo") img(class="logo__image" src="./public/images/logo.png" alt="logo.png") span(class="logo__shadow") a //-NAV Y TODOS SUS ELEMENTOS nav(class="nav") a(class="nav__item" href="https:...
22,673
https://github.com/chuangshanshan/blockchain/blob/master/application/admin/lang/zh-cn/user_account_log.php
Github Open Source
Open Source
Apache-2.0
null
blockchain
chuangshanshan
PHP
Code
56
238
<?php return [ 'User_id' => '用户ID', 'Type' => '变动类型', 'Type 1' => '充值', 'Type 2' => '提现', 'Type 3' => '奖励', 'Type 4' => '处罚', 'Trade_no' => '交易流水号', 'Amount' => '变动金额', 'Before_balance' => '变动前余额', 'Status' =...
19,450
https://github.com/giyyapan/shadow-finder/blob/master/lib/base-finder.coffee
Github Open Source
Open Source
MIT
null
shadow-finder
giyyapan
CoffeeScript
Code
14
58
module.exports = class BaseFinder view:null constructor:(@view)-> @initialize() initialize:-> getEmptyMessage:-> "There's nothing to show" destroy:->
25,332
https://github.com/ds300/patch-package/blob/master/integration-tests/reverse-option/reverse-option.sh
Github Open Source
Open Source
MIT
2,023
patch-package
ds300
Shell
Code
207
591
# make sure errors stop the script set -e echo "add patch-package" yarn add $1 alias patch-package=./node_modules/.bin/patch-package echo "edit a file" npx replace exports patchPackage node_modules/lodash/_baseClamp.js echo "add a file" echo "this is a new file" > node_modules/lodash/newFile.md echo "remove a file"...
41,709
https://github.com/adayguerra/cloud-run-wordpress/blob/master/wordpress/wp-content/plugins/the-events-calendar/common/src/Tribe/REST/Exceptions/Exception.php
Github Open Source
Open Source
Apache-2.0
2,022
cloud-run-wordpress
adayguerra
PHP
Code
54
154
<?php /** * Class Tribe__REST__Exceptions__Exception */ class Tribe__REST__Exceptions__Exception extends Exception { /** * @var int */ protected $status; public function __construct( $message, $code, $status ) { $this->message = $message; $this->code = $code; $this->status = $status; } /** * R...
46,658
https://github.com/qazuc88/Discovery/blob/master/src/Steeltoe.Discovery.EurekaBase/AppInfo/Application.cs
Github Open Source
Open Source
ECL-2.0, Apache-2.0
2,019
Discovery
qazuc88
C#
Code
305
839
// Copyright 2017 the original author or 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 applicable law...
9,710
https://github.com/rloganiv/allennlp/blob/master/allennlp/commands/__init__.py
Github Open Source
Open Source
Apache-2.0
2,020
allennlp
rloganiv
Python
Code
325
952
import argparse import logging from typing import Any, Optional from overrides import overrides from allennlp import __version__ from allennlp.commands.elmo import Elmo from allennlp.commands.evaluate import Evaluate from allennlp.commands.find_learning_rate import FindLearningRate from allennlp.commands.predict impo...
39,865
https://github.com/apache/myfaces-tobago/blob/master/tobago-theme/tobago-theme-standard/src/main/ts/tobago-scroll.ts
Github Open Source
Open Source
Apache-2.0
2,023
myfaces-tobago
apache
TypeScript
Code
221
493
/* * 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.0 * (the "License"); you may ...
45,549
https://github.com/starfury1927/UltraPowaCOC/blob/master/Ultrapowa Clash Server/Packets/Commands/Client/SpeedUpHeroUpgradeCommand.cs
Github Open Source
Open Source
Apache-2.0
2,019
UltraPowaCOC
starfury1927
C#
Code
71
253
using System.IO; using UCS.Helpers; using UCS.Logic; namespace UCS.PacketProcessing.Commands.Client { // Packet 528 internal class SpeedUpHeroUpgradeCommand : Command { public SpeedUpHeroUpgradeCommand(PacketReader br) { m_vBuildingId = br.ReadInt32WithEndian(); m_v...
9,346
https://github.com/cesarus777/RTRender/blob/master/renderer/include/rtrenderer.hpp
Github Open Source
Open Source
MIT
2,021
RTRender
cesarus777
C++
Code
533
1,720
#ifndef RTRENDERER_H_INCLUDDED #define RTRENDERER_H_INCLUDDED #include "obj_parser.hpp" #include "geometry.hpp" #include <SDL.h> #include <thread> #include <exception> #include <string> #include <iostream> #include <algorithm> #include <cmath> #include <cassert> //#define USE_MEMSET namespace RTR { // Windo...
41,060
https://github.com/Binibeno/pi-sync/blob/master/src/lib/argv_helper.js
Github Open Source
Open Source
MIT
2,018
pi-sync
Binibeno
JavaScript
Code
158
628
'use strict'; const fs = require('fs'); const path = require('path'); const YAML = require('yamljs'); const program = require('commander'); const _ = require('lodash'); const options = YAML.load(path.join(__dirname, './extra/options.yml')); const package_json = JSON.parse(fs.readFileSync(path.join(__dirname, '../../pa...
9,456
https://github.com/aarondadler/pySBOL/blob/master/pysbol_v1/sbol/sbol.py
Github Open Source
Open Source
Apache-2.0
2,021
pySBOL
aarondadler
Python
Code
4,352
10,368
## @package sbol # A Python wrapper for libSBOLc, a module for reading, writing, and constructing # genetic designs according to the standardized specifications of the Synthetic Biology Open Language # # @file sbol.py # Implements a high-level, Pythonic interface for the SWIG-Python classes in libsbol # # @namespace sb...
52,162
https://github.com/LJA2019/inetBgp/blob/master/BgpFsm.h
Github Open Source
Open Source
Apache-2.0
2,021
inetBgp
LJA2019
C++
Code
905
2,304
// // Copyright (C) 2010 Helene Lageber // // 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 2 // of the License, or (at your option) any later version. // // This program...
24,893
https://github.com/yoshizzle/manager/blob/master/src/components/index.js
Github Open Source
Open Source
BSD-3-Clause
2,017
manager
yoshizzle
JavaScript
Code
16
27
export { default as TimeDisplay } from './TimeDisplay'; export { default as GroupLabel } from './GroupLabel';
49,533
https://github.com/nikhgup/NuGet.Jobs/blob/master/src/Stats.CollectAzureCdnLogs/Extensions/UriExtensions.cs
Github Open Source
Open Source
Apache-2.0
2,022
NuGet.Jobs
nikhgup
C#
Code
70
164
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // ReSharper disable once CheckNamespace namespace System { public static class UriExtensions { private const string _slashCharacter = "...
38,395
https://github.com/xattacker/Bingo_iOS/blob/master/Bingo/Classes/Util/AppProperties.swift
Github Open Source
Open Source
MIT
null
Bingo_iOS
xattacker
Swift
Code
546
1,646
// // AppProperties.swift // UtilToolKit // // Created by xattacker on 2015/7/4. // Copyright (c) 2015年 xattacker. All rights reserved. // import UIKit public enum UserInterfaceStyle { case light case dark case unspecified } public final class AppProperties // Path related { public class f...
35,723
https://github.com/clinical-meteor/hl7-resource-questionnaire-response/blob/master/client/QuestionnaireResponsesPage.jsx
Github Open Source
Open Source
MIT
2,019
hl7-resource-questionnaire-response
clinical-meteor
JavaScript
Code
244
1,129
import { CardText, CardTitle } from 'material-ui'; import { Tab, Tabs } from 'material-ui/Tabs'; import { Glass, GlassCard, VerticalCanvas, FullPageCanvas } from 'meteor/clinical:glass-ui'; import QuestionnaireResponseDetail from './QuestionnaireResponseDetail'; import QuestionnaireResponseTable from './QuestionnaireR...
45,713
https://github.com/kosslab-kr/Tizen-NN-Framework/blob/master/newnnfw/runtimes/pure_arm_compute/src/internal/nnapi/tensor/Reader.h
Github Open Source
Open Source
Apache-2.0
2,020
Tizen-NN-Framework
kosslab-kr
C
Code
341
820
/* * Copyright (c) 2018 Samsung Electronics Co., Ltd. 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...
52,748
https://github.com/ash-auctionvilla/PMPro-NHPA-Members-Directory/blob/master/vendor/egeloen/google-map/tests/Service/Geocoder/GeocoderServiceApiKeyTest.php
Github Open Source
Open Source
MIT
2,017
PMPro-NHPA-Members-Directory
ash-auctionvilla
PHP
Code
129
632
<?php /* * This file is part of the Ivory Google Map package. * * (c) Eric GELOEN <geloen.eric@gmail.com> * * For the full copyright and license information, please read the LICENSE * file that was distributed with this source code. */ namespace Ivory\Tests\GoogleMap\Service\Geocoder; use Ivory\GoogleMap\Base...
39,344
https://github.com/jhalickman/client/blob/master/Sources/SwiftkubeClient/Discovery/KubernetesClient+Discovery.swift
Github Open Source
Open Source
Apache-2.0, LicenseRef-scancode-unknown-license-reference
2,021
client
jhalickman
Swift
Code
581
1,874
// // Copyright 2020 Swiftkube 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 applicable law or agreed t...
42,322
https://github.com/marcoatjunior/sistema-manutencao-maquinas/blob/master/src/app/shared/services/user.service.ts
Github Open Source
Open Source
MIT
null
sistema-manutencao-maquinas
marcoatjunior
TypeScript
Code
110
436
import { Injectable } from "@angular/core"; import { HttpClient } from "@angular/common/http"; import { environment } from "src/environments/environment"; import { take } from "rxjs/operators"; import { Observable } from "rxjs"; import { User } from "@shared/models/user.model"; @Injectable({ providedIn: "root", }) ...
40,277
https://github.com/awans/aft/blob/master/client/catalog/src/app/datatypes/Starlark.svelte
Github Open Source
Open Source
MIT
2,022
aft
awans
null
Spoken
367
1,159
<script> export let dt = null; export let fs = null; export let storage; import client from '../../data/client.js'; import { router } from '../router.js'; import { checkSave } from '../save.js'; import { dirtyStore } from '../stores.js'; import { getContext } from 'svelte'; import Name from '../Name.svelte'; import ...
30,217
https://github.com/BLun78/Blun.MQ/blob/master/Blun.MQ.Abstractions/Attributes/QueueRoutingAttribute.cs
Github Open Source
Open Source
MIT
null
Blun.MQ
BLun78
C#
Code
46
129
using System; using System.Collections.Generic; using System.Text; // ReSharper disable once CheckNamespace namespace Blun.MQ { [AttributeUsage(AttributeTargets.Method | AttributeTargets.Class, AllowMultiple = true, Inherited = false)] public sealed class QueueRoutingAttribute : Attribute { public...
30,211
https://github.com/nowellpoint/nowellpoint-integration-platform-parent/blob/master/nowellpoint-www-app/src/main/java/com/nowellpoint/console/api/OrganizationResource.java
Github Open Source
Open Source
Apache-2.0
null
nowellpoint-integration-platform-parent
nowellpoint
Java
Code
57
222
package com.nowellpoint.console.api; import static spark.Spark.get; import com.nowellpoint.console.model.Organization; import com.nowellpoint.console.service.ServiceClient; import com.nowellpoint.console.util.JsonTransformer; import com.nowellpoint.console.util.Path; import spark.Request; import spark.Response; pub...
13,904
https://github.com/Markus-Demi/AndroidHome/blob/master/Homework/Homework1/app/src/main/java/com/gmail/demidovich/homework1/hw5/MyService.java
Github Open Source
Open Source
MIT
null
AndroidHome
Markus-Demi
Java
Code
76
284
package com.gmail.demidovich.homework1.hw5; import android.app.Service; import android.content.Intent; import android.net.wifi.WifiManager; import android.os.Binder; import android.os.IBinder; import android.support.annotation.Nullable; public class MyService extends Service { private MyBinder mBinder; priva...
30,739
https://github.com/eclipse-ee4j/metro-jax-ws/blob/master/jaxws-ri/runtime/httpspi-servlet/src/main/java/com/sun/xml/ws/transport/httpspi/servlet/WSSPIContextListener.java
Github Open Source
Open Source
BSD-3-Clause, xpp, Apache-2.0, LicenseRef-scancode-public-domain, EPL-2.0, Apache-1.1, W3C, LicenseRef-scancode-generic-export-compliance, SAX-PD
2,023
metro-jax-ws
eclipse-ee4j
Java
Code
329
1,085
/* * Copyright (c) 1997, 2022 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Distribution License v. 1.0, which is available at * http://www.eclipse.org/org/documents/edl-v10.php. * * SPDX-License-Identifier: ...
52,296
https://github.com/rhuan080/dls-repository-stack/blob/master/shared-source/src/edu/ucar/dls/xml/schema/DateValidator.java
Github Open Source
Open Source
ECL-2.0, Apache-2.0
2,017
dls-repository-stack
rhuan080
Java
Code
1,141
2,772
/* Copyright 2017 Digital Learning Sciences (DLS) at the University Corporation for Atmospheric Research (UCAR), P.O. Box 3000, Boulder, CO 80307 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 a...
28,139
https://github.com/thomasperrot/aes-square-attack/blob/master/tests/unit/test_connectors.py
Github Open Source
Open Source
MIT
2,022
aes-square-attack
thomasperrot
Python
Code
52
212
import binascii from functools import partial from aes.connectors import encrypt_delta_set from aes.square import get_delta_set def test_get_encrypted_delta_set(): key = binascii.unhexlify("2b7e151628aed2a6abf7158809cf4f3c") ds = get_delta_set(0xCC) delta_set_encrypter = partial(encrypt_delta_set, key, r...
38,364
https://github.com/andy-Chien/swerve_drive/blob/master/maxon_epos2/src/epos_controller_node.cpp
Github Open Source
Open Source
MIT
null
swerve_drive
andy-Chien
C++
Code
159
676
#include <signal.h> #include "maxon_epos2/epos_controller.hpp" maxon_epos2::EposController* epos_controller; void sigintHandler(int sig) { // Do some custom action. // For example, publish a stop message to some other nodes. epos_controller->closeDevice(); delete epos_controller; // All the default sigint h...
14,382
https://github.com/sam-freelancer/CrypteriumSDK/blob/master/Simulator/CRPTManagers.framework/Headers/CRPTManagers.h
Github Open Source
Open Source
MIT
null
CrypteriumSDK
sam-freelancer
C
Code
62
154
// // CRPTManagers.h // CRPTManagers // // Created by George on 08/11/2019. // Copyright © 2019 Crypterium. All rights reserved. // #import <Foundation/Foundation.h> //! Project version number for CRPTManagers. FOUNDATION_EXPORT double CRPTManagersVersionNumber; //! Project version string for CRPTManagers. FOUND...
14,827
https://github.com/Manonmani-PL/ContestHour/blob/master/prod/application/views/front/login-form1.php
Github Open Source
Open Source
MIT
2,020
ContestHour
Manonmani-PL
PHP
Code
256
1,361
<style> .user-login{margin-top:30px;} .user-login span{font-family:"Roboto", sens-serif; font-size:17px;} .client-signup{text-align:left; font-size:18px;font-family:"Roboto", sens-serif; padding:30px;} .client-reg{text-align:center; font-size:18px;font-family:"Roboto", sens-serif; padding:30px;} .designer-signup{text...
43,817
https://github.com/yingziisme/spring-boot-hibernate-ehcache-demo/blob/master/src/main/java/com/demo/mt/ehcache/entity/UserEntity.java
Github Open Source
Open Source
Apache-2.0
2,019
spring-boot-hibernate-ehcache-demo
yingziisme
Java
Code
42
139
package com.demo.mt.ehcache.entity; import lombok.Data; import lombok.EqualsAndHashCode; import javax.persistence.Entity; import javax.persistence.Table; /** * UserEntity * * @author MT.LUO * 2018/8/4 22:10 * @Description: */ @Data @Entity @Table(name = "user_tb") @EqualsAndHashCode(callSuper = false) public c...
38,228
https://github.com/Zutubi/pulse/blob/master/com.zutubi.validation/src/java/com/zutubi/validation/validators/IgnoreDependentsFieldValidator.java
Github Open Source
Open Source
Apache-2.0
2,019
pulse
Zutubi
Java
Code
224
517
/* Copyright 2017 Zutubi Pty Ltd * * 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 to in...
4,395
https://github.com/fsorodrigues/pika-app-template/blob/master/.gitignore
Github Open Source
Open Source
MIT
2,019
pika-app-template
fsorodrigues
Ignore List
Code
4
20
.env node_modules/ web_modules/ package-lock.json
22,973
https://github.com/Pier1/rocketbelt/blob/master/src/rocketbelt/base/font-faces/_serif.scss
Github Open Source
Open Source
MIT
2,020
rocketbelt
Pier1
SCSS
Code
51
489
@font-face { font-family: 'Brand Serif'; font-style: italic; font-weight: font-weight(normal); font-display: swap; src: url(https://fonts.gstatic.com/s/ebgaramond/v10/SlGWmQSNjdsmc35JDF1K5GRweDs1ZyHKpWg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/ebgaramond/v10/SlGWmQSNjdsmc35JDF1K5GRweDs1Y...
1,800
https://github.com/hitbc/panSV/blob/master/src/cpp_lib/Assembler/mantaAssembler.hpp
Github Open Source
Open Source
MIT
null
panSV
hitbc
C++
Code
897
3,154
/* * assembly.hpp * * Created on: 2020年4月24日 * Author: fenghe */ #pragma once #include <iosfwd> #include <set> #include <map> #include <string> #include <vector> #include <iostream> #include <cassert> #include <cstring> #include <algorithm> #include <unordered_map> #include "../../clib/utils.h" typedef in...
34,017
https://github.com/FromUte/dune-api/blob/master/spec/controllers/dune/api/v1/channels/members_controller_spec.rb
Github Open Source
Open Source
MIT
null
dune-api
FromUte
Ruby
Code
202
689
require 'spec_helper' describe Dune::Api::V1::Channels::MembersController do routes { Dune::Api::Engine.routes } let(:parsed_response) { JSON.parse(response.body) } let!(:channel) { FactoryGirl.create(:channel) } let!(:member) { FactoryGirl.create(:channel_member, channel: channel...
11,601
https://github.com/andreikh/jdbreport/blob/master/jdbreport-rt/src/main/java/jdbreport/model/svg/SVGReportRenderer.java
Github Open Source
Open Source
Apache-2.0
null
jdbreport
andreikh
Java
Code
1,061
3,494
/* * Created 13.12.2009 * * JDBReport Generator * * Copyright (C) 2009-2014 Andrey Kholmanskih * * 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/...
7,535
https://github.com/khaledannajar/githubBrowser/blob/master/GithubBrowser/Coordinator.swift
Github Open Source
Open Source
MIT
2,019
githubBrowser
khaledannajar
Swift
Code
30
78
// // Coordinator.swift // GithubBrowser // // Created by khaledannajar on 1/13/19. // Copyright © 2019 khaledannajar. All rights reserved. // import UIKit protocol Coordinator: class { func start() }
43,353
https://github.com/gxagxagxa/dayu_path/blob/master/setup.py
Github Open Source
Open Source
MIT
2,019
dayu_path
gxagxagxa
Python
Code
64
200
from setuptools import setup setup( name='dayu_path', version='0.4.2', packages=['dayu_path'], url='https://github.com/phenom-films/dayu_path', license='MIT', author='andyguo', author_email='andyguo@phenom-films.com', description='a python path lib optimi...
48,312
https://github.com/niuniuzhu/Lockstep/blob/master/Project/Client.Editor/Tools.cs
Github Open Source
Open Source
MIT
2,019
Lockstep
niuniuzhu
C#
Code
350
1,149
using UnityEditor; using UnityEngine; using UnityEngine.Rendering; namespace Client.Editor { public class Tools { [MenuItem( "Tools/Test" )] public static void CleanCache() { } [MenuItem( "Tools/Get forward" )] public static void GetForward() { if ( Selection.activeGameObject != null ) Debug.L...
5,850
https://github.com/alexellis/derek/blob/master/handler/comment_handler_test.go
Github Open Source
Open Source
MIT, LicenseRef-scancode-dco-1.1
2,023
derek
alexellis
Go
Code
2,217
7,667
// Copyright (c) Derek Author(s) 2017. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. package handler import ( "os" "strings" "testing" "github.com/alexellis/derek/types" "github.com/google/go-github/github" ) func Test_fixCommitsMessa...
30,171