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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4078c4499453a3efc73c41617d322f80482c4509 | 2,323 | py | Python | changeling/pathfinder.py | trashtatur/wonderdraft-profile-manager | 80f9e74781b4c890d41e2d14fa915ee683584b68 | [
"MIT"
] | 3 | 2020-04-13T04:44:39.000Z | 2021-06-06T18:24:59.000Z | changeling/pathfinder.py | trashtatur/wonderdraft-profile-manager | 80f9e74781b4c890d41e2d14fa915ee683584b68 | [
"MIT"
] | null | null | null | changeling/pathfinder.py | trashtatur/wonderdraft-profile-manager | 80f9e74781b4c890d41e2d14fa915ee683584b68 | [
"MIT"
] | null | null | null | import os
from changeling.file_interactions.YMLConfigReader import YMLConfigReader
from changeling.init import Initial
class Pathfinder:
@staticmethod
def get_profile_directory():
return Initial.CHANGELING_PROFILES_PATH
@staticmethod
def __appdata_path():
return os.get... | 30.973333 | 80 | 0.68489 |
1e4614742e3f6cd580666ffad5116e9b25c77e0a | 4,524 | swift | Swift | Team UI/Browser/Browser/SettingsModel.swift | SECH-Tag-EEXCESS-Browser/closed---iOSX-App--- | 3a64a707978a238715cfcd48058b2c594748f67b | [
"MIT"
] | 2 | 2015-12-17T17:26:46.000Z | 2016-01-03T22:53:28.000Z | Team UI/Browser/Browser/SettingsModel.swift | SECH-Tag-EEXCESS-Browser/closed---iOSX-App--- | 3a64a707978a238715cfcd48058b2c594748f67b | [
"MIT"
] | 30 | 2015-10-23T07:25:48.000Z | 2016-01-22T21:10:13.000Z | Team UI/Browser/Browser/SettingsModel.swift | SECH-Tag-EEXCESS-Browser/closed---iOSX-App--- | 3a64a707978a238715cfcd48058b2c594748f67b | [
"MIT"
] | null | null | null | //
// SettingsModel.swift
// Browser
//
// Created by Andreas Ziemer on 13.11.15.
// Copyright © 2015 SECH-Tag-EEXCESS-Browser. All rights reserved.
//
import Foundation
class SettingsModel : NSObject, NSCoding{
var homeURL: String
//Sech-Daten
var age: Int
var gender: String
var city: St... | 25.133333 | 108 | 0.577144 |
282c21e9af88e1c316e4fb2db3ee1b9ab917d288 | 6,734 | go | Go | pkg/controller/cluster.go | schrodit/gardener-extensions | cd9b0f57ebc5e084b90f1833bd03d48a488ba1ee | [
"Apache-2.0"
] | null | null | null | pkg/controller/cluster.go | schrodit/gardener-extensions | cd9b0f57ebc5e084b90f1833bd03d48a488ba1ee | [
"Apache-2.0"
] | null | null | null | pkg/controller/cluster.go | schrodit/gardener-extensions | cd9b0f57ebc5e084b90f1833bd03d48a488ba1ee | [
"Apache-2.0"
] | null | null | null | // Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the Lice... | 35.442105 | 186 | 0.746213 |
efa4244ef8e170496b93b016b6e53a58af00ec3b | 156 | asm | Assembly | fact.asm | siraben/awk-vm | fd68d920de4a0347c9194c2255d1095aaa754a4c | [
"MIT"
] | 8 | 2019-05-01T21:51:26.000Z | 2022-01-21T02:00:54.000Z | fact.asm | siraben/awk-vm | fd68d920de4a0347c9194c2255d1095aaa754a4c | [
"MIT"
] | null | null | null | fact.asm | siraben/awk-vm | fd68d920de4a0347c9194c2255d1095aaa754a4c | [
"MIT"
] | 2 | 2020-06-24T13:29:58.000Z | 2020-07-29T00:16:46.000Z | ;; Factorial
get
fact_loop
jz done
st c
mul acc
st acc
ld c
dec
j fact_loop
done
ld acc
put
halt
acc const 1
c const 0
| 7.428571 | 14 | 0.570513 |
7b8650310119d78533f46f449880e010c3fae815 | 22,529 | css | CSS | dist/css/app.css | Sonne-Care/Sonne-Emails | 0f069fbf78a55b5288223fa0d82a50a2edd822fe | [
"MIT"
] | null | null | null | dist/css/app.css | Sonne-Care/Sonne-Emails | 0f069fbf78a55b5288223fa0d82a50a2edd822fe | [
"MIT"
] | null | null | null | dist/css/app.css | Sonne-Care/Sonne-Emails | 0f069fbf78a55b5288223fa0d82a50a2edd822fe | [
"MIT"
] | null | null | null | @charset "UTF-8";
@media all {
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant';
font-style: normal;
font-weight: 400;
src: local("Cormorant Regular"), local("Cormorant-Regular"), url(https://fonts.gstatic.com/s/cormorant/v6/H4clBXOCl9bbnla_nHIq4pu9qKS-awhq.woff2) format("woff2");
unicod... | 24.329374 | 178 | 0.643304 |
2704dc94dc861e72eb12206aa7213f44a2783be4 | 10,170 | sql | SQL | util/src/main/resources/org/killbill/billing/util/ddl.sql | ning/killbill | e3ec4ab20fa55f4fe47d05813f9965895f2eba2f | [
"Apache-2.0"
] | 2 | 2015-04-07T14:05:36.000Z | 2019-06-27T07:56:54.000Z | util/src/main/resources/org/killbill/billing/util/ddl.sql | ning/killbill | e3ec4ab20fa55f4fe47d05813f9965895f2eba2f | [
"Apache-2.0"
] | null | null | null | util/src/main/resources/org/killbill/billing/util/ddl.sql | ning/killbill | e3ec4ab20fa55f4fe47d05813f9965895f2eba2f | [
"Apache-2.0"
] | null | null | null | /*! SET storage_engine=INNODB */;
DROP TABLE IF EXISTS custom_fields;
CREATE TABLE custom_fields (
record_id int(11) unsigned NOT NULL AUTO_INCREMENT,
id char(36) NOT NULL,
object_id char(36) NOT NULL,
object_type varchar(30) NOT NULL,
is_active bool DEFAULT true,
field_name varchar(30) NOT NUL... | 42.19917 | 134 | 0.771485 |
2a721fb0b5e0668693f583312c3659b843a6062e | 2,020 | java | Java | src/GameXchange/app/src/main/java/ca/ualberta/cmput301w16t18/gamexchange/Constants.java | CMPUT301W16T18/StockXchange | d19d5f639328ef6b654872087f7baabd4e4e1827 | [
"MIT"
] | null | null | null | src/GameXchange/app/src/main/java/ca/ualberta/cmput301w16t18/gamexchange/Constants.java | CMPUT301W16T18/StockXchange | d19d5f639328ef6b654872087f7baabd4e4e1827 | [
"MIT"
] | null | null | null | src/GameXchange/app/src/main/java/ca/ualberta/cmput301w16t18/gamexchange/Constants.java | CMPUT301W16T18/StockXchange | d19d5f639328ef6b654872087f7baabd4e4e1827 | [
"MIT"
] | null | null | null | package ca.ualberta.cmput301w16t18.gamexchange;
/**
* Created by Vassili Minaev on 2/29/2016.
* This is a class that holds constants
*/
class Constants {
public static boolean testing = false;
public static final boolean DEBUG = false;
public static final String serverURL = "http://cmput301.softwarepro... | 36.727273 | 113 | 0.711881 |
32a67c11daafcf7e6ad3f0e6c87242cd836863f3 | 3,985 | swift | Swift | Tipper/ViewController.swift | madelio/TipCalc | 6d0aa4a582ba5f888e26f57532cd006c05d020df | [
"Apache-2.0"
] | null | null | null | Tipper/ViewController.swift | madelio/TipCalc | 6d0aa4a582ba5f888e26f57532cd006c05d020df | [
"Apache-2.0"
] | 1 | 2016-12-30T17:17:28.000Z | 2017-01-06T15:58:22.000Z | Tipper/ViewController.swift | madelio/TipCalc | 6d0aa4a582ba5f888e26f57532cd006c05d020df | [
"Apache-2.0"
] | null | null | null | //
// ViewController.swift
// Tipper
//
// Created by Jie-Anne Asistio on 12/12/16.
// Copyright © 2016 Jie-Anne Asistio. All rights reserved.
//
import UIKit
class ViewController: UIViewController {
let formatter = NumberFormatter()
let defaults = UserDefaults.standard
// label that shows the tip
... | 31.132813 | 110 | 0.600502 |
eddd75cc26c3c3d4cdee26348e9a4e6763bbe011 | 6,803 | psm1 | PowerShell | StackWrangler/CreateEc2Instance/CreateEc2Instance.psm1 | ChadRoesler/StackWrangler | 42603f267669c0b1df1644215425db1da9344dbd | [
"Apache-2.0"
] | null | null | null | StackWrangler/CreateEc2Instance/CreateEc2Instance.psm1 | ChadRoesler/StackWrangler | 42603f267669c0b1df1644215425db1da9344dbd | [
"Apache-2.0"
] | null | null | null | StackWrangler/CreateEc2Instance/CreateEc2Instance.psm1 | ChadRoesler/StackWrangler | 42603f267669c0b1df1644215425db1da9344dbd | [
"Apache-2.0"
] | null | null | null | function Create-Ec2Instance
{
param(
[string] $instanceName,
[string] $instanceType,
[string] $amiName,
[string] $amiId,
[string] $userData,
[string] $userDataFileLocation,
[string] $iamRoleName,
[System.Object] $iamRoleWithInstanceProfile,
[ar... | 43.608974 | 171 | 0.59709 |
266c11cc4263e068ef18d8a2de04063450f0a288 | 466 | java | Java | src/main/java/org/kiwiproject/test/junit/jupiter/H2Database.java | kiwiproject/kiwi-test | 9b40b9cd2e5d210a9d6ba26248648b1d160108aa | [
"MIT"
] | null | null | null | src/main/java/org/kiwiproject/test/junit/jupiter/H2Database.java | kiwiproject/kiwi-test | 9b40b9cd2e5d210a9d6ba26248648b1d160108aa | [
"MIT"
] | 253 | 2020-06-11T14:05:34.000Z | 2022-03-08T01:52:06.000Z | src/main/java/org/kiwiproject/test/junit/jupiter/H2Database.java | kiwiproject/kiwi-test | 9b40b9cd2e5d210a9d6ba26248648b1d160108aa | [
"MIT"
] | null | null | null | package org.kiwiproject.test.junit.jupiter;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* {@link H2Database} can be used to annotate a parameter of type {@link org.kiwiproject.test.h2.H2FileBasedD... | 29.125 | 117 | 0.798283 |
850a54e84f264fe99a15ed472449daab049c19de | 11,999 | asm | Assembly | deps/gmp.js/mpn/x86/k7/sqr_basecase.asm | 6un9-h0-Dan/cobaul | 11115a7a77924d6e1642f847c613efb25f217e56 | [
"MIT"
] | 184 | 2020-04-15T14:28:37.000Z | 2020-09-22T15:57:55.000Z | deps/gmp.js/mpn/x86/k7/sqr_basecase.asm | 6un9-h0-Dan/cobaul | 11115a7a77924d6e1642f847c613efb25f217e56 | [
"MIT"
] | 3 | 2020-09-22T05:09:36.000Z | 2020-09-22T11:56:00.000Z | deps/gmp.js/mpn/x86/k7/sqr_basecase.asm | 6un9-h0-Dan/cobaul | 11115a7a77924d6e1642f847c613efb25f217e56 | [
"MIT"
] | 5 | 2020-04-21T19:50:23.000Z | 2020-09-22T10:58:02.000Z | dnl AMD K7 mpn_sqr_basecase -- square an mpn number.
dnl Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or
dnl modify it under the terms of the GNU Lesser General Public Licen... | 19.1984 | 79 | 0.646887 |
27292fc1e029fa9a4f815c46b84dad67866c04db | 540 | sql | SQL | sql/seedscan/postgres_database/functions/fnsclgetchannels.sql | jholland-usgs/asl-java-tools | 7a7d99dfcd5645f3fe25aaafc0c96e873c1e216a | [
"PostgreSQL",
"Apache-2.0"
] | 1 | 2021-05-18T18:14:05.000Z | 2021-05-18T18:14:05.000Z | sql/seedscan/postgres_database/functions/fnsclgetchannels.sql | jholland-usgs/asl-java-tools | 7a7d99dfcd5645f3fe25aaafc0c96e873c1e216a | [
"PostgreSQL",
"Apache-2.0"
] | null | null | null | sql/seedscan/postgres_database/functions/fnsclgetchannels.sql | jholland-usgs/asl-java-tools | 7a7d99dfcd5645f3fe25aaafc0c96e873c1e216a | [
"PostgreSQL",
"Apache-2.0"
] | null | null | null | CREATE OR REPLACE FUNCTION public.fnsclgetchannels(integer[])
RETURNS text
LANGUAGE plpgsql
STABLE
AS $function$
DECLARE
stationIDs alias for $1;
channelString TEXT;
BEGIN
SELECT
INTO channelString
string_agg(
CONCAT(
'C,'
, pkchannelID
, ','
, name
, ','
, tblSensor.location
... | 15.882353 | 61 | 0.672222 |
d001df3653d58b0672a49fc95da4377fce12ea16 | 282 | sql | SQL | mysql_config/WebMonitoring/functions/resource_statistics_time/resource_statistics_all_time/resource_statistic_standard_deviation_time.sql | raresraf/rafMetrics | 21eb5e8210364bf70eee746d71c45f3e353dcb10 | [
"MIT"
] | 15 | 2019-11-03T18:01:27.000Z | 2021-05-05T20:54:57.000Z | mysql_config/WebMonitoring/functions/resource_statistics_time/resource_statistics_all_time/resource_statistic_standard_deviation_time.sql | raresraf/rafMetrics | 21eb5e8210364bf70eee746d71c45f3e353dcb10 | [
"MIT"
] | 392 | 2019-11-09T21:28:01.000Z | 2022-03-31T13:04:45.000Z | mysql_config/WebMonitoring/functions/resource_statistics_time/resource_statistics_all_time/resource_statistic_standard_deviation_time.sql | raresraf/rafMetrics | 21eb5e8210364bf70eee746d71c45f3e353dcb10 | [
"MIT"
] | 1 | 2021-03-11T18:35:16.000Z | 2021-03-11T18:35:16.000Z | delimiter //
DROP FUNCTION IF EXISTS resource_statistic_standard_deviation_time;
CREATE FUNCTION resource_statistic_standard_deviation_time() RETURNS FLOAT
BEGIN
DECLARE STD_DEV FLOAT;
select STD(ResponseTime) into STD_DEV from PING;
RETURN STD_DEV;
END//
delimiter ; | 23.5 | 74 | 0.808511 |
b4e91567d054c29dc52a721d2c766fbd2c4ac849 | 4,430 | lua | Lua | examples/example-4b.lua | remyroez/DxLua | ac3dcdae6c3c10035a5cf9cdcfebc9e71020b396 | [
"MIT"
] | 2 | 2020-04-08T17:35:04.000Z | 2020-04-14T13:11:55.000Z | examples/example-4b.lua | remyroez/DxLua | ac3dcdae6c3c10035a5cf9cdcfebc9e71020b396 | [
"MIT"
] | 1 | 2020-04-11T09:30:51.000Z | 2020-04-11T09:30:51.000Z | examples/example-4b.lua | remyroez/DxLua | ac3dcdae6c3c10035a5cf9cdcfebc9e71020b396 | [
"MIT"
] | null | null | null | -- マップスクロール基本(滑らか)
local band = bit.band
local MAP_SIZE = 64 -- マップチップ一つのドットサイズ
local MAP_WIDTH = 20 -- マップの幅
local MAP_HEIGHT = 16 -- マップの縦長さ
local MOVE_FRAME = 32 -- 移動にかけるフレーム数
-- マップのデータ
local MapData =
{
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{ 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1... | 24.20765 | 95 | 0.586907 |
3bfca9974fde0db9b92c8e24e2e6fc0fa20f4839 | 7,178 | c | C | SOFTWARE/nokia5110.c | maperales/MAPESYNTH | a98228e2448f52111710328567ff6939f98f6613 | [
"CC0-1.0"
] | null | null | null | SOFTWARE/nokia5110.c | maperales/MAPESYNTH | a98228e2448f52111710328567ff6939f98f6613 | [
"CC0-1.0"
] | null | null | null | SOFTWARE/nokia5110.c | maperales/MAPESYNTH | a98228e2448f52111710328567ff6939f98f6613 | [
"CC0-1.0"
] | null | null | null | /*
* nokia5110.c
*
* Created on: 7 sept. 2017
* Author: ManoloP
*/
#include <mapesynth.h>
#include <msp430.h>
#include "nokia5110.h"
void init_hw(void){
/*WDTCTL = WDTPW + WDTHOLD; // disable WDT
BCSCTL1 = CALBC1_1MHZ; // 1MHz clock
DCOCTL = CALDCO_1MHZ;*/
//
//P3OUT |= LCD5110_SCE_PIN ... | 31.902222 | 96 | 0.623015 |
dd7836a8dbc6b29552685561641cfd3a9cc2bb76 | 547 | php | PHP | database/seeds/ProjectFeedbacksTableSeeder.php | timmyru/freelance | 65f7f9ebf7cd594d32c4f1894b036f7cda578f06 | [
"MIT"
] | null | null | null | database/seeds/ProjectFeedbacksTableSeeder.php | timmyru/freelance | 65f7f9ebf7cd594d32c4f1894b036f7cda578f06 | [
"MIT"
] | null | null | null | database/seeds/ProjectFeedbacksTableSeeder.php | timmyru/freelance | 65f7f9ebf7cd594d32c4f1894b036f7cda578f06 | [
"MIT"
] | null | null | null | <?php
use Illuminate\Database\Seeder;
use App\ProjectFeedback;
class ProjectFeedbacksTableSeeder extends Seeder {
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
DB::table('projects')->delete();
for ($i=1; $i<21; $i++) {
ProjectFeedback::create([
... | 21.038462 | 79 | 0.568556 |
9de35edf316e9fd33630f722a8ab6fb07aab0d2a | 4,635 | swift | Swift | Commun/Vendor/Base/Fetchers/ListFetcher.swift | communcom/ios-client | dee16bcd485846476379d09b5dea9e802abfc14d | [
"MIT"
] | null | null | null | Commun/Vendor/Base/Fetchers/ListFetcher.swift | communcom/ios-client | dee16bcd485846476379d09b5dea9e802abfc14d | [
"MIT"
] | null | null | null | Commun/Vendor/Base/Fetchers/ListFetcher.swift | communcom/ios-client | dee16bcd485846476379d09b5dea9e802abfc14d | [
"MIT"
] | 3 | 2020-10-25T13:55:59.000Z | 2021-01-28T21:14:58.000Z | //
// ListFetcher.swift
// Commun
//
// Created by Chung Tran on 10/23/19.
// Copyright © 2019 Commun Limited. All rights reserved.
//
import Foundation
import RxSwift
import RxCocoa
import CyberSwift
typealias FilterType = Equatable
enum ListFetcherState: Equatable {
static func == (lhs: ListFetcherState, r... | 27.754491 | 87 | 0.535275 |
5b11f854bc849e34d2bd2e3cd2ca05770a1153e3 | 1,317 | swift | Swift | TheMovieRxTests/Networking/ApiControllerTest.swift | sc010575/SCRXSwiftProject | 55533e37a62c6bb50bb0a8e8ef64c54eb83574b7 | [
"MIT"
] | 1 | 2019-09-17T15:46:33.000Z | 2019-09-17T15:46:33.000Z | TheMovieRxTests/Networking/ApiControllerTest.swift | sc010575/SCRXSwiftProject | 55533e37a62c6bb50bb0a8e8ef64c54eb83574b7 | [
"MIT"
] | null | null | null | TheMovieRxTests/Networking/ApiControllerTest.swift | sc010575/SCRXSwiftProject | 55533e37a62c6bb50bb0a8e8ef64c54eb83574b7 | [
"MIT"
] | null | null | null | import Quick
import Nimble
import RxSwift
import RxBlocking
@testable import TheMovieRx
class ApiControllerTest: QuickSpec {
var server: MockServer!
var apiController = ApiController()
let scheduler = ConcurrentDispatchQueueScheduler(qos: .default)
override func spec() {
describe("ApiResource T... | 35.594595 | 142 | 0.539863 |
dc1622075a86528aa0fc46381782fc1f41e91b6a | 1,420 | py | Python | rigl/experimental/jax/train_test.py | vishalbelsare/rigl | f18abc7d82ae3acc6736068408a0186c9efa575c | [
"Apache-2.0"
] | 276 | 2019-11-25T22:05:45.000Z | 2022-03-30T11:55:34.000Z | rigl/experimental/jax/train_test.py | vishalbelsare/rigl | f18abc7d82ae3acc6736068408a0186c9efa575c | [
"Apache-2.0"
] | 10 | 2020-02-26T14:53:50.000Z | 2021-09-08T16:27:28.000Z | rigl/experimental/jax/train_test.py | vishalbelsare/rigl | f18abc7d82ae3acc6736068408a0186c9efa575c | [
"Apache-2.0"
] | 54 | 2019-11-26T18:50:33.000Z | 2022-03-29T20:08:08.000Z | # coding=utf-8
# Copyright 2021 RigL Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agree... | 29.583333 | 74 | 0.725352 |
95c2756aec58177ec28893fe9ef326dca82fc8ef | 3,472 | html | HTML | javadoc/allclasses-noframe.html | jakegoodman01/internet-investigators | d6cc33e98357394e699f259b4e8aa767bd572f88 | [
"MIT"
] | null | null | null | javadoc/allclasses-noframe.html | jakegoodman01/internet-investigators | d6cc33e98357394e699f259b4e8aa767bd572f88 | [
"MIT"
] | null | null | null | javadoc/allclasses-noframe.html | jakegoodman01/internet-investigators | d6cc33e98357394e699f259b4e8aa767bd572f88 | [
"MIT"
] | null | null | null | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (10) on Thu Jun 07 05:36:40 EDT 2018 -->
<title>All Classes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="da... | 59.862069 | 102 | 0.702765 |
fbe3ba0444801d5fddab01abc582217386596f87 | 1,792 | java | Java | src/main/java/com/MyUniApp/MyUniAppBack/Controller/MapController.java | ecingnovation/MyUniAppBack | 6601f83c8630c6384be01b57e6e1ed52f85a2d6d | [
"MIT"
] | null | null | null | src/main/java/com/MyUniApp/MyUniAppBack/Controller/MapController.java | ecingnovation/MyUniAppBack | 6601f83c8630c6384be01b57e6e1ed52f85a2d6d | [
"MIT"
] | null | null | null | src/main/java/com/MyUniApp/MyUniAppBack/Controller/MapController.java | ecingnovation/MyUniAppBack | 6601f83c8630c6384be01b57e6e1ed52f85a2d6d | [
"MIT"
] | null | null | null | package com.MyUniApp.MyUniAppBack.Controller;
import com.MyUniApp.MyUniAppBack.Model.InterestPoint;
import com.MyUniApp.MyUniAppBack.Repositories.MapsRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
im... | 37.333333 | 138 | 0.733259 |
7401adae0540cf943411d163a25ae3cf30f9a919 | 2,876 | ps1 | PowerShell | Microsoft.PowerShell_profile.ps1 | mwanchap/stuff | dd010b9042733d749ee94a38cd9a52647050e6d6 | [
"MIT"
] | null | null | null | Microsoft.PowerShell_profile.ps1 | mwanchap/stuff | dd010b9042733d749ee94a38cd9a52647050e6d6 | [
"MIT"
] | 13 | 2018-08-20T04:49:13.000Z | 2019-10-07T01:22:14.000Z | Microsoft.PowerShell_profile.ps1 | mwanchap/stuff | dd010b9042733d749ee94a38cd9a52647050e6d6 | [
"MIT"
] | 1 | 2018-06-27T02:33:58.000Z | 2018-06-27T02:33:58.000Z | Import-Module 'C:\tools\poshgit\dahlbyk-posh-git-9bda399\src\posh-git.psd1'
# ALIASES
Set-Alias csi "C:\Program Files (x86)\Microsoft Visual Studio\2019\**\MSBuild\Current\Bin\Roslyn\csi.exe"
Set-Alias hex "C:\Program Files\HxD\HxD.exe"
Set-Alias sfdx 'C:\Program Files\Salesforce CLI\bin\sfdx.cmd'
Clear-Host
[System... | 27.653846 | 147 | 0.680111 |
13aca4f0e73f5cc400d1d6a47225e333c3ac6492 | 8,806 | dart | Dart | practice_chat/lib/src/home_screen.dart | Atom735/surf-practice-chat | 8a91f0eb89f54c16fe4401cd135206c0232d488e | [
"MIT"
] | null | null | null | practice_chat/lib/src/home_screen.dart | Atom735/surf-practice-chat | 8a91f0eb89f54c16fe4401cd135206c0232d488e | [
"MIT"
] | null | null | null | practice_chat/lib/src/home_screen.dart | Atom735/surf-practice-chat | 8a91f0eb89f54c16fe4401cd135206c0232d488e | [
"MIT"
] | null | null | null | import 'package:flutter/material.dart';
import 'profile_screen.dart';
void kVoid() {}
class ProfileButtonWidget extends StatelessWidget {
const ProfileButtonWidget({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) => const CircleAvatar();
}
class WelcomeUserTile extends StatelessWid... | 33.105263 | 461 | 0.534408 |
7c6db01bf31dce8dfc7dbcba91076d944606b6e3 | 748 | rs | Rust | examples/oblique_fix.rs | kingrongH/lpr-rust | b52abf4171b4a910191acd2322b6be8811daed0b | [
"Apache-2.0",
"MIT"
] | null | null | null | examples/oblique_fix.rs | kingrongH/lpr-rust | b52abf4171b4a910191acd2322b6be8811daed0b | [
"Apache-2.0",
"MIT"
] | null | null | null | examples/oblique_fix.rs | kingrongH/lpr-rust | b52abf4171b4a910191acd2322b6be8811daed0b | [
"Apache-2.0",
"MIT"
] | null | null | null | use imageproc::window;
use std::process;
use std::env::args;
use std::error::Error;
use lpr_rust::image_process;
fn main() -> Result<(), Box<dyn Error>> {
let mut args = args();
args.next();
let path = args.next();
let path = match path {
Some(path) => path,
None => {
epri... | 24.129032 | 80 | 0.584225 |
51518f22b0a010b058e1f030276d1402a1d0bd23 | 8,713 | lua | Lua | resources/[systems]/devices/apps/phone/sv_app.lua | Jameslroll/FiveM-Framework | 4532e9dd6af1f4d2d371bc03ab862cf8aee2ade7 | [
"MIT"
] | null | null | null | resources/[systems]/devices/apps/phone/sv_app.lua | Jameslroll/FiveM-Framework | 4532e9dd6af1f4d2d371bc03ab862cf8aee2ade7 | [
"MIT"
] | null | null | null | resources/[systems]/devices/apps/phone/sv_app.lua | Jameslroll/FiveM-Framework | 4532e9dd6af1f4d2d371bc03ab862cf8aee2ade7 | [
"MIT"
] | 1 | 2022-03-31T17:22:28.000Z | 2022-03-31T17:22:28.000Z | Phone = {
phones = {},
players = {},
calls = {},
cache = {},
areaCodes = { "273", "323" },
tables = {
phone = "phones",
contacts = "phone_contacts",
calls = "phone_calls",
},
}
--[[ Functions: Main Events ]]--
function Main.events:Call(source, number)
if not tonumber(number) or not PlayerUtil:CheckCooldo... | 25.402332 | 160 | 0.70194 |
2f3fbf269e172c59139a07147f16f44c57c06baa | 115 | sql | SQL | 0x0D-SQL_introduction/12-no_cheating.sql | malu17/alx-higher_level_programming | 75a24d98c51116b737f339697c75855e34254d3a | [
"MIT"
] | null | null | null | 0x0D-SQL_introduction/12-no_cheating.sql | malu17/alx-higher_level_programming | 75a24d98c51116b737f339697c75855e34254d3a | [
"MIT"
] | null | null | null | 0x0D-SQL_introduction/12-no_cheating.sql | malu17/alx-higher_level_programming | 75a24d98c51116b737f339697c75855e34254d3a | [
"MIT"
] | null | null | null | -- updates the score of Bob to 10 in the table second_table
UPDATE second_table SET score = 10 WHERE name = 'Bob';
| 38.333333 | 59 | 0.747826 |
749d78538188c718f9f81245fb7391d12b999aad | 667 | rs | Rust | basics/src/b_variables.rs | webbertakken/learning-rust | 0b8713c0996b94888e00b76326161ba7bc0e33ee | [
"MIT"
] | null | null | null | basics/src/b_variables.rs | webbertakken/learning-rust | 0b8713c0996b94888e00b76326161ba7bc0e33ee | [
"MIT"
] | null | null | null | basics/src/b_variables.rs | webbertakken/learning-rust | 0b8713c0996b94888e00b76326161ba7bc0e33ee | [
"MIT"
] | null | null | null | const STARTING_MISSILES: u32 = 8;
const READY_AMOUNT: u32 = 2;
pub fn main() {
println!("\nvariables...");
fire_missiles();
fire_missiles_more_efficiently();
}
fn fire_missiles() {
let mut missiles = STARTING_MISSILES;
let ready = READY_AMOUNT;
println!("Firing {} out of {} missiles...", read... | 29 | 75 | 0.664168 |
2f28dd23be65b449fbc46755480db3efe803260a | 2,084 | swift | Swift | SimpleWeather/SimpleWeather/Services/WeatherService.swift | burakakyalcin/SimpleWeather | e2af19a8f0a716f4dfb025a90dba8fa67a09b85c | [
"MIT"
] | null | null | null | SimpleWeather/SimpleWeather/Services/WeatherService.swift | burakakyalcin/SimpleWeather | e2af19a8f0a716f4dfb025a90dba8fa67a09b85c | [
"MIT"
] | null | null | null | SimpleWeather/SimpleWeather/Services/WeatherService.swift | burakakyalcin/SimpleWeather | e2af19a8f0a716f4dfb025a90dba8fa67a09b85c | [
"MIT"
] | null | null | null | //
// DailyWeatherService.swift
// SimpleWeather
//
// Created by Burak Akyalcin on 24.07.2019.
// Copyright © 2019 Burak Akyalcin. All rights reserved.
//
import Alamofire
typealias JSONDictionary = [String: Any]
protocol WeatherServiceProtocol: class {
func getDailyWeather(latitude: Double, longitude: Doub... | 36.561404 | 146 | 0.607486 |
e0a4936768b2b137747cd09cc04ab91a6d79a51e | 1,136 | ps1 | PowerShell | Configs/Wordpress/Resources/xPSDesiredStateConfiguration/Examples/Sample_xRemoteFile.ps1 | grayzu/DSC_Examples | cd4b17ef540c104653b7dc6902d0ae7fd488ad13 | [
"MIT"
] | null | null | null | Configs/Wordpress/Resources/xPSDesiredStateConfiguration/Examples/Sample_xRemoteFile.ps1 | grayzu/DSC_Examples | cd4b17ef540c104653b7dc6902d0ae7fd488ad13 | [
"MIT"
] | null | null | null | Configs/Wordpress/Resources/xPSDesiredStateConfiguration/Examples/Sample_xRemoteFile.ps1 | grayzu/DSC_Examples | cd4b17ef540c104653b7dc6902d0ae7fd488ad13 | [
"MIT"
] | 3 | 2016-02-17T19:02:30.000Z | 2016-11-23T00:46:42.000Z | configuration Sample_xRemoteFile_DownloadFile
{
param
(
[string[]] $nodeName = 'localhost',
[parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[String] $destinationPath,
[parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[String] $uri,
... | 27.707317 | 122 | 0.65757 |
ac5b4fef19cd3614d1d713199d3c5aa68091f1c7 | 3,424 | sql | SQL | censusreporter/api/data/demarcation_2009.sql | callmealien/wazimap_zambia | 6595b8241d3e934e29508dfd57d92f289ed45450 | [
"MIT"
] | null | null | null | censusreporter/api/data/demarcation_2009.sql | callmealien/wazimap_zambia | 6595b8241d3e934e29508dfd57d92f289ed45450 | [
"MIT"
] | null | null | null | censusreporter/api/data/demarcation_2009.sql | callmealien/wazimap_zambia | 6595b8241d3e934e29508dfd57d92f289ed45450 | [
"MIT"
] | null | null | null | --
-- PostgreSQL database dump
--
SET statement_timeout = 0;
SET lock_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SET check_function_bodies = false;
SET client_min_messages = warning;
SET search_path = public, pg_catalog;
SET default_tablespace = '';
SET default_with_oids = fals... | 21.670886 | 95 | 0.758178 |
1a639485b25d0f1f65033b75b93b42c3e79d3c73 | 1,132 | kt | Kotlin | library/src/main/kotlin/com/a99/rxplaces/AutocompleteEntities.kt | sb15utah/RxPlaces | 6c231a7ac0cd79d3f89ce6372a7860cc37df7e57 | [
"Apache-2.0"
] | 3 | 2019-10-31T12:39:56.000Z | 2019-10-31T13:13:42.000Z | library/src/main/kotlin/com/a99/rxplaces/AutocompleteEntities.kt | sb15utah/RxPlaces | 6c231a7ac0cd79d3f89ce6372a7860cc37df7e57 | [
"Apache-2.0"
] | null | null | null | library/src/main/kotlin/com/a99/rxplaces/AutocompleteEntities.kt | sb15utah/RxPlaces | 6c231a7ac0cd79d3f89ce6372a7860cc37df7e57 | [
"Apache-2.0"
] | null | null | null | package com.a99.rxplaces
import com.google.gson.annotations.SerializedName
data class Prediction(
val id: String,
val description: String,
@SerializedName("place_id")
val placeId: String,
val reference: String,
val terms: List<Term> = listOf(),
val types: List<String> = listOf(),
@Seri... | 26.325581 | 77 | 0.732332 |
644d82221c6617f16787e4b00ec9b1f8313a6cf6 | 1,995 | sql | SQL | MP_MODSPACK/Mods/SUPERPOWERS (v 6)/XML/Units/Mercs/EquitesSagittarii/05-IroquiosMusketRidder/IroquiosMRArtDefines.sql | TheKaranRawat/SUPERPOWERS | 4c2aae30bd33056bd744590c6cdc4c07385b7073 | [
"MIT"
] | 1 | 2022-02-25T07:02:25.000Z | 2022-02-25T07:02:25.000Z | MP_MODSPACK/Mods/SUPERPOWERS (v 6)/XML/Units/Mercs/EquitesSagittarii/05-IroquiosMusketRidder/IroquiosMRArtDefines.sql | TheKaranRawat/SUPERPOWERS | 4c2aae30bd33056bd744590c6cdc4c07385b7073 | [
"MIT"
] | null | null | null | MP_MODSPACK/Mods/SUPERPOWERS (v 6)/XML/Units/Mercs/EquitesSagittarii/05-IroquiosMusketRidder/IroquiosMRArtDefines.sql | TheKaranRawat/SUPERPOWERS | 4c2aae30bd33056bd744590c6cdc4c07385b7073 | [
"MIT"
] | null | null | null | -- Insert SQL Rules Here
INSERT INTO ArtDefine_UnitInfos(Type, DamageStates, Formation) VALUES ('ART_DEF_UNIT_EXOTIC_UNIT_IROQUIOS_MUSKET_RIDER', 1, 'DefaultCavalry');
INSERT INTO ArtDefine_UnitInfoMemberInfos(UnitInfoType, UnitMemberInfoType, NumMembers) VALUES ('ART_DEF_UNIT_EXOTIC_UNIT_IROQUIOS_MUSKET_RIDER', 'AR... | 76.730769 | 291 | 0.763409 |
753ccb19282aec9dc222b24d2a0f643025e72b96 | 14,038 | h | C | dev/Code/CryEngine/Cry3DEngine/ParticleEmitter.h | brianherrera/lumberyard | f85344403c1c2e77ec8c75deb2c116e97b713217 | [
"AML"
] | 1,738 | 2017-09-21T10:59:12.000Z | 2022-03-31T21:05:46.000Z | dev/Code/CryEngine/Cry3DEngine/ParticleEmitter.h | ArchitectureStudios/lumberyard | f85344403c1c2e77ec8c75deb2c116e97b713217 | [
"AML"
] | 427 | 2017-09-29T22:54:36.000Z | 2022-02-15T19:26:50.000Z | dev/Code/CryEngine/Cry3DEngine/ParticleEmitter.h | ArchitectureStudios/lumberyard | f85344403c1c2e77ec8c75deb2c116e97b713217 | [
"AML"
] | 671 | 2017-09-21T08:04:01.000Z | 2022-03-29T14:30:07.000Z | /*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... | 32.570766 | 192 | 0.590611 |
9b8c0e0526990d3c1f91f39e02bdb0e5e5b68f36 | 686 | js | JavaScript | gulpfile.js | SpikE4343/ham.radio | 9661268558997fa7c37b76c21ddcdc838967ed7a | [
"MIT"
] | null | null | null | gulpfile.js | SpikE4343/ham.radio | 9661268558997fa7c37b76c21ddcdc838967ed7a | [
"MIT"
] | null | null | null | gulpfile.js | SpikE4343/ham.radio | 9661268558997fa7c37b76c21ddcdc838967ed7a | [
"MIT"
] | null | null | null | 'use strict';
//require('./tasks/build');
//require('./tasks/release');
// get the dependencies
var gulp = require('gulp'),
childProcess = require('child_process'),
electron = require('electron-prebuilt'),
less = require('gulp-less');
var lessTask = function () {
return gulp.src('app/... | 22.866667 | 79 | 0.613703 |
84f38f54218229bf10c2f7e068cc65db1a69097b | 244 | ps1 | PowerShell | AnalyticsEngineering/TsTabcmdTrigger.ps1 | waterytowers/Tableau | 4ecb1f927915c6c1bf4571b75bb1c44fbec91d98 | [
"MIT"
] | 2 | 2016-11-25T00:58:06.000Z | 2020-08-01T00:53:28.000Z | AnalyticsEngineering/TsTabcmdTrigger.ps1 | waterytowers/Tableau | 4ecb1f927915c6c1bf4571b75bb1c44fbec91d98 | [
"MIT"
] | null | null | null | AnalyticsEngineering/TsTabcmdTrigger.ps1 | waterytowers/Tableau | 4ecb1f927915c6c1bf4571b75bb1c44fbec91d98 | [
"MIT"
] | 1 | 2021-05-07T21:26:51.000Z | 2021-05-07T21:26:51.000Z |
tabcmd logout
tabcmd login -s <your tableau server> -u <your ts username> --password-file <location to pw file> --no-certcheck
tabcmd refreshextracts --datasource <data source> --project <project if not default> --no-certcheck
tabcmd logout
| 40.666667 | 113 | 0.758197 |
e7818865ae8c48cc3993887f6ac9756ec8a3223a | 4,528 | js | JavaScript | strided/dispatch.js | stdlib-js/esm | e40d9dc228b49c18a94973ffdfdf4d64e1698d1b | [
"Apache-2.0"
] | 12 | 2020-12-20T20:16:45.000Z | 2022-01-30T03:08:18.000Z | strided/dispatch.js | stdlib-js/esm | e40d9dc228b49c18a94973ffdfdf4d64e1698d1b | [
"Apache-2.0"
] | 1 | 2021-05-24T16:42:11.000Z | 2021-05-24T17:51:24.000Z | strided/dispatch.js | stdlib-js/esm | e40d9dc228b49c18a94973ffdfdf4d64e1698d1b | [
"Apache-2.0"
] | null | null | null | // This file is a part of stdlib. License is Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0
import e from"./../assert/is-nonnegative-integer.js";import r from"./../assert/is-positive-integer.js";import t from"./../assert/is-integer.js";import n from"./../assert/is-function-array.js";import a from"./../assert/is... | 1,509.333333 | 4,391 | 0.724823 |
7d6770b99b02b91f3661dbfeafd3381f242643c5 | 1,053 | html | HTML | manuscript/page-20/body.html | marvindanig/lady-audleys-secret | 565d1e5a97b4d54c11d702f51e455da06ed61736 | [
"BlueOak-1.0.0",
"MIT"
] | null | null | null | manuscript/page-20/body.html | marvindanig/lady-audleys-secret | 565d1e5a97b4d54c11d702f51e455da06ed61736 | [
"BlueOak-1.0.0",
"MIT"
] | null | null | null | manuscript/page-20/body.html | marvindanig/lady-audleys-secret | 565d1e5a97b4d54c11d702f51e455da06ed61736 | [
"BlueOak-1.0.0",
"MIT"
] | null | null | null | <div class="leaf "><div class="inner justify"><p class="no-indent ">situation, and she taught the girls to play sonatas by Beethoven, and to paint from nature after Creswick, and walked through a dull, out-of-the-way village to the humble little church, three times every Sunday, as contentedly as if she had no higher ... | 1,053 | 1,053 | 0.774929 |
454d73fdb29f2875ea1cc39b6b00a6ed38e67d16 | 183 | rs | Rust | src/lib.rs | pearlhat/zvm | 7a317602dea39950e8d2c7162b1405a8a2cfbb29 | [
"0BSD"
] | 33 | 2019-11-06T12:28:55.000Z | 2021-12-30T12:16:19.000Z | src/lib.rs | pearlhat/zvm | 7a317602dea39950e8d2c7162b1405a8a2cfbb29 | [
"0BSD"
] | 2 | 2019-11-10T11:44:00.000Z | 2019-11-17T09:00:35.000Z | src/lib.rs | pearlhat/zvm | 7a317602dea39950e8d2c7162b1405a8a2cfbb29 | [
"0BSD"
] | 3 | 2019-11-10T08:41:19.000Z | 2021-03-24T15:14:10.000Z | pub mod class_file;
mod virtual_machine;
pub use virtual_machine::VMError;
pub use virtual_machine::VMState;
pub use virtual_machine::Value;
pub use virtual_machine::VirtualMachine;
| 22.875 | 40 | 0.825137 |
2ac21db00411b0f1cbbc9fa47cdb13a820814c6b | 1,607 | kt | Kotlin | message-controller-sample/src/main/java/ru/surfstudio/android/message/sample/ui/screen/main/MainPresenter.kt | eltray/SurfAndroidStandard | 69d435621d90954102af7424b4b309213d9bc95d | [
"Apache-2.0"
] | null | null | null | message-controller-sample/src/main/java/ru/surfstudio/android/message/sample/ui/screen/main/MainPresenter.kt | eltray/SurfAndroidStandard | 69d435621d90954102af7424b4b309213d9bc95d | [
"Apache-2.0"
] | null | null | null | message-controller-sample/src/main/java/ru/surfstudio/android/message/sample/ui/screen/main/MainPresenter.kt | eltray/SurfAndroidStandard | 69d435621d90954102af7424b4b309213d9bc95d | [
"Apache-2.0"
] | null | null | null | package ru.surfstudio.android.message.sample.ui.screen.main
import android.view.Gravity
import ru.surfstudio.android.core.mvp.presenter.BasePresenter
import ru.surfstudio.android.core.mvp.presenter.BasePresenterDependency
import ru.surfstudio.android.dagger.scope.PerScreen
import ru.surfstudio.android.message.MessageC... | 37.372093 | 98 | 0.729932 |
1741ce7b4928c7ec3fe6f2347cb48fb566084b38 | 693,239 | html | HTML | build/listing-zhk.html | alikinvv/swift | 2d8c9566c34244d9a18c0df4ac01acbac0de995d | [
"MIT"
] | null | null | null | build/listing-zhk.html | alikinvv/swift | 2d8c9566c34244d9a18c0df4ac01acbac0de995d | [
"MIT"
] | null | null | null | build/listing-zhk.html | alikinvv/swift | 2d8c9566c34244d9a18c0df4ac01acbac0de995d | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Выбор ЖК</title>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="img/dest/preview.jpg">
<link rel="shortcut i... | 64.451376 | 421 | 0.447511 |
fb9d5e0b22a3e27afd4af2b01763259d00e2f643 | 974 | java | Java | src/main/java/com/simplegame/server/bus/account/action/AccountAction.java | zuesgooogle/game-server | ec25cecb6601e5ba0a0531d6ebb96d2cbb5b865a | [
"Apache-2.0"
] | null | null | null | src/main/java/com/simplegame/server/bus/account/action/AccountAction.java | zuesgooogle/game-server | ec25cecb6601e5ba0a0531d6ebb96d2cbb5b865a | [
"Apache-2.0"
] | null | null | null | src/main/java/com/simplegame/server/bus/account/action/AccountAction.java | zuesgooogle/game-server | ec25cecb6601e5ba0a0531d6ebb96d2cbb5b865a | [
"Apache-2.0"
] | null | null | null | package com.simplegame.server.bus.account.action;
import javax.annotation.Resource;
import com.simplegame.core.action.annotation.ActionMapping;
import com.simplegame.core.action.annotation.ActionWorker;
import com.simplegame.core.message.Message;
import com.simplegame.server.bus.account.command.AccountCommands;
impor... | 27.055556 | 76 | 0.774127 |
c31043dd3f243d6803b32764f4b8defba1d5b68f | 901 | ps1 | PowerShell | OctopusDSC/Tests/OctopusServerExeInvocationFiles/ConfigureWhenOlderMsiPreInstalled/ExpectedResult.ps1 | iserje/OctopusDSC | a56ac11a5bf89c674c8376c79f321bee4ac32a4c | [
"Apache-2.0"
] | 68 | 2015-01-12T06:47:00.000Z | 2021-09-09T14:31:29.000Z | OctopusDSC/Tests/OctopusServerExeInvocationFiles/ConfigureWhenOlderMsiPreInstalled/ExpectedResult.ps1 | iserje/OctopusDSC | a56ac11a5bf89c674c8376c79f321bee4ac32a4c | [
"Apache-2.0"
] | 170 | 2015-07-01T05:57:27.000Z | 2022-03-24T09:30:45.000Z | OctopusDSC/Tests/OctopusServerExeInvocationFiles/ConfigureWhenOlderMsiPreInstalled/ExpectedResult.ps1 | iserje/OctopusDSC | a56ac11a5bf89c674c8376c79f321bee4ac32a4c | [
"Apache-2.0"
] | 69 | 2015-02-09T11:31:09.000Z | 2021-11-11T10:27:50.000Z | return @(
"create-instance --console --instance OctopusServer --config $($env:SystemDrive)\Octopus\OctopusServer-OctopusServer.config --home C:\Octopus",
"database --instance OctopusServer --connectionstring Server=(local);Database=Octopus;Trusted_Connection=True; --create --grant NT AUTHORITY\SYSTEM",
"configure... | 81.909091 | 250 | 0.766926 |
57a02c4ea8edd7b7fdbd3f9faf37a26c4718db62 | 740 | c | C | src/PJ/flic386p/libsrc/fli/finish.c | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 119 | 2015-01-10T15:13:50.000Z | 2022-01-24T04:54:34.000Z | src/PJ/flic386p/libsrc/fli/finish.c | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 6 | 2015-10-22T20:14:59.000Z | 2021-07-10T03:25:21.000Z | src/PJ/flic386p/libsrc/fli/finish.c | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 27 | 2015-04-24T22:55:30.000Z | 2022-01-21T13:54:00.000Z | #include "fli.h"
Errcode pj_fli_finish(char *name, /* name for error reporting
* if NULL no reports */
Flifile *flif, void *cbuf,
Rcel *last_screen, Rcel *work_screen)
{
Errcode err;
LONG endoset;
if((endoset = pj_tell(flif->fd)) < 0)
goto oseterr;
if((err = pj_fli_seek_first... | 23.125 | 79 | 0.643243 |
4c3420825286a1a842c7e27f1b4b76807d79af93 | 4,422 | php | PHP | src/AppBundle/Services/RemoteHandlerTools.php | survos/remote | 595153564aecd2c15865220b02c77392f221a145 | [
"MIT"
] | null | null | null | src/AppBundle/Services/RemoteHandlerTools.php | survos/remote | 595153564aecd2c15865220b02c77392f221a145 | [
"MIT"
] | 1 | 2017-02-21T22:42:19.000Z | 2017-02-21T22:42:19.000Z | src/AppBundle/Services/RemoteHandlerTools.php | survos/remote | 595153564aecd2c15865220b02c77392f221a145 | [
"MIT"
] | null | null | null | <?php
namespace AppBundle\Services;
use Survos\Client\SurvosClient;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\OptionsResolver\OptionsResolver;
use Survos\Client\Resource\ChannelResource;
class RemoteHandlerTools
{
private $platformPath;
/** @var OutputInterface */
privat... | 31.585714 | 127 | 0.543419 |
71ccfcbe8676e465413d394175ba7b5db957e549 | 1,717 | tsx | TypeScript | src/components/Posts/PostsPagination.tsx | aggrep/aggrep-ui | b95bbc28811c9a328057e83e53307fc68db92a29 | [
"MIT"
] | null | null | null | src/components/Posts/PostsPagination.tsx | aggrep/aggrep-ui | b95bbc28811c9a328057e83e53307fc68db92a29 | [
"MIT"
] | 1 | 2021-05-10T20:19:41.000Z | 2021-05-10T20:19:41.000Z | src/components/Posts/PostsPagination.tsx | dkrichards86/aggrep-ui | b95bbc28811c9a328057e83e53307fc68db92a29 | [
"MIT"
] | null | null | null | import React from 'react';
import { useDispatch } from 'react-redux';
import { TablePagination } from '@material-ui/core';
import { makeStyles } from '@material-ui/core/styles';
import { setFilter } from 'store/actions';
import { RootState } from 'store/reducers';
import { useSelector } from 'store/types';
const useS... | 30.122807 | 80 | 0.554455 |
e435b626dde7c872babbdbfc2ac38d26b031d332 | 1,665 | kt | Kotlin | app/src/main/java/com/ch8n/thatsmine/MainActivity.kt | ch8n/Jetpack-compose-thatsMine | 25f1d73865fe57bfed49a88d56eff52a011b2c4f | [
"Apache-2.0"
] | 8 | 2021-03-11T10:11:46.000Z | 2022-02-23T17:11:40.000Z | app/src/main/java/com/ch8n/thatsmine/MainActivity.kt | ch8n/Jetpack-compose-thatsMine | 25f1d73865fe57bfed49a88d56eff52a011b2c4f | [
"Apache-2.0"
] | 1 | 2020-11-08T07:13:45.000Z | 2020-11-08T07:13:45.000Z | app/src/main/java/com/ch8n/thatsmine/MainActivity.kt | ch8n/Jetpack-compose-thatsMine | 25f1d73865fe57bfed49a88d56eff52a011b2c4f | [
"Apache-2.0"
] | null | null | null | package com.ch8n.thatsmine
import android.os.Bundle
import androidx.appcompat.app.AppCompatActivity
import androidx.compose.foundation.Text
import androidx.compose.material.MaterialTheme
import androidx.compose.material.Surface
import androidx.compose.runtime.Composable
import androidx.compose.ui.platform.setContent
i... | 33.3 | 101 | 0.765165 |
b63509fee93f44909fab105f21a939d9c20b6a68 | 1,002 | rb | Ruby | tools/build/lib/nhsx/helpers/lambda.rb | shehir12/covid19-app-system-public | 63184012d85335f7c499fe41ab534a0ef935a4b8 | [
"MIT"
] | 169 | 2020-08-13T12:38:01.000Z | 2021-02-26T09:01:35.000Z | tools/build/lib/nhsx/helpers/lambda.rb | shehir12/covid19-app-system-public | 63184012d85335f7c499fe41ab534a0ef935a4b8 | [
"MIT"
] | 30 | 2020-09-24T08:41:19.000Z | 2020-11-09T15:37:11.000Z | tools/build/lib/nhsx/helpers/lambda.rb | shehir12/covid19-app-system-public | 63184012d85335f7c499fe41ab534a0ef935a4b8 | [
"MIT"
] | 40 | 2020-08-13T12:01:07.000Z | 2021-01-27T12:05:31.000Z | require 'fileutils'
require 'json'
require_relative 'target'
require_relative 'venv'
require_relative '../../gaudi/helpers/utilities'
module NHSx
# Methods to query and manipulate the target environment
module Lambda
include NHSx::Venv
include Gaudi::Utilities
PYTHON_ACTIVE_BIN = 'bin/activate'
TM... | 23.857143 | 58 | 0.650699 |
c31a2293135ae52e39045d27737d4ee940a0b4ef | 392 | go | Go | ghost/vector_test.go | alexyer/ghost | 7bcfc8b5e005cccbb61949c932c3c5949f51f080 | [
"MIT"
] | 5 | 2015-12-30T21:45:50.000Z | 2019-06-21T09:45:02.000Z | ghost/vector_test.go | alexyer/ghost | 7bcfc8b5e005cccbb61949c932c3c5949f51f080 | [
"MIT"
] | 15 | 2015-11-11T00:14:17.000Z | 2016-02-01T12:41:42.000Z | ghost/vector_test.go | alexyer/ghost | 7bcfc8b5e005cccbb61949c932c3c5949f51f080 | [
"MIT"
] | 3 | 2016-01-09T08:42:58.000Z | 2018-09-28T14:13:36.000Z | package ghost
import "testing"
func TestVectorPush(t *testing.T) {
vec := vector{}
vec.Push(node{"key", "val"})
vec.Push(node{"key1", "val1"})
vec.Push(node{"key2", "val2"})
vec.Push(node{"key3", "val3"})
index := vec.Find("key1")
if index == -1 {
t.Errorf("Expected index, got -1")
}
vec.Pop(index)
in... | 15.076923 | 36 | 0.594388 |
be10d6972f1f63b878bc2fa0a7b71e041672e4ae | 37 | sql | SQL | SQL2/pg_catalog/tables/pg_available_extensions.sql | andrewp-as-is/postgresql-examples | a93af3600e65c20c9b3774bfcf245adf11d5cf1f | [
"Unlicense"
] | null | null | null | SQL2/pg_catalog/tables/pg_available_extensions.sql | andrewp-as-is/postgresql-examples | a93af3600e65c20c9b3774bfcf245adf11d5cf1f | [
"Unlicense"
] | null | null | null | SQL2/pg_catalog/tables/pg_available_extensions.sql | andrewp-as-is/postgresql-examples | a93af3600e65c20c9b3774bfcf245adf11d5cf1f | [
"Unlicense"
] | null | null | null | select * from pg_available_extensions | 37 | 37 | 0.891892 |
2edf58c0177046ae18385469679671b1b5dff220 | 3,129 | asm | Assembly | src/setup.asm | freem/freem_pong | e7236e05d304cafe5ac7341bbc05607e5c3172c4 | [
"Unlicense"
] | 1 | 2021-09-13T18:05:13.000Z | 2021-09-13T18:05:13.000Z | src/setup.asm | freem/freem_pong | e7236e05d304cafe5ac7341bbc05607e5c3172c4 | [
"Unlicense"
] | 4 | 2016-07-10T20:59:49.000Z | 2016-07-10T21:02:25.000Z | src/setup.asm | freem/freem_pong | e7236e05d304cafe5ac7341bbc05607e5c3172c4 | [
"Unlicense"
] | null | null | null | ; Program Setup
;==============================================================================;
ProgramSetup:
; lots of this will differ for PCE/NES.
;==============================================================================;
; NES-specific section
;==============================================================... | 21 | 80 | 0.613934 |
0efeb4250ee4dda6d678d8c448a8685947127a01 | 47 | ts | TypeScript | libs/thunder/other-pages/feature/src/public_api.ts | VincentThomas06/Codebase | cf3194b24a567e5842c8bb616817b4cf23a07125 | [
"MIT"
] | 2 | 2022-02-21T23:15:46.000Z | 2022-02-28T07:59:25.000Z | libs/thunder/other-pages/feature/src/public_api.ts | VincentThomas06/Codebase | cf3194b24a567e5842c8bb616817b4cf23a07125 | [
"MIT"
] | 81 | 2022-02-21T16:48:36.000Z | 2022-03-16T22:25:41.000Z | libs/thunder/other-pages/feature/src/public_api.ts | VincentThomas06/Codebase | cf3194b24a567e5842c8bb616817b4cf23a07125 | [
"MIT"
] | 1 | 2022-02-22T21:51:26.000Z | 2022-02-22T21:51:26.000Z | export * from './404';
export * from './home';
| 15.666667 | 23 | 0.574468 |
2663b987be60266705792d28e6e38e2bdb980af0 | 629 | java | Java | app/src/main/java/com/sleep/sleepapp/ProfilePatient.java | oliver-leung/hh-sleepapp | 1238a5f2f4aa10cec1e0944b28dc184b3fba2f0d | [
"MIT"
] | null | null | null | app/src/main/java/com/sleep/sleepapp/ProfilePatient.java | oliver-leung/hh-sleepapp | 1238a5f2f4aa10cec1e0944b28dc184b3fba2f0d | [
"MIT"
] | null | null | null | app/src/main/java/com/sleep/sleepapp/ProfilePatient.java | oliver-leung/hh-sleepapp | 1238a5f2f4aa10cec1e0944b28dc184b3fba2f0d | [
"MIT"
] | null | null | null | package com.sleep.sleepapp;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.TextView;
/**
* Created by vivian on 3/3/18.
*/
public class ProfilePatient extends AppCompatActivity{
@Override
protected void onCreate(Bundle savedInstanceState) {
super.on... | 25.16 | 56 | 0.704293 |
515e4192e424d0d242b15d3837038c58bd11dc27 | 3,182 | swift | Swift | Tests/APIServiceTests/Github+ServicesTests.swift | imindeu/cci | ee707f85a274c8ecb26dc8745ab847a9e3220956 | [
"MIT"
] | null | null | null | Tests/APIServiceTests/Github+ServicesTests.swift | imindeu/cci | ee707f85a274c8ecb26dc8745ab847a9e3220956 | [
"MIT"
] | 1 | 2021-12-11T10:45:52.000Z | 2021-12-11T10:45:52.000Z | Tests/APIServiceTests/Github+ServicesTests.swift | imindeu/cci | ee707f85a274c8ecb26dc8745ab847a9e3220956 | [
"MIT"
] | null | null | null | //
// Github+ServicesTests.swift
// APIConnectTests
//
// Created by Peter Geszten-Kovacs on 2019. 01. 07..
//
import APIConnect
import APIModels
import XCTest
import JWT
import HTTP
@testable import APIService
class GithubServicesTests: XCTestCase {
func testVerify() throws {
let signature = "sha1=2... | 35.355556 | 103 | 0.691075 |
2dac453c09f92f9b2a3bc80e5fc96e517d343a67 | 1,788 | html | HTML | Val_datos/fotografias/index.html | AlexGtz26/archivos-frontend | ea4e47bcd63693ab659f0bb543a114933ee5017d | [
"MIT"
] | null | null | null | Val_datos/fotografias/index.html | AlexGtz26/archivos-frontend | ea4e47bcd63693ab659f0bb543a114933ee5017d | [
"MIT"
] | 1 | 2021-05-11T05:05:13.000Z | 2021-05-11T05:05:13.000Z | fotografias/index.html | AlejandroEchavarria/ProgramacionFrontEnd | 80f4ff0c235b4ff6e6bea6348e005f23c42a85f0 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Api fotografias</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8... | 35.76 | 215 | 0.568233 |
fb6c3d75ad3c09d6faf7d2b9df0ea3c3f94f8d41 | 3,772 | java | Java | src/main/java/net/tridentsdk/server/packet/play/PlayInPlayerDig.java | JLLeitschuh/Trident | 54a44513c60e116b37c84194e2ef9bbc77dfd291 | [
"Apache-2.0"
] | 51 | 2015-01-03T01:59:02.000Z | 2022-01-13T07:27:25.000Z | src/main/java/net/tridentsdk/server/packet/play/PlayInPlayerDig.java | JLLeitschuh/Trident | 54a44513c60e116b37c84194e2ef9bbc77dfd291 | [
"Apache-2.0"
] | 51 | 2015-01-08T17:47:19.000Z | 2018-03-11T05:32:03.000Z | src/main/java/net/tridentsdk/server/packet/play/PlayInPlayerDig.java | JLLeitschuh/Trident | 54a44513c60e116b37c84194e2ef9bbc77dfd291 | [
"Apache-2.0"
] | 5,599 | 2015-01-03T18:51:24.000Z | 2020-02-11T15:47:07.000Z | /*
* Trident - A Multithreaded Server Alternative
* Copyright 2017 The TridentSDK Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.... | 33.380531 | 116 | 0.610286 |
26b5d638e2bc97a3363f0d13e30ce4cf2296e985 | 525 | java | Java | edu/cmsoft/adapterexample/IConnectable.java | carlosdeveloper10/AdapterPatternExample | 189f601f7f495f0fd9a420d505a31f5c53fa27dc | [
"MIT"
] | null | null | null | edu/cmsoft/adapterexample/IConnectable.java | carlosdeveloper10/AdapterPatternExample | 189f601f7f495f0fd9a420d505a31f5c53fa27dc | [
"MIT"
] | null | null | null | edu/cmsoft/adapterexample/IConnectable.java | carlosdeveloper10/AdapterPatternExample | 189f601f7f495f0fd9a420d505a31f5c53fa27dc | [
"MIT"
] | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package edu.cmsoft.adapterexample;
/**
* Provides a groups of methods to connect a plug.
*
* You can see it like a "elect... | 25 | 80 | 0.706667 |
56b6ef3f65b3db311194620592d8ce0acaf12b78 | 817 | go | Go | cmd/plannergen/plannergen.go | DaveHarrington/latex-yearly-planner | aef0648920360b22c7584a3b13c9db1f88e6f340 | [
"MIT"
] | 133 | 2021-08-11T16:47:10.000Z | 2022-03-31T07:49:05.000Z | cmd/plannergen/plannergen.go | DaveHarrington/latex-yearly-planner | aef0648920360b22c7584a3b13c9db1f88e6f340 | [
"MIT"
] | 6 | 2021-08-11T17:27:38.000Z | 2022-02-14T18:52:31.000Z | cmd/plannergen/plannergen.go | DaveHarrington/latex-yearly-planner | aef0648920360b22c7584a3b13c9db1f88e6f340 | [
"MIT"
] | 26 | 2021-08-11T17:36:51.000Z | 2022-03-24T16:08:42.000Z | package main
import (
"context"
"errors"
"fmt"
"os"
"strings"
"github.com/kudrykv/latex-yearly-planner/app"
)
var code int
func main() {
ctx := context.Background()
defer func() { os.Exit(code) }()
shouldExit("", app.New().RunContext(ctx, os.Args))
}
func shouldExit(msg string, err error) bool {
if err ... | 14.589286 | 51 | 0.618115 |
46916c429d10fcf808b4277d88f60c7223cdd906 | 972 | asm | Assembly | Data/INPUT_ADD.asm | Anikcb/Microprocessor | b17c805dce1b09c0a12f05c3f0014a5d40c2ed53 | [
"MIT"
] | null | null | null | Data/INPUT_ADD.asm | Anikcb/Microprocessor | b17c805dce1b09c0a12f05c3f0014a5d40c2ed53 | [
"MIT"
] | null | null | null | Data/INPUT_ADD.asm | Anikcb/Microprocessor | b17c805dce1b09c0a12f05c3f0014a5d40c2ed53 | [
"MIT"
] | null | null | null |
.Model Small
.Stack 100h
.Data
.Code
main Proc
MOV ax, @data
MOV ds, ax
MOV AH, 1
INT 21h
MOV bl, al
SUB bl, 48
MOV AH, 2
MOV DL, 10
INT 21H
MOV AH, 2
MOV DL, 13
INT 21H
MOV... | 11.302326 | 30 | 0.328189 |
e81effc4e4c8204220d05aac06c099942d168869 | 3,675 | swift | Swift | Project/Project/Base/Initialization.swift | PFei-He/Project-Swift | 58abe08bb8c57dcb8da5bded13e992bc3722eea3 | [
"MIT"
] | 3 | 2016-06-04T14:03:56.000Z | 2021-04-24T15:25:07.000Z | Project/Project/Base/Initialization.swift | PFei-He/Project-Swift | 58abe08bb8c57dcb8da5bded13e992bc3722eea3 | [
"MIT"
] | null | null | null | Project/Project/Base/Initialization.swift | PFei-He/Project-Swift | 58abe08bb8c57dcb8da5bded13e992bc3722eea3 | [
"MIT"
] | null | null | null | //
// Initialization.swift
// Project
//
// Created by PFei_He on 16/5/10.
// Copyright © 2016年 PFei_He. All rights reserved.
//
// __________ __________ _________ ___________ ___________ __________ ___________
// | _______ \ | _______ \ / _______ \ |______ __|| _________| / _________||____ __... | 38.684211 | 150 | 0.591565 |
9ad7c3b4cbc0110f6280d9eef82ddbb41b394b97 | 151 | ps1 | PowerShell | 1-Lesson-Plans/07-Windows-Administration-and-Hardening/2/Activities/09_Removing_Packages/Solved/removepackages.ps1 | BaleBase/lala | 33193a7dd3563c7636493e52fa9a4956ec4b9dc6 | [
"CNRI-Python"
] | null | null | null | 1-Lesson-Plans/07-Windows-Administration-and-Hardening/2/Activities/09_Removing_Packages/Solved/removepackages.ps1 | BaleBase/lala | 33193a7dd3563c7636493e52fa9a4956ec4b9dc6 | [
"CNRI-Python"
] | null | null | null | 1-Lesson-Plans/07-Windows-Administration-and-Hardening/2/Activities/09_Removing_Packages/Solved/removepackages.ps1 | BaleBase/lala | 33193a7dd3563c7636493e52fa9a4956ec4b9dc6 | [
"CNRI-Python"
] | 1 | 2021-06-08T06:50:23.000Z | 2021-06-08T06:50:23.000Z | $csv = Import-Csv -Path .\chocoactivity.csv
foreach ($package in $csv) {
choco uninstall -y $package.name
Write-Output $package.name removed!
} | 30.2 | 43 | 0.701987 |
abda01e0b47ce5dc70ae996b02b92f62861d6872 | 1,267 | go | Go | src/github.com/lss/webapp/main.go | mohamedkashifuddin/Web-application-with-golang | 41589c82596ccb538464423351d54eaf87d36acf | [
"MIT"
] | null | null | null | src/github.com/lss/webapp/main.go | mohamedkashifuddin/Web-application-with-golang | 41589c82596ccb538464423351d54eaf87d36acf | [
"MIT"
] | null | null | null | src/github.com/lss/webapp/main.go | mohamedkashifuddin/Web-application-with-golang | 41589c82596ccb538464423351d54eaf87d36acf | [
"MIT"
] | null | null | null | package main
import (
"html/template"
"log"
"net/http"
)
func main() {
templates := populateTemplates()
//http.ListenAndServe(":3006", http.FileServer(http.Dir("/Users/Admin/Desktop/go-workspace/Web-application-with-golang/public/")))
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
request... | 30.902439 | 131 | 0.705604 |
8174ce88f086baadf98a44f51fed20628a5aba49 | 12,191 | rs | Rust | devices/src/usb/xhci/xhci_abi_schema.rs | g2p/crosvm | 0e6bb00b90d5ee3c002fc95a22217afe90fe0c52 | [
"BSD-3-Clause"
] | null | null | null | devices/src/usb/xhci/xhci_abi_schema.rs | g2p/crosvm | 0e6bb00b90d5ee3c002fc95a22217afe90fe0c52 | [
"BSD-3-Clause"
] | null | null | null | devices/src/usb/xhci/xhci_abi_schema.rs | g2p/crosvm | 0e6bb00b90d5ee3c002fc95a22217afe90fe0c52 | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2018 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.
use bit_field::*;
use std;
// TODO(jkwang) move these to bitfield crate.
type B0 = BitField0;
type B1 = BitField1;
type B2 = BitField2;
type B3 = BitF... | 22.409926 | 81 | 0.65737 |
e50f5e1bff9ff3d3a03eb0a772e7854c1aeef8c2 | 839 | html | HTML | dictionary/templates/dictionary/play_game.html | imcinerney/argot | 570e90fa6a4637b61e8ca1f223642a9fe060308b | [
"MIT"
] | 2 | 2018-12-15T21:06:40.000Z | 2018-12-21T01:19:13.000Z | dictionary/templates/dictionary/play_game.html | imcinerney/argot | 570e90fa6a4637b61e8ca1f223642a9fe060308b | [
"MIT"
] | 21 | 2018-11-02T16:47:38.000Z | 2019-02-26T02:39:38.000Z | dictionary/templates/dictionary/play_game.html | imcinerney/argot | 570e90fa6a4637b61e8ca1f223642a9fe060308b | [
"MIT"
] | null | null | null | {% extends 'argot/default_header.html' %}
{% block content %}
<h1>Welcome to the vocab game. The word list is {{word_list.list_name}}</h1>
<h1>{{msg}}</h1>
<p>Select the word that most closely describes {{ test_word }}</p>
<form action="{% url 'dictionary:play_game' word_list.id %}" method="POST">
{% csrf_token %}
{... | 36.478261 | 87 | 0.643623 |
78b55e40846cf4a6499d4bb4818e7e5024b84a5a | 128 | ps1 | PowerShell | Libraries/fact.ps1 | meop/powershell | b016879c94f4c17ea4ee4e9d8ff26d178225aa80 | [
"MIT"
] | null | null | null | Libraries/fact.ps1 | meop/powershell | b016879c94f4c17ea4ee4e9d8ff26d178225aa80 | [
"MIT"
] | null | null | null | Libraries/fact.ps1 | meop/powershell | b016879c94f4c17ea4ee4e9d8ff26d178225aa80 | [
"MIT"
] | null | null | null | function Get-Fact (
[Parameter(Mandatory = $false)] $Config = (Get-ProfileConfig)
) {
Read-Fact $Config['fact']['uri']
} | 25.6 | 65 | 0.632813 |
d5462325b6bedd015b3dad2ea0f885cb9a86bb29 | 848 | swift | Swift | V2EX/V2EX/Class/Protocol/SegueHandlerType.swift | ZwxWhite/V2EX | b0c5bc4481a6b3d3ba08542f9e7ac2e48c571f62 | [
"MIT"
] | 9 | 2015-12-24T07:05:07.000Z | 2017-10-31T07:35:38.000Z | V2EX/V2EX/Class/Protocol/SegueHandlerType.swift | ZwxWhite/V2EX | b0c5bc4481a6b3d3ba08542f9e7ac2e48c571f62 | [
"MIT"
] | null | null | null | V2EX/V2EX/Class/Protocol/SegueHandlerType.swift | ZwxWhite/V2EX | b0c5bc4481a6b3d3ba08542f9e7ac2e48c571f62 | [
"MIT"
] | null | null | null | //
// SegueHandlerType.swift
// V2EX
//
// Created by wenxuan.zhang on 16/3/2.
// Copyright © 2016年 张文轩. All rights reserved.
//
import UIKit
protocol SegueHandlerType {
associatedtype SegueIdentifier: RawRepresentable
}
extension SegueHandlerType where Self: UIViewController, SegueIdentifier.RawValue == Str... | 29.241379 | 93 | 0.705189 |
dd85fc6d228d1b99b60703ff60fcffe3d0f945ab | 5,262 | php | PHP | util.php | cmllr/honeypress | 38b4f1d2968c6a7f056e0e1dcae8c34347f6990d | [
"Apache-2.0"
] | null | null | null | util.php | cmllr/honeypress | 38b4f1d2968c6a7f056e0e1dcae8c34347f6990d | [
"Apache-2.0"
] | null | null | null | util.php | cmllr/honeypress | 38b4f1d2968c6a7f056e0e1dcae8c34347f6990d | [
"Apache-2.0"
] | null | null | null | <?php
/*
Copyright 2021-2022 https://github.com/cmllr
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 requir... | 27.123711 | 129 | 0.605663 |
3d53804dbfff7cd208c660824243723710752865 | 491 | asm | Assembly | data/sprites/sprite_mons.asm | genterz/pokecross | 5e62ab6c23e624ea82d599af306f9c52d768a8b4 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/sprites/sprite_mons.asm | genterz/pokecross | 5e62ab6c23e624ea82d599af306f9c52d768a8b4 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/sprites/sprite_mons.asm | genterz/pokecross | 5e62ab6c23e624ea82d599af306f9c52d768a8b4 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | SpriteMons:
; entries correspond to SPRITE_* constants past SPRITE_POKEMON
db UNOWN
db GEODUDE
db GROWLITHE
db WEEDLE
db SHELLDER
db ODDISH
db GENGAR
db ZUBAT
db MAGIKARP
db SQUIRTLE
db TOGEPI
db BUTTERFREE
db DIGLETT
db POLIWAG
db PIKACHU
db CLEFAIRY
db CHARMANDER
db JYNX
db STARMIE
db BULBASAUR
d... | 12.921053 | 62 | 0.761711 |
31d7b5335b7babfb59e036eb1fd7721551ae61c7 | 3,497 | ps1 | PowerShell | functions/Remove-DbaAgentOperator.ps1 | kaysauter/dbatools | 75aa7e330a161883713107807e511c4a186569ea | [
"MIT"
] | 1 | 2021-06-29T08:18:21.000Z | 2021-06-29T08:18:21.000Z | functions/Remove-DbaAgentOperator.ps1 | kaysauter/dbatools | 75aa7e330a161883713107807e511c4a186569ea | [
"MIT"
] | 1 | 2019-11-05T02:02:22.000Z | 2019-11-05T02:02:22.000Z | functions/Remove-DbaAgentOperator.ps1 | slimrich/dbatools | eb515c5ef82354b28ece0b3eaa2e72ff46e05b42 | [
"MIT"
] | 1 | 2016-08-24T10:53:18.000Z | 2016-08-24T10:53:18.000Z | function Remove-DbaAgentOperator {
<#
.SYNOPSIS
Removes a new operator on an instance.
.DESCRIPTION
Drop an operator from SQL Agent.
.PARAMETER SqlInstance
The target SQL Server instance or instances. You must have sysadmin access and server version must be SQL Server version 2... | 38.428571 | 145 | 0.652845 |
4d9b14749c5695bcc479382e499c7c940e17b931 | 1,253 | asm | Assembly | programs/oeis/020/A020989.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/020/A020989.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/020/A020989.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A020989: a(n) = (5*4^n - 2)/3.
; 1,6,26,106,426,1706,6826,27306,109226,436906,1747626,6990506,27962026,111848106,447392426,1789569706,7158278826,28633115306,114532461226,458129844906,1832519379626,7330077518506,29320310074026,117281240296106,469124961184426,1876499844737706,7505999378950826,30023997515803306,12009599... | 139.222222 | 1,171 | 0.916999 |
90a43dd2bd8b809b5f55cd0954b119c538d84242 | 9,686 | py | Python | src/sas/sasgui/guiframe/local_perspectives/plotting/SimplePlot.py | opendatafit/sasview | c470220eecfc9f6d8a0e27e2ea8919dcb1b38e39 | [
"BSD-3-Clause"
] | null | null | null | src/sas/sasgui/guiframe/local_perspectives/plotting/SimplePlot.py | opendatafit/sasview | c470220eecfc9f6d8a0e27e2ea8919dcb1b38e39 | [
"BSD-3-Clause"
] | 1 | 2021-09-20T13:20:35.000Z | 2021-09-20T13:20:35.000Z | src/sas/sasgui/guiframe/local_perspectives/plotting/SimplePlot.py | opendatafit/sasview | c470220eecfc9f6d8a0e27e2ea8919dcb1b38e39 | [
"BSD-3-Clause"
] | null | null | null | """
Simple Plot Frame : supporting only copy, print, scale
"""
import wx
from sas.sasgui.guiframe.local_perspectives.plotting.Plotter2D import ModelPanel2D as PlotPanel
from sas.sasgui.plottools.toolbar import NavigationToolBar
from sas.sasgui.plottools.plottables import Graph
from sas.sasgui.guiframe.utils import Pane... | 29.530488 | 95 | 0.569069 |
717a3c14bce0fe1c892e98a93b391b6460e69d8b | 40 | ts | TypeScript | js/roundAboutRight16.d.ts | ArcGIS/calcite-ui-icons-public | 5d3ae99698240e753e020f4fa3cb0386e01e3fb7 | [
"FSFAP"
] | 56 | 2018-08-06T18:28:15.000Z | 2022-03-13T05:12:05.000Z | js/roundAboutRight16.d.ts | ArcGIS/calcite-ui-icons-public | 5d3ae99698240e753e020f4fa3cb0386e01e3fb7 | [
"FSFAP"
] | 155 | 2018-08-09T16:18:29.000Z | 2022-03-19T00:53:10.000Z | js/roundAboutRight16.d.ts | ArcGIS/calcite-ui-icons-public | 5d3ae99698240e753e020f4fa3cb0386e01e3fb7 | [
"FSFAP"
] | 18 | 2019-01-10T04:55:33.000Z | 2022-03-25T13:15:12.000Z | export const roundAboutRight16: string;
| 20 | 39 | 0.85 |
19e7c9d9c2b6e9231b6a2814da62a79579b044bc | 1,654 | swift | Swift | part-1-functions/part-1-functions-starter.playground/Pages/06 - Challenge - Overloads & Parameters.xcplaygroundpage/Contents.swift | EdwardGoomba/swiftFunctionTypes | 7bbfe58f7d559f6f46cc44998d051637fd1984f6 | [
"Apache-2.0"
] | null | null | null | part-1-functions/part-1-functions-starter.playground/Pages/06 - Challenge - Overloads & Parameters.xcplaygroundpage/Contents.swift | EdwardGoomba/swiftFunctionTypes | 7bbfe58f7d559f6f46cc44998d051637fd1984f6 | [
"Apache-2.0"
] | null | null | null | part-1-functions/part-1-functions-starter.playground/Pages/06 - Challenge - Overloads & Parameters.xcplaygroundpage/Contents.swift | EdwardGoomba/swiftFunctionTypes | 7bbfe58f7d559f6f46cc44998d051637fd1984f6 | [
"Apache-2.0"
] | null | null | null | //: [⇐ Previous: 05 - Advanced Parameters](@previous)
//: ## Episode 06 - Challenge - Overloads & Parameters
/*:
## Challenge 1
Write two possible overloads for the function below. You can use...
* a different number of parameters
* different argument labels
* different parameter types
* different return types
*... | 23.971014 | 73 | 0.614268 |
16d0d3e577a7e3f9dbe32c61ada47ceabc161b39 | 11,433 | ts | TypeScript | src/main.ts | LonelySteve/Handwriting | 5e39509312c4ccaea3a633181291d2d069fc643b | [
"MIT"
] | null | null | null | src/main.ts | LonelySteve/Handwriting | 5e39509312c4ccaea3a633181291d2d069fc643b | [
"MIT"
] | null | null | null | src/main.ts | LonelySteve/Handwriting | 5e39509312c4ccaea3a633181291d2d069fc643b | [
"MIT"
] | null | null | null | import debounce = require("lodash.debounce");
import merge = require("lodash.merge");
import { HandwritingData, RecognitionResult } from "./abstract";
import { addEventListeners, removeEventListeners } from "./events";
import { Service } from "./services";
import { getQQShuruService } from "./services/qqShuru";
export... | 25.463252 | 129 | 0.631505 |
b982e16412a0e392803028e64b21209255b4803b | 436 | ps1 | PowerShell | build/build_release_LoadReporting.ps1 | ProSuite/quaestor-mini-cluster | e9fc7371223722355baa0daca4c28ed1f831aa62 | [
"MIT"
] | null | null | null | build/build_release_LoadReporting.ps1 | ProSuite/quaestor-mini-cluster | e9fc7371223722355baa0daca4c28ed1f831aa62 | [
"MIT"
] | null | null | null | build/build_release_LoadReporting.ps1 | ProSuite/quaestor-mini-cluster | e9fc7371223722355baa0daca4c28ed1f831aa62 | [
"MIT"
] | null | null | null | # Builds the QA service definitions to the output directory
# The relevant output is
# - ProSuite.Microservices.Definitions.Shared.*
# - ProSuite.Microservices.Definitions.QA.*
# These assemblies can be checked into the consuming repo's lib folder.
cd $PSScriptRoot
mode con:cols=200 lines=15000
dotnet build ..\src\Q... | 33.538462 | 130 | 0.802752 |
04a788f4ea997e7e340f1a37d7bc140674426f48 | 2,342 | java | Java | Data-Structures-Homeworks/HW1/141044058_HW1_ CSE222/141044058/src/main/java/com/mycompany/hw01_141044058_aliyasin_eser/AbstractAssignable.java | aliyasineser/GTU_Homeworks | d98502674788b86683edefce442989bb4f7a464b | [
"Apache-2.0"
] | 7 | 2018-10-20T12:50:00.000Z | 2021-11-29T23:47:06.000Z | Data-Structures-Homeworks/HW1/141044058_HW1_ CSE222/141044058/src/main/java/com/mycompany/hw01_141044058_aliyasin_eser/AbstractAssignable.java | aliyasineser/GTU_Homeworks | d98502674788b86683edefce442989bb4f7a464b | [
"Apache-2.0"
] | null | null | null | Data-Structures-Homeworks/HW1/141044058_HW1_ CSE222/141044058/src/main/java/com/mycompany/hw01_141044058_aliyasin_eser/AbstractAssignable.java | aliyasineser/GTU_Homeworks | d98502674788b86683edefce442989bb4f7a464b | [
"Apache-2.0"
] | null | null | null | package com.mycompany.hw01_141044058_aliyasin_eser;
import java.util.ArrayList;
/**
* Abstract assignable class. Assignable is the class that student class uses
* for linking their hw, project and quizes with course's assignments.
*
* @author Ali Yasin Eser
*/
public class AbstractAssignable implements Interface... | 26.314607 | 129 | 0.673783 |
9f782ac240988dadce56056997cc42d3bc7d83ef | 633 | swift | Swift | iOS/SpiderByte/AnnouncementDataSource.swift | ritonlaveur/spider-byte | 8aeed8a4752217755ca665cceb20a2e1ac7d58d3 | [
"Unlicense",
"MIT"
] | 2 | 2019-01-24T14:21:56.000Z | 2019-01-24T14:22:01.000Z | iOS/SpiderByte/AnnouncementDataSource.swift | dimitrisppt/Communication-App-Group-Project | d29c5aada6159f4a8d1eb7f554d4032690b74344 | [
"MIT",
"Unlicense"
] | null | null | null | iOS/SpiderByte/AnnouncementDataSource.swift | dimitrisppt/Communication-App-Group-Project | d29c5aada6159f4a8d1eb7f554d4032690b74344 | [
"MIT",
"Unlicense"
] | 1 | 2020-05-25T14:41:17.000Z | 2020-05-25T14:41:17.000Z | //
// AnnouncementDataSource.swift
// SpiderByte
//
// Created by Alin Fulga on 19/03/2018.
// Copyright © 2018 King's College London. All rights reserved.
//
import UIKit
import FirebaseDatabaseUI
import FontAwesomeIconFactory
/** This class contains the functions for the data source of the announcement page of... | 27.521739 | 107 | 0.733017 |
a19b2d22597c400c128c2d398cc643369532c9d7 | 2,844 | h | C | src/GStreamerLoader.h | gspeedtech/Audacity | 570c5651c5934469c18dad25db03f05076f91225 | [
"CC-BY-3.0"
] | 16 | 2015-01-26T18:58:26.000Z | 2017-11-12T05:42:58.000Z | src/GStreamerLoader.h | gspeedtech/Audacity | 570c5651c5934469c18dad25db03f05076f91225 | [
"CC-BY-3.0"
] | null | null | null | src/GStreamerLoader.h | gspeedtech/Audacity | 570c5651c5934469c18dad25db03f05076f91225 | [
"CC-BY-3.0"
] | 7 | 2015-04-13T20:01:00.000Z | 2021-07-05T09:28:22.000Z | /**********************************************************************
Audacity: A Digital Audio Editor
GStreamerLoader.h
Audacity(R) is copyright (c) 1999-2008 Audacity Team.
License: GPL v2. See License.txt.
******************************************************************//**
Describes shared object that is ... | 27.346154 | 80 | 0.576653 |
bceecb593698a92b374b68002768c30e0e902259 | 404 | swift | Swift | ListManager/Classes/ViewModel.swift | nikitskynikita/ListManager | 40789d393e108825e21edfaac05be60a9978613d | [
"MIT"
] | null | null | null | ListManager/Classes/ViewModel.swift | nikitskynikita/ListManager | 40789d393e108825e21edfaac05be60a9978613d | [
"MIT"
] | null | null | null | ListManager/Classes/ViewModel.swift | nikitskynikita/ListManager | 40789d393e108825e21edfaac05be60a9978613d | [
"MIT"
] | null | null | null | //
// ViewModel.swift
// ListManager
//
// Created by Nikita Nikitsky on 03/27/2020.
// Copyright (c) 2020 Nikita Nikitsky. All rights reserved.
//
/// Маркер модели представления.
public protocol ViewModel {}
public extension ViewModel {
/** Наименование типа, помеченного как модель представления `View... | 21.263158 | 79 | 0.693069 |
3b54ef5547eb8e1571d47a8aa1bafa1bc7e66ad0 | 2,350 | h | C | source/core/math/sampling.h | RichieSams/lantern | eab413264d958a81914e8d4463bae9449e5ca3e4 | [
"Apache-2.0"
] | 16 | 2017-01-24T02:33:17.000Z | 2021-10-11T14:49:42.000Z | source/core/math/sampling.h | RichieSams/lantern | eab413264d958a81914e8d4463bae9449e5ca3e4 | [
"Apache-2.0"
] | null | null | null | source/core/math/sampling.h | RichieSams/lantern | eab413264d958a81914e8d4463bae9449e5ca3e4 | [
"Apache-2.0"
] | 3 | 2016-10-14T03:19:43.000Z | 2021-11-16T16:51:58.000Z | /* Lantern - A path tracer
*
* Lantern is the legal property of Adrian Astley
* Copyright Adrian Astley 2015 - 2016
*/
#pragma once
#include "math/vector_types.h"
#include "math/uniform_sampler.h"
#include "math/vector_math.h"
namespace Lantern {
inline float PowerHeuristic(uint numf, float fPdf, uint numg, float ... | 27.011494 | 98 | 0.686809 |
12b6221b37fd415678e559dbe7488e961b966073 | 640 | swift | Swift | Pods/Argo/Argo/Extensions/RawRepresentable.swift | UniqueQiu/ZhiHu | b6b31c45d0eb997a8a54d2407fb7a1655eb37ae0 | [
"Apache-2.0"
] | 4 | 2015-11-11T04:44:34.000Z | 2017-08-02T07:29:22.000Z | Pods/Argo/Argo/Extensions/RawRepresentable.swift | UniqueQiu/ZhiHu | b6b31c45d0eb997a8a54d2407fb7a1655eb37ae0 | [
"Apache-2.0"
] | null | null | null | Pods/Argo/Argo/Extensions/RawRepresentable.swift | UniqueQiu/ZhiHu | b6b31c45d0eb997a8a54d2407fb7a1655eb37ae0 | [
"Apache-2.0"
] | 3 | 2016-01-15T11:33:54.000Z | 2021-07-29T00:55:00.000Z | public extension Decodable where Self.DecodedType == Self, Self: RawRepresentable, Self.RawValue == String {
static func decode(json: JSON) -> Decoded<Self> {
switch json {
case let .String(s): return .fromOptional(self.init(rawValue: s))
default: return .typeMismatch("String", actual: json)
}
}
}
... | 35.555556 | 108 | 0.689063 |
f70e6d3dc0e4154c0fed8e8db379868345cfad39 | 10,291 | c | C | util/unifyfs-stage/src/unifyfs-stage-transfer.c | sandrain/UnifyCR | b5d723dd451585e09fe65c69b4297e027ca00334 | [
"MIT"
] | null | null | null | util/unifyfs-stage/src/unifyfs-stage-transfer.c | sandrain/UnifyCR | b5d723dd451585e09fe65c69b4297e027ca00334 | [
"MIT"
] | null | null | null | util/unifyfs-stage/src/unifyfs-stage-transfer.c | sandrain/UnifyCR | b5d723dd451585e09fe65c69b4297e027ca00334 | [
"MIT"
] | null | null | null | /*
* Copyright (c) 2020, Lawrence Livermore National Security, LLC.
* Produced at the Lawrence Livermore National Laboratory.
*
* Copyright 2020, UT-Battelle, LLC.
*
* LLNL-CODE-741539
* All rights reserved.
*
* This is the license for UnifyFS.
* For details, see https://github.com/LLNL/UnifyFS.
* Please rea... | 26.319693 | 80 | 0.506268 |
11bd61b90c9f82dd4eae4f69a796c2462e2839fd | 1,631 | sql | SQL | EdFi.Ods.Utilities.Migration/Scripts/PgSql/02Upgrade/v34_to_v50_RecordOwnership/01 Structure/1000-AddOwnershipColumnsForNewTables.sql | Ed-Fi-Alliance-OSS/Ed-Fi-MigrationUtility | 0d990a4d5cec37eec2015ef53e8d9e4fdec8750a | [
"Apache-2.0"
] | null | null | null | EdFi.Ods.Utilities.Migration/Scripts/PgSql/02Upgrade/v34_to_v50_RecordOwnership/01 Structure/1000-AddOwnershipColumnsForNewTables.sql | Ed-Fi-Alliance-OSS/Ed-Fi-MigrationUtility | 0d990a4d5cec37eec2015ef53e8d9e4fdec8750a | [
"Apache-2.0"
] | 9 | 2020-06-12T16:07:31.000Z | 2022-01-20T16:13:12.000Z | EdFi.Ods.Utilities.Migration/Scripts/PgSql/02Upgrade/v34_to_v50_RecordOwnership/01 Structure/1000-AddOwnershipColumnsForNewTables.sql | Ed-Fi-Alliance-OSS/Ed-Fi-MigrationUtility | 0d990a4d5cec37eec2015ef53e8d9e4fdec8750a | [
"Apache-2.0"
] | 3 | 2020-05-19T13:25:35.000Z | 2022-02-26T01:21:18.000Z | -- SPDX-License-Identifier: Apache-2.0
-- Licensed to the Ed-Fi Alliance under one or more agreements.
-- The Ed-Fi Alliance licenses this file to you under the Apache License, Version 2.0.
-- See the LICENSE and NOTICES files in the project root for more information.
-- Add RecordOwnership columns for newly added tab... | 34.702128 | 86 | 0.835684 |
92c6462fe80d8a9d9473869de984340eaa8de799 | 1,486 | h | C | System/Library/PrivateFrameworks/OfficeImport.framework/OAXFill.h | lechium/iPhoneOS_12.1.1_Headers | aac688b174273dfcbade13bab104461f463db772 | [
"MIT"
] | 12 | 2019-06-02T02:42:41.000Z | 2021-04-13T07:22:20.000Z | System/Library/PrivateFrameworks/OfficeImport.framework/OAXFill.h | lechium/iPhoneOS_12.1.1_Headers | aac688b174273dfcbade13bab104461f463db772 | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/OfficeImport.framework/OAXFill.h | lechium/iPhoneOS_12.1.1_Headers | aac688b174273dfcbade13bab104461f463db772 | [
"MIT"
] | 3 | 2019-06-11T02:46:10.000Z | 2019-12-21T14:58:16.000Z | /*
* This header is generated by classdump-dyld 1.0
* on Saturday, June 1, 2019 at 6:51:41 PM Mountain Standard Time
* Operating System: Version 12.1.1 (Build 16C5050a)
* Image Source: /System/Library/PrivateFrameworks/OfficeImport.framework/OfficeImport
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 b... | 49.533333 | 129 | 0.792059 |
f03a3e39d1526ac745f5a84278b33ac5f1803729 | 571 | sql | SQL | src/Orange.ApiTokenValidation.Repositories.EntityFramework/Repositories/SQL/TokenTableUpdate.sql | ReyStar/Orange.ApiTokenValidation | 1712ddf382f70ebc5fd5cc3c37d45bb27a9e77ff | [
"MIT"
] | null | null | null | src/Orange.ApiTokenValidation.Repositories.EntityFramework/Repositories/SQL/TokenTableUpdate.sql | ReyStar/Orange.ApiTokenValidation | 1712ddf382f70ebc5fd5cc3c37d45bb27a9e77ff | [
"MIT"
] | 1 | 2020-08-19T17:33:20.000Z | 2020-08-19T17:33:20.000Z | src/Orange.ApiTokenValidation.Repositories/Repositories/SQL/TokenTableUpdate.sql | ReyStar/Orange.ApiTokenValidation | 1712ddf382f70ebc5fd5cc3c37d45bb27a9e77ff | [
"MIT"
] | null | null | null | -- DO merge if row already exist
-- https://stackoverflow.com/questions/36799104/how-to-correctly-do-upsert-in-postgres-9-5
INSERT INTO tokentable (issuer, audience, private_key, ttl, expiration_time, is_active, payload, created_time, creator, updated_time, updater)
VALUES (@issuer, @audience, @private_key, @ttl, @exp... | 81.571429 | 142 | 0.772329 |
4736cab0c68b0abd76f405f36b9d7fe7c875feb8 | 28 | sql | SQL | models/schema.sql | dirk-kiesewetter/sequelizedBurger | a90f3459631d61c02b8e5b81736fd122d78cb82b | [
"MIT"
] | null | null | null | models/schema.sql | dirk-kiesewetter/sequelizedBurger | a90f3459631d61c02b8e5b81736fd122d78cb82b | [
"MIT"
] | null | null | null | models/schema.sql | dirk-kiesewetter/sequelizedBurger | a90f3459631d61c02b8e5b81736fd122d78cb82b | [
"MIT"
] | null | null | null | CREATE DATABASE burgers_db;
| 14 | 27 | 0.857143 |
6501f3d51f975417bd4820d48ad1b2213ec328d0 | 425 | swift | Swift | Domain/Shared/CacheServiceProtocol.swift | velvetroom/legacy-catban | a12dcd1a8ad9fbddd22a7b6302bab65ee04ffbac | [
"MIT"
] | 1 | 2021-01-23T13:30:51.000Z | 2021-01-23T13:30:51.000Z | Domain/Shared/CacheServiceProtocol.swift | velvetroom/legacy-catban | a12dcd1a8ad9fbddd22a7b6302bab65ee04ffbac | [
"MIT"
] | null | null | null | Domain/Shared/CacheServiceProtocol.swift | velvetroom/legacy-catban | a12dcd1a8ad9fbddd22a7b6302bab65ee04ffbac | [
"MIT"
] | null | null | null | import Foundation
public protocol CacheServiceProtocol {
func load<M>(session:@escaping((M) -> Void), error:@escaping((Error) -> Void)) where M:Codable & SessionProtocol
func load<M>(identifier:String, board:@escaping((M) -> Void)) where M:Codable & BoardProtocol
func save<M>(session:M) where M:Codable & S... | 42.5 | 116 | 0.715294 |
1247af820329b400d680cacfafe714ec90309f3f | 10,283 | h | C | ds/security/dsrole/server/ophandle.h | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | ds/security/dsrole/server/ophandle.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | ds/security/dsrole/server/ophandle.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | /*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
ophandle.h
Abstract:
Routines to manipulate the global DsRole operation handle
Author:
Colin Brace (ColinBr) April 5, 1999
Environment:
User Mode
Revision History:
--*/
#ifndef __OPHANDLE_H__
#de... | 31.066465 | 154 | 0.555674 |
ae753a92de6b76077cfffd94c6c2ed72e9fefbde | 201,753 | sql | SQL | src/main/resources/database/gousade.sql | woxigousade/gousade | a49ad5462ca3972741254c3b0d62c53ef2e47789 | [
"MIT"
] | 4 | 2020-01-03T10:37:02.000Z | 2020-01-16T10:47:10.000Z | src/main/resources/database/gousade.sql | woxigousade/gousade | a49ad5462ca3972741254c3b0d62c53ef2e47789 | [
"MIT"
] | 7 | 2020-01-05T10:02:28.000Z | 2022-02-08T09:11:26.000Z | src/main/resources/database/gousade.sql | woxigousade/gousade | a49ad5462ca3972741254c3b0d62c53ef2e47789 | [
"MIT"
] | null | null | null | DROP
DATABASE IF EXISTS gousade;
/* 数据库采用UTF-8 */
CREATE
DATABASE IF NOT EXISTS gousade
CHARACTER SET utf8mb4
COLLATE utf8mb4_general_ci;
/*
Navicat Premium Data Transfer
Source Server : gousade
Source Server Type : MySQL
Source Server Version : 50556
Source Host : 101.132.118.130:9733
Sour... | 71.467588 | 336 | 0.744678 |
9ef8dd84af6a32de4c3ac5494e436cb01364e71c | 506 | kt | Kotlin | sbp-users/src/main/kotlin/io/github/tiscs/sbp/messaging/UserEventListener.kt | Tiscs/spring-boot-practices | 1e5a97f7512a097c75fb4abd509a09e8762cc83e | [
"MIT"
] | null | null | null | sbp-users/src/main/kotlin/io/github/tiscs/sbp/messaging/UserEventListener.kt | Tiscs/spring-boot-practices | 1e5a97f7512a097c75fb4abd509a09e8762cc83e | [
"MIT"
] | null | null | null | sbp-users/src/main/kotlin/io/github/tiscs/sbp/messaging/UserEventListener.kt | Tiscs/spring-boot-practices | 1e5a97f7512a097c75fb4abd509a09e8762cc83e | [
"MIT"
] | null | null | null | package io.github.tiscs.sbp.messaging
import org.slf4j.Logger
import org.slf4j.LoggerFactory
import org.springframework.amqp.rabbit.annotation.RabbitListener
import org.springframework.stereotype.Service
@Service
class UserEventListener {
companion object {
val LOGGER: Logger = LoggerFactory.getLogger(Use... | 26.631579 | 83 | 0.752964 |
3b5d5883635b301cb6aa99b25f44de2bf20bc9a7 | 1,218 | c | C | tests/CompileTests/C_tests/test2015_130.c | sujankh/rose-matlab | 7435d4fa1941826c784ba97296c0ec55fa7d7c7e | [
"BSD-3-Clause"
] | 1 | 2016-05-01T03:10:47.000Z | 2016-05-01T03:10:47.000Z | tests/CompileTests/C_tests/test2015_130.c | sujankh/rose-matlab | 7435d4fa1941826c784ba97296c0ec55fa7d7c7e | [
"BSD-3-Clause"
] | null | null | null | tests/CompileTests/C_tests/test2015_130.c | sujankh/rose-matlab | 7435d4fa1941826c784ba97296c0ec55fa7d7c7e | [
"BSD-3-Clause"
] | null | null | null |
struct MemoryRegion { int x; };
typedef struct MemoryRegion MemoryRegion;
struct AddressSpace {
char *name;
MemoryRegion *root;
};
typedef struct AddressSpace AddressSpace;
typedef unsigned long int uint64_t;
typedef long int int64_t;
typedef uint64_t hwaddr;
typedef struct Int128 Int128;
struct Int128 {
... | 21.75 | 84 | 0.731527 |
bc121625943d000671401defa9524fa6b8f36220 | 21,367 | rs | Rust | aravis/src/auto/gc_property_node.rs | ryancwicks/aravis-rs | 350479cb0bde957fa9e107157961777ea8a1a4a3 | [
"BSD-2-Clause"
] | 10 | 2019-11-08T21:36:45.000Z | 2022-03-23T00:15:55.000Z | aravis/src/auto/gc_property_node.rs | ryancwicks/aravis-rs | 350479cb0bde957fa9e107157961777ea8a1a4a3 | [
"BSD-2-Clause"
] | 9 | 2020-03-09T18:47:59.000Z | 2021-04-15T08:57:33.000Z | aravis/src/auto/gc_property_node.rs | ryancwicks/aravis-rs | 350479cb0bde957fa9e107157961777ea8a1a4a3 | [
"BSD-2-Clause"
] | 3 | 2020-03-09T21:09:51.000Z | 2022-03-21T15:23:56.000Z | // This file was generated by gir (https://github.com/gtk-rs/gir)
// from ../gir-files
// DO NOT EDIT
use crate::DomElement;
use crate::DomNode;
use crate::GcAccessMode;
use crate::GcCachable;
use crate::GcDisplayNotation;
use crate::GcNode;
use crate::GcPropertyNodeType;
use crate::GcRepresentation;
use crate::GcSign... | 31.748886 | 210 | 0.728694 |
2649cf21c2d74b1c80170482bf1558d6db65d8cf | 1,312 | java | Java | app/src/main/java/com/pointhouse/chiguan/common/LoadingAlertDialog.java | QinYZ1996/pointhouse | 9d04715cdb699c53680ee9db8878932ddf3a32f0 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/pointhouse/chiguan/common/LoadingAlertDialog.java | QinYZ1996/pointhouse | 9d04715cdb699c53680ee9db8878932ddf3a32f0 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/pointhouse/chiguan/common/LoadingAlertDialog.java | QinYZ1996/pointhouse | 9d04715cdb699c53680ee9db8878932ddf3a32f0 | [
"Apache-2.0"
] | null | null | null | package com.pointhouse.chiguan.common;
import android.app.AlertDialog;
import android.content.Context;
import android.os.Bundle;
import android.widget.ProgressBar;
import android.widget.TextView;
import com.pointhouse.chiguan.R;
/**
* Created by P on 2017/8/10.
*/
public class LoadingAlertDialog extends AlertDia... | 23.017544 | 85 | 0.678354 |
892cdf30c006c4cf8192358f98dbee828c686c4c | 497 | asm | Assembly | programs/oeis/175/A175608.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/175/A175608.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/175/A175608.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A175608: Characteristic function of squarefree triangular integers: 1 if n(n+1)/2 is squarefree else 0.
; 1,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0
mov $2,$0
b... | 49.7 | 201 | 0.597586 |
64f52383fb3e76b961be7e482b80946b130a44ff | 12,596 | java | Java | dataverse-webapp/src/main/java/edu/harvard/iq/dataverse/datafile/FileDownloadServiceBean.java | chopeen/dataverse | 6c1bd6add829e25c336cee7d97702aab9994a7fc | [
"Apache-2.0"
] | null | null | null | dataverse-webapp/src/main/java/edu/harvard/iq/dataverse/datafile/FileDownloadServiceBean.java | chopeen/dataverse | 6c1bd6add829e25c336cee7d97702aab9994a7fc | [
"Apache-2.0"
] | null | null | null | dataverse-webapp/src/main/java/edu/harvard/iq/dataverse/datafile/FileDownloadServiceBean.java | chopeen/dataverse | 6c1bd6add829e25c336cee7d97702aab9994a7fc | [
"Apache-2.0"
] | null | null | null | package edu.harvard.iq.dataverse.datafile;
import edu.harvard.iq.dataverse.DataFileServiceBean;
import edu.harvard.iq.dataverse.DataverseRequestServiceBean;
import edu.harvard.iq.dataverse.DataverseSession;
import edu.harvard.iq.dataverse.EjbDataverseEngine;
import edu.harvard.iq.dataverse.authorization.Authentication... | 42.989761 | 207 | 0.703398 |
f8fc51b0ce25828f2d240d75c1c06cfe6c2caca9 | 638 | asm | Assembly | oeis/080/A080925.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/080/A080925.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/080/A080925.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A080925: Binomial transform of Jacobsthal gap sequence (A080924).
; 0,1,5,13,41,121,365,1093,3281,9841,29525,88573,265721,797161,2391485,7174453,21523361,64570081,193710245,581130733,1743392201,5230176601,15690529805,47071589413,141214768241,423644304721,1270932914165,3812798742493,11438396227481,34315188682441,10294... | 49.076923 | 484 | 0.840125 |
5305e1d8c38dd45451502175f63a1351c681a72b | 1,925 | sql | SQL | src/lib/database/beatmap_db.sql | tomtix/osux-lib | 5262fd3a3251871783d5ee38dc343afcd1075e5b | [
"Apache-2.0"
] | 4 | 2016-09-19T08:06:48.000Z | 2016-12-02T17:12:50.000Z | src/lib/database/beatmap_db.sql | tomtix/osux | cf87171ffca9513c3a05e2156618b20cea4aef98 | [
"Apache-2.0"
] | null | null | null | src/lib/database/beatmap_db.sql | tomtix/osux | cf87171ffca9513c3a05e2156618b20cea4aef98 | [
"Apache-2.0"
] | null | null | null |
DROP TABLE IF EXISTS beatmap_set;
DROP TABLE IF EXISTS beatmap;
CREATE TABLE beatmap_set
(
-- do not replace integer by int for primary key !!
beatmap_set_id integer PRIMARY KEY NOT NULL,
osu_beatmap_set_id int,
creator text,
artist text,
artist_u... | 26.369863 | 76 | 0.508571 |
9a1440208847dbeddb389b7956346aca709ac504 | 155 | sql | SQL | revert/functions/get_last_stream_message.sql | josephchoe/database-message-store | f19d647c0d42571d163b530005a607f9ae957388 | [
"MIT"
] | null | null | null | revert/functions/get_last_stream_message.sql | josephchoe/database-message-store | f19d647c0d42571d163b530005a607f9ae957388 | [
"MIT"
] | null | null | null | revert/functions/get_last_stream_message.sql | josephchoe/database-message-store | f19d647c0d42571d163b530005a607f9ae957388 | [
"MIT"
] | 1 | 2021-06-30T23:49:52.000Z | 2021-06-30T23:49:52.000Z | -- Revert database-message-store:functions/get_last_stream_message from pg
BEGIN;
DROP FUNCTION message_store.get_last_stream_message(varchar);
COMMIT;
| 19.375 | 74 | 0.83871 |
a1279542143d26b32b4beb4b5f5e68d95e5670d9 | 151 | swift | Swift | Pods/SlackWebAPIKit/SlackWebAPIKit/Classes/Data/APIClient/Endpoints/ChannelsListEndpoint.swift | MoralAlberto/Send-It-for-Slack | a5ad6d299d050ef118a8783f238e0093e3726700 | [
"MIT"
] | 42 | 2017-10-14T07:28:37.000Z | 2021-12-01T03:31:06.000Z | Pods/SlackWebAPIKit/SlackWebAPIKit/Classes/Data/APIClient/Endpoints/ChannelsListEndpoint.swift | MoralAlberto/Send-It-for-Slack | a5ad6d299d050ef118a8783f238e0093e3726700 | [
"MIT"
] | 2 | 2017-11-28T01:23:17.000Z | 2019-04-27T07:44:05.000Z | Pods/SlackWebAPIKit/SlackWebAPIKit/Classes/Data/APIClient/Endpoints/ChannelsListEndpoint.swift | MoralAlberto/Send-It-for-Slack | a5ad6d299d050ef118a8783f238e0093e3726700 | [
"MIT"
] | 4 | 2017-10-23T09:08:36.000Z | 2019-08-06T06:13:20.000Z | public class ChannelsListEndpoint: Endpoint {
public var endpointType: EndpointType = .channelsList
public var parameters: [String: String]?
}
| 30.2 | 57 | 0.761589 |
1085e148fc7802bb2dcbdb87ede59ba1ca4e00ca | 553 | asm | Assembly | header/002/generic_v1.asm | freem/nes_corelib | a890aa3c436e931a765866265f24ccf3c432f71d | [
"0BSD"
] | 16 | 2015-06-23T03:17:40.000Z | 2021-10-05T23:40:28.000Z | nes_corelib/header/002/generic_v1.asm | master-g/childhood | 7cd2a6a13f7e862df6d239e78371df6222b30a53 | [
"Apache-2.0"
] | null | null | null | nes_corelib/header/002/generic_v1.asm | master-g/childhood | 7cd2a6a13f7e862df6d239e78371df6222b30a53 | [
"Apache-2.0"
] | 3 | 2015-11-12T01:29:55.000Z | 2020-07-06T05:15:06.000Z | ; Generic UxROM template (iNES)
; This template does not impose a specific "U*ROM" board layout.
;------------------------------------------------------------------------------;
; number of 16K PRG-ROM banks
PRG_BANKS = $08
; UOROM mirroring is hardwired via solder pads.
; %0000 = Horizontal
; %0001 = Vertical
MIRRORI... | 27.65 | 80 | 0.59132 |
1957346f6ba642d0a80b7b2102471fa65545501b | 57 | sql | SQL | make/migrations/postgresql/0002_update_v_length_properties.up.sql | estaleiro/harbor | fa02521fecb509a41d05bc6fc7e249ed743e1981 | [
"Apache-2.0"
] | 1 | 2019-06-23T21:13:57.000Z | 2019-06-23T21:13:57.000Z | make/migrations/postgresql/0002_update_v_length_properties.up.sql | vpc123/harbor | 64d83101f5aec82863c1705d4b0202e1a8e43f69 | [
"Apache-2.0"
] | null | null | null | make/migrations/postgresql/0002_update_v_length_properties.up.sql | vpc123/harbor | 64d83101f5aec82863c1705d4b0202e1a8e43f69 | [
"Apache-2.0"
] | 2 | 2019-02-19T09:44:17.000Z | 2019-12-17T14:31:22.000Z | ALTER TABLE properties ALTER COLUMN v TYPE varchar(1024); | 57 | 57 | 0.824561 |