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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
90e535e82968074c3698847d2d8437d5f4921c4b | 5,990 | py | Python | repo_health/check_django_dependencies_compatibility.py | openedx/edx-repo-health | c27f906fdb0ddb3a7b91b2eba999219989ff8442 | [
"Apache-2.0"
] | 2 | 2020-09-02T06:27:41.000Z | 2021-11-26T06:05:20.000Z | repo_health/check_django_dependencies_compatibility.py | edx/edx-repo-health | 071ebb402333e558e0f4c19de6ca083187499e6d | [
"Apache-2.0"
] | 83 | 2020-04-28T18:14:07.000Z | 2021-12-31T00:10:32.000Z | repo_health/check_django_dependencies_compatibility.py | openedx/edx-repo-health | c27f906fdb0ddb3a7b91b2eba999219989ff8442 | [
"Apache-2.0"
] | 5 | 2020-04-08T21:22:52.000Z | 2021-12-17T10:11:09.000Z | """
contains check that reads/parses dependencies of a repo
"""
import csv
import json
import logging
import os
import re
import tempfile
from pathlib import Path
from packaging.version import parse
import pytest
import requests
from pytest_repo_health import health_metadata
from repo_health import get_file_lines, D... | 31.861702 | 104 | 0.641903 |
eff812c204545a35e951c8cb7ff6be0ad074fcd0 | 338 | sql | SQL | migrations/0002_tweaks_up.sql | alrs/acyl | fd176e80faa855621085f008acb3bd8e0938be38 | [
"MIT"
] | 138 | 2019-02-26T21:36:59.000Z | 2022-03-29T09:15:01.000Z | migrations/0002_tweaks_up.sql | alrs/acyl | fd176e80faa855621085f008acb3bd8e0938be38 | [
"MIT"
] | 78 | 2019-03-04T22:45:56.000Z | 2022-02-09T20:04:35.000Z | migrations/0002_tweaks_up.sql | alrs/acyl | fd176e80faa855621085f008acb3bd8e0938be38 | [
"MIT"
] | 12 | 2019-02-22T23:30:55.000Z | 2021-12-23T22:20:54.000Z | ALTER TABLE environments DROP CONSTRAINT environments_name_key;
ALTER TABLE environments ADD COLUMN active BOOLEAN;
ALTER TABLE environments ADD CONSTRAINT unique_active UNIQUE (name, active);
ALTER TABLE environments ALTER COLUMN kube_namespace DROP NOT NULL;
ALTER TABLE env_created_events DROP CONSTRAINT env_created... | 48.285714 | 76 | 0.863905 |
e619d5ba98bd3c88a037e2ab37d1aee9487199bb | 155 | go | Go | count.go | brydavis/grid_other | fdb84992377d743bf84eabf47d5d3d40bbbac29e | [
"MIT"
] | 3 | 2015-12-28T17:04:12.000Z | 2021-03-04T22:02:38.000Z | count.go | brydavis/grid_other | fdb84992377d743bf84eabf47d5d3d40bbbac29e | [
"MIT"
] | null | null | null | count.go | brydavis/grid_other | fdb84992377d743bf84eabf47d5d3d40bbbac29e | [
"MIT"
] | 1 | 2017-08-31T02:35:55.000Z | 2017-08-31T02:35:55.000Z | package main
func (p Panel) Count(col string) float64 {
return Count(p, col)
}
func Count(p Panel, col string) float64 {
return float64(len(p[col]))
}
| 15.5 | 42 | 0.696774 |
bcaf83bac70e7e1aebe25e64201ec768dc5cb59f | 694 | dart | Dart | lib/repositories/question_repository.dart | concise-ee/superagile_app | 05279f0c487cbec3c1dd01818dbb857a9a452829 | [
"MIT"
] | null | null | null | lib/repositories/question_repository.dart | concise-ee/superagile_app | 05279f0c487cbec3c1dd01818dbb857a9a452829 | [
"MIT"
] | 154 | 2020-09-23T09:42:24.000Z | 2021-06-14T12:46:59.000Z | lib/repositories/question_repository.dart | concise-ee/superagile_app | 05279f0c487cbec3c1dd01818dbb857a9a452829 | [
"MIT"
] | 1 | 2021-01-21T13:45:59.000Z | 2021-01-21T13:45:59.000Z | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:superagile_app/entities/question_template.dart';
const QUESTIONS_COLLECTION = 'questions';
class QuestionRepository {
final CollectionReference _repository = FirebaseFirestore.instance.collection(QUESTIONS_COLLECTION);
Future<QuestionTemplate... | 36.526316 | 102 | 0.788184 |
5c2f2692b5ac1ce4b9c579dda6305440ebea06d2 | 628 | swift | Swift | Courier/Models/CourierResult.swift | thoughtbot/courier-ios | 5994d9cc571c6e59b313cb524f24501052fd2141 | [
"MIT"
] | 6 | 2016-05-05T20:33:36.000Z | 2017-01-02T17:04:51.000Z | Courier/Models/CourierResult.swift | thoughtbot/courier-ios | 5994d9cc571c6e59b313cb524f24501052fd2141 | [
"MIT"
] | 9 | 2016-05-02T09:40:59.000Z | 2016-10-24T14:23:18.000Z | Courier/Models/CourierResult.swift | thoughtbot/courier-ios | 5994d9cc571c6e59b313cb524f24501052fd2141 | [
"MIT"
] | 3 | 2016-09-28T23:13:22.000Z | 2021-01-07T11:18:54.000Z | import Foundation
/**
Represents the Result of communicating with the Courier API.
*/
public enum CourierResult {
/**
Communication with the Courier API was successful.
*/
case Success
/**
There was an error communicating with the Courier API.
- parameter error: The error that occurred.
*/
c... | 20.933333 | 73 | 0.683121 |
5d7dee5ed83b4f41fefa3668ba04b115b7df24d7 | 4,303 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_648.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_648.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_648.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x5ebd, %rsi
and %r12, %r12
mov (%rsi), %rbp
mfence
lea addresses_D_ht+0x61bd, %rsi
lea addresses_normal_ht+0x14b3d, %rdi
add $38079, %rbx
mov $52, %rcx
rep movsw
nop
sub %r12, %r12
pop %rsi
... | 62.362319 | 2,999 | 0.663491 |
ccbf54f216f90c1af230185bc61dee0f4edbe6fe | 1,134 | asm | Assembly | dev/smartdrv/messages/usa/sdvxdtxt.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dev/smartdrv/messages/usa/sdvxdtxt.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dev/smartdrv/messages/usa/sdvxdtxt.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | PAGE 58,132
;******************************************************************************
TITLE SDTEXT.ASM -- Text messages for SmartDrv VxD
;******************************************************************************
;
; (C) Copyright MICROSOFT Corp., 1991
;
; Title: SDTEXT.ASM -- Text messages for SmartDrv V... | 22.68 | 79 | 0.465608 |
ddbced4ce9e1ec1293430d4a4ad6408d94fed9a3 | 4,105 | php | PHP | resources/views/page/scholarship/index.blade.php | xuanhanhnguyen/yBox | 0a51bedece19ff70d0b36363aa4a66dca204ef5a | [
"MIT"
] | 1 | 2020-01-05T04:56:01.000Z | 2020-01-05T04:56:01.000Z | resources/views/page/scholarship/index.blade.php | xuanhanhnguyen/yBox | 0a51bedece19ff70d0b36363aa4a66dca204ef5a | [
"MIT"
] | null | null | null | resources/views/page/scholarship/index.blade.php | xuanhanhnguyen/yBox | 0a51bedece19ff70d0b36363aa4a66dca204ef5a | [
"MIT"
] | null | null | null | @extends('page.layout.content')
@section('title','Học bổng')
@section('style')
<style>
li.page-item.active span {
height: 91% !important;
}
li.page-item.disabled span {
height: 91% !important;
}
</style>
@endSection
@section('content')
<main>
<div class="main-section">
<div class="container">
... | 38.364486 | 179 | 0.440926 |
6525b9fa24410fbd6e88a3ac0d7c4387bef24c34 | 1,354 | py | Python | pretix_googlepaypasses/views.py | pc-coholic/pretix-googlepaypasses | 1591ebf2b53294989ffca6ffcb185842196e034d | [
"Apache-2.0"
] | 2 | 2018-11-02T11:32:21.000Z | 2018-12-07T07:18:06.000Z | pretix_googlepaypasses/views.py | pc-coholic/pretix-googlepaypasses | 1591ebf2b53294989ffca6ffcb185842196e034d | [
"Apache-2.0"
] | 5 | 2018-10-30T19:49:56.000Z | 2018-11-26T21:11:42.000Z | pretix_googlepaypasses/views.py | pc-coholic/pretix-googlepaypasses | 1591ebf2b53294989ffca6ffcb185842196e034d | [
"Apache-2.0"
] | null | null | null | import json
import logging
from json import JSONDecodeError
from django.http import (
HttpResponse, HttpResponseBadRequest, HttpResponseForbidden,
)
from django.views.decorators.csrf import csrf_exempt
from django.views.decorators.http import require_POST
from pretix.base.models import Organizer
from . import tas... | 31.488372 | 117 | 0.716396 |
777135a4e62e09bb38ac3800bc6edc11205b0614 | 97,353 | html | HTML | trope_list/tropes/TheCartel.html | jwzimmer/tv-tropes | 44442b66286eaf2738fc5d863d175d4577da97f4 | [
"MIT"
] | 1 | 2021-01-02T00:19:20.000Z | 2021-01-02T00:19:20.000Z | trope_list/tropes/TheCartel.html | jwzimmer/tv-tropes | 44442b66286eaf2738fc5d863d175d4577da97f4 | [
"MIT"
] | 6 | 2020-11-17T00:44:19.000Z | 2021-01-22T18:56:28.000Z | trope_list/tropes/TheCartel.html | jwzimmer/tv-tropes | 44442b66286eaf2738fc5d863d175d4577da97f4 | [
"MIT"
] | 5 | 2021-01-02T00:19:15.000Z | 2021-08-05T16:02:08.000Z | <!DOCTYPE html>
<html>
<head lang="en">
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>The Cartel - TV Tropes</title>
<meta content="The Mafia...BUT HISPANIC! In the underworld, there are several factions, usually based on location and ... | 96.580357 | 2,416 | 0.714975 |
f4fae1e31fcdea15a4a592b55eeab35305ad3b88 | 5,522 | ps1 | PowerShell | PowerShellSummitNA_2015/part1/07_active_directory.ps1 | rohnedwards/Presentations | c1b24904bf20090f5f1da45596c8db5c4b0b14bd | [
"MIT"
] | 3 | 2018-01-31T02:48:46.000Z | 2020-05-11T13:01:19.000Z | PowerShellSummitNA_2015/part1/07_active_directory.ps1 | rohnedwards/Presentations | c1b24904bf20090f5f1da45596c8db5c4b0b14bd | [
"MIT"
] | null | null | null | PowerShellSummitNA_2015/part1/07_active_directory.ps1 | rohnedwards/Presentations | c1b24904bf20090f5f1da45596c8db5c4b0b14bd | [
"MIT"
] | null | null | null | # PAC module can work well with AD objects, too. Compare this native PS:
Import-Module ActiveDirectory
Get-Acl -Path "AD:\$((Get-ADUser $env:USERNAME).DistinguishedName)" | select -exp Access
# With this PAC module output
Get-ADUser $env:USERNAME | Get-AccessControlEntry
# Notice that GUIDs aren't shown; the actual ... | 57.520833 | 215 | 0.798624 |
bc4180177afd6f386b3fe2778052f95aa44de1d5 | 6,499 | lua | Lua | source/functions.lua | Philbywhizz/MarsLander | 4566e1a847191d691b1affb73f89daceec938436 | [
"MIT"
] | 6 | 2021-10-16T06:50:00.000Z | 2022-03-11T10:30:39.000Z | source/functions.lua | Philbywhizz/MarsLander | 4566e1a847191d691b1affb73f89daceec938436 | [
"MIT"
] | 160 | 2021-10-14T02:42:50.000Z | 2021-11-22T08:49:53.000Z | source/functions.lua | Philbywhizz/MarsLander | 4566e1a847191d691b1affb73f89daceec938436 | [
"MIT"
] | null | null | null | local functions = {}
function functions.quitGame()
-- cleans up before quiting the game
if ENET_IS_CONNECTED then
-- test if pressing ESC on main screen (i.e. quiting)
if #CURRENT_SCREEN == 1 then
if IS_A_CLIENT then
EnetHandler.disconnectClient(LANDERS[1].connectionID)
elseif IS_A_HOST then
... | 25.687747 | 108 | 0.699031 |
9c01ccc2ab92340744adfed9d7b0e12ee27e2524 | 7,932 | ts | TypeScript | src/services/redis/RedisMeshService.ts | GostarehNegar/tomcat | 814de831f5a8202249b9d11f0771bdba2ae14fec | [
"MIT"
] | null | null | null | src/services/redis/RedisMeshService.ts | GostarehNegar/tomcat | 814de831f5a8202249b9d11f0771bdba2ae14fec | [
"MIT"
] | 1 | 2021-09-18T09:07:38.000Z | 2021-09-18T09:07:38.000Z | src/services/redis/RedisMeshService.ts | GostarehNegar/tomcat | 814de831f5a8202249b9d11f0771bdba2ae14fec | [
"MIT"
] | null | null | null |
import utils from '../../common/Domain.Utils';
import { IRedisServiceInformationParameters, queryRedisOptionsPayload, redisServiceDefinition } from '../../contracts';
import { baseUtils, ILogger } from '../../infrastructure/base';
import { IMessageContext } from '../../infrastructure/bus';
import { IMeshService, IMe... | 42.875676 | 165 | 0.56291 |
aa24443bb749dfacd907166b6e4b16002dace754 | 2,019 | sql | SQL | tx-lcn/sql/tx-manager.sql | bijialin/spring-boot | 912021c718a163919fefe83650f67ad0b2743351 | [
"MIT"
] | 3 | 2019-05-15T02:19:28.000Z | 2019-08-22T07:15:30.000Z | tx-lcn/sql/tx-manager.sql | bijialin/spring-boot | 912021c718a163919fefe83650f67ad0b2743351 | [
"MIT"
] | null | null | null | tx-lcn/sql/tx-manager.sql | bijialin/spring-boot | 912021c718a163919fefe83650f67ad0b2743351 | [
"MIT"
] | 22 | 2019-04-01T09:47:42.000Z | 2020-05-26T01:32:49.000Z | /*
Navicat Premium Data Transfer
Source Server : localhost_mysql5.7.25_3306
Source Server Type : MySQL
Source Server Version : 50725
Source Host : localhost:3306
Source Schema : tx-manager
Target Server Type : MySQL
Target Server Version : 50725
File Encoding : 65001
... | 30.590909 | 59 | 0.650817 |
9bc61862f218492d770215545d346d54d38d2a2d | 560 | js | JavaScript | client/src/components/SideBar/SideBar.js | clerick44/recipe-box | 37305fb8ad14a426e2a19e3b51335d3c5c9e1647 | [
"MIT"
] | null | null | null | client/src/components/SideBar/SideBar.js | clerick44/recipe-box | 37305fb8ad14a426e2a19e3b51335d3c5c9e1647 | [
"MIT"
] | 1 | 2021-12-07T07:29:08.000Z | 2021-12-07T07:29:08.000Z | client/src/components/SideBar/SideBar.js | clerick44/recipe-box | 37305fb8ad14a426e2a19e3b51335d3c5c9e1647 | [
"MIT"
] | null | null | null | import React from "react";
const SideBar = (props) => {
const { recipes, setCurrentRecipe } = props;
console.log(recipes.allRecipes);
if (!recipes.allRecipes.length) {
return <h3>No Recipes Yet</h3>;
}
return (
<>
<h3>My Recipes</h3>
<ul id="recipeList">
{recipes.allRecipes.map(... | 20 | 69 | 0.523214 |
2346ade9d684554a7e35942f57f662edf93f6e73 | 5,187 | sql | SQL | BAZA/stomatolog.sql | geralt1992/stomatolog | 4302cbaede00243fe56d0ddf00c39f37279c3e9a | [
"MIT"
] | null | null | null | BAZA/stomatolog.sql | geralt1992/stomatolog | 4302cbaede00243fe56d0ddf00c39f37279c3e9a | [
"MIT"
] | null | null | null | BAZA/stomatolog.sql | geralt1992/stomatolog | 4302cbaede00243fe56d0ddf00c39f37279c3e9a | [
"MIT"
] | null | null | null | -- phpMyAdmin SQL Dump
-- version 5.0.2
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Feb 19, 2021 at 07:17 PM
-- Server version: 10.4.11-MariaDB
-- PHP Version: 7.4.5
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIEN... | 30.875 | 144 | 0.68209 |
94825baaeecb5f40524aa74a56f81bb192a4d26b | 1,171 | lua | Lua | Framework/EsoUi/pregame/characterselect/gamepad/characterselect_eventtile_gamepad.lua | martin-repo/eso-addon-framework | 5a0873e624abee2b560b47cdd8571bb24b526663 | [
"MIT"
] | 3 | 2021-09-19T00:31:05.000Z | 2021-12-22T07:30:15.000Z | Framework/EsoUi/pregame/characterselect/gamepad/characterselect_eventtile_gamepad.lua | martin-repo/eso-addon-framework | 5a0873e624abee2b560b47cdd8571bb24b526663 | [
"MIT"
] | null | null | null | Framework/EsoUi/pregame/characterselect/gamepad/characterselect_eventtile_gamepad.lua | martin-repo/eso-addon-framework | 5a0873e624abee2b560b47cdd8571bb24b526663 | [
"MIT"
] | null | null | null | --[[
This file was extracted by 'EsoLuaGenerator' at '2021-09-04 16:42:29' using the latest game version.
NOTE: This file should only be used as IDE support; it should NOT be distributed with addons!
****************************************************************************
CONTENTS OF THIS FILE IS COPYRI... | 37.774194 | 156 | 0.694278 |
d80bafc67003c5fb5a6bfacefe1a8b8fb06f54da | 5,009 | swift | Swift | Tests/SwaggerStencilTests.swift | AphelionApps/SwaggerStencil | 8104f5c27c85a9bbb65e8d1aac2000221a99d171 | [
"MIT"
] | 1 | 2020-02-02T09:49:12.000Z | 2020-02-02T09:49:12.000Z | Tests/SwaggerStencilTests.swift | AttilaTheFun/SwaggerStencil | 8104f5c27c85a9bbb65e8d1aac2000221a99d171 | [
"MIT"
] | null | null | null | Tests/SwaggerStencilTests.swift | AttilaTheFun/SwaggerStencil | 8104f5c27c85a9bbb65e8d1aac2000221a99d171 | [
"MIT"
] | null | null | null | import XCTest
import SwaggerParser
import Yaml
import PathKit
import Stencil
import StencilSwiftKit
@testable import SwaggerStencil
class SwaggerStencilTests: XCTestCase {
var stencilExtension: Extension!
var templateFolderPath: PathKit.Path!
var mergedSwaggerPath: PathKit.Path!
var golangSourceRoot:... | 41.741667 | 113 | 0.643043 |
f01b631ccb3c9745b14e78ab1229248e5192b22d | 613 | js | JavaScript | lib/Deck.spec.js | enikolas/yet-another-cards | afe48ede91beeed4fbc7744f96188d1f05263133 | [
"MIT"
] | 1 | 2020-07-29T00:35:03.000Z | 2020-07-29T00:35:03.000Z | lib/Deck.spec.js | enikolas/yet-another-cards | afe48ede91beeed4fbc7744f96188d1f05263133 | [
"MIT"
] | 9 | 2017-12-18T12:38:12.000Z | 2020-05-11T17:14:39.000Z | lib/Deck.spec.js | enikolas/yet-another-cards | afe48ede91beeed4fbc7744f96188d1f05263133 | [
"MIT"
] | null | null | null | 'use strict'
const Deck = require('./Deck')
describe('Deck', () => {
it('should create a deck', () => {
const deck = new Deck()
expect(deck).toMatchSnapshot()
})
it('should shuffle the deck', () => {
const deck = new Deck()
deck.shuffle()
expect(deck).not.toEqual(new Deck())
})
it('s... | 19.15625 | 55 | 0.585644 |
73b80dde7bc6148d329130e2a6ef980cff6b0524 | 8,728 | rs | Rust | tests/test_iterator.rs | arthurprs/rust-rocksdb | ee4c6ebb162d67fb56c74476eb369a6bdbc3957b | [
"Apache-2.0"
] | null | null | null | tests/test_iterator.rs | arthurprs/rust-rocksdb | ee4c6ebb162d67fb56c74476eb369a6bdbc3957b | [
"Apache-2.0"
] | null | null | null | tests/test_iterator.rs | arthurprs/rust-rocksdb | ee4c6ebb162d67fb56c74476eb369a6bdbc3957b | [
"Apache-2.0"
] | null | null | null | // Copyright 2017 PingCAP, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to i... | 31.395683 | 99 | 0.574358 |
0a1ef735deeec04333c2ee7c8d4a04158a1b6421 | 24,607 | c | C | player/source/mod_channel.c | AntonioND/umod-player | 9200027a3b6cb70f4efef38012dbd916fa3606fa | [
"MIT"
] | 7 | 2021-02-16T00:09:03.000Z | 2021-07-15T06:46:03.000Z | player/source/mod_channel.c | AntonioND/umod-player | 9200027a3b6cb70f4efef38012dbd916fa3606fa | [
"MIT"
] | null | null | null | player/source/mod_channel.c | AntonioND/umod-player | 9200027a3b6cb70f4efef38012dbd916fa3606fa | [
"MIT"
] | 1 | 2022-02-02T18:49:13.000Z | 2022-02-02T18:49:13.000Z | // SPDX-License-Identifier: MIT
//
// Copyright (c) 2021 Antonio Niño Díaz
#include <assert.h>
#include <stdint.h>
#include <string.h>
#include <umod/umod.h>
#include <umod/umodpack.h>
#include "definitions.h"
#include "mixer_channel.h"
#include "mod_channel.h"
typedef struct {
int note;
int32_t ... | 31.874352 | 115 | 0.557646 |
0cf5bcb94a0ecfb4c23581af54d98f2f7ec3270a | 10,129 | sql | SQL | shop92.sql | Dmitriy-1986/TWO-HomeWorkLaravel | 10c97cfd367d71930e9891654ec61e33c453fc21 | [
"MIT"
] | null | null | null | shop92.sql | Dmitriy-1986/TWO-HomeWorkLaravel | 10c97cfd367d71930e9891654ec61e33c453fc21 | [
"MIT"
] | null | null | null | shop92.sql | Dmitriy-1986/TWO-HomeWorkLaravel | 10c97cfd367d71930e9891654ec61e33c453fc21 | [
"MIT"
] | null | null | null | -- phpMyAdmin SQL Dump
-- version 4.8.5
-- https://www.phpmyadmin.net/
--
-- Хост: 127.0.0.1:3306
-- Время создания: Сен 12 2020 г., 14:33
-- Версия сервера: 5.7.25
-- Версия PHP: 7.3.2
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTE... | 38.367424 | 229 | 0.687136 |
62878ce95cf6d01f672c0ade34eaae5c4aa12f4b | 377 | asm | Assembly | programs/oeis/176/A176405.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/176/A176405.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/176/A176405.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A176405: Fixed point of morphism 0->0100110, 1->0110110
; 0,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,1,0,0,1
mul $0,3
seq $0,277545 ; a(n) = n/7^m mod 7, where 7^m is t... | 47.125 | 201 | 0.575597 |
3ace5c52bba6b91d3694785e3f86576a6957ad58 | 2,444 | lua | Lua | node.lua | n00dl3st/CargoCult | 8172b6c751bda306043fb2f63a8ce95d925ecb8b | [
"BSD-3-Clause"
] | null | null | null | node.lua | n00dl3st/CargoCult | 8172b6c751bda306043fb2f63a8ce95d925ecb8b | [
"BSD-3-Clause"
] | null | null | null | node.lua | n00dl3st/CargoCult | 8172b6c751bda306043fb2f63a8ce95d925ecb8b | [
"BSD-3-Clause"
] | null | null | null | env.info( "------------------------------------------------" )
env.info(" Loading Node")
env.info( "------------------------------------------------" )
NODE = {
ClassName = "NODE",
NodePrefix = "NODE #",
NodeName = "",
NodeZone = {},
Index = 0,
Links = {},
DisplayName = "",
War... | 26.857143 | 97 | 0.640753 |
85e66ffb045f79f29b217c15378732d5f138b4aa | 115 | h | C | RevenueMonster/Library/AlipaySDK/Alipay.h | Oskang09/rm-ios-sdk | f52bc2519b83b558c8ac2fb1323aa423fee341fb | [
"BSD-3-Clause"
] | 1 | 2020-04-04T17:52:52.000Z | 2020-04-04T17:52:52.000Z | RevenueMonster/Library/AlipaySDK/Alipay.h | Oskang09/rm-ios-sdk | f52bc2519b83b558c8ac2fb1323aa423fee341fb | [
"BSD-3-Clause"
] | 2 | 2020-10-08T09:38:54.000Z | 2021-06-14T07:38:35.000Z | RevenueMonster/Library/AlipaySDK/Alipay.h | Oskang09/rm-ios-sdk | f52bc2519b83b558c8ac2fb1323aa423fee341fb | [
"BSD-3-Clause"
] | 1 | 2021-03-18T05:05:44.000Z | 2021-03-18T05:05:44.000Z | #ifndef AlipaySDK_h
#define AlipaySDK_h
#import <AlipaySDK/AlipaySDK.h>
#import <AlipaySDK/APayAuthInfo.h>
#endif | 16.428571 | 34 | 0.8 |
5bf86e97bbb470b82450c49b5a038f125ac6d0f4 | 453 | h | C | Pods/Target Support Files/WMPlayer/WMPlayer-umbrella.h | winfredzen/YCDownloadSession | e0ff7a7c7dee8e1a4ed5fade459c63193c7cfc72 | [
"MIT"
] | null | null | null | Pods/Target Support Files/WMPlayer/WMPlayer-umbrella.h | winfredzen/YCDownloadSession | e0ff7a7c7dee8e1a4ed5fade459c63193c7cfc72 | [
"MIT"
] | null | null | null | Pods/Target Support Files/WMPlayer/WMPlayer-umbrella.h | winfredzen/YCDownloadSession | e0ff7a7c7dee8e1a4ed5fade459c63193c7cfc72 | [
"MIT"
] | null | null | null | #ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "UIViewController+ShouldAutorotate.h"
#import "FastForwardView.h"
#import "WMLightView.h"
#import "WMPlayer.h"
#impor... | 20.590909 | 62 | 0.812362 |
709e652ebd0d63ed4c0ccb8d0196e8fba96251a7 | 3,303 | h | C | src/GameEngineLib/include/sdlgui/slider.h | hugetto/2DGame | 833c6596df8c2f9daf14cb9ebfffa36b77f96218 | [
"Apache-2.0"
] | null | null | null | src/GameEngineLib/include/sdlgui/slider.h | hugetto/2DGame | 833c6596df8c2f9daf14cb9ebfffa36b77f96218 | [
"Apache-2.0"
] | null | null | null | src/GameEngineLib/include/sdlgui/slider.h | hugetto/2DGame | 833c6596df8c2f9daf14cb9ebfffa36b77f96218 | [
"Apache-2.0"
] | null | null | null | /*
sdl_gui/slider.h -- Fractional slider widget with mouse control
Based on NanoGUI by Wenzel Jakob <wenzel@inf.ethz.ch>.
Adaptation for SDL by Dalerank <dalerankn8@gmail.com>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE.txt file.... | 35.138298 | 112 | 0.710566 |
52477c72020ed7509bdddc34b9c8f76ccaeabd9a | 3,980 | kt | Kotlin | app/src/main/java/com/allen/migo/network/core/NetworkHandle.kt | allen-hsu/migo | b22f0afa1afd4d76717e48c9cd0d515f34df20bc | [
"MIT"
] | null | null | null | app/src/main/java/com/allen/migo/network/core/NetworkHandle.kt | allen-hsu/migo | b22f0afa1afd4d76717e48c9cd0d515f34df20bc | [
"MIT"
] | null | null | null | app/src/main/java/com/allen/migo/network/core/NetworkHandle.kt | allen-hsu/migo | b22f0afa1afd4d76717e48c9cd0d515f34df20bc | [
"MIT"
] | null | null | null | package com.allen.migo.network.core
import android.content.Context
import android.net.ConnectivityManager
import android.net.Network
import android.net.NetworkCapabilities
import android.net.NetworkCapabilities.TRANSPORT_CELLULAR
import android.net.NetworkCapabilities.TRANSPORT_WIFI
import android.net.NetworkRequest
i... | 33.166667 | 99 | 0.578141 |
d000e1dcf658b5cf94346ab2c44d9fb26a730226 | 101,814 | lua | Lua | effects/charlize.lua | techannihilation/TA | 2b70333fd2617d0372cc0c9795f5f3b9c158205b | [
"CC-BY-4.0"
] | 38 | 2017-01-20T08:12:28.000Z | 2022-03-05T16:50:40.000Z | effects/charlize.lua | techannihilation/TA | 2b70333fd2617d0372cc0c9795f5f3b9c158205b | [
"CC-BY-4.0"
] | 1,067 | 2016-12-09T20:14:49.000Z | 2022-02-20T12:57:29.000Z | effects/charlize.lua | techannihilation/TA | 2b70333fd2617d0372cc0c9795f5f3b9c158205b | [
"CC-BY-4.0"
] | 68 | 2016-12-10T09:20:25.000Z | 2021-09-07T10:44:52.000Z | -- charlize_16
-- charlize_14
-- minicharlize_25
-- charlize_17
-- charlize_6
-- bigcharlize_20
-- minicharlize_7
-- bigcharlize_12
-- charlize_10
-- charlize_11
-- charlize_12
-- minicharlize_14
-- charlize_8
-- charlize_ani
-- bigcharlize_15
-- charlize_23
-- minicharlize_3
-- charlize_25
-- minicharlize_1
-- charliz... | 30.47411 | 75 | 0.359813 |
b2f2d2e4410ddaee7c1cbfbc592626d44000b73b | 177 | swift | Swift | test/multifile/requirement-signature.swift | lwhsu/swift | e1e7a3fe75b4762d5e3d4d241f40b56946a03fdb | [
"Apache-2.0"
] | 72,551 | 2015-12-03T16:45:13.000Z | 2022-03-31T18:57:59.000Z | test/multifile/requirement-signature.swift | lwhsu/swift | e1e7a3fe75b4762d5e3d4d241f40b56946a03fdb | [
"Apache-2.0"
] | 39,352 | 2015-12-03T16:55:06.000Z | 2022-03-31T23:43:41.000Z | test/multifile/requirement-signature.swift | lwhsu/swift | e1e7a3fe75b4762d5e3d4d241f40b56946a03fdb | [
"Apache-2.0"
] | 13,845 | 2015-12-03T16:45:13.000Z | 2022-03-31T11:32:29.000Z | // RUN: %target-swift-frontend -typecheck -primary-file %s %S/Inputs/requirement-signature.swift
func run<CO: ConnectableObservableType, O>(co: CO, o: O) {
co.subscribe(o)
}
| 29.5 | 96 | 0.723164 |
9eb5729d26d9d55f778e5c7306f97ffbf184a7a7 | 5,615 | rs | Rust | sources/metricdog/src/main_test.rs | likewu/bottlerocket | 3a93dd301b7b09ddfaf9acc827543e27f84d804f | [
"Apache-2.0",
"MIT"
] | 6,422 | 2020-03-10T19:06:18.000Z | 2022-03-31T18:47:38.000Z | sources/metricdog/src/main_test.rs | likewu/bottlerocket | 3a93dd301b7b09ddfaf9acc827543e27f84d804f | [
"Apache-2.0",
"MIT"
] | 851 | 2020-03-11T01:51:00.000Z | 2022-03-31T23:26:56.000Z | sources/metricdog/src/main_test.rs | likewu/bottlerocket | 3a93dd301b7b09ddfaf9acc827543e27f84d804f | [
"Apache-2.0",
"MIT"
] | 350 | 2020-03-10T18:54:33.000Z | 2022-03-30T18:21:23.000Z | use crate::args::{Arguments, Command};
use crate::error::Result;
use crate::main_inner;
use crate::service_check::{ServiceCheck, ServiceHealth};
use httptest::responders::status_code;
use httptest::{matchers::*, Expectation, Server};
use log::LevelFilter;
use std::fs::write;
use std::path::PathBuf;
use tempfile::TempDi... | 31.903409 | 103 | 0.632235 |
40e44999fb7f51f18370225d6ced72af64168aea | 2,109 | py | Python | cards/upgrade_rounds.py | MrCoft/EngiMod | 65c90bd9231ac388d8af7849a1835914f1eefc78 | [
"MIT"
] | null | null | null | cards/upgrade_rounds.py | MrCoft/EngiMod | 65c90bd9231ac388d8af7849a1835914f1eefc78 | [
"MIT"
] | null | null | null | cards/upgrade_rounds.py | MrCoft/EngiMod | 65c90bd9231ac388d8af7849a1835914f1eefc78 | [
"MIT"
] | null | null | null | from engi_mod import *
Card(
name = "Upgrade Rounds",
type = "skill",
target = "self",
rarity = "rare",
cost = 1,
flags = dict(
exhaust = "true",
),
desc = 'Upgrade ALL of your Attack cards containing "Round" for the rest of combat. NL Exhaust.',
upgrade_desc = 'Upgrade ALL ... | 31.954545 | 124 | 0.541015 |
39b332868a21f824175731558b4c4b6fbf039554 | 102 | sql | SQL | banach/tsquery4.sql | pleak-tools/pleak-sql-analysis | 92cc6f97f3345aff5a138472f857e9cae9017b9c | [
"Unlicense"
] | 1 | 2017-12-29T10:00:04.000Z | 2017-12-29T10:00:04.000Z | banach/tsquery4.sql | pleak-tools/pleak-sql-analysis | 92cc6f97f3345aff5a138472f857e9cae9017b9c | [
"Unlicense"
] | null | null | null | banach/tsquery4.sql | pleak-tools/pleak-sql-analysis | 92cc6f97f3345aff5a138472f857e9cae9017b9c | [
"Unlicense"
] | null | null | null | SELECT SUM(ta.c2*tb.c2+ts3.c2) FROM ts2 as ta, ts2 as tb, ts3 where ta.c1 = ts3.c1 and ta.c1 = tb.c1;
| 51 | 101 | 0.666667 |
fe3c1259b8d2296e86f2f320a940a3554e36d6bf | 731 | swift | Swift | Sources/PolymorphSwiftGen/Models/Classes/Builders/ObjectMapper/Properties/Transformers/MultilingualStringObjectMapperTransformerMethodInfoBuilder.swift | Digipolitan/polymorph-swiftgen-swift | 43112aa4d3d609ee7a1a9b8ad8fb41cdcce0c144 | [
"BSD-3-Clause"
] | null | null | null | Sources/PolymorphSwiftGen/Models/Classes/Builders/ObjectMapper/Properties/Transformers/MultilingualStringObjectMapperTransformerMethodInfoBuilder.swift | Digipolitan/polymorph-swiftgen-swift | 43112aa4d3d609ee7a1a9b8ad8fb41cdcce0c144 | [
"BSD-3-Clause"
] | null | null | null | Sources/PolymorphSwiftGen/Models/Classes/Builders/ObjectMapper/Properties/Transformers/MultilingualStringObjectMapperTransformerMethodInfoBuilder.swift | Digipolitan/polymorph-swiftgen-swift | 43112aa4d3d609ee7a1a9b8ad8fb41cdcce0c144 | [
"BSD-3-Clause"
] | null | null | null | //
// MultilingualStringObjectMapperTransformerMethodInfoBuilder.swift
// PolymorphSwiftGen
//
// Created by Benoit BRIATTE on 14/11/2017.
//
import Foundation
import PolymorphCore
import CodeWriter
import SwiftCodeWriter
class MultilingualStringObjectMapperTransformerMethodInfoBuilder: ObjectMapperTransformerMeth... | 34.809524 | 123 | 0.712722 |
51c2ce343209e4b1883b72d74c2203dc9cb4b4d8 | 16,684 | swift | Swift | Sources/TextToSpeechV1/TextToSpeechDecoder.swift | turlodales/swift-sdk | 4b5d42870e99b2086d0a702548ffe052c76b36c0 | [
"Apache-2.0"
] | 528 | 2017-01-18T23:28:11.000Z | 2022-02-16T07:49:54.000Z | Sources/TextToSpeechV1/TextToSpeechDecoder.swift | turlodales/swift-sdk | 4b5d42870e99b2086d0a702548ffe052c76b36c0 | [
"Apache-2.0"
] | 379 | 2017-01-18T04:00:52.000Z | 2022-03-28T00:06:01.000Z | Sources/TextToSpeechV1/TextToSpeechDecoder.swift | turlodales/swift-sdk | 4b5d42870e99b2086d0a702548ffe052c76b36c0 | [
"Apache-2.0"
] | 204 | 2017-01-18T18:44:37.000Z | 2021-03-17T00:26:19.000Z | /**
* (C) Copyright IBM Corp. 2016, 2021.
*
* 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 agre... | 40.992629 | 149 | 0.619696 |
3594d3a55332bc95daae42776512f94d7d949cb8 | 2,282 | ps1 | PowerShell | docker/docker-assets/scripts/test/test.ps1 | philasmar/aws-sdk-net | 64a49f18246bf903fdd1f01c5b5af36ab0fd6f94 | [
"Apache-2.0"
] | 1 | 2021-09-17T15:33:32.000Z | 2021-09-17T15:33:32.000Z | docker/docker-assets/scripts/test/test.ps1 | philasmar/aws-sdk-net | 64a49f18246bf903fdd1f01c5b5af36ab0fd6f94 | [
"Apache-2.0"
] | null | null | null | docker/docker-assets/scripts/test/test.ps1 | philasmar/aws-sdk-net | 64a49f18246bf903fdd1f01c5b5af36ab0fd6f94 | [
"Apache-2.0"
] | 1 | 2022-01-22T02:39:11.000Z | 2022-01-22T02:39:11.000Z | $ErrorActionPreference = "Stop"
Import-Module AWS.Tools.Common
Import-Module $PSScriptRoot/../common/msbuild_tasks.psm1
Import-Module $PSScriptRoot/../common/utility.psm1
function Invoke-DotnetTest()
{
$testProjects = if ($env:TEST_LIST)
{
$env:TEST_LIST -split ","
}
else
{
$searc... | 28.886076 | 139 | 0.679229 |
469f9a9f3451939564a5109013f33f96157c722b | 50 | css | CSS | resources/assets/css/card.css | afernandez8781/messenger | 6cc759f2ea4eb4ec806a57bd89a60836589d25e9 | [
"MIT"
] | null | null | null | resources/assets/css/card.css | afernandez8781/messenger | 6cc759f2ea4eb4ec806a57bd89a60836589d25e9 | [
"MIT"
] | null | null | null | resources/assets/css/card.css | afernandez8781/messenger | 6cc759f2ea4eb4ec806a57bd89a60836589d25e9 | [
"MIT"
] | null | null | null | card{
box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
} | 16.666667 | 42 | 0.64 |
39d61d5008cf308939a3bd24c0c294cc5c902c79 | 3,029 | java | Java | server/src/java/nitobi-jsf-project/nitobi-jsf/src/main/java/com/nitobi/jsf/component/spotlight/UIFormHelperStep.java | stevengill/completeui | ea54e9f48075692be5dad313d78ef2bbe16531dd | [
"MIT"
] | 1 | 2016-07-28T01:25:43.000Z | 2016-07-28T01:25:43.000Z | server/src/java/nitobi-jsf-project/nitobi-jsf/src/main/java/com/nitobi/jsf/component/spotlight/UIFormHelperStep.java | stevengill/completeui | ea54e9f48075692be5dad313d78ef2bbe16531dd | [
"MIT"
] | null | null | null | server/src/java/nitobi-jsf-project/nitobi-jsf/src/main/java/com/nitobi/jsf/component/spotlight/UIFormHelperStep.java | stevengill/completeui | ea54e9f48075692be5dad313d78ef2bbe16531dd | [
"MIT"
] | null | null | null | /**
* User: Eric Buitenhuis
* Date: May 23, 2008
* Time: 10:03:32 PM
*/
package com.nitobi.jsf.component.spotlight;
import com.nitobi.beans.JavascriptArgument;
import com.nitobi.jsf.component.UIJavascriptMethodCallComponent;
import com.nitobi.jsf.taglib.spotlight.FormHelperStepTag;
import javax.faces.component.... | 37.8625 | 125 | 0.700891 |
876271a51cceeba978b49d9c13ce80999ab29bb0 | 655 | rs | Rust | src/dirs.rs | dan-t/clang-typecheck | 66d0ccd3243511427df7112628a4b5f7ba31a32b | [
"BSD-3-Clause"
] | 2 | 2016-08-26T10:24:43.000Z | 2021-03-09T12:30:18.000Z | src/dirs.rs | dan-t/cpp-typecheck | 66d0ccd3243511427df7112628a4b5f7ba31a32b | [
"BSD-3-Clause"
] | null | null | null | src/dirs.rs | dan-t/cpp-typecheck | 66d0ccd3243511427df7112628a4b5f7ba31a32b | [
"BSD-3-Clause"
] | null | null | null | use std::fs;
use std::path::{Path, PathBuf};
use ct_result::CtResult;
use extern_dirs;
lazy_static! {
static ref CMD_CACHE_DIR: CtResult<PathBuf> = {
extern_dirs::home_dir()
.ok_or("Couldn't read home directory!".into())
.map(|d| d.join(".cpp_typecheck")
.join(... | 22.586207 | 58 | 0.487023 |
6b3b25291cccc4543a333e215744984352a38622 | 347 | h | C | src/util/include/util/helpers.h | anish0x2a/tvp | baf87d6c927804e8779048dc897d65ea328a1e8a | [
"MIT"
] | 1 | 2019-11-10T14:51:16.000Z | 2019-11-10T14:51:16.000Z | src/util/include/util/helpers.h | anish0x2a/tvp | baf87d6c927804e8779048dc897d65ea328a1e8a | [
"MIT"
] | null | null | null | src/util/include/util/helpers.h | anish0x2a/tvp | baf87d6c927804e8779048dc897d65ea328a1e8a | [
"MIT"
] | null | null | null | /**
* @file helpers.h
* Declares some nifty helper functions
*/
#include <string>
#include <unordered_map>
#pragma once
/**
* Returns hexadecimal string representation for a bunch of integer types
*/
template <typename T> std::string num_to_hex(T i);
std::string get_mnemonic(uint8_t opcode);
std::string get_cb... | 19.277778 | 73 | 0.740634 |
a17ef6499971075aed9e229cb25696eac1d24911 | 1,006 | h | C | share/solid_sim.h | pphilippos/Neverball-for-micro-bit | 64e67e2dcc073548e805136995a0e2601285f5cd | [
"RSA-MD"
] | null | null | null | share/solid_sim.h | pphilippos/Neverball-for-micro-bit | 64e67e2dcc073548e805136995a0e2601285f5cd | [
"RSA-MD"
] | null | null | null | share/solid_sim.h | pphilippos/Neverball-for-micro-bit | 64e67e2dcc073548e805136995a0e2601285f5cd | [
"RSA-MD"
] | 1 | 2016-08-16T14:25:01.000Z | 2016-08-16T14:25:01.000Z | /*
* Copyright (C) 2003 Robert Kooima
*
* NEVERBALL is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; either version 2 of the License,
* or (at your option) any later version.
*
* This program is d... | 31.4375 | 79 | 0.612326 |
df623ee48d8b78a9f6a31a33747c56cc3e29b8e0 | 958 | dart | Dart | lib/bloc/item_bloc.dart | shawnlauzon/insert-bloc | 37436e8c75fa56cac60a539967dab82eda63781a | [
"MIT"
] | null | null | null | lib/bloc/item_bloc.dart | shawnlauzon/insert-bloc | 37436e8c75fa56cac60a539967dab82eda63781a | [
"MIT"
] | null | null | null | lib/bloc/item_bloc.dart | shawnlauzon/insert-bloc | 37436e8c75fa56cac60a539967dab82eda63781a | [
"MIT"
] | 1 | 2021-10-17T14:50:07.000Z | 2021-10-17T14:50:07.000Z | import 'package:bloc/bloc.dart';
import 'package:insert_bloc/item_repository.dart';
import 'package:meta/meta.dart';
import '../model/item.dart';
part 'item_event.dart';
part 'item_state.dart';
class ItemBloc extends Bloc<ItemEvent, ItemState> {
ItemBloc({required this.repository, required this.name})
: supe... | 25.210526 | 78 | 0.628392 |
7095ba28cff9be1ac264f2fd6ea57f0309bccf72 | 1,828 | c | C | src/core/file.c | creikey/camengine | 36b4557e82a64380cf2433bb9a7c98f01c82b022 | [
"MIT"
] | null | null | null | src/core/file.c | creikey/camengine | 36b4557e82a64380cf2433bb9a7c98f01c82b022 | [
"MIT"
] | null | null | null | src/core/file.c | creikey/camengine | 36b4557e82a64380cf2433bb9a7c98f01c82b022 | [
"MIT"
] | 2 | 2017-10-28T05:46:10.000Z | 2017-11-05T03:41:02.000Z | #include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include <operomnia1/error.h>
#include <operomnia1/memory.h>
#include <operomnia1/file.h>
int char_to_numb( char in_char ) {
return in_char - '0';
}
int get_strchar_index( char * in_str, char to_find, bool backwards ) {
size_t str_size = strlen( in_str )... | 25.041096 | 70 | 0.573304 |
2060e89b8b1d720b22be4e0784f53f8e4600c957 | 590 | css | CSS | public/main.css | mbaghel/shortn | 714ea0a4c1aedccc962901ec7db98ccc3d294e4a | [
"MIT"
] | 1 | 2020-08-07T16:19:35.000Z | 2020-08-07T16:19:35.000Z | public/main.css | mbaghel/shortn | 714ea0a4c1aedccc962901ec7db98ccc3d294e4a | [
"MIT"
] | 1 | 2021-05-10T13:34:33.000Z | 2021-05-10T13:34:33.000Z | public/main.css | mbaghel/shortn | 714ea0a4c1aedccc962901ec7db98ccc3d294e4a | [
"MIT"
] | null | null | null | i {
vertical-align: top;
}
#url-input {
font-size: 1em;
padding: 12px 20px;
display: inline-block;
border: 2px inset #ccc;
border-radius: 4px 0 0 4px;
box-sizing: border-box;
margin: 2px;
}
button {
background-color: #2196f3;
vertical-align: bottom;
color: white;
padding: 11px 20px;
border: ... | 12.826087 | 29 | 0.642373 |
56d1e1de3ca4279418f0af976705360ad7fbfa12 | 110 | ts | TypeScript | packages/Molecules/types/Molecules/BottomNavigation/index.d.ts | SyedUmerHasan/design-system | 8bc365dc062b836a26e1ba93eeebdbd18414732c | [
"MIT"
] | null | null | null | packages/Molecules/types/Molecules/BottomNavigation/index.d.ts | SyedUmerHasan/design-system | 8bc365dc062b836a26e1ba93eeebdbd18414732c | [
"MIT"
] | 8 | 2021-11-01T21:50:39.000Z | 2022-03-28T13:46:36.000Z | packages/Molecules/types/Molecules/BottomNavigation/index.d.ts | SyedUmerHasan/design-system | 8bc365dc062b836a26e1ba93eeebdbd18414732c | [
"MIT"
] | null | null | null | export * from './src/BottomNavigation';
export { default as BottomNavigation } from './src/BottomNavigation';
| 36.666667 | 69 | 0.754545 |
fb3a1d722a9e4367d42eacec130cd9790e19b06f | 4,066 | java | Java | Variant Programs/1-2/4/production/Fabricator.java | hjc851/Dataset2-HowToDetectAdvancedSourceCodePlagiarism | a42ced1d5a92963207e3565860cac0946312e1b3 | [
"MIT"
] | null | null | null | Variant Programs/1-2/4/production/Fabricator.java | hjc851/Dataset2-HowToDetectAdvancedSourceCodePlagiarism | a42ced1d5a92963207e3565860cac0946312e1b3 | [
"MIT"
] | null | null | null | Variant Programs/1-2/4/production/Fabricator.java | hjc851/Dataset2-HowToDetectAdvancedSourceCodePlagiarism | a42ced1d5a92963207e3565860cac0946312e1b3 | [
"MIT"
] | null | null | null | package production;
import java.util.Random;
import lapse.DaysHandler;
import producesJewels.ExtractableObjective;
import repository.*;
import read.*;
public abstract class Fabricator {
protected static final Random stochasticProduction = new Random();
private static int farmUndercut = 0;
protected Manufacturer... | 33.883333 | 89 | 0.714461 |
90ae2991b7e1dfdacad4a9f32bdb34e0c302d1d2 | 733 | py | Python | src/updateDisplay.py | paulhorstmann/qrcode-e-link-display | ff625215e18528e46093641570d968c88af839c4 | [
"MIT"
] | null | null | null | src/updateDisplay.py | paulhorstmann/qrcode-e-link-display | ff625215e18528e46093641570d968c88af839c4 | [
"MIT"
] | null | null | null | src/updateDisplay.py | paulhorstmann/qrcode-e-link-display | ff625215e18528e46093641570d968c88af839c4 | [
"MIT"
] | null | null | null | #!/usr/bin/python
# -*- coding:utf-8 -*-
from PIL import Image
import time
import sys
import os
from waveshare_epd import epd5in83bc
picdir = os.path.join(os.path.dirname(
os.path.dirname(os.path.realpath(__file__))), 'src/assets/img')
try:
epd = epd5in83bc.EPD()
# print("init and Clear")
epd.init()
... | 21.558824 | 77 | 0.665757 |
7d4a250e9193f97f4dccba2791dfec390dc1ea7e | 1,000 | asm | Assembly | programs/oeis/101/A101362.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/101/A101362.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/101/A101362.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A101362: a(n) = (n+1)*n^4.
; 0,2,48,324,1280,3750,9072,19208,36864,65610,110000,175692,269568,399854,576240,810000,1114112,1503378,1994544,2606420,3360000,4278582,5387888,6716184,8294400,10156250,12338352,14880348,17825024,21218430,25110000,29552672,34603008,40321314,46771760,54022500,62145792,71218118,81320304,92537... | 125 | 931 | 0.863 |
4d6a469241d23c6bf5c916fc7f04354f7fae8d01 | 13,805 | ps1 | PowerShell | src/common_functions.ps1 | dongaba/tverrec | f76dffcfb9c613fc1f06cd501d032778a00290d4 | [
"Apache-2.0"
] | 4 | 2021-04-27T23:34:39.000Z | 2022-01-10T17:24:42.000Z | src/common_functions.ps1 | dongaba/tverrec | f76dffcfb9c613fc1f06cd501d032778a00290d4 | [
"Apache-2.0"
] | null | null | null | src/common_functions.ps1 | dongaba/tverrec | f76dffcfb9c613fc1f06cd501d032778a00290d4 | [
"Apache-2.0"
] | null | null | null | ###################################################################################
# tverrec : TVerビデオダウンローダ
#
# 共通関数スクリプト
#
# Copyright (c) 2021 dongaba
#
# 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 ... | 38.030303 | 133 | 0.560739 |
3fbf80280c24bd9eefd38698ac49be72bb33a734 | 322 | asm | Assembly | libsrc/math/cpcmath/cos.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/math/cpcmath/cos.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/math/cpcmath/cos.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ;
; CPC Maths Routines
;
; August 2003 **_|warp6|_** <kbaccam /at/ free.fr>
;
; $Id: cos.asm,v 1.2 2009/06/22 21:44:17 dom Exp $
;
INCLUDE "cpcfirm.def"
INCLUDE "cpcfp.def"
XLIB cos
XDEF cosc
LIB get_para
.cos call get_para
call firmware
.cosc defw CPCFP_FLO_COS
re... | 14.636364 | 50 | 0.583851 |
db2b048a96b04d44335e45130b8d97e29590564d | 693 | dart | Dart | lib/components/collection_horizon_collection.dart | Project-XPolaris/YouComic-Mobile-Suit | 87a9659d2101f38b2d907b0b27da8d03ae5abe6e | [
"MIT"
] | 4 | 2020-04-25T03:33:49.000Z | 2021-04-23T04:36:20.000Z | lib/components/collection_horizon_collection.dart | Project-XPolaris/YouComic-Mobile-Suit | 87a9659d2101f38b2d907b0b27da8d03ae5abe6e | [
"MIT"
] | null | null | null | lib/components/collection_horizon_collection.dart | Project-XPolaris/YouComic-Mobile-Suit | 87a9659d2101f38b2d907b0b27da8d03ae5abe6e | [
"MIT"
] | null | null | null | import 'package:flutter/material.dart';
import 'package:youcomic/api/model/collection.dart';
import 'package:youcomic/components/collection_card.dart';
import 'horizon_card_collection.dart';
class CollectionHorizonCollection extends StatelessWidget {
List<CollectionEntity> collections;
CollectionHorizonCollectio... | 28.875 | 91 | 0.714286 |
2f6e4b7f2596740dbea1bd59063e472b09751932 | 379 | php | PHP | FTn50/connect.php | ashishzingh/mediafox | dd6ad21ef3cf3ad8b0024d0bb4d48f9b3fe1433a | [
"MIT"
] | null | null | null | FTn50/connect.php | ashishzingh/mediafox | dd6ad21ef3cf3ad8b0024d0bb4d48f9b3fe1433a | [
"MIT"
] | null | null | null | FTn50/connect.php | ashishzingh/mediafox | dd6ad21ef3cf3ad8b0024d0bb4d48f9b3fe1433a | [
"MIT"
] | null | null | null | <?php
$hostname="localhost"; //local server name default localhost
$username="root"; //mysql username default is root.
$password=""; //blank if no password is set for mysql.
$database="ftusers"; //database name which you created
$con=mysql_connect($hostname,$username,$password);
if(! $con)
{
die('Connection Fai... | 29.153846 | 60 | 0.712401 |
6b0b42723cc2b99bd684f717bd36d87e800de1fd | 259 | dart | Dart | test/f_test.dart | chaeMil/dfunc | 29fcbd33057b8a2922ccf76ebf59a3dc0a64857b | [
"BSD-2-Clause"
] | 12 | 2020-02-18T02:55:28.000Z | 2021-09-26T18:31:53.000Z | test/f_test.dart | chaeMil/dfunc | 29fcbd33057b8a2922ccf76ebf59a3dc0a64857b | [
"BSD-2-Clause"
] | 7 | 2019-12-06T21:49:20.000Z | 2022-01-09T22:00:34.000Z | test/f_test.dart | chaeMil/dfunc | 29fcbd33057b8a2922ccf76ebf59a3dc0a64857b | [
"BSD-2-Clause"
] | 2 | 2020-02-18T02:24:32.000Z | 2020-10-05T08:39:39.000Z | import 'package:dfunc/dfunc.dart';
import 'package:test/test.dart';
void main() {
test('returns false if called without argument', () {
expect(F(), false);
});
test('returns false if called with argument', () {
expect(F(true), false);
});
}
| 19.923077 | 55 | 0.629344 |
fb52ed52bf8887df681053a10e2259be29abd3b6 | 142 | java | Java | src/main/java/es/bsc/dataclay/exceptions/logicmodule/sessionmgr/package-info.java | Abhisheknishant/javaclay | 64bd06d90823bd8a6ebb210e78e32885d8db3a22 | [
"BSD-3-Clause"
] | 4 | 2019-11-19T10:18:01.000Z | 2020-01-29T17:23:56.000Z | src/main/java/es/bsc/dataclay/exceptions/logicmodule/sessionmgr/package-info.java | Abhisheknishant/javaclay | 64bd06d90823bd8a6ebb210e78e32885d8db3a22 | [
"BSD-3-Clause"
] | 19 | 2019-10-29T13:47:21.000Z | 2022-01-04T16:36:15.000Z | src/main/java/es/bsc/dataclay/exceptions/logicmodule/sessionmgr/package-info.java | Abhisheknishant/javaclay | 64bd06d90823bd8a6ebb210e78e32885d8db3a22 | [
"BSD-3-Clause"
] | 1 | 2020-06-04T11:32:20.000Z | 2020-06-04T11:32:20.000Z |
/**
* Module intended to management of Exceptions in Session Manager module.
*/
package es.bsc.dataclay.exceptions.logicmodule.sessionmgr;
| 23.666667 | 73 | 0.78169 |
fe358280cf9168ddb0aaf998e5f73b9ef59301c2 | 668 | c | C | workloads/examples/slurm/mpi-hello/mpi-hello.c | kuangllbnu/deepops | d73c05a8f352de5cf0578d944c3107c1e7171a7b | [
"BSD-3-Clause"
] | 748 | 2018-06-27T18:52:04.000Z | 2022-03-30T18:50:01.000Z | workloads/examples/slurm/mpi-hello/mpi-hello.c | kuangllbnu/deepops | d73c05a8f352de5cf0578d944c3107c1e7171a7b | [
"BSD-3-Clause"
] | 615 | 2018-06-27T20:51:53.000Z | 2022-03-31T19:58:47.000Z | workloads/examples/slurm/mpi-hello/mpi-hello.c | kuangllbnu/deepops | d73c05a8f352de5cf0578d944c3107c1e7171a7b | [
"BSD-3-Clause"
] | 273 | 2018-07-01T10:01:07.000Z | 2022-03-29T02:19:29.000Z | #include <mpi.h>
#include <unistd.h>
#include <stdio.h>
int main(int argc, char **argv) {
// Initialize MPI
MPI_Init(&argc, &argv);
// Get the number of processes in the global communicator
int count;
MPI_Comm_size(MPI_COMM_WORLD, &count);
// Get the rank of the current process
int rank;
... | 24.740741 | 78 | 0.669162 |
2ec8d36588c81c34b07857b913f9b58a0711afe2 | 798 | dart | Dart | LayoutTests/fast/css/recalc-optgroup-inherit_t01.dart | tvolkert/co19 | 435727789062a45da3d20da09024651fdeb8cafe | [
"BSD-3-Clause"
] | null | null | null | LayoutTests/fast/css/recalc-optgroup-inherit_t01.dart | tvolkert/co19 | 435727789062a45da3d20da09024651fdeb8cafe | [
"BSD-3-Clause"
] | null | null | null | LayoutTests/fast/css/recalc-optgroup-inherit_t01.dart | tvolkert/co19 | 435727789062a45da3d20da09024651fdeb8cafe | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) 2014, 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.
*/
/**
* @description Check that OPTION inherits the modified OPTGROUP color.
*/
import "dart:htm... | 31.92 | 89 | 0.652882 |
048de00f7975479ab7f5680c27f24da31b9dbe8f | 553 | kt | Kotlin | XClipper.Android/buildSrc/src/main/java/ModuleDependency.kt | awesome-github-repo/XClipper | aec6ad70a3ed7cbb704274dd02cf5f9d2fc11e36 | [
"Apache-2.0"
] | null | null | null | XClipper.Android/buildSrc/src/main/java/ModuleDependency.kt | awesome-github-repo/XClipper | aec6ad70a3ed7cbb704274dd02cf5f9d2fc11e36 | [
"Apache-2.0"
] | null | null | null | XClipper.Android/buildSrc/src/main/java/ModuleDependency.kt | awesome-github-repo/XClipper | aec6ad70a3ed7cbb704274dd02cf5f9d2fc11e36 | [
"Apache-2.0"
] | null | null | null | import kotlin.reflect.full.memberProperties
@Suppress("unused")
object ModuleDependency {
const val APP = ":app"
const val LIBRARY_UTILS = ":app:library_utils"
const val PRICING_CARDS = ":app:pricing"
const val LINK_PREVIEW = ":app:link-preview"
const val COMMON = ":app:common"
const val UPDATE... | 32.529412 | 79 | 0.665461 |
281379bea84bc142b477b03e053cbdb64fea0b6e | 4,367 | go | Go | kv/mutcask/mutcask.go | filedag-project/filedag-storage | eafa521922e03d4d0eaa16a5a74a92ca06b576c5 | [
"MIT"
] | 2 | 2022-02-22T09:50:27.000Z | 2022-02-28T02:00:40.000Z | kv/mutcask/mutcask.go | filedag-project/filedag-storage | eafa521922e03d4d0eaa16a5a74a92ca06b576c5 | [
"MIT"
] | null | null | null | kv/mutcask/mutcask.go | filedag-project/filedag-storage | eafa521922e03d4d0eaa16a5a74a92ca06b576c5 | [
"MIT"
] | 1 | 2022-02-10T06:35:25.000Z | 2022-02-10T06:35:25.000Z | package mutcask
import (
"context"
"fmt"
"hash/crc32"
"os"
"path/filepath"
"sync"
"github.com/filedag-project/filedag-storage/kv"
fslock "github.com/ipfs/go-fs-lock"
"golang.org/x/xerrors"
)
const lockFileName = "repo.lock"
var _ kv.KVDB = (*mutcask)(nil)
type mutcask struct {
sync.Mutex
cfg ... | 19.760181 | 115 | 0.613007 |
9aa66e63274df7082812f2739f5de8df368a9d7a | 878 | swift | Swift | WorldWeather/Workers/RawModels/RawWeatherInfo.swift | BasselEzzeddine/WorldWeather-iOS | 78e1d6c98ac40f40af8e6f2e228915e79ccca283 | [
"MIT"
] | 1 | 2018-10-14T12:54:08.000Z | 2018-10-14T12:54:08.000Z | WorldWeather/Workers/RawModels/RawWeatherInfo.swift | BasselEzzeddine/WorldWeather-iOS | 78e1d6c98ac40f40af8e6f2e228915e79ccca283 | [
"MIT"
] | null | null | null | WorldWeather/Workers/RawModels/RawWeatherInfo.swift | BasselEzzeddine/WorldWeather-iOS | 78e1d6c98ac40f40af8e6f2e228915e79ccca283 | [
"MIT"
] | null | null | null | //
// RawWeatherInfo.swift
// WorldWeather
//
// Created by Bassel Ezzeddine on 15/09/2018.
// Copyright © 2018 Bassel Ezzeddine. All rights reserved.
//
import Foundation
struct RawWeatherInfo: Decodable {
let dayWeatherList: [DayWeather]
struct DayWeather: Decodable {
let id: Int
le... | 24.388889 | 59 | 0.648064 |
bdec1183d634936e81c67718eb4278755a1bbac9 | 5,801 | ps1 | PowerShell | functions/Restore-DbaDbCertificate.ps1 | NReilingh/dbatools | df8cb1f8451cebffa9c0d5a3d3e635a678637bf1 | [
"MIT"
] | null | null | null | functions/Restore-DbaDbCertificate.ps1 | NReilingh/dbatools | df8cb1f8451cebffa9c0d5a3d3e635a678637bf1 | [
"MIT"
] | null | null | null | functions/Restore-DbaDbCertificate.ps1 | NReilingh/dbatools | df8cb1f8451cebffa9c0d5a3d3e635a678637bf1 | [
"MIT"
] | null | null | null | #ValidationTags#Messaging,FlowControl,Pipeline,CodeStyle#
function Restore-DbaDbCertificate {
<#
.SYNOPSIS
Imports certificates from .cer files using SMO.
.DESCRIPTION
Imports certificates from.cer files using SMO.
.PARAMETER SqlInstance
The target SQL Server instance or instan... | 46.039683 | 342 | 0.6623 |
6d26b421dde38264c52dda28f44d87361a11a2b8 | 550 | ps1 | PowerShell | configuration/configuration-scripts/Install-WSL.ps1 | chadduffey/DARKSURGEON | b6ca1aee91b3183133aca61f518628fba515ca2b | [
"MIT"
] | 417 | 2018-05-14T01:14:53.000Z | 2022-02-20T08:06:12.000Z | configuration/configuration-scripts/Install-WSL.ps1 | chadduffey/DARKSURGEON | b6ca1aee91b3183133aca61f518628fba515ca2b | [
"MIT"
] | 8 | 2018-05-16T08:12:31.000Z | 2020-04-21T06:40:39.000Z | configuration/configuration-scripts/Install-WSL.ps1 | chadduffey/DARKSURGEON | b6ca1aee91b3183133aca61f518628fba515ca2b | [
"MIT"
] | 73 | 2018-05-14T12:33:47.000Z | 2022-03-30T19:12:33.000Z | <#
.SYNOPSIS
Installs Windows Subsystem for Linux (WSL).
.DESCRIPTION
Author: Dane Stuckey (@cryps1s)
License: MIT
Install the Windows Subsystem for Linux (WSL) binaries from Microsoft.
.NOTES
#>
Set-StrictMode -Version Latest
Try
{
# Install the WSL package, preserve restart
... | 21.153846 | 108 | 0.712727 |
3a14a5ac2bbd7c7eee4cead6896b8d44e332e39e | 676 | sql | SQL | webmail/SQL/mssql/2019092900.sql | oliveiralexandre/l2brclub | cca49203d359c0d51a835a8f16dfe7f8980f66f3 | [
"MIT"
] | 1 | 2021-09-23T11:12:58.000Z | 2021-09-23T11:12:58.000Z | sub/mail/SQL/mssql/2019092900.sql | diditsadidnsm/mamakriau.com | a4c4bc50034fe6d4ece70f35cf37c707c8de21e0 | [
"MIT"
] | null | null | null | sub/mail/SQL/mssql/2019092900.sql | diditsadidnsm/mamakriau.com | a4c4bc50034fe6d4ece70f35cf37c707c8de21e0 | [
"MIT"
] | null | null | null | ALTER TABLE [dbo].[cache] ALTER COLUMN
[cache_key] [varchar] (128) COLLATE Latin1_General_CS_AS NOT NULL
GO
ALTER TABLE [dbo].[cache_shared] ALTER COLUMN
[cache_key] [varchar] (255) COLLATE Latin1_General_CS_AS NOT NULL
GO
ALTER TABLE [dbo].[cache_index] ALTER COLUMN
[mailbox] [varchar] (128) COLLATE Latin1_General_... | 35.578947 | 66 | 0.778107 |
e2797d0a0ff9a792543967fb44f5d4327bf7d718 | 261 | sql | SQL | Subqueries-and-JOINs/Addresses with Towns.sql | vasetousa/SQL-Server | 4ef525e1cf1924a6a29454b587dc7117c7239592 | [
"MIT"
] | null | null | null | Subqueries-and-JOINs/Addresses with Towns.sql | vasetousa/SQL-Server | 4ef525e1cf1924a6a29454b587dc7117c7239592 | [
"MIT"
] | null | null | null | Subqueries-and-JOINs/Addresses with Towns.sql | vasetousa/SQL-Server | 4ef525e1cf1924a6a29454b587dc7117c7239592 | [
"MIT"
] | null | null | null | USE [SoftUni]
GO
SELECT TOP 50
e.[FirstName],
e.[LastName],
t.[Name] AS [Town],
a.[AddressText]
FROM
[Employees] AS e
JOIN [Addresses] AS a ON e.[AddressID] = a.[AddressID]
JOIN [Towns] AS t ON a.[TownID] = t.[TownID]
ORDER BY e.[FirstName], e.[LastName]
| 17.4 | 54 | 0.662835 |
c13b005896e60881dc2031e1c7eaacd42c0d9950 | 5,109 | kt | Kotlin | js/js.tests/test/org/jetbrains/kotlin/js/test/AbstractJsBlackBoxCodegenTestBase.kt | kartikpatodi/kotlin | 7e633cf217b032c9b3b385a1af7a8e9229ca6185 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2019-09-30T04:14:40.000Z | 2019-09-30T04:14:40.000Z | js/js.tests/test/org/jetbrains/kotlin/js/test/AbstractJsBlackBoxCodegenTestBase.kt | kartikpatodi/kotlin | 7e633cf217b032c9b3b385a1af7a8e9229ca6185 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | js/js.tests/test/org/jetbrains/kotlin/js/test/AbstractJsBlackBoxCodegenTestBase.kt | kartikpatodi/kotlin | 7e633cf217b032c9b3b385a1af7a8e9229ca6185 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | /*
* Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.js.test
import org.jetbrains.kotlin.js.test.handlers.*
import org.jetbrains.kotl... | 45.616071 | 162 | 0.753572 |
d5c5b5fee34c982d9dae80634e21036c1ec5abbf | 647 | h | C | Example/JWTDesktop/JWTDesktop/SignatureValidationDescription.h | zoho/JWT | 7400ecb76f15a86cf99b827fc2168d3a8e052a72 | [
"MIT"
] | 317 | 2015-01-15T10:23:18.000Z | 2022-03-20T12:19:32.000Z | Example/JWTDesktop/JWTDesktop/SignatureValidationDescription.h | zoho/JWT | 7400ecb76f15a86cf99b827fc2168d3a8e052a72 | [
"MIT"
] | 139 | 2015-05-18T21:34:00.000Z | 2022-01-12T09:09:07.000Z | Example/JWTDesktop/JWTDesktop/SignatureValidationDescription.h | zoho/JWT | 7400ecb76f15a86cf99b827fc2168d3a8e052a72 | [
"MIT"
] | 106 | 2015-02-02T20:39:50.000Z | 2022-01-20T18:05:35.000Z | //
// SignatureValidationDescription.h
// JWTDesktop
//
// Created by Lobanov Dmitry on 30.10.2017.
// Copyright © 2017 JWT. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <Cocoa/Cocoa.h>
typedef NS_ENUM(NSInteger, SignatureValidationType) {
SignatureValidationTypeUnknown,
SignatureVali... | 28.130435 | 85 | 0.786708 |
3c1f233576c313a4b14172486fa9ef1b1fa32247 | 1,898 | rs | Rust | workspace/ietf-bcp-47-language-tag/src/parser/macros/match_subtag_length.rs | raphaelcohn/olympus-xmp | 9ba7e9c6cc17e56beb8821c8bfe6f9df96c3c4af | [
"MIT"
] | null | null | null | workspace/ietf-bcp-47-language-tag/src/parser/macros/match_subtag_length.rs | raphaelcohn/olympus-xmp | 9ba7e9c6cc17e56beb8821c8bfe6f9df96c3c4af | [
"MIT"
] | null | null | null | workspace/ietf-bcp-47-language-tag/src/parser/macros/match_subtag_length.rs | raphaelcohn/olympus-xmp | 9ba7e9c6cc17e56beb8821c8bfe6f9df96c3c4af | [
"MIT"
] | null | null | null | // This file is part of olympus-xmp. It is subject to the license terms in the COPYRIGHT file found in the top-level directory of this distribution and at https://raw.githubusercontent.com/raphaelcohn/olympus-xmp/master/COPYRIGHT. No part of olympus-xmp, including this file, may be copied, modified, propagated, or dist... | 29.2 | 390 | 0.66491 |
b5e1104ff15408b577e36b714fa781b6feedbbb5 | 1,774 | rs | Rust | service/install_service.rs | edin-m/rs-google-photos-sync | 02fa4b7b4efbddafba8c2acd92738b3e344601ec | [
"MIT"
] | null | null | null | service/install_service.rs | edin-m/rs-google-photos-sync | 02fa4b7b4efbddafba8c2acd92738b3e344601ec | [
"MIT"
] | null | null | null | service/install_service.rs | edin-m/rs-google-photos-sync | 02fa4b7b4efbddafba8c2acd92738b3e344601ec | [
"MIT"
] | null | null | null | mod show_msg;
#[cfg(windows)]
fn main() {
if let Err(e) = install_service() {
println!("{}", e);
show_msg::show_msg(format!("{}. Service exists or try as admin.", e).as_str());
} else {
show_msg::show_msg("Service installed successfully");
}
}
#[cfg(not(windows))]
fn main() {
p... | 30.586207 | 98 | 0.639233 |
da5b64f43f216b89383bc10064e40ee5da440ef4 | 1,459 | ps1 | PowerShell | Get-NTFSPermission.ps1 | CailleauThierry/PowerShellDotCom | 4512c4a16c8960506cdcf47ebec6e66cf67544be | [
"MIT"
] | null | null | null | Get-NTFSPermission.ps1 | CailleauThierry/PowerShellDotCom | 4512c4a16c8960506cdcf47ebec6e66cf67544be | [
"MIT"
] | null | null | null | Get-NTFSPermission.ps1 | CailleauThierry/PowerShellDotCom | 4512c4a16c8960506cdcf47ebec6e66cf67544be | [
"MIT"
] | null | null | null | <#
.NOTES
===========================================================================
Posted by : Powershell.com <yourpowertip@powershell.com>
Created on: 7/21/2016 4:25 PM
Created by: CailleauThierry
Organization: Private
Filename:
==========================================================... | 44.212121 | 193 | 0.642221 |
450e6e260b7931f580cb882d40d181bf7f325e0a | 1,075 | ps1 | PowerShell | src/GitHub/Public/Get-GitHubWorkflowUsage.ps1 | MariusStorhaug/GitHub | 4807699ed2f63ff0bdf0a4f8b82f823f46cb3d1a | [
"MIT"
] | 2 | 2022-01-25T01:29:55.000Z | 2022-02-05T23:03:52.000Z | src/GitHub/Public/Get-GitHubWorkflowUsage.ps1 | MariusStorhaug/GitHub | 4807699ed2f63ff0bdf0a4f8b82f823f46cb3d1a | [
"MIT"
] | 1 | 2022-01-25T10:02:41.000Z | 2022-02-05T02:22:24.000Z | src/GitHub/Public/Get-GitHubWorkflowUsage.ps1 | MariusStorhaug/GitHub | 4807699ed2f63ff0bdf0a4f8b82f823f46cb3d1a | [
"MIT"
] | null | null | null | Function Get-GitHubWorkflowUsage {
[CmdletBinding(
DefaultParameterSetName = 'ByName'
)]
param (
$Owner = $script:Owner,
$Repo = $script:Repo,
$Token = $script:Token ,
[Parameter(
Mandatory,
ValueFromPipelineByPropertyName
)]
[... | 26.219512 | 83 | 0.485581 |
5d19ef1a58a97421436c3b5d39cf08733d79e79f | 6,471 | kt | Kotlin | verik-compiler/src/main/kotlin/io/verik/compiler/core/common/CoreDeclarationMap.kt | frwang96/verik | f2fdef9d9e364781ecf8814dac9e8676776792a0 | [
"Apache-2.0"
] | 23 | 2021-09-01T21:23:32.000Z | 2022-03-29T18:17:34.000Z | verik-compiler/src/main/kotlin/io/verik/compiler/core/common/CoreDeclarationMap.kt | frwang96/verik | f2fdef9d9e364781ecf8814dac9e8676776792a0 | [
"Apache-2.0"
] | null | null | null | verik-compiler/src/main/kotlin/io/verik/compiler/core/common/CoreDeclarationMap.kt | frwang96/verik | f2fdef9d9e364781ecf8814dac9e8676776792a0 | [
"Apache-2.0"
] | 1 | 2022-01-05T21:03:31.000Z | 2022-01-05T21:03:31.000Z | /*
* Copyright (c) 2021 Francis Wang
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | 41.216561 | 117 | 0.63885 |
04a710b3c6ece7bd50e6156b927ffc951ad552d0 | 3,817 | java | Java | src/main/java/com/groupcontroldroid/server/jetty/JettyServer.java | GroupControlDroid/GroupControlDroidClient | 0d5347cd127c2e3b365894d79e03d6a56e8ea3cf | [
"Apache-2.0"
] | 6 | 2017-04-17T12:24:10.000Z | 2018-10-23T01:07:43.000Z | src/main/java/com/groupcontroldroid/server/jetty/JettyServer.java | GroupControlDroid/GroupControlDroidClient | 0d5347cd127c2e3b365894d79e03d6a56e8ea3cf | [
"Apache-2.0"
] | null | null | null | src/main/java/com/groupcontroldroid/server/jetty/JettyServer.java | GroupControlDroid/GroupControlDroidClient | 0d5347cd127c2e3b365894d79e03d6a56e8ea3cf | [
"Apache-2.0"
] | 3 | 2018-08-31T01:29:27.000Z | 2020-06-23T15:45:11.000Z | package com.groupcontroldroid.server.jetty;
import java.util.EnumSet;
import javax.servlet.DispatcherType;
import javax.servlet.MultipartConfigElement;
import org.eclipse.jetty.server.Server;
import org.eclipse.jetty.servlet.DefaultServlet;
import org.eclipse.jetty.servlet.ServletContextHandler;
import org.eclipse.j... | 43.873563 | 152 | 0.814514 |
c8dcbc0bf4a205861e79ef2092d5cd735a1d5f4a | 973 | dart | Dart | lib/Widgets/buttons/radio_button.dart | zakariaBoukernafa/Marv | 3ba9c2c59a113387e352b5ef47b8bdf0c713c7e8 | [
"MIT"
] | 3 | 2021-06-05T22:51:01.000Z | 2021-08-13T09:41:25.000Z | lib/Widgets/buttons/radio_button.dart | zakariaBoukernafa/Marv | 3ba9c2c59a113387e352b5ef47b8bdf0c713c7e8 | [
"MIT"
] | null | null | null | lib/Widgets/buttons/radio_button.dart | zakariaBoukernafa/Marv | 3ba9c2c59a113387e352b5ef47b8bdf0c713c7e8 | [
"MIT"
] | null | null | null | import 'package:ecommerce/theme/colors.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
class RadioItem extends StatelessWidget {
final RadioModel _item;
const RadioItem(this._item);
@override
Widget build(BuildContext context) {
return AnimatedContainer(
duration: co... | 26.297297 | 73 | 0.64851 |
286048c1b561b81a43741262682939aef4795088 | 4,163 | lua | Lua | lua/entities/npc_mutant_controller_swamp/init.lua | kristofferth/cotz | 7d76c0214fbe8bbda6a8996697154d0feaf50f44 | [
"MIT"
] | 3 | 2021-12-15T12:49:33.000Z | 2022-01-15T16:15:40.000Z | lua/entities/npc_mutant_controller_swamp/init.lua | kristofferth/cotz | 7d76c0214fbe8bbda6a8996697154d0feaf50f44 | [
"MIT"
] | 1 | 2022-02-10T19:12:08.000Z | 2022-02-10T19:36:02.000Z | lua/entities/npc_mutant_controller_swamp/init.lua | kristofferth/cotz | 7d76c0214fbe8bbda6a8996697154d0feaf50f44 | [
"MIT"
] | 3 | 2021-12-07T00:34:43.000Z | 2021-12-23T15:37:44.000Z | AddCSLuaFile( "cl_init.lua" )
AddCSLuaFile( "shared.lua" )
include('shared.lua')
include("STALKERNPCBaseVars.lua")
ENT.PainSoundEnabled = true
ENT.PainSound.name = "Stalker.Controller.Pain"
ENT.PainSound.min = 1
ENT.PainSound.max = 6
ENT.DieSoundEnabled = true
ENT.DieSound.name = "Stalker.Controller.Die"
ENT.DieSou... | 26.515924 | 102 | 0.747298 |
98f7e8a78b8a37ded937530e397d6c48efa44cae | 591 | asm | Assembly | oeis/142/A142471.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142471.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142471.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142471: a(0) = a(1) = 0; thereafter a(n) = a(n-1)*a(n-2) + 2.
; Submitted by Jon Maiga
; 0,0,2,2,6,14,86,1206,103718,125083910,12973452977382,1622770224612082123622,21052933202100473722674133293917606,34164073141115747076263787631563122725393126176374288934,71925394975158473455710759024063742095079387170370903455158... | 42.214286 | 408 | 0.817259 |
cb52fcc3b9f32ceddfbd9781d1e881072e07bd44 | 1,540 | c | C | src/GRACEL1C/editsca.c | kun-shang/GRACE-Gravity-Inversion | 744221c6c9eff61f35b9fb59171e6f83caafb6a3 | [
"MIT"
] | null | null | null | src/GRACEL1C/editsca.c | kun-shang/GRACE-Gravity-Inversion | 744221c6c9eff61f35b9fb59171e6f83caafb6a3 | [
"MIT"
] | null | null | null | src/GRACEL1C/editsca.c | kun-shang/GRACE-Gravity-Inversion | 744221c6c9eff61f35b9fb59171e6f83caafb6a3 | [
"MIT"
] | 3 | 2017-02-05T06:19:59.000Z | 2021-11-12T09:05:39.000Z | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
int main (int argc, char *argv[])
{
FILE *fpin, *fpout;
int n, i, gps2, gps1;
double sca0[4] = {0}, sca2[4]={0}, sca1[4]={0}, diff, diffnew;
char line[400];
/*--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+--*/
if (... | 23.692308 | 111 | 0.415584 |
1686bdc958ad1a2f01f9501ff6815b4653d317d9 | 114 | ts | TypeScript | scopes/ui-foundation/react-router/ui/link-anchor/index.ts | TheRakeshPurohit/bit | f2eabfde302638711df73554466778d103049434 | [
"Apache-2.0"
] | 15,458 | 2017-01-22T14:56:10.000Z | 2022-03-31T19:36:22.000Z | scopes/ui-foundation/react-router/ui/link-anchor/index.ts | Gellish/bit | b53153dd1a7b9254da00893a9672aab7525bf6c7 | [
"Apache-2.0"
] | 2,737 | 2017-03-07T08:41:51.000Z | 2022-03-31T22:30:58.000Z | scopes/ui-foundation/react-router/ui/link-anchor/index.ts | Gellish/bit | b53153dd1a7b9254da00893a9672aab7525bf6c7 | [
"Apache-2.0"
] | 910 | 2017-01-26T20:22:27.000Z | 2022-03-19T13:33:14.000Z | export { LinkAnchor } from './link-anchor';
export { LinkContextProvider, useLinkContext } from './link-context';
| 38 | 69 | 0.736842 |
ba62c86446c9648b5a01b4e97c5dc426bded6da9 | 229 | sql | SQL | dingo-test/src/test/resources/io/dingodb/test/agg/table-datetest-create.sql | kevinguo1989/dingo | 5a749bf7d51e0b2ffd94b419d7498e8d92ed1815 | [
"Apache-2.0"
] | 86 | 2021-10-20T06:52:51.000Z | 2022-03-30T02:38:50.000Z | dingo-test/src/test/resources/io/dingodb/test/agg/table-datetest-create.sql | kevinguo1989/dingo | 5a749bf7d51e0b2ffd94b419d7498e8d92ed1815 | [
"Apache-2.0"
] | 29 | 2021-11-01T04:56:58.000Z | 2022-03-30T08:50:21.000Z | dingo-test/src/test/resources/io/dingodb/test/agg/table-datetest-create.sql | kevinguo1989/dingo | 5a749bf7d51e0b2ffd94b419d7498e8d92ed1815 | [
"Apache-2.0"
] | 28 | 2021-10-20T07:02:58.000Z | 2022-03-30T08:50:25.000Z | create table datetest(
id int,
name varchar(20),
age int,
amount double,
address varchar(255),
birthday date,
create_time time,
update_time timestamp,
is_delete boolean,
primary key (id)
)
| 17.615385 | 26 | 0.641921 |
4797bfa16bfe05026ae00e282ab1c81e3f40d0d9 | 5,514 | lua | Lua | TrinketAlerter.lua | BannZay/TrinketAlerter | 5bdbe98a2042158cb3ac10c71e41c1e887c36957 | [
"MIT"
] | 5 | 2021-12-20T08:50:26.000Z | 2022-02-07T01:52:25.000Z | TrinketAlerter.lua | BannZay/TrinketAlerter | 5bdbe98a2042158cb3ac10c71e41c1e887c36957 | [
"MIT"
] | null | null | null | TrinketAlerter.lua | BannZay/TrinketAlerter | 5bdbe98a2042158cb3ac10c71e41c1e887c36957 | [
"MIT"
] | null | null | null | local BannZayLib = LibStub:GetLibrary("BannZayLib-1.0")
local Array = BannZayLib.Array;
local KVP = BannZayLib.KVP;
local Logger = BannZayLib.Logger;
local Utils = BannZayLib.Utils;
local Namespace = BannZayLib.Namespace;
local db;
local logger = Logger:New("TrinketAlerter", 3);
local TrinketAlerter = LibStub("AceAdd... | 27.162562 | 194 | 0.746826 |
d91eddd67d28a5f8f4c40e6165c38c51f7350a73 | 2,581 | ps1 | PowerShell | Start.ps1 | essdeekay/ThreatHunt | 33d92a1a0b6ab61d63e22deba144c2f56e0cc558 | [
"MIT"
] | 112 | 2019-07-19T14:53:22.000Z | 2022-03-21T13:01:56.000Z | Start.ps1 | essdeekay/ThreatHunt | 33d92a1a0b6ab61d63e22deba144c2f56e0cc558 | [
"MIT"
] | null | null | null | Start.ps1 | essdeekay/ThreatHunt | 33d92a1a0b6ab61d63e22deba144c2f56e0cc558 | [
"MIT"
] | 21 | 2019-07-19T16:21:33.000Z | 2021-12-22T01:17:16.000Z | $ScriptRun = Get-Location
Function Menu
{
Clear-Host
Do
{
Clear-Host
Write-Host -Object '___________.__ __ ___ ___ __ ' -ForegroundColor Red
Write-Host -Object '\__ ___/| |_________ ____ _____ _/ |_ / | \ __ __ _____/ |_ ' -... | 38.522388 | 122 | 0.451763 |
159d0bc9de6ca9e23e01bb0abd6743fa6e38d854 | 114 | rb | Ruby | app/models/role.rb | prescod/communityengine | b88534b8829bde1dd4dff8df6f28b5945b64d972 | [
"MIT"
] | 1 | 2020-12-16T17:39:33.000Z | 2020-12-16T17:39:33.000Z | app/models/role.rb | prescod/communityengine | b88534b8829bde1dd4dff8df6f28b5945b64d972 | [
"MIT"
] | null | null | null | app/models/role.rb | prescod/communityengine | b88534b8829bde1dd4dff8df6f28b5945b64d972 | [
"MIT"
] | null | null | null | class Role < ActiveRecord::Base
acts_as_enumerated
validates_presence_of :name
attr_accessible :name
end
| 16.285714 | 31 | 0.789474 |
fb6a146a11f610a9e3deaab490511c48f01dacf4 | 1,046 | java | Java | backend/dao/entity/SearchEntity.java | joelmieze/MRDb | ff1bc677342b17c47472df6623ac878a557c6d52 | [
"MIT"
] | 1 | 2022-02-27T06:50:09.000Z | 2022-02-27T06:50:09.000Z | backend/dao/entity/SearchEntity.java | joelmieze/MRDb | ff1bc677342b17c47472df6623ac878a557c6d52 | [
"MIT"
] | null | null | null | backend/dao/entity/SearchEntity.java | joelmieze/MRDb | ff1bc677342b17c47472df6623ac878a557c6d52 | [
"MIT"
] | null | null | null | package com.app.mrdb.dao.entity;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
@JsonIgnoreProperties(ignoreUnknown = true)
public class SearchEntity {
@JsonProperty(value = "Title")
private String Title;
@JsonProperty(value = "Year")
private ... | 16.092308 | 61 | 0.709369 |
3e76e3dfd0dff1cfcbd5332106754a3c8fba193a | 2,180 | dart | Dart | lib/otp_consent.dart | sarbagyastha/otp_consent | af45f3d520c4758e7f23682dcaaebf31115ffe8b | [
"MIT"
] | null | null | null | lib/otp_consent.dart | sarbagyastha/otp_consent | af45f3d520c4758e7f23682dcaaebf31115ffe8b | [
"MIT"
] | null | null | null | lib/otp_consent.dart | sarbagyastha/otp_consent | af45f3d520c4758e7f23682dcaaebf31115ffe8b | [
"MIT"
] | null | null | null | ///
/// It is compatible Android only.
///
import 'dart:async';
import 'dart:io';
import 'package:flutter/services.dart';
///
///
class OtpConsent {
/// Create instance [OtpConsent] plugin
static OtpConsent? _singleton;
factory OtpConsent() => _singleton ??= OtpConsent._();
OtpConsent._() {
_channel.setMe... | 25.057471 | 79 | 0.681193 |
1e9a74dce9cc954c5a48388b1eb4713175dfa1a2 | 934 | sql | SQL | seed.sql | Darkorin/Employee-Tracker | e9e6c281256944cd68793100413f17d2021807ea | [
"MIT"
] | null | null | null | seed.sql | Darkorin/Employee-Tracker | e9e6c281256944cd68793100413f17d2021807ea | [
"MIT"
] | null | null | null | seed.sql | Darkorin/Employee-Tracker | e9e6c281256944cd68793100413f17d2021807ea | [
"MIT"
] | null | null | null | USE employee_db;
INSERT INTO department VALUES (1, "Engineering");
INSERT INTO department VALUES (2, "Accounting");
INSERT INTO department VALUES (3, "Sales");
INSERT INTO role VALUES (1, "Engineer", 80000.00, 1);
INSERT INTO role VALUES (2, "Seinor Engineer", 100000.00, 1);
INSERT INTO role VALUES (3, "Accountant", ... | 46.7 | 65 | 0.69379 |
cdb7d65d15e18a12891525e8a66adb5086336081 | 729 | asm | Assembly | data/pokemon/base_stats/shaymin.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | 2 | 2021-07-31T07:05:06.000Z | 2021-10-16T03:32:26.000Z | data/pokemon/base_stats/shaymin.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | null | null | null | data/pokemon/base_stats/shaymin.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db 0 ; species ID placeholder
db 100, 100, 100, 100, 100, 100
; hp atk def spd sat sdf
db GRASS, GRASS ; type
db 45 ; catch rate
db 255 ; base exp
db MIRACLEBERRY, MIRACLEBERRY ; items
db GENDER_UNKNOWN ; gender ratio
db 100 ; unknown 1
db 120 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pok... | 33.136364 | 253 | 0.728395 |
b2ff814a6294aedcb620a27f93776a6856ba661d | 380 | rs | Rust | src/rest/static_files.rs | Twi1ightSparkle/shaft | 459409ea7202b870e793017e5798609198b3d4b6 | [
"MIT"
] | 1 | 2019-01-29T11:58:28.000Z | 2019-01-29T11:58:28.000Z | src/rest/static_files.rs | Twi1ightSparkle/shaft | 459409ea7202b870e793017e5798609198b3d4b6 | [
"MIT"
] | 1 | 2019-07-22T19:22:26.000Z | 2019-08-19T17:27:13.000Z | src/rest/static_files.rs | Twi1ightSparkle/shaft | 459409ea7202b870e793017e5798609198b3d4b6 | [
"MIT"
] | 2 | 2017-09-07T15:07:29.000Z | 2017-09-13T12:56:19.000Z | //! Renders static files in resource directory
use std::path::Path;
use actix_web::web::ServiceConfig;
use crate::rest::AppState;
pub fn register_servlets(config: &mut ServiceConfig, state: &AppState) {
let res_dir = Path::new(&state.config.resource_dir);
let static_dir = res_dir.join("static");
config... | 25.333333 | 72 | 0.721053 |
01acb22ffe1a90d3c142116b782e88ebdab37a10 | 1,859 | swift | Swift | Pods/lottie-ios/lottie-swift/src/Private/Model/ShapeItems/ShapeItem.swift | AntonioFlores1/Zip-Line | 5deddc1951e9a61f5ff095ce89d5765af3a59aee | [
"MIT"
] | 10 | 2019-06-17T12:07:03.000Z | 2021-09-07T14:29:36.000Z | Example/Pods/lottie-ios/lottie-swift/src/Private/Model/ShapeItems/ShapeItem.swift | iOSWizards/AwesomeLoading | 9aba12694d6fd7c6f8c3a20342af58271041e332 | [
"MIT"
] | 1 | 2019-04-29T19:49:51.000Z | 2019-04-29T19:49:51.000Z | Pods/lottie-ios/lottie-swift/src/Private/Model/ShapeItems/ShapeItem.swift | AntonioFlores1/Empty-Line | 5deddc1951e9a61f5ff095ce89d5765af3a59aee | [
"MIT"
] | 3 | 2019-10-28T09:00:42.000Z | 2021-09-13T03:01:51.000Z | //
// ShapeItem.swift
// lottie-swift
//
// Created by Brandon Withrow on 1/8/19.
//
import Foundation
/// Used for mapping a heterogeneous list to classes for parsing.
extension ShapeType: ClassFamily {
static var discriminator: Discriminator = .type
func getType() -> AnyObject.Type {
switch self {
... | 21.367816 | 84 | 0.644432 |
207705a94eb6f99bb401e2b81ea262a8dd3b3ace | 6,211 | dart | Dart | lib/screens/tododetail.dart | KCCoders/todo-app | 7164097889918f318b5a2542d54d70613734947f | [
"MIT"
] | null | null | null | lib/screens/tododetail.dart | KCCoders/todo-app | 7164097889918f318b5a2542d54d70613734947f | [
"MIT"
] | null | null | null | lib/screens/tododetail.dart | KCCoders/todo-app | 7164097889918f318b5a2542d54d70613734947f | [
"MIT"
] | null | null | null | import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:todo_app/model/todo.dart';
import 'package:todo_app/util/dbhelper.dart';
import 'package:intl/intl.dart';
var db = DbHelper();
final List<String> menuChoices = const <String> ['Save', 'Delete', 'Back'];
const menuSave = 'S... | 29.717703 | 86 | 0.485912 |
6379daa3489d4ffe1fa3c8253feedbfc473e2d75 | 584 | asm | Assembly | stdlib/src/port.asm | brian-kelley/GoldOS | 738e19c3b9310cfea6bf316c6a4b398eee900324 | [
"MIT"
] | 5 | 2016-11-10T02:29:38.000Z | 2022-01-09T23:45:59.000Z | stdlib/src/port.asm | brian-kelley/GoldOS | 738e19c3b9310cfea6bf316c6a4b398eee900324 | [
"MIT"
] | null | null | null | stdlib/src/port.asm | brian-kelley/GoldOS | 738e19c3b9310cfea6bf316c6a4b398eee900324 | [
"MIT"
] | null | null | null | section .text
global readport
global writeport
global readportw
global writeportw
global enableInterrupts
global disableInterrupts
readport: ;byte readport(dword portNum)
mov edx, [esp + 4]
in al, dx
ret
writeport: ;void writeport(dword portNum, dword value)
mov edx, [esp + 4]
mov eax, [esp + 8]
out dx, a... | 14.6 | 55 | 0.707192 |
fb05a05edd25530c2218998bdb31c4be2ec219e2 | 3,476 | php | PHP | routes/web.php | ssaidurr/hrm | 2e6bfcf209140ca61d818d797148aff40c4cc2bf | [
"MIT"
] | null | null | null | routes/web.php | ssaidurr/hrm | 2e6bfcf209140ca61d818d797148aff40c4cc2bf | [
"MIT"
] | null | null | null | routes/web.php | ssaidurr/hrm | 2e6bfcf209140ca61d818d797148aff40c4cc2bf | [
"MIT"
] | null | null | null | <?php
/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| ... | 59.931034 | 128 | 0.720656 |
7093837bef233be1d2dda03d8dcd5edb33fce960 | 936 | h | C | include/moduleregistry.h | redxdev/Wake | 6d2021e549f2dc024f60745146af7493707e2255 | [
"MIT"
] | 16 | 2015-06-02T03:36:08.000Z | 2022-02-27T21:03:34.000Z | include/moduleregistry.h | redxdev/Wake | 6d2021e549f2dc024f60745146af7493707e2255 | [
"MIT"
] | 3 | 2016-05-23T21:24:47.000Z | 2016-05-25T15:38:20.000Z | include/moduleregistry.h | redxdev/Wake | 6d2021e549f2dc024f60745146af7493707e2255 | [
"MIT"
] | 1 | 2018-09-08T04:14:07.000Z | 2018-09-08T04:14:07.000Z | #pragma once
#include "luautil.h"
#include <list>
#include <tuple>
#define W_MODULE_REGISTRY (wake::ModuleRegistry::get())
#define W_REGISTER_MODULE_PRIORITY(openFunc, priority) static ModuleAutomation __w_module_##openFunc(openFunc, priority)
#define W_REGISTER_MODULE(openFunc) W_REGISTER_MODULE_PRIORITY(openFunc,... | 22.829268 | 120 | 0.693376 |
3be5db5135ea6435b343f8bc7bc587c24d852025 | 408 | kt | Kotlin | src/main/kotlin/com/github/stiangao/pipixia/domain/Dish.kt | stiangao/pipixia | c088b9518b3c2929ddba9d3dc4cb30ee6b7916e3 | [
"Apache-2.0"
] | null | null | null | src/main/kotlin/com/github/stiangao/pipixia/domain/Dish.kt | stiangao/pipixia | c088b9518b3c2929ddba9d3dc4cb30ee6b7916e3 | [
"Apache-2.0"
] | null | null | null | src/main/kotlin/com/github/stiangao/pipixia/domain/Dish.kt | stiangao/pipixia | c088b9518b3c2929ddba9d3dc4cb30ee6b7916e3 | [
"Apache-2.0"
] | null | null | null | package com.github.stiangao.pipixia.domain
import org.springframework.data.repository.CrudRepository
import org.springframework.stereotype.Repository
import javax.persistence.Entity
/**
* Created by shitiangao on 2017/8/22.
*/
@Entity
class Dish : BaseEntity() {
var name: String = ""
var cuisineId: Long = -... | 22.666667 | 57 | 0.75 |
d10a1784d4937977b9d68d3e060fcf816f4f4366 | 3,243 | ps1 | PowerShell | external_libs/CppUTest/scripts/appveyor_ci_build.ps1 | Dasudian/dsd-datahub-sdk-embedded-C | c3e6cdc3db6ef2efdeaab2a32ed78b80f3cbe430 | [
"Apache-2.0"
] | 5 | 2019-03-27T17:12:42.000Z | 2020-09-25T17:20:36.000Z | external_libs/CppUTest/scripts/appveyor_ci_build.ps1 | Dasudian/dsd-datahub-sdk-embedded-C | c3e6cdc3db6ef2efdeaab2a32ed78b80f3cbe430 | [
"Apache-2.0"
] | null | null | null | external_libs/CppUTest/scripts/appveyor_ci_build.ps1 | Dasudian/dsd-datahub-sdk-embedded-C | c3e6cdc3db6ef2efdeaab2a32ed78b80f3cbe430 | [
"Apache-2.0"
] | 1 | 2022-03-24T13:47:17.000Z | 2022-03-24T13:47:17.000Z |
# Load functions from the helper file
. (Join-Path (Split-Path $MyInvocation.MyCommand.Path) 'appveyor_helpers.ps1')
function Invoke-BuildCommand($command, $directory = '.')
{
$command_wrapped = "$command;`$err = `$?"
Write-Host $command
Push-Location $directory
Invoke-Expression $command_... | 29.481818 | 94 | 0.621338 |
a2f37995cee54406d91369087ac18d58a9dd6e2e | 1,281 | lua | Lua | test/unit/builder_spec.lua | paniash/nvim-snippy | 307d29140676b450c55c2f8eb4a2abfbc94c497b | [
"MIT"
] | 77 | 2021-08-29T02:52:55.000Z | 2022-03-28T17:44:42.000Z | test/unit/builder_spec.lua | paniash/nvim-snippy | 307d29140676b450c55c2f8eb4a2abfbc94c497b | [
"MIT"
] | 38 | 2021-09-06T16:55:09.000Z | 2022-03-27T00:37:05.000Z | test/unit/builder_spec.lua | paniash/nvim-snippy | 307d29140676b450c55c2f8eb4a2abfbc94c497b | [
"MIT"
] | 12 | 2021-09-13T20:27:26.000Z | 2022-03-22T22:46:33.000Z | local Builder = require('snippy.builder')
describe('Builder', function()
it('resolves comment vars', function()
-- Reset commentstring to default value
vim.cmd([[set commentstring&]])
local builder = Builder.new({ row = 0, col = 0, indent = '', word = '' })
builder:evaluate_variable... | 42.7 | 81 | 0.601874 |
29d34150edfd4d39f63a7f34ed87fbede03e6f7f | 1,530 | sql | SQL | Commencement.SQL/Create Scripts/usp_DownloadMissingMajors.proc.sql | ucdavis/Commencement | 7ecbc4927e4095b4684779679b9d59b1576ee440 | [
"MIT"
] | null | null | null | Commencement.SQL/Create Scripts/usp_DownloadMissingMajors.proc.sql | ucdavis/Commencement | 7ecbc4927e4095b4684779679b9d59b1576ee440 | [
"MIT"
] | 51 | 2015-05-06T16:44:15.000Z | 2020-04-22T19:47:12.000Z | Commencement.SQL/Create Scripts/usp_DownloadMissingMajors.proc.sql | ucdavis/Commencement | 7ecbc4927e4095b4684779679b9d59b1576ee440 | [
"MIT"
] | null | null | null | CREATE PROCEDURE [dbo].[usp_DownloadMissingMajors]
AS
-- declare variables
declare @term varchar(6), @id uniqueidentifier, @pidm varchar(7), @tsql varchar(max)
-- create the temp table
IF object_id('tempdb..#StudentMajors') IS NOT NULL
BEGIN
DROP TABLE #StudentMajors
END
CREATE TABLE #StudentMajors
(
... | 24.285714 | 154 | 0.696078 |
a1b768e2794270607774dd7efbccdb58c63121ed | 229 | sql | SQL | migrations/V56__Update_Intake_For_Rejection.sql | alfred-brown/easi-app | cdb11c3565f07c14ab209e121830279e20ee143a | [
"Apache-2.0"
] | 12 | 2019-12-17T22:37:25.000Z | 2022-03-12T04:54:30.000Z | migrations/V56__Update_Intake_For_Rejection.sql | alfred-brown/easi-app | cdb11c3565f07c14ab209e121830279e20ee143a | [
"Apache-2.0"
] | 523 | 2019-12-19T23:31:14.000Z | 2022-03-31T00:44:26.000Z | migrations/V56__Update_Intake_For_Rejection.sql | alfred-brown/easi-app | cdb11c3565f07c14ab209e121830279e20ee143a | [
"Apache-2.0"
] | 13 | 2020-07-16T16:42:35.000Z | 2022-03-03T20:54:44.000Z | ALTER TABLE system_intake ADD COLUMN rejection_reason text;
ALTER TABLE system_intake ADD COLUMN decision_next_steps text;
UPDATE system_intake
SET decision_next_steps = lcid_next_steps
WHERE lcid_next_steps IS NOT NULL;
| 38.166667 | 62 | 0.838428 |
fc18adc514e33b676b511ccdf56a6abb37aa6834 | 227 | sql | SQL | internal/pkg/db/migrations/mysql/000001_create_users_table.up.sql | usadamasa/hackernews | 595a59532d9e5e9950897dd9e1ba5686f302b1c3 | [
"MIT"
] | null | null | null | internal/pkg/db/migrations/mysql/000001_create_users_table.up.sql | usadamasa/hackernews | 595a59532d9e5e9950897dd9e1ba5686f302b1c3 | [
"MIT"
] | null | null | null | internal/pkg/db/migrations/mysql/000001_create_users_table.up.sql | usadamasa/hackernews | 595a59532d9e5e9950897dd9e1ba5686f302b1c3 | [
"MIT"
] | null | null | null | CREATE TABLE IF NOT EXISTS Users
(
ID
INT
NOT
NULL
UNIQUE
AUTO_INCREMENT,
Username
VARCHAR
(
127
) NOT NULL UNIQUE,
Password VARCHAR
(
127
) NOT NULL,
PRIMARY KEY
(
ID
)
) | 10.318182 | 32 | 0.559471 |
46938136deaa265f664af18c1157c3af99988b3b | 2,308 | css | CSS | figuras.css | RocioSalgado/cursojs | 03ca4813d1f2dd66a8a8c38f2251af8b38b1bb38 | [
"MIT"
] | null | null | null | figuras.css | RocioSalgado/cursojs | 03ca4813d1f2dd66a8a8c38f2251af8b38b1bb38 | [
"MIT"
] | null | null | null | figuras.css | RocioSalgado/cursojs | 03ca4813d1f2dd66a8a8c38f2251af8b38b1bb38 | [
"MIT"
] | null | null | null | *{
box-sizing: border-box;
padding: 0;
margin: 0;
}
html{
font-size: 62.5%;
}
body{
background-color: #3d3d3d;
font-family: Arial, Helvetica, sans-serif;
}
header{
width: 100%;
height: 30vh;
background-color: #3d3d3d;
display: flex;
align-items: center;
justify-conte... | 18.31746 | 56 | 0.599653 |
f7f34833d3db1a85d7b0ac14cdb5e8b19c6e7a2c | 8,444 | swift | Swift | KnowYourAngles/QuizSetupViewController.swift | IolaniDev/KnowYourAngles | b51a475d956ad4d5a0a0e5dcf55409b4eae6cc8a | [
"Apache-2.0"
] | null | null | null | KnowYourAngles/QuizSetupViewController.swift | IolaniDev/KnowYourAngles | b51a475d956ad4d5a0a0e5dcf55409b4eae6cc8a | [
"Apache-2.0"
] | 4 | 2017-03-17T03:35:33.000Z | 2020-10-06T21:11:26.000Z | KnowYourAngles/QuizSetupViewController.swift | IolaniDev/KnowYourAngles | b51a475d956ad4d5a0a0e5dcf55409b4eae6cc8a | [
"Apache-2.0"
] | null | null | null | //
// QuizSetupViewController.swift
// KnowYourAngles
//
// Created by iPad App Dev on 7/7/18.
// Copyright © 2018 Iolani School. All rights reserved.
//
import Foundation
class QuizSetupViewController: UIViewController {
//label for the problemSlider to display how many problems the user wants to complete
... | 41.80198 | 134 | 0.58882 |
b9216a94b9db63d2f5fecb10b94aa84e9aa863ec | 1,209 | h | C | chaps/pam_helper_mock.h | strassek/chromiumos-platform2 | 12c953f41f48b8a6b0bd1c181d09bdb1de38325c | [
"BSD-3-Clause"
] | 4 | 2020-07-24T06:54:16.000Z | 2021-06-16T17:13:53.000Z | chaps/pam_helper_mock.h | strassek/chromiumos-platform2 | 12c953f41f48b8a6b0bd1c181d09bdb1de38325c | [
"BSD-3-Clause"
] | 1 | 2021-04-02T17:35:07.000Z | 2021-04-02T17:35:07.000Z | chaps/pam_helper_mock.h | strassek/chromiumos-platform2 | 12c953f41f48b8a6b0bd1c181d09bdb1de38325c | [
"BSD-3-Clause"
] | 1 | 2020-11-04T22:31:45.000Z | 2020-11-04T22:31:45.000Z | // Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHAPS_PAM_HELPER_MOCK_H_
#define CHAPS_PAM_HELPER_MOCK_H_
#include "chaps/pam_helper.h"
#include <security/pam_appl.h>
#include <security... | 29.487805 | 76 | 0.692308 |
131c47d875f83694654f391ea0e690674e182805 | 8,994 | kt | Kotlin | app/src/tesseract/java/org/totschnig/ocr/OcrViewModel.kt | mtotschnig/OCR | c41fd496ba032a9f4a2f7f31c29bf39dada8eef0 | [
"Apache-2.0"
] | 14 | 2020-12-25T19:50:02.000Z | 2022-01-18T07:45:27.000Z | app/src/tesseract/java/org/totschnig/ocr/OcrViewModel.kt | mtotschnig/OCR | c41fd496ba032a9f4a2f7f31c29bf39dada8eef0 | [
"Apache-2.0"
] | 4 | 2020-11-09T00:11:12.000Z | 2021-04-07T19:31:22.000Z | app/src/tesseract/java/org/totschnig/ocr/OcrViewModel.kt | mtotschnig/OCR | c41fd496ba032a9f4a2f7f31c29bf39dada8eef0 | [
"Apache-2.0"
] | null | null | null | package org.totschnig.ocr
import Catalano.Imaging.FastBitmap
import Catalano.Imaging.Filters.BradleyLocalThreshold
import Catalano.Imaging.IApplyInPlace
import android.app.Application
import android.app.DownloadManager
import android.app.DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED
import android.conten... | 46.84375 | 106 | 0.509895 |