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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
40a2bdf206d1056975dd802a268e4c516882a730 | 7,058 | py | Python | Modules/PlotterGui3D.py | ChengChengYang0416/trajectory-orientation-plotter | 259c793ba8d9f7a82f89936973e0575148e9a622 | [
"MIT"
] | null | null | null | Modules/PlotterGui3D.py | ChengChengYang0416/trajectory-orientation-plotter | 259c793ba8d9f7a82f89936973e0575148e9a622 | [
"MIT"
] | null | null | null | Modules/PlotterGui3D.py | ChengChengYang0416/trajectory-orientation-plotter | 259c793ba8d9f7a82f89936973e0575148e9a622 | [
"MIT"
] | null | null | null | import tkinter as tk
from Modules.ButtonUtility import CButtonUtility
class CPlotterGui3D:
def __init__( self, Plot3DWindow ):
self.Win = Plot3DWindow
self.InitBasicSetting()
self.InitFrame()
self.InitLabel()
self.InitEntry()
self.InitButton()
def InitBasicSetting( self ):
# set title
self.Win.title... | 46.130719 | 398 | 0.714225 |
e072b0212c9a6a4451611135bd9131ea14e3411b | 8,294 | sql | SQL | D B/db_at.sql | Baboo16cs11/dermowhite | e428bbd3ff3c94e72186259fbee7546264085c45 | [
"MIT"
] | null | null | null | D B/db_at.sql | Baboo16cs11/dermowhite | e428bbd3ff3c94e72186259fbee7546264085c45 | [
"MIT"
] | null | null | null | D B/db_at.sql | Baboo16cs11/dermowhite | e428bbd3ff3c94e72186259fbee7546264085c45 | [
"MIT"
] | null | null | null | /*
SQLyog Community v12.5.1 (64 bit)
MySQL - 5.6.17 : Database - accountechdemo
*********************************************************************
*/
/*!40101 SET NAMES utf8 */;
/*!40101 SET SQL_MODE=''*/;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@... | 40.857143 | 300 | 0.641669 |
1800d0f394a9550e2f272e3c3c2f1d8726e01c7b | 4,484 | go | Go | chaincode/chaincode_example02.go | DXPlus/FabricSDKSamples | 9ced1d87c642f15c60c4fffe2180a8787cd07677 | [
"Apache-2.0"
] | 2 | 2021-07-26T07:02:12.000Z | 2021-07-26T07:19:36.000Z | chaincode/chaincode_example02.go | DXPlus/FabricSDKSamples | 9ced1d87c642f15c60c4fffe2180a8787cd07677 | [
"Apache-2.0"
] | null | null | null | chaincode/chaincode_example02.go | DXPlus/FabricSDKSamples | 9ced1d87c642f15c60c4fffe2180a8787cd07677 | [
"Apache-2.0"
] | 1 | 2021-09-12T12:08:34.000Z | 2021-09-12T12:08:34.000Z | package main
import (
"fmt"
"github.com/hyperledger/fabric/core/chaincode/shim"
pb "github.com/hyperledger/fabric/protos/peer"
"strconv"
)
type MyChainCode struct {}
func (t *MyChainCode) Init(stub shim.ChaincodeStubInterface) pb.Response {
fmt.Println("MyChainCode Init")
_, args := stub.GetFunctionAndParamete... | 26.069767 | 93 | 0.674844 |
40401dbe637841f101321cb6a9ced59652e0e913 | 6,463 | py | Python | predict.py | WJ-Lai/NightFusion | 1555692eceb6b85127d21cd43e6fc780b7f91ffd | [
"Apache-2.0"
] | null | null | null | predict.py | WJ-Lai/NightFusion | 1555692eceb6b85127d21cd43e6fc780b7f91ffd | [
"Apache-2.0"
] | 1 | 2019-04-24T12:14:59.000Z | 2019-04-24T12:14:59.000Z | predict.py | WJ-Lai/NightFusion | 1555692eceb6b85127d21cd43e6fc780b7f91ffd | [
"Apache-2.0"
] | null | null | null | """
Copyright (c) College of Mechatronics and Control Engineering, Shenzhen University.
All rights reserved.
Description :
predition
Author:Team Li
"""
import tensorflow as tf
import numpy as np
import cv2
import os
from time import time
from model.factory import model_factory
from dataset.hazy_person import provide... | 37.358382 | 118 | 0.640105 |
9099a1b81eeb98274fb68ff3e0585357020262ae | 862 | py | Python | release/stubs.min/Autodesk/Revit/UI/__init___parts/TableViewUIUtils.py | htlcnn/ironpython-stubs | 780d829e2104b2789d5f4d6f32b0ec9f2930ca03 | [
"MIT"
] | 182 | 2017-06-27T02:26:15.000Z | 2022-03-30T18:53:43.000Z | release/stubs.min/Autodesk/Revit/UI/__init___parts/TableViewUIUtils.py | htlcnn/ironpython-stubs | 780d829e2104b2789d5f4d6f32b0ec9f2930ca03 | [
"MIT"
] | 28 | 2017-06-27T13:38:23.000Z | 2022-03-15T11:19:44.000Z | release/stubs.min/Autodesk/Revit/UI/__init___parts/TableViewUIUtils.py | htlcnn/ironpython-stubs | 780d829e2104b2789d5f4d6f32b0ec9f2930ca03 | [
"MIT"
] | 67 | 2017-06-28T09:43:59.000Z | 2022-03-20T21:17:10.000Z | class TableViewUIUtils(object):
""" This utility class contains members that involve the Revit UI and operate on schedule views or MEP electrical panel schedules. """
@staticmethod
def TestCellAndPromptToEditTypeParameter(tableView,sectionType,row,column):
"""
TestCellAndPromptToEditTypeParameter(tableView:... | 26.121212 | 136 | 0.723898 |
b85045e3a24beae6597253193696370d3ddfb0df | 71,980 | sql | SQL | database_backup.sql | Onionator/freelance_project | b39a1bd945319f08241f47b023d488e2bd021cb4 | [
"MIT"
] | null | null | null | database_backup.sql | Onionator/freelance_project | b39a1bd945319f08241f47b023d488e2bd021cb4 | [
"MIT"
] | 7 | 2020-02-26T00:53:17.000Z | 2022-02-26T05:25:35.000Z | database_backup.sql | Onionator/freelance_project | b39a1bd945319f08241f47b023d488e2bd021cb4 | [
"MIT"
] | 1 | 2019-08-13T21:27:43.000Z | 2019-08-13T21:27:43.000Z | --
-- PostgreSQL database dump
--
-- Dumped from database version 11.4
-- Dumped by pg_dump version 11.4
SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SELECT pg_catalog.set_config('search_path', '', fal... | 105.233918 | 241 | 0.786413 |
c60f5f913ee4f1f60f1c73a9dc69635273db9b5a | 1,193 | rb | Ruby | app/controllers/strongbolt/user_groups_users_controller.rb | hiteshpatwari/strongbolt | dfa98882b838aa34707ed15e9800aab4ad77daf3 | [
"MIT"
] | null | null | null | app/controllers/strongbolt/user_groups_users_controller.rb | hiteshpatwari/strongbolt | dfa98882b838aa34707ed15e9800aab4ad77daf3 | [
"MIT"
] | null | null | null | app/controllers/strongbolt/user_groups_users_controller.rb | hiteshpatwari/strongbolt | dfa98882b838aa34707ed15e9800aab4ad77daf3 | [
"MIT"
] | 1 | 2020-02-07T06:00:38.000Z | 2020-02-07T06:00:38.000Z | module Strongbolt
class UserGroupsUsersController < ::StrongboltController
self.model_for_authorization = "Strongbolt::UserGroup"
def create
@user_group = UserGroup.find(params[:user_group_id])
@user = Strongbolt.user_class_constant.find(params[:id])
@user_group.users << @user unless @use... | 30.589744 | 79 | 0.69824 |
e9eb5b833f3c19cc673059dc645d337c440b12d7 | 6,358 | rs | Rust | src/core/util.rs | AliDeym/RustCraftClassic | 0c4067411a28d890d29926864710b900bcd83b8a | [
"MIT"
] | 5 | 2020-07-18T06:27:21.000Z | 2021-08-31T07:00:57.000Z | src/core/util.rs | AliDeym/RustCraftClassic | 0c4067411a28d890d29926864710b900bcd83b8a | [
"MIT"
] | 2 | 2020-07-22T07:04:27.000Z | 2020-08-03T04:52:49.000Z | src/core/util.rs | AliDeym/RustCraftClassic | 0c4067411a28d890d29926864710b900bcd83b8a | [
"MIT"
] | null | null | null | /*
Copyright (c) 2020 Ali Deym
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 23.12 | 90 | 0.560554 |
40c189cec92b243e051eb8fb63ff917f960d1c8f | 3,588 | py | Python | heronpy/streamlet/impl/transformbolt.py | pjfanning/incubator-heron | 7db7c24733bd7e66ecfe704ea65f864d1fff4adc | [
"Apache-2.0"
] | 3,348 | 2016-05-25T16:04:31.000Z | 2018-03-28T17:46:14.000Z | heronpy/streamlet/impl/transformbolt.py | pjfanning/incubator-heron | 7db7c24733bd7e66ecfe704ea65f864d1fff4adc | [
"Apache-2.0"
] | 1,542 | 2016-05-25T16:46:44.000Z | 2018-03-29T17:30:23.000Z | heronpy/streamlet/impl/transformbolt.py | pjfanning/incubator-heron | 7db7c24733bd7e66ecfe704ea65f864d1fff4adc | [
"Apache-2.0"
] | 702 | 2016-05-25T16:07:43.000Z | 2018-03-27T06:31:07.000Z | #!/usr/bin/env python3
# -*- encoding: utf-8 -*-
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apach... | 39.428571 | 85 | 0.748885 |
bc789c3777eac22c4e2eeac2ed8cf07541225c7a | 13,560 | pkb | SQL | test/ut3_tester/core/annotations/test_annotation_parser.pkb | felipebz/utPLSQL | b4d72e391f2e7f5d920ec08744a30431ef201027 | [
"Apache-2.0"
] | 471 | 2016-02-16T12:41:57.000Z | 2022-03-20T15:31:36.000Z | test/ut3_tester/core/annotations/test_annotation_parser.pkb | felipebz/utPLSQL | b4d72e391f2e7f5d920ec08744a30431ef201027 | [
"Apache-2.0"
] | 904 | 2016-01-31T00:48:53.000Z | 2022-03-31T23:41:46.000Z | test/ut3_tester/core/annotations/test_annotation_parser.pkb | felipebz/utPLSQL | b4d72e391f2e7f5d920ec08744a30431ef201027 | [
"Apache-2.0"
] | 210 | 2016-01-31T00:23:09.000Z | 2022-03-28T09:13:50.000Z | create or replace package body test_annotation_parser is
procedure test_proc_comments is
l_source clob;
l_actual ut3_develop.ut_annotations;
l_expected ut3_develop.ut_annotations;
begin
l_source := 'PACKAGE test_tt AS
-- %suite
-- %displayname(Name of suite)
-- %suitepath(all.globa... | 29.350649 | 182 | 0.685841 |
85b4209fb34850f98a5d52b2b477eaaf270f2186 | 338 | js | JavaScript | src/App.js | kevin940726/happy-birthday-to-shy | 100b9850d3633d24903ddf10219fb74eaba3acb8 | [
"MIT"
] | 3 | 2018-01-06T06:03:05.000Z | 2018-01-07T15:18:13.000Z | src/App.js | kevin940726/happy-birthday-to-shy | 100b9850d3633d24903ddf10219fb74eaba3acb8 | [
"MIT"
] | null | null | null | src/App.js | kevin940726/happy-birthday-to-shy | 100b9850d3633d24903ddf10219fb74eaba3acb8 | [
"MIT"
] | null | null | null | import React from 'react';
import HappyBirthday from './HappyBirthday';
import Olaf from './Olaf';
import './App.css';
import { BACKGROUND } from './constants';
const App = () => (
<main
className="App"
style={{
backgroundColor: BACKGROUND,
}}
>
<HappyBirthday />
<Olaf />
</main>
);
ex... | 16.9 | 44 | 0.609467 |
1768f45dda3c8d5696da6f98e2fd58be5ba042a8 | 7,567 | lua | Lua | [creativity]/AURrealestate/loading.lua | OwningCurtX/AuroraRPG | f76a4aad25ccc8790e42b2f23dfa2dc304e34fb6 | [
"Apache-2.0"
] | 1 | 2020-04-18T20:43:16.000Z | 2020-04-18T20:43:16.000Z | [creativity]/AURrealestate/loading.lua | OwningCurtX/AuroraRPG | f76a4aad25ccc8790e42b2f23dfa2dc304e34fb6 | [
"Apache-2.0"
] | 1 | 2019-10-20T08:41:34.000Z | 2019-10-20T08:41:34.000Z | [creativity]/AURrealestate/loading.lua | OwningCurtX/AuroraRPG | f76a4aad25ccc8790e42b2f23dfa2dc304e34fb6 | [
"Apache-2.0"
] | null | null | null | cache = {}
odata = {
lod = {},
object = {},
texture = {},
shader = {},
data = {},
}
zone_objects = {
["zone1"] = {
--Exterior Walls
{ "2941.4,-1549.1,12.1", "0,90,0", 1462, "brick_wall"},
{ "2951.3,-1559.2,17.1", "0,90,90", 1462, "brick_wall"},
{ "2951.3,-1559.2,12.1", "0,90,90", 1462, "brick_wall"},
{... | 33.482301 | 116 | 0.627065 |
ddaeb1ffd95b5a4e6a603d4214a70a58e6aeed41 | 1,952 | php | PHP | Projects/index.php | Trilocode-Technology/trilo | 386f84a3e0a4b8108ec453321f5fdb4f7bbe76af | [
"BSD-3-Clause"
] | null | null | null | Projects/index.php | Trilocode-Technology/trilo | 386f84a3e0a4b8108ec453321f5fdb4f7bbe76af | [
"BSD-3-Clause"
] | null | null | null | Projects/index.php | Trilocode-Technology/trilo | 386f84a3e0a4b8108ec453321f5fdb4f7bbe76af | [
"BSD-3-Clause"
] | null | null | null | <?php include_once('header.php'); ?>
<!-- banner -->
<div class="banner">
<h2>Projects</h2>
<p><a href="index.html">Home »</a> Projects </p>
</div>
<!--//banner -->
<!-- Portfolio -->
<div class="portfolio w3layouts agileits" id="portfolio">
<div class="container">
<ul class="portfolio-categ filter">
<l... | 26.739726 | 109 | 0.533811 |
b3f431a156886d09a2038d2d90fcbb9772d4173d | 2,107 | rb | Ruby | data/train/ruby/b3f431a156886d09a2038d2d90fcbb9772d4173dcalculates_controller.rb | aliostad/deep-learning-lang-detection | d6b031f3ebc690cf2ffd0ae1b08ffa8fb3b38a62 | [
"MIT"
] | 84 | 2017-10-25T15:49:21.000Z | 2021-11-28T21:25:54.000Z | data/train/ruby/b3f431a156886d09a2038d2d90fcbb9772d4173dcalculates_controller.rb | vassalos/deep-learning-lang-detection | cbb00b3e81bed3a64553f9c6aa6138b2511e544e | [
"MIT"
] | 5 | 2018-03-29T11:50:46.000Z | 2021-04-26T13:33:18.000Z | data/train/ruby/b3f431a156886d09a2038d2d90fcbb9772d4173dcalculates_controller.rb | vassalos/deep-learning-lang-detection | cbb00b3e81bed3a64553f9c6aa6138b2511e544e | [
"MIT"
] | 24 | 2017-11-22T08:31:00.000Z | 2022-03-27T01:22:31.000Z | class CalculatesController < ApplicationController
before_action :set_calculate, only: [:show, :edit, :update, :destroy]
# GET /calculates
# GET /calculates.json
def index
@calculates = Calculate.order('spent_on')
@calculate_per_day = @calculates.group_by { |c| c.spent_on.beginning_of_day }
end
#... | 27.012821 | 97 | 0.677741 |
04c9a122b454247815089221a16d38d57c7d2f1b | 4,411 | java | Java | common-json/src/test/java/org/duracloud/common/json/JaxbJsonSerializerTest.java | SachithMayantha/duracloud | b2fc68f76477b70f2d291c70172d7b6845149856 | [
"Apache-2.0"
] | 1 | 2018-05-11T09:34:37.000Z | 2018-05-11T09:34:37.000Z | common-json/src/test/java/org/duracloud/common/json/JaxbJsonSerializerTest.java | SachithMayantha/duracloud | b2fc68f76477b70f2d291c70172d7b6845149856 | [
"Apache-2.0"
] | null | null | null | common-json/src/test/java/org/duracloud/common/json/JaxbJsonSerializerTest.java | SachithMayantha/duracloud | b2fc68f76477b70f2d291c70172d7b6845149856 | [
"Apache-2.0"
] | null | null | null | /*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE and NOTICE files at the root of the source
* tree and available online at
*
* http://duracloud.org/license/
*/
package org.duracloud.common.json;
import java.util.List;
import org.duracloud.common.mo... | 39.738739 | 85 | 0.575606 |
f4478dba259a5e8e783d7844737282befd0e3aed | 4,023 | sql | SQL | mebel.sql | AdeSatriyoPujo/CodeIgniter | be055138a851d3ad2a22c5cc9bc10f8f8ef007da | [
"MIT"
] | null | null | null | mebel.sql | AdeSatriyoPujo/CodeIgniter | be055138a851d3ad2a22c5cc9bc10f8f8ef007da | [
"MIT"
] | null | null | null | mebel.sql | AdeSatriyoPujo/CodeIgniter | be055138a851d3ad2a22c5cc9bc10f8f8ef007da | [
"MIT"
] | null | null | null | -- phpMyAdmin SQL Dump
-- version 4.7.7
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: May 03, 2018 at 07:38 AM
-- Server version: 10.1.30-MariaDB
-- PHP Version: 7.2.2
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD... | 24.530488 | 89 | 0.611235 |
891c9f3c13c38ad71a0e21abc3fb13e93211df32 | 9,225 | swift | Swift | PayPlugin/Classes/PostFormWebViewController.swift | wufeiyue/PayPlugin | d76c4f35ea41db147e7feba17d5b608b71b82990 | [
"MIT"
] | 1 | 2019-06-15T02:30:11.000Z | 2019-06-15T02:30:11.000Z | PayPlugin/Classes/PostFormWebViewController.swift | wufeiyue/PayPlugin | d76c4f35ea41db147e7feba17d5b608b71b82990 | [
"MIT"
] | null | null | null | PayPlugin/Classes/PostFormWebViewController.swift | wufeiyue/PayPlugin | d76c4f35ea41db147e7feba17d5b608b71b82990 | [
"MIT"
] | null | null | null | //
// PostFormWebViewController.swift
// Alamofire
//
// Created by 武飞跃 on 2018/8/3.
//
import Foundation
import WebKit
protocol PostFormNavigationViewDelegate: class {
func didBackTapped()
func didCloseTapped()
}
final class PostFormNavigationView: UIView {
weak var delegate: PostFormNavigationV... | 31.377551 | 164 | 0.595556 |
d29a67478ad5155df838f7fcfbfc4107fc4c4f58 | 1,636 | php | PHP | tests/ConsoleTest.php | sebastienheyd/boilerplate-email-editor | daf173aba80d78fd24e8c09e7573e1e730b9a3d9 | [
"MIT"
] | 1 | 2021-04-28T23:28:35.000Z | 2021-04-28T23:28:35.000Z | tests/ConsoleTest.php | sebastienheyd/boilerplate-email-editor | daf173aba80d78fd24e8c09e7573e1e730b9a3d9 | [
"MIT"
] | null | null | null | tests/ConsoleTest.php | sebastienheyd/boilerplate-email-editor | daf173aba80d78fd24e8c09e7573e1e730b9a3d9 | [
"MIT"
] | 2 | 2020-10-11T09:28:53.000Z | 2021-10-04T07:54:46.000Z | <?php
namespace Sebastienheyd\BoilerplateEmailEditor\Tests;
use Symfony\Component\Console\Exception\RuntimeException;
class ConsoleTest extends TestCase
{
public function testEmailLayoutNoName()
{
$this->expectException(RuntimeException::class);
$this->artisan('email:layout');
}
publ... | 38.952381 | 122 | 0.649144 |
ca087e1e6600f247ed520cf1d3d9a4fd38acd4bd | 239 | java | Java | legend-engine-shared-core/src/main/java/org/finos/legend/engine/shared/core/vault/VaultConfiguration.java | dave-wathen/legend-engine | 65c984c5774c27ac2f83eb957f016ca61010fea1 | [
"Apache-2.0"
] | 32 | 2020-10-19T21:44:25.000Z | 2022-02-14T09:27:50.000Z | legend-engine-shared-core/src/main/java/org/finos/legend/engine/shared/core/vault/VaultConfiguration.java | dave-wathen/legend-engine | 65c984c5774c27ac2f83eb957f016ca61010fea1 | [
"Apache-2.0"
] | 90 | 2020-10-19T11:24:26.000Z | 2022-03-30T12:07:00.000Z | legend-engine-shared-core/src/main/java/org/finos/legend/engine/shared/core/vault/VaultConfiguration.java | dave-wathen/legend-engine | 65c984c5774c27ac2f83eb957f016ca61010fea1 | [
"Apache-2.0"
] | 132 | 2020-10-19T12:10:51.000Z | 2022-03-31T18:44:30.000Z | package org.finos.legend.engine.shared.core.vault;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "_type")
public abstract class VaultConfiguration
{
public String _type;
}
| 23.9 | 61 | 0.790795 |
869dbfddce8f0be78638a261fb9e542b2d843382 | 94 | go | Go | lib/plugin/stockers.go | kmagai/fugo | 7d602007e35ecbb113bd1ff29fd0c7bb34d81179 | [
"MIT"
] | null | null | null | lib/plugin/stockers.go | kmagai/fugo | 7d602007e35ecbb113bd1ff29fd0c7bb34d81179 | [
"MIT"
] | null | null | null | lib/plugin/stockers.go | kmagai/fugo | 7d602007e35ecbb113bd1ff29fd0c7bb34d81179 | [
"MIT"
] | null | null | null | package plugin
// Stockers is a slice of stocks
type Stockers interface {
String() string
}
| 13.428571 | 32 | 0.744681 |
c9b5577bbc95bd5e4d82c9cd5269e96621347d01 | 1,595 | sql | SQL | db.sql | rgbDylan/nodeverse-1 | 02cf6ba291279e3ffc1bab1e2d70f292416bbe11 | [
"Apache-2.0"
] | 1 | 2021-05-10T18:07:04.000Z | 2021-05-10T18:07:04.000Z | db.sql | rgbDylan/nodeverse-1 | 02cf6ba291279e3ffc1bab1e2d70f292416bbe11 | [
"Apache-2.0"
] | null | null | null | db.sql | rgbDylan/nodeverse-1 | 02cf6ba291279e3ffc1bab1e2d70f292416bbe11 | [
"Apache-2.0"
] | 2 | 2021-05-17T17:12:50.000Z | 2021-06-09T15:06:49.000Z | -- phpMyAdmin SQL Dump
-- version 5.1.0
-- https://www.phpmyadmin.net/
--
-- Hôte : localhost
-- Généré le : dim. 16 mai 2021 à 16:45
-- Version du serveur : 8.0.25-0ubuntu0.21.04.1
-- Version de PHP : 7.4.16
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHAR... | 23.455882 | 67 | 0.690909 |
6f281818d7f1881ea815352f8670b135a9505c73 | 1,881 | swift | Swift | AKMediaViewer/AKVideoControlView.swift | msavoaia/AKMediaViewer | 479dad09f476dea61a300aa24a52ab80cab179b8 | [
"MIT"
] | 1 | 2016-06-23T04:58:16.000Z | 2016-06-23T04:58:16.000Z | AKMediaViewer/AKVideoControlView.swift | mohsinalimat/AKMediaViewer | 479dad09f476dea61a300aa24a52ab80cab179b8 | [
"MIT"
] | 1 | 2021-02-03T10:43:56.000Z | 2021-02-09T02:38:34.000Z | AKMediaViewer/AKVideoControlView.swift | mohsinalimat/AKMediaViewer | 479dad09f476dea61a300aa24a52ab80cab179b8 | [
"MIT"
] | 1 | 2021-02-01T17:10:25.000Z | 2021-02-01T17:10:25.000Z | //
// AKVideoControlView.swift
// AKMediaViewer
//
// Created by Diogo Autilio on 3/18/16.
// Copyright © 2016 AnyKey Entertainment. All rights reserved.
//
import Foundation
import AVFoundation
import UIKit
public class AKVideoControlView : UIView {
@IBOutlet public var scrubbing: ASBPlayerScrubbing!
... | 34.2 | 164 | 0.662945 |
7da85789f9cc3760dd0d33b6211b9a42b4fbcde3 | 1,743 | kt | Kotlin | app_update/src/main/java/com/inz/z/app_update/view/AbsBaseDialogFragment.kt | Memory-Z/Z_inz | feff01057cf308fcbf9f1ebf880b9a114badf970 | [
"Apache-2.0"
] | 2 | 2019-09-09T05:56:47.000Z | 2020-04-14T09:19:29.000Z | app_update/src/main/java/com/inz/z/app_update/view/AbsBaseDialogFragment.kt | Memory-Z/Z_inz | feff01057cf308fcbf9f1ebf880b9a114badf970 | [
"Apache-2.0"
] | null | null | null | app_update/src/main/java/com/inz/z/app_update/view/AbsBaseDialogFragment.kt | Memory-Z/Z_inz | feff01057cf308fcbf9f1ebf880b9a114badf970 | [
"Apache-2.0"
] | null | null | null | package com.inz.z.app_update.view
import android.content.Context
import android.os.Bundle
import androidx.annotation.LayoutRes
import androidx.fragment.app.DialogFragment
import android.view.*
import com.inz.z.app_update.R
/**
*
* @author Zhenglj
* @version 1.0.0
* Create by inz in 2019/3/13 15:14.
*/
abstract c... | 27.234375 | 102 | 0.682157 |
0142778f6b8ca8bad8ba4611dd6e7c987738a6c2 | 5,512 | swift | Swift | PhoneNumberKit/Constants.swift | iwooltd/PhoneNumberKit | 062e2bcd8044895591ec6b5299d2ec611ed7d771 | [
"MIT"
] | 2 | 2018-05-11T19:13:03.000Z | 2018-09-10T18:53:18.000Z | PhoneNumberKit/Constants.swift | joshdholtz/PhoneNumberKit | b2da36c06405a46c255cf2ce120ce69fa626e2e9 | [
"MIT"
] | null | null | null | PhoneNumberKit/Constants.swift | joshdholtz/PhoneNumberKit | b2da36c06405a46c255cf2ce120ce69fa626e2e9 | [
"MIT"
] | 2 | 2019-11-28T16:34:38.000Z | 2019-12-08T21:48:04.000Z | //
// Constants.swift
// PhoneNumberKit
//
// Created by Roy Marmelstein on 25/10/2015.
// Copyright © 2015 Roy Marmelstein. All rights reserved.
//
import Foundation
// MARK: Private Enums
enum PhoneNumberCountryCodeSource {
case numberWithPlusSign
case numberWithIDD
case numberWithoutPlusSign
c... | 36.263158 | 704 | 0.637155 |
e753ad3f03900208ba3f8e0d030b87ec606d9b66 | 3,234 | js | JavaScript | submissions/CuteShaun/friends-app/js/script.js | CuteShaun/frontend-2019-homeworks | e2e7c166908e8b93dd80dfd1ba91f09c618fba38 | [
"RSA-MD"
] | 20 | 2018-10-28T17:55:29.000Z | 2020-10-15T08:26:10.000Z | submissions/CuteShaun/friends-app/js/script.js | CuteShaun/frontend-2019-homeworks | e2e7c166908e8b93dd80dfd1ba91f09c618fba38 | [
"RSA-MD"
] | 414 | 2018-10-29T19:28:46.000Z | 2019-05-22T10:47:31.000Z | submissions/CuteShaun/friends-app/js/script.js | CuteShaun/frontend-2019-homeworks | e2e7c166908e8b93dd80dfd1ba91f09c618fba38 | [
"RSA-MD"
] | 115 | 2018-10-29T05:49:12.000Z | 2021-02-13T15:13:45.000Z | (function() {
const URL = "https://randomuser.me/api/?results=100";
const main = document.getElementById("card-container");
const sortNameBtn = document.getElementById("sort-name");
const sortAgeBtn = document.getElementById("sort-age");
const filterAgeBtn = document.getElementById("filter-age");
const filt... | 27.87931 | 78 | 0.584106 |
53d399e21db45622f1b210e478839ac711f6e611 | 59,129 | java | Java | sources/android-28/com/android/server/wifi/aware/WifiAwareDataPathStateManager.java | FTC-10161/FtcRobotController | ee6c7efdff947ccd0abfab64405a91176768e7c0 | [
"MIT"
] | null | null | null | sources/android-28/com/android/server/wifi/aware/WifiAwareDataPathStateManager.java | FTC-10161/FtcRobotController | ee6c7efdff947ccd0abfab64405a91176768e7c0 | [
"MIT"
] | null | null | null | sources/android-28/com/android/server/wifi/aware/WifiAwareDataPathStateManager.java | FTC-10161/FtcRobotController | ee6c7efdff947ccd0abfab64405a91176768e7c0 | [
"MIT"
] | null | null | null | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 43.605457 | 100 | 0.59886 |
81c8cbeb19072835128a5d22fcd5212a2a23879e | 1,794 | html | HTML | learn-js/www/index copy 2.html | t4d-classes/adv-javascript-tooling-and-dev_11152021 | db6e6d9cc8f7e8b8c14747889677427806c812f1 | [
"MIT"
] | null | null | null | learn-js/www/index copy 2.html | t4d-classes/adv-javascript-tooling-and-dev_11152021 | db6e6d9cc8f7e8b8c14747889677427806c812f1 | [
"MIT"
] | null | null | null | learn-js/www/index copy 2.html | t4d-classes/adv-javascript-tooling-and-dev_11152021 | db6e6d9cc8f7e8b8c14747889677427806c812f1 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html>
<head>
<title>Test</title>
</head>
<body>
<script>
'use strict';
// const person = {
// fullName: function() {
// return this.firstName + ' ' + this.lastName;
// }
// };
// const bob = Object.create(person);
// bob.firstNa... | 22.425 | 57 | 0.535674 |
51f28e1ce9985f5c900ddf52f2009f58e1f4af11 | 1,982 | swift | Swift | Lecture04/UIWindow-Demo/UIWindow-Demo/ValidationWindow.swift | kingcos/CS193P_2017 | ea6215fb1b09c018d0a47ab2e4b8d3536c3d8af1 | [
"MIT"
] | 76 | 2017-02-19T10:36:17.000Z | 2020-01-04T19:56:38.000Z | Lecture04/UIWindow-Demo/UIWindow-Demo/ValidationWindow.swift | kingcos/CS193P_2017 | ea6215fb1b09c018d0a47ab2e4b8d3536c3d8af1 | [
"MIT"
] | null | null | null | Lecture04/UIWindow-Demo/UIWindow-Demo/ValidationWindow.swift | kingcos/CS193P_2017 | ea6215fb1b09c018d0a47ab2e4b8d3536c3d8af1 | [
"MIT"
] | 24 | 2017-03-05T07:43:32.000Z | 2019-08-21T08:40:16.000Z | //
// ValidationWindow.swift
// UIWindow-Demo
//
// Created by 买明 on 26/02/2017.
// Copyright © 2017 买明. All rights reserved.
//
import UIKit
class ValidationWindow: UIWindow {
var textField: UITextField?
static let sharedInstance = ValidationWindow(frame: UIScreen.main.bounds)
override init... | 28.724638 | 93 | 0.569627 |
d3e7b11df861413522afb297d9e5da390279903e | 6,989 | sql | SQL | apps/ent/affiliation/partnertype/partnertype.sql | agungdhewe/oss | 253fafeb3a894f71ad10884e9beae0763e5535b3 | [
"BSD-3-Clause"
] | null | null | null | apps/ent/affiliation/partnertype/partnertype.sql | agungdhewe/oss | 253fafeb3a894f71ad10884e9beae0763e5535b3 | [
"BSD-3-Clause"
] | 3 | 2021-11-23T00:37:53.000Z | 2021-11-23T04:32:51.000Z | apps/ent/affiliation/partnertype/partnertype.sql | agungdhewe/oss | 253fafeb3a894f71ad10884e9beae0763e5535b3 | [
"BSD-3-Clause"
] | null | null | null | -- SET FOREIGN_KEY_CHECKS=0;
-- drop table if exists `mst_partnertype`;
-- drop table if exists `mst_partnertypeaccbudget`;
CREATE TABLE `mst_partnertype` (
`partnertype_id` varchar(10) NOT NULL ,
`partnertype_name` varchar(60) NOT NULL ,
`partnertype_descr` varchar(90) NOT NULL ,
`partnercategory_i... | 64.119266 | 184 | 0.783946 |
80f5fed589c384637048d8bd8a641dc42134d149 | 9,702 | swift | Swift | sofastcar/sofastcar/View/Reservation/ReturnVehicleStatusView.swift | SoFastCar/SoFastCar-IOS | bafe1e9bd1f0f077d672e433f017b1af51f48999 | [
"MIT"
] | 1 | 2020-08-14T01:07:04.000Z | 2020-08-14T01:07:04.000Z | sofastcar/sofastcar/View/Reservation/ReturnVehicleStatusView.swift | SoFastCar/SoFastCar-IOS | bafe1e9bd1f0f077d672e433f017b1af51f48999 | [
"MIT"
] | 102 | 2020-09-01T05:50:09.000Z | 2020-10-08T01:40:37.000Z | sofastcar/sofastcar/View/Reservation/ReturnVehicleStatusView.swift | SoFastCar/SoFastCar-IOS | bafe1e9bd1f0f077d672e433f017b1af51f48999 | [
"MIT"
] | 11 | 2020-08-13T12:52:18.000Z | 2021-08-17T00:01:23.000Z | //
// ReturnVehicleStatusView.swift
// sofastcar
//
// Created by 요한 on 2020/09/21.
// Copyright © 2020 김광수. All rights reserved.
//
import UIKit
protocol ReturnVehicleStatusViewDelegate: class {
func buttonAction(_ sender: UIButton)
}
class ReturnVehicleStatusView: UIView {
weak var customDelegate: Ret... | 28.535294 | 90 | 0.686766 |
3e4b1ba1f875d5fca73aa292e2f768f94d648d5e | 18,750 | sql | SQL | app/core/database/sql/transactionsSeeder.sql | adaviladev/cosc3380 | e47de9e760748b99de6870b81e07df0686044c4a | [
"MIT"
] | null | null | null | app/core/database/sql/transactionsSeeder.sql | adaviladev/cosc3380 | e47de9e760748b99de6870b81e07df0686044c4a | [
"MIT"
] | null | null | null | app/core/database/sql/transactionsSeeder.sql | adaviladev/cosc3380 | e47de9e760748b99de6870b81e07df0686044c4a | [
"MIT"
] | null | null | null | insert into transactions (id, customerId, postOfficeId, employeeId, packageId, cost, createdAt, modifiedAt) values (1, 3, 9, 2, 1, 84.94, '2016-04-26 17:03:21', '2016-10-29 21:32:56');
insert into transactions (id, customerId, postOfficeId, employeeId, packageId, cost, createdAt, modifiedAt) values (2, 54, 5, 4, 2, 74.... | 187.5 | 188 | 0.712053 |
2d12a15bdff4826c965e6fe60b6b183dd783655c | 34,208 | asm | Assembly | lib/am335x_sdk/ti/drv/spi/firmware/icss_espi/src/pru_y/eSPI_cmd.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | 2 | 2021-12-27T10:19:01.000Z | 2022-03-15T07:09:06.000Z | lib/am335x_sdk/ti/drv/spi/firmware/icss_espi/src/pru_y/eSPI_cmd.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | null | null | null | lib/am335x_sdk/ti/drv/spi/firmware/icss_espi/src/pru_y/eSPI_cmd.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | null | null | null | ;
; TEXAS INSTRUMENTS TEXT FILE LICENSE
;
; Copyright (c) 2018 Texas Instruments Incorporated
;
; All rights reserved not granted herein.
;
; Limited License.
;
; Texas Instruments Incorporated grants a world-wide, royalty-free, non-exclusive
; license under copyrights and patents it now or hereafter owns... | 33.603143 | 159 | 0.663266 |
e613904c30165753a1be1b33da13c4d4f1b15345 | 1,629 | go | Go | cmd/gk/command/merkle.go | funkygao/gafka | 077b43fb2687eb43715b32c59896cb40bc68a4e3 | [
"Apache-2.0"
] | 98 | 2015-11-13T10:50:51.000Z | 2022-01-11T14:26:51.000Z | cmd/gk/command/merkle.go | funkygao/gafka | 077b43fb2687eb43715b32c59896cb40bc68a4e3 | [
"Apache-2.0"
] | 12 | 2016-03-01T20:20:34.000Z | 2017-03-21T00:54:12.000Z | cmd/gk/command/merkle.go | funkygao/gafka | 077b43fb2687eb43715b32c59896cb40bc68a4e3 | [
"Apache-2.0"
] | 26 | 2016-03-02T01:11:38.000Z | 2022-02-03T13:49:06.000Z | package command
import (
"crypto/md5"
"flag"
"fmt"
"io/ioutil"
"os"
"path/filepath"
"strings"
"github.com/funkygao/gocli"
"github.com/funkygao/golib/merkle"
)
type Merkle struct {
Ui cli.Ui
Cmd string
root string
}
func (this *Merkle) Run(args []string) (exitCode int) {
cmdFlags := flag.NewFlagSet("m... | 17.706522 | 85 | 0.63229 |
b98805e5b5094f78d6bcd4fe0f0d65b11c5b5ebe | 2,524 | sql | SQL | sql/relations_only.sql | bzed/pglogical | 4d53ca43d7610d76adad977937338c883bc59067 | [
"PostgreSQL"
] | null | null | null | sql/relations_only.sql | bzed/pglogical | 4d53ca43d7610d76adad977937338c883bc59067 | [
"PostgreSQL"
] | 1 | 2020-02-17T17:39:59.000Z | 2020-02-17T17:40:59.000Z | sql/relations_only.sql | bigsql/spock | 8215c664c8e9ab919389719e1f61ca5cc42cbbd5 | [
"PostgreSQL"
] | null | null | null | -- This should be done with pg_regress's --create-role option
-- but it's blocked by bug 37906
SELECT * FROM pglogical_regress_variables()
\gset
\c :provider_dsn
SET client_min_messages = 'warning';
CREATE SCHEMA relations_only;
CREATE TABLE relations_only.rel_only(id int primary key);
CREATE TABLE relations_only.rel_... | 42.779661 | 132 | 0.815372 |
d6b8a1a1b5fb3a8cf56c5f934b918c513e560f34 | 2,234 | sql | SQL | data/tables.sql | gonzus/lomito | e779ee8699b9db009898f599b69072093cb32737 | [
"MIT"
] | null | null | null | data/tables.sql | gonzus/lomito | e779ee8699b9db009898f599b69072093cb32737 | [
"MIT"
] | null | null | null | data/tables.sql | gonzus/lomito | e779ee8699b9db009898f599b69072093cb32737 | [
"MIT"
] | null | null | null | DROP TABLE IF EXISTS continents;
CREATE TABLE continents (
id int unsigned AUTO_INCREMENT NOT NULL,
name varchar(100) NOT NULL,
PRIMARY KEY (id),
UNIQUE KEY name (name)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
DROP TABL... | 42.150943 | 63 | 0.487466 |
04ac6a0fe0454efe936079e573cc17abf9a90288 | 12,948 | java | Java | src/main/java/com/simibubi/create/foundation/ponder/content/FanScenes.java | T3sT3ro/Create | b0712297310ea2bd322f6e824516c814525995d9 | [
"MIT"
] | 1 | 2021-07-18T05:35:15.000Z | 2021-07-18T05:35:15.000Z | src/main/java/com/simibubi/create/foundation/ponder/content/FanScenes.java | T3sT3ro/Create | b0712297310ea2bd322f6e824516c814525995d9 | [
"MIT"
] | null | null | null | src/main/java/com/simibubi/create/foundation/ponder/content/FanScenes.java | T3sT3ro/Create | b0712297310ea2bd322f6e824516c814525995d9 | [
"MIT"
] | 1 | 2021-07-12T06:41:40.000Z | 2021-07-12T06:41:40.000Z | package com.simibubi.create.foundation.ponder.content;
import com.simibubi.create.AllItems;
import com.simibubi.create.content.contraptions.relays.belt.transport.TransportedItemStack;
import com.simibubi.create.content.logistics.block.depot.DepotTileEntity;
import com.simibubi.create.foundation.ponder.ElementLink;
imp... | 42.313725 | 115 | 0.742663 |
882af3ec9addf89a9e1dc1d669d0b445420882da | 2,177 | swift | Swift | EcoSoapBank/Networking/GraphQLMutations.swift | DeVitoC/Labs25-Ecosoap-TeamA-IOS | 1e091e666ea72b7371ee9b85eb57cd579e1d3b79 | [
"MIT"
] | 2 | 2020-10-26T06:21:51.000Z | 2021-09-11T01:05:53.000Z | EcoSoapBank/Networking/GraphQLMutations.swift | DeVitoC/Labs25-Ecosoap-TeamA-IOS | 1e091e666ea72b7371ee9b85eb57cd579e1d3b79 | [
"MIT"
] | 7 | 2020-08-09T13:31:46.000Z | 2020-09-15T20:37:03.000Z | EcoSoapBank/Networking/GraphQLMutations.swift | DeVitoC/Labs25-Ecosoap-TeamA-IOS | 1e091e666ea72b7371ee9b85eb57cd579e1d3b79 | [
"MIT"
] | 3 | 2020-09-25T19:01:03.000Z | 2021-02-19T17:08:57.000Z | //
// GraphQLMutations.swift
// EcoSoapBank
//
// Created by Christopher Devito on 8/12/20.
// Copyright © 2020 Spencer Curtis. All rights reserved.
//
import Foundation
enum GraphQLMutations {
// MARK: - Mutations
/* works with variables as:
{
"input": {
"email": "email@here.com... | 22.443299 | 64 | 0.477722 |
83ba743b322c541887033c26057deeaff1bfddc7 | 40,659 | db2 | SQL | sqlpl/modules.db2 | adrianmahjour/db2-samples | ff984aec81c5c08ce28443d896c0818cfae4f789 | [
"Apache-2.0"
] | 54 | 2019-08-02T13:15:07.000Z | 2022-03-21T17:36:48.000Z | sqlpl/modules.db2 | junsulee75/db2-samples | d9ee03101cad1f9167eebc1609b4151559124017 | [
"Apache-2.0"
] | 13 | 2019-07-26T13:51:16.000Z | 2022-03-25T21:43:52.000Z | sqlpl/modules.db2 | junsulee75/db2-samples | d9ee03101cad1f9167eebc1609b4151559124017 | [
"Apache-2.0"
] | 75 | 2019-07-20T04:53:24.000Z | 2022-03-23T20:56:55.000Z | -------------------------------------------------------------------------------
-- (c) Copyright IBM Corp. 2008 All rights reserved.
--
-- The following sample of source code ("Sample") is owned by International
-- Business Machines Corporation or one of its subsidiaries ("IBM") and is
-- copyrighted and licensed, not ... | 37.404784 | 114 | 0.612952 |
76f5573972fa775b39e7ec75040944dc9f45ee97 | 717 | h | C | Move&Match Cards/MMOpenViewController.h | Sweeper777/MnM-v1-0-1 | 269d727660fe5fec88569e9c4f6af3c325cddfd9 | [
"MIT"
] | null | null | null | Move&Match Cards/MMOpenViewController.h | Sweeper777/MnM-v1-0-1 | 269d727660fe5fec88569e9c4f6af3c325cddfd9 | [
"MIT"
] | null | null | null | Move&Match Cards/MMOpenViewController.h | Sweeper777/MnM-v1-0-1 | 269d727660fe5fec88569e9c4f6af3c325cddfd9 | [
"MIT"
] | null | null | null | //
// MMOpenViewController.h
// Move&Match Cards
//
// Created by Mark Voskresenskiy on 27.06.12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "Defines.h"
@protocol MMOpenFileControllerDelegate;
@interface MMOpenViewController : UIViewController <UITableViewDat... | 23.129032 | 97 | 0.786611 |
e7e39a2a86b536954713b3f28000a8f6af0bcc84 | 7,353 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_865.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_0xa0.log_21829_865.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_0xa0.log_21829_865.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 %r11
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1b201, %rsi
lea addresses_WC_ht+0x19761, %rdi
nop
cmp $40576, %r11
mov $16, %rcx
rep movsw
nop
nop
nop
nop
nop
and $44924, %r9
lea addresses_normal_ht+0x1e766, %rsi
lea addresses_normal... | 35.350962 | 2,999 | 0.655515 |
cd9a148ce6868efad41f24b98d60c73834eb7d87 | 17,623 | sql | SQL | SQL/table_kehoachgiangday.sql | quocvan20301/vku_demo | 1c85b77a15b7e83308e7f0cbfa021f188718a4a0 | [
"MIT"
] | null | null | null | SQL/table_kehoachgiangday.sql | quocvan20301/vku_demo | 1c85b77a15b7e83308e7f0cbfa021f188718a4a0 | [
"MIT"
] | null | null | null | SQL/table_kehoachgiangday.sql | quocvan20301/vku_demo | 1c85b77a15b7e83308e7f0cbfa021f188718a4a0 | [
"MIT"
] | null | null | null | /*
Navicat Premium Data Transfer
Source Server : Mysql_DB
Source Server Type : MySQL
Source Server Version : 100417
Source Host : localhost:3306
Source Schema : demovku
Target Server Type : MySQL
Target Server Version : 100417
File Encoding : 65001
Date: 28/04/2021 0... | 220.2875 | 1,141 | 0.722068 |
b55dff72018f511666b492c63d256ee2ebab5ab9 | 531 | sql | SQL | applications/piazza/queries.sql | pratikfegade/noria | 0460dd90ff8950cf1262bd66b58fd03620221b85 | [
"Apache-2.0",
"MIT"
] | 4,038 | 2018-10-04T19:09:24.000Z | 2022-03-31T06:38:35.000Z | noria-benchmarks/piazza/queries.sql | alanamarzoev/noria | ab5d51e6e88509748e75572a4068e344ea7ade92 | [
"Apache-2.0",
"MIT"
] | 81 | 2018-10-09T14:34:43.000Z | 2022-03-17T08:07:59.000Z | noria-benchmarks/piazza/queries.sql | alanamarzoev/noria | ab5d51e6e88509748e75572a4068e344ea7ade92 | [
"Apache-2.0",
"MIT"
] | 231 | 2018-10-05T21:53:11.000Z | 2022-03-27T15:01:22.000Z | posts: select * from Post where p_cid=?;
public_posts: select * from Post WHERE Post.p_private=0 and p_cid=?;
private_posts: select * from Post WHERE Post.p_private=1 and p_cid=?;
tas: select * from Role WHERE r_role = 1 and r_cid=?;
ta_posts: select * from Post WHERE Post.p_author in (select r_uid from Role WHERE Role... | 66.375 | 109 | 0.760829 |
04707f21ca2ca4be7c6edf26b54fb8a550118549 | 1,065 | java | Java | cat-server/src/main/java/ch/basler/cat/mapper/DomainDtoMapper.java | baloise/cut | d38479b9957f680ea67b436c3395b255f16e4bb4 | [
"Apache-2.0"
] | 4 | 2019-10-14T09:41:50.000Z | 2020-09-28T08:19:25.000Z | cat-server/src/main/java/ch/basler/cat/mapper/DomainDtoMapper.java | baloise/cut | d38479b9957f680ea67b436c3395b255f16e4bb4 | [
"Apache-2.0"
] | 37 | 2019-10-25T20:20:34.000Z | 2022-02-19T00:13:43.000Z | cat-server/src/main/java/ch/basler/cat/mapper/DomainDtoMapper.java | baloise/cut | d38479b9957f680ea67b436c3395b255f16e4bb4 | [
"Apache-2.0"
] | null | null | null | package ch.basler.cat.mapper;
import ch.basler.cat.api.DomainDto;
import ch.basler.cat.model.Domain;
public class DomainDtoMapper extends DtoMapper<DomainDto, Domain> {
@Override
protected DomainDto entityToDto(Domain entity) {
DomainDto mapped = new DomainDto();
mapped.setId(entity.getId());... | 32.272727 | 67 | 0.667606 |
86074410357651aa5d107502eb2ad4a9056117bc | 583 | sql | SQL | database/mysql/src/main/resources/com/intel/mtwilson/database/mysql/20120328172743_create_0_5_1_schema_3.sql | opencit/dcg_security-mtwilson | 069bb5082becd0da7435675f569b46d2178b70ac | [
"BSD-3-Clause"
] | 45 | 2016-04-26T07:34:42.000Z | 2022-03-05T03:32:22.000Z | database/mysql/src/main/resources/com/intel/mtwilson/database/mysql/20120328172743_create_0_5_1_schema_3.sql | opencit/dcg_security-mtwilson | 069bb5082becd0da7435675f569b46d2178b70ac | [
"BSD-3-Clause"
] | 129 | 2016-06-07T20:26:23.000Z | 2022-02-27T07:21:22.000Z | database/mysql/src/main/resources/com/intel/mtwilson/database/mysql/20120328172743_create_0_5_1_schema_3.sql | opencit/dcg_security-mtwilson | 069bb5082becd0da7435675f569b46d2178b70ac | [
"BSD-3-Clause"
] | 29 | 2016-05-31T07:09:59.000Z | 2021-01-22T08:48:58.000Z |
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tbl_location_pcr` (
`ID` int(11) NOT NULL AUTO_INCREMENT,
`location` varchar(200) NOT NULL,
`pcr_value` varchar(100) NOT NULL,
PRIMA... | 41.642857 | 135 | 0.728988 |
f095b62f054c9a8daeebfd1a5c74d88e84ac1994 | 2,023 | js | JavaScript | gulpconfig.js | darekkay/react-super-select | 94ba0e634db4e1587ba1ef799497093212fc8d0f | [
"MIT"
] | 104 | 2015-05-14T05:41:10.000Z | 2020-06-25T12:48:32.000Z | gulpconfig.js | darekkay/react-super-select | 94ba0e634db4e1587ba1ef799497093212fc8d0f | [
"MIT"
] | 92 | 2015-07-28T01:22:01.000Z | 2021-04-01T16:51:55.000Z | gulpconfig.js | darekkay/react-super-select | 94ba0e634db4e1587ba1ef799497093212fc8d0f | [
"MIT"
] | 45 | 2015-06-17T02:31:50.000Z | 2020-07-29T05:20:55.000Z | /*
* This file controls the behaviour of the build tasks in gulpfile.js
*/
var COMPONENT_NAME = 'react-super-select';
// Read the package.json to detect the package name and dependencies
var pkg = JSON.parse(require('fs').readFileSync('./package.json'));
module.exports = {
component: {
file: COMPONENT_NAME ... | 21.072917 | 69 | 0.529412 |
8bb554dbfcb1d40cf4223a42ecdace5e9a4deddb | 202 | sql | SQL | src/test/resources/sql/select/72a55342.sql | Shuttl-Tech/antlr_psql | fcf83192300abe723f3fd3709aff5b0c8118ad12 | [
"MIT"
] | 66 | 2018-06-15T11:34:03.000Z | 2022-03-16T09:24:49.000Z | src/test/resources/sql/select/72a55342.sql | Shuttl-Tech/antlr_psql | fcf83192300abe723f3fd3709aff5b0c8118ad12 | [
"MIT"
] | 13 | 2019-03-19T11:56:28.000Z | 2020-08-05T04:20:50.000Z | src/test/resources/sql/select/72a55342.sql | Shuttl-Tech/antlr_psql | fcf83192300abe723f3fd3709aff5b0c8118ad12 | [
"MIT"
] | 28 | 2019-01-05T19:59:02.000Z | 2022-03-24T11:55:50.000Z | -- file:oidjoins.sql ln:28 expect:true
SELECT ctid, aggmtransfn
FROM pg_catalog.pg_aggregate fk
WHERE aggmtransfn != 0 AND
NOT EXISTS(SELECT 1 FROM pg_catalog.pg_proc pk WHERE pk.oid = fk.aggmtransfn)
| 33.666667 | 78 | 0.792079 |
cb04ad5c09483e407ae9817cdbf64e948df7baab | 1,215 | h | C | deletedialog.h | memmaa/cock-heroine | e5da101c97e5a35447c32a9c46da5a4e657ea4b9 | [
"Artistic-2.0"
] | 7 | 2021-04-23T19:16:14.000Z | 2021-12-10T02:34:41.000Z | deletedialog.h | memmaa/cock-heroine | e5da101c97e5a35447c32a9c46da5a4e657ea4b9 | [
"Artistic-2.0"
] | null | null | null | deletedialog.h | memmaa/cock-heroine | e5da101c97e5a35447c32a9c46da5a4e657ea4b9 | [
"Artistic-2.0"
] | 1 | 2021-05-14T16:26:09.000Z | 2021-05-14T16:26:09.000Z | #ifndef DELETEDIALOG_H
#define DELETEDIALOG_H
#include <QDialog>
class EditorWindow;
#include <QShortcut>
namespace Ui {
class DeleteDialog;
}
class DeleteDialog : public QDialog
{
Q_OBJECT
public:
explicit DeleteDialog(EditorWindow *parent = nullptr);
~DeleteDialog();
virtual vo... | 24.795918 | 89 | 0.744856 |
b3d0ac8339febdcbddc0cee63181bbde4dc3e724 | 5,907 | kt | Kotlin | app/src/main/java/com/example/amolabs/lab3/Lab3Activity.kt | AlexPraefectus/AMOLabs | 17f99ca3910f94ef6235015fc3e357f0aa12aad1 | [
"BSD-3-Clause"
] | null | null | null | app/src/main/java/com/example/amolabs/lab3/Lab3Activity.kt | AlexPraefectus/AMOLabs | 17f99ca3910f94ef6235015fc3e357f0aa12aad1 | [
"BSD-3-Clause"
] | null | null | null | app/src/main/java/com/example/amolabs/lab3/Lab3Activity.kt | AlexPraefectus/AMOLabs | 17f99ca3910f94ef6235015fc3e357f0aa12aad1 | [
"BSD-3-Clause"
] | null | null | null | package com.example.amolabs.lab3
import android.graphics.Color
import android.os.Bundle
import android.support.v7.app.AlertDialog
import android.support.v7.app.AppCompatActivity;
import com.example.amolabs.R
import com.example.amolabs.lab3.interpolation.EyetkenInterpolator
import com.example.amolabs.lab3.interpolation... | 33.5625 | 145 | 0.65871 |
71426c6504ee61ab06fc21cd66a05df9cbc206db | 8,835 | ts | TypeScript | src/entities/sal-store-house-detail-log.ts | ehsanmandegar/kafka-agent | b5784b8962f446158d8aa7f835cfa95c757e3a97 | [
"MIT"
] | null | null | null | src/entities/sal-store-house-detail-log.ts | ehsanmandegar/kafka-agent | b5784b8962f446158d8aa7f835cfa95c757e3a97 | [
"MIT"
] | null | null | null | src/entities/sal-store-house-detail-log.ts | ehsanmandegar/kafka-agent | b5784b8962f446158d8aa7f835cfa95c757e3a97 | [
"MIT"
] | null | null | null | import { Column, Entity, Index, PrimaryGeneratedColumn } from 'typeorm';
@Index('PK_salStoreHouseDetailLog', ['pkfContractDetailLog'], { unique: true })
@Entity('salStoreHouseDetailLog', { schema: 'dbo' })
export class SalStoreHouseDetailLog {
@PrimaryGeneratedColumn({ type: 'int', name: 'pkfContractDetailLog' })
... | 28.40836 | 79 | 0.642332 |
62014bcd2281d2183c4ae92c2f26e01e90c25452 | 245 | dart | Dart | example/dialog.dart | SpinlockLabs/mac.dart | 4b178f1bfceee5804c638d7e1371517960112732 | [
"MIT"
] | 6 | 2020-01-02T10:41:19.000Z | 2021-11-28T14:17:05.000Z | example/dialog.dart | DirectMyFile/macOS.dart | 4b178f1bfceee5804c638d7e1371517960112732 | [
"MIT"
] | 2 | 2019-03-18T17:52:15.000Z | 2019-07-07T19:33:48.000Z | example/dialog.dart | DirectMyFile/macOS.dart | 4b178f1bfceee5804c638d7e1371517960112732 | [
"MIT"
] | 1 | 2019-07-04T05:19:36.000Z | 2019-07-04T05:19:36.000Z | import "package:mac/mac.dart";
main() async {
var result = await UI.displayDialog("Hello World", buttons: [
"Ok",
"Not Ok"
]);
if (result.button == "Ok") {
say("You said Ok.");
} else {
say("You didn't say Ok.");
}
}
| 16.333333 | 63 | 0.542857 |
8592a4dd3feef8b3b802619e5efe6c0356450b1c | 702 | js | JavaScript | jest.config.js | fillika/timesUp | 4c3014c86f58805348d2206b5fe946a9322c85fd | [
"MIT"
] | null | null | null | jest.config.js | fillika/timesUp | 4c3014c86f58805348d2206b5fe946a9322c85fd | [
"MIT"
] | null | null | null | jest.config.js | fillika/timesUp | 4c3014c86f58805348d2206b5fe946a9322c85fd | [
"MIT"
] | null | null | null | module.exports = {
roots: ["<rootDir>/src/tests/"], // Paths, where we can find our tests
transform: {
'^.+\\.tsx?$': 'ts-jest',
"\\.[jt]sx?$": "babel-jest"
},
moduleNameMapper: {
"^Scripts(.*)$": "<rootDir>/src/scripts$1",
},
testRegex: '(/__test__/.*|(\\.|/)(test|spec))\\.[jt]sx?$',
moduleFi... | 35.1 | 84 | 0.575499 |
902d0850b1d41bba69db83520ef2094722b541b0 | 849 | kt | Kotlin | app/src/main/java/me/shikhov/setupwizardapp/MainActivity.kt | andrey-shikhov/SetupWizard | 72b2cbc6630f91879b8aabfd08072da2ac0b7fb3 | [
"Apache-2.0"
] | 1 | 2021-11-07T21:46:35.000Z | 2021-11-07T21:46:35.000Z | app/src/main/java/me/shikhov/setupwizardapp/MainActivity.kt | andrey-shikhov/SetupWizard | 72b2cbc6630f91879b8aabfd08072da2ac0b7fb3 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/me/shikhov/setupwizardapp/MainActivity.kt | andrey-shikhov/SetupWizard | 72b2cbc6630f91879b8aabfd08072da2ac0b7fb3 | [
"Apache-2.0"
] | null | null | null | package me.shikhov.setupwizardapp
import android.os.Bundle
import androidx.appcompat.app.AppCompatActivity
import me.shikhov.wlog.Log
private const val TAG = "wizard-activity"
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceStat... | 22.342105 | 56 | 0.633687 |
2a441ae049b2d40b53fcc6caa4c751aa7a95c985 | 3,375 | java | Java | app/src/main/java/com/shawn_duan/mynews/responses/Result.java | ShawnDuan/MyNews | 95cc2d6d69d968fbb9224ab6875b507315f9ec4c | [
"Apache-2.0"
] | 1 | 2016-10-25T00:34:19.000Z | 2016-10-25T00:34:19.000Z | app/src/main/java/com/shawn_duan/mynews/responses/Result.java | ShawnDuan/MyNews | 95cc2d6d69d968fbb9224ab6875b507315f9ec4c | [
"Apache-2.0"
] | 1 | 2016-10-24T08:11:36.000Z | 2016-10-24T08:11:36.000Z | app/src/main/java/com/shawn_duan/mynews/responses/Result.java | ShawnDuan/MyNews | 95cc2d6d69d968fbb9224ab6875b507315f9ec4c | [
"Apache-2.0"
] | null | null | null | package com.shawn_duan.mynews.responses;
import java.util.ArrayList;
import java.util.List;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Result {
@SerializedName("url")
@Expose
private String url;
@SerializedName("column")
@Expose
... | 16.625616 | 57 | 0.505778 |
669fb3272c9b726824f3d701e6418d649cc907f5 | 432 | swift | Swift | Sources/BlowMindStyle/DefaultStyleEnvironmentConvertible.swift | BlowMindStyle/BlowMindStyle | 030809892046e5a28e7e50d67876476602374771 | [
"MIT"
] | 2 | 2019-07-14T19:28:31.000Z | 2019-08-07T12:55:51.000Z | Sources/BlowMindStyle/DefaultStyleEnvironmentConvertible.swift | BlowMindStyle/BlowMindStyle | 030809892046e5a28e7e50d67876476602374771 | [
"MIT"
] | null | null | null | Sources/BlowMindStyle/DefaultStyleEnvironmentConvertible.swift | BlowMindStyle/BlowMindStyle | 030809892046e5a28e7e50d67876476602374771 | [
"MIT"
] | 1 | 2020-03-31T09:48:40.000Z | 2020-03-31T09:48:40.000Z | import UIKit
/**
default implementation of `StyleEnvironmentConvertible`.
Uses NoTheme() and Locale.current
*/
public struct DefaultStyleEnvironmentConvertible: StyleEnvironmentConvertible {
public init() { }
public func toStyleEnvironment(_ traitCollection: UITraitCollection) -> StyleEnvironment<NoTheme>... | 28.8 | 103 | 0.768519 |
393a272e6096c3713de135381028d298ec87e88c | 668 | html | HTML | manuscript/page-1166/body.html | marvindanig/ramayana-vol-1 | b5cc2f0cd51936dab826107e7d1b337909172686 | [
"BlueOak-1.0.0",
"MIT"
] | null | null | null | manuscript/page-1166/body.html | marvindanig/ramayana-vol-1 | b5cc2f0cd51936dab826107e7d1b337909172686 | [
"BlueOak-1.0.0",
"MIT"
] | null | null | null | manuscript/page-1166/body.html | marvindanig/ramayana-vol-1 | b5cc2f0cd51936dab826107e7d1b337909172686 | [
"BlueOak-1.0.0",
"MIT"
] | null | null | null | <div class="leaf "><div class="inner justify"><pre class="no-indent ">drew,
A wood of Sal trees charmed the view;
That passed, the sun began to rise,
And Bharat saw with happy eyes,
Ayodhyá's city, built and planned
By ancient Manu's royal hand.
Seven nights upon the road had passed,
And when he saw the town at last
B... | 37.111111 | 76 | 0.763473 |
883fa5d82bc5cba80b816fa04afac0795a245d22 | 364 | sql | SQL | sql/updates/0.10/5030_mangos_item_template.sql | Ambal/mangos | 9833ce4e393ca36668751dbcc9dfcf7cae8ff4ff | [
"OpenSSL"
] | 1 | 2019-01-19T06:35:40.000Z | 2019-01-19T06:35:40.000Z | sql/updates/0.10/5030_mangos_item_template.sql | mfooo/wow | 3e5fad4cfdf0fd1c0a2fd7c9844e6f140a1bb32d | [
"OpenSSL"
] | null | null | null | sql/updates/0.10/5030_mangos_item_template.sql | mfooo/wow | 3e5fad4cfdf0fd1c0a2fd7c9844e6f140a1bb32d | [
"OpenSSL"
] | null | null | null | ALTER TABLE `item_template` CHANGE `AllowableClass` `AllowableClass` mediumint(9) not null default '-1';
ALTER TABLE `item_template` CHANGE `AllowableRace` `AllowableRace` mediumint(9) not null default '-1';
UPDATE `item_template` SET `AllowableClass` = -1 WHERE `AllowableClass` = 0;
UPDATE `item_template` SET `Allow... | 60.666667 | 104 | 0.752747 |
5dc9316b6359391d3c501b0a538e5d11f839cad9 | 291 | go | Go | cmd/mocqlient/mocqlient.go | koron/go-mqtt | b3f23029fa9f746a0d7ffb668cf475e8af12a1e0 | [
"MIT"
] | 7 | 2018-04-27T15:08:07.000Z | 2020-04-20T05:47:56.000Z | cmd/mocqlient/mocqlient.go | koron/go-mqtt | b3f23029fa9f746a0d7ffb668cf475e8af12a1e0 | [
"MIT"
] | 1 | 2016-02-12T09:05:11.000Z | 2016-02-15T08:20:46.000Z | cmd/mocqlient/mocqlient.go | koron/go-mqtt | b3f23029fa9f746a0d7ffb668cf475e8af12a1e0 | [
"MIT"
] | 4 | 2018-02-11T18:18:26.000Z | 2020-04-06T16:45:28.000Z | package main
func main() {
// TODO: write a client with go-mqtt/client, it should do...
// 1. connect to MQTT server
// 2. subscribe "#" topic.
// 3. publish a message "Hi MQTT Server" to "a/b/c/response" topic
// 4. log messages on each phases
done := make(chan struct{})
<-done
}
| 22.384615 | 67 | 0.646048 |
4790a9bcb91c6f22160be93772cf19a90eaed287 | 505 | html | HTML | _includes/fp-post-content.html | mitchchn/mitchchn.github.io | 3ad9aeb39dcc08c18b4ad7dde0a2f25d511489af | [
"Artistic-2.0",
"MIT"
] | 2 | 2015-01-27T20:25:44.000Z | 2015-08-30T14:16:12.000Z | _includes/fp-post-content.html | mitchchn/mitchchn.github.io | 3ad9aeb39dcc08c18b4ad7dde0a2f25d511489af | [
"Artistic-2.0",
"MIT"
] | null | null | null | _includes/fp-post-content.html | mitchchn/mitchchn.github.io | 3ad9aeb39dcc08c18b4ad7dde0a2f25d511489af | [
"Artistic-2.0",
"MIT"
] | 1 | 2019-09-14T22:40:01.000Z | 2019-09-14T22:40:01.000Z | <div class="post-content">
{{post.excerpt}}
<div class="controls">
<p><a class="readlink" href="{{post.url}}">Read more</a></p>
</div>
</div>
</div>
<!-- <footer class = "controls">
<p><em>Got feedback? <a href="http://twitter.com/mitchchn">@mitchchn</a></em></p>
{% if post.tag %}
<a class="tag controls">
<i c... | 25.25 | 91 | 0.590099 |
963f10cfa23c0ac57b3ae49afca3dbfa135ea912 | 2,063 | php | PHP | tests/Component/RSS/Handler/RemoveSubscriptionHandlerTest.php | PersonalGalaxy/X | cbf3787a37f09e86ae488c8adbe4fd4a0ed34690 | [
"MIT"
] | null | null | null | tests/Component/RSS/Handler/RemoveSubscriptionHandlerTest.php | PersonalGalaxy/X | cbf3787a37f09e86ae488c8adbe4fd4a0ed34690 | [
"MIT"
] | null | null | null | tests/Component/RSS/Handler/RemoveSubscriptionHandlerTest.php | PersonalGalaxy/X | cbf3787a37f09e86ae488c8adbe4fd4a0ed34690 | [
"MIT"
] | null | null | null | <?php
declare(strict_types = 1);
namespace Tests\PersonalGalaxy\X\Component\RSS\Handler;
use PersonalGalaxy\X\Component\RSS\Handler\RemoveSubscriptionHandler;
use PersonalGalaxy\RSS\{
Handler\RemoveSubscriptionHandler as Handler,
Command\RemoveSubscription,
Repository\SubscriptionRepository,
Entity\Su... | 37.509091 | 361 | 0.626272 |
af86f71fe9e5ec5d218634b06714f72c12e71fb3 | 1,280 | kt | Kotlin | engine/src/main/kotlin/fi/thakki/sudokusolver/engine/model/Cell.kt | terohakkarainen/sudoku-solver | bdc74111cfc4b7425ea2c5383d93b9fdfb2628b5 | [
"MIT"
] | null | null | null | engine/src/main/kotlin/fi/thakki/sudokusolver/engine/model/Cell.kt | terohakkarainen/sudoku-solver | bdc74111cfc4b7425ea2c5383d93b9fdfb2628b5 | [
"MIT"
] | null | null | null | engine/src/main/kotlin/fi/thakki/sudokusolver/engine/model/Cell.kt | terohakkarainen/sudoku-solver | bdc74111cfc4b7425ea2c5383d93b9fdfb2628b5 | [
"MIT"
] | null | null | null | package fi.thakki.sudokusolver.engine.model
import kotlinx.serialization.Serializable
import kotlinx.serialization.Transient
enum class CellValueType {
SETTABLE,
GIVEN
}
@Serializable
data class Cell(val coordinates: Coordinates, private val symbols: Symbols) {
@Serializable
data class Analysis(
... | 25.6 | 79 | 0.64375 |
be59570c7feda16809f7de6bab938e53d7bbef6c | 1,108 | rs | Rust | tests/spec/non_conformant/basic/t18_mixin_scope.rs | becmer/rsass | 7ef8b2ce6c283e5c3546640e57e62f306ed96c32 | [
"Apache-2.0"
] | 329 | 2017-02-18T12:39:56.000Z | 2022-03-31T06:52:18.000Z | tests/spec/non_conformant/basic/t18_mixin_scope.rs | becmer/rsass | 7ef8b2ce6c283e5c3546640e57e62f306ed96c32 | [
"Apache-2.0"
] | 73 | 2017-04-28T19:26:26.000Z | 2022-03-05T15:51:09.000Z | tests/spec/non_conformant/basic/t18_mixin_scope.rs | becmer/rsass | 7ef8b2ce6c283e5c3546640e57e62f306ed96c32 | [
"Apache-2.0"
] | 27 | 2017-06-05T23:02:14.000Z | 2022-03-28T00:42:52.000Z | //! Tests auto-converted from "sass-spec/spec/non_conformant/basic/18_mixin_scope.hrx"
#[allow(unused)]
fn runner() -> crate::TestRunner {
super::runner()
}
#[test]
fn test() {
assert_eq!(
runner().ok("$x: global x;\
\n$y: global y;\n\
\n@mixin foo($x) {\
\n f-a... | 25.767442 | 86 | 0.366426 |
abbf92a9cb66a30323aa25475353eda5b187cdf4 | 11,262 | sql | SQL | techdomotica.sql | xman40100/techdomotica-java | e124a179f8c1fa7d1a850a0ffc1b4fd5297a67ad | [
"Apache-2.0"
] | 4 | 2019-04-29T14:56:34.000Z | 2019-06-16T02:40:22.000Z | techdomotica.sql | xman40100/technomotica-java | e124a179f8c1fa7d1a850a0ffc1b4fd5297a67ad | [
"Apache-2.0"
] | null | null | null | techdomotica.sql | xman40100/technomotica-java | e124a179f8c1fa7d1a850a0ffc1b4fd5297a67ad | [
"Apache-2.0"
] | null | null | null | -- phpMyAdmin SQL Dump
-- version 4.8.5
-- https://www.phpmyadmin.net/
--
-- Servidor: localhost
-- Tiempo de generación: 29-05-2019 a las 18:48:37
-- Versión del servidor: 10.1.39-MariaDB
-- Versión de PHP: 7.3.5
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
... | 24.219355 | 151 | 0.65095 |
40d52a7e3a4e61660203e96653e5846bf97c8c63 | 2,086 | py | Python | 07_classes/05_inheritance.py | ghimiresdp/python-level1 | a41f484c7c6e2e012d1d2e223f9eaa2d4dd98c3f | [
"MIT"
] | 1 | 2021-07-05T16:50:49.000Z | 2021-07-05T16:50:49.000Z | 07_classes/05_inheritance.py | ghimiresdp/python-level1 | a41f484c7c6e2e012d1d2e223f9eaa2d4dd98c3f | [
"MIT"
] | null | null | null | 07_classes/05_inheritance.py | ghimiresdp/python-level1 | a41f484c7c6e2e012d1d2e223f9eaa2d4dd98c3f | [
"MIT"
] | 7 | 2022-01-19T00:35:21.000Z | 2022-03-28T04:27:34.000Z | # © https://sudipghimire.com.np
# %% [markdown]
"""
# Inheritance
- This concept is exactly similar to biological inheritance where child inherits the feature of parent.
- in inheritance, there exists a parent class and child classes which inherits parent's behaviors.
- The base class will be the parent class and the ... | 20.86 | 103 | 0.650527 |
1a38af558024d118cfefdfcdb4358403a16c1560 | 767 | asm | Assembly | Borland/CBuilder5/Source/RTL/source/cstrings/__strstr.asm | TrevorDArcyEvans/DivingMagpieSoftware | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | 1 | 2021-05-27T10:27:25.000Z | 2021-05-27T10:27:25.000Z | Borland/CBuilder5/Source/RTL/source/cstrings/__strstr.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | Borland/CBuilder5/Source/RTL/source/cstrings/__strstr.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | ;-----------------------------------------------------------------------
; filename - __strstr.asm
;
; function(s)
;
; jump stub for C++ implementation of strstr()
;-----------------------------------------------------------------------
;
; C/C++ Run Time Library - Version 10.0
;
; Copyright (c) 1987, 200... | 19.666667 | 72 | 0.468057 |
420207bce07e63331a47a3b73281b6fddb74b200 | 291 | html | HTML | Web/templates/index.html | Hacker-Davinci/Deep_Fake_Detecion_API | 81ff1e1feb0c57a3ad827be59d83d3346630723b | [
"MIT"
] | 1 | 2021-12-17T00:31:54.000Z | 2021-12-17T00:31:54.000Z | Web/templates/index.html | Hacker-Davinci/Deep_Fake_Detecion_API | 81ff1e1feb0c57a3ad827be59d83d3346630723b | [
"MIT"
] | null | null | null | Web/templates/index.html | Hacker-Davinci/Deep_Fake_Detecion_API | 81ff1e1feb0c57a3ad827be59d83d3346630723b | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<h1>Let's detect Deepfake picture !</h1>
<form method="post" enctype="multipart/form-data" action="/upload">
<input type="file" name="file">
<input type="submit" value="Upload">
</form>
</body>
</html> | 22.384615 | 69 | 0.618557 |
c01d7fca49aaa8a47c541a0e44b2afcd629a4b01 | 5,887 | lua | Lua | game/dota_addons/spelllibrary/scripts/vscripts/heroes/hero_invoker/deafening_blast.lua | XavierCHN/SpellLibrary | ca6d5b3ea6bf9177b38a1e6e38d782d77639eec1 | [
"CC-BY-2.0"
] | 2 | 2015-10-23T16:26:22.000Z | 2019-11-03T08:33:56.000Z | game/dota_addons/spelllibrary/scripts/vscripts/heroes/hero_invoker/deafening_blast.lua | XavierCHN/SpellLibrary | ca6d5b3ea6bf9177b38a1e6e38d782d77639eec1 | [
"CC-BY-2.0"
] | null | null | null | game/dota_addons/spelllibrary/scripts/vscripts/heroes/hero_invoker/deafening_blast.lua | XavierCHN/SpellLibrary | ca6d5b3ea6bf9177b38a1e6e38d782d77639eec1 | [
"CC-BY-2.0"
] | 3 | 2015-10-27T13:30:45.000Z | 2020-04-01T11:09:53.000Z | --[[Author: Pizzalol
Date: 21.04.2015.
Creates a dummy with a dummy deafening spell
The dummy acts as the projectile while following the particle projectile]]
function deafening_blast_start( keys )
local caster = keys.caster
local caster_location = caster:GetAbsOrigin()
local target_point = keys.target_points[1]
... | 39.246667 | 124 | 0.79701 |
6e4b29e477a62a10d8f69745a1e4b22d2ff8a4ae | 423 | kt | Kotlin | app/src/main/java/com/example/githubuserapp/presentation/ui/fragment/favorite/FavoriteViewState.kt | holis12821/github-users | 3356405f190659ff54a040f174436c689803d036 | [
"Apache-2.0"
] | 3 | 2021-11-23T04:13:22.000Z | 2021-12-26T06:17:34.000Z | app/src/main/java/com/example/githubuserapp/presentation/ui/fragment/favorite/FavoriteViewState.kt | holis12821/github-users | 3356405f190659ff54a040f174436c689803d036 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/githubuserapp/presentation/ui/fragment/favorite/FavoriteViewState.kt | holis12821/github-users | 3356405f190659ff54a040f174436c689803d036 | [
"Apache-2.0"
] | null | null | null | package com.example.githubuserapp.presentation.ui.fragment.favorite
import com.example.githubuserapp.data.response.model.ItemsItem
sealed class FavoriteViewState {
object Init: FavoriteViewState()
data class Progress(val isLoading: Boolean): FavoriteViewState()
data class ShowMessage(val message: String):... | 42.3 | 80 | 0.799054 |
74afe417cc9018ac1fa4e2d26479cb23d6847c40 | 313 | kt | Kotlin | solitaireapp/src/main/java/lucassales/com/br/ui/base/BaseViewModel.kt | lucassales2/CardGame | fc6db5e6de890e075fcb8a215721b8ca7bc2f8ad | [
"MIT"
] | null | null | null | solitaireapp/src/main/java/lucassales/com/br/ui/base/BaseViewModel.kt | lucassales2/CardGame | fc6db5e6de890e075fcb8a215721b8ca7bc2f8ad | [
"MIT"
] | null | null | null | solitaireapp/src/main/java/lucassales/com/br/ui/base/BaseViewModel.kt | lucassales2/CardGame | fc6db5e6de890e075fcb8a215721b8ca7bc2f8ad | [
"MIT"
] | null | null | null | package lucassales.com.br.ui.base
import androidx.lifecycle.ViewModel
import io.reactivex.disposables.CompositeDisposable
open class BaseViewModel : ViewModel() {
protected val disposables = CompositeDisposable()
override fun onCleared() {
super.onCleared()
disposables.clear()
}
} | 22.357143 | 53 | 0.734824 |
0be8866082a7ed3aafcc24e07b35c8e38c32e4eb | 139 | js | JavaScript | b2ml_/web/script.js | jeanoliveira92/teste-adminissao-b2ml | 51664a97d5651192ecded66d6ac700d8fc39c13b | [
"MIT"
] | null | null | null | b2ml_/web/script.js | jeanoliveira92/teste-adminissao-b2ml | 51664a97d5651192ecded66d6ac700d8fc39c13b | [
"MIT"
] | null | null | null | b2ml_/web/script.js | jeanoliveira92/teste-adminissao-b2ml | 51664a97d5651192ecded66d6ac700d8fc39c13b | [
"MIT"
] | null | null | null | $('body').ready(() => {
setTimeout(() => {
$('.alert').addClass('hide');
$('.error').addClass('hide');
}, 5000);
}) | 23.166667 | 37 | 0.410072 |
f27c4bad7964c3efc9fd1e96a815e1d1ba1eb1ae | 212 | swift | Swift | CodeBaseProject/AppData/AppDataPresentation.swift | haiphamthanh/CodeBaseProject | e5991ff6538f7157124206b08bfc6e85e33c411a | [
"MIT"
] | null | null | null | CodeBaseProject/AppData/AppDataPresentation.swift | haiphamthanh/CodeBaseProject | e5991ff6538f7157124206b08bfc6e85e33c411a | [
"MIT"
] | 1 | 2022-03-24T21:22:14.000Z | 2022-03-24T21:22:14.000Z | CodeBaseProject/AppData/AppDataPresentation.swift | haiphamthanh/CodeBaseProject | e5991ff6538f7157124206b08bfc6e85e33c411a | [
"MIT"
] | null | null | null | //
// AppDataPresentation.swift
// CodeBaseProject
//
// Created by HaiKaito on 03/04/2022.
//
import Foundation
protocol AppDataPresentation {
associatedtype AppDataType
func asAppData() -> AppDataType
}
| 15.142857 | 38 | 0.745283 |
330b3963d9b73c6852bb584edb372432594c7bc6 | 729 | kt | Kotlin | app/src/main/java/com/androidstudy/huaweihms/views/viewmodel/MapViewModel.kt | jumaallan/huawei-hms | 62b539416dd474f02a1bf818402c38637eb16719 | [
"MIT"
] | 16 | 2020-04-15T01:53:50.000Z | 2021-12-09T20:52:58.000Z | app/src/main/java/com/androidstudy/huaweihms/views/viewmodel/MapViewModel.kt | jumaallan/huawei-hms | 62b539416dd474f02a1bf818402c38637eb16719 | [
"MIT"
] | null | null | null | app/src/main/java/com/androidstudy/huaweihms/views/viewmodel/MapViewModel.kt | jumaallan/huawei-hms | 62b539416dd474f02a1bf818402c38637eb16719 | [
"MIT"
] | 1 | 2021-12-06T18:16:45.000Z | 2021-12-06T18:16:45.000Z | package com.androidstudy.huaweihms.views.viewmodel
import androidx.lifecycle.ViewModel
import androidx.lifecycle.viewModelScope
import com.androidstudy.huaweihms.data.remote.LocationRequest
import com.androidstudy.huaweihms.repository.MapRepository
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.launch... | 29.16 | 70 | 0.77915 |
7769f50b80e3b83e856b3e170b6ed51134607262 | 32,929 | html | HTML | api/mt7697/group___s_p_i___s_l_a_v_e.html | MediaTek-Labs/labs.mediatek.com | cd5837ff4e855fbc438635064b7d406858ac020e | [
"FSFAP"
] | null | null | null | api/mt7697/group___s_p_i___s_l_a_v_e.html | MediaTek-Labs/labs.mediatek.com | cd5837ff4e855fbc438635064b7d406858ac020e | [
"FSFAP"
] | null | null | null | api/mt7697/group___s_p_i___s_l_a_v_e.html | MediaTek-Labs/labs.mediatek.com | cd5837ff4e855fbc438635064b7d406858ac020e | [
"FSFAP"
] | null | null | null | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from labs.mediatek.com/api/mt7697/group___s_p_i___s_l_a_v_e.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 18 Aug 2021 07:12:56 GMT ... | 89.969945 | 4,922 | 0.732242 |
82b440ae5056ce0bd63464f3f500ec22757bbbc4 | 10,371 | sql | SQL | egov/egov-bpa/src/main/resources/db/migration/main/V20180826170903__bpa_dcr_checklist.sql | cscl-git/digit-bpa | bcf2a4f0dadcee3d636357c51350db96071b40c6 | [
"MIT"
] | null | null | null | egov/egov-bpa/src/main/resources/db/migration/main/V20180826170903__bpa_dcr_checklist.sql | cscl-git/digit-bpa | bcf2a4f0dadcee3d636357c51350db96071b40c6 | [
"MIT"
] | null | null | null | egov/egov-bpa/src/main/resources/db/migration/main/V20180826170903__bpa_dcr_checklist.sql | cscl-git/digit-bpa | bcf2a4f0dadcee3d636357c51350db96071b40c6 | [
"MIT"
] | null | null | null | insert into EGBPA_MSTR_CHECKLIST(id,checklisttype,servicetype,version,createdBy,createdDate)
values(nextval('SEQ_EGBPA_MSTR_CHECKLIST'),'BPADCRDOCUMENTS', (select id from egbpa_mstr_servicetype where description='Demolition'),
0,1,now());
insert into EGBPA_MSTR_CHKLISTDETAIL (id ,code,description,isactive,ismandat... | 74.611511 | 143 | 0.812747 |
607870bb5bfe480301bbff8f8fd694739dbabaa2 | 8,983 | dart | Dart | lib/ui/loginPage.dart | dangviettuan/OBP-Onboarding-Flutter | 6a76a4eadeee0fb9a2e019e9f84b5a4d4c569a70 | [
"BSD-3-Clause"
] | 4 | 2020-11-16T13:09:23.000Z | 2021-01-17T14:27:18.000Z | lib/ui/loginPage.dart | dangviettuan/OBP-Onboarding-Flutter | 6a76a4eadeee0fb9a2e019e9f84b5a4d4c569a70 | [
"BSD-3-Clause"
] | null | null | null | lib/ui/loginPage.dart | dangviettuan/OBP-Onboarding-Flutter | 6a76a4eadeee0fb9a2e019e9f84b5a4d4c569a70 | [
"BSD-3-Clause"
] | 1 | 2020-10-06T06:07:13.000Z | 2020-10-06T06:07:13.000Z | import 'package:community_material_icon/community_material_icon.dart';
import 'package:flutter/material.dart';
import 'package:flutter_auth_buttons/flutter_auth_buttons.dart';
import 'package:hello_obp_flutter/model/model.dart';
import 'package:hello_obp_flutter/utils/auth.dart';
import 'package:loading_overlay/loading... | 35.646825 | 78 | 0.385395 |
76fcb5b065e378eb2a38669d3073579d8ca3f720 | 1,307 | dart | Dart | lib/apps/models/services_model.dart | mesabo/recuchapadmin | 237bee2f0b51dae45a173966ae9b9b7ce8b1273c | [
"MIT"
] | 1 | 2021-07-24T22:10:59.000Z | 2021-07-24T22:10:59.000Z | lib/apps/models/services_model.dart | mesabo/recuchapadmin | 237bee2f0b51dae45a173966ae9b9b7ce8b1273c | [
"MIT"
] | null | null | null | lib/apps/models/services_model.dart | mesabo/recuchapadmin | 237bee2f0b51dae45a173966ae9b9b7ce8b1273c | [
"MIT"
] | null | null | null | class ServicesModel {
final int id;
final String title;
final double price;
final int duration;
final String description;
final String createdat;
final String updatedat;
final String inprogresss;
ServicesModel({
this.id = 0,
this.title = '',
this.price = 0,
this.duration = 0,
this... | 27.229167 | 149 | 0.598317 |
14247d2cbd53419d4552843addb555f6431792dd | 1,463 | dart | Dart | lib/controllers/clients_controller.dart | aittataa/shifaa_pharmacy | 679a10decbcfae40dc669aae39f08fbfba724191 | [
"MIT"
] | null | null | null | lib/controllers/clients_controller.dart | aittataa/shifaa_pharmacy | 679a10decbcfae40dc669aae39f08fbfba724191 | [
"MIT"
] | null | null | null | lib/controllers/clients_controller.dart | aittataa/shifaa_pharmacy | 679a10decbcfae40dc669aae39f08fbfba724191 | [
"MIT"
] | null | null | null | import 'package:get/get.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:shifaa_pharmacy/classes/client.dart';
import 'package:shifaa_pharmacy/constant/constant.dart';
import 'package:shifaa_pharmacy/constant/shared_functions.dart';
import 'package:shifaa_pharmacy/provider/database_pr... | 26.6 | 68 | 0.736159 |
db79db587d6f46482295887daa4f2beb1508e0b4 | 1,259 | swift | Swift | packages/expo-modules-core/ios/Swift/Logging/LogType.swift | ryo-rm/expo | 0c398d104ae125cc9fbe96826fd5c22802914a86 | [
"MIT"
] | null | null | null | packages/expo-modules-core/ios/Swift/Logging/LogType.swift | ryo-rm/expo | 0c398d104ae125cc9fbe96826fd5c22802914a86 | [
"MIT"
] | null | null | null | packages/expo-modules-core/ios/Swift/Logging/LogType.swift | ryo-rm/expo | 0c398d104ae125cc9fbe96826fd5c22802914a86 | [
"MIT"
] | null | null | null | // Copyright 2022-present 650 Industries. All rights reserved.
import os.log
/**
An enum with available log types.
*/
public enum LogType: Int {
case trace = 0
case timer = 1
case stacktrace = 2
case debug = 3
case info = 4
case warn = 5
case error = 6
case fatal = 7
/**
The string that is use... | 19.984127 | 74 | 0.586974 |
f09160d855f04d8889f31b7ec77eb4021cbc2da8 | 1,434 | js | JavaScript | src/api/sampleData.js | ChariotDigital/Lancet | 83537ef5c0c096473bb8830c2926ba1da3e96835 | [
"MIT"
] | 1 | 2022-03-30T18:56:13.000Z | 2022-03-30T18:56:13.000Z | src/api/sampleData.js | ChariotDigital/Lancet | 83537ef5c0c096473bb8830c2926ba1da3e96835 | [
"MIT"
] | null | null | null | src/api/sampleData.js | ChariotDigital/Lancet | 83537ef5c0c096473bb8830c2926ba1da3e96835 | [
"MIT"
] | null | null | null | export const defaultCategories = [
{ value: "Web Development", label: "Web Development" },
{ value: "Web Design", label: "Web Design" },
{ value: "Digital Art", label: "Digital Art" },
{ value: "Social Media Marketing", label: "Social Media Marketing" },
{ value: "Project Management" , label: "Proje... | 34.97561 | 73 | 0.588563 |
047f31983ba79d6b11295d20789a66924ed38601 | 1,990 | java | Java | holidaysomething/src/test/java/com/holidaysomething/holidaysomething/JDragon/repositoryTest/ProductCategoryTest.java | gyumin-kim/Holiday-something | 0fcb6c7a2fedf70fec3ad06933997109b101cabc | [
"MIT"
] | 24 | 2018-12-04T09:30:41.000Z | 2021-07-27T01:29:25.000Z | holidaysomething/src/test/java/com/holidaysomething/holidaysomething/JDragon/repositoryTest/ProductCategoryTest.java | gyumin-kim/Holiday-something | 0fcb6c7a2fedf70fec3ad06933997109b101cabc | [
"MIT"
] | 6 | 2018-12-10T05:00:02.000Z | 2019-01-28T06:33:07.000Z | holidaysomething/src/test/java/com/holidaysomething/holidaysomething/JDragon/repositoryTest/ProductCategoryTest.java | gyumin-kim/Holiday-something | 0fcb6c7a2fedf70fec3ad06933997109b101cabc | [
"MIT"
] | 9 | 2018-12-20T09:10:16.000Z | 2020-12-23T07:35:19.000Z | package com.holidaysomething.holidaysomething.JDragon.repositoryTest;
import com.holidaysomething.holidaysomething.domain.ProductCategory;
import com.holidaysomething.holidaysomething.dto.ProductListCategoryDto;
import com.holidaysomething.holidaysomething.repository.ProductCategoryRepository;
import java.util.List;
i... | 33.166667 | 99 | 0.750754 |
acda4164065740ff6f20abc432ef313b7414be57 | 2,623 | sql | SQL | CMSDataScripts/dbo/Stored Procedures/carrot_BlogDateFilenameUpdate.sql | ninianne98/CarrotCakeCMS-MVC | 6f00c2d2e46cfe33fd49311f3569cea65002e8e4 | [
"MIT"
] | 29 | 2015-09-24T03:17:25.000Z | 2020-05-07T01:01:40.000Z | CMSDataScripts/dbo/Stored Procedures/carrot_BlogDateFilenameUpdate.sql | ninianne98/CarrotCakeCMS-MVC | 6f00c2d2e46cfe33fd49311f3569cea65002e8e4 | [
"MIT"
] | 3 | 2016-01-10T17:30:02.000Z | 2019-09-10T17:26:09.000Z | CMSDataScripts/dbo/Stored Procedures/carrot_BlogDateFilenameUpdate.sql | ninianne98/CarrotCakeCMS-MVC | 6f00c2d2e46cfe33fd49311f3569cea65002e8e4 | [
"MIT"
] | 21 | 2015-10-21T14:44:10.000Z | 2022-02-01T10:08:43.000Z |
CREATE PROCEDURE [dbo].[carrot_BlogDateFilenameUpdate]
@SiteID uniqueidentifier
/*
exec [carrot_BlogDateFilenameUpdate] '3BD253EA-AC65-4EB6-A4E7-BB097C2255A0'
*/
AS BEGIN
SET NOCOUNT ON
DECLARE @ErrorCode int
SET @ErrorCode = 0
DECLARE @TranStarted bit
SE... | 26.494949 | 133 | 0.654975 |
8f086ba6756e6069f34fba98666d1d30aefeb802 | 2,416 | java | Java | Client/src/com/jagex/Class526_Sub38_Sub3.java | dylan-worth/OfflineRS | 7d217a1de621e65effffe84b208f7a5537536b2d | [
"Apache-2.0"
] | null | null | null | Client/src/com/jagex/Class526_Sub38_Sub3.java | dylan-worth/OfflineRS | 7d217a1de621e65effffe84b208f7a5537536b2d | [
"Apache-2.0"
] | null | null | null | Client/src/com/jagex/Class526_Sub38_Sub3.java | dylan-worth/OfflineRS | 7d217a1de621e65effffe84b208f7a5537536b2d | [
"Apache-2.0"
] | null | null | null | package com.jagex;
import com.jagex.Class526_Sub38;
import com.jagex.Class581;
import com.jagex.Class639_Sub1_Sub2_Sub1_Sub1;
import com.jagex.Class662;
import com.jagex.client;
public class Class526_Sub38_Sub3 extends Class526_Sub38 {
int anInt11814;
public boolean method9728(int var1) {
Cla... | 36.059701 | 139 | 0.661838 |
bb4caa489fd2fc52c901db3fb9cb0b5a99e11ea5 | 20 | asm | Assembly | src/constants/misc_constants.asm | anmart/ezgbc | 4d227bdfa48ee791cdd1ecb618b2ffd7143ed550 | [
"Unlicense"
] | 1 | 2021-10-14T21:30:05.000Z | 2021-10-14T21:30:05.000Z | src/constants/misc_constants.asm | anmart/ezgbc | 4d227bdfa48ee791cdd1ecb618b2ffd7143ed550 | [
"Unlicense"
] | 3 | 2019-09-26T15:15:33.000Z | 2019-10-29T00:59:10.000Z | src/constants/misc_constants.asm | anmart/ezgbc | 4d227bdfa48ee791cdd1ecb618b2ffd7143ed550 | [
"Unlicense"
] | null | null | null | Bankswitch EQU $30 | 20 | 20 | 0.75 |
7a7060090f217513d86acc9d2d668aa9013e315e | 19,125 | sql | SQL | icasus/install/tablas_icasus.sql | juananruiz/icasus | c186f9776a5e441ec7868d1136ca878ee1c8e11b | [
"MIT"
] | 2 | 2015-11-16T11:54:29.000Z | 2022-02-13T20:24:31.000Z | icasus/install/tablas_icasus.sql | juananruiz/icasus | c186f9776a5e441ec7868d1136ca878ee1c8e11b | [
"MIT"
] | 4 | 2018-08-27T10:58:32.000Z | 2022-02-13T20:20:35.000Z | icasus/install/tablas_icasus.sql | juananruiz/icasus | c186f9776a5e441ec7868d1136ca878ee1c8e11b | [
"MIT"
] | 2 | 2022-02-13T20:24:37.000Z | 2022-02-14T09:45:00.000Z | # ************************************************************
# Sequel Pro SQL dump
# Versión 4541
#
# http://www.sequelpro.com/
# https://github.com/sequelpro/sequelpro
#
# ************************************************************
# Volcado de tabla icasus_analisis
# ----------------------------------------------... | 32.19697 | 181 | 0.645595 |
047a2fdecb386fe4fc5939d1cb244ec38cf90b6b | 194 | java | Java | src/test/java/com/flipkart/databuilderframework/cmplxscenariotest/data/DataF.java | nottocode/databuilderframework | 76fa83914b836d2288de2a46bc337910353d0b14 | [
"Apache-2.0"
] | 19 | 2015-06-12T05:32:34.000Z | 2021-09-14T23:15:02.000Z | src/test/java/com/flipkart/databuilderframework/cmplxscenariotest/data/DataF.java | nottocode/databuilderframework | 76fa83914b836d2288de2a46bc337910353d0b14 | [
"Apache-2.0"
] | 25 | 2015-04-21T07:09:47.000Z | 2021-05-04T19:23:21.000Z | src/test/java/com/flipkart/databuilderframework/cmplxscenariotest/data/DataF.java | nottocode/databuilderframework | 76fa83914b836d2288de2a46bc337910353d0b14 | [
"Apache-2.0"
] | 27 | 2015-04-22T17:30:29.000Z | 2022-02-17T11:59:51.000Z | package com.flipkart.databuilderframework.cmplxscenariotest.data;
import com.flipkart.databuilderframework.model.Data;
public class DataF extends Data {
public DataF() {
super("F");
}
}
| 16.166667 | 65 | 0.768041 |
2f4f4a0e2405003357a12f4940ed5d6cff372800 | 3,765 | php | PHP | resources/views/admin/dashboard/manage-dashboard/index.blade.php | CLICKYSOFT90/primoticketing | 4d151cb155f9354a67e12334c983edfce77dd470 | [
"MIT"
] | null | null | null | resources/views/admin/dashboard/manage-dashboard/index.blade.php | CLICKYSOFT90/primoticketing | 4d151cb155f9354a67e12334c983edfce77dd470 | [
"MIT"
] | null | null | null | resources/views/admin/dashboard/manage-dashboard/index.blade.php | CLICKYSOFT90/primoticketing | 4d151cb155f9354a67e12334c983edfce77dd470 | [
"MIT"
] | null | null | null | @extends('adminlte::page')
@section('title', 'Dashboard')
@section('content_header')
@stop
@section('content')
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12">
<a class="dashboard-stat dashboard-stat-v2 whi... | 38.814433 | 107 | 0.360956 |
569ac83da3b258c34091ba0ecf361755123640a3 | 814 | go | Go | internal/providers/docker/component.go | balupton/exo | ef030ea1dc8a425da47ef25b6714e30284113184 | [
"Apache-2.0"
] | 270 | 2021-07-22T15:39:35.000Z | 2022-03-28T18:27:45.000Z | internal/providers/docker/component.go | balupton/exo | ef030ea1dc8a425da47ef25b6714e30284113184 | [
"Apache-2.0"
] | 295 | 2021-07-19T15:20:53.000Z | 2022-03-23T00:17:59.000Z | internal/providers/docker/component.go | balupton/exo | ef030ea1dc8a425da47ef25b6714e30284113184 | [
"Apache-2.0"
] | 8 | 2021-08-19T22:28:22.000Z | 2022-01-26T02:50:00.000Z | package docker
import (
"github.com/deref/exo/internal/providers/core"
"github.com/deref/exo/internal/providers/docker/compose"
"github.com/deref/exo/internal/util/yamlutil"
dockerclient "github.com/docker/docker/client"
)
type ComponentBase struct {
core.ComponentBase
Docker *dockerclient.Client
}
func (c Com... | 25.4375 | 78 | 0.756757 |
40ebe5d1d0fea56e22cd062c7698c35c7b61db31 | 445 | py | Python | enterprise_manage/apps/score_center/serializers.py | x315904752/enterprise_manage | ac679d8e7221080dadfdbe6d8ac6ece0b19ed1f1 | [
"MIT"
] | null | null | null | enterprise_manage/apps/score_center/serializers.py | x315904752/enterprise_manage | ac679d8e7221080dadfdbe6d8ac6ece0b19ed1f1 | [
"MIT"
] | 2 | 2020-06-06T01:09:13.000Z | 2021-06-10T22:26:59.000Z | enterprise_manage/apps/score_center/serializers.py | x315904752/enterprise_manage | ac679d8e7221080dadfdbe6d8ac6ece0b19ed1f1 | [
"MIT"
] | null | null | null | from rest_framework import serializers
from enterprise_manage.apps.score_center.models import *
class ScoreResultSerializer(serializers.ModelSerializer):
user_photo = serializers.CharField(source='user_photo.url')
class Meta:
model = UserProfile
fields = ['name', 'user_photo']
class ScoreP... | 23.421053 | 63 | 0.721348 |
24fdbfe7b11f8a593cfd9117e2c3e5dc295f414d | 140 | go | Go | log/cuslog/formatter.go | developbiao/gopractise-demo | 490d5369acf227ba21c9b603179b3dcd6bae0f9b | [
"MIT"
] | null | null | null | log/cuslog/formatter.go | developbiao/gopractise-demo | 490d5369acf227ba21c9b603179b3dcd6bae0f9b | [
"MIT"
] | null | null | null | log/cuslog/formatter.go | developbiao/gopractise-demo | 490d5369acf227ba21c9b603179b3dcd6bae0f9b | [
"MIT"
] | null | null | null | package cuslog
type Formatter interface {
// Maybe in async goroutine
// Please write the result to buffer
Format(entry *Entry) error
}
| 17.5 | 37 | 0.75 |
e5210b297826888514106af598ebdae1cdebd3bc | 936 | html | HTML | manuscript/page-613/body.html | marvindanig/gulliver-s-travels-into-several-remote-nations-of-the-world | 057aeff45ae8503183edb4edec25768bd2248085 | [
"CECILL-B"
] | null | null | null | manuscript/page-613/body.html | marvindanig/gulliver-s-travels-into-several-remote-nations-of-the-world | 057aeff45ae8503183edb4edec25768bd2248085 | [
"CECILL-B"
] | null | null | null | manuscript/page-613/body.html | marvindanig/gulliver-s-travels-into-several-remote-nations-of-the-world | 057aeff45ae8503183edb4edec25768bd2248085 | [
"CECILL-B"
] | null | null | null | <div class="leaf flex"><div class="inner justify"><p>I had hitherto concealed the secret of my dress, in order to distinguish myself, as much as possible, from that cursed race of Yahoos; but now I found it in vain to do so any longer. Besides, I considered that my clothes and shoes would soon wear out, which alr... | 936 | 936 | 0.775641 |
e97298103f46bc7dba782bd59a5fae1a0757045e | 6,519 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_2127.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_2127.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_2127.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 %r11
push %r12
push %r13
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x12069, %r12
inc %r9
movw $0x6162, (%r12)
nop
nop
nop
nop
nop
lfence
lea addresses_normal_ht+0x9d29, %r13
clflush (%r13)
nop
nop
nop
nop
nop
inc %r8
mov (%r1... | 35.237838 | 2,999 | 0.657003 |
fce823c383309b06d065aceddbe81fb8e74bad82 | 1,433 | css | CSS | MEDIUM/medium.css | bgoonz/html-demo-code-and-experiments | b0f9bfea84f2102e6aeacc7add36533578826aaf | [
"Apache-2.0"
] | 3 | 2021-11-15T07:54:37.000Z | 2021-11-29T03:09:12.000Z | MEDIUM/medium.css | bgoonz/html-demo-code-and-experiments | b0f9bfea84f2102e6aeacc7add36533578826aaf | [
"Apache-2.0"
] | 26 | 2021-11-15T04:26:39.000Z | 2021-11-17T00:17:06.000Z | MEDIUM/medium.css | bgoonz/html-demo-code-and-experiments | b0f9bfea84f2102e6aeacc7add36533578826aaf | [
"Apache-2.0"
] | null | null | null | * {
font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
::-webkit-resizer {
border: 2px solid black;
background: red;
box-shadow: 0 0 5px 5px blue;
outline: 2px solid yellow;
}
#resizable {
display: block;
font-size: 9pt;
position: absolute;
bottom: 50px;
left: 20px;
p... | 15.084211 | 66 | 0.594557 |
b81580621ce887c1f4559de5674eead84896f8d6 | 15,526 | sql | SQL | DomeOS/src/main/resources/create-db.sql | eliukehua/domeos-mye | b476603512d2f8a8d50b697c793bc6cebf5ab575 | [
"Apache-2.0"
] | null | null | null | DomeOS/src/main/resources/create-db.sql | eliukehua/domeos-mye | b476603512d2f8a8d50b697c793bc6cebf5ab575 | [
"Apache-2.0"
] | null | null | null | DomeOS/src/main/resources/create-db.sql | eliukehua/domeos-mye | b476603512d2f8a8d50b697c793bc6cebf5ab575 | [
"Apache-2.0"
] | null | null | null | CREATE TABLE IF NOT EXISTS `admin_roles` (
`userId` INT(11) NOT NULL PRIMARY KEY,
`role` VARCHAR(255) NOT NULL DEFAULT '0'
)ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `build_history` (
`id` INT(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
`name` VARCHAR(255) NOT NULL,
`description` VARCHAR(10... | 38.912281 | 91 | 0.734639 |
c2d0bd3625a42df9583bfc8f4546ff61d3b33663 | 340 | go | Go | model.go | korhov/migorm | b3bc2ddda93778d58b4bc566c71615fb512fa6f2 | [
"MIT"
] | 6 | 2018-11-15T17:13:54.000Z | 2021-01-26T09:06:45.000Z | model.go | korhov/migorm | b3bc2ddda93778d58b4bc566c71615fb512fa6f2 | [
"MIT"
] | 1 | 2019-07-11T14:09:10.000Z | 2019-07-11T14:33:42.000Z | model.go | korhov/migorm | b3bc2ddda93778d58b4bc566c71615fb512fa6f2 | [
"MIT"
] | 6 | 2018-11-16T08:42:47.000Z | 2020-11-24T05:08:25.000Z | package migorm
import (
"time"
)
type migrationModel struct {
Id uint `gorm:"primary_key;"`
Name string `gorm:"type:varchar(150);unique;not null"`
CreatedAt *time.Time
UpdatedAt *time.Time
tableName string `gorm:"-"` // for set custom table name
}
func (m migrationModel) TableName() string {
... | 18.888889 | 60 | 0.685294 |
1e9dc9b5776f5c3931ba46647b008f0358e13b70 | 840 | swift | Swift | Sources/CyclePageView/CyclePageViewCell.swift | qiangjindong/CyclePageView | 6b86aef8c6bcb43394b41c949fc0e6810f06bb07 | [
"MIT"
] | 4 | 2020-03-30T07:12:57.000Z | 2020-03-31T08:08:42.000Z | Sources/CyclePageView/CyclePageViewCell.swift | qiangjindong/CyclePageView | 6b86aef8c6bcb43394b41c949fc0e6810f06bb07 | [
"MIT"
] | null | null | null | Sources/CyclePageView/CyclePageViewCell.swift | qiangjindong/CyclePageView | 6b86aef8c6bcb43394b41c949fc0e6810f06bb07 | [
"MIT"
] | null | null | null | //
// CyclePageViewCell.swift
// CyclePageView
//
// Created by QiangJindong on 2019/6/16.
// Copyright © 2019 QiangJindong. All rights reserved.
//
import UIKit
open class CyclePageViewCell: UICollectionViewCell {
public override init(frame: CGRect) {
super.init(frame: frame)
}
public re... | 24.705882 | 59 | 0.647619 |
9c0449c39d416dd316154d60934c9b060fcfa8fe | 11,522 | ts | TypeScript | src/mixins/Themeable.ts | tomdye/widget-core | 0f7f45ec906cb713e59670f065e466f187a645d3 | [
"BSD-3-Clause"
] | null | null | null | src/mixins/Themeable.ts | tomdye/widget-core | 0f7f45ec906cb713e59670f065e466f187a645d3 | [
"BSD-3-Clause"
] | null | null | null | src/mixins/Themeable.ts | tomdye/widget-core | 0f7f45ec906cb713e59670f065e466f187a645d3 | [
"BSD-3-Clause"
] | null | null | null | import { assign } from '@dojo/core/lang';
import { find } from '@dojo/shim/array';
import Map from '@dojo/shim/Map';
import { ClassesFunction, Constructor, WidgetProperties } from './../interfaces';
import { Registry } from './../Registry';
import { Injector } from './../Injector';
import { inject } from './../decorato... | 30.401055 | 139 | 0.702916 |
1fad29c9868ad32f675e95799cb02626a3724eac | 6,450 | html | HTML | pages/questions.html | salam1107/HW3-telhai-web-2019 | 7391f4b2a20e1aee83993deb02d48b1ad87ce54d | [
"MIT"
] | null | null | null | pages/questions.html | salam1107/HW3-telhai-web-2019 | 7391f4b2a20e1aee83993deb02d48b1ad87ce54d | [
"MIT"
] | 3 | 2019-05-12T13:39:00.000Z | 2019-06-07T15:07:34.000Z | pages/questions.html | salam1107/HW3-telhai-web-2019 | 7391f4b2a20e1aee83993deb02d48b1ad87ce54d | [
"MIT"
] | null | null | null | <html>
<head>
<link rel="stylesheet" type="text/css" href="../css/top_bar.css">
<link rel="stylesheet" type="text/css" href="../css/questions_page.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body>
<div id="top... | 36.857143 | 149 | 0.490078 |
3572c5397eaef42e7ae322f76e4563528b9beda9 | 1,987 | sql | SQL | snprc_ehr/resources/source_queries/create_v_snd_Projects.sql | LabKey/snprcEHRModules | 93fab5f8a3ced8f6449a4ed99ae96f513494823f | [
"Apache-2.0"
] | 2 | 2018-11-13T17:29:20.000Z | 2018-11-13T17:29:25.000Z | snprc_ehr/resources/source_queries/create_v_snd_Projects.sql | LabKey/snprcEHRModules | 93fab5f8a3ced8f6449a4ed99ae96f513494823f | [
"Apache-2.0"
] | 36 | 2019-02-27T18:02:47.000Z | 2022-03-30T22:16:03.000Z | snprc_ehr/resources/source_queries/create_v_snd_Projects.sql | LabKey/snprcEHRModules | 93fab5f8a3ced8f6449a4ed99ae96f513494823f | [
"Apache-2.0"
] | 1 | 2019-12-04T16:29:52.000Z | 2019-12-04T16:29:52.000Z | /*
* Copyright (c) 2017-2018 LabKey Corporation
*
* 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 l... | 36.127273 | 97 | 0.634122 |
4041c6e6f123c21a46c1126a70fd1fb55224ebe0 | 2,265 | py | Python | examples/breakpoint_api_examples.py | AstrocyteResearch/portformer | 38a3d17fdbf1a7360f260947cfec1b2652e05674 | [
"Apache-2.0"
] | 1 | 2021-08-13T00:15:23.000Z | 2021-08-13T00:15:23.000Z | examples/breakpoint_api_examples.py | AstrocyteResearch/portformer | 38a3d17fdbf1a7360f260947cfec1b2652e05674 | [
"Apache-2.0"
] | 2 | 2020-12-03T09:55:53.000Z | 2020-12-03T15:28:14.000Z | examples/breakpoint_api_examples.py | AstrocyteResearch/portformer | 38a3d17fdbf1a7360f260947cfec1b2652e05674 | [
"Apache-2.0"
] | null | null | null | """Basic Breakpoint API Examples."""
import numpy as np
import pandas as pd
from portformer import BreakpointAPI
def examples():
"""List of major Breakpoint API examples"""
# Read environment variable = BREAKPOINT_API_KEY
api = BreakpointAPI(api_key=None)
# Get Latest AAPL forecasts
breakpoint... | 26.647059 | 80 | 0.621634 |
a6ec2549630a7960576757421fd1f3499d4a2d6d | 621 | swift | Swift | Authenticator/Settings/Alternate Icons/AppIconService.swift | BastiaanJansen/Authenticator | 749c48aaa43130eac89db06c84c1afdd11b98eaa | [
"MIT"
] | 2 | 2021-02-04T21:22:02.000Z | 2021-05-15T14:07:38.000Z | Authenticator/Settings/Alternate Icons/AppIconService.swift | BastiaanJansen/Authenticator | 749c48aaa43130eac89db06c84c1afdd11b98eaa | [
"MIT"
] | null | null | null | Authenticator/Settings/Alternate Icons/AppIconService.swift | BastiaanJansen/Authenticator | 749c48aaa43130eac89db06c84c1afdd11b98eaa | [
"MIT"
] | null | null | null | //
// AppIconService.swift
// Authenticator
//
// Created by Bastiaan Jansen on 08/12/2020.
//
import UIKit
class AppIconService {
enum AppIcon: String, CaseIterable {
case indigo = "IndigoIcon"
case black = "BlackIcon"
case darkPlum = "DarkPlumIcon"
}
static func changeIco... | 23 | 85 | 0.594203 |
404ce2bca0f18b2df64f575b49eb0c3ce6729b52 | 7,630 | py | Python | webware/MiscUtils/Tests/TestFuncs.py | PeaceWorksTechnologySolutions/w4py3 | 7f9e7088034e3e3ac53158edfa4f377b5b2f45fe | [
"MIT"
] | 11 | 2020-10-18T07:33:56.000Z | 2021-09-27T21:03:38.000Z | webware/MiscUtils/Tests/TestFuncs.py | PeaceWorksTechnologySolutions/w4py3 | 7f9e7088034e3e3ac53158edfa4f377b5b2f45fe | [
"MIT"
] | 9 | 2020-01-03T18:58:25.000Z | 2020-01-09T18:36:23.000Z | webware/MiscUtils/Tests/TestFuncs.py | PeaceWorksTechnologySolutions/w4py3 | 7f9e7088034e3e3ac53158edfa4f377b5b2f45fe | [
"MIT"
] | 4 | 2020-06-30T09:41:56.000Z | 2021-02-20T13:48:08.000Z | import time
import unittest
from MiscUtils.Funcs import (
asclocaltime, commas, charWrap, wordWrap, excstr,
hostName, localIP, localTimeDelta, positiveId,
safeDescription, timestamp, uniqueId, valueForString)
class TestFuncs(unittest.TestCase):
"""Unit tests for the functions in MiscUtils.Funcs."""
... | 33.318777 | 78 | 0.536435 |