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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c7e6dd2366a172288c3918b66ff432ec716ed190 | 10,596 | py | Python | handlers.py | hulingfeng211/sshwall | 5369fd76b9f3e1540349bca61da86b11b22f536e | [
"MIT"
] | 1 | 2018-02-18T16:20:30.000Z | 2018-02-18T16:20:30.000Z | handlers.py | hulingfeng211/sshwall | 5369fd76b9f3e1540349bca61da86b11b22f536e | [
"MIT"
] | null | null | null | handlers.py | hulingfeng211/sshwall | 5369fd76b9f3e1540349bca61da86b11b22f536e | [
"MIT"
] | null | null | null | # -*- coding:utf-8 -*-
import uuid
import tornado.websocket
from daemon import Bridge
from data import ClientData
from utils import check_ip, check_port
from tornado.log import gen_log
from tornado.gen import coroutine
from tornado.web import escape,authenticated
from models import *
class BaseHandler(tornado.web.R... | 35.086093 | 120 | 0.570781 |
0ee1c5a39901c5ba0d8a45d2524be4075d2be9b5 | 543 | tsx | TypeScript | src/app/App.tsx | alicepetzinger/bergfest-music | 781b4906d0b4ef61a67651e37ae73b2169a708f2 | [
"MIT"
] | null | null | null | src/app/App.tsx | alicepetzinger/bergfest-music | 781b4906d0b4ef61a67651e37ae73b2169a708f2 | [
"MIT"
] | null | null | null | src/app/App.tsx | alicepetzinger/bergfest-music | 781b4906d0b4ef61a67651e37ae73b2169a708f2 | [
"MIT"
] | null | null | null | import React from 'react';
import styles from './App.module.css';
import Title from './Components/Title/Title';
function App(): JSX.Element {
return (
<main className={styles.container}>
<Title />
<h2 className={styles.h2}>Entry</h2>
<div className={styles.card} />
<form className={styles... | 24.681818 | 62 | 0.598527 |
c8148a64323a597db9b0a0d10c8787bfb2067027 | 7,810 | rs | Rust | rust/server/auth/src/lib.rs | tlowerison/tilings | 0bd477da4e811aa7de39b58f90a3e86323bd6b23 | [
"MIT"
] | 1 | 2021-09-10T04:47:17.000Z | 2021-09-10T04:47:17.000Z | rust/server/auth/src/lib.rs | tlowerison/tilings | 0bd477da4e811aa7de39b58f90a3e86323bd6b23 | [
"MIT"
] | null | null | null | rust/server/auth/src/lib.rs | tlowerison/tilings | 0bd477da4e811aa7de39b58f90a3e86323bd6b23 | [
"MIT"
] | null | null | null | pub const COOKIE_KEY: &'static str = "tilings_account_id";
#[cfg(not(target_arch = "wasm32"))]
mod auth {
use super::*;
use argon2;
use base64;
use db_conn::DbConn;
use diesel::{self, PgConnection, prelude::*};
use lazy_static::lazy_static;
use models::*;
use r2d2_redis::{r2d2::Pool, re... | 37.729469 | 115 | 0.498976 |
571363e613aa13457f2955bb5f578222ad441927 | 1,093 | h | C | HandScapeSDK.framework/Versions/A/Headers/UITouch+Synthesize.h | HandScapeIncDrive/HSFLballPod | be027ae76f455ae6c2b0d0ed4d9b0128224de3eb | [
"MIT"
] | null | null | null | HandScapeSDK.framework/Versions/A/Headers/UITouch+Synthesize.h | HandScapeIncDrive/HSFLballPod | be027ae76f455ae6c2b0d0ed4d9b0128224de3eb | [
"MIT"
] | null | null | null | HandScapeSDK.framework/Versions/A/Headers/UITouch+Synthesize.h | HandScapeIncDrive/HSFLballPod | be027ae76f455ae6c2b0d0ed4d9b0128224de3eb | [
"MIT"
] | null | null | null | //
// TouchSynthesis.h
// SelfTesting
//
// Created by Matt Gallagher on 23/11/08.
// Copyright 2008 Matt Gallagher. All rights reserved.
//
// Permission is given to use this source code file, free of charge, in any
// project, commercial or otherwise, entirely at your risk, with the condition
// that any redis... | 20.622642 | 79 | 0.729186 |
293a9e78383bfca880dd15e10e4a4690c4c7484a | 1,608 | kt | Kotlin | workflows/src/main/kotlin/com/sorda/flows/tokens/IssueSordaTokens.kt | fowlerrr/Sorda | b9fa92e8f15217c680ed44f490c2a0399e060f5f | [
"Apache-2.0"
] | null | null | null | workflows/src/main/kotlin/com/sorda/flows/tokens/IssueSordaTokens.kt | fowlerrr/Sorda | b9fa92e8f15217c680ed44f490c2a0399e060f5f | [
"Apache-2.0"
] | 7 | 2021-03-10T06:34:29.000Z | 2022-03-02T07:14:02.000Z | workflows/src/main/kotlin/com/sorda/flows/tokens/IssueSordaTokens.kt | fowlerrr/Sorda | b9fa92e8f15217c680ed44f490c2a0399e060f5f | [
"Apache-2.0"
] | 1 | 2020-08-17T08:56:19.000Z | 2020-08-17T08:56:19.000Z | package com.sorda.flows.tokens
import co.paralleluniverse.fibers.Suspendable
import com.r3.corda.lib.tokens.contracts.utilities.heldBy
import com.r3.corda.lib.tokens.contracts.utilities.issuedBy
import com.r3.corda.lib.tokens.contracts.utilities.of
import com.r3.corda.lib.tokens.workflows.flows.rpc.IssueTokens
import ... | 33.5 | 88 | 0.764303 |
3fb948761677fc2b752126fb1195528781ad1cca | 22,619 | sql | SQL | citys.sql | yhif/Provinces_citys_areas | b76eb2f9e8cf8f1125a8cdae349b9d74364074b1 | [
"Apache-2.0"
] | 16 | 2018-11-01T07:48:48.000Z | 2021-03-15T15:48:21.000Z | citys.sql | yhif/Provinces_citys_areas | b76eb2f9e8cf8f1125a8cdae349b9d74364074b1 | [
"Apache-2.0"
] | null | null | null | citys.sql | yhif/Provinces_citys_areas | b76eb2f9e8cf8f1125a8cdae349b9d74364074b1 | [
"Apache-2.0"
] | 8 | 2019-02-02T06:35:23.000Z | 2021-03-15T15:48:11.000Z | # ************************************************************
# Sequel Pro SQL dump
# Version 4541
#
# http://www.sequelpro.com/
# https://github.com/sequelpro/sequelpro
#
# Host: 127.0.0.1 (MySQL 5.6.20)
# Database: dhweb
# Generation Time: 2016-05-25 07:26:38 +0000
# *************************************************... | 50.715247 | 88 | 0.643088 |
505d2cef1b5e31bbd0e1faae1dc2786873099062 | 5,926 | go | Go | api/model_telegraf_all_of_links.gen.go | TwentyFiveSoftware/influx-cli | 239a8cc4e9c1964993c51f59a910e83a02b1c9e6 | [
"MIT"
] | 23 | 2021-05-11T21:40:19.000Z | 2022-03-17T15:46:36.000Z | api/model_telegraf_all_of_links.gen.go | TwentyFiveSoftware/influx-cli | 239a8cc4e9c1964993c51f59a910e83a02b1c9e6 | [
"MIT"
] | 208 | 2021-04-12T16:02:16.000Z | 2022-03-24T13:52:08.000Z | api/model_telegraf_all_of_links.gen.go | TwentyFiveSoftware/influx-cli | 239a8cc4e9c1964993c51f59a910e83a02b1c9e6 | [
"MIT"
] | 5 | 2021-09-10T20:19:12.000Z | 2022-03-25T10:04:43.000Z | /*
* Subset of Influx API covered by Influx CLI
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* API version: 2.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
package api
import (
"encoding/json"
)
... | 26.221239 | 109 | 0.71836 |
fcad758bf1b9b45e2b85af8718d37012e1af9626 | 366 | css | CSS | resources/style.css | gabzon/info-handicap-1 | 6c65037123248e09ef5f41a1a5210cd0ceab6614 | [
"MIT"
] | null | null | null | resources/style.css | gabzon/info-handicap-1 | 6c65037123248e09ef5f41a1a5210cd0ceab6614 | [
"MIT"
] | null | null | null | resources/style.css | gabzon/info-handicap-1 | 6c65037123248e09ef5f41a1a5210cd0ceab6614 | [
"MIT"
] | null | null | null | /*
Theme Name: Info Handicap 1
Theme URI: https://info-handicap-ge.ch
Description: Thème pour le site info handicap geneve
Version: 0.0.1
Author: Gabriel Zambrano
Author URI: https://zambrano.ch
Text Domain: sage
License: MIT License
License URI:... | 28.153846 | 59 | 0.598361 |
a61da836fcbccbb71930f7c8a9876ad1af1cbaef | 1,450 | kt | Kotlin | src/main/kotlin/game/GameOfLife.kt | mr90/kotlin-game-of-life | fe41df28bb068e31825e6f6fd9084a573d28aef4 | [
"Apache-2.0"
] | null | null | null | src/main/kotlin/game/GameOfLife.kt | mr90/kotlin-game-of-life | fe41df28bb068e31825e6f6fd9084a573d28aef4 | [
"Apache-2.0"
] | null | null | null | src/main/kotlin/game/GameOfLife.kt | mr90/kotlin-game-of-life | fe41df28bb068e31825e6f6fd9084a573d28aef4 | [
"Apache-2.0"
] | null | null | null | package game
import java.awt.Color
import javax.swing.JFrame
import javax.swing.WindowConstants
fun main() {
with(JFrame()) {
title = "Game Of Life"
defaultCloseOperation = WindowConstants.EXIT_ON_CLOSE
val boardWidth = 20
val boardHeight = 8
val settings = GameOfLifeSetti... | 30.208333 | 115 | 0.675172 |
98c4bd44d7e72b2f4a728ab63468c3ae26247d62 | 339 | html | HTML | userpypi/templates/djangopypi/package_list.html | coordt/djangopypi | 1f955a339feadcf177b61d4da147bf63b4fcac61 | [
"BSD-3-Clause"
] | 1 | 2015-11-04T16:25:03.000Z | 2015-11-04T16:25:03.000Z | userpypi/templates/djangopypi/package_list.html | coordt/djangopypi | 1f955a339feadcf177b61d4da147bf63b4fcac61 | [
"BSD-3-Clause"
] | null | null | null | userpypi/templates/djangopypi/package_list.html | coordt/djangopypi | 1f955a339feadcf177b61d4da147bf63b4fcac61 | [
"BSD-3-Clause"
] | null | null | null | <html>
<head>
<title>Package Index</title>
</head>
<body>
<h1>Package Index</h1>
<ul>
{% for package in package_list %}
<li><a href="{{ package.get_absolute_url }}">{{ package.name }}</a>{% if package.latest and package.latest.summary %}: {{ package.latest.summary }}{% endif %}</li>
{% endfor %}
</u... | 26.076923 | 166 | 0.59882 |
2a5d2f0928b16a949c590d11035eefb2b4c8e602 | 3,448 | java | Java | x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/expression/function/scalar/string/StringContainsFunctionPipe.java | SaiKai/elasticsearch | 783d14d179e958fc54356191fa02532a893fb39e | [
"Apache-2.0"
] | 1 | 2021-01-24T16:47:06.000Z | 2021-01-24T16:47:06.000Z | x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/expression/function/scalar/string/StringContainsFunctionPipe.java | SaiKai/elasticsearch | 783d14d179e958fc54356191fa02532a893fb39e | [
"Apache-2.0"
] | null | null | null | x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/expression/function/scalar/string/StringContainsFunctionPipe.java | SaiKai/elasticsearch | 783d14d179e958fc54356191fa02532a893fb39e | [
"Apache-2.0"
] | 1 | 2021-06-12T11:34:52.000Z | 2021-06-12T11:34:52.000Z | /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
package org.elasticsearch.xpack.eql.expression.function.scalar.string;
impor... | 31.925926 | 131 | 0.697216 |
3e2aaa5fd8e7e8606bc5ad6b456ed7a81a8b9ea3 | 6,437 | h | C | dependancies/include/gtkmm/pangomm/cairofontmap.h | Illation/synthesizer | da77d55c1c69829bbad76d0c14b9c56a5261b642 | [
"MIT"
] | 2 | 2020-03-24T09:46:35.000Z | 2020-06-16T01:42:46.000Z | dependancies/include/gtkmm/pangomm/cairofontmap.h | Illation/synthesizer | da77d55c1c69829bbad76d0c14b9c56a5261b642 | [
"MIT"
] | null | null | null | dependancies/include/gtkmm/pangomm/cairofontmap.h | Illation/synthesizer | da77d55c1c69829bbad76d0c14b9c56a5261b642 | [
"MIT"
] | null | null | null | // Generated by gmmproc 2.49.5 -- DO NOT MODIFY!
#ifndef _PANGOMM_CAIROFONTMAP_H
#define _PANGOMM_CAIROFONTMAP_H
#include <glibmm/ustring.h>
#include <sigc++/sigc++.h>
/* $Id: cairofontmap.hg,v 1.1 2006/05/30 17:14:21 murrayc Exp $ */
/* fontmap.h
*
* Copyright 2001 The gtkmm Development Team
*
* This libr... | 28.232456 | 124 | 0.720367 |
3f5b35f73b2b7de228a0d09bdee452db28660845 | 437 | sql | SQL | 02-Joins/5-Composite_primary_key.sql | ramapinnimty/SQL-Vault | ebe08e5cd24efa71b231c6b4a29d11d6481c28bf | [
"MIT"
] | null | null | null | 02-Joins/5-Composite_primary_key.sql | ramapinnimty/SQL-Vault | ebe08e5cd24efa71b231c6b4a29d11d6481c28bf | [
"MIT"
] | null | null | null | 02-Joins/5-Composite_primary_key.sql | ramapinnimty/SQL-Vault | ebe08e5cd24efa71b231c6b4a29d11d6481c28bf | [
"MIT"
] | null | null | null | -- There will be times when we cannot uniquely identify records in a given table (i.e, where there is no primary key).
-- Thus, in such scenarios, we use a combination of these columns to uniquely identify records.
-- This is called a "Composite Primary Key" that contains more than one column.
USE sql_store;
SELECT *... | 39.727273 | 118 | 0.76659 |
8d0ad64076043165e891d27ab42589724f3a2a91 | 424 | lua | Lua | Un-identified/3/Programs/arun.lua | RamiLego4Game/LIKO-12-Projects | 846ccc1d95f98d1b5ec791003438ea309300a116 | [
"MIT"
] | 3 | 2017-08-02T10:11:03.000Z | 2017-11-06T20:52:45.000Z | Appdata/Programs/arun.lua | Rami-Sabbagh/BatteryMan | 3dc86c294c3f12077ad72d83744becbaf8961041 | [
"MIT"
] | null | null | null | Appdata/Programs/arun.lua | Rami-Sabbagh/BatteryMan | 3dc86c294c3f12077ad72d83744becbaf8961041 | [
"MIT"
] | null | null | null | local term = require("terminal")
term.execute("save") flip()
term.execute("tileset") flip()
clear(0)
printCursor(0,0,0)
while true do
cam()
pal()
palt()
printCursor(false,false,0)
color(7)
print("Press any key to run")
for event, key in pullEvent do
if event == "keypressed" then
if key == "esca... | 18.434783 | 40 | 0.641509 |
bedc8c7c8435174ff581ad69ffcd04e681f7025d | 102 | kt | Kotlin | flank-scripts/src/main/kotlin/flank/scripts/utils/FileUtils.kt | jan-gogo/flank | 9d1ba8db43e76807ffd1578122005eef60490a08 | [
"Apache-2.0"
] | null | null | null | flank-scripts/src/main/kotlin/flank/scripts/utils/FileUtils.kt | jan-gogo/flank | 9d1ba8db43e76807ffd1578122005eef60490a08 | [
"Apache-2.0"
] | 1 | 2020-12-11T14:04:24.000Z | 2020-12-11T14:04:50.000Z | flank-scripts/src/main/kotlin/flank/scripts/utils/FileUtils.kt | jan-gogo/flank | 9d1ba8db43e76807ffd1578122005eef60490a08 | [
"Apache-2.0"
] | null | null | null | package flank.scripts.utils
internal fun String.withNewLineAtTheEnd() = plus(System.lineSeparator())
| 25.5 | 72 | 0.813725 |
75e456b76dbcade9447d541d54c53e98f98f364c | 1,312 | php | PHP | resources/views/front/partials/emoje/about.blade.php | NohaElMandoh/genenaMall | 6fba23011ef3323d077090c7210db3e93dd92dbd | [
"MIT"
] | null | null | null | resources/views/front/partials/emoje/about.blade.php | NohaElMandoh/genenaMall | 6fba23011ef3323d077090c7210db3e93dd92dbd | [
"MIT"
] | null | null | null | resources/views/front/partials/emoje/about.blade.php | NohaElMandoh/genenaMall | 6fba23011ef3323d077090c7210db3e93dd92dbd | [
"MIT"
] | null | null | null | <div class="emojabout">
<div class="container">
<div class="emojaboutcontent">
<div class="row">
<div class="col-lg-7 col-md-7 col-sm-6 col-xs-12">
<div class="emojaboutdetparg">
{{-- <p>Let your children have an unforgettable spring br... | 59.636364 | 242 | 0.528201 |
177a15b293d206ee9b00073a2623875d0e632ecf | 283 | kt | Kotlin | src/commonMain/kotlin/com/bkahlert/kommons/io/InMemoryFile.kt | bkahlert/koodies | 35e2ac1c4246decdf7e7a1160bfdd5c9e28fd066 | [
"MIT"
] | 7 | 2020-12-20T10:47:06.000Z | 2021-08-03T14:21:57.000Z | src/commonMain/kotlin/com/bkahlert/kommons/io/InMemoryFile.kt | bkahlert/koodies | 35e2ac1c4246decdf7e7a1160bfdd5c9e28fd066 | [
"MIT"
] | 42 | 2021-08-25T16:22:09.000Z | 2022-03-21T16:22:37.000Z | src/commonMain/kotlin/com/bkahlert/kommons/io/InMemoryFile.kt | bkahlert/koodies | 35e2ac1c4246decdf7e7a1160bfdd5c9e28fd066 | [
"MIT"
] | null | null | null | package com.bkahlert.kommons.io
/**
* A file stored purely in-memory.
*/
public interface InMemoryFile {
/**
* Name of this in-memory file.
*/
public val name: String
/**
* Data this in-memory file consists of.
*/
public val data: ByteArray
}
| 16.647059 | 44 | 0.607774 |
8a0f3e046ba90c73b3a136ed380bf6f69d51ed23 | 885 | rs | Rust | dsf_precompile/src/structs.rs | saveriomiroddi/dwarf_seeks_fortune-dev | 651b7970da38cabeac223b775dd293ed265e680d | [
"BlueOak-1.0.0"
] | null | null | null | dsf_precompile/src/structs.rs | saveriomiroddi/dwarf_seeks_fortune-dev | 651b7970da38cabeac223b775dd293ed265e680d | [
"BlueOak-1.0.0"
] | null | null | null | dsf_precompile/src/structs.rs | saveriomiroddi/dwarf_seeks_fortune-dev | 651b7970da38cabeac223b775dd293ed265e680d | [
"BlueOak-1.0.0"
] | null | null | null | use amethyst::{
animation::AnimationSetPrefab,
assets::{PrefabData, ProgressCounter},
derive::PrefabData,
ecs::{
prelude::{Component, Entity},
DenseVecStorage,
},
error::Error,
renderer::sprite::{prefab::SpriteScenePrefab, SpriteRender},
};
use serde::{Deserialize, Serialize}... | 27.65625 | 86 | 0.708475 |
7ff7033d4d2e6edb87d7aa49bb130ff4316c2e04 | 731 | go | Go | routes/routes.go | tjtaill/gin-gonic-spike | 3ff7b70b952ce10928cdf369b355001c9a3c3902 | [
"MIT"
] | null | null | null | routes/routes.go | tjtaill/gin-gonic-spike | 3ff7b70b952ce10928cdf369b355001c9a3c3902 | [
"MIT"
] | null | null | null | routes/routes.go | tjtaill/gin-gonic-spike | 3ff7b70b952ce10928cdf369b355001c9a3c3902 | [
"MIT"
] | null | null | null | package routes
import (
_ "github.com/ElementAI/gin-gonic-spike/docs"
"github.com/ElementAI/gin-gonic-spike/middleware"
"github.com/gin-gonic/gin"
"github.com/jinzhu/gorm"
ginSwagger "github.com/swaggo/gin-swagger"
"github.com/swaggo/gin-swagger/swaggerFiles"
)
func Register(router *gin.Engine, db *gorm.DB) err... | 28.115385 | 76 | 0.744186 |
8260583008770db666cf01cc04a49da723c4b3b2 | 229 | sql | SQL | app/lib/db_query/sql/profilesMostFollowers.sql | MichaelCurrin/twitterverse | 9629f848377e4346be833db70f11c593cc0d7b6c | [
"MIT"
] | 10 | 2019-03-22T07:07:41.000Z | 2022-01-26T00:57:45.000Z | app/lib/db_query/sql/profilesMostFollowers.sql | MichaelCurrin/twitterverse | 9629f848377e4346be833db70f11c593cc0d7b6c | [
"MIT"
] | 70 | 2017-07-12T19:49:38.000Z | 2020-09-02T10:03:28.000Z | app/lib/db_query/sql/profilesMostFollowers.sql | MichaelCurrin/twitterverse | 9629f848377e4346be833db70f11c593cc0d7b6c | [
"MIT"
] | 2 | 2017-06-30T07:13:39.000Z | 2020-12-04T00:39:12.000Z | /**
* Twitter Profiles, ordered by highest followers first.
*/
SELECT
screen_name,
name,
verified,
followers_count,
statuses_count,
location,
description
FROM Profile
ORDER BY followers_count DESC;
| 15.266667 | 56 | 0.694323 |
21c0f4fcee6c878e01201d4660ade4e1b49402bc | 637 | kt | Kotlin | app/src/main/java/com/example/admin/bigkt/TestWhen.kt | DNF229298806/BigKtDemo | 761ed216197c2391e54deaeb60f4b77559237c0e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/admin/bigkt/TestWhen.kt | DNF229298806/BigKtDemo | 761ed216197c2391e54deaeb60f4b77559237c0e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/admin/bigkt/TestWhen.kt | DNF229298806/BigKtDemo | 761ed216197c2391e54deaeb60f4b77559237c0e | [
"Apache-2.0"
] | null | null | null | package com.example.admin.bigkt
/**
* @author Richard_Y_Wang
* @des 2018/12/13 21:36
*/
var opCount = 0
val UNIX_LINE_SEPARAOR = "\n"
const val UNIX_LINE_SEPARAOR1 = "???"
fun main(args: Array<String>) {
for (i in 1..10) {
when {
i % 2 == 0 || i % 3 == 0 -> println("i是偶数")
i % 10... | 21.233333 | 55 | 0.565149 |
261510acf3e735c92b410f552f23c06c5911055b | 8,683 | java | Java | java/testng.ui/src/org/netbeans/modules/testng/ui/wizards/NewTestSuiteWizardIterator.java | timfel/netbeans | fa4b0f70def0573f9675fc06108e13b8b6c49c0e | [
"Apache-2.0"
] | 1,056 | 2019-04-25T20:00:35.000Z | 2022-03-30T04:46:14.000Z | java/testng.ui/src/org/netbeans/modules/testng/ui/wizards/NewTestSuiteWizardIterator.java | timfel/netbeans | fa4b0f70def0573f9675fc06108e13b8b6c49c0e | [
"Apache-2.0"
] | 1,846 | 2019-04-25T20:50:05.000Z | 2022-03-31T23:40:41.000Z | java/testng.ui/src/org/netbeans/modules/testng/ui/wizards/NewTestSuiteWizardIterator.java | timfel/netbeans | fa4b0f70def0573f9675fc06108e13b8b6c49c0e | [
"Apache-2.0"
] | 550 | 2019-04-25T20:04:33.000Z | 2022-03-25T17:43:01.000Z | /*
* 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 Apache License, Version 2.0 (the
* "License"); you ... | 38.93722 | 153 | 0.640908 |
6239db5b2fbb86f00b1ae95e8fd80dc2ffb3d863 | 5,970 | rs | Rust | src/signature/mod.rs | joseluis/bsv-wasm | 67ce940c7c16479257898fa67e414f8a455677a3 | [
"MIT"
] | null | null | null | src/signature/mod.rs | joseluis/bsv-wasm | 67ce940c7c16479257898fa67e414f8a455677a3 | [
"MIT"
] | null | null | null | src/signature/mod.rs | joseluis/bsv-wasm | 67ce940c7c16479257898fa67e414f8a455677a3 | [
"MIT"
] | null | null | null | use crate::{get_hash_digest, BSVErrors, PublicKey, Sha256r, SigningHash, ECDSA};
use digest::Digest;
use ecdsa::signature::{DigestVerifier, Signature as SigTrait};
use elliptic_curve::sec1::*;
use k256::{
ecdsa::Signature as SecpSignature,
ecdsa::{recoverable, signature::Verifier, VerifyingKey},
EncodedPoin... | 33.166667 | 140 | 0.616248 |
f187bccdccead7b69c1c784e654ec309458e1557 | 130 | rb | Ruby | db/migrate/20141018175154_remove_hidden_note_from_gifts.rb | aligature/wishlist | 66b6acc4f13c53e56ef984f151d1a40fb769f7f8 | [
"Apache-2.0"
] | null | null | null | db/migrate/20141018175154_remove_hidden_note_from_gifts.rb | aligature/wishlist | 66b6acc4f13c53e56ef984f151d1a40fb769f7f8 | [
"Apache-2.0"
] | null | null | null | db/migrate/20141018175154_remove_hidden_note_from_gifts.rb | aligature/wishlist | 66b6acc4f13c53e56ef984f151d1a40fb769f7f8 | [
"Apache-2.0"
] | 1 | 2018-07-28T00:49:59.000Z | 2018-07-28T00:49:59.000Z | class RemoveHiddenNoteFromGifts < ActiveRecord::Migration
def change
remove_column :gifts, :hidden_note, :string
end
end
| 21.666667 | 57 | 0.776923 |
969366fdb0c58035e879b7911e81e7405072bd20 | 1,482 | html | HTML | src/app/shared/layout/header/notification-modal/notification-modal.component.html | IT-Academy-Social-Projects-KRV/Mentor4you_Angular | 2147629691bbd14352c1d8e4ff3fa320dca42702 | [
"MIT"
] | null | null | null | src/app/shared/layout/header/notification-modal/notification-modal.component.html | IT-Academy-Social-Projects-KRV/Mentor4you_Angular | 2147629691bbd14352c1d8e4ff3fa320dca42702 | [
"MIT"
] | 1 | 2021-08-24T10:07:38.000Z | 2021-08-24T10:07:38.000Z | src/app/shared/layout/header/notification-modal/notification-modal.component.html | IT-Academy-Social-Projects-KRV/Mentor4you_Angular | 2147629691bbd14352c1d8e4ff3fa320dca42702 | [
"MIT"
] | null | null | null | <ng-container *ngIf="display$ | async as display">
<div class="container">
<section [class.open]="display === 'open'" (click)="close()">
<div (click)="$event.stopPropagation()">
<button class="close" type="button" (click)="close()"><i class="fas fa-times"></i></button>
<h1 class="mentorship-... | 41.166667 | 99 | 0.556005 |
2a4740db2d03b8956d397623306afc662654e50b | 404 | java | Java | sample/app/src/main/java/demo/jaop/sample/Zoo.java | ltshddx/jaop | 190385523cd48fc90b32d5f1f2bae9f9e3c5ba84 | [
"Apache-2.0"
] | 125 | 2015-12-31T13:26:58.000Z | 2021-12-09T03:44:43.000Z | sample/app/src/main/java/demo/jaop/sample/Zoo.java | 2017398956/jaop | 190385523cd48fc90b32d5f1f2bae9f9e3c5ba84 | [
"Apache-2.0"
] | 5 | 2016-09-23T10:01:02.000Z | 2018-02-24T09:58:02.000Z | sample/app/src/main/java/demo/jaop/sample/Zoo.java | 2017398956/jaop | 190385523cd48fc90b32d5f1f2bae9f9e3c5ba84 | [
"Apache-2.0"
] | 31 | 2015-12-31T11:06:45.000Z | 2020-06-10T11:58:15.000Z | package demo.jaop.sample;
import android.util.Log;
/**
* Created by liting06 on 16/1/20.
*/
public class Zoo extends Foo {
public Zoo() {
Log.e("init", "Zoo");
}
public Zoo(String s) {
super(s);
Log.e("init", "Zoo whit param");
}
static {
Log.e("init", "static")... | 14.962963 | 40 | 0.5 |
cb7054c01f3d04f33b5a0ec78b1110ce0ba60d2a | 10,370 | html | HTML | niushop/template/platform/Activity/activityDetail.html | caorui33707/ruikun | 3169f4d4c5eea45d93e47a85452b5c92b691ab7f | [
"Apache-2.0"
] | null | null | null | niushop/template/platform/Activity/activityDetail.html | caorui33707/ruikun | 3169f4d4c5eea45d93e47a85452b5c92b691ab7f | [
"Apache-2.0"
] | null | null | null | niushop/template/platform/Activity/activityDetail.html | caorui33707/ruikun | 3169f4d4c5eea45d93e47a85452b5c92b691ab7f | [
"Apache-2.0"
] | null | null | null | {extend name="platform/base" /}
{block name="resources"/}
<style type="text/css">
</style>
{/block}
{block name="main"}
<div class="row padder-v">
<div class="col-sm-4">
<button class="btn btn-sm btn-default" type="button" onclick="deleteCount()">批量删除</button>
</div>
<div class="col-sm-2">
... | 39.132075 | 322 | 0.448312 |
c09e0a330412418e1b854c6f05180ae936743661 | 1,006 | sql | SQL | src/test/tinc/tincrepo/mpp/gpdb/tests/storage/uao/uaocs_mvcc/readcommit/readcommit_concurr_vacuum_vacuum/sql/2.sql | sridhargoudrangu/gpdb | 0783892116708662d7fe7ef4f307197de40ecc04 | [
"PostgreSQL",
"Apache-2.0"
] | null | null | null | src/test/tinc/tincrepo/mpp/gpdb/tests/storage/uao/uaocs_mvcc/readcommit/readcommit_concurr_vacuum_vacuum/sql/2.sql | sridhargoudrangu/gpdb | 0783892116708662d7fe7ef4f307197de40ecc04 | [
"PostgreSQL",
"Apache-2.0"
] | null | null | null | src/test/tinc/tincrepo/mpp/gpdb/tests/storage/uao/uaocs_mvcc/readcommit/readcommit_concurr_vacuum_vacuum/sql/2.sql | sridhargoudrangu/gpdb | 0783892116708662d7fe7ef4f307197de40ecc04 | [
"PostgreSQL",
"Apache-2.0"
] | null | null | null | -- @Description UAOCS MVCC readcommit and vacuum + vacuum
-- Transaction 2 of 2 (vacuum)
--
select pg_sleep(3);
insert into sto_uaocs_mvcc_status (workload, script) values('readcommit_concurr_vacuum_vacuum', 't2_insert_tuples');
select count(*) as only_visi_rows from sto_uaocs_mvcc_vacuum2;
set gp_select_invisible... | 34.689655 | 116 | 0.826044 |
40df310583a9dc504ab5d4ae5d40a203fef20b5e | 27,380 | py | Python | tests/test_make_phyla_plots_AGP.py | JWDebelius/American-Gut | ed2479a5951946ed977a5916444b51c34c48e60c | [
"BSD-3-Clause-Clear"
] | 92 | 2015-02-25T18:33:56.000Z | 2021-12-10T07:47:40.000Z | tests/test_make_phyla_plots_AGP.py | JWDebelius/American-Gut | ed2479a5951946ed977a5916444b51c34c48e60c | [
"BSD-3-Clause-Clear"
] | 96 | 2015-02-24T17:21:58.000Z | 2018-12-10T19:40:53.000Z | tests/test_make_phyla_plots_AGP.py | JWDebelius/American-Gut | ed2479a5951946ed977a5916444b51c34c48e60c | [
"BSD-3-Clause-Clear"
] | 67 | 2015-02-25T20:53:16.000Z | 2022-03-11T14:02:16.000Z | #!/usr/bin/env python
from __future__ import division
from unittest import TestCase, main
from StringIO import StringIO
from numpy import array
from numpy.testing import assert_almost_equal
from biom import Table
from matplotlib.transforms import Bbox
from americangut.make_phyla_plots import (map_to_2D_dict,
... | 51.17757 | 78 | 0.449525 |
6e396141f20d75b1197f8303cd5a1758ff77c72e | 1,336 | swift | Swift | iOS.Conf Extension/VenueInterfaceController.swift | stelarelas/ios-conference | c6166c97c66235d77c0070c6e4601c3f8171628a | [
"MIT"
] | 15 | 2017-03-07T23:13:36.000Z | 2020-02-26T15:34:21.000Z | iOS.Conf Extension/VenueInterfaceController.swift | stelarelas/ios-conference | c6166c97c66235d77c0070c6e4601c3f8171628a | [
"MIT"
] | 1 | 2017-05-03T09:24:05.000Z | 2017-05-03T09:24:05.000Z | iOS.Conf Extension/VenueInterfaceController.swift | stelarelas/ios-conference | c6166c97c66235d77c0070c6e4601c3f8171628a | [
"MIT"
] | 3 | 2017-03-08T15:10:11.000Z | 2019-09-18T12:54:45.000Z | //
// VenueInterfaceController.swift
// iOSConf
//
// Created by Nikos Maounis on 08/02/2017.
// Copyright © 2017 Taxibeat Ltd. All rights reserved.
//
import WatchKit
import Foundation
class VenueInterfaceController: WKInterfaceController {
@IBOutlet var venueMap: WKInterfaceMap!
@IBOutlet var venueLabe... | 30.363636 | 132 | 0.689371 |
16e2f905cc81fcc7b3ca9f88ab2e71b49e138721 | 127 | kt | Kotlin | idea/testData/quickfix/checkArguments/addNameToArgument/mixedNamedAndPositionalArgumentsMultiple.kt | qussarah/declare | c83b764c7394efa3364915d973ae79c4ebed2437 | [
"Apache-2.0"
] | 152 | 2016-02-03T20:19:47.000Z | 2021-05-28T07:08:12.000Z | idea/testData/quickfix/checkArguments/addNameToArgument/mixedNamedAndPositionalArgumentsMultiple.kt | qussarah/declare | c83b764c7394efa3364915d973ae79c4ebed2437 | [
"Apache-2.0"
] | 1 | 2020-09-03T16:13:29.000Z | 2020-09-03T16:13:29.000Z | idea/testData/quickfix/checkArguments/addNameToArgument/mixedNamedAndPositionalArgumentsMultiple.kt | qussarah/declare | c83b764c7394efa3364915d973ae79c4ebed2437 | [
"Apache-2.0"
] | 54 | 2016-02-29T16:27:38.000Z | 2020-12-26T15:02:23.000Z | // "Add name to argument..." "true"
fun f(a: Int, b: String = "b", c: String = "c") {}
fun g() {
f(a = 10, <caret>"FOO")
} | 21.166667 | 50 | 0.480315 |
7b8cd84603dc7b669a38ff36240d81d884aa5146 | 908 | css | CSS | Spring_02_ReadBook/src/main/webapp/static/write.css | paldonenemttin/2021_11_IDEA | 1fa440f09dcca14cb745df11d1a09e880aea03e4 | [
"MIT"
] | null | null | null | Spring_02_ReadBook/src/main/webapp/static/write.css | paldonenemttin/2021_11_IDEA | 1fa440f09dcca14cb745df11d1a09e880aea03e4 | [
"MIT"
] | null | null | null | Spring_02_ReadBook/src/main/webapp/static/write.css | paldonenemttin/2021_11_IDEA | 1fa440f09dcca14cb745df11d1a09e880aea03e4 | [
"MIT"
] | null | null | null | .content-box{
display: flex;
flex-direction: column;
width: 90vw;
margin-left: 5%;
}
.one{
display: flex;
margin-top: 20px;
justify-content: center;
}
.one input{
width:50vw;
height: 5vh;
}
.two{
display: flex;
margin-top: 20px;
justify-content: center;
}
.three{
disp... | 16.214286 | 33 | 0.606828 |
1873994a38612ad6dcbaf591297d6d534e3132ae | 1,749 | rb | Ruby | app/models/saved_search.rb | unepwcmc/ProtectedPlanet | 0d1e0b643b5926551b3dda7fbba19f88a6862872 | [
"BSD-3-Clause"
] | 12 | 2015-09-21T08:39:07.000Z | 2021-06-24T13:22:27.000Z | app/models/saved_search.rb | unepwcmc/ProtectedPlanet | 0d1e0b643b5926551b3dda7fbba19f88a6862872 | [
"BSD-3-Clause"
] | 220 | 2015-01-08T12:07:15.000Z | 2022-03-21T17:08:02.000Z | app/models/saved_search.rb | unepwcmc/ProtectedPlanet | 0d1e0b643b5926551b3dda7fbba19f88a6862872 | [
"BSD-3-Clause"
] | 2 | 2017-09-21T11:53:14.000Z | 2018-02-21T07:24:53.000Z | # Only used for the areas search download - to cache search results and reduce
# performance hit on the system
class SavedSearch < ApplicationRecord
# Elasticsearch has a maximum page size of 10000
MAX_SIZE = 9999
def name
search_term
end
def parsed_filters
JSON.parse(filters) if filters.present?
... | 24.291667 | 97 | 0.71012 |
c87a40e9857c5fba5e45d3e5428cddb4e970df97 | 1,803 | rs | Rust | src/lib.rs | saghm/dynlist | b859e87d0cdfcf4f3a3a69e08e9027e61dcc3810 | [
"Apache-2.0"
] | null | null | null | src/lib.rs | saghm/dynlist | b859e87d0cdfcf4f3a3a69e08e9027e61dcc3810 | [
"Apache-2.0"
] | null | null | null | src/lib.rs | saghm/dynlist | b859e87d0cdfcf4f3a3a69e08e9027e61dcc3810 | [
"Apache-2.0"
] | null | null | null | #[macro_use]
mod elem;
use std::fmt;
use std::marker::PhantomData;
pub use self::elem::DynElem;
#[derive(Debug)]
pub struct DynList<'a, T: 'a> {
inner: Vec<DynElem<'a, T>>,
phantom: PhantomData<&'a T>,
}
impl<'a, T> DynList<'a, T> {
pub fn new<I>(i: I) -> Self
where
I: IntoIterator<Item = Dy... | 20.258427 | 86 | 0.507488 |
0496792faf894bc146da3978dd94780a4561c9fc | 5,220 | kt | Kotlin | sdk/src/main/java/me/uport/sdk/AccountStorage.kt | uport-project/uport-android-sdk | 6b53dc1dcc992b3761496c1f4b13838b1bf914d5 | [
"Apache-2.0"
] | 32 | 2018-05-25T10:43:07.000Z | 2020-09-16T10:31:35.000Z | sdk/src/main/java/me/uport/sdk/AccountStorage.kt | uport-project/uport-android-sdk | 6b53dc1dcc992b3761496c1f4b13838b1bf914d5 | [
"Apache-2.0"
] | 56 | 2018-06-22T08:20:24.000Z | 2019-10-10T10:11:03.000Z | sdk/src/main/java/me/uport/sdk/AccountStorage.kt | uport-project/uport-android-sdk | 6b53dc1dcc992b3761496c1f4b13838b1bf914d5 | [
"Apache-2.0"
] | 8 | 2018-06-26T02:29:08.000Z | 2022-03-29T10:05:25.000Z | package me.uport.sdk
import android.content.SharedPreferences
import kotlinx.serialization.Serializable
import kotlinx.serialization.json.Json
import me.uport.sdk.identity.Account
import me.uport.sdk.identity.AccountType
import me.uport.sdk.identity.HDAccount
import me.uport.sdk.identity.MetaIdentityAccount
interface... | 28.064516 | 145 | 0.615326 |
e9ca0ad74e463c3f20d2d665a2fdf394b36f30de | 527 | rb | Ruby | app/models/association.rb | alilee/shortepic-pmo | 953ea3b35960e8a47f9625f2a8b592aecfb75c4d | [
"MIT"
] | 1 | 2016-05-09T05:05:50.000Z | 2016-05-09T05:05:50.000Z | app/models/association.rb | alilee/shortepic-pmo | 953ea3b35960e8a47f9625f2a8b592aecfb75c4d | [
"MIT"
] | null | null | null | app/models/association.rb | alilee/shortepic-pmo | 953ea3b35960e8a47f9625f2a8b592aecfb75c4d | [
"MIT"
] | null | null | null | # == Schema Information
# Schema version: 16
#
# Table name: associations
#
# id :integer not null, primary key
# item_id_from :integer not null
# item_id_to :integer not null
#
class Association < ActiveRecord::Base
belongs_to :item_from, :class_name => "Item", :foreign_key => "item... | 29.277778 | 78 | 0.6926 |
5de444a2fe9e22bfba19997eb7b783018541574a | 578 | h | C | Comprehensive_Project/Comprehensive_Project/Parser/KLT2010-TestVersion-2017/API/kma/header/pomi-def.h | blackberry-pie/Comprehensive_Project | f54e07047fa411d2348422de089e406ffed44ac2 | [
"Apache-2.0"
] | null | null | null | Comprehensive_Project/Comprehensive_Project/Parser/KLT2010-TestVersion-2017/API/kma/header/pomi-def.h | blackberry-pie/Comprehensive_Project | f54e07047fa411d2348422de089e406ffed44ac2 | [
"Apache-2.0"
] | null | null | null | Comprehensive_Project/Comprehensive_Project/Parser/KLT2010-TestVersion-2017/API/kma/header/pomi-def.h | blackberry-pie/Comprehensive_Project | f54e07047fa411d2348422de089e406ffed44ac2 | [
"Apache-2.0"
] | null | null | null | /*
File name: pomi-def.h
Description: Definition of prefinal Eomi field.
Written by: Kang, Seung-Shik 04/11/1997
*/
/*
Definition for 'pomi' field of result structure
1-byte is used for 'Ui/WbV/WfV/AgV'.
Each bit-potistion is as follows.
+-----------------+-----+-----+-----+-----+
| 4 bits(not used)| Ui | ... | 24.083333 | 61 | 0.532872 |
56a08d570ed511e28094965b49589dd53f62c060 | 2,016 | swift | Swift | ContentApp/Modules/Advance Search/Views/Table Cells/List Item/ListItemTableViewCell.swift | Ricksoft-OSS/alfresco-mobile-workspace-ios | cd0862a2c7b8e9b76c95a2071307d28a7a337a1f | [
"Apache-2.0"
] | null | null | null | ContentApp/Modules/Advance Search/Views/Table Cells/List Item/ListItemTableViewCell.swift | Ricksoft-OSS/alfresco-mobile-workspace-ios | cd0862a2c7b8e9b76c95a2071307d28a7a337a1f | [
"Apache-2.0"
] | null | null | null | ContentApp/Modules/Advance Search/Views/Table Cells/List Item/ListItemTableViewCell.swift | Ricksoft-OSS/alfresco-mobile-workspace-ios | cd0862a2c7b8e9b76c95a2071307d28a7a337a1f | [
"Apache-2.0"
] | null | null | null | //
// Copyright (C) 2005-2021 Alfresco Software Limited.
//
// This file is part of the Alfresco Content Mobile iOS App.
//
// 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.... | 38.769231 | 97 | 0.716766 |
2f14abda5a2716e3bc8773de02045b960683f0b7 | 3,698 | php | PHP | resources/views/membership_cards_for_individuals/show.blade.php | mohIbrahim/ghazala | 8cc3d50c3bca98d27719b8726cef0ba89ed1c2dd | [
"MIT"
] | null | null | null | resources/views/membership_cards_for_individuals/show.blade.php | mohIbrahim/ghazala | 8cc3d50c3bca98d27719b8726cef0ba89ed1c2dd | [
"MIT"
] | null | null | null | resources/views/membership_cards_for_individuals/show.blade.php | mohIbrahim/ghazala | 8cc3d50c3bca98d27719b8726cef0ba89ed1c2dd | [
"MIT"
] | null | null | null | @extends('layouts.app')
@section('title')
الكارت {{$membershipCard->serial}}
@endsection
@section('content')
<div class="col-xs-10 col-xs-offset-1 col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1 col-lg-10 col-lg-offset-1">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="pane... | 29.822581 | 127 | 0.523797 |
fb1fbde2c443a408162d2b46ec8455e49784c3da | 1,074 | go | Go | pagination_test.go | oussama4/gopify | b4c52e6f2eb135ad7727fcfa014f5baff252b0dd | [
"MIT"
] | 4 | 2021-09-20T08:48:16.000Z | 2022-02-01T15:47:30.000Z | pagination_test.go | oussama4/gopify | b4c52e6f2eb135ad7727fcfa014f5baff252b0dd | [
"MIT"
] | 1 | 2022-02-01T20:49:05.000Z | 2022-02-01T20:49:05.000Z | pagination_test.go | oussama4/gopify | b4c52e6f2eb135ad7727fcfa014f5baff252b0dd | [
"MIT"
] | 1 | 2021-12-19T17:35:00.000Z | 2021-12-19T17:35:00.000Z | package gopify
import (
"errors"
"testing"
)
func TestExtractPagination(t *testing.T) {
cases := []struct {
linkHeader string
expectedPagination *Pagination
expectedError error
}{
{
linkHeader: "invalid header",
expectedPagination: nil,
expectedError: errors.New("invalid... | 28.263158 | 147 | 0.659218 |
041813b54e10edef5ca62adc2aaecf888b239bc6 | 1,150 | lua | Lua | init_buttons.lua | angeljesmar/corona-GameTemplateWStoryBoard | 98d2c6e9a77fad302b8a7f6bff9df7846629a139 | [
"MIT"
] | 1 | 2015-01-06T08:22:14.000Z | 2015-01-06T08:22:14.000Z | init_buttons.lua | angeljesmar/corona-GameTemplateWStoryBoard | 98d2c6e9a77fad302b8a7f6bff9df7846629a139 | [
"MIT"
] | null | null | null | init_buttons.lua | angeljesmar/corona-GameTemplateWStoryBoard | 98d2c6e9a77fad302b8a7f6bff9df7846629a139 | [
"MIT"
] | null | null | null | _G.buttons = {
about = {
default = "res/btn_about.png",
defaultX = 160,
defaultY = 32,
over = "res/btn_about_over.png",
overX = 160,
overY = 32,
id = "btnAbout",
text = "",
font = "Helvetica",
textColor = { 255, 255, 255, 255 },
emboss = false
},
help = {
default ... | 20.535714 | 39 | 0.51913 |
5375e94df5b72d2106fc9b0909da20ab00a2b25c | 71 | sql | SQL | hasura/migrations/default/1650979928645_alter_table_public_comment_alter_column_rating_id/up.sql | eoscostarica/rate.eoscostarica.io | 53cdcaa808414eb418d5e37f85391d1a367553f3 | [
"MIT"
] | 5 | 2018-09-11T01:45:02.000Z | 2018-10-01T00:31:04.000Z | hasura/migrations/default/1650979928645_alter_table_public_comment_alter_column_rating_id/up.sql | eoscostarica/rate.eoscostarica.io | 53cdcaa808414eb418d5e37f85391d1a367553f3 | [
"MIT"
] | 46 | 2018-09-11T01:37:01.000Z | 2018-10-22T03:28:44.000Z | hasura/migrations/default/1650979928645_alter_table_public_comment_alter_column_rating_id/up.sql | eoscostarica/rate.eoscostarica.io | 53cdcaa808414eb418d5e37f85391d1a367553f3 | [
"MIT"
] | 2 | 2018-09-19T22:39:21.000Z | 2018-09-25T18:09:42.000Z | alter table "public"."comment" alter column "rating_id" drop not null;
| 35.5 | 70 | 0.760563 |
4f2328e8086cfedd40909e4150d00dcb62dd1d35 | 79,593 | sql | SQL | framework/Targets/wordpress_3_2/plugins/pretty-link_1_5_2/database.sql | UncleWillis/BugBox | 25682f25fc3222db383649a4924bcd65f2ddcb34 | [
"BSD-3-Clause"
] | 1 | 2019-01-25T21:32:42.000Z | 2019-01-25T21:32:42.000Z | framework/Targets/wordpress_3_2/plugins/pretty-link_1_5_2/database.sql | UMD-SEAM/bugbox | 1753477cbca12fe43446d8ded320f77894671dfe | [
"BSD-3-Clause"
] | null | null | null | framework/Targets/wordpress_3_2/plugins/pretty-link_1_5_2/database.sql | UMD-SEAM/bugbox | 1753477cbca12fe43446d8ded320f77894671dfe | [
"BSD-3-Clause"
] | 1 | 2018-04-17T06:04:09.000Z | 2018-04-17T06:04:09.000Z | -- MySQL dump 10.13 Distrib 5.5.28, for debian-linux-gnu (i686)
--
-- Host: localhost Database: wordpress_3_2
-- ------------------------------------------------------
-- Server version 5.5.28-1
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SE... | 71.899729 | 35,505 | 0.668112 |
5f0869d1bb143e039be62686b221b43b037c362f | 856 | tsx | TypeScript | src/pages/academy/_video-banner.tsx | mohammad-rework/deriv-com | 3a13751535bc6b4aa6a903299468251670e64338 | [
"Apache-2.0"
] | 1 | 2021-11-08T10:23:34.000Z | 2021-11-08T10:23:34.000Z | src/pages/academy/_video-banner.tsx | mohammad-rework/deriv-com | 3a13751535bc6b4aa6a903299468251670e64338 | [
"Apache-2.0"
] | null | null | null | src/pages/academy/_video-banner.tsx | mohammad-rework/deriv-com | 3a13751535bc6b4aa6a903299468251670e64338 | [
"Apache-2.0"
] | null | null | null | import React from 'react'
import Dbanner from './components/video-banner/_DBanner'
import { FeaturedVideoListDataType, NonFeaturedVideoListDataType } from './index'
import { Flex } from 'components/containers'
export type VideoBannerProps = {
featured_video_list_data: FeaturedVideoListDataType
non_featured_vid... | 30.571429 | 85 | 0.693925 |
652605d299fd300a1dad2460c429b891eac6cf67 | 3,011 | rs | Rust | src/lib.rs | lights0123/ddelta-rs | 17662629fda4cbb3e2f38aa36626c47ebba6f30b | [
"MIT"
] | 6 | 2020-04-06T16:59:37.000Z | 2021-03-30T15:40:01.000Z | src/lib.rs | lights0123/ddelta-rs | 17662629fda4cbb3e2f38aa36626c47ebba6f30b | [
"MIT"
] | null | null | null | src/lib.rs | lights0123/ddelta-rs | 17662629fda4cbb3e2f38aa36626c47ebba6f30b | [
"MIT"
] | null | null | null | //! A rust port of [ddelta], which is a streaming and more efficient version of [bsdiff]. The
//! output created by this program is sometimes (when using [`generate`]) compatible with the
//! original C tool, [ddelta], but not with [bsdiff]. This library may use up to 5 times the old
//! file size + the new file size, ... | 39.618421 | 100 | 0.696114 |
feea767009355a0b71c77d474ccbc46a8c95d85e | 103,807 | html | HTML | paper-mining/nips/nips2004/nips-2004-Self-Tuning_Spectral_Clustering.html | makerhacker/makerhacker.github.io | abe4da269cc42f7f9f5f168cbc8dfc60e6b3dec5 | [
"MIT"
] | 21 | 2015-01-18T20:28:43.000Z | 2022-03-15T14:02:16.000Z | paper-mining/nips/nips2004/nips-2004-Self-Tuning_Spectral_Clustering.html | makerhacker/makerhacker.github.io | abe4da269cc42f7f9f5f168cbc8dfc60e6b3dec5 | [
"MIT"
] | null | null | null | paper-mining/nips/nips2004/nips-2004-Self-Tuning_Spectral_Clustering.html | makerhacker/makerhacker.github.io | abe4da269cc42f7f9f5f168cbc8dfc60e6b3dec5 | [
"MIT"
] | 14 | 2015-01-07T16:15:46.000Z | 2022-03-14T03:58:16.000Z | <!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>161 nips-2004-Self-Tuning Spectral Clustering</title>
</head>
<body>
<p><a title="nips" href="../nips_home.html">nips</a> <a title="nips-2004" href="../home/nips2004_home.html">nips2004</a> <a title="nips-2004-161" href="#">nips2004-161</a> knowledge-graph by m... | 503.917476 | 28,527 | 0.772241 |
717fbb9ca2b406375dfdb2dad766b6a864ed082a | 2,317 | asm | Assembly | boot/asmhead.asm | TTwotree/AntzOS | 1e420858ba398efe866f25b1f8f6aa5088a0d929 | [
"MIT"
] | 460 | 2018-08-02T10:02:34.000Z | 2022-03-04T09:41:20.000Z | boot/asmhead.asm | TTwotree/AntzOS | 1e420858ba398efe866f25b1f8f6aa5088a0d929 | [
"MIT"
] | 3 | 2018-12-09T07:09:58.000Z | 2019-09-19T06:39:37.000Z | boot/asmhead.asm | TTwotree/AntzOS | 1e420858ba398efe866f25b1f8f6aa5088a0d929 | [
"MIT"
] | 53 | 2018-10-21T14:10:03.000Z | 2022-03-13T08:54:38.000Z | [INSTRSET "i486p"]
VBEMODE EQU 0x105
BOTPAK EQU 0x00280000
DSKCAC EQU 0x00100000
DSKCAC0 EQU 0x00008000
; BOOT_INFO 相关
CYLS EQU 0x0ff0
LEDS EQU 0x0ff1
VMODE EQU 0x0ff2
SCRNX EQU 0x0ff4
SCRNY EQU 0x0ff6
VRAM EQU 0x0ff8
ORG 0xc200
MOV AX,0x9000
MOV ES,AX
MOV DI,0
MOV AX,0x4f00
INT 0x10
... | 13.874251 | 36 | 0.634441 |
ee2e46ca2dc2941a16e5db5282909a7a651c1571 | 80 | asm | Assembly | data/maps/headers/PewterNidoranHouse.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/headers/PewterNidoranHouse.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/headers/PewterNidoranHouse.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null |
map_header PewterNidoranHouse, PEWTER_NIDORAN_HOUSE, HOUSE, 0
end_map_header
| 20 | 62 | 0.85 |
b900e9db83c859e8e2e7d24bb608cefa759b7be7 | 459 | asm | Assembly | programs/oeis/146/A146083.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/146/A146083.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/146/A146083.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A146083: Expansion of 1/(1 - x*(1 - 11*x)).
; 1,1,-10,-21,89,320,-659,-4179,3070,49039,15269,-524160,-692119,5073641,12686950,-43123101,-182679551,291674560,2301149621,-907270539,-26219916370,-16239940441,272179139629,450818484480,-2543152051439,-7502155380719,20472517185110,102996226373019,-122201462663191,-12551599... | 28.6875 | 297 | 0.729847 |
f3bee1ddaa385f1770c891eb37419cfe6a57bd7d | 132 | sql | SQL | packaging/dbscripts/upgrade/03_06_0940_drop_vm_dynamic_guest_last_logxxx_time_columns.sql | leongold/ovirt-engine | 8b915dab8ad8157849b36b60eb0ca159b1923faf | [
"Apache-2.0"
] | null | null | null | packaging/dbscripts/upgrade/03_06_0940_drop_vm_dynamic_guest_last_logxxx_time_columns.sql | leongold/ovirt-engine | 8b915dab8ad8157849b36b60eb0ca159b1923faf | [
"Apache-2.0"
] | null | null | null | packaging/dbscripts/upgrade/03_06_0940_drop_vm_dynamic_guest_last_logxxx_time_columns.sql | leongold/ovirt-engine | 8b915dab8ad8157849b36b60eb0ca159b1923faf | [
"Apache-2.0"
] | null | null | null | SELECT fn_db_drop_column('vm_dynamic', 'guest_last_login_time');
SELECT fn_db_drop_column('vm_dynamic', 'guest_last_logout_time');
| 33 | 65 | 0.825758 |
2314f8ee0fda40bc2ef803b56bd6f773498fc78f | 58 | rs | Rust | workspace_tests/src/rt_logic.rs | azriel91/choochoo | 61835c5c9e9e44d7ca99eba3a3a1c78957186cee | [
"Apache-2.0",
"MIT"
] | 1 | 2022-01-17T18:12:00.000Z | 2022-01-17T18:12:00.000Z | workspace_tests/src/rt_logic.rs | azriel91/choochoo | 61835c5c9e9e44d7ca99eba3a3a1c78957186cee | [
"Apache-2.0",
"MIT"
] | 30 | 2020-12-23T07:32:08.000Z | 2022-03-13T02:34:38.000Z | workspace_tests/src/rt_logic.rs | azriel91/choochoo | 61835c5c9e9e44d7ca99eba3a3a1c78957186cee | [
"Apache-2.0",
"MIT"
] | null | null | null | mod integrity_strat;
mod train;
mod visit_status_updater;
| 14.5 | 25 | 0.844828 |
f03934ae8a6f4c97b9e55d2ce3b5fe4a8d8e7f9c | 1,809 | js | JavaScript | controllers/trafficData.js | Ligengxin96/fetchRepooTrafficData | 8c38e6a5cc27beff1e48af9248ac21785a1300f2 | [
"MIT"
] | null | null | null | controllers/trafficData.js | Ligengxin96/fetchRepooTrafficData | 8c38e6a5cc27beff1e48af9248ac21785a1300f2 | [
"MIT"
] | null | null | null | controllers/trafficData.js | Ligengxin96/fetchRepooTrafficData | 8c38e6a5cc27beff1e48af9248ac21785a1300f2 | [
"MIT"
] | null | null | null | import moment from "moment";
export const getRecord = async (date, model) => {
if (!model) {
throw new Error(`Model can't be null`);
}
console.log(`Need be get ${model.modelName} record date: ${moment(date).format('yyyy-MM-DD')}`);
try {
const data = await model.findOne({ date });
if (data) {
... | 37.6875 | 128 | 0.658928 |
5b6fe44de96807db91f33645a98426aa909fdf98 | 67 | kt | Kotlin | intellij2checkstyle-core/src/test/kotlin/integration/extension/types/OutputFolder.kt | theodm/intellij2checkstyle | 2607e1f9e4f64e7b4e8140c56918ad5d856a62eb | [
"Apache-2.0"
] | null | null | null | intellij2checkstyle-core/src/test/kotlin/integration/extension/types/OutputFolder.kt | theodm/intellij2checkstyle | 2607e1f9e4f64e7b4e8140c56918ad5d856a62eb | [
"Apache-2.0"
] | null | null | null | intellij2checkstyle-core/src/test/kotlin/integration/extension/types/OutputFolder.kt | theodm/intellij2checkstyle | 2607e1f9e4f64e7b4e8140c56918ad5d856a62eb | [
"Apache-2.0"
] | null | null | null | package integration.extension.types
annotation class OutputFolder
| 16.75 | 35 | 0.880597 |
405fc0a64bd2a08ed23474494053caa8a0b6fbbd | 311 | py | Python | proxy.py | Raccoonwao/BookGrepper | 5223f773629f8c3aad9c8b86df3aeb805cc939a9 | [
"Unlicense"
] | null | null | null | proxy.py | Raccoonwao/BookGrepper | 5223f773629f8c3aad9c8b86df3aeb805cc939a9 | [
"Unlicense"
] | null | null | null | proxy.py | Raccoonwao/BookGrepper | 5223f773629f8c3aad9c8b86df3aeb805cc939a9 | [
"Unlicense"
] | null | null | null | class Proxy:
def __init__(self, host, port):
self.host=host
self.port=port
self.succeed=0
self.fail=0
def markSucceed(self):
self.succeed +=1
def markFail(self):
self.fail +=1
def __str__(self):
return f'http://{self.host}:{self.port}'
| 19.4375 | 48 | 0.55627 |
e8ed02dac89d480ead9705b1ad919290dfc731c8 | 934 | py | Python | fabfile/text.py | nprapps/austin | 45237e878260678bbeb57801e798b89e67ad4e0b | [
"MIT"
] | 7 | 2015-01-26T16:02:49.000Z | 2015-04-01T12:37:52.000Z | fabfile/text.py | nprapps/austin | 45237e878260678bbeb57801e798b89e67ad4e0b | [
"MIT"
] | 272 | 2015-01-26T16:37:22.000Z | 2016-04-04T17:08:55.000Z | fabfile/text.py | nprapps/austin | 45237e878260678bbeb57801e798b89e67ad4e0b | [
"MIT"
] | 4 | 2015-03-05T00:38:17.000Z | 2021-02-23T10:26:28.000Z | #!/usr/bin/env python
"""
Commands related to syncing copytext from Google Docs.
"""
from fabric.api import task
from termcolor import colored
import app_config
from etc.gdocs import GoogleDoc
@task(default=True)
def update():
"""
Downloads a Google Doc as an Excel file.
"""
if app_config.COPY_GOOGL... | 24.578947 | 175 | 0.586724 |
dd967b2d2273673a2ddee8888af00a5ad0ecb06c | 462 | go | Go | pkg/xbits/types.go | the-xlang/xxc | a3abddc58e88dbb33955b5670a10f7473fef338d | [
"BSD-3-Clause"
] | 1 | 2022-03-23T19:31:58.000Z | 2022-03-23T19:31:58.000Z | pkg/xbits/types.go | the-xlang/xxc | a3abddc58e88dbb33955b5670a10f7473fef338d | [
"BSD-3-Clause"
] | null | null | null | pkg/xbits/types.go | the-xlang/xxc | a3abddc58e88dbb33955b5670a10f7473fef338d | [
"BSD-3-Clause"
] | 1 | 2022-03-26T21:24:20.000Z | 2022-03-26T21:24:20.000Z | package xbits
import "github.com/the-xlang/xxc/pkg/xtype"
// BitsizeType returns bit-size of
// data type of specified type code.
func BitsizeType(t uint8) int {
switch t {
case xtype.I8, xtype.U8:
return 0b1000
case xtype.I16, xtype.U16:
return 0b00010000
case xtype.I32, xtype.U32, xtype.F32:
return 0b0010... | 20.086957 | 43 | 0.731602 |
cd61252038cede38877b226d9566c3bbe138f4f3 | 28,876 | sql | SQL | SQL/controleGames_APS_BD_SQL.sql | dsambugaro/APS_BD_1_UTFPR | b7755a67cb71dabbe01179ca2636f1be2163a1ee | [
"MIT"
] | null | null | null | SQL/controleGames_APS_BD_SQL.sql | dsambugaro/APS_BD_1_UTFPR | b7755a67cb71dabbe01179ca2636f1be2163a1ee | [
"MIT"
] | null | null | null | SQL/controleGames_APS_BD_SQL.sql | dsambugaro/APS_BD_1_UTFPR | b7755a67cb71dabbe01179ca2636f1be2163a1ee | [
"MIT"
] | null | null | null | -- -----------------------------------------------------
-- APS Banco de Dados 1 | UTFPR-CM 2017/1
-- Prof.º André Luis Schwerz
-- Alunos: Danilo Sambugaro | Rafael Soratto
-- -----------------------------------------------------
-- -----------------------------------------------------
-- Schema controleGames_APS_BD
-... | 49.786207 | 650 | 0.616463 |
16c0767dc5bf700ff0adeb4aabb64b71f01d29c0 | 2,229 | ts | TypeScript | webapp/src/scenes/PreloadScene.ts | torives/poker-updater-demo | 0a7be9e53ab3bd973296ced0561bbbd1a9dd1493 | [
"Apache-2.0"
] | 12 | 2021-06-30T17:04:00.000Z | 2022-03-11T18:34:51.000Z | webapp/src/scenes/PreloadScene.ts | torives/poker-updater-demo | 0a7be9e53ab3bd973296ced0561bbbd1a9dd1493 | [
"Apache-2.0"
] | 9 | 2021-06-29T06:45:44.000Z | 2022-02-11T23:26:13.000Z | webapp/src/scenes/PreloadScene.ts | torives/poker-updater-demo | 0a7be9e53ab3bd973296ced0561bbbd1a9dd1493 | [
"Apache-2.0"
] | 1 | 2022-01-07T12:03:19.000Z | 2022-01-07T12:03:19.000Z | import { Howl } from "howler";
import { AudioManager } from "../AudioManager";
import { GameConstants } from "../GameConstants";
import { GameManager } from "../GameManager";
import { GameVars } from "../GameVars";
export class PreloadScene extends Phaser.Scene {
public static currentInstance: PreloadScene;
... | 27.518519 | 104 | 0.645581 |
7e9d0be37d6e550de74c59f9a97b98ac20771f2b | 346 | sql | SQL | am-lib/src/main/resources/db/migration/V9__Add_Access_Management_Type_To_Roles_Table.sql | hmcts/am-lib | 5851a157a443e9b7887dbcf4b3d749e66fcad15f | [
"MIT"
] | null | null | null | am-lib/src/main/resources/db/migration/V9__Add_Access_Management_Type_To_Roles_Table.sql | hmcts/am-lib | 5851a157a443e9b7887dbcf4b3d749e66fcad15f | [
"MIT"
] | 568 | 2019-01-29T10:46:39.000Z | 2021-05-14T05:21:13.000Z | am-lib/src/main/resources/db/migration/V9__Add_Access_Management_Type_To_Roles_Table.sql | hmcts/am-lib | 5851a157a443e9b7887dbcf4b3d749e66fcad15f | [
"MIT"
] | 3 | 2019-02-04T15:53:20.000Z | 2021-04-10T22:38:45.000Z | CREATE TYPE ACCESS_TYPE AS enum ('ROLE_BASED', 'EXPLICIT');
CREATE TYPE ROLE_TYPE AS enum ('IDAM', 'RESOURCE');
ALTER TABLE roles
ADD COLUMN access_management_type ACCESS_TYPE NOT NULL;
ALTER TABLE roles
ALTER COLUMN role_type TYPE ROLE_TYPE USING role_type::ROLE_TYPE;
ALTER TYPE SECURITYCLASSIFICATION RENAME TO... | 31.454545 | 68 | 0.806358 |
2f66ee7857473ec0473c13962f2c422cc610ee4c | 6,861 | php | PHP | application/libraries/MY_Table.php | pandigresik/easyHRIS | e28cbf802112920ba304b28df22d11350f510772 | [
"MIT"
] | 1 | 2021-03-14T02:50:49.000Z | 2021-03-14T02:50:49.000Z | application/libraries/MY_Table.php | pandigresik/message_manager | a99f3907af217df9b420317c0a5bdce7025aa282 | [
"MIT"
] | null | null | null | application/libraries/MY_Table.php | pandigresik/message_manager | a99f3907af217df9b420317c0a5bdce7025aa282 | [
"MIT"
] | 1 | 2020-05-03T21:33:11.000Z | 2020-05-03T21:33:11.000Z | <?php
if (!defined('BASEPATH')) {
exit('No direct script access allowed');
}
class MY_Table extends CI_Table
{
public $extra_columns = array();
public $extra_header = array();
public $key_record = array();
public $hiddenField = [];
public $withNumber = true;
private $startNumber = 1;
... | 32.363208 | 186 | 0.445416 |
fe51a6b80a5cd727c4772649f5a118817a3329dd | 781 | c | C | Kelas/kumpulansoalaplro2020/src/34_DNAKambing.c | Reylyer/Alpro-A1 | ce96a87fffc68cd23afbaff332b1895578530eb5 | [
"Unlicense"
] | null | null | null | Kelas/kumpulansoalaplro2020/src/34_DNAKambing.c | Reylyer/Alpro-A1 | ce96a87fffc68cd23afbaff332b1895578530eb5 | [
"Unlicense"
] | null | null | null | Kelas/kumpulansoalaplro2020/src/34_DNAKambing.c | Reylyer/Alpro-A1 | ce96a87fffc68cd23afbaff332b1895578530eb5 | [
"Unlicense"
] | null | null | null | /*
* Nama Program : 34_DNAKambing.c
* Deskripsi : menghitung relasi saudara dan tidak saudara dari kumpulan DNA kambing
* Nama : Givandra Haikal Adjie - 24060121130063
* Tanggal : 29, Maret 2022
**/
#include <stdio.h>
int main(){
// kamus
int N;
int i;
int j;
int nS=0;
i... | 21.108108 | 89 | 0.440461 |
4e3dc2f31ce7eae2252d27a9792f68eb67bb7853 | 409 | swift | Swift | BoxOffice+ReactorKit/BoxOffice+ReactorKit/Sources/Views/DetailTableViewCellReactor.swift | haeseoklee/BoxOffice-ReactorKit | 33462cc9d495999bd2e0b3b7018f40269d0d5dec | [
"MIT"
] | null | null | null | BoxOffice+ReactorKit/BoxOffice+ReactorKit/Sources/Views/DetailTableViewCellReactor.swift | haeseoklee/BoxOffice-ReactorKit | 33462cc9d495999bd2e0b3b7018f40269d0d5dec | [
"MIT"
] | 11 | 2022-01-16T07:43:00.000Z | 2022-01-24T12:04:56.000Z | BoxOffice+ReactorKit/BoxOffice+ReactorKit/Sources/Views/DetailTableViewCellReactor.swift | haeseoklee/BoxOffice-ReactorKit | 33462cc9d495999bd2e0b3b7018f40269d0d5dec | [
"MIT"
] | null | null | null | //
// BoxOfficeDetailTableViewCellReactor.swift
// BoxOffice+ReactorKit
//
// Created by Haeseok Lee on 2022/01/13.
//
import Foundation
import ReactorKit
final class DetailTableViewCellReactor: Reactor {
// Action
typealias Action = NoAction
// Properties
let initialState: Comment
... | 17.041667 | 49 | 0.669927 |
dd756fe3c9531932c7420528b2c053f99b681215 | 191 | php | PHP | core/controllers/ConsoleController.php | wwb382899012/yii2-amqp | e749e55d5f6de4ecd14b6ff7bff16c806067d37c | [
"BSD-3-Clause"
] | null | null | null | core/controllers/ConsoleController.php | wwb382899012/yii2-amqp | e749e55d5f6de4ecd14b6ff7bff16c806067d37c | [
"BSD-3-Clause"
] | null | null | null | core/controllers/ConsoleController.php | wwb382899012/yii2-amqp | e749e55d5f6de4ecd14b6ff7bff16c806067d37c | [
"BSD-3-Clause"
] | null | null | null | <?php
/**
* Created by PhpStorm.
* User: wenwb
* Date: 2019/8/6
* Time: 16:32
*/
namespace core\controllers;
use yii\console\Controller;
class ConsoleController extends controller{
} | 12.733333 | 43 | 0.696335 |
5d643a7af7f0abeb1330f79d8ae4e5f2f871ff01 | 2,151 | kt | Kotlin | MVVMArchitectureLiveDataRetrofitPaging/app/src/main/java/com/samruddhi/mvvmarchitecturelivedataretrofitpaging/RestaurantsAdapter.kt | MuralikrishnaGS/Android-Jetpack-Components | 9bbd4118630966ec6cee9cf8b77bc24840e43065 | [
"MIT"
] | null | null | null | MVVMArchitectureLiveDataRetrofitPaging/app/src/main/java/com/samruddhi/mvvmarchitecturelivedataretrofitpaging/RestaurantsAdapter.kt | MuralikrishnaGS/Android-Jetpack-Components | 9bbd4118630966ec6cee9cf8b77bc24840e43065 | [
"MIT"
] | null | null | null | MVVMArchitectureLiveDataRetrofitPaging/app/src/main/java/com/samruddhi/mvvmarchitecturelivedataretrofitpaging/RestaurantsAdapter.kt | MuralikrishnaGS/Android-Jetpack-Components | 9bbd4118630966ec6cee9cf8b77bc24840e43065 | [
"MIT"
] | null | null | null | package com.samruddhi.mvvmarchitecturelivedataretrofitpaging
import android.annotation.SuppressLint
import android.content.Context
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import android.widget.ImageView
import android.widget.TextView
import androidx.recyclerview.widget... | 42.176471 | 134 | 0.753138 |
1d58d024e268e51a4225982882823877ae55db86 | 2,290 | swift | Swift | Application/Application/Recent/View/RecentImageView.swift | utrpanic/funjcam-ios | 5b5855ae8d4b287b10fd837d4d6bca2068074277 | [
"MIT"
] | null | null | null | Application/Application/Recent/View/RecentImageView.swift | utrpanic/funjcam-ios | 5b5855ae8d4b287b10fd837d4d6bca2068074277 | [
"MIT"
] | null | null | null | Application/Application/Recent/View/RecentImageView.swift | utrpanic/funjcam-ios | 5b5855ae8d4b287b10fd837d4d6bca2068074277 | [
"MIT"
] | null | null | null | import UIKit
import Entity
import TinyConstraints
final class RecentImageCell: UICollectionViewListCell {
private weak var imageView: UIImageView?
private weak var nameLabel: UILabel?
private weak var fileNameLabel: UILabel?
override init(frame: CGRect) {
super.init(frame: frame)
self.setupSubvie... | 36.935484 | 172 | 0.757642 |
dbbd7f0b5a59721a6a1d3d80b4236659d3130fca | 763 | asm | Assembly | oeis/345/A345094.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/345/A345094.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/345/A345094.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A345094: a(n) = Sum_{k=1..n} floor(n/k)^(floor(n/k) - 1).
; Submitted by Christian Krause
; 1,3,11,68,630,7790,117664,2097224,43046801,1000000643,25937425245,743008378547,23298085130341,793714773371879,29192926025508929,1152921504608944840,48661191875668966346,2185911559738739586562,104127350297911284587436,524288000... | 33.173913 | 477 | 0.777195 |
85a8d16575491d98e95de7a74f5212ff840a5348 | 25,743 | js | JavaScript | presentation/index.js | chrisco255/deus | 6b5df6c4265f42efc5c73cd9770f0896b7cc29e2 | [
"MIT"
] | null | null | null | presentation/index.js | chrisco255/deus | 6b5df6c4265f42efc5c73cd9770f0896b7cc29e2 | [
"MIT"
] | null | null | null | presentation/index.js | chrisco255/deus | 6b5df6c4265f42efc5c73cd9770f0896b7cc29e2 | [
"MIT"
] | null | null | null | // Import React
import React from "react";
// Import Spectacle Core tags
import {
BlockQuote,
Cite,
Deck,
Heading,
ListItem,
List,
Quote,
Fill,
Slide,
Text,
Table, TableRow, TableHeaderItem, TableItem, TableHeader, TableBody,
CodePane,
Image,
Layout,
Fit
} from "spectacle";
import { Line... | 47.584104 | 265 | 0.592783 |
406106568e2425ac2b699fa4570160ef70511675 | 692 | sql | SQL | P2_studies/cc2/Postgres/theta_omega.sql | chackoge/ERNIE_Plus | 7e480c47a69fc2f736ac7fb55ece35dbff919938 | [
"MIT"
] | 6 | 2017-09-26T23:45:52.000Z | 2021-10-18T22:58:38.000Z | P2_studies/cc2/Postgres/theta_omega.sql | NETESOLUTIONS/ERNIE | 454518f28b39a6f37ad8dde4f3be15d4dccc6f61 | [
"MIT"
] | null | null | null | P2_studies/cc2/Postgres/theta_omega.sql | NETESOLUTIONS/ERNIE | 454518f28b39a6f37ad8dde4f3be15d4dccc6f61 | [
"MIT"
] | 9 | 2017-11-22T13:42:32.000Z | 2021-05-16T17:58:03.000Z | \set ON_ERROR_STOP on
-- \set ECHO all
-- DataGrip: start execution from here
SET TIMEZONE = 'US/Eastern';
CALL cc2.theta_omega_calculations(:cited_1::bigint, :cited_2::bigint, :first_year::smallint);
-- DO
-- $blocks$
--
-- BEGIN
-- IF :first_year::smallint < 1998 THEN
-- CALL cc2.theta_omeg... | 31.454545 | 119 | 0.656069 |
916e2b5838f3021ea38b3d41a13b04204205a628 | 199 | html | HTML | Micropractica3/src/app/propiedades/propiedades.component.html | IvanAguado22/Practica_AngularComponents_DSI | ed1388a8aadc9c43e73348a07a7f4025c48eb719 | [
"MIT"
] | null | null | null | Micropractica3/src/app/propiedades/propiedades.component.html | IvanAguado22/Practica_AngularComponents_DSI | ed1388a8aadc9c43e73348a07a7f4025c48eb719 | [
"MIT"
] | null | null | null | Micropractica3/src/app/propiedades/propiedades.component.html | IvanAguado22/Practica_AngularComponents_DSI | ed1388a8aadc9c43e73348a07a7f4025c48eb719 | [
"MIT"
] | null | null | null | <div>
<p [hidden]="hide">Comunidad: {{selectedCom}}</p>
<p [hidden]="hide">Provincia: {{selectedProv}}</p>
<button (click)="hide = false">Get propiedades del CustomElement</button>
</div> | 39.8 | 77 | 0.638191 |
fbb4c3eb04c8ae73ca99f931e25487fbf034e795 | 316 | h | C | ntsmss.h | M2Team/phnt | 9ed46af8f746a8fe459f551f011523b4815e6a79 | [
"CC-BY-4.0"
] | null | null | null | ntsmss.h | M2Team/phnt | 9ed46af8f746a8fe459f551f011523b4815e6a79 | [
"CC-BY-4.0"
] | null | null | null | ntsmss.h | M2Team/phnt | 9ed46af8f746a8fe459f551f011523b4815e6a79 | [
"CC-BY-4.0"
] | null | null | null | NTSYSAPI
NTSTATUS
NTAPI
RtlConnectToSm(
_In_ PUNICODE_STRING ApiPortName,
_In_ HANDLE ApiPortHandle,
_In_ DWORD ProcessImageType,
_Out_ PHANDLE SmssConnection
);
NTSYSAPI
NTSTATUS
NTAPI
RtlSendMsgToSm(
_In_ HANDLE ApiPortHandle,
_In_ PPORT_MESSAGE MessageData
);
| 16.631579 | 38 | 0.712025 |
396da11c34ff23470398bdb0ba9a65f7d7f1f00e | 502 | html | HTML | angular/src/app/customers/customer-create/select-booking/select-booking.component.html | mikedevatos/spring-boot-rest-jwt-angular | c69d5790c5a06511dd98ac0c79368a729765ede5 | [
"MIT"
] | 2 | 2022-02-13T11:36:58.000Z | 2022-02-20T12:46:49.000Z | angular/src/app/customers/customer-create/select-booking/select-booking.component.html | bettercallmike/spring-boot-rest-jwt-angular | c69d5790c5a06511dd98ac0c79368a729765ede5 | [
"MIT"
] | 5 | 2020-10-31T21:37:11.000Z | 2020-11-03T17:38:41.000Z | angular/src/app/customers/customer-create/select-booking/select-booking.component.html | mikedevatos/spring-boot-rest-jwt-angular | c69d5790c5a06511dd98ac0c79368a729765ede5 | [
"MIT"
] | 1 | 2020-12-24T01:58:42.000Z | 2020-12-24T01:58:42.000Z | <div class="booking-dates-container">
<h3> Select Booking Dates </h3>
<div>
<nz-date-picker [(ngModel)]="dateStart" [nzFormat]="dateFormat"
[nzShowTime]="false" nzPlaceHolder="Start" (ngModelChange)="onChangeStartDate($event)"> </nz-date-picker>
</div>
<div>
<nz-date-pick... | 31.375 | 114 | 0.621514 |
725cbffeea44b39ad2d15e2f373b74f47fa57bee | 1,122 | kt | Kotlin | mobile/src/main/java/com/chernowii/camcontrol/camera/goproAPI/ApiClient.kt | watchingJu/CamControl | 2a10cbdd00845c89be78a4946d0b4b55b8a922e4 | [
"MIT"
] | 102 | 2017-02-11T05:06:00.000Z | 2022-03-21T18:42:19.000Z | mobile/src/main/java/com/chernowii/camcontrol/camera/goproAPI/ApiClient.kt | watchingJu/CamControl | 2a10cbdd00845c89be78a4946d0b4b55b8a922e4 | [
"MIT"
] | 9 | 2018-03-05T23:29:52.000Z | 2022-03-21T18:48:58.000Z | mobile/src/main/java/com/chernowii/camcontrol/camera/goproAPI/ApiClient.kt | watchingJu/CamControl | 2a10cbdd00845c89be78a4946d0b4b55b8a922e4 | [
"MIT"
] | 31 | 2017-03-20T09:11:46.000Z | 2021-12-29T23:57:46.000Z | package com.chernowii.camcontrol.camera.goproAPI
import com.chernowii.camcontrol.camera.goproAPI.model.GoProResponse
import com.chernowii.camcontrol.camera.goproAPI.model.media.GoProMediaList
import com.chernowii.camcontrol.camera.goproAPI.model.media.GoProMetadata
import retrofit2.Call
import retrofit2.http.GET
impo... | 35.0625 | 113 | 0.742424 |
26b87c41e8ed827459600dc83c7839898e3b073d | 2,964 | java | Java | lib_obex/src/main/java/javax/obex/utils/BluetoothObexTransport.java | Yaqiok/AndroidOBEXTranslate | 433a10934c8d073961d82e3687ec5450a7df8571 | [
"Apache-2.0"
] | null | null | null | lib_obex/src/main/java/javax/obex/utils/BluetoothObexTransport.java | Yaqiok/AndroidOBEXTranslate | 433a10934c8d073961d82e3687ec5450a7df8571 | [
"Apache-2.0"
] | null | null | null | lib_obex/src/main/java/javax/obex/utils/BluetoothObexTransport.java | Yaqiok/AndroidOBEXTranslate | 433a10934c8d073961d82e3687ec5450a7df8571 | [
"Apache-2.0"
] | null | null | null | package javax.obex.utils;
/*
* Copyright (C) 2014 Samsung System LSI
* 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 requ... | 29.64 | 75 | 0.675439 |
a265a12ab1148189356d0fb5749da86adba55723 | 3,417 | kt | Kotlin | covidstats/src/main/java/me/tatocaster/covidstats/screens/CovidStatsFragment.kt | tatocaster/covid19-IoT | 32c3eab1e0f544d75457bc5300d82a38b91e7126 | [
"MIT"
] | 3 | 2020-04-08T06:13:16.000Z | 2020-05-21T19:54:18.000Z | covidstats/src/main/java/me/tatocaster/covidstats/screens/CovidStatsFragment.kt | tatocaster/covid19-IoT | 32c3eab1e0f544d75457bc5300d82a38b91e7126 | [
"MIT"
] | null | null | null | covidstats/src/main/java/me/tatocaster/covidstats/screens/CovidStatsFragment.kt | tatocaster/covid19-IoT | 32c3eab1e0f544d75457bc5300d82a38b91e7126 | [
"MIT"
] | null | null | null | package me.tatocaster.covidstats.screens
import android.content.Context
import android.os.Bundle
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import android.widget.Button
import android.widget.TextView
import android.widget.Toast
import androidx.lifecycle.Observer
import an... | 36.741935 | 104 | 0.664618 |
5b2b1bc05d0f07f67600b0ce428eb3f5b8e52077 | 19,336 | h | C | es/include/tencentcloud/es/v20180416/model/ClusterView.h | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | null | null | null | es/include/tencentcloud/es/v20180416/model/ClusterView.h | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | null | null | null | es/include/tencentcloud/es/v20180416/model/ClusterView.h | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* 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
... | 32.442953 | 116 | 0.393928 |
9d435616ba97ec997db44a0c42ea163936b4ba0c | 13,406 | html | HTML | yrx/u/u-022.html | daniel-kelley/daniel-kelley.github.io | 5ea40ae2152437c39d9f1fec0e8fafd6859ea22f | [
"CC0-1.0"
] | null | null | null | yrx/u/u-022.html | daniel-kelley/daniel-kelley.github.io | 5ea40ae2152437c39d9f1fec0e8fafd6859ea22f | [
"CC0-1.0"
] | 4 | 2020-06-21T14:30:07.000Z | 2021-03-13T21:00:07.000Z | yrx/u/u-022.html | daniel-kelley/daniel-kelley.github.io | 5ea40ae2152437c39d9f1fec0e8fafd6859ea22f | [
"CC0-1.0"
] | null | null | null | <html>
<body>
<table>
<tr><td>dec</td><td>hex</td><td>char</td></tr>
<tr><td>5632</td><td>1600</td><td>ᘀ</td></tr>
<tr><td>5633</td><td>1601</td><td>ᘁ</td></tr>
<tr><td>5634</td><td>1602</td><td>ᘂ</td></tr>
<tr><td>5635</td><td>1603</td><td>ᘃ</td></tr>
<tr><td>5636</td><td>1604</td><td>ᘄ</... | 50.780303 | 51 | 0.538565 |
0ccb7361200b302e98746fb913273e875a9c713b | 593 | py | Python | 2019/06-hsctf/web-networked/solve.py | wani-hackase/wani-writeup | dd4ad0607d2f2193ad94c1ce65359294aa591681 | [
"MIT"
] | 25 | 2019-03-06T11:55:56.000Z | 2021-05-21T22:07:14.000Z | 2019/06-hsctf/web-networked/solve.py | wani-hackase/wani-writeup | dd4ad0607d2f2193ad94c1ce65359294aa591681 | [
"MIT"
] | 1 | 2020-06-25T07:27:15.000Z | 2020-06-25T07:27:15.000Z | 2019/06-hsctf/web-networked/solve.py | wani-hackase/wani-writeup | dd4ad0607d2f2193ad94c1ce65359294aa591681 | [
"MIT"
] | 1 | 2019-02-14T00:42:28.000Z | 2019-02-14T00:42:28.000Z | import requests
text = "0123456789abcdefghijklmnopqrstuvwxyz_}"
flag = "hsctf{"
for _ in range(30):
time = [0.1 for _ in range(38)]
for _ in range(5):
for i in range(38):
payload = {"password": flag + text[i]}
r = requests.post(
"https://networked-password.we... | 21.962963 | 77 | 0.563238 |
685141c17355095b33d1f7d8be59cfced1083b11 | 10,335 | lua | Lua | examples/example-22.lua | remyroez/DxLua | ac3dcdae6c3c10035a5cf9cdcfebc9e71020b396 | [
"MIT"
] | 2 | 2020-04-08T17:35:04.000Z | 2020-04-14T13:11:55.000Z | examples/example-22.lua | remyroez/DxLua | ac3dcdae6c3c10035a5cf9cdcfebc9e71020b396 | [
"MIT"
] | 1 | 2020-04-11T09:30:51.000Z | 2020-04-11T09:30:51.000Z | examples/example-22.lua | remyroez/DxLua | ac3dcdae6c3c10035a5cf9cdcfebc9e71020b396 | [
"MIT"
] | null | null | null | -- ワイプ1~5
local band = bit.band
local Key = 0
GraphHandle1, GraphHandle2 = GraphHandle1 or -1, GraphHandle2 or -1
-- DxLua: 各ワイプを一つのソースにまとめるためステートマシンの構築
-- 初期ステート
local InitialState = 'Enter'
-- カラーコード
local Yellow = dx.GetColor(0xFF, 0xFF, 0)
-- 共通の更新関数
local UpdateFn = function (self, parent, ...)
if self[sel... | 22.51634 | 96 | 0.565651 |
cb68a4ee671e0dcf711b5b97bb8e1b47f787756a | 2,746 | html | HTML | data/CRAN/CNVassocData.html | JuliaTagBot/OSS.jl | 985ed664e484bbcc59b009968e71f2eccaaf4cd4 | [
"Zlib"
] | null | null | null | data/CRAN/CNVassocData.html | JuliaTagBot/OSS.jl | 985ed664e484bbcc59b009968e71f2eccaaf4cd4 | [
"Zlib"
] | null | null | null | data/CRAN/CNVassocData.html | JuliaTagBot/OSS.jl | 985ed664e484bbcc59b009968e71f2eccaaf4cd4 | [
"Zlib"
] | 3 | 2019-05-18T18:47:05.000Z | 2020-02-08T16:36:58.000Z | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CRAN - Package CNVassocData</title>
<link rel="stylesheet" type="text/css" href="../../CRAN_web.css" />
<meta http-equiv="Content-Type" content="text/ht... | 35.662338 | 309 | 0.653314 |
b2e71e54f3ede13551ca6c960041e280c9f907b3 | 761 | py | Python | htdocs/geojson/hsearch.py | akrherz/depbackend | d43053319227a3aaaf7553c823e8e2e748fbe95d | [
"Apache-2.0"
] | null | null | null | htdocs/geojson/hsearch.py | akrherz/depbackend | d43053319227a3aaaf7553c823e8e2e748fbe95d | [
"Apache-2.0"
] | 1 | 2022-02-17T17:43:52.000Z | 2022-02-17T17:43:52.000Z | htdocs/geojson/hsearch.py | akrherz/depbackend | d43053319227a3aaaf7553c823e8e2e748fbe95d | [
"Apache-2.0"
] | 2 | 2021-11-28T11:41:32.000Z | 2022-01-26T17:12:03.000Z | """search for HUC12 by name."""
import json
from paste.request import parse_formvars
from pyiem.util import get_dbconn
def search(q):
"""Search for q"""
pgconn = get_dbconn("idep")
cursor = pgconn.cursor()
d = dict(results=[])
cursor.execute(
"""SELECT huc_12, hu_12_name from huc12
WH... | 23.78125 | 61 | 0.622865 |
5f9c6515c255fb981c594d054ccad4bedc66a80a | 2,853 | c | C | filesystems/unixfs/minixfs/itree_common.c | bispawel/macfuse | 9f5773372ec7e9a8ab35c865eda7180a95edcdab | [
"AML"
] | 7 | 2017-11-25T18:56:43.000Z | 2020-10-22T21:17:33.000Z | filesystems/unixfs/minixfs/itree_common.c | bispawel/macfuse | 9f5773372ec7e9a8ab35c865eda7180a95edcdab | [
"AML"
] | null | null | null | filesystems/unixfs/minixfs/itree_common.c | bispawel/macfuse | 9f5773372ec7e9a8ab35c865eda7180a95edcdab | [
"AML"
] | 1 | 2022-02-12T11:31:50.000Z | 2022-02-12T11:31:50.000Z | /* Generic part */
typedef struct {
block_t* p;
block_t key;
struct buffer_head* bh;
} Indirect;
static inline void add_chain(Indirect* p, struct buffer_head* bh, block_t* v)
{
p->key = *(p->p = v);
p->bh = bh;
}
static inline int verify_chain(Indirect* from, Indirect* to)
{
while (from <= t... | 22.642857 | 80 | 0.57238 |
6b65458b9be913a7bf52765da49e2e880374b56a | 1,790 | asm | Assembly | programs/oeis/001/A001045.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/001/A001045.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/001/A001045.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A001045: Jacobsthal sequence (or Jacobsthal numbers): a(n) = a(n-1) + 2*a(n-2), with a(0) = 0, a(1) = 1; also a(n) = nearest integer to 2^n/3.
; 0,1,1,3,5,11,21,43,85,171,341,683,1365,2731,5461,10923,21845,43691,87381,174763,349525,699051,1398101,2796203,5592405,11184811,22369621,44739243,89478485,178956971,357913941... | 198.888889 | 1,596 | 0.898324 |
cc26a69f4bdcd259a01c9d88077ea7c837917bff | 655 | kt | Kotlin | koverage/src/main/java/net/sarazan/koverage/testers/ConstructorTester.kt | asarazan/koverage | 4dfcf24afecd97c3d88322170adf050dbbf91aee | [
"Apache-2.0"
] | 9 | 2018-01-23T21:35:50.000Z | 2020-06-11T20:23:12.000Z | koverage/src/main/java/net/sarazan/koverage/testers/ConstructorTester.kt | asarazan/koverage | 4dfcf24afecd97c3d88322170adf050dbbf91aee | [
"Apache-2.0"
] | 16 | 2017-12-19T20:54:41.000Z | 2021-08-10T18:23:26.000Z | koverage/src/main/java/net/sarazan/koverage/testers/ConstructorTester.kt | asarazan/koverage | 4dfcf24afecd97c3d88322170adf050dbbf91aee | [
"Apache-2.0"
] | 2 | 2018-05-03T23:12:14.000Z | 2020-11-24T02:42:19.000Z | package net.sarazan.koverage.testers
import net.sarazan.koverage.Coverable
import net.sarazan.koverage.util.invokeDefault
import kotlin.reflect.KClass
import kotlin.reflect.full.primaryConstructor
import kotlin.reflect.jvm.isAccessible
/**
* Created by Aaron Sarazan on 12/21/17
*/
@Suppress("UNCHECKED_CAST")
object... | 27.291667 | 52 | 0.699237 |
b9746fdc759e6b4b7627f1b285320c56c6617ccd | 124 | sql | SQL | migrations/sqls/20200221235141-AddEx10IndicesAndTable/sqlite-down.sql | rachit2501/sql-fundamentals | cb4bb1bcc6288e9d96b229e7961235773626b033 | [
"BSD-3-Clause"
] | null | null | null | migrations/sqls/20200221235141-AddEx10IndicesAndTable/sqlite-down.sql | rachit2501/sql-fundamentals | cb4bb1bcc6288e9d96b229e7961235773626b033 | [
"BSD-3-Clause"
] | null | null | null | migrations/sqls/20200221235141-AddEx10IndicesAndTable/sqlite-down.sql | rachit2501/sql-fundamentals | cb4bb1bcc6288e9d96b229e7961235773626b033 | [
"BSD-3-Clause"
] | null | null | null | -- Put your SQLite "down" migration here
DROP UNIQUE INDEX orderdetailuniqueproduct;
DROP TABLE CustomerOrderTransaction;
| 20.666667 | 43 | 0.822581 |
b2e911b19926607cd6e241f7b09f34ddcf0231cd | 2,556 | py | Python | fastinference.py | wkcw/VariousDiscriminator-CycleGan | de9c033aeed1c429f37c531056c1f74cb51a771c | [
"MIT"
] | null | null | null | fastinference.py | wkcw/VariousDiscriminator-CycleGan | de9c033aeed1c429f37c531056c1f74cb51a771c | [
"MIT"
] | null | null | null | fastinference.py | wkcw/VariousDiscriminator-CycleGan | de9c033aeed1c429f37c531056c1f74cb51a771c | [
"MIT"
] | null | null | null | """
A fast version of the original inference.
Constructing one graph to infer all the samples.
Originaly one graph for each sample.
"""
import tensorflow as tf
import os
from model import CycleGAN
import utils
import scipy.misc
import numpy as np
try:
from os import scandir
except ImportError:
# Python 2 polyfill... | 31.555556 | 91 | 0.658842 |
621b5c327b65ff5367f9ac87e21bef065ecb429c | 566 | kt | Kotlin | app/src/main/java/openfoodfacts/github/scrachx/openfood/category/network/CategoryResponse.kt | machiav3lli/openfoodfacts-androidapp | bbd9fed80455b434eb79674a251c740160731ea8 | [
"Apache-2.0"
] | 651 | 2017-02-10T02:30:01.000Z | 2022-03-31T19:11:05.000Z | app/src/main/java/openfoodfacts/github/scrachx/openfood/category/network/CategoryResponse.kt | machiav3lli/openfoodfacts-androidapp | bbd9fed80455b434eb79674a251c740160731ea8 | [
"Apache-2.0"
] | 3,760 | 2017-02-09T15:20:36.000Z | 2022-03-31T22:06:34.000Z | app/src/main/java/openfoodfacts/github/scrachx/openfood/category/network/CategoryResponse.kt | machiav3lli/openfoodfacts-androidapp | bbd9fed80455b434eb79674a251c740160731ea8 | [
"Apache-2.0"
] | 548 | 2017-03-13T22:23:22.000Z | 2022-03-24T09:26:02.000Z | package openfoodfacts.github.scrachx.openfood.category.network
import com.fasterxml.jackson.annotation.JsonIgnoreProperties
/**
* Class for response received from CategoryNetworkService class
*/
data class CategoryResponse @JvmOverloads constructor(
val count: Int = 0,
val tags: List<Tag> = emptyLis... | 28.3 | 64 | 0.657244 |
d0f323e1ee7b6c07d53cce9aea517a5cf67f8569 | 2,038 | kt | Kotlin | app/src/main/java/com/tsl/androidbase/fragment/first/FirstFragment.kt | Jowney23/AndroidBaseProject | 278cfbc6a02ee9602016b3304e8a7b285bb48987 | [
"Apache-2.0"
] | 1 | 2021-06-22T02:34:13.000Z | 2021-06-22T02:34:13.000Z | app/src/main/java/com/tsl/androidbase/fragment/first/FirstFragment.kt | Jowney23/AndroidBaseProject | 278cfbc6a02ee9602016b3304e8a7b285bb48987 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/tsl/androidbase/fragment/first/FirstFragment.kt | Jowney23/AndroidBaseProject | 278cfbc6a02ee9602016b3304e8a7b285bb48987 | [
"Apache-2.0"
] | null | null | null | package com.tsl.androidbase.fragment.first
import android.content.Context
import android.os.Bundle
import android.util.Log
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import android.widget.Button
import androidx.fragment.app.Fragment
import androidx.lifecycle.ViewModelProv... | 29.536232 | 98 | 0.687929 |
fbec8503ce6d9971463e241885b62a687b178f00 | 2,843 | asm | Assembly | Lab05/Task04.asm | PrabalChowdhury/CSE-341-MICROPROCESSOR | 88f0dea914890c5aa5bc10d0131233b2ebd27586 | [
"MIT"
] | null | null | null | Lab05/Task04.asm | PrabalChowdhury/CSE-341-MICROPROCESSOR | 88f0dea914890c5aa5bc10d0131233b2ebd27586 | [
"MIT"
] | null | null | null | Lab05/Task04.asm | PrabalChowdhury/CSE-341-MICROPROCESSOR | 88f0dea914890c5aa5bc10d0131233b2ebd27586 | [
"MIT"
] | null | null | null | .MODEL SMalL
.STACK 100H
.DATA
X DB "ENTER A HEX DIGIT: $"
Y DB "IN DECIMAL IT IS 1$"
Z DB "IN DECIMAL IT IS $"
P DB "DO YOU WANT TO DO IT AGAIN? :$"
Q DB "ILLEGAL CHARACTER, $"
R DB "INSERT AGAIN: $"
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
SRT:
lea dx,X
mov ah,9... | 14.286432 | 38 | 0.408371 |
3970eca533564d5be68a1def6d47268b0c34e9c5 | 67 | html | HTML | help/404.html | ChoicescriptIDE/ChoiceScriptIDE | 08b35b06a76314b8a56fdd4f3a5eb8ebddccd9ae | [
"MIT"
] | 7 | 2017-04-10T05:27:32.000Z | 2021-08-18T05:45:47.000Z | help/404.html | ChoicescriptIDE/ChoiceScriptIDE | 08b35b06a76314b8a56fdd4f3a5eb8ebddccd9ae | [
"MIT"
] | 5 | 2020-02-24T20:24:35.000Z | 2022-02-26T01:19:35.000Z | help/404.html | ChoicescriptIDE/ChoiceScriptIDE | 08b35b06a76314b8a56fdd4f3a5eb8ebddccd9ae | [
"MIT"
] | 2 | 2018-09-12T23:27:15.000Z | 2020-01-03T14:58:06.000Z | <h1>Ever so sorry...</h1>
<h2>That page doesn't seem to exist!</h2> | 33.5 | 41 | 0.656716 |
50fa7b672b34598dcb789d53adabdbd1a315c667 | 555 | go | Go | Array.go | fizyomatik/learning-go | fb45fd40aa9e4c3d3d9633901a9e74c2419821b9 | [
"Apache-2.0"
] | null | null | null | Array.go | fizyomatik/learning-go | fb45fd40aa9e4c3d3d9633901a9e74c2419821b9 | [
"Apache-2.0"
] | null | null | null | Array.go | fizyomatik/learning-go | fb45fd40aa9e4c3d3d9633901a9e74c2419821b9 | [
"Apache-2.0"
] | null | null | null | package main
import (
"fmt"
"os"
"strconv"
)
const (
EUR = iota
GBP
JPY
)
func main() {
rates := [...]float64{
EUR: 0.88,
GBP: 0.78,
JPY: 113.02,
}
args := os.Args
if len(args) != 2 {
fmt.Println("Please provide the amount to be converted.")
return
}
n, err := strconv.Atoi(args[1])
if err != n... | 15 | 59 | 0.587387 |
bef158ef7d03e60171d536d7cecd0d2b3a07ffe3 | 744 | asm | Assembly | oeis/143/A143056.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/143/A143056.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/143/A143056.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A143056: a(n) = Re(b(n)) where b(n)=(1+i)*b(n-1)+b(n-2), with b(1)=0, b(2)=1.
; Submitted by Christian Krause
; 0,1,1,1,0,-3,-9,-19,-32,-43,-39,5,128,377,783,1305,1728,1513,-367,-5495,-15744,-32267,-53177,-69371,-58464,21693,235305,656909,1328896,2165489,2781855,2249009,-1161856,-10052911,-27385695,-54696687,-8812569... | 41.333333 | 493 | 0.71371 |
39feaa202c08b787d7321d1012e8ca249c9b9217 | 454 | java | Java | Slithice-Origin/src/jqian/sootex/dependency/pdg/CtrlDependenceEdge.java | coder-chenzhi/Slithice | a91fb7df2839f6f473311341c832599b23879a06 | [
"MIT"
] | null | null | null | Slithice-Origin/src/jqian/sootex/dependency/pdg/CtrlDependenceEdge.java | coder-chenzhi/Slithice | a91fb7df2839f6f473311341c832599b23879a06 | [
"MIT"
] | null | null | null | Slithice-Origin/src/jqian/sootex/dependency/pdg/CtrlDependenceEdge.java | coder-chenzhi/Slithice | a91fb7df2839f6f473311341c832599b23879a06 | [
"MIT"
] | null | null | null | package jqian.sootex.dependency.pdg;
/**
* A control dependence edge.
*/
public class CtrlDependenceEdge extends DependenceEdge {
public CtrlDependenceEdge(DependenceNode from,DependenceNode to){
super(from,to);
}
public boolean equals(Object that){
if(that.getClass()!=this.getClass())
... | 20.636364 | 69 | 0.64978 |
0b319f1e0f623f7a373575a0813d2b01691f2dd6 | 1,514 | kt | Kotlin | src/commonMain/kotlin/com/github/dwursteisen/minigdx/PlatformContext.kt | dwursteisen/mini-gdx | 4120365d3856500884df805aaf5fb8845c58b4c3 | [
"MIT"
] | 11 | 2020-02-20T13:20:58.000Z | 2021-03-24T00:30:56.000Z | src/commonMain/kotlin/com/github/dwursteisen/minigdx/PlatformContext.kt | dwursteisen/mini-gdx | 4120365d3856500884df805aaf5fb8845c58b4c3 | [
"MIT"
] | 1 | 2020-07-03T22:51:48.000Z | 2020-07-03T22:51:48.000Z | src/commonMain/kotlin/com/github/dwursteisen/minigdx/PlatformContext.kt | dwursteisen/mini-gdx | 4120365d3856500884df805aaf5fb8845c58b4c3 | [
"MIT"
] | 1 | 2021-03-08T20:25:43.000Z | 2021-03-08T20:25:43.000Z | package com.github.dwursteisen.minigdx
import com.github.dwursteisen.minigdx.file.FileHandler
import com.github.dwursteisen.minigdx.game.Game
import com.github.dwursteisen.minigdx.graphics.ViewportStrategy
import com.github.dwursteisen.minigdx.input.InputHandler
import com.github.dwursteisen.minigdx.logger.Logger
int... | 29.686275 | 100 | 0.694848 |
f22cd3bacbeacc69185b83c02e0e43653439e203 | 3,660 | swift | Swift | HCCardView/Other/ViewController.swift | HC1058503505/HCCardView | b342c19038422d1948fceaf99f64f243f5649cfd | [
"MIT"
] | 1 | 2017-07-19T02:23:52.000Z | 2017-07-19T02:23:52.000Z | HCCardView/Other/ViewController.swift | HC1058503505/HCCardView | b342c19038422d1948fceaf99f64f243f5649cfd | [
"MIT"
] | null | null | null | HCCardView/Other/ViewController.swift | HC1058503505/HCCardView | b342c19038422d1948fceaf99f64f243f5649cfd | [
"MIT"
] | null | null | null | //
// ViewController.swift
// HCCardView
//
// Created by UltraPower on 2017/5/23.
// Copyright © 2017年 UltraPower. All rights reserved.
//
import UIKit
import Foundation
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
self.title = "HCCardView"
... | 46.329114 | 211 | 0.635519 |
3e60242f085b7979e725509458435d6d1ac79d2c | 7,008 | h | C | OpenGL4/uniformbuffer.h | freegraphics/cpputils | 3f990d4765a50c7428bd6a4929a83ff49d3567bd | [
"MIT"
] | null | null | null | OpenGL4/uniformbuffer.h | freegraphics/cpputils | 3f990d4765a50c7428bd6a4929a83ff49d3567bd | [
"MIT"
] | null | null | null | OpenGL4/uniformbuffer.h | freegraphics/cpputils | 3f990d4765a50c7428bd6a4929a83ff49d3567bd | [
"MIT"
] | null | null | null | #pragma once
#include "utils.h"
#include <utils/strconv.h>
#include "glprogram.h"
namespace detail
{
template<class _DataStruct>
interface IUniformBlockLayout
{
virtual void get_names(std::vector<const GLchar*>& _names) const = 0;
virtual void get_ptrs(const _DataStruct& _data,std::vector<const void*>& _ptrs) ... | 24.418118 | 115 | 0.714469 |
71fcb89761cbc6bcf71c32a29bf5ae3a9f403cf8 | 1,609 | tsx | TypeScript | components/card.tsx | seanbreckenridge/projects | 4ecaa85a6a299f276783a4bfe0626f77dd325393 | [
"MIT"
] | 3 | 2020-07-04T12:18:47.000Z | 2021-04-24T22:42:49.000Z | components/card.tsx | seanbreckenridge/projects | 4ecaa85a6a299f276783a4bfe0626f77dd325393 | [
"MIT"
] | 8 | 2020-11-25T08:10:33.000Z | 2021-10-11T03:47:48.000Z | components/card.tsx | seanbreckenridge/projects | 4ecaa85a6a299f276783a4bfe0626f77dd325393 | [
"MIT"
] | null | null | null | import React from "react";
import styles from "../styles/Home.module.css";
import { Repository } from "../lib/parseData";
import { IconBrandGithub } from "@tabler/icons";
import FooterIcon, { Website } from "./icons";
import LazyImage from "./lazy_image";
interface IRepo {
repo: Repository;
}
const RepoCard = Re... | 24.753846 | 74 | 0.563704 |
e071d95b395566ccb04ebec889234667e3c26376 | 4,901 | swift | Swift | Source/Swift/UIDocumentPickerViewController.swift | plotfi/Swift-UIKit | ac8c37a70b635e096ae9bae9e90f61a6bb355e93 | [
"BSD-3-Clause"
] | 1 | 2021-11-28T08:08:09.000Z | 2021-11-28T08:08:09.000Z | Source/Swift/UIDocumentPickerViewController.swift | plotfi/Swift-UIKit | ac8c37a70b635e096ae9bae9e90f61a6bb355e93 | [
"BSD-3-Clause"
] | null | null | null | Source/Swift/UIDocumentPickerViewController.swift | plotfi/Swift-UIKit | ac8c37a70b635e096ae9bae9e90f61a6bb355e93 | [
"BSD-3-Clause"
] | null | null | null | @_exported import Foundation
protocol UIDocumentPickerDelegate : NSObjectProtocol {
@available(iOS 11.0, *)
optional func documentPicker(_ controller: UIDocumentPickerViewController, didPickDocumentsAt urls: [URL])
@available(iOS 11.0, *)
@available(swift, obsoleted: 3, renamed: "documentPicker(_:didPickDocume... | 55.067416 | 223 | 0.759233 |
b4ad397fa3ed8939d4584ce4a2df0835484b9834 | 379 | kt | Kotlin | order/src/main/kotlin/li/doerf/microstore/order/ConfigTopics.kt | doerfli/microstore | ef6d3b228ad3665631322252cf07fcc1bab17269 | [
"MIT"
] | null | null | null | order/src/main/kotlin/li/doerf/microstore/order/ConfigTopics.kt | doerfli/microstore | ef6d3b228ad3665631322252cf07fcc1bab17269 | [
"MIT"
] | null | null | null | order/src/main/kotlin/li/doerf/microstore/order/ConfigTopics.kt | doerfli/microstore | ef6d3b228ad3665631322252cf07fcc1bab17269 | [
"MIT"
] | null | null | null | package li.doerf.microstore.order
import li.doerf.microstore.TOPIC_ORDERS
import org.apache.kafka.clients.admin.NewTopic
import org.springframework.context.annotation.Bean
import org.springframework.context.annotation.Configuration
@Configuration
class ConfigTopics {
@Bean
fun topicOrders(): NewTopic {
... | 22.294118 | 59 | 0.778364 |
3b7ffcb7face9ab82836c657366df57b2d359f88 | 3,244 | h | C | MainLoader_fpga.h | dMajoIT/loadp2 | 05842c525e7a5c3acb570f04488857ef90c32479 | [
"MIT"
] | 7 | 2019-07-27T18:03:37.000Z | 2022-03-09T17:21:56.000Z | MainLoader_fpga.h | dMajoIT/loadp2 | 05842c525e7a5c3acb570f04488857ef90c32479 | [
"MIT"
] | 4 | 2019-11-19T13:59:42.000Z | 2021-10-02T05:35:34.000Z | MainLoader_fpga.h | dMajoIT/loadp2 | 05842c525e7a5c3acb570f04488857ef90c32479 | [
"MIT"
] | 6 | 2020-07-16T18:59:39.000Z | 2022-02-22T17:13:14.000Z | unsigned char MainLoader_fpga_bin[] = {
0x00, 0x00, 0x61, 0xfd, 0x84, 0x00, 0x88, 0xfc, 0x20, 0x7e, 0x65, 0xfd,
0x24, 0x08, 0x60, 0xfd, 0x24, 0x28, 0x60, 0xfd, 0x1f, 0x02, 0x61, 0xfd,
0x08, 0x06, 0xdc, 0xfc, 0x40, 0x7e, 0x74, 0xfd, 0x01, 0x0a, 0x85, 0xf0,
0x1f, 0x04, 0x61, 0xfd, 0x18, 0x0a, 0x45, 0xf0, 0x15, 0x... | 69.021277 | 73 | 0.652281 |
c70d4248cf700a61ff5a7353c92105be4b6572a3 | 388 | asm | Assembly | programs/oeis/174/A174316.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/174/A174316.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/174/A174316.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A174316: Sequence defined by a(0)=a(1)=a(2)=1, a(3)=2, a(4)=6 and the formula a(n)=2^(n-2)+2 for n>=5.
; 1,1,1,2,6,10,18,34,66,130,258,514,1026,2050,4098,8194,16386,32770,65538,131074,262146,524290,1048578,2097154,4194306,8388610,16777218,33554434,67108866,134217730,268435458,536870914,1073741826,2147483650
trn $0,2... | 32.333333 | 205 | 0.698454 |