hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 98
values | lang stringclasses 21
values | max_stars_repo_path stringlengths 3 945 | max_stars_repo_name stringlengths 4 118 | max_stars_repo_head_hexsha stringlengths 40 78 | max_stars_repo_licenses listlengths 1 10 | max_stars_count int64 1 368k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 3 945 | max_issues_repo_name stringlengths 4 118 | max_issues_repo_head_hexsha stringlengths 40 78 | max_issues_repo_licenses listlengths 1 10 | max_issues_count int64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 945 | max_forks_repo_name stringlengths 4 135 | max_forks_repo_head_hexsha stringlengths 40 78 | max_forks_repo_licenses listlengths 1 10 | max_forks_count int64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1 1.03M | max_line_length int64 2 1.03M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cf1fdb7edf649ccc7a404f0e8b6fc93e1d2baa62 | 5,593 | php | PHP | application/modules/admin/models/Academic_subject_model.php | devsourceexpert/SM1520161 | ea709639d67329d7b1af9eb43341d3aa473cfedd | [
"MIT"
] | null | null | null | application/modules/admin/models/Academic_subject_model.php | devsourceexpert/SM1520161 | ea709639d67329d7b1af9eb43341d3aa473cfedd | [
"MIT"
] | null | null | null | application/modules/admin/models/Academic_subject_model.php | devsourceexpert/SM1520161 | ea709639d67329d7b1af9eb43341d3aa473cfedd | [
"MIT"
] | null | null | null | <?php
/*
* Developer : Saravanan.S
* Date : 26 JAN, 2016
* Description : Manage Academic Subjects
*/
class Academic_subject_model extends CI_Model
{
private $db;
private $table = null;
public $academic_subject_id = 0;
public $subject_name = null;
public $academic_year_id = 0;
public ... | 32.707602 | 107 | 0.474522 |
c6910a1785539e08539553c1566d65ff9f1445c5 | 667 | rb | Ruby | lib/fragmenter/validators/checksum_validator.rb | dscout/fragmenter | 9a87996c3a4067da58be38f6adab62bec5d8696d | [
"MIT"
] | 1 | 2015-03-22T10:13:07.000Z | 2015-03-22T10:13:07.000Z | lib/fragmenter/validators/checksum_validator.rb | dscout/fragmenter | 9a87996c3a4067da58be38f6adab62bec5d8696d | [
"MIT"
] | null | null | null | lib/fragmenter/validators/checksum_validator.rb | dscout/fragmenter | 9a87996c3a4067da58be38f6adab62bec5d8696d | [
"MIT"
] | null | null | null | require 'digest/md5'
module Fragmenter
module Validators
class ChecksumValidator
attr_reader :errors, :request
def initialize(request)
@request = request
@errors = []
end
def part?
true
end
def valid?
matches = expected.nil? || expected == c... | 17.102564 | 74 | 0.574213 |
5d401c19452901ae86f32ac359aae3a8a22142fe | 1,489 | hpp | C++ | src/parser/skip-to-sequence.hpp | aaron-michaux/giraffe | 457b55d80f6d21616a5c40232c2f68ee9e2c8335 | [
"MIT"
] | null | null | null | src/parser/skip-to-sequence.hpp | aaron-michaux/giraffe | 457b55d80f6d21616a5c40232c2f68ee9e2c8335 | [
"MIT"
] | null | null | null | src/parser/skip-to-sequence.hpp | aaron-michaux/giraffe | 457b55d80f6d21616a5c40232c2f68ee9e2c8335 | [
"MIT"
] | null | null | null |
#pragma once
#include "scanner/scanner.hpp"
#include "utils/in-list.hpp"
namespace giraffe::detail
{
template<typename T> bool match_worker(Scanner& tokens, T&& id) noexcept
{
if(in_list(tokens.current().id(), id)) {
tokens.consume();
return true;
}
return false;
}
template<typename T, typename... | 26.122807 | 89 | 0.648086 |
0a947c2f4fc40f019d272db0f9531d9c86df02a7 | 3,561 | cs | C# | UltimaOnline.Data/Engines/ConPVP/StakesContainer.cs | netcode-gamer/game.ultimaonline.io | 5be917d62b6232b07c5517f5f0b06bcaf3df93b9 | [
"MIT"
] | null | null | null | UltimaOnline.Data/Engines/ConPVP/StakesContainer.cs | netcode-gamer/game.ultimaonline.io | 5be917d62b6232b07c5517f5f0b06bcaf3df93b9 | [
"MIT"
] | null | null | null | UltimaOnline.Data/Engines/ConPVP/StakesContainer.cs | netcode-gamer/game.ultimaonline.io | 5be917d62b6232b07c5517f5f0b06bcaf3df93b9 | [
"MIT"
] | null | null | null | using System;
using System.Text;
using System.Collections;
using UltimaOnline;
using UltimaOnline.Items;
namespace UltimaOnline.Engines.ConPVP
{
#if false
[Flipable(0x9A8, 0xE80)]
public class StakesContainer : LockableContainer
{
private Mobile m_Initiator;
private Participant... | 28.03937 | 101 | 0.512496 |
7bca2dbc1ca7552e5f6978fcb64478f85881a998 | 110 | cpp | C++ | src/UIKit/UIEvent.cpp | jjzhang166/uikit-cpp-win32 | 6887cef72334214c00cae95a671415f0e91dd886 | [
"MIT"
] | 4 | 2015-06-05T03:06:21.000Z | 2021-02-13T18:07:58.000Z | src/UIKit/UIEvent.cpp | jjzhang166/uikit-cpp-win32 | 6887cef72334214c00cae95a671415f0e91dd886 | [
"MIT"
] | null | null | null | src/UIKit/UIEvent.cpp | jjzhang166/uikit-cpp-win32 | 6887cef72334214c00cae95a671415f0e91dd886 | [
"MIT"
] | 4 | 2015-06-05T03:06:22.000Z | 2022-03-25T01:03:05.000Z | #include "UIEvent.h"
UIEvent::UIEvent()
: x(0)
, y(0)
, view(NULL) {
}
UIEvent::~UIEvent() {
} | 9.166667 | 21 | 0.5 |
c8cf2f48e7e46261d65d6c0ef13ed4d1a242b6dd | 3,804 | css | CSS | wp-content/plugins/easy-social-share-buttons3/assets/admin/tinymce/pinpro.css | aniskchaou/BLOG-COMET-CMS | c1fbaeaffb4cdb62082049d7e76f0a10fcefe9c1 | [
"MIT"
] | null | null | null | wp-content/plugins/easy-social-share-buttons3/assets/admin/tinymce/pinpro.css | aniskchaou/BLOG-COMET-CMS | c1fbaeaffb4cdb62082049d7e76f0a10fcefe9c1 | [
"MIT"
] | null | null | null | wp-content/plugins/easy-social-share-buttons3/assets/admin/tinymce/pinpro.css | aniskchaou/BLOG-COMET-CMS | c1fbaeaffb4cdb62082049d7e76f0a10fcefe9c1 | [
"MIT"
] | null | null | null | .mce-i-essb-pp-image {
background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9... | 211.333333 | 1,759 | 0.953996 |
6607466a83a7aedb5945640707a5d47caaa76929 | 33,314 | py | Python | hio-yocto-bsp/sources/poky/scripts/lib/mic/utils/partitionedfs.py | qiangzai00001/hio-prj | 060ff97fe21093b1369db78109d5b730b2b181c8 | [
"MIT"
] | null | null | null | hio-yocto-bsp/sources/poky/scripts/lib/mic/utils/partitionedfs.py | qiangzai00001/hio-prj | 060ff97fe21093b1369db78109d5b730b2b181c8 | [
"MIT"
] | null | null | null | hio-yocto-bsp/sources/poky/scripts/lib/mic/utils/partitionedfs.py | qiangzai00001/hio-prj | 060ff97fe21093b1369db78109d5b730b2b181c8 | [
"MIT"
] | null | null | null | #!/usr/bin/python -tt
#
# Copyright (c) 2009, 2010, 2011 Intel, Inc.
# Copyright (c) 2007, 2008 Red Hat, Inc.
# Copyright (c) 2008 Daniel P. Berrange
# Copyright (c) 2008 David P. Huff
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as publ... | 42.546616 | 136 | 0.515579 |
8b8c69008d2e854728d2cfc2a6046fc8b9d3cd12 | 6,016 | sql | SQL | bd1/formularios.sql | andreinah/proyecto | 1fca188b50c9b3d5e8837e3b0c84108371715eec | [
"MIT"
] | null | null | null | bd1/formularios.sql | andreinah/proyecto | 1fca188b50c9b3d5e8837e3b0c84108371715eec | [
"MIT"
] | null | null | null | bd1/formularios.sql | andreinah/proyecto | 1fca188b50c9b3d5e8837e3b0c84108371715eec | [
"MIT"
] | null | null | null | -- phpMyAdmin SQL Dump
-- version 4.8.5
-- https://www.phpmyadmin.net/
--
-- Servidor: 127.0.0.1
-- Tiempo de generación: 14-04-2021 a las 23:51:11
-- Versión del servidor: 10.1.38-MariaDB
-- Versión de PHP: 7.3.2
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
... | 22.787879 | 69 | 0.634475 |
7adec58ea6ac4d4f2e1843f02d0ca38f534a5358 | 1,081 | cs | C# | tools/InvoiceXpress.Cli/Item/ItemUpdateCommand.cs | filipetoscano/invoicexpress | 6574f229407a28ac699c0b59449e8d374ab08d6e | [
"MIT"
] | null | null | null | tools/InvoiceXpress.Cli/Item/ItemUpdateCommand.cs | filipetoscano/invoicexpress | 6574f229407a28ac699c0b59449e8d374ab08d6e | [
"MIT"
] | 7 | 2022-03-28T18:18:58.000Z | 2022-03-31T13:25:44.000Z | tools/InvoiceXpress.Cli/Item/ItemUpdateCommand.cs | filipetoscano/invoicexpress | 6574f229407a28ac699c0b59449e8d374ab08d6e | [
"MIT"
] | null | null | null | using McMaster.Extensions.CommandLineUtils;
using static InvoiceXpress.Cli.StaticUtils;
namespace InvoiceXpress.Cli;
/// <summary />
[Command( "update", Description = "Updates an item record" )]
public class ItemUpdateCommand
{
/// <summary />
[Argument( 0, Description = "Item record, in JSON file" )]
[F... | 26.365854 | 121 | 0.610546 |
e234388bd8e15d597ff8ba76f14c3e09b73c8156 | 1,338 | js | JavaScript | tasks/startup.js | rlugojr/lightning | d4d2d5fc6971a660df587950852d0384d459128d | [
"MIT"
] | 1,028 | 2015-01-15T05:43:12.000Z | 2022-02-19T19:15:36.000Z | tasks/startup.js | rlugojr/lightning | d4d2d5fc6971a660df587950852d0384d459128d | [
"MIT"
] | 61 | 2015-02-06T21:27:13.000Z | 2020-06-02T21:17:30.000Z | tasks/startup.js | harunpehlivan/lightning | 2c712c444957187f46b2004edb8bcfb5e5e1af75 | [
"MIT"
] | 129 | 2015-01-10T01:46:24.000Z | 2021-09-18T08:37:10.000Z | var models = require('../app/models');
var utils = require('../app/utils');
var env = process.env.NODE_ENV || 'development';
var dbConfig = require(__dirname + '/../config/database')[env];
var _ = require('lodash');
var tasks = require('./index');
var port = process.env.PORT || 3000;
var npm = require('npm');
var debug... | 28.468085 | 77 | 0.54559 |
a43ce687f662b11933b059f007c72f44f5c0d618 | 572 | php | PHP | app/Http/Controllers/api/admin/CustomerController.php | ihsan606/backend-ecommerce-restfull-api | 2bbe45f0f337c5cdfc4498fcab4f701291bd8efa | [
"MIT"
] | null | null | null | app/Http/Controllers/api/admin/CustomerController.php | ihsan606/backend-ecommerce-restfull-api | 2bbe45f0f337c5cdfc4498fcab4f701291bd8efa | [
"MIT"
] | null | null | null | app/Http/Controllers/api/admin/CustomerController.php | ihsan606/backend-ecommerce-restfull-api | 2bbe45f0f337c5cdfc4498fcab4f701291bd8efa | [
"MIT"
] | null | null | null | <?php
namespace App\Http\Controllers\Api\Admin;
use App\Models\Customer;
use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
use App\Http\Resources\CustomerResource;
class CustomerController extends Controller
{
//
public function index()
{
$customers = Customer::when(request()->q, ... | 24.869565 | 78 | 0.667832 |
dca4deec5ac1d7eb15edc6f7b1a03997538613c1 | 388 | rb | Ruby | app/mailers/projects_mailer.rb | leonardoc2o/nos.vc | ff9780c1fd8697d921ba7e4929c30c80feda1d79 | [
"MIT"
] | 1 | 2021-09-01T14:38:41.000Z | 2021-09-01T14:38:41.000Z | app/mailers/projects_mailer.rb | gomex/nos.vc | d43afca5c24251d1a4e41a3b2fede4a8572b68d8 | [
"MIT"
] | null | null | null | app/mailers/projects_mailer.rb | gomex/nos.vc | d43afca5c24251d1a4e41a3b2fede4a8572b68d8 | [
"MIT"
] | null | null | null | class ProjectsMailer < ActionMailer::Base
include ERB::Util
def new_project(name, link, project, user)
@name = name
@link = link
@project = project
@user = user
mail(:from => "#{I18n.t('site.name')} <#{I18n.t('site.email.system')}>", :to => I18n.t('site.email.projects'), :subject => I18n.t('pro... | 32.333333 | 195 | 0.639175 |
8e2dd55d228ec16f4f521276a9991f8245c15b5d | 2,700 | kt | Kotlin | app/src/main/java/com/syntia/local_alarm_sample/utils/NotificationUtils.kt | syntialai/local-alarm-sample | 89df13bb0236114892252b6c55f3e429542d3932 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/syntia/local_alarm_sample/utils/NotificationUtils.kt | syntialai/local-alarm-sample | 89df13bb0236114892252b6c55f3e429542d3932 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/syntia/local_alarm_sample/utils/NotificationUtils.kt | syntialai/local-alarm-sample | 89df13bb0236114892252b6c55f3e429542d3932 | [
"Apache-2.0"
] | null | null | null | package com.syntia.local_alarm_sample.utils
import android.app.NotificationChannel
import android.app.NotificationManager
import android.app.PendingIntent
import android.content.Context
import android.content.Intent
import android.os.Build
import androidx.annotation.RequiresApi
import androidx.core.app.NotificationCom... | 33.333333 | 99 | 0.712593 |
1a5764a28fbba1b1832288eec7f1e52a4f08d966 | 9,178 | py | Python | control3.py | misterhay/VISCA-IP-Controller | 13e433dc825864eaaab9bfb83c0ebf1340a1f6aa | [
"Unlicense"
] | 30 | 2020-08-24T08:57:28.000Z | 2022-03-01T17:59:45.000Z | control3.py | misterhay/VISCA-IP-Controller | 13e433dc825864eaaab9bfb83c0ebf1340a1f6aa | [
"Unlicense"
] | 5 | 2021-06-21T16:43:54.000Z | 2022-01-30T17:26:44.000Z | control3.py | misterhay/VISCA-IP-Controller | 13e433dc825864eaaab9bfb83c0ebf1340a1f6aa | [
"Unlicense"
] | 14 | 2020-09-09T09:55:53.000Z | 2022-03-14T22:44:12.000Z | #!/usr/bin/env python
# sudo apt install python3-tk
from camera import *
c = Camera('192.168.0.100', 52381)
def save_preset_labels():
with open('preset_labels.txt', 'w') as f:
for entry in entry_boxes:
f.write(entry.get())
f.write('\n')
f.close()
# GUI
from tkinter import Tk, ... | 66.507246 | 190 | 0.753323 |
f4c9d11712f7ac2ae7b9b3611f81008e90e4b086 | 1,885 | ts | TypeScript | src/types/Chart.ts | openmusicgame/omgc-core | 3092ffde203a5b6edf1fb9446bd03068af8716c3 | [
"MIT"
] | null | null | null | src/types/Chart.ts | openmusicgame/omgc-core | 3092ffde203a5b6edf1fb9446bd03068af8716c3 | [
"MIT"
] | null | null | null | src/types/Chart.ts | openmusicgame/omgc-core | 3092ffde203a5b6edf1fb9446bd03068af8716c3 | [
"MIT"
] | null | null | null | import { IUniqueModel } from "./base/model";
import { Dictionary, ExtensiveStringEnum, PredefinedDictionary } from "./base/typeutil";
import ChartData from "./ChartData";
import { ChartRelation } from "./ChartRelation";
import { v4 as uuid} from 'uuid';
export type ChartModes =
"key" |
"slide" |
"pi... | 26.549296 | 124 | 0.634483 |
21c92032f89963623342a0a91373ca38e1ea51e6 | 363 | js | JavaScript | tests/data.js | roibh/juntas-server | a00757a289bc29d23e04f4d1e86672ab9aa99608 | [
"Apache-2.0"
] | null | null | null | tests/data.js | roibh/juntas-server | a00757a289bc29d23e04f4d1e86672ab9aa99608 | [
"Apache-2.0"
] | null | null | null | tests/data.js | roibh/juntas-server | a00757a289bc29d23e04f4d1e86672ab9aa99608 | [
"Apache-2.0"
] | null | null | null | "use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.newUser = {
FirstName: 'Roi',
LastName: 'Ben haim',
Email: 'roi.benhaim@gmail.com',
Password: '1234'
};
exports.newUserNew = {
FirstName: 'Roi',
LastName: 'Ben haim',
Email: 'tester@gmail.com',
Password:... | 24.2 | 62 | 0.636364 |
464447a61d4ac50966a030f4e9b93a311e3acb10 | 3,369 | php | PHP | src/Permissions/Permission.php | jadu/meteor | 8215f6e6450f38cd98222c1f74eff65e7f622639 | [
"MIT"
] | 11 | 2016-08-17T12:54:27.000Z | 2021-03-04T17:12:52.000Z | src/Permissions/Permission.php | jadu/meteor | 8215f6e6450f38cd98222c1f74eff65e7f622639 | [
"MIT"
] | 55 | 2016-08-17T14:05:53.000Z | 2021-09-27T21:25:49.000Z | src/Permissions/Permission.php | jadu/meteor | 8215f6e6450f38cd98222c1f74eff65e7f622639 | [
"MIT"
] | null | null | null | <?php
namespace Meteor\Permissions;
use Symfony\Component\Finder\Glob;
class Permission
{
/**
* @var string
*/
protected $pattern;
/**
* @var bool
*/
protected $read;
/**
* @var bool
*/
protected $write;
/**
* @var bool
*/
protected $execute;... | 17.638743 | 110 | 0.439596 |
52503634dbf970f1085a2161f0c998d672626c35 | 543 | sh | Shell | engines/morph-rdb/evaluate_warm.sh | jatoledo/gtfs-bench | 5b3fa0fd0bdb169c9a7436820392b68bcc9d9808 | [
"Apache-2.0"
] | null | null | null | engines/morph-rdb/evaluate_warm.sh | jatoledo/gtfs-bench | 5b3fa0fd0bdb169c9a7436820392b68bcc9d9808 | [
"Apache-2.0"
] | null | null | null | engines/morph-rdb/evaluate_warm.sh | jatoledo/gtfs-bench | 5b3fa0fd0bdb169c9a7436820392b68bcc9d9808 | [
"Apache-2.0"
] | null | null | null | #!/bin/bash
for i in 1 5 10 50 100 500
do
for j in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
do
for t in 1 2 3 4 5 6
do
#properties, mapping, querypath, size,query,time
# Load properties configuration
./pre_update_config.sh gtfs.morph-rdb.properties $i q${j}.rq 'warm'
# Run engine
timeout -s S... | 25.857143 | 128 | 0.662983 |
663a78ecd8a06bd71aa337a4064e146ea0fb9f86 | 611 | py | Python | get_seek_chains.py | gkovacs/invideo-quizzes-analysis-las2016 | 6ec8686ef0d3ffa5e994f8dec41590fea87e9539 | [
"MIT"
] | null | null | null | get_seek_chains.py | gkovacs/invideo-quizzes-analysis-las2016 | 6ec8686ef0d3ffa5e994f8dec41590fea87e9539 | [
"MIT"
] | null | null | null | get_seek_chains.py | gkovacs/invideo-quizzes-analysis-las2016 | 6ec8686ef0d3ffa5e994f8dec41590fea87e9539 | [
"MIT"
] | null | null | null | #!/usr/bin/env python
# md5: 737667fea08e49f39f1ae66bfe5a2ccd
# coding: utf-8
from memoized import memoized
import cPickle as pickle
import os
import json
@memoized
def getSeekChainsFast(lecture_id):
pfile = '/lfs/local/0/geza/seek_chains_' + str(lecture_id) + '.pickle'
if not os.path.exists(pfile):
raise 'fi... | 25.458333 | 72 | 0.738134 |
860f48c705e8958e97c8dfa3a708ab2ab42b5819 | 4,188 | rb | Ruby | RUBY/language/language_other_file.rb | lemming-life/Snippets | 796d34f3d33cb0e38d38197938bc36397ce8a27b | [
"Unlicense"
] | null | null | null | RUBY/language/language_other_file.rb | lemming-life/Snippets | 796d34f3d33cb0e38d38197938bc36397ce8a27b | [
"Unlicense"
] | null | null | null | RUBY/language/language_other_file.rb | lemming-life/Snippets | 796d34f3d33cb0e38d38197938bc36397ce8a27b | [
"Unlicense"
] | null | null | null | puts "Executing language_other_file.rb"
# A class
class Shape
def initialize
@x = 0 # member variable
@y = 0 # member variable
end
def set_x(new_x)
@x = new_x
end
def get_x()
return @x # Explicit return
end
def set_y(new_y)
@y = new_y
end
... | 18.780269 | 91 | 0.644222 |
5baa6413f907f043c816d5e15fcad40b1f16ee1e | 2,390 | css | CSS | style.css | Ciph3r007/Resume-with-HTML-CSS | bc35785515dd3d4d7580bbc74bc0ff78f4bbe72e | [
"MIT"
] | null | null | null | style.css | Ciph3r007/Resume-with-HTML-CSS | bc35785515dd3d4d7580bbc74bc0ff78f4bbe72e | [
"MIT"
] | null | null | null | style.css | Ciph3r007/Resume-with-HTML-CSS | bc35785515dd3d4d7580bbc74bc0ff78f4bbe72e | [
"MIT"
] | null | null | null | html {
font-size: 62.5%;
}
body {
background-color: whitesmoke;
}
* {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
margin: 0;
padding: 0;
}
main {
background-color: white;
width: 70vh;
margin: auto;
box... | 12.578947 | 77 | 0.621757 |
2368f45ea0eb267305984b789cf0f979c7ce7e74 | 261 | kt | Kotlin | app/src/main/java/com/cleteci/redsolidaria/models/User.kt | JusticeInternational/RedSol-android | 766168e2c5655f36e0e1898542f8ccb831d7da75 | [
"MIT"
] | 1 | 2020-04-04T00:08:58.000Z | 2020-04-04T00:08:58.000Z | app/src/main/java/com/cleteci/redsolidaria/models/User.kt | JusticeInternational/RedSol-android | 766168e2c5655f36e0e1898542f8ccb831d7da75 | [
"MIT"
] | 4 | 2020-05-25T15:45:28.000Z | 2021-06-21T18:08:09.000Z | app/src/main/java/com/cleteci/redsolidaria/models/User.kt | JusticeInternational/RedSol-android | 766168e2c5655f36e0e1898542f8ccb831d7da75 | [
"MIT"
] | 1 | 2020-04-04T00:09:08.000Z | 2020-04-04T00:09:08.000Z | package com.cleteci.redsolidaria.models
data class User(val id: String,
val name: String,
val role: String,
val email:String,
val password: String? ="",
val lastName:String? =""
)
| 26.1 | 42 | 0.509579 |
a3cfa0bffeb24577d8bd7c0bf2fe95ae3538f524 | 2,389 | java | Java | src/main/java/me/acidviper/viperuhc/command/HelpopReplyCommand.java | AcidicViper/ViperUHC | 01791b208321a16bc4640d8b744c9d77dbcc8063 | [
"Unlicense"
] | null | null | null | src/main/java/me/acidviper/viperuhc/command/HelpopReplyCommand.java | AcidicViper/ViperUHC | 01791b208321a16bc4640d8b744c9d77dbcc8063 | [
"Unlicense"
] | null | null | null | src/main/java/me/acidviper/viperuhc/command/HelpopReplyCommand.java | AcidicViper/ViperUHC | 01791b208321a16bc4640d8b744c9d77dbcc8063 | [
"Unlicense"
] | null | null | null | package me.acidviper.viperuhc.command;
import lombok.Getter;
import me.acidviper.viperuhc.player.UHCPlayer;
import net.md_5.bungee.api.chat.ClickEvent;
import net.md_5.bungee.api.chat.ComponentBuilder;
import net.md_5.bungee.api.chat.HoverEvent;
import net.md_5.bungee.api.chat.TextComponent;
import org.bukkit.ChatColo... | 39.816667 | 203 | 0.667225 |
bb21d0967719b23e586509318670ab2b537422ca | 841 | asm | Assembly | oeis/142/A142429.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142429.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142429.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142429: Primes congruent to 18 mod 49.
; Submitted by Jon Maiga
; 67,263,557,1439,1733,1831,2027,2713,2909,3203,3301,3889,4673,4967,5261,5653,5849,6143,6829,7417,7907,8887,9181,9377,9769,10259,10357,10651,10847,11239,11827,12611,13003,13297,13591,14081,14669,14767,15061,15551,15649,16139,16433,17021,17609,17707,1790... | 33.64 | 500 | 0.727705 |
db7b894f2adb86746cff509916600046f8da0a23 | 4,908 | php | PHP | app/Language/sk/HTTP.php | peppers96/InventorySystem | af3f125c88fcc43d1876e563890a711523c0f00b | [
"MIT"
] | 18 | 2020-10-05T12:35:05.000Z | 2022-02-11T11:53:29.000Z | app/Language/sk/HTTP.php | peppers96/InventorySystem | af3f125c88fcc43d1876e563890a711523c0f00b | [
"MIT"
] | 1 | 2022-03-31T20:39:46.000Z | 2022-03-31T20:39:46.000Z | app/Language/sk/HTTP.php | peppers96/InventorySystem | af3f125c88fcc43d1876e563890a711523c0f00b | [
"MIT"
] | 7 | 2021-05-08T15:31:59.000Z | 2022-02-03T15:49:18.000Z | <?php
/**
* HTTP language strings.
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014-2019 British Columbia Institute of Technology
* Copyright (c) 2019-2020 CodeIgniter Foundation
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software ... | 48.594059 | 131 | 0.658109 |
b368bf296dbdcc636fab9eb58ef641d1b9f373aa | 5,735 | py | Python | stepperModule.py | nathrun/Stepper-motor-controller | d77aa21691fe441685db429e178c42c1d3195003 | [
"MIT"
] | null | null | null | stepperModule.py | nathrun/Stepper-motor-controller | d77aa21691fe441685db429e178c42c1d3195003 | [
"MIT"
] | null | null | null | stepperModule.py | nathrun/Stepper-motor-controller | d77aa21691fe441685db429e178c42c1d3195003 | [
"MIT"
] | null | null | null | #---Documentation---------------------------------------------------------------
# This module was designed to run with a L298N h-bridge module. I created this
# in my spare time and did not test extensively so there might be bugs
# def __init__:
# params - motorPinsArray is an array that contains the GPIO pins ... | 39.280822 | 124 | 0.53932 |
286ae5affe11e7fd941f955ee584d55deb9b672e | 3,845 | sql | SQL | hasura/migrations/1610443601512_create_relevant_indexes/up.sql | LasseWolter/clowdr | 4777fc8386a7cd4f09b7a366ccd01662608c3e01 | [
"BSD-3-Clause"
] | 49 | 2021-01-09T07:09:08.000Z | 2022-03-27T05:16:46.000Z | hasura/migrations/1610443601512_create_relevant_indexes/up.sql | LasseWolter/clowdr | 4777fc8386a7cd4f09b7a366ccd01662608c3e01 | [
"BSD-3-Clause"
] | 333 | 2021-01-17T14:52:22.000Z | 2022-03-10T02:38:53.000Z | hasura/migrations/1610443601512_create_relevant_indexes/up.sql | LasseWolter/clowdr | 4777fc8386a7cd4f09b7a366ccd01662608c3e01 | [
"BSD-3-Clause"
] | 15 | 2021-01-29T14:17:38.000Z | 2022-02-14T22:13:48.000Z | /* Conference by slug */
CREATE INDEX IF NOT EXISTS slug ON "Conference" ("slug") INCLUDE ("id", "name", "shortName");
CREATE INDEX IF NOT EXISTS creator_id ON "Conference" ("createdBy") INCLUDE ("id");
/* Group attendee */
CREATE INDEX IF NOT EXISTS group_id ON "GroupAttendee" ("groupId") INCLUDE ("attendeeId");
CREA... | 44.709302 | 147 | 0.736801 |
93f9b3e440124c17c4520fca3f653efe6ba4bf3e | 262 | cs | C# | Menu/Models/Toppings.cs | 4rgc/TouhenbokuMenu | 59ca51119011a48c68374673991a64b716fbc70c | [
"MIT"
] | null | null | null | Menu/Models/Toppings.cs | 4rgc/TouhenbokuMenu | 59ca51119011a48c68374673991a64b716fbc70c | [
"MIT"
] | null | null | null | Menu/Models/Toppings.cs | 4rgc/TouhenbokuMenu | 59ca51119011a48c68374673991a64b716fbc70c | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
namespace Menu.Models
{
public partial class Toppings
{
public long ToppingId { get; set; }
public string ToppingName { get; set; }
public long? ToppingPrice { get; set; }
}
}
| 20.153846 | 47 | 0.637405 |
23d66b8c3fda4422fa9370a1c986c4f9ccae8ccc | 5,861 | js | JavaScript | public/66.js | rohiabdulloh/tokoonline_react_laravel_inertia | 0eab34177ad98ef963cebf8196561299fb1028a1 | [
"MIT"
] | null | null | null | public/66.js | rohiabdulloh/tokoonline_react_laravel_inertia | 0eab34177ad98ef963cebf8196561299fb1028a1 | [
"MIT"
] | null | null | null | public/66.js | rohiabdulloh/tokoonline_react_laravel_inertia | 0eab34177ad98ef963cebf8196561299fb1028a1 | [
"MIT"
] | null | null | null | (window["webpackJsonp"] = window["webpackJsonp"] || []).push([[66],{
/***/ "./resources/js/Pages/Front/Detail.js":
/*!********************************************!*\
!*** ./resources/js/Pages/Front/Detail.js ***!
\********************************************/
/*! exports provided: default */
/***/ (function(module... | 78.146667 | 673 | 0.773247 |
c972dca30701febf2811f46a57f15bcaa2065b8c | 213 | ts | TypeScript | packages/packer/src/pack.function.ts | blacha/shockr-layout | 62eb155b5af5d71ccaf78de329723d59c85a4b9a | [
"MIT"
] | null | null | null | packages/packer/src/pack.function.ts | blacha/shockr-layout | 62eb155b5af5d71ccaf78de329723d59c85a4b9a | [
"MIT"
] | 125 | 2020-02-12T17:24:06.000Z | 2020-07-16T19:33:46.000Z | packages/packer/src/pack.function.ts | blacha/shockr-layout | 62eb155b5af5d71ccaf78de329723d59c85a4b9a | [
"MIT"
] | null | null | null | import { pack } from './pack';
pack('./packages/st-backend/build/index.js', './functions/lib/index.js', [
'firebase-admin',
'firebase-functions',
'cors',
'express',
]).catch(e => console.log(e));
| 23.666667 | 74 | 0.600939 |
46bc6e014ceff50e1fe3f894d2a908d7857dd78a | 615 | py | Python | kick/device2/series3/actions/dialogs.py | CiscoDevNet/firepower-kickstart | 37a36856fcdc661e8c51edaa694e48f74cc6fcb5 | [
"Apache-2.0"
] | 2 | 2020-02-10T23:36:57.000Z | 2020-03-25T15:46:05.000Z | kick/device2/series3/actions/dialogs.py | CiscoDevNet/firepower-kickstart | 37a36856fcdc661e8c51edaa694e48f74cc6fcb5 | [
"Apache-2.0"
] | 1 | 2020-08-07T13:01:32.000Z | 2020-08-07T13:01:32.000Z | kick/device2/series3/actions/dialogs.py | CiscoDevNet/firepower-kickstart | 37a36856fcdc661e8c51edaa694e48f74cc6fcb5 | [
"Apache-2.0"
] | 1 | 2020-02-19T13:58:35.000Z | 2020-02-19T13:58:35.000Z | from unicon.eal.dialogs import Dialog
class Series3Dialog:
def __init__(self, patterns):
self.patterns = patterns
self.ssh_connect_dialog = Dialog([
['continue connecting (yes/no)?', 'sendline(yes)', None, True, False],
#['Password:', 'sendline_ctx({})'.format(self.patterns... | 41 | 103 | 0.577236 |
0a5a788ebe9e3c5a2fa2e3a9460bf8edfa74df31 | 24,791 | cs | C# | TestSuites/FileServer/src/FSA/TestSuite/Leasing/CompareLeaseKeys.cs | G-arj/WindowsProtocolTestSuites | 58a0c33976804d3a4e9c269da3621bf5047e7be4 | [
"MIT"
] | 332 | 2019-05-14T09:46:46.000Z | 2022-03-23T19:45:34.000Z | TestSuites/FileServer/src/FSA/TestSuite/Leasing/CompareLeaseKeys.cs | xwyangjshb/WindowsProtocolTestSuites | 03b3906b9745be72b1852f7ec6ac28ca838029b6 | [
"MIT"
] | 107 | 2015-11-27T05:44:26.000Z | 2019-02-28T08:37:53.000Z | TestSuites/FileServer/src/FSA/TestSuite/Leasing/CompareLeaseKeys.cs | xwyangjshb/WindowsProtocolTestSuites | 03b3906b9745be72b1852f7ec6ac28ca838029b6 | [
"MIT"
] | 106 | 2019-05-15T02:05:55.000Z | 2022-03-25T00:52:11.000Z | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Linq;
using Microsoft.Protocols.TestSuites.FileSharing.Common.Adapter;
using Microsoft.Protocols.TestTools;
using Microsoft.Protocols.TestToo... | 51.221074 | 265 | 0.704732 |
c726c52bcb8f14d9e396935e9f0cdee6e48e58d0 | 4,770 | dart | Dart | lib/src/responses/effects/effect_responses.dart | dmitryhryppa/stellar_flutter_sdk | 03fdbfbea36607f58ea58bc975c6ee0d7424e76f | [
"MIT"
] | null | null | null | lib/src/responses/effects/effect_responses.dart | dmitryhryppa/stellar_flutter_sdk | 03fdbfbea36607f58ea58bc975c6ee0d7424e76f | [
"MIT"
] | null | null | null | lib/src/responses/effects/effect_responses.dart | dmitryhryppa/stellar_flutter_sdk | 03fdbfbea36607f58ea58bc975c6ee0d7424e76f | [
"MIT"
] | null | null | null | // Copyright 2020 The Stellar Flutter SDK Authors. All rights reserved.
// Use of this source code is governed by a license that can be
// found in the LICENSE file.
import '../response.dart';
import 'account_effects_responses.dart';
import 'signer_effects_responses.dart';
import 'trustline_effects_responses.dart';
im... | 32.22973 | 101 | 0.677568 |
cd282f8b8a7868a2af065312e42d889ae7f34744 | 1,422 | cs | C# | Bazzigg.Database.Test/TestOptions.cs | bazzi-gg/database | a228dc07577bc772e9dc80893c6111f889487edb | [
"MIT"
] | 1 | 2021-11-29T11:02:56.000Z | 2021-11-29T11:02:56.000Z | Bazzigg.Database.Test/TestOptions.cs | bazzi-gg/database | a228dc07577bc772e9dc80893c6111f889487edb | [
"MIT"
] | 2 | 2022-03-24T09:13:45.000Z | 2022-03-24T21:45:14.000Z | Bazzigg.Database.Test/TestOptions.cs | bazzi-gg/database | a228dc07577bc772e9dc80893c6111f889487edb | [
"MIT"
] | null | null | null |
using Bazzigg.Database.Context;
using Kartrider.Api;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Pomelo.EntityFrameworkCore.MySql.Infrastructure;
namespace Bazzigg.Database.Test
{
[TestClass]
public class TestOpti... | 36.461538 | 118 | 0.660338 |
9e0cffe5ceaff4dbc1c13558086a83134ac0b04b | 586 | cs | C# | DotNetVault/Interfaces/IVsIListWrapper.cs | JTOne123/DotNetVault | f8c425739eecfb26e6fe7442d415dd671ff31735 | [
"MIT-0",
"MIT"
] | 5 | 2020-10-14T09:12:34.000Z | 2022-02-24T16:49:27.000Z | DotNetVault/Interfaces/IVsIListWrapper.cs | JTOne123/DotNetVault | f8c425739eecfb26e6fe7442d415dd671ff31735 | [
"MIT-0",
"MIT"
] | 20 | 2020-10-11T19:15:07.000Z | 2021-10-31T15:25:41.000Z | DotNetVault/Interfaces/IVsIListWrapper.cs | JTOne123/DotNetVault | f8c425739eecfb26e6fe7442d415dd671ff31735 | [
"MIT-0",
"MIT"
] | 2 | 2020-06-25T13:31:15.000Z | 2021-04-19T12:18:40.000Z | using System.Collections.Generic;
using System.Collections.Immutable;
using DotNetVault.Attributes;
using DotNetVault.VsWrappers;
using JetBrains.Annotations;
namespace DotNetVault.Interfaces
{
[NotVsProtectable]
internal interface IVsIListWrapper<[VaultSafeTypeParam] T> : IReadOnlyList<T>
{
new S... | 27.904762 | 81 | 0.691126 |
64e6cea818a18470d0cbff395f8566db75f10d9b | 413 | sql | SQL | db/deploy/users.sql | d3sandoval/tome | bf317ab2c4499bb57a6d937813edea84a0391b6d | [
"MIT"
] | 1 | 2020-02-26T04:40:14.000Z | 2020-02-26T04:40:14.000Z | db/deploy/users.sql | d3sandoval/tome | bf317ab2c4499bb57a6d937813edea84a0391b6d | [
"MIT"
] | 4 | 2020-03-29T21:35:34.000Z | 2022-02-13T09:32:09.000Z | db/deploy/users.sql | d3sandoval/tome | bf317ab2c4499bb57a6d937813edea84a0391b6d | [
"MIT"
] | null | null | null | -- Deploy tome:users to pg
-- requires: appschema
BEGIN;
CREATE TABLE "users" (
"id" serial PRIMARY KEY,
"auth_id" varchar,
"auth_metadata" jsonb NOT NULL,
"created_at" timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
"updated_at" timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
);
CREATE TRIGGER "users_bu" BEFOR... | 22.944444 | 63 | 0.762712 |
bd0d6b020082898639f000d7c4d46a244a34048f | 862 | rb | Ruby | lib/animations/happy_birthday_animation.rb | mrstebo/slack-message-animator | a62efc88bd756271772deb1ce7739ee1d6e5fdac | [
"MIT"
] | 2 | 2016-11-08T08:53:19.000Z | 2016-11-14T11:40:14.000Z | lib/animations/happy_birthday_animation.rb | mrstebo/slack-message-animator | a62efc88bd756271772deb1ce7739ee1d6e5fdac | [
"MIT"
] | 6 | 2016-11-13T22:17:24.000Z | 2022-02-26T01:13:32.000Z | lib/animations/happy_birthday_animation.rb | mrstebo/slack-message-animator | a62efc88bd756271772deb1ce7739ee1d6e5fdac | [
"MIT"
] | 1 | 2016-11-10T16:23:56.000Z | 2016-11-10T16:23:56.000Z | class HappyBirthdayAnimation
def ask_questions
@person = ask("Whos birthday is it?") {|q| q.echo = true}
end
def frames
return [] unless @person
[
create_frame(4, "#{birthday_cake} Happy Birthday @#{@person}! #{birthday_cake}"),
create_frame(2, "Happy Birthday to you"),
create_frame... | 20.046512 | 87 | 0.62529 |
968ab8ad576369a4853649ca1b53902ab62463d8 | 1,954 | lua | Lua | mods/mapgen/aurum_villages/structures/corrupted_temple.lua | tigris-mt/aurum-compiled | d092040304b3583ffb97bf398033501377b8aecc | [
"0BSD"
] | 2 | 2019-07-22T10:22:53.000Z | 2020-04-03T17:50:02.000Z | mods/mapgen/aurum_villages/structures/corrupted_temple.lua | tigris-mt/aurum-compiled | d092040304b3583ffb97bf398033501377b8aecc | [
"0BSD"
] | 52 | 2019-07-12T20:49:52.000Z | 2021-06-24T15:46:36.000Z | mods/mapgen/aurum_villages/structures/corrupted_temple.lua | tigris-mt/aurum-compiled | d092040304b3583ffb97bf398033501377b8aecc | [
"0BSD"
] | null | null | null | local PH_SCROLL_HOLE = 1
local PH_STORAGE = 2
local PH_CONTRABAND = 3
local PH_MOCKING = 4
aurum.villages.register_structure("aurum_villages:corrupted_temple", {
size = vector.new(11, 18, 10),
offset = vector.new(0, -5, 0),
foundation = {"aurum_base:stone_brick"},
schematic = aurum.structures.f"corrupted_temple.m... | 30.53125 | 190 | 0.651484 |
21c6e55e0ef2abf9a3815dc3272130af83051ea2 | 645 | js | JavaScript | app/components/Header/elements.js | kalyanjyothula/minicart | 8228055371063494c5718b36ac4eed84b5988c5d | [
"MIT"
] | 1 | 2019-11-09T10:56:09.000Z | 2019-11-09T10:56:09.000Z | app/components/Header/elements.js | kalyanjyothula/minicart | 8228055371063494c5718b36ac4eed84b5988c5d | [
"MIT"
] | 3 | 2019-11-05T09:11:26.000Z | 2020-07-18T15:13:27.000Z | app/components/Header/elements.js | kalyanjyothula/minicart | 8228055371063494c5718b36ac4eed84b5988c5d | [
"MIT"
] | null | null | null | import styled from 'styled-components';
import { Link } from 'react-router-dom';
export const MainHeaderContainer = styled.div`
height: 60px;
width: 100%;
background: #fffffe;
transition: box-shadow 0.15s ease;
box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
display: flex;
alig... | 22.241379 | 76 | 0.68062 |
c8e43fd16611224307350dfbcae50407f2ef456b | 2,700 | swift | Swift | XiaoYu_Network/Classes/Network/RJRequset.swift | A-Jun/XiaoYu_Network | 9de1b7a312f87c0eae0546dfa81595a1d6e19b22 | [
"MIT"
] | null | null | null | XiaoYu_Network/Classes/Network/RJRequset.swift | A-Jun/XiaoYu_Network | 9de1b7a312f87c0eae0546dfa81595a1d6e19b22 | [
"MIT"
] | null | null | null | XiaoYu_Network/Classes/Network/RJRequset.swift | A-Jun/XiaoYu_Network | 9de1b7a312f87c0eae0546dfa81595a1d6e19b22 | [
"MIT"
] | null | null | null | //
// RJRequset.swift
// XiaoYu_V3.0_Refactor
//
// Created by RJ on 2018/8/16.
// Copyright © 2018年 coollang. All rights reserved.
//
import UIKit
import YTKNetwork
enum RJAPIType :String{
case none
// ---------------------------------Login---------------------------------
case PhoneRegistered
cas... | 31.395349 | 84 | 0.645556 |
89b6ac473ab8a4f2d3f31b64b5f2f886094daed4 | 6,128 | swift | Swift | martkurly/martkurly/Home/View/ProductView/ProductCell.swift | KasRoid/martkurly-ios | d4c3cc6b4503f8b6756b51ceb21f9dfaffe679ec | [
"MIT"
] | 4 | 2020-09-22T06:37:08.000Z | 2020-10-11T19:59:01.000Z | martkurly/martkurly/Home/View/ProductView/ProductCell.swift | KasRoid/martkurly-ios | d4c3cc6b4503f8b6756b51ceb21f9dfaffe679ec | [
"MIT"
] | 28 | 2020-08-19T17:17:32.000Z | 2020-10-11T19:51:40.000Z | martkurly/martkurly/Home/View/ProductView/ProductCell.swift | KasRoid/martkurly-ios | d4c3cc6b4503f8b6756b51ceb21f9dfaffe679ec | [
"MIT"
] | 5 | 2020-08-17T06:16:35.000Z | 2020-10-11T20:03:37.000Z | //
// ProductCell.swift
// martkurly
//
// Created by 천지운 on 2020/08/24.
// Copyright © 2020 Team3x3. All rights reserved.
//
import UIKit
import Kingfisher
class ProductCell: UICollectionViewCell {
// MARK: - Properties
static let identifier = "ProductCell"
var product: Product? {
didSet {... | 29.892683 | 93 | 0.597585 |
5bab31b043d8a2ddd9d946ab83655d338e87b464 | 1,943 | css | CSS | ums-mvc-framework/public/css/default.css | d3v4s/ums-framework | 9178cf0ac380be651c8ef340d5e5348619c460ae | [
"MIT"
] | null | null | null | ums-mvc-framework/public/css/default.css | d3v4s/ums-framework | 9178cf0ac380be651c8ef340d5e5348619c460ae | [
"MIT"
] | null | null | null | ums-mvc-framework/public/css/default.css | d3v4s/ums-framework | 9178cf0ac380be651c8ef340d5e5348619c460ae | [
"MIT"
] | null | null | null | @charset "utf-8";
#message-box {
z-index: 10;
}
#close-message-box {
color: white;
}
#close-message-box:hover {
color: black;
text-decoration: none;
transition-duration: .15s;
}
#dropdown-account {
min-width: 250px;
}
#double-login-container {
position: absolute;
width: 100%;
height: 100%;
z-i... | 12.616883 | 39 | 0.630468 |
568f818cf6b53c9647e4cd3eac609d3b524681d1 | 622 | lua | Lua | Assets/ResourcesAsset/Lua/config/movecurve/Common_Summon/Summon_Yuzuru_Skill_2.lua | lixiaobing/DAL2Client | 612d745fee88ea3fb6abbfd52b668774be483dd5 | [
"BSD-3-Clause"
] | 1 | 2021-03-16T06:10:15.000Z | 2021-03-16T06:10:15.000Z | Assets/ResourcesAsset/Lua/config/movecurve/Common_Summon/Summon_Yuzuru_Skill_2.lua | lixiaobing/DAL2Client | 612d745fee88ea3fb6abbfd52b668774be483dd5 | [
"BSD-3-Clause"
] | null | null | null | Assets/ResourcesAsset/Lua/config/movecurve/Common_Summon/Summon_Yuzuru_Skill_2.lua | lixiaobing/DAL2Client | 612d745fee88ea3fb6abbfd52b668774be483dd5 | [
"BSD-3-Clause"
] | null | null | null | --MoveCurve
--Common_Summon/Summon_Yuzuru_Skill_2 Summon_Yuzuru_Skill_2
return
{
filePath = "Common_Summon/Summon_Yuzuru_Skill_2",
startTime = Fixed64(1048576) --[[1]],
startRealTime = Fixed64(41943) --[[0.04]],
endTime = Fixed64(78643200) --[[75]],
endRealTime = Fixed64(3145728) --[[3]],
isZoom = false,
isComp... | 23.037037 | 59 | 0.59164 |
eb2f55baa23ca1ec165587935edc791a8c802e7f | 7,586 | swift | Swift | DXOSwift/Module/News/Controller/NewsController.swift | ruixingchen/DXOSwift | fdc213354326822e4ba1acaf18966e6d9f59537b | [
"Apache-2.0"
] | 1 | 2018-11-14T02:57:32.000Z | 2018-11-14T02:57:32.000Z | DXOSwift/Module/News/Controller/NewsController.swift | ruixingchen/DXOSwift | fdc213354326822e4ba1acaf18966e6d9f59537b | [
"Apache-2.0"
] | null | null | null | DXOSwift/Module/News/Controller/NewsController.swift | ruixingchen/DXOSwift | fdc213354326822e4ba1acaf18966e6d9f59537b | [
"Apache-2.0"
] | null | null | null | //
// NewsController.swift
// DXOSwift
//
// Created by ruixingchen on 18/10/2017.
// Copyright © 2017 ruixingchen. All rights reserved.
//
import UIKit
import MJRefresh
import SDCycleScrollView
import SnapKit
import Toast_Swift
/// the main controller
class NewsController: GenericReviewListController, SDCycleScr... | 39.717277 | 162 | 0.605062 |
cdbfb2cd74b2c13adb668c8c5ca77bba6afbcc95 | 1,217 | cs | C# | Assets/Scripts/Player.cs | goldenxp/blocks | 880b0ea45a8bf813269802f0ae97aa1859ea9534 | [
"MIT"
] | null | null | null | Assets/Scripts/Player.cs | goldenxp/blocks | 880b0ea45a8bf813269802f0ae97aa1859ea9534 | [
"MIT"
] | null | null | null | Assets/Scripts/Player.cs | goldenxp/blocks | 880b0ea45a8bf813269802f0ae97aa1859ea9534 | [
"MIT"
] | null | null | null | using UnityEngine;
using UnityEngine.InputSystem;
public class Player : Mover
{
public static Player instance;
public static Player Get() { return instance; }
Vector3 direction = Vector3.zero;
public InputActionReference actionMove;
void Awake()
{
instance = this;
}
void OnEnable()
{
actionMove.act... | 16.671233 | 77 | 0.6212 |
23c683accc8989017b53e094dc35f7dbd6bad4da | 2,543 | js | JavaScript | packages/aws-client/tests/test-SQS.js | lindsleycj/cumulus | 77bfd0f51ce55237febe7da506e137e7f981845a | [
"Apache-2.0"
] | 185 | 2018-07-23T20:31:12.000Z | 2022-03-21T06:29:12.000Z | packages/aws-client/tests/test-SQS.js | lindsleycj/cumulus | 77bfd0f51ce55237febe7da506e137e7f981845a | [
"Apache-2.0"
] | 564 | 2018-07-19T15:46:59.000Z | 2022-03-23T14:53:33.000Z | packages/aws-client/tests/test-SQS.js | lindsleycj/cumulus | 77bfd0f51ce55237febe7da506e137e7f981845a | [
"Apache-2.0"
] | 114 | 2018-08-02T13:33:56.000Z | 2022-03-14T18:58:57.000Z | const test = require('ava');
const cryptoRandomString = require('crypto-random-string');
const { Console } = require('console');
const { Writable } = require('stream');
const Logger = require('@cumulus/logger');
const { sqs } = require('../services');
const {
createQueue,
getQueueNameFromUrl,
parseSQSMessageBody... | 27.641304 | 94 | 0.679119 |
a43d0e832108318216d5f86ed59caa35951f44ac | 9,217 | php | PHP | application/models/MEmployee.php | trisonsystem/api-yotaka | 60c545a253ad338b02e322eb0dec2f0938b1a7a0 | [
"MIT"
] | null | null | null | application/models/MEmployee.php | trisonsystem/api-yotaka | 60c545a253ad338b02e322eb0dec2f0938b1a7a0 | [
"MIT"
] | null | null | null | application/models/MEmployee.php | trisonsystem/api-yotaka | 60c545a253ad338b02e322eb0dec2f0938b1a7a0 | [
"MIT"
] | null | null | null | <?php
class MEmployee extends CI_Model {
public function __construct(){
parent::__construct();
}
public function search_employee( $aData ){
$lm = 15;
if ( !isset($aData["page"]) ) { $aData["page"] = 1;}
if ( !isset($aData["employee_id"]) ) { $aData["employee_id"] = "";}
if ( !isset($aData["em... | 34.912879 | 227 | 0.552566 |
a456c9367bbc650ab092f487d5deaa00d5974e7d | 2,157 | php | PHP | resources/views/post/category.blade.php | Adtyya/anywalp | 375320303635ef8e49239aa74089df04f9f0440e | [
"MIT"
] | null | null | null | resources/views/post/category.blade.php | Adtyya/anywalp | 375320303635ef8e49239aa74089df04f9f0440e | [
"MIT"
] | null | null | null | resources/views/post/category.blade.php | Adtyya/anywalp | 375320303635ef8e49239aa74089df04f9f0440e | [
"MIT"
] | null | null | null | @extends('default.admin')
@section('content')
<section>
<main class="col-md-9 ms-sm-auto col-lg-10">
<h3>Tambah Kategori Baru</h3>
<div class="row">
<div class="col-lg">
<form action="/storeCategory" method="POST">
@csrf
<d... | 38.517857 | 128 | 0.405656 |
094271935d68df7e520bb284098d1f7f212f41f6 | 580 | ps1 | PowerShell | automatic/bsnes-hd/tools/chocolateyInstall.ps1 | Xav83/chocolatey-packages | 717eddf7808c9e55399902cb8ad63b6c50fba0e1 | [
"Apache-2.0"
] | 1 | 2020-09-29T10:56:55.000Z | 2020-09-29T10:56:55.000Z | automatic/bsnes-hd/tools/chocolateyInstall.ps1 | Xav83/chocolatey-packages | 717eddf7808c9e55399902cb8ad63b6c50fba0e1 | [
"Apache-2.0"
] | 6 | 2021-01-18T00:29:17.000Z | 2022-01-13T13:23:52.000Z | automatic/bsnes-hd/tools/chocolateyInstall.ps1 | Xav83/chocolatey-packages | 717eddf7808c9e55399902cb8ad63b6c50fba0e1 | [
"Apache-2.0"
] | 2 | 2020-09-29T10:57:21.000Z | 2021-02-08T07:37:29.000Z | $ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url64 = 'https://github.com/DerKoun/bsnes-hd/releases/download/beta_10_6/bsnes_hd_beta_10_6_windows.zip'
$checksum64 = '31c4d27e74ff8d87e9e7da7ca9c64960d5f69e6b6d6c805120145e955067e445'
$packageArgs = @{
packageName = $pack... | 34.117647 | 112 | 0.731034 |
bb5188b82cf4cb3b774f0c688c6391cd364bf941 | 1,177 | cs | C# | src/Anthurium.API/Dtos/AssetUpdateDto.cs | CurlyBytes/Anthurium | c5c80b3ae2e9fbb7dc795863364c54cbeeb76e04 | [
"MIT"
] | 1 | 2021-03-05T14:45:32.000Z | 2021-03-05T14:45:32.000Z | src/Anthurium.API/Dtos/AssetUpdateDto.cs | CurlyBytes/Anthurium | c5c80b3ae2e9fbb7dc795863364c54cbeeb76e04 | [
"MIT"
] | 15 | 2021-02-19T00:26:54.000Z | 2021-04-17T20:48:59.000Z | src/Anthurium.API/Dtos/AssetUpdateDto.cs | CurlyBytes/Anthurium | c5c80b3ae2e9fbb7dc795863364c54cbeeb76e04 | [
"MIT"
] | null | null | null | using Anthurium.API.Helpers;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
namespace Anthurium.API.Dtos {
public class AssetUpdateDto {
[Key]
public int AssetId {
get;
set;
}
[Required]
... | 14.011905 | 57 | 0.557349 |
e720503ce7e287b027908ad51a93d45c63f3564f | 2,386 | php | PHP | application/views/Profile/index.php | keenu1/frameworkwebUAS | 3043faf12f8c4c8e0c0bda0c0dc04ac9dbc261ce | [
"MIT"
] | null | null | null | application/views/Profile/index.php | keenu1/frameworkwebUAS | 3043faf12f8c4c8e0c0bda0c0dc04ac9dbc261ce | [
"MIT"
] | null | null | null | application/views/Profile/index.php | keenu1/frameworkwebUAS | 3043faf12f8c4c8e0c0bda0c0dc04ac9dbc261ce | [
"MIT"
] | null | null | null | <div class="container-fluid">
<div class="col-sm-12">
<div class="clearfix">
<div class="float-left">
<h1 class="h3 mb-4 text-gray-800"><?= $titleHeader ?> </h1>
</div>
</div>
<hr>
</div>
<div class="col-... | 55.488372 | 172 | 0.45264 |
759822765d4542419527083216fb330a1b4af9b6 | 526 | css | CSS | ivolunteer/public/images/client/templates/css/notice_messages.css | kds119/eBay-Opportunity-Hack-Blr-2014 | 3bb0d35c88f4001a2fc50dca6349b06bc7f2f33d | [
"MIT"
] | 3 | 2015-05-28T04:30:06.000Z | 2016-12-11T01:19:10.000Z | ivolunteer/client/templates/css/notice_messages.css | ebayohblr2014/eBay-Opportunity-Hack-Blr-2014 | 3bb0d35c88f4001a2fc50dca6349b06bc7f2f33d | [
"MIT"
] | 11 | 2015-02-04T05:06:23.000Z | 2015-02-04T06:24:32.000Z | client/templates/css/notice_messages.css | channikhabra/iVolunteer | f95aa18b3a657ffd4b109873458c2b335f60ee04 | [
"MIT"
] | 2 | 2015-02-05T06:16:58.000Z | 2015-02-05T16:10:46.000Z | .alert {
margin-bottom: 10px;
margin-top: 0;
color: #675100;
border-width: 0;
border-left-width: 5px;
padding: 10px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
.alert-success {
border-color: #8ac38b;
color: #356635;
background-color: #cde0c4;
}
.alert-warning {
bord... | 15.470588 | 28 | 0.648289 |
958add6233807b1f57fa7bf555d5d03710c082da | 19,031 | sql | SQL | modules/EmergencyMedicine/sql/demo_fulldata.sql | MohGovIL/Clinical-Vertical-emergency-medicine-backend | 081f60f68be018bc9024878750fb0d47984861a7 | [
"MIT"
] | null | null | null | modules/EmergencyMedicine/sql/demo_fulldata.sql | MohGovIL/Clinical-Vertical-emergency-medicine-backend | 081f60f68be018bc9024878750fb0d47984861a7 | [
"MIT"
] | 1 | 2020-08-27T15:01:43.000Z | 2020-08-27T15:01:43.000Z | modules/EmergencyMedicine/sql/demo_fulldata.sql | MohGovIL/Clinical-Vertical-emergency-medicine-backend | 081f60f68be018bc9024878750fb0d47984861a7 | [
"MIT"
] | 1 | 2020-11-01T11:08:22.000Z | 2020-11-01T11:08:22.000Z |
SET @current_date = '2020-08-27';
SET @current_date_time = '2020-08-27 12:00:00';
SET @bod = '1993-08-02';
SET @fname = 'בדיקה';
SET @lname = 'שניה';
SET @ss = '301190385';
SET @gender = 'Female';
SET @user_id = 1;
SET @pid = (select (MAX(id) + 1) From patient_data);
SET @uuid = '0x91626ecbe35f4b66bb85e5bc795b0991';
... | 119.691824 | 1,689 | 0.707215 |
ce83536089755172e7b2b9479a1fd9c27eaa98bf | 18,594 | rs | Rust | src/hir/hir_maker.rs | yhara/shiika | e8a92cac2a0a819b243cab5711bddbea0a1f802d | [
"MIT"
] | 108 | 2018-06-08T11:07:38.000Z | 2021-04-01T01:19:58.000Z | src/hir/hir_maker.rs | yhara/shiika | e8a92cac2a0a819b243cab5711bddbea0a1f802d | [
"MIT"
] | 158 | 2019-07-26T11:27:54.000Z | 2021-04-02T08:01:33.000Z | src/hir/hir_maker.rs | yhara/shiika | e8a92cac2a0a819b243cab5711bddbea0a1f802d | [
"MIT"
] | 10 | 2019-12-08T01:59:10.000Z | 2021-03-01T01:33:02.000Z | use crate::ast::*;
use crate::code_gen::CodeGen;
use crate::error;
use crate::error::Error;
use crate::hir::class_dict::ClassDict;
use crate::hir::hir_maker_context::*;
use crate::hir::method_dict::MethodDict;
use crate::hir::*;
use crate::library::LibraryExports;
use crate::names;
use crate::type_checking;
use ctx_sta... | 35.62069 | 100 | 0.550823 |
23b153819402625cd790c250a37a71799731e8db | 971 | js | JavaScript | Code/Beskova.Ontology/Beskova.Ontology.Web/AngularApp/Controllers/userOptionsController.js | MikhailApsalikov/Veronika | 808142f3b308449046d3a2e437342fe832408d1c | [
"MIT"
] | null | null | null | Code/Beskova.Ontology/Beskova.Ontology.Web/AngularApp/Controllers/userOptionsController.js | MikhailApsalikov/Veronika | 808142f3b308449046d3a2e437342fe832408d1c | [
"MIT"
] | 34 | 2017-03-05T12:52:55.000Z | 2017-06-26T18:42:46.000Z | Code/Beskova.Ontology/Beskova.Ontology.Web/AngularApp/Controllers/userOptionsController.js | MikhailApsalikov/Veronika | 808142f3b308449046d3a2e437342fe832408d1c | [
"MIT"
] | null | null | null | (function() {
"use strict";
var angular = window.angular;
angular
.module("APP")
.controller("userOptionsController", ["$scope", "loginService", userOptionsController]);
function userOptionsController($scope, loginService) {
$scope.userName = null;
$scope.role = null;
$scope.isLoggedIn = function() {
... | 21.577778 | 90 | 0.651905 |
0348268336626e4ad3ec0610b09f2997d951cbbf | 180 | rb | Ruby | spec/factories/project.rb | MaxiBoether/redmine_diff_email | ee42ea29b4d6f072d9ed08f1b5a5985a106a06a4 | [
"MIT"
] | 1 | 2018-04-18T15:34:35.000Z | 2018-04-18T15:34:35.000Z | spec/factories/project.rb | MaxiBoether/redmine_diff_email | ee42ea29b4d6f072d9ed08f1b5a5985a106a06a4 | [
"MIT"
] | null | null | null | spec/factories/project.rb | MaxiBoether/redmine_diff_email | ee42ea29b4d6f072d9ed08f1b5a5985a106a06a4 | [
"MIT"
] | 2 | 2016-06-05T10:35:59.000Z | 2021-07-01T09:00:40.000Z | FactoryGirl.define do
factory :project do |project|
project.sequence(:identifier) { |n| "project#{n}"}
project.sequence(:name) { |n| "Project#{n}"}
end
end
| 20 | 56 | 0.611111 |
963b6ab3f4a0a07caea1f5ff76925de3c3894ba7 | 7,092 | rb | Ruby | ordering/queue.rb | kmindspark/bud-sandbox | 76d77685ed52abf358deb910fa52fa4e444c432c | [
"BSD-3-Clause"
] | 24 | 2015-02-11T11:31:53.000Z | 2021-10-31T20:25:22.000Z | ordering/queue.rb | bloom-lang/bud-sandbox | 4f654bfa1f20e2e52a574c034c4ec12c3a71875d | [
"BSD-3-Clause"
] | null | null | null | ordering/queue.rb | bloom-lang/bud-sandbox | 4f654bfa1f20e2e52a574c034c4ec12c3a71875d | [
"BSD-3-Clause"
] | 4 | 2016-10-31T19:54:07.000Z | 2020-12-10T02:45:17.000Z | # @abstract PriorityQueueProtocol is the abstract interface for priority queues
# Any implementation of a queue should subclass PriorityQueueProtocol
module PriorityQueueProtocol
state do
# Push items into the queue.
# Useful Mnemonic: push "item" with priority "priority" into queue "queue."
# Note: queue... | 43.243902 | 144 | 0.715877 |
c50676a1847c49738fe5d3fada055a510b4d4dea | 2,059 | css | CSS | public/css/shortcodes/separator.css | sayeed105236/globalskills_live | 4c9b587f9f639d67a111284cf6a010b9a92437de | [
"MIT"
] | 3 | 2020-08-20T12:11:05.000Z | 2021-07-25T14:45:05.000Z | public/css/shortcodes/separator.css | sayeed105236/globalskills_live | 4c9b587f9f639d67a111284cf6a010b9a92437de | [
"MIT"
] | 2 | 2022-02-19T07:05:48.000Z | 2022-02-27T11:09:16.000Z | public/css/shortcodes/separator.css | sayeed105236/globalskills_live | 4c9b587f9f639d67a111284cf6a010b9a92437de | [
"MIT"
] | 2 | 2020-09-11T09:53:29.000Z | 2020-11-03T17:42:40.000Z | .ttr-separator-outer {
overflow: hidden;
}
.ttr-separator {
display: inline-block;
height: 2px;
width: 80px;
margin-bottom: 10px;
position: relative;
}
.ttr-separator.style-liner {
width: 20px;
}
.ttr-separator.style-icon {
width: 30px;
height: auto;
text-align: center;
font-... | 22.380435 | 54 | 0.632831 |
da730687955932d4556ccc8bfca5c70f3c9fbbeb | 1,586 | tsx | TypeScript | src/utils/context.tsx | yannbf/braga.dev | c4ba0f4a04ca62ad1147cd3ca7291df419327a6f | [
"MIT"
] | 1 | 2022-02-17T20:16:09.000Z | 2022-02-17T20:16:09.000Z | src/utils/context.tsx | yannbf/braga.dev | c4ba0f4a04ca62ad1147cd3ca7291df419327a6f | [
"MIT"
] | 10 | 2020-07-20T07:15:43.000Z | 2022-03-26T12:29:34.000Z | src/utils/context.tsx | yannbf/braga.dev | c4ba0f4a04ca62ad1147cd3ca7291df419327a6f | [
"MIT"
] | null | null | null | import React, { useState, useEffect } from 'react';
import Cookies from 'js-cookie';
export enum ThemeEnum {
light = 'light',
dark = 'dark',
}
interface ContextValue {
theme: ThemeEnum;
toggleTheme: () => void;
}
export const ThemeContext = React.createContext<ContextValue | undefined>({
theme: ThemeEnum.d... | 24.4 | 87 | 0.652585 |
255952a4a8f996ca320ca6337cabb99d227b24d9 | 435 | cs | C# | Data/Approles.cs | sammyach/hrisAPI | 5684dd5c6c2b00b15b16e47b4e15d4e59cfa80a5 | [
"MIT"
] | null | null | null | Data/Approles.cs | sammyach/hrisAPI | 5684dd5c6c2b00b15b16e47b4e15d4e59cfa80a5 | [
"MIT"
] | null | null | null | Data/Approles.cs | sammyach/hrisAPI | 5684dd5c6c2b00b15b16e47b4e15d4e59cfa80a5 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
namespace WebApi.Data
{
public partial class AppRoles
{
public AppRoles()
{
AppUserRoles = new HashSet<AppUserRoles>();
}
public int RoleId { get; set; }
public string Rolename { get; set; }
public str... | 21.75 | 75 | 0.604598 |
149192dd7f0047f6c4131b9a24b44e430da93728 | 393 | dart | Dart | lib/myanimelist.dart | MaikuB/myanimelist | d286995676d3d5cfa4b4dbcf33a7f3d1965f2b89 | [
"BSD-3-Clause"
] | 4 | 2018-05-06T01:58:28.000Z | 2020-08-14T21:24:32.000Z | lib/myanimelist.dart | MaikuB/myanimelist | d286995676d3d5cfa4b4dbcf33a7f3d1965f2b89 | [
"BSD-3-Clause"
] | 2 | 2018-04-23T13:18:31.000Z | 2021-12-09T11:48:07.000Z | lib/myanimelist.dart | MaikuB/myanimelist | d286995676d3d5cfa4b4dbcf33a7f3d1965f2b89 | [
"BSD-3-Clause"
] | null | null | null | export 'package:myanimelist/src/mal_client.dart';
export 'package:myanimelist/src/dtos/result_dto.dart';
export 'package:myanimelist/src/models/anime.dart';
export 'package:myanimelist/src/models/entry.dart';
export 'package:myanimelist/src/models/manga.dart';
export 'package:myanimelist/src/models/search_anime_result.... | 49.125 | 65 | 0.824427 |
45633f6164c14ac496ea3f9bf257b9bf0362529f | 4,735 | py | Python | Python/TextMining/id3_entropy.py | zhangmianhongni/MyPracticeVarious | db58f5a9e5d99a5d80e8e8bf561f104c1fa4efd5 | [
"Apache-2.0"
] | null | null | null | Python/TextMining/id3_entropy.py | zhangmianhongni/MyPracticeVarious | db58f5a9e5d99a5d80e8e8bf561f104c1fa4efd5 | [
"Apache-2.0"
] | null | null | null | Python/TextMining/id3_entropy.py | zhangmianhongni/MyPracticeVarious | db58f5a9e5d99a5d80e8e8bf561f104c1fa4efd5 | [
"Apache-2.0"
] | 1 | 2021-08-29T10:10:33.000Z | 2021-08-29T10:10:33.000Z | #-- coding: UTF-8 --#
from math import log
import operator
#计算熵
def calcShannonEnt(dataSet):
numEntries = len(dataSet)
labelCounts = {}
for featVec in dataSet:
currentLabel = featVec[-1]
if currentLabel not in labelCounts.keys():
labelCounts[currentLabel] = 0
labelCoun... | 38.185484 | 149 | 0.625977 |
c68a7aa15afc7cb5d068d66870d5f9eef97c7647 | 153 | rs | Rust | frontend/rust/src/lib.rs | saminkhan/rust_life | 01600a357093beb92b7000de0da0407af65306b0 | [
"MIT"
] | null | null | null | frontend/rust/src/lib.rs | saminkhan/rust_life | 01600a357093beb92b7000de0da0407af65306b0 | [
"MIT"
] | null | null | null | frontend/rust/src/lib.rs | saminkhan/rust_life | 01600a357093beb92b7000de0da0407af65306b0 | [
"MIT"
] | null | null | null | use wasm_bindgen::prelude::*;
#[wasm_bindgen]
pub fn fib(n: u32) -> u32 {
if n < 2 {
n
} else {
fib(n - 1) + fib(n - 2)
}
}
| 13.909091 | 31 | 0.444444 |
cd1123e3d4c97d97c13d04157f5e479900e0d8e2 | 2,316 | cs | C# | sample/RSAExtensions.ConsoleApp/Program.cs | redfire168/RSAExtensions | 0a2ff3b96a8d82f6a829caeba643894a0b0b3655 | [
"Apache-2.0"
] | 132 | 2019-12-16T09:31:11.000Z | 2022-03-22T09:00:51.000Z | sample/RSAExtensions.ConsoleApp/Program.cs | redfire168/RSAExtensions | 0a2ff3b96a8d82f6a829caeba643894a0b0b3655 | [
"Apache-2.0"
] | 2 | 2020-04-03T09:44:58.000Z | 2022-02-18T09:59:15.000Z | sample/RSAExtensions.ConsoleApp/Program.cs | redfire168/RSAExtensions | 0a2ff3b96a8d82f6a829caeba643894a0b0b3655 | [
"Apache-2.0"
] | 29 | 2019-12-17T05:46:28.000Z | 2022-03-25T14:24:11.000Z | using System;
using System.Security.Cryptography;
using System.Text;
namespace RSAExtensions.ConsoleApp
{
class Program
{
static void Main(string[] args)
{
var rsa = RSA.Create(512);
Console.WriteLine();
Console.WriteLine(rsa.ExportPublicKey(RSAKeyType.Pkcs8... | 64.333333 | 944 | 0.68437 |
1446be21c8daddb487eb3b3462bc4f9e104a3844 | 1,058 | ts | TypeScript | src/app.module.ts | Quantumlyy/nftx-rarity-api | 49a5ff1be4cbb93948a3383774d59987ffd509f2 | [
"MIT"
] | null | null | null | src/app.module.ts | Quantumlyy/nftx-rarity-api | 49a5ff1be4cbb93948a3383774d59987ffd509f2 | [
"MIT"
] | null | null | null | src/app.module.ts | Quantumlyy/nftx-rarity-api | 49a5ff1be4cbb93948a3383774d59987ffd509f2 | [
"MIT"
] | null | null | null | import { BullModule } from '@nestjs/bull';
import { Module } from '@nestjs/common';
import { ConfigModule, ConfigService } from '@nestjs/config';
import { EthersModule, MAINNET_NETWORK } from 'nestjs-ethers';
import { AuthModule } from './auth/Auth.module';
import { DatabaseModule } from './database/Database.module';
i... | 27.842105 | 71 | 0.619093 |
b92bc81aa19fa3cd08ddc72f1fbfcdd8e880c9ad | 52 | css | CSS | static/css/danmu.css | tonghuashuai/yikuaitouba | a309d397e5d297d201cbe728984ff8e493ba282f | [
"MIT"
] | null | null | null | static/css/danmu.css | tonghuashuai/yikuaitouba | a309d397e5d297d201cbe728984ff8e493ba282f | [
"MIT"
] | null | null | null | static/css/danmu.css | tonghuashuai/yikuaitouba | a309d397e5d297d201cbe728984ff8e493ba282f | [
"MIT"
] | null | null | null | #danmu{
height: 480px;
background-color: #000;
}
| 8.666667 | 24 | 0.653846 |
aecdd8eb8e210d304a4c8c0d86f4ce757cbf91dc | 9,079 | cs | C# | src/Operations.Application.Web/Controllers/NaosOperationsLogTracesController.cs | vip32/Naos.Core | 8c1cd1350e01f0d52dd0553444df226a5b3f2b0a | [
"MIT"
] | 10 | 2018-11-09T11:42:11.000Z | 2019-08-22T14:24:02.000Z | src/Operations.Application.Web/Controllers/NaosOperationsLogTracesController.cs | vip32/Naos.Core | 8c1cd1350e01f0d52dd0553444df226a5b3f2b0a | [
"MIT"
] | 148 | 2018-11-20T10:42:16.000Z | 2019-08-26T22:41:41.000Z | src/Operations.Application.Web/Controllers/NaosOperationsLogTracesController.cs | vip32/Naos.Core | 8c1cd1350e01f0d52dd0553444df226a5b3f2b0a | [
"MIT"
] | 2 | 2019-04-05T09:23:34.000Z | 2019-05-03T23:05:38.000Z | namespace Naos.Operations.Application.Web
{
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using EnsureThat;
using Humanizer;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using Micros... | 45.395 | 379 | 0.597753 |
9e2cae89515e11719bd2d9a57751a20945fd7338 | 7,593 | cs | C# | src/Diva.MainMenu/Diva.MainMenu.WelcomeVBox.cs | mdk/diva | f58841d8b539d925a95d78d33427b61a2665ff33 | [
"MIT"
] | 2 | 2015-01-10T16:09:40.000Z | 2016-05-09T01:58:17.000Z | src/Diva.MainMenu/Diva.MainMenu.WelcomeVBox.cs | mdk/diva | f58841d8b539d925a95d78d33427b61a2665ff33 | [
"MIT"
] | null | null | null | src/Diva.MainMenu/Diva.MainMenu.WelcomeVBox.cs | mdk/diva | f58841d8b539d925a95d78d33427b61a2665ff33 | [
"MIT"
] | null | null | null | ////////////////////////////////////////////////////////////////////////////////
// //
// MIT X11 license, Copyright (c) 2005-2006 by: //
// ... | 47.754717 | 115 | 0.434874 |
dba12455a50e88848f48e20722abb48cd03715e1 | 341 | php | PHP | src/Utils/IconData.php | Barbarossa-42/datagrid | 8ab693161a89c5fd0a58ac85db0b2e965f22ef95 | [
"MIT"
] | null | null | null | src/Utils/IconData.php | Barbarossa-42/datagrid | 8ab693161a89c5fd0a58ac85db0b2e965f22ef95 | [
"MIT"
] | null | null | null | src/Utils/IconData.php | Barbarossa-42/datagrid | 8ab693161a89c5fd0a58ac85db0b2e965f22ef95 | [
"MIT"
] | null | null | null | <?php
namespace Ublaboo\DataGrid\Utils;
class IconData
{
/**
* @var string
*/
public $content;
/**
* @var string
*/
public $iconClass;
/**
* @param string $content
* @param string $iconClass
*/
public function __construct($content, $iconClass)
{
$this->content = $content;
$this->iconClas... | 12.178571 | 50 | 0.615836 |
af674f4a0aa5533bd74643e9a5bef25460b19717 | 2,179 | py | Python | scripts/amr2txt/preproces.py | pywirrarika/GPT-too-AMR2text | 82d700cb81bc332bb07221d380cdf2318324109c | [
"Apache-2.0"
] | 37 | 2020-05-20T02:51:43.000Z | 2022-02-23T13:43:47.000Z | scripts/amr2txt/preproces.py | pywirrarika/GPT-too-AMR2text | 82d700cb81bc332bb07221d380cdf2318324109c | [
"Apache-2.0"
] | 4 | 2020-07-18T12:36:20.000Z | 2021-06-05T14:09:21.000Z | scripts/amr2txt/preproces.py | pywirrarika/GPT-too-AMR2text | 82d700cb81bc332bb07221d380cdf2318324109c | [
"Apache-2.0"
] | 8 | 2020-05-22T23:43:37.000Z | 2022-03-09T23:16:25.000Z | import os
import json
import re
import argparse
def argument_parser():
parser = argparse.ArgumentParser(description='Preprocess AMR data')
# Multiple input parameters
parser.add_argument(
"--in-amr",
help="input AMR file",
type=str
)
parser.add_argument(
"--out-amr... | 22.936842 | 71 | 0.580083 |
33c76afd5aaf8bc65cb77f0b422642282618cb3e | 2,209 | h | C | code/engine/xrPhysics/PhysicsCommon.h | InNoHurryToCode/xray-162 | fff9feb9ffb681b3c6ba1dc7c4534fe80006f87e | [
"Apache-2.0"
] | 58 | 2016-11-20T19:14:35.000Z | 2021-12-27T21:03:35.000Z | code/engine/xrPhysics/PhysicsCommon.h | InNoHurryToCode/xray-162 | fff9feb9ffb681b3c6ba1dc7c4534fe80006f87e | [
"Apache-2.0"
] | 59 | 2016-09-10T10:44:20.000Z | 2018-09-03T19:07:30.000Z | code/engine/xrPhysics/PhysicsCommon.h | InNoHurryToCode/xray-162 | fff9feb9ffb681b3c6ba1dc7c4534fe80006f87e | [
"Apache-2.0"
] | 39 | 2017-02-05T13:35:37.000Z | 2022-03-14T11:00:12.000Z | #ifndef PHYSICS_COMMON_H
#define PHYSICS_COMMON_H
#include "DisablingParams.h"
#include "physicsexternalcommon.h"
//#include "ode_include.h"
//#include "../3rd party/ode/include/ode/common.h"
extern XRPHYSICS_API const float default_l_limit;
extern XRPHYSICS_API const float default_w_limit;
extern XRPHYSICS_API const... | 36.213115 | 100 | 0.690358 |
d0a77d01629e931823f41a16007a608fbd3a6a67 | 2,836 | dart | Dart | lib/views/tvshow_detail_page/state.dart | zhengger/Flutter-Movie | 29987360ac47e85f7082f2f8aedc672222b46cc2 | [
"Apache-2.0"
] | 1 | 2020-06-11T16:51:04.000Z | 2020-06-11T16:51:04.000Z | lib/views/tvshow_detail_page/state.dart | zhengger/Flutter-Movie | 29987360ac47e85f7082f2f8aedc672222b46cc2 | [
"Apache-2.0"
] | null | null | null | lib/views/tvshow_detail_page/state.dart | zhengger/Flutter-Movie | 29987360ac47e85f7082f2f8aedc672222b46cc2 | [
"Apache-2.0"
] | null | null | null | import 'package:fish_redux/fish_redux.dart';
import 'package:flutter/material.dart';
import 'package:movie/globalbasestate/store.dart';
import 'package:movie/models/base_api_model/account_state.dart';
import 'package:movie/models/creditsmodel.dart';
import 'package:movie/models/imagemodel.dart';
import 'package:movie/m... | 35.898734 | 80 | 0.724965 |
446e002c8c15a745cda335facc4ab78fcda296e5 | 1,802 | py | Python | tests/test_create.py | tachyondecay/quickpaste | 880de852b45e0b3b2bbfdff93888bf54b19a416e | [
"MIT"
] | null | null | null | tests/test_create.py | tachyondecay/quickpaste | 880de852b45e0b3b2bbfdff93888bf54b19a416e | [
"MIT"
] | null | null | null | tests/test_create.py | tachyondecay/quickpaste | 880de852b45e0b3b2bbfdff93888bf54b19a416e | [
"MIT"
] | null | null | null | from app.create_app import limiter, shortlink
from app.repositories import db
def test_should_return_200(client):
rv = client.get('/')
assert rv.status_code == 200
assert rv.headers['Content-type'] == 'text/html; charset=utf-8'
def test_should_return_redirect_to_home(client):
rv = client.post('/')
... | 30.542373 | 68 | 0.660932 |
d650ee9be747187eaabaaac97ff655f55d14a4a9 | 604 | cs | C# | src/Essensoft.AspNetCore.Payment.Alipay/Domain/KoubeiCateringPosDeskareaSyncModel.cs | LuohuaRain/payment | e175dd1e2af43c07d01e60c575dc9ec128c2757b | [
"MIT"
] | 1 | 2021-04-21T03:40:05.000Z | 2021-04-21T03:40:05.000Z | src/Essensoft.AspNetCore.Payment.Alipay/Domain/KoubeiCateringPosDeskareaSyncModel.cs | LuohuaRain/payment | e175dd1e2af43c07d01e60c575dc9ec128c2757b | [
"MIT"
] | null | null | null | src/Essensoft.AspNetCore.Payment.Alipay/Domain/KoubeiCateringPosDeskareaSyncModel.cs | LuohuaRain/payment | e175dd1e2af43c07d01e60c575dc9ec128c2757b | [
"MIT"
] | 1 | 2022-02-22T01:16:19.000Z | 2022-02-22T01:16:19.000Z | using System.Text.Json.Serialization;
namespace Essensoft.AspNetCore.Payment.Alipay.Domain
{
/// <summary>
/// KoubeiCateringPosDeskareaSyncModel Data Structure.
/// </summary>
public class KoubeiCateringPosDeskareaSyncModel : AlipayObject
{
/// <summary>
/// 餐区信息
/// </sum... | 26.26087 | 66 | 0.602649 |
0743b9384ab1481076a655e9d9047ea3d8f4f0e2 | 1,395 | sql | SQL | Chapter04/CH05_23_merge_using_checksums.sql | PhilippeBinggeli/Hands-On-Data-Science-with-SQL-Server-2017 | f0af444e190ce7fcaf5e65fc2d5bae4f6f66a73b | [
"MIT"
] | 8 | 2018-07-09T16:08:23.000Z | 2021-11-08T13:10:52.000Z | Chapter04/CH05_23_merge_using_checksums.sql | PhilippeBinggeli/Hands-On-Data-Science-with-SQL-Server-2017 | f0af444e190ce7fcaf5e65fc2d5bae4f6f66a73b | [
"MIT"
] | null | null | null | Chapter04/CH05_23_merge_using_checksums.sql | PhilippeBinggeli/Hands-On-Data-Science-with-SQL-Server-2017 | f0af444e190ce7fcaf5e65fc2d5bae4f6f66a73b | [
"MIT"
] | 9 | 2018-08-07T09:54:39.000Z | 2021-05-21T17:44:23.000Z | DROP TABLE IF EXISTS #res -- temporary table used to catch what was done
CREATE TABLE #res (Id int, Discontinued bit, WhatHappens nvarchar(10))
-- common table expression is added to resolve a state of every record
;WITH cte AS
(
SELECT lp.*
, IIF(sp.ProductKey is null, 'UPDATE', 'NONE') as DesiredAction
FROM Landin... | 43.59375 | 78 | 0.712545 |
75b50bc90830d7b1cf55ec2412b44dd85d2e4ac3 | 1,704 | css | CSS | public/stylesheets/common.css | danielvlopes/base_app | 9d17939293cc6ebc8cb5f69a45599a985a34aa16 | [
"MIT"
] | 1 | 2015-11-05T05:49:52.000Z | 2015-11-05T05:49:52.000Z | public/stylesheets/common.css | danielvlopes/base_app | 9d17939293cc6ebc8cb5f69a45599a985a34aa16 | [
"MIT"
] | null | null | null | public/stylesheets/common.css | danielvlopes/base_app | 9d17939293cc6ebc8cb5f69a45599a985a34aa16 | [
"MIT"
] | null | null | null | /* flash messages */
.flash-message {
position: relative;
}
.flash-message .close {
font-weight:bold;
position: absolute;
right: 10px;
top:10px;
cursor: pointer;
}
#notice {
padding: 10px 10px 10px 40px;
color: #264409;
background: #e6efc2 url(/images/notice.png) no-repeat 10px 10px;
border: 1px s... | 19.813953 | 66 | 0.660798 |
eb8351a7b29dc76cfab30cbc515ee9b87cb048fa | 626 | dart | Dart | lib/controller/helper/theme.dart | wappon-28-dev/majimo_timer | 3bbe49504e55c44c5fb5d8d6336b3a3e31891f9e | [
"MIT"
] | null | null | null | lib/controller/helper/theme.dart | wappon-28-dev/majimo_timer | 3bbe49504e55c44c5fb5d8d6336b3a3e31891f9e | [
"MIT"
] | null | null | null | lib/controller/helper/theme.dart | wappon-28-dev/majimo_timer | 3bbe49504e55c44c5fb5d8d6336b3a3e31891f9e | [
"MIT"
] | 1 | 2022-03-18T12:09:10.000Z | 2022-03-18T12:09:10.000Z | part of '../controller.dart';
class ThemeController extends StateNotifier<ThemeState> {
ThemeController() : super(const ThemeState());
// change_value functions
void updateTheme({required int value}) {
state = state.copyWith(theme: value);
PrefManager().setInt(key: PrefKey.appTheme, value: value);
Lo... | 31.3 | 72 | 0.680511 |
796a7c92dd3ef88dcc8edcfca894b9b3dbffa5b1 | 2,422 | php | PHP | resources/views/front/contact.blade.php | nguyencongluat21092001/Project_Fitness_Lifestyle | 90c9043c9a84a569c802ccd32595215e08873729 | [
"MIT"
] | null | null | null | resources/views/front/contact.blade.php | nguyencongluat21092001/Project_Fitness_Lifestyle | 90c9043c9a84a569c802ccd32595215e08873729 | [
"MIT"
] | null | null | null | resources/views/front/contact.blade.php | nguyencongluat21092001/Project_Fitness_Lifestyle | 90c9043c9a84a569c802ccd32595215e08873729 | [
"MIT"
] | null | null | null | @extends('front.Users.Layout.app')
@section('body')
<div id="fh5co-contact">
<div class="container">
<div class="row">
<div class="col-md-5 col-md-push-1 animate-box">
<div class="fh5co-contact-info">
<h3>Thông tin liên lạc</h3>
<ul>
<li class="address">8 Tôn Thất Thuyết,Hà Nội <br>FITNES... | 31.868421 | 159 | 0.569777 |
7f742bdda376e9e3b73ada5765b7b1c85a23e2ba | 559 | php | PHP | app/Http/Controllers/PerkenalanController.php | muhamadabduh/demo-crud | ebfdc4ce9fa8cb6ead14a243f13a51605da2856f | [
"MIT"
] | null | null | null | app/Http/Controllers/PerkenalanController.php | muhamadabduh/demo-crud | ebfdc4ce9fa8cb6ead14a243f13a51605da2856f | [
"MIT"
] | null | null | null | app/Http/Controllers/PerkenalanController.php | muhamadabduh/demo-crud | ebfdc4ce9fa8cb6ead14a243f13a51605da2856f | [
"MIT"
] | null | null | null | <?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class PerkenalanController extends Controller
{
//
public function halo($nama_depan, $nama_belakang) {
$nama_lengkap = "$nama_depan $nama_belakang";
return view('perkenalan', compact('nama_lengkap'));
}
public functi... | 21.5 | 59 | 0.618962 |
81beee1eaa3dfd048053f6360bee5a18c752ad35 | 628 | php | PHP | src/MuseumBundle/Repository/ReclamationmRepository.php | Dorra66/Application_Web_Symfony | 5229435eec96b4b91dbb1e25452ced2bf909b574 | [
"MIT"
] | null | null | null | src/MuseumBundle/Repository/ReclamationmRepository.php | Dorra66/Application_Web_Symfony | 5229435eec96b4b91dbb1e25452ced2bf909b574 | [
"MIT"
] | null | null | null | src/MuseumBundle/Repository/ReclamationmRepository.php | Dorra66/Application_Web_Symfony | 5229435eec96b4b91dbb1e25452ced2bf909b574 | [
"MIT"
] | null | null | null | <?php
namespace MuseumBundle\Repository;
use MuseumBundle\Entity\Reclamationm;
use UserBundle\Entity\User;
/**
* ReclamationmRepository
*
* This class was generated by the Doctrine ORM. Add your own custom
* repository methods below.
*/
class ReclamationmRepository extends \Doctrine\ORM\EntityRepos... | 27.304348 | 130 | 0.700637 |
0708215d01dd914db2f5d20555d047e70894d338 | 1,626 | h | C | BZRelativeLayout/UltimatePower+UIView.h | CBillZhang/BZRelativeLayout | 10e4c212bdd9cbe29a058303e5f10c5de82b0c04 | [
"MIT"
] | 3 | 2017-03-29T09:06:15.000Z | 2017-08-23T08:23:47.000Z | BZRelativeLayout/UltimatePower+UIView.h | CBillZhang/BZRelativeLayout | 10e4c212bdd9cbe29a058303e5f10c5de82b0c04 | [
"MIT"
] | null | null | null | BZRelativeLayout/UltimatePower+UIView.h | CBillZhang/BZRelativeLayout | 10e4c212bdd9cbe29a058303e5f10c5de82b0c04 | [
"MIT"
] | null | null | null | //
// UltimatePower.h
// BZFramework
//
// Created by Bill.Zhang on 2017/3/25.
// Copyright © 2017年 Bill.Zhang. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIView (BZSize)
@property(nonatomic) CGFloat bzLeft;
@property(nonatomic) CGFloat bzTop;
@property(nonatomic) CGFloat bzRight;
@property(nonat... | 23.911765 | 90 | 0.760763 |
79cfdc247e5f41b287c94cb795da5ea26e774a58 | 8,998 | php | PHP | resources/lang/es/customers.php | aBillander/aBillander | 137d38e3fe3a84176ca33c228d0225078528a380 | [
"MIT"
] | 18 | 2018-09-20T13:28:45.000Z | 2022-03-27T19:51:30.000Z | resources/lang/es/customers.php | aBillander/aBillander | 137d38e3fe3a84176ca33c228d0225078528a380 | [
"MIT"
] | 14 | 2017-09-16T01:55:44.000Z | 2022-03-07T10:51:23.000Z | resources/lang/es/customers.php | aBillander/aBillander | 137d38e3fe3a84176ca33c228d0225078528a380 | [
"MIT"
] | 14 | 2015-05-08T06:11:30.000Z | 2021-05-26T13:42:00.000Z | <?php
return [
/*
|--------------------------------------------------------------------------
| Customers Language Lines :: index
|--------------------------------------------------------------------------
|
| .
|
*/
'Customers' => 'Clientes',
'Name' => 'Nombre',
'Email' => 'Correo Electrónico',
... | 35.286275 | 177 | 0.574683 |
5ce3f9fa37e6d794e6e48a04f1c8afe51fb5d2e5 | 579 | swift | Swift | Sources/Classes/BundleLoader.swift | FlaneurApp/FlaneurImagePicker | eb5904ff9ffe435a10a18f1d0dd020cf66beff4e | [
"MIT"
] | 17 | 2017-12-17T17:36:03.000Z | 2019-02-10T17:57:14.000Z | Sources/Classes/BundleLoader.swift | FlaneurApp/FlaneurImagePicker | eb5904ff9ffe435a10a18f1d0dd020cf66beff4e | [
"MIT"
] | 4 | 2017-12-11T16:31:10.000Z | 2018-03-08T10:19:33.000Z | Sources/Classes/BundleLoader.swift | FlaneurApp/FlaneurImagePicker | eb5904ff9ffe435a10a18f1d0dd020cf66beff4e | [
"MIT"
] | null | null | null | /// The Assets bundle inside a pod is hard to reach.
/// This is the gateway.
class BundleLoader {
/// The assets bundle of the pod.
static var assetsBundle: Bundle = {
let podBundle = Bundle(for: BundleLoader.self)
guard let bundleURL = podBundle.url(forResource: "FlaneurImagePicker", withExte... | 30.473684 | 110 | 0.637306 |
14a7478b9695821af3d3622fba1a18d3fdf4c58d | 2,466 | asm | Assembly | programs/oeis/092/A092966.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/092/A092966.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/092/A092966.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A092966: Number of interior balls in a truncated tetrahedral arrangement.
; 0,10,52,149,324,600,1000,1547,2264,3174,4300,5665,7292,9204,11424,13975,16880,20162,23844,27949,32500,37520,43032,49059,55624,62750,70460,78777,87724,97324,107600,118575,130272,142714,155924,169925,184740,200392,216904,234299,252600,271830,29... | 57.348837 | 1,995 | 0.809002 |
d1770e7bd0db22a94663ba21ba9cfe12b40658d7 | 94 | html | HTML | src/main/resources/io/jenkins/plugins/ossarchiver/OSSArchiverConfiguration/help-endPoint_zh.html | JerryLocke/jenkins-oss-archiver | c8ca3c0e186d2f29b82142abf53f6c99b033d602 | [
"MIT"
] | null | null | null | src/main/resources/io/jenkins/plugins/ossarchiver/OSSArchiverConfiguration/help-endPoint_zh.html | JerryLocke/jenkins-oss-archiver | c8ca3c0e186d2f29b82142abf53f6c99b033d602 | [
"MIT"
] | null | null | null | src/main/resources/io/jenkins/plugins/ossarchiver/OSSArchiverConfiguration/help-endPoint_zh.html | JerryLocke/jenkins-oss-archiver | c8ca3c0e186d2f29b82142abf53f6c99b033d602 | [
"MIT"
] | null | null | null | <div>
OSS <a href="https://help.aliyun.com/document_detail/31837.html">访问域名</a>
</div>
| 23.5 | 78 | 0.648936 |
7d94aaf1c196094adac025d9965a28ec2428714f | 425 | rb | Ruby | lib/elasticband/aggregation/filter.rb | LoveMondays/slingband | 76af30bcee3b4f8abd290a88de6fb12f97e5564f | [
"MIT"
] | null | null | null | lib/elasticband/aggregation/filter.rb | LoveMondays/slingband | 76af30bcee3b4f8abd290a88de6fb12f97e5564f | [
"MIT"
] | null | null | null | lib/elasticband/aggregation/filter.rb | LoveMondays/slingband | 76af30bcee3b4f8abd290a88de6fb12f97e5564f | [
"MIT"
] | null | null | null | module Elasticband
class Aggregation
class Filter < Aggregation
attr_accessor :filter, :options
def initialize(name, filter, options = {})
super(name)
self.filter = filter
self.options = options
end
def to_h
super(aggregation_hash)
end
private... | 17.708333 | 48 | 0.597647 |
b03bf655f5cc98ef3426a900e94c4c6077ff7207 | 905 | py | Python | main.py | cavalcantigor/tweets-ceuma | 4985e3c2241632823e710c039afe7b7f247b51f3 | [
"MIT"
] | null | null | null | main.py | cavalcantigor/tweets-ceuma | 4985e3c2241632823e710c039afe7b7f247b51f3 | [
"MIT"
] | null | null | null | main.py | cavalcantigor/tweets-ceuma | 4985e3c2241632823e710c039afe7b7f247b51f3 | [
"MIT"
] | null | null | null | from tweepy import (
API, Stream, OAuthHandler
)
from tt_keys import consumer_secret, consumer_key, access_token_secret, access_token
from ceuma_stream import StreamListenerCeuma
def timeline():
# get tweets from timeline
timeline_result = api.home_timeline()
return timeline_result
def search_tweets... | 23.815789 | 84 | 0.755801 |
75620a23998d51873a410079e72484fbe7960458 | 322 | css | CSS | dist/style.css | kvlin/Team-Profile-Generator | fb75e9f39a043e6ce66ffc254e1f177ce5477eb3 | [
"MIT"
] | null | null | null | dist/style.css | kvlin/Team-Profile-Generator | fb75e9f39a043e6ce66ffc254e1f177ce5477eb3 | [
"MIT"
] | null | null | null | dist/style.css | kvlin/Team-Profile-Generator | fb75e9f39a043e6ce66ffc254e1f177ce5477eb3 | [
"MIT"
] | null | null | null | .team {
text-align: center;
padding-top: 0.5em;
padding-bottom: 0.5em;
margin-bottom: 0.5em;
margin: auto;
background-color: rgb(235, 235, 235);
color:rgb(2, 109, 2);
}
.card {
margin: 1em 0em 0em 1em;
display:inline-block
}
.card-body {
background-color:rgb(191, 214, 191)... | 18.941176 | 41 | 0.593168 |
06b6c59a68adfd7a23ce91086c462482161d71c5 | 1,376 | py | Python | singleview.py | puhachov/Discovering-spammers-from-multiple-views | 0484552af19e68148bd7c29d3a726b4323c00834 | [
"MIT"
] | 1 | 2022-01-23T11:28:53.000Z | 2022-01-23T11:28:53.000Z | singleview.py | puhachov/Discovering-spammers-from-multiple-views | 0484552af19e68148bd7c29d3a726b4323c00834 | [
"MIT"
] | null | null | null | singleview.py | puhachov/Discovering-spammers-from-multiple-views | 0484552af19e68148bd7c29d3a726b4323c00834 | [
"MIT"
] | null | null | null | import numpy as np
from sklearn.svm import SVC
from sklearn.model_selection import train_test_split
from sklearn.metrics import confusion_matrix
import pandas as pd
class singleview():
def __init__(self, data, class_):
self.X = np.copy(np.transpose(data))
self.ground_truth = np.sum(class_, axis = ... | 38.222222 | 96 | 0.653343 |
b31581c32a44f3886d55bd3a411651c6d47fea63 | 106 | sql | SQL | app/src/main/assets/migrations/72.sql | DukeMobileTech/AndroidiSEE | bc7b53c3f5a7d4ee9b8a3c2bbaa13c1c0cf50cb6 | [
"MIT"
] | 4 | 2015-08-13T19:02:11.000Z | 2021-12-02T20:38:57.000Z | app/src/main/assets/migrations/72.sql | DukeMobileTech/AndroidiSEE | bc7b53c3f5a7d4ee9b8a3c2bbaa13c1c0cf50cb6 | [
"MIT"
] | null | null | null | app/src/main/assets/migrations/72.sql | DukeMobileTech/AndroidiSEE | bc7b53c3f5a7d4ee9b8a3c2bbaa13c1c0cf50cb6 | [
"MIT"
] | 5 | 2017-06-04T16:14:49.000Z | 2020-12-24T12:49:22.000Z | ALTER TABLE Questions ADD COLUMN RankResponses BOOLEAN;
ALTER TABLE Responses ADD COLUMN RankOrder STRING; | 53 | 55 | 0.858491 |
2f32f85242d50c73be33f2d9d9f0fcc124549265 | 354 | js | JavaScript | website/src/pages/examples.js | dhenson02/react-base-table-dk | c7388775e7e20ae6497baf5ce94106f73426eccf | [
"MIT"
] | null | null | null | website/src/pages/examples.js | dhenson02/react-base-table-dk | c7388775e7e20ae6497baf5ce94106f73426eccf | [
"MIT"
] | null | null | null | website/src/pages/examples.js | dhenson02/react-base-table-dk | c7388775e7e20ae6497baf5ce94106f73426eccf | [
"MIT"
] | null | null | null | import { Redirect } from '@reach/router';
import Page from 'components/Page';
import { withPrefix } from 'gatsby-link';
import React from 'react';
const Examples = () => (
<Page title="Examples">
<Redirect
from={withPrefix('/examples')}
to={withPrefix('/examples/default')}
noThrow
/>
</P... | 19.666667 | 42 | 0.638418 |
a5eb5ae4b965d22413a00674c5b8354c054fc978 | 13,854 | h | C | packages/ogdf.js/ogdf/include/ogdf/graphalg/MinSteinerTreeGoemans139.h | ZJUVAI/ogdf.js | 6670d20b6c630a46593ac380d1edf91d2c9aabe8 | [
"MIT"
] | 3 | 2021-09-14T08:11:37.000Z | 2022-03-04T15:42:07.000Z | packages/ogdf.js/ogdf/include/ogdf/graphalg/MinSteinerTreeGoemans139.h | JackieAnxis/ogdf.js | 6670d20b6c630a46593ac380d1edf91d2c9aabe8 | [
"MIT"
] | 2 | 2021-12-04T17:09:53.000Z | 2021-12-16T08:57:25.000Z | packages/ogdf.js/ogdf/include/ogdf/graphalg/MinSteinerTreeGoemans139.h | ZJUVAI/ogdf.js | 6670d20b6c630a46593ac380d1edf91d2c9aabe8 | [
"MIT"
] | 2 | 2021-06-22T08:21:54.000Z | 2021-07-07T06:57:22.000Z | /** \file
* \brief Implementation of an LP-based 1.39+epsilon Steiner tree
* approximation algorithm by Goemans et al.
*
* \author Stephan Beyer
*
* \par License:
* This file is part of the Open Graph Drawing Framework (OGDF).
*
* \par
* Copyright (C)<br>
* See README.md in the OGDF root directory for detail... | 30.650442 | 189 | 0.729537 |
cda6937ec0ecdeca86f407b91af0ddb98b6a4ff0 | 1,685 | cs | C# | src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/Server/SmiLink.cs | Xtrimmer/SqlClient | 9e145376933cb8da05eea4949dac783382aec5db | [
"MIT"
] | 590 | 2019-05-06T16:30:57.000Z | 2022-03-30T06:43:00.000Z | src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/Server/SmiLink.cs | Xtrimmer/SqlClient | 9e145376933cb8da05eea4949dac783382aec5db | [
"MIT"
] | 1,060 | 2019-05-06T16:39:40.000Z | 2022-03-31T23:19:48.000Z | src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/Server/SmiLink.cs | Xtrimmer/SqlClient | 9e145376933cb8da05eea4949dac783382aec5db | [
"MIT"
] | 189 | 2019-05-06T15:56:34.000Z | 2022-03-28T14:20:59.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("SqlAccess, PublicKey=00240000048000009400000006020000... | 56.166667 | 423 | 0.760237 |
f47dc31d8521359019803fbd2178add357e5a6e9 | 168 | ts | TypeScript | src/app/components/contact/contact.ts | hanmarkslag/angular2-component-router | c71b698e08edb1e1f70045ea56f00c87af875f9c | [
"MIT"
] | null | null | null | src/app/components/contact/contact.ts | hanmarkslag/angular2-component-router | c71b698e08edb1e1f70045ea56f00c87af875f9c | [
"MIT"
] | null | null | null | src/app/components/contact/contact.ts | hanmarkslag/angular2-component-router | c71b698e08edb1e1f70045ea56f00c87af875f9c | [
"MIT"
] | null | null | null | import {Component} from 'angular2/angular2';
@Component({
selector: 'contact',
templateUrl: './app/components/contact/contact.html'
})
export class Contact {
} | 21 | 56 | 0.708333 |
2d76cdcec6aeacae304787c29ba81670de517460 | 409 | css | CSS | build/css/style-b9be79d798.css | pushpan999/webflow | 242fad190f4e6086c20bfd682ab5d656d551cc4c | [
"MIT"
] | null | null | null | build/css/style-b9be79d798.css | pushpan999/webflow | 242fad190f4e6086c20bfd682ab5d656d551cc4c | [
"MIT"
] | null | null | null | build/css/style-b9be79d798.css | pushpan999/webflow | 242fad190f4e6086c20bfd682ab5d656d551cc4c | [
"MIT"
] | null | null | null | body
{
color: #fff;
background: #000;
}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3R5bGUuY3NzIiwic291cmNlcyI6WyJzdHlsZS5zY3NzIl0sInNvdXJjZXNDb250ZW50IjpbImJvZHkge1xuICAgIGJhY2tncm91bmQ6ICMwMDA7XG4gICAgY29sb3I6ICNmZmY7XG59Il0sIm1hcHBpbmdzIjoiQUFBQSxBQUFBLElBQUk... | 51.125 | 358 | 0.9022 |
20d9e83355715395d11edcac8cb76a015536c1ce | 328 | cs | C# | src/ScenarioEdit/Entities/TexTargetName.cs | CptCipher/MLTDTools | d91ca92b901fd64816278c6c6afeeb92967126da | [
"BSD-3-Clause-Clear"
] | null | null | null | src/ScenarioEdit/Entities/TexTargetName.cs | CptCipher/MLTDTools | d91ca92b901fd64816278c6c6afeeb92967126da | [
"BSD-3-Clause-Clear"
] | null | null | null | src/ScenarioEdit/Entities/TexTargetName.cs | CptCipher/MLTDTools | d91ca92b901fd64816278c6c6afeeb92967126da | [
"BSD-3-Clause-Clear"
] | null | null | null | using UnityStudio.Serialization;
using UnityStudio.Serialization.Naming;
namespace OpenMLTD.ScenarioEdit.Entities {
[MonoBehaviour(NamingConventionType = typeof(CamelCaseNamingConvention))]
public sealed class TexTargetName {
public int Target { get; set; }
public string Name { get; set; }
... | 23.428571 | 77 | 0.72561 |
29846bd3f440b27e30e883f2c1e1fd266d179028 | 3,083 | kt | Kotlin | reposilite-backend/src/main/kotlin/com/reposilite/shared/extensions/PicocliExtensions.kt | asad-awadia/reposilite | cceff854ded99cc3164551fb373db55af7e759a1 | [
"Apache-2.0"
] | 20 | 2019-06-27T05:20:19.000Z | 2020-05-17T21:51:03.000Z | reposilite-backend/src/main/kotlin/com/reposilite/shared/extensions/PicocliExtensions.kt | asad-awadia/reposilite | cceff854ded99cc3164551fb373db55af7e759a1 | [
"Apache-2.0"
] | 44 | 2019-08-10T19:30:57.000Z | 2020-05-17T23:31:24.000Z | reposilite-backend/src/main/kotlin/com/reposilite/shared/extensions/PicocliExtensions.kt | asad-awadia/reposilite | cceff854ded99cc3164551fb373db55af7e759a1 | [
"Apache-2.0"
] | 6 | 2017-07-12T11:37:23.000Z | 2018-11-14T13:03:24.000Z | /*
* Copyright (c) 2022 dzikoysk
*
* 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... | 39.025316 | 159 | 0.634771 |
21cf7df88eae709ea91512f34b007d01819ff9a7 | 1,597 | js | JavaScript | controller/EventCard.js | huangdgm/bot-framework-service | d7fd8705d9ed3d0bf36bbc78afd31dfd72ef681b | [
"Apache-2.0"
] | null | null | null | controller/EventCard.js | huangdgm/bot-framework-service | d7fd8705d9ed3d0bf36bbc78afd31dfd72ef681b | [
"Apache-2.0"
] | null | null | null | controller/EventCard.js | huangdgm/bot-framework-service | d7fd8705d9ed3d0bf36bbc78afd31dfd72ef681b | [
"Apache-2.0"
] | null | null | null | var rest = require('../API/Restclient');
var builder = require('botbuilder');
//Calls 'getYelpEventData' in RestClient.js with 'displayEventCards' as callback to get list of events information
exports.displayEventCards = function getEventData(location, session){
var url ='https://api.yelp.com/v3/events?location='+... | 40.948718 | 145 | 0.681277 |
05990a94ee99e2632bfdfebcdbf5a0acd9ac2fee | 554 | dart | Dart | tests/language/operator/operator6_test.dart | omerlevran46/sdk | b1955d63ad678b651b09db3dd286136c4463f36b | [
"BSD-3-Clause"
] | 8,969 | 2015-05-16T16:49:24.000Z | 2022-03-31T19:54:40.000Z | tests/language/operator/operator6_test.dart | omerlevran46/sdk | b1955d63ad678b651b09db3dd286136c4463f36b | [
"BSD-3-Clause"
] | 30,202 | 2015-05-17T02:27:45.000Z | 2022-03-31T22:54:46.000Z | tests/language/operator/operator6_test.dart | omerlevran46/sdk | b1955d63ad678b651b09db3dd286136c4463f36b | [
"BSD-3-Clause"
] | 1,619 | 2015-05-16T21:36:42.000Z | 2022-03-29T20:36:59.000Z | // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import "package:expect/expect.dart";
class OperatorTest {
OperatorTest() {}
static testMain() {
... | 18.466667 | 77 | 0.662455 |
eb21eaae47bd49900e4975d417e81a1cc8f3fe24 | 18,871 | css | CSS | wp-content/uploads/md_cache/68720e.css | abdouabdel/projetAH | 04bca6e264fe3719f6b65bd086dbf35046a9982d | [
"MIT"
] | null | null | null | wp-content/uploads/md_cache/68720e.css | abdouabdel/projetAH | 04bca6e264fe3719f6b65bd086dbf35046a9982d | [
"MIT"
] | null | null | null | wp-content/uploads/md_cache/68720e.css | abdouabdel/projetAH | 04bca6e264fe3719f6b65bd086dbf35046a9982d | [
"MIT"
] | null | null | null | .vc_row.hide-overflow:not(.vc_inner){overflow:hidden}.row-equal-column-height .wrap,.row-equal-column-height .wpb_column,.row-equal-column-height .mBuilder-element.mBuilder-vc_column{display:flex}.row-content-top:not(.row-equal-column-height) .wrap{display:flex;align-items:flex-start}.row-content-middle:not(.row-equal-... | 18,871 | 18,871 | 0.797997 |