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/guoruru/tab/blob/master/Content/css/style.scss | Github Open Source | Open Source | MIT | 2,017 | tab | guoruru | SCSS | Code | 477 | 1,933 | @mixin nums($w:100%,$h:100%){
width:$w;
height:$h;
}
html,body,.wrap{
@include nums();
overflow: hidden;
}
.wrap-wrapper{
@include nums();
display: -webkit-flex;
-webkit-flex-direction: column;
}
.header{
@include nums($h:3rem);
border-bottom: 1px solid #ccc;
text-align: center;
line-height: 3rem;... | 29,117 |
https://github.com/hoyeungw/baro/blob/master/test/arch/Bar.js | Github Open Source | Open Source | MIT | null | baro | hoyeungw | JavaScript | Code | 453 | 1,048 | import { NUM } from '@typen/enum-data-types'
import EventEmitter from 'events'
import { Config } from '../../src/Config'
import { State } from '../../src/State'
import { IO } from '../../util/IO'
// Progress-Baro constructor
export class Bar extends EventEmitter {
/** @type {Config|object} store config */
... | 20,640 |
https://github.com/bafcar/bafcar/blob/master/backend/app/views/index.jade | Github Open Source | Open Source | MIT | null | bafcar | bafcar | null | Spoken | 100 | 248 | extend layout
block content
p
| Vivamus hendrerit arcu sed erat molestie
| vehicula. Sed auctor neque eu tellus
| rhoncus ut eleifend nibh porttitor. Ut in.
p
| Donec congue lacinia dui, a porttitor
| lectus condimentum laoreet. Nunc eu
| ullamcorper orci. Quisque eget odio ac
| lectus vestibulum faucib... | 19,439 |
https://github.com/renatopp/rock-paper-scissors/blob/master/source/less/app.less | Github Open Source | Open Source | MIT | 2,017 | rock-paper-scissors | renatopp | Less | Code | 341 | 1,179 | /**
* PAGE
*/
.cup-page {
background: #e4e4e4;
width: 100vw;
height: 100vh;
font-family: 'Roboto', sans-serif;
font-size: 1rem;
display: flex;
justify-content: center;
align-items: center;
align-content: center;
}
/**
* GAME BLOCKS
*/
.cup-game {
position: absolute;
background: @color-white;
... | 6,749 |
https://github.com/Thejineaswar/COVID19-BOT/blob/master/accounts/urls.py | Github Open Source | Open Source | MIT | 2,021 | COVID19-BOT | Thejineaswar | Python | Code | 27 | 187 | from django.urls import path
from django.contrib.auth import views as auth_views
from accounts import views
app_name = 'accounts'
urlpatterns = [
path('signup/hospital',views.Hospitalsignup,name='hsignup'),
path('signup/testing',views.Testingsignup,name='tsignup'),
path('update/hospital',views.Hospitalupd... | 35,804 |
https://github.com/ronie2/radiality/blob/master/example/console/scripts/install.sh | Github Open Source | Open Source | Apache-2.0 | 2,016 | radiality | ronie2 | Shell | Code | 5 | 34 | #!/bin/bash
/subsystem/pypy/bin/pip3 install -r /subsystem/configs/requirements.txt
| 36,027 |
https://github.com/charlyblack/sunrise/blob/master/CHANGELOG.rdoc | Github Open Source | Open Source | MIT | 2,012 | sunrise | charlyblack | RDoc | Code | 146 | 288 | == 0.2.0
* Core
* Replace paperclip with carrierwave
* New model filter logic
* Scaffold
* Generate spec tests for controllers
* Apply new model filter logic
== 0.1.5
* Core
* Export users to csv
* Search users by email for autocomplete list
* Autocoplete css for manage
* New unlock user event aft... | 38,343 |
https://github.com/compoundpartners/js-components/blob/master/setup.py | Github Open Source | Open Source | BSD-3-Clause | null | js-components | compoundpartners | Python | Code | 41 | 269 | # -*- coding: utf-8 -*-
from setuptools import setup, find_packages
from js_components import __version__
REQUIREMENTS = [
'django-cms>=3.4.0',
'django-filer>=1.2.4',
'django-friendly-tag-loader==1.3.1',
'djangocms-attributes-field>=0.1.1',
'djangocms-text-ckeditor>=3.1.0',
'djangocms-icon>=1.0... | 52,020 |
https://github.com/lancaster-esl/insurgent-dynamics/blob/master/js/main.js | Github Open Source | Open Source | MIT | null | insurgent-dynamics | lancaster-esl | JavaScript | Code | 1,345 | 6,986 | /* METRO UI TEMPLATE
/* Copyright 2013 Thomas Verelst, http://metro-webdesign.info*/
/*This file does the basic things for the template like loading pages and uses functinos of functions.js*/
$show = {
prepareTiles: function(){ /* Prepare for showing the tilepage */
$events.onTilesPrepare();
$("#subNav").fadeOut(... | 15,175 |
https://github.com/hengyangKing/KingDownloadManager/blob/master/KingDownloadManager/KingDownLoadManager.m | Github Open Source | Open Source | MIT | 2,018 | KingDownloadManager | hengyangKing | Objective-C | Code | 180 | 883 | //
// KingDownLoadManager.m
// KingDownloadManagerDemo
//
// Created by J on 2017/6/14.
// Copyright © 2017年 J. All rights reserved.
//
#import "KingDownLoadManager.h"
@interface KingDownLoadManager()<NSCopying,NSMutableCopying>
@property(nonatomic,assign)KingDownloadManagerInfo *downloaderInfo;
@end
@implementat... | 7,953 |
https://github.com/slepasteur/rmqpp/blob/master/src/utils/print.h | Github Open Source | Open Source | MIT | null | rmqpp | slepasteur | C | Code | 97 | 226 | #pragma once
#include "fmt/format.h"
#include "rmq/types.h"
namespace rmq {
struct Start;
void print_indent(int indent);
void print(timestamp t, int indent = 0);
void print(decimal d, int indent = 0);
void print(long_string s, int indent = 0);
void print(unit, int indent = 0);
void print(const field_wrapper& field,... | 29,991 |
https://github.com/mannaweb/workhars/blob/master/application/views/admin/login.php | Github Open Source | Open Source | MIT | null | workhars | mannaweb | PHP | Code | 305 | 1,320 | <div class="row justify-content-center">
<div class="col-xl-10 col-lg-12 col-md-9">
<div class="card o-hidden border-0 shadow-lg my-5">
<div class="card-body p-0">
<div class="row">
<div class="col-lg-6 d-none d-lg-block bg-login-image"></div>
<div class="col-lg-6">
<... | 47,504 |
https://github.com/hpi-swa-teaching/IMAPClient/blob/master/packages/IMAPClient-UI.package/ICFolderDialog.class/instance/filterString.st | Github Open Source | Open Source | MIT | 2,021 | IMAPClient | hpi-swa-teaching | null | Spoken | 8 | 21 | accessing
filterString
^ filterString ifNil: [filterString := ''] | 5,992 |
https://github.com/Apacheli/dragapi/blob/master/src/resources/pagination.ts | Github Open Source | Open Source | Apache-2.0 | null | dragapi | Apacheli | TypeScript | Code | 75 | 177 | // https://pokeapi.co/docs/v2#resource-listspagination-section
import type { NamedAPIResource } from "./utility.ts";
export interface PaginationOptions {
limit?: number;
offset?: number;
}
/** https://pokeapi.co/docs/v2#named */
export interface NamedAPIResourceList<T> {
/** The total number of resources avail... | 51,261 |
https://github.com/ianbrucey/Otruvez/blob/master/resources/views/emails/account/notify-plan-deletion.blade.php | Github Open Source | Open Source | MIT | null | Otruvez | ianbrucey | PHP | Code | 37 | 89 | @component('mail::message')
{{$business->name}} is no longer providing a service you were subscribed to, so your subscription is being canceled.
Please check your notifications to see more details
@component('mail::button', ['url' => $url])
Notifications
@endcomponent
Thanks,
{{ config('app.name') ... | 16,515 |
https://github.com/yangc0921/ATS-based_RSA_Algorithm_ElasticOpticalNetwork_EON/blob/master/vxFury_Heu_v2.2.4/src/eon/network/Link.java | Github Open Source | Open Source | MIT | 2,020 | ATS-based_RSA_Algorithm_ElasticOpticalNetwork_EON | yangc0921 | Java | Code | 1,003 | 2,971 | package eon.network;
import java.util.ArrayList;
import eon.general.Constant;
import eon.general.bitProcess;
import eon.general.object;
import eon.spectrum.AdaptiveSlotSection;
import eon.spectrum.FrequencySlot;
import eon.spectrum.Request;
import eon.spectrum.RoutingAndSpectrumAllocation;
import work.utilities.Logge... | 18,063 |
https://github.com/stucamp/NubuntuToolkit/blob/master/menus/menu-gpu.sh | Github Open Source | Open Source | MIT | 2,019 | NubuntuToolkit | stucamp | Shell | Code | 101 | 334 | #!/bin/bash
# Script Name: Nubuntu GPU Menu
SUBCHOICE=$(whiptail --title "Nubuntu ToolKit - azloco.com" \
--menu "Which app would you like to manage?" --backtitle "$BACKTITLE" \
--fb --cancel-button "Exit" $LINES $COLUMNS "$NETLINES" \
"AMD" "for AMD Graphics Cards" \
"Nvidia" "for Nvidia Graphics Cards" \
"Intel" "fo... | 52,528 |
https://github.com/btison/strimzi-kafka-operator/blob/master/crd-generator/src/main/java/io/strimzi/crdgenerator/KubeLinker.java | Github Open Source | Open Source | Apache-2.0 | 2,019 | strimzi-kafka-operator | btison | Java | Code | 64 | 260 | /*
* Copyright 2018, Strimzi authors.
* License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
*/
package io.strimzi.crdgenerator;
import io.strimzi.crdgenerator.annotations.KubeLink;
public class KubeLinker implements Linker {
private final String baseUrl;
publ... | 20,551 |
https://github.com/YouthJourney/LearningJava/blob/master/Transportation/MainControl.java | Github Open Source | Open Source | Apache-2.0 | 2,018 | LearningJava | YouthJourney | Java | Code | 365 | 2,055 | package com.hong.tools;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.Scanner;
/**
* @version 1.0
* @author 22053
* @category Java,abstract,implements
* @illustration
*/
//交通工具抽象类
abstract class Transportation{
public St... | 11,325 |
https://github.com/kirilyuro/avro4s/blob/master/avro4s-core/src/main/scala/com/sksamuel/avro4s/decoders/temporal.scala | Github Open Source | Open Source | Apache-2.0 | 2,022 | avro4s | kirilyuro | Scala | Code | 310 | 1,063 | package com.sksamuel.avro4s.decoders
import com.sksamuel.avro4s.schemas.TimestampNanosLogicalType
import com.sksamuel.avro4s.{Avro4sConfigurationException, Decoder, SchemaFor}
import org.apache.avro.LogicalTypes.{TimeMicros, TimeMillis, TimestampMicros, TimestampMillis}
import org.apache.avro.Schema
import java.sql.{... | 52,130 |
https://github.com/fyaojie/DataValidation/blob/master/network.py | Github Open Source | Open Source | MIT | 2,019 | DataValidation | fyaojie | Python | Code | 1,743 | 7,201 | # coding=utf-8
import sys
import json
from decimal import Decimal as D
import shutil
import os
from urllib.parse import urlparse
from socket import gethostbyname
'''
该py暂时执行的结果:
解析log中所有的TimingData,
对upload中的数据进行误差校正
根据upload上报数据进行对应的指标进行校验
注意:
1.该文件由python3编写,建议用python3执行
2.如果待解析... | 29,984 |
https://github.com/AdilGabdullin/etetet/blob/master/app/Http/Controllers/Admin.php | Github Open Source | Open Source | MIT | null | etetet | AdilGabdullin | PHP | Code | 21 | 63 | <?php
namespace App\Http\Controllers;
use App\User;
class Admin extends Controller
{
public function index()
{
return view('admin', ['users' => User::simplePaginate(10)]);
}
}
| 36,169 |
https://github.com/bububles/DT-71/blob/master/OlenaSemyvolos/Lab5/Task6.java | Github Open Source | Open Source | MIT | null | DT-71 | bububles | Java | Code | 76 | 260 | //Написати консольну програму, яка «розгортає задом наперед» рядок (наприклад, на вхід було «йцукенгшщзх»,
//на виході потрібно «хзщшгнекуцй»). Не застосовувати препарат функцію reverse
import java.util.*;
class Lab5{
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
S... | 40,760 |
https://github.com/forki/SuperGlue/blob/master/src/SuperGlue.EventStore/Subscribers/InitializeSubscribers.cs | Github Open Source | Open Source | MIT | null | SuperGlue | forki | C# | Code | 501 | 1,805 | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using EventStore.ClientAPI;
using SuperGlue.Configuration;
using SuperGlue.EventStore.Data;
using SuperGlue.UnitOfWork;
namespace SuperGlue.EventStore.Subscribers
{
using AppFunc = Func<IDictionary<string, object>, Task>;
public cl... | 43,477 |
https://github.com/aurelian/medick2/blob/master/lib/plugin/IPlugin.php | Github Open Source | Open Source | BSD-3-Clause | 2,016 | medick2 | aurelian | PHP | Code | 37 | 93 | <?php
// $Id: IPlugin.php 482 2008-06-01 20:03:50Z aurelian $
interface IPlugin {
public function __construct( ContextManager $context );
/*
* Should return the plugin metadata array
*/
public function metadata();
public function name();
public function is_type($name);
}
| 5,908 |
https://github.com/Lming1/Study_Swift2018/blob/master/Tabbar/Tabbar/NewAppDelegate.swift | Github Open Source | Open Source | MIT | null | Study_Swift2018 | Lming1 | Swift | Code | 106 | 349 | //
// NewAppDelegate.swift
// Tabbar
//
// Created by 이민혁 on 2018. 7. 15..
// Copyright © 2018년 이민혁. All rights reserved.
//
import UIKit
@UIApplicationMain
class NewAppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFinishLaunchi... | 13,151 |
https://github.com/FeatureToggleStudy/olcs-common/blob/master/test/Common/src/Common/Form/Model/Form/Lva/CommunityLicencesRestoreTest.php | Github Open Source | Open Source | MIT | 2,019 | olcs-common | FeatureToggleStudy | PHP | Code | 68 | 237 | <?php
namespace CommonTest\Form\Model\Form\Lva;
use Olcs\TestHelpers\FormTester\AbstractFormValidationTestCase;
/**
* Class CommunityLicencesRestoreTest
*
* @group FormTests
*/
class CommunityLicencesRestoreTest extends AbstractFormValidationTestCase
{
/**
* @var string The class name of the form being ... | 47,034 |
https://github.com/wangshunzi/AAShareBubbles/blob/master/AAShareBubbles.podspec | Github Open Source | Open Source | Apache-2.0 | null | AAShareBubbles | wangshunzi | Ruby | Code | 61 | 264 | Pod::Spec.new do |s|
s.name = 'AAShareBubbles'
s.version = '1.0.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'wangshunzi' => '501562071@qq.com' }
s.summary = 'cocoapods lib test'
s.homepage = 'https://github.com/wangshunzi/AAShareBubbles'
# Source In... | 10,350 |
https://github.com/bloomberg/bde/blob/master/groups/bbl/bbldc/bbldc_basicisma30360.h | Github Open Source | Open Source | Apache-2.0 | 2,023 | bde | bloomberg | C++ | Code | 681 | 1,341 | // bbldc_basicisma30360.h -*-C++-*-
#ifndef INCLUDED_BBLDC_BASICISMA30360
#define INCLUDED_BBLDC_BASICISMA30360
#include <bsls_ident.h>
BSLS_IDENT("$Id: $")
//@PURPOSE: Provide stateless functions for the ISMA 30/360 convention.
//
//@CLASSES:
// bbldc::BasicIsma30360: ISM... | 33,239 |
https://github.com/itplusx/flexible_pages/blob/master/Classes/Utilities/TcaUtility.php | Github Open Source | Open Source | MIT | null | flexible_pages | itplusx | PHP | Code | 270 | 830 | <?php
namespace ITplusX\FlexiblePages\Utilities;
use ITplusX\FlexiblePages\Page\IconSet;
use TYPO3\CMS\Core\Utility\ArrayUtility;
use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
class TcaUtility
{
/**
* Add icon for page type
*
* @param int $dokType
* @param IconSet $iconSet
*/
... | 26,353 |
https://github.com/amannougrahiya/imop-compiler/blob/master/src/imop/lib/testcases/dataTest/scope.c | Github Open Source | Open Source | MIT | 2,023 | imop-compiler | amannougrahiya | C | Code | 22 | 47 | int main() {
int x = 10;
int y;
{
int x = 15;
y = x;
}
x = 5;
}
| 28,810 |
https://github.com/simpple-lcatogo/LCAtogo/blob/master/app/models/bp_manufacturing_process_variable.rb | Github Open Source | Open Source | DOC | 2,015 | LCAtogo | simpple-lcatogo | Ruby | Code | 21 | 104 | class BpManufacturingProcessVariable < ActiveRecord::Base
has_and_belongs_to_many :bp_manufacturing_processes
has_many :bp_manufacturing_process_variable_values
def name_en
BpManufacturingProcessVariableTranslation.find(:all, :conditions => ["bp_manufacturing_process_variable_id = ? and locale='en'", id]).fi... | 610 |
https://github.com/Unicron2k/dte_bsc/blob/master/ITE1805/CMS-Project/PHP/User/User.class.php | Github Open Source | Open Source | MIT | null | dte_bsc | Unicron2k | PHP | Code | 363 | 1,134 | <?php
class User {
private $UserID=-1;
private $Username;
private $Email;
private $FirstName;
private $LastName;
private $loggedIn = false;
private $db;
private $passHash;
private $verificationKey;
public function __construct(){}
//lets us create a new user with specified v... | 9,913 |
https://github.com/kevinaangstadt/arc16-design/blob/master/arc16-reg-read-mux.sch | Github Open Source | Open Source | BSD-3-Clause | null | arc16-design | kevinaangstadt | Eagle | Code | 3,171 | 6,905 | EESchema Schematic File Version 4
LIBS:arc16-design-cache
EELAYER 29 0
EELAYER END
$Descr USLetter 11000 8500
encoding utf-8
Sheet 21 48
Title ""
Date ""
Rev ""
Comp ""
Comment1 ""
Comment2 ""
Comment3 ""
Comment4 ""
$EndDescr
$Sheet
S 3100 3650 750 1900
U 5D2436A4
F0 "ARC16-Mux-4x16-1-0" 50
F1 "arc16-mux-4x16-1.sch" ... | 30,814 |
https://github.com/joel081112/Angular-GettingStarted/blob/master/hello/src/app/heroes/hero.service.ts | Github Open Source | Open Source | MIT | null | Angular-GettingStarted | joel081112 | TypeScript | Code | 26 | 85 | import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class HeroService {
constructor(private http: HttpClient) { }
getHeroes(): any {
return this.http.get<Hero[]>('./api/heroes');
}
}
| 26,258 |
https://github.com/lborrel/Offline/blob/master/Mu2eUtilities/src/SimParticleCollectionPrinter.cc | Github Open Source | Open Source | Apache-2.0 | 2,021 | Offline | lborrel | C++ | Code | 129 | 596 | // Andrei Gaponenko, 2013
#include <utility>
#include "CLHEP/Vector/LorentzVector.h"
#include "CLHEP/Vector/ThreeVector.h"
#include "MCDataProducts/inc/ProcessCode.hh"
#include "cetlib/map_vector.h"
#include "Mu2eUtilities/inc/SimParticleCollectionPrinter.hh"
namespace mu2e {
//===================================... | 28,140 |
https://github.com/ShayDavidson/monolith/blob/master/src/coffee/view_models/row_view_model.coffee | Github Open Source | Open Source | MIT | null | monolith | ShayDavidson | CoffeeScript | Code | 8 | 30 | class Monolith.ViewModels.RowViewModel extends Backbone.Model
defaults:
piles: new Backbone.Collection([]) | 39,141 |
https://github.com/AvalonByte-Z/Sinau-bareng/blob/master/api/helpers/index.js | Github Open Source | Open Source | MIT | null | Sinau-bareng | AvalonByte-Z | JavaScript | Code | 28 | 74 | const jwt = require("jsonwebtoken")
module.exports = {
// DECODE TOKEN
decodeToken: token => {
const decoded = jwt.verify(token, process.env.SECRET)
if (decoded) return decoded
else return null
}
}
| 29,344 |
https://github.com/SirGFM/big-15/blob/master/src/map.h | Github Open Source | Open Source | Zlib | 2,019 | big-15 | SirGFM | C | Code | 524 | 1,039 | /**
* @file src/map.h
*
* Module that handles displaying the current level, handling its hitbox,
* animating it and checking its events.
*/
#ifndef __MAP_H_
#define __MAP_H_
#include <GFraMe/GFraMe_error.h>
#include <GFraMe/GFraMe_object.h>
#include <GFraMe/GFraMe_sprite.h>
#include "event.h"
#include "object.h... | 19,032 |
https://github.com/javierab/tesis/blob/master/the-one-1.6.0/routing/schedule/ScheduleOracle.java | Github Open Source | Open Source | MIT | null | tesis | javierab | Java | Code | 327 | 745 | /*
* Copyright 2010 Aalto University, ComNet
* Released under GPLv3. See LICENSE.txt for details.
*/
package routing.schedule;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class ScheduleOracle implements Serializable{
priv... | 15,874 |
https://github.com/pyracanda/runtime/blob/master/src/mono/mono/tests/testing_gac/v1/app-refl-load.cs | Github Open Source | Open Source | MIT | 2,022 | runtime | pyracanda | C# | Code | 132 | 388 | using System;
using System.Reflection;
public class App {
const string assemblyName = "gactestlib";
const string assemblyVersion = "1.0.0.0";
const string assemblyPublicKeyToken = "537eab56aa911cb7"; /* see testkey.snk */
public static int Main (string[] args)
{
TestAssemblyLoad ();
TestReflectionOnlyLoad ()... | 36,763 |
https://github.com/milos-mkv/Dungeon-Quest/blob/master/Dungeon-Quest/Dungeon-Quest/src/systems/EnemyEntitySystem.cpp | Github Open Source | Open Source | MIT | 2,021 | Dungeon-Quest | milos-mkv | C++ | Code | 162 | 725 | #include <systems/EnemyEntitySystem.hpp>
#include <components/CharacterComponent.h>
#include <components/SpriteComponent.hpp>
#include <components/AttackComponent.hpp>
#include <components/AnimationComponent.hpp>
#include <components/EnemyComponent.hpp>
#include <iostream>
#include <components/ColliderComponent.hpp>
#... | 19,314 |
https://github.com/uncn/DatePicker/blob/master/Library/src/main/java/com/sunzn/picker/library/picker/date/DatePickerBoxListener.java | Github Open Source | Open Source | Apache-2.0 | null | DatePicker | uncn | Java | Code | 18 | 61 | package com.sunzn.picker.library.picker.date;
/**
* Created by sunzn on 2017/2/10.
*/
public interface DatePickerBoxListener {
void onEnsureClick(long timeMillis);
}
| 46,325 |
https://github.com/Falskim/ci-ppdb/blob/master/application/views/utama/a_detail_siswa.php | Github Open Source | Open Source | MIT | null | ci-ppdb | Falskim | PHP | Code | 241 | 1,128 | <div class="colorlib-blog colorlib-light-grey">
<div class="container">
<div class="row">
<div class="col-md-12 text-center colorlib-heading animate-box">
<h2>DETAIL PENDAFTAR</h2>
</div>
<div class="col-md-12 colorlib-heading animate-box">
... | 6,889 |
https://github.com/alastairgould/tfs-migrate/blob/master/TfsMigrate.Core/CommitTree/DataNode.cs | Github Open Source | Open Source | Apache-2.0 | 2,020 | tfs-migrate | alastairgould | C# | Code | 47 | 186 | using System.Text;
using System.Threading.Tasks;
using TfsMigrate.Core.CommitTree.NodeTypes;
using TfsMigrate.Core.CommitTree.Traverse;
namespace TfsMigrate.Core.CommitTree
{
public class DataNode : INode
{
internal Task<byte[]> Bytes;
public DataNode(Task<byte[]> bytes)
{
... | 13,657 |
https://github.com/GELight/sml/blob/master/dist/whitespacesv/StringBuilder.js | Github Open Source | Open Source | MIT | 2,021 | sml | GELight | JavaScript | Code | 82 | 270 | "use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const StringUtil_1 = __importDefault(require("../sml/StringUtil"));
class StringBuilder {
constructo... | 9,611 |
https://github.com/orta/RxSwift/blob/master/RxSwift/RxSwift/Observables/Implementations/Where.swift | Github Open Source | Open Source | MIT | 2,015 | RxSwift | orta | Swift | Code | 162 | 476 | //
// Where.swift
// Rx
//
// Created by Krunoslav Zaher on 2/17/15.
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
//
import Foundation
class Where_<ElementType>: Sink<ElementType>, ObserverType {
typealias Parent = Where<Element>
typealias Element = ElementType
let parent: Parent
... | 4,730 |
https://github.com/GovindSingh9447/Android_Frontend_Java-2/blob/master/app/src/main/java/com/ranawat/demosimplecalculator/MainActivity.java | Github Open Source | Open Source | Apache-2.0 | null | Android_Frontend_Java-2 | GovindSingh9447 | Java | Code | 117 | 761 | package com.ranawat.demosimplecalculator;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
@Override
prot... | 31,277 |
https://github.com/amirulqayyum/SuperMan-ModdedFiles/blob/master/framework.jar.out/smali/android/bluetooth/IBluetoothHeadset$Stub$Proxy.smali | Github Open Source | Open Source | Apache-2.0 | 2,021 | SuperMan-ModdedFiles | amirulqayyum | Smali | Code | 4,937 | 28,544 | .class Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;
.super Ljava/lang/Object;
.source "IBluetoothHeadset.java"
# interfaces
.implements Landroid/bluetooth/IBluetoothHeadset;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/bluetooth/IBluetoothHeadset$Stub;
.end annotation
... | 28,082 |
https://github.com/lechium/tvOS130Headers/blob/master/System/Library/Frameworks/Intents.framework/_INPBFile.h | Github Open Source | Open Source | MIT | 2,022 | tvOS130Headers | lechium | C | Code | 281 | 1,117 | /*
* This header is generated by classdump-dyld 1.0
* on Tuesday, November 5, 2019 at 2:50:03 AM Mountain Standard Time
* Operating System: Version 13.0 (Build 17J586)
* Image Source: /System/Library/Frameworks/Intents.framework/Intents
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*... | 30,794 |
https://github.com/Milstein/azure-mobile-services/blob/master/sdk/Managed/src/Microsoft.WindowsAzure.MobileServices.WindowsStore/Push/WnsTemplateRegistration.cs | Github Open Source | Open Source | Apache-2.0 | 2,015 | azure-mobile-services | Milstein | C# | Code | 482 | 1,453 | // ----------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// ----------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Syste... | 47,384 |
https://github.com/bartmanskyi/gun-track/blob/master/src/pages/track/sort/ActionsSort.svelte | Github Open Source | Open Source | ISC | 2,021 | gun-track | bartmanskyi | null | Spoken | 74 | 302 | <script lang="ts">
import Button from '../../../components/buttons/Button.svelte';
import I18n from '../../../components/i18n/I18n.svelte';
import {ActionsStore} from '../../../stores/actions/actions-store';
import type {TActionsState} from '../../../stores/actions/actions-store.interface';
export let onApply: (s... | 3,415 |
https://github.com/arifsetyo21/guest-event-app/blob/master/application/helpers/my_general_helper.php | Github Open Source | Open Source | MIT | null | guest-event-app | arifsetyo21 | PHP | Code | 158 | 494 | <?php
function qr_code_config($eventsTamuId = null)
{
$config['config']['cacheable'] = true; //boolean, the default is true
$config['config']['cachedir'] = './assets/'; //string, the default is application/cache/
$config['config']['errorlog'] = './assets/'; //string, the default is application/logs/
$c... | 16,318 |
https://github.com/Damdoshi/LibLapin/blob/master/include/private/function.hpp | Github Open Source | Open Source | BSD-3-Clause | 2,022 | LibLapin | Damdoshi | C++ | Code | 452 | 2,288 | /*
** Jason Brillante "Damdoshi"
** Hanged Bunny Studio 2014-2016
**
**
** Bibliotheque Lapin
*/
#ifndef __LAPIN_PRIVATE_FUNCTION_HPP__
# define __LAPIN_PRIVATE_FUNCTION_HPP__
# include "smallconf.hpp"
# undef DELETE
struct Function
{
enum Command
{
INSTRUCTION,
IF,
ELSE_IF,
... | 1,012 |
https://github.com/tvdias/meotv/blob/master/src/smali/androidx/leanback/app/SearchSupportFragment$2.smali | Github Open Source | Open Source | MIT | 2,020 | meotv | tvdias | Smali | Code | 238 | 1,650 | .class Landroidx/leanback/app/SearchSupportFragment$2;
.super Ljava/lang/Object;
.source "SearchSupportFragment.java"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/leanback/app/SearchSupportFragment;
.end annotation
.annotatio... | 51,099 |
https://github.com/jam1garner/VBN-Editor/blob/master/Smash Forge/SkelAnimation.cs | Github Open Source | Open Source | MIT | 2,022 | VBN-Editor | jam1garner | C# | Code | 1,046 | 3,256 | using System;
using System.Collections.Generic;
using OpenTK;
// Obselete as f
// Will probably remove eventually
// Still used for some converting...
namespace SmashForge
{
public class KeyFrame
{
public List<KeyNode> nodes = new List<KeyNode>();
public int frame = 0;
public int fram... | 42,246 |
https://github.com/g8extended/Character-Generator/blob/master/src/utils/conflicts.js | Github Open Source | Open Source | MIT | 2,022 | Character-Generator | g8extended | JavaScript | Code | 60 | 104 | export const getConflictsReplaceAssets = conflicts => {
if ( ! conflicts) return [];
const { replace } = conflicts;
if ( ! replace) return [];
return replace.assets || [];
};
export const getConflictsChangeTypeAssets = conflicts => {
if ( ! conflicts) return {};
const { changeType } = conflicts;
if ( ! c... | 29,002 |
https://github.com/Ratstail91/Hearts/blob/master/Hearts/player_user.cpp | Github Open Source | Open Source | Zlib | 2,021 | Hearts | Ratstail91 | C++ | Code | 584 | 1,512 | /* File Name: player_user.cpp
* Author: Kayne Ruse
* Date (dd/mm/yyyy): 05/06/2011
* Copyright: (c) Kayne Ruse 2011, 2012
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Pe... | 15,304 |
https://github.com/duduppp/Hotel/blob/master/src/com/fh/service/information/pictures/PicturesManager.java | Github Open Source | Open Source | Apache-2.0 | 2,018 | Hotel | duduppp | Java | Code | 159 | 451 | package com.fh.service.information.pictures;
import java.util.List;
import com.fh.entity.Page;
import com.fh.util.PageData;
/**
* 图片管理接口
*/
public interface PicturesManager {
/**
* 列表
*
* @param page
* @return
* @throws Exception
*/
public List<PageData> list(Page page) throws Exception;
/**
* ... | 21,719 |
https://github.com/meledin/trap/blob/master/trap-js/src/main/javascript/impl/message.js | Github Open Source | Open Source | BSD-3-Clause | null | trap | meledin | JavaScript | Code | 1,243 | 4,012 | /*
*
*
* @author Vladimir Katardjiev
* @param {String|Uint8Array} inData A string or bytearray containing a full message.
*
* @property {any[]} data
* @property
* @constructor
*/
Trap.Message = function(inData)
{
this._data = [];
this._authData = null;
this._format = Trap.Message.Format.SEV... | 12,062 |
https://github.com/Mrzhanzhang/Jeson-Mor-Game-GUI-version/blob/master/src/main/java/castle/comp3021/assignment/gui/views/panes/GamePlayPane.java | Github Open Source | Open Source | Apache-2.0 | null | Jeson-Mor-Game-GUI-version | Mrzhanzhang | Java | Code | 2,077 | 6,215 | package castle.comp3021.assignment.gui.views.panes;
import castle.comp3021.assignment.gui.DurationTimer;
import castle.comp3021.assignment.gui.FXJesonMor;
import castle.comp3021.assignment.gui.ViewConfig;
import castle.comp3021.assignment.gui.controllers.AudioManager;
import castle.comp3021.assignment.gui.controllers.... | 33,886 |
https://github.com/bmancini55/isomorphic-jade/blob/master/server/home/index.jade | Github Open Source | Open Source | MIT | null | isomorphic-jade | bmancini55 | null | Spoken | 6 | 24 | extends ../views/layout.jade
block body
include index.iso.jade | 7,641 |
https://github.com/salaun-urennes1/grouper/blob/master/grouper-misc/grouperClient/src/java/edu/internet2/middleware/grouperClient/config/ConfigPropertiesCascadeBase.java | Github Open Source | Open Source | Apache-2.0 | null | grouper | salaun-urennes1 | Java | Code | 5,428 | 14,162 | /**
* Copyright 2014 Internet2
*
* 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 ... | 42,861 |
https://github.com/MajorArkwolf/ICT397-Lab2/blob/master/src/texture.cpp | Github Open Source | Open Source | ISC | null | ICT397-Lab2 | MajorArkwolf | C++ | Code | 288 | 890 | #include "texture.hpp"
#include <glad/glad.h>
#include <iostream>
#include "engine.hpp"
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
Red::TextureLoader::TextureLoader() {
auto& engine = Red::Engine::get();
this->directory = engine.basepath + "//images//";
}
Red::TextureLoader::~TextureLoader() {
... | 48,260 |
https://github.com/tosho/Temperature/blob/master/.import/weather_man_fail_00154.png-e1de1858ae2215df910d85b3acacf234.md5 | Github Open Source | Open Source | CC-BY-4.0, MIT | 2,018 | Temperature | tosho | null | Spoken | 2 | 51 | source_md5="5794bbf28ccb33022dc06671ac87ea6e"
dest_md5="d93c2e43ba612047a1493aa60b35f287"
| 7,423 |
https://github.com/doc22940/graphql-zeus/blob/master/src/Models/ParserTree.ts | Github Open Source | Open Source | MIT | 2,021 | graphql-zeus | doc22940 | TypeScript | Code | 54 | 146 | import { Options } from './Options';
import { Directive, OperationType } from './Spec';
import { GraphQLNodeParams } from './Types';
export interface ParserField {
name: string;
type: {
name: string;
options?: Options[];
operations?: OperationType[];
directiveOptions?: Directive[];
};
data?: Gr... | 29,490 |
https://github.com/UNLV-Online-Education/ng2-edu/blob/master/components/branching/branching.ts | Github Open Source | Open Source | MIT | 2,017 | ng2-edu | UNLV-Online-Education | TypeScript | Code | 151 | 620 | import { NgModule, Component, OnInit, Input } from '@angular/core';
import { CommonModule } from '@angular/common';
@Component({
selector: 'edu-branching',
template: `
<section>
<div>
<h4 *ngIf="node.data.title">{{node.data.title}}</h4>
<img *ngIf="node.data.image" class="graphic" [src]="... | 24,319 |
https://github.com/Zalfrie/jdih/blob/master/resources/views/administrasi/review/tambah.blade.php | Github Open Source | Open Source | MIT | null | jdih | Zalfrie | PHP | Code | 736 | 4,164 |
@extends('layouts.app')
@section('content')
<div class="row">
<div class="col-md-12">
<div class="portlet box blue-chambray">
<div class="portlet-title">
<div class="caption">
<i class="icon-book-open"></i> Tambah Review Peraturan
</div>
</div>
<div class="portlet-body form"... | 48,943 |
https://github.com/sreenathtv18/GeofencingRegion/blob/master/GeofencingRegion/Classes/GeofencingModel.swift | Github Open Source | Open Source | MIT | null | GeofencingRegion | sreenathtv18 | Swift | Code | 168 | 499 | //
// GeofencingModel.swift
// Geofencing Demo
//
// Created by Sreenath on 17/12/19.
// Copyright © 2019 Sreenath. All rights reserved.
//
import CoreLocation
public struct Coordinate {
public let latitude: CLLocationDegrees
public let longitude: CLLocationDegrees
let radius: CLLocationDistance... | 2,784 |
https://github.com/kohone/yii2-schema-org/blob/master/models/Order.php | Github Open Source | Open Source | MIT | 2,018 | yii2-schema-org | kohone | PHP | Code | 402 | 805 | <?php
namespace simialbi\yii2\schemaorg\models;
/**
* Model for Order
*
* @package simialbi\yii2\schemaorg\models
* @see http://schema.org/Order
*/
class Order extends Intangible {
/**
* @var Offer The offer(s) -- e.g., product, quantity and price combinations -- included in the order.
*/
public $acceptedOff... | 46,040 |
https://github.com/brezillon/opensplice/blob/master/src/tools/cppgen/include/utl_error.h | Github Open Source | Open Source | Apache-2.0 | 2,022 | opensplice | brezillon | C | Code | 1,088 | 2,408 | /*
COPYRIGHT
Copyright 1992, 1993, 1994 Sun Microsystems, Inc. Printed in the United
States of America. All Rights Reserved.
This product is protected by copyright and distributed under the following
license restricting its use.
The Interface Definition Language Compiler Front End (CFE) is made
available for your... | 26,750 |
https://github.com/ShaunSEMO/edunnect/blob/master/database/migrations/2020_01_13_212912_create_school_over_views_table.php | Github Open Source | Open Source | MIT | 2,020 | edunnect | ShaunSEMO | PHP | Code | 60 | 250 | <?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateSchoolOverViewsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('school_... | 6,742 |
https://github.com/cDoru/nodetv/blob/master/remote.js | Github Open Source | Open Source | BSD-3-Clause, MIT | 2,013 | nodetv | cDoru | JavaScript | Code | 105 | 298 | /*
* NodeTV - remote.js
* Author: Gordon Hall
*
* Released under MIT license - see LICENSE
*/
module.exports = function(io) {
// set connection and get device information
// if remote is connected then start listening
// for events
io.sockets.on('connection', function(socket) {
// tell the client the h... | 9,786 |
https://github.com/m0er/hf-ios-study/blob/master/Gilligizer/Gilligizer/DetailViewController.m | Github Open Source | Open Source | MIT | 2,015 | hf-ios-study | m0er | Objective-C | Code | 213 | 760 | //
// DetailViewController.m
// Gilligizer
//
// Created by Paul Pilone on 4/22/13.
// Copyright (c) 2013 Element 84, LLC. All rights reserved.
//
#import "DetailViewController.h"
@interface DetailViewController ()
- (void)configureView;
@property (weak, nonatomic) IBOutlet UITextField *titleField;
@property (we... | 5,271 |
https://github.com/lucianf/oci-designer-toolkit/blob/master/docker/build-docker-image.sh | Github Open Source | Open Source | UPL-1.0, Apache-2.0 | null | oci-designer-toolkit | lucianf | Shell | Code | 105 | 330 | #!/bin/bash
# Copyright (c) 2020, Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
source $(dirname $0)/docker-env.sh
docker images
docker rmi ${DOCKERIMAGE}
docker images
echo "**************************************************... | 7,963 |
https://github.com/RTJ/booking/blob/master/lib/booking_api/hotel.rb | Github Open Source | Open Source | MIT | 2,017 | booking | RTJ | Ruby | Code | 181 | 816 | module BookingApi
class Hotel
def initialize
@http_service = HttpService.new
end
def http_service
@http_service
end
# checks for the given parameters if the hotel is available
def get_availabillity(request_parameters: {})
default_parameters = {
room1: "A,A",
... | 43,505 |
https://github.com/ballerina-platform/ballerina-lang/blob/master/language-server/modules/langserver-stdlib/src/main/java/module-info.java | Github Open Source | Open Source | Apache-2.0, BSD-3-Clause, LicenseRef-scancode-mit-old-style, MPL-2.0, LicenseRef-scancode-unicode, MIT | 2,023 | ballerina-lang | ballerina-platform | Java | Code | 6 | 35 | module ballerina.parent.language.server.language.server.stdlib.main {
requires io.ballerina.runtime;
}
| 47,103 |
https://github.com/th2-net/remotehand/blob/master/src/main/java/com/exactpro/remotehand/grid/GridLogonHandler.java | Github Open Source | Open Source | Apache-2.0 | null | remotehand | th2-net | Java | Code | 373 | 1,187 | /*
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
*
* 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... | 34,460 |
https://github.com/link-marie/Cocos2dxAppDemo-Android/blob/master/Classes/JniIf.h | Github Open Source | Open Source | Apache-2.0 | null | Cocos2dxAppDemo-Android | link-marie | C | Code | 105 | 270 | /*
*/
#ifndef JNIIF_H_
#define JNIIF_H_
#include "platform/android/jni/JniHelper.h"
/**
* Specify Java class for JNI
*/
#define kClassName "com/linknext/cocos2dx/JniIf"
extern "C" {
const char* getString( const char* func);
int getInteger1( const char* className, const char* func);
int getInteger2( const char... | 48,701 |
https://github.com/ilyapuchka/dipgen/blob/master/Carthage/Checkouts/SourceKitten/Carthage/Checkouts/YamlSwift/Yaml/Operators.swift | Github Open Source | Open Source | MIT | 2,016 | dipgen | ilyapuchka | Swift | Code | 32 | 67 | infix operator |> { associativity left }
func |> <T, U> (x: T, f: T -> U) -> U {
return f(x)
}
func count(string: String) -> String.Index.Distance {
return string.characters.count
} | 51,712 |
https://github.com/eduzz/houston/blob/master/src/pages/icons/EyeDropper/index.tsx | Github Open Source | Open Source | MIT | 2,023 | houston | eduzz | TSX | Code | 115 | 535 | import Icon, { IconProps } from '../Icon';
const EyeDropper = (props: IconProps) => {
return (
<Icon {...props}>
<path
fillRule='evenodd'
clipRule='evenodd'
d='M139.744 36.9289C135.838 33.0237 129.507 33.0237 125.602 36.9289L114.549 47.9813C114.26 48.2702 113.993 48.5724 113.747 48.... | 48,925 |
https://github.com/robinwijngaard/TFM_code/blob/master/CNVbenchmarkeR/output/manta2-datasetall/results17300/results/stats/svCandidateGenerationStats.tsv | Github Open Source | Open Source | MIT | 2,021 | TFM_code | robinwijngaard | TSV | Code | 757 | 2,426 | EdgeStatsReport
SVGenTotalHours 0.0042h wall, 0.0391h user + 0.0006h system = 0.0397h CPU (947.55%)
NonEdgeHours 0.0006h wall, 0.0011h user + -0.0000h system = 0.0011h CPU (187.58%)
[AllEdges]
InputEdgeCount 452
InputEdgeCandidatesPerEdge:
0 82
1 361
2 9
3 0
4 0
5+ 0
CandidateCount 379
ComplexCandidateCount 191
EdgeFi... | 575 |
https://github.com/rizhiykun/prodSkyhome/blob/master/app/Orchid/Layouts/Design/DesignDocE2.php | Github Open Source | Open Source | MIT | null | prodSkyhome | rizhiykun | PHP | Code | 108 | 418 | <?php
namespace App\Orchid\Layouts\Design;
use Orchid\Screen\Actions\Button;
use Orchid\Screen\Actions\DropDown;
use Orchid\Screen\Field;
use Orchid\Screen\Fields\DateTimer;
use Orchid\Screen\Fields\Group;
use Orchid\Screen\Fields\Upload;
use Orchid\Screen\Layouts\Rows;
class DesignDocE2 extends Rows
{
/**
... | 43,321 |
https://github.com/PatrikValkovic/MasterThesis/blob/master/src/Scripts/generate_pso11_time_cpu.py | Github Open Source | Open Source | MIT | 2,021 | MasterThesis | PatrikValkovic | Python | Code | 216 | 1,126 | ###############################
#
# Created by Patrik Valkovic
# 08.04.21
#
###############################
import argparse
import itertools
import time
parser = argparse.ArgumentParser()
parser.add_argument('--output', type=str, required=True, help='Output directory')
parser.add_argument('--cluster', type=str, defaul... | 42,663 |
https://github.com/hildurhodd/netappfiles-java-snapshot-policy-sdk-sample/blob/master/src/main/java/snapshotpolicy/sdk/sample/main.java | Github Open Source | Open Source | MIT | null | netappfiles-java-snapshot-policy-sdk-sample | hildurhodd | Java | Code | 869 | 3,105 | // Copyright (c) Microsoft and contributors. All rights reserved.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
package snapshotpolicy.sdk.sample;
import com.ea.async.Async;
import com.microsoft.azure.CloudException;
import com.micros... | 9,380 |
https://github.com/Voxzee/Metrics-converter/blob/master/measurement-conversion/temperature.php | Github Open Source | Open Source | Apache-2.0 | null | Metrics-converter | Voxzee | PHP | Code | 151 | 616 | <?php
require_once('includes/functions.php');
$from_value = '';
$from_unit = '';
$to_unit = '';
$to_value = '';
if(isset($_POST['submit'])) {
$from_value = $_POST['from_value'];
$from_unit = $_POST['from_unit'];
$to_unit = $_POST['to_unit'];
$to_value = convert_temperature($from_value, $from_unit, $to_uni... | 1,994 |
https://github.com/Eun/TFSMonkey/blob/master/TFSCore/WorkItemFactory.cs | Github Open Source | Open Source | MS-PL | 2,021 | TFSMonkey | Eun | C# | Code | 11 | 32 | namespace TFSCore
{
public interface WorkItemFactory
{
IWorkItem CreateItem();
}
} | 29,780 |
https://github.com/SakataAtsuki/laravel/blob/master/storage/framework/views/6cceaa8cea8367a4d412686260e6e074664778f1.php | Github Open Source | Open Source | MIT | 2,021 | laravel | SakataAtsuki | PHP | Code | 33 | 170 | <table>
<tr><th>Data</th></tr>
<?php $__currentLoopData = $items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($item->getData()); ?></td>
</tr>
<?php endforeach; ... | 48,246 |
https://github.com/beckgael/Clustering-Visualisation-Tool-1/blob/master/Circles/circles.js | Github Open Source | Open Source | MIT | null | Clustering-Visualisation-Tool-1 | beckgael | JavaScript | Code | 801 | 3,654 | function circles(dataUp) {
var tous = [],
boolAffParLigne = true;
circlesIn(tous,10,dataUp,boolAffParLigne);
}
function circlesIn(toto,dimMap,dataUp2,boolLigne) {
// Préparation data pour fonction foncInfo
var to1,to2;
to1 = objToAtt(dataUp2[0]);
to2 = objToAtt(dataUp2[1]);
for (var j in to2) {
to1[j] =... | 50,467 |
https://github.com/sigswtool/moq4/blob/master/src/Moq/AmbientObserver.cs | Github Open Source | Open Source | BSD-3-Clause | 2,021 | moq4 | sigswtool | C# | Code | 737 | 1,921 | // Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD.
// All rights reserved. Licensed under the BSD 3-Clause License; see License.txt.
using System;
using System.Collections.Generic;
using System.Diagnostics;
namespace Moq
{
/// <summary>
/// A per-thread observer that records invocatio... | 873 |
https://github.com/Tomius/LoD/blob/master/src/cpp/scenes/bullet_basics_scene.h | Github Open Source | Open Source | MIT | 2,022 | LoD | Tomius | C | Code | 559 | 2,652 | // Copyright (c) 2014, Tamas Csala
#ifndef LOD_SCENES_BULLET_BASICS_SCENE_H_
#define LOD_SCENES_BULLET_BASICS_SCENE_H_
#include <vector>
#include <bullet/btBulletDynamicsCommon.h>
#include "../engine/misc.h"
#include "../engine/scene.h"
#include "../engine/camera.h"
#include "../engine/game_object.h"
#include "../eng... | 9,435 |
https://github.com/terminatorx0x0/C-LanguageCode/blob/master/ass14.c | Github Open Source | Open Source | Apache-2.0 | null | C-LanguageCode | terminatorx0x0 | C | Code | 72 | 267 | #include<stdio.h>
#include<conio.h>
void main()
{
int dow;
float a,b,re;
printf("enter the number for various operation \n 1-sum\n 2-diff\n 3-product\n 4-divide\n ");
scanf("%d",&dow);
printf("enter the 1st number: ");
scanf("%f",&a);
printf("enter the 2nd number: ");
scanf("%f",&b);
swit... | 11,917 |
https://github.com/farhanz95/pioneerbadminton/blob/master/backend/models/Booking.php | Github Open Source | Open Source | BSD-3-Clause | 2,017 | pioneerbadminton | farhanz95 | PHP | Code | 390 | 1,601 | <?php
namespace app\models;
use Yii;
/**
* This is the model class for table "booking".
*
* @property integer $booking_id
* @property string $booking_name
* @property string $booking_status
* @property string $booking_type
* @property string $booking_date
* @property string $booking_ip
* @property integer $... | 24,238 |
https://github.com/hernancontigiani/ANFIS-Neural-Network-ToolBox/blob/master/anfis/input_layer.cpp | Github Open Source | Open Source | Unlicense | null | ANFIS-Neural-Network-ToolBox | hernancontigiani | C++ | Code | 80 | 421 | #include "input_layer.h"
//--------------------------------------------------------------------------------
#include "membership_function_triangular.h"
//--------------------------------------------------------------------------------
using namespace ANFIS;
//------------------------------------------------------------... | 24,060 |
https://github.com/mattlogan/StravaFlow/blob/master/app/src/main/java/me/mattlogan/stravaflow/api/util/ApiUtils.java | Github Open Source | Open Source | MIT | 2,022 | StravaFlow | mattlogan | Java | Code | 40 | 170 | package me.mattlogan.stravaflow.api.util;
import android.content.Context;
import java.util.HashMap;
import java.util.Map;
import me.mattlogan.stravaflow.R;
public class ApiUtils {
public static Map<String, String> getAuthParams(Context context, String code) {
Map<String, String> params = new HashMap<St... | 18,861 |
https://github.com/jasongregori/mini-frameworks-working/blob/master/Needs Cleanup/NSArray+MFSentence.h | Github Open Source | Open Source | MIT | 2,017 | mini-frameworks-working | jasongregori | C | Code | 169 | 421 | //
// NSArray+MFSentence.h
// zabbi
//
// Created by Jason Gregori on 2/10/12.
// Copyright 2010 Jason Gregori. All rights reserved.
//
// @mf: Converts an array of objects to a sentence in the form of {object}, {object}, and {object}
#import <Foundation/Foundation.h>
@interface NSArray (MFSentence)
- (NSString... | 14,041 |
https://github.com/IRONKAGE/DetoxInstruments/blob/master/Profiler/DTXProfiler/PerformanceProfiling/DTXFPSCalculator.h | Github Open Source | Open Source | MIT | null | DetoxInstruments | IRONKAGE | C | Code | 43 | 141 | //
// DTXFPSCalculator.h
// DTXProfiler
//
// Created by Leo Natan (Wix) on 3/25/18.
// Copyright © 2017-2021 Wix. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "DTXPollable.h"
@import UIKit;
@interface DTXFPSCalculator : NSObject <DTXPollable>
@property (nonatomic, assign, readonly) CGFloat ... | 36,642 |
https://github.com/liutuoni/Editor/blob/master/src/renderer/editor/assets/meshes.tsx | Github Open Source | Open Source | LicenseRef-scancode-unknown-license-reference, Apache-2.0 | 2,021 | Editor | liutuoni | TSX | Code | 1,883 | 5,625 | import { shell } from "electron";
import { join, extname, basename } from "path";
import { copy, readdir, remove } from "fs-extra";
import * as os from "os";
import * as React from "react";
import { ContextMenu, Menu, MenuItem, Classes, ButtonGroup, Button, Divider, MenuDivider, Tag, Intent } from "@blueprintjs/core";... | 2,823 |
https://github.com/demarey/Calypso/blob/master/Calypso-SystemQueries.package/ClyGroupedInstanceVariables.class/instance/addClassVariableGroup.st | Github Open Source | Open Source | MIT | null | Calypso | demarey | null | Spoken | 42 | 128 | building
addClassVariableGroup
| variableQuery methodQuery group |
variableQuery := ClyAllClassVariables from: self queryScope.
methodQuery := ClyVariableReferences
from: self queryScope asLocalClassScope
toVariablesFrom: variableQuery.
group := ClyMethodGroup
named: 'Class variables' priority: 9
on: ... | 23,866 |
https://github.com/b3c/MAF3/blob/master/test/mafPluginVTKTest/mafPipeDataSliceVolumeTest.cpp | Github Open Source | Open Source | Apache-2.0 | 2,014 | MAF3 | b3c | C++ | Code | 325 | 1,433 | /*
* mafPipeDataSliceVolumeTest.cpp
* mafPluginVTK
*
* Created by Paolo Quadrani on 24/11/11.
* Copyright 2011 SCS-B3C. All rights reserved.
*
* See License at: http://tiny.cc/QXJ4D
*
*/
#include <mafTestConfig.h>
#include <mafTestSuite.h>
#include <mafCoreSingletons.h>
#include <mafEventBusManager.h>
#i... | 4,348 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.