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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c5396a7a5b32cfaf0f97341a9f167900fe1f3101 | 4,073 | swift | Swift | build/ios-swift/StyleDictionaryColor.swift | jonbestversett/design-token | 4e85e249df710c7b212a1663deb4ec0e2152079f | [
"MIT"
] | null | null | null | build/ios-swift/StyleDictionaryColor.swift | jonbestversett/design-token | 4e85e249df710c7b212a1663deb4ec0e2152079f | [
"MIT"
] | null | null | null | build/ios-swift/StyleDictionaryColor.swift | jonbestversett/design-token | 4e85e249df710c7b212a1663deb4ec0e2152079f | [
"MIT"
] | null | null | null |
//
// StyleDictionaryColor.swift
//
// Do not edit directly
// Generated on Fri, 26 Nov 2021 22:34:18 GMT
import UIKit
public enum StyleDictionaryColor {
public static let neutralsBlack = UIColor(red: 0.102, green: 0.098, blue: 0.094, alpha: 1)
public static let neutralsGrey10 = UIColor(red: 0.984, green: ... | 76.849057 | 124 | 0.688191 |
f941cca0c5c0dc38192b441165033605948d1c35 | 63 | sql | SQL | _examples/northwind/sql/postgres_init.sql | walterwanderley/xo | f60a82a1c607beebf1da8383572795aedc254aa7 | [
"MIT"
] | null | null | null | _examples/northwind/sql/postgres_init.sql | walterwanderley/xo | f60a82a1c607beebf1da8383572795aedc254aa7 | [
"MIT"
] | null | null | null | _examples/northwind/sql/postgres_init.sql | walterwanderley/xo | f60a82a1c607beebf1da8383572795aedc254aa7 | [
"MIT"
] | null | null | null | DROP DATABASE IF EXISTS northwind;
CREATE DATABASE northwind;
| 15.75 | 34 | 0.825397 |
9e68fb0620838c304d4ca17061a2b135bf6f4711 | 2,703 | swift | Swift | FlikrApp/FlikrApp/View Controller/PhotosListViewController.swift | AnkitiOSiDev/FlikrApp | d6d374071c282c8660ad23cba29bef885150ad17 | [
"MIT"
] | 1 | 2020-06-18T14:56:50.000Z | 2020-06-18T14:56:50.000Z | FlikrApp/FlikrApp/View Controller/PhotosListViewController.swift | AnkitiOSiDev/FlikrApp | d6d374071c282c8660ad23cba29bef885150ad17 | [
"MIT"
] | null | null | null | FlikrApp/FlikrApp/View Controller/PhotosListViewController.swift | AnkitiOSiDev/FlikrApp | d6d374071c282c8660ad23cba29bef885150ad17 | [
"MIT"
] | null | null | null | //
// ViewController.swift
// FlikrApp
//
// Created by Ankit Shrivastava on 16/05/19.
// Copyright © 2019 Ankit Shrivastava. All rights reserved.
//
import UIKit
class PhotosListViewController: UIViewController {
@IBOutlet weak var txtSearch: UITextField!
@IBOutlet weak var tblPhotos: UITableView!
... | 30.370787 | 148 | 0.678135 |
70c965a9a861041846e503b51452593d2d1abfd5 | 1,420 | h | C | common/traceRead.h | luwangli/OrderSketch | 3fdaf3262b17612fa0f0ca32a9ffbfc3e6f2f847 | [
"MIT"
] | 5 | 2021-10-31T04:45:51.000Z | 2022-03-04T13:42:36.000Z | common/traceRead.h | luwangli/OrderSketch | 3fdaf3262b17612fa0f0ca32a9ffbfc3e6f2f847 | [
"MIT"
] | null | null | null | common/traceRead.h | luwangli/OrderSketch | 3fdaf3262b17612fa0f0ca32a9ffbfc3e6f2f847 | [
"MIT"
] | 1 | 2022-03-27T09:52:24.000Z | 2022-03-27T09:52:24.000Z | //read data stream, return arrary
#ifndef _TRACEREAD_H
#define _TRACEREAD_H
#include "param.h"
using namespace std;
#define MAX_PACKET 32000000
typedef pair<uint32_t, int> KV;
uint32_t str_to_dec(string str)
{
uint32_t res = 0;
for (uint32_t i=0; i <str.length(); i++)
{
if(str[i]... | 23.666667 | 99 | 0.526761 |
2a129a7ede4fa5cafc6d0d09b8e1a80b790ddb40 | 5,281 | java | Java | src/main/java/io/boomerang/service/refactor/ControllerRequestProperties.java | boomerang-io/flow.service.workflow | 55dd3b8c6a31a10576527d1c4e1d80d26fb2a8c6 | [
"Apache-2.0"
] | 5 | 2021-08-21T10:34:16.000Z | 2022-03-10T10:21:34.000Z | src/main/java/io/boomerang/service/refactor/ControllerRequestProperties.java | boomerang-io/flow.service.workflow | 55dd3b8c6a31a10576527d1c4e1d80d26fb2a8c6 | [
"Apache-2.0"
] | 25 | 2020-11-02T13:52:01.000Z | 2022-03-23T23:18:54.000Z | src/main/java/io/boomerang/service/refactor/ControllerRequestProperties.java | boomerang-io/flow.service.workflow | 55dd3b8c6a31a10576527d1c4e1d80d26fb2a8c6 | [
"Apache-2.0"
] | 6 | 2020-08-04T14:09:13.000Z | 2022-03-30T07:16:08.000Z | package io.boomerang.service.refactor;
import java.util.HashMap;
import java.util.Map;
import java.util.TreeMap;
import java.util.Map.Entry;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import co... | 29.176796 | 100 | 0.711797 |
393924a3df04b17c352e50746a4bceac5bba1977 | 260 | kt | Kotlin | sample/src/main/java/com/programmerr47/phroom/sample/Api.kt | programmerr47/phroom | add960c87fbdb5e1e16d8400d90a200a2af26514 | [
"MIT"
] | null | null | null | sample/src/main/java/com/programmerr47/phroom/sample/Api.kt | programmerr47/phroom | add960c87fbdb5e1e16d8400d90a200a2af26514 | [
"MIT"
] | 21 | 2019-12-31T15:42:55.000Z | 2020-01-15T04:44:07.000Z | sample/src/main/java/com/programmerr47/phroom/sample/Api.kt | programmerr47/phroom | add960c87fbdb5e1e16d8400d90a200a2af26514 | [
"MIT"
] | null | null | null | package com.programmerr47.phroom.sample
import retrofit2.http.GET
import retrofit2.http.Query
interface Api {
//TODO remove default value by analyzing screen size
@GET(".")
suspend fun getUsers(@Query("results") count: Int = 20): UsersResponse
} | 23.636364 | 74 | 0.738462 |
dbb2a9d336000a60380d87af11e5ff854f006c86 | 682 | sql | SQL | JobExecutionFramework/SSISDB/catalog/Views/operations.sql | MS-BI/JobExceutionFramework | 276fac1f0ba37cf2368c96f7d7fd0c0df8f1d2f7 | [
"MIT"
] | 3 | 2016-08-29T09:41:38.000Z | 2016-11-08T15:37:44.000Z | JobExecutionFramework/SSISDB/catalog/Views/operations.sql | MS-BI/JobExecutionFramework | 276fac1f0ba37cf2368c96f7d7fd0c0df8f1d2f7 | [
"MIT"
] | null | null | null | JobExecutionFramework/SSISDB/catalog/Views/operations.sql | MS-BI/JobExecutionFramework | 276fac1f0ba37cf2368c96f7d7fd0c0df8f1d2f7 | [
"MIT"
] | null | null | null |
CREATE VIEW [catalog].[operations]
AS
SELECT [operation_id],
[operation_type],
[created_time],
[object_type],
[object_id],
[object_name],
[status],
[start_time],
[end_time],
[caller_sid],
[caller_na... | 28.416667 | 93 | 0.517595 |
580c9c645bcc5801c19f3f692e14f2877d5f51fb | 6,161 | asm | Assembly | Transynther/x86/_processed/US/_st_sm_/i3-7100_9_0x84_notsx.log_21829_88.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_st_sm_/i3-7100_9_0x84_notsx.log_21829_88.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_st_sm_/i3-7100_9_0x84_notsx.log_21829_88.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 %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x4073, %rsi
lea addresses_A_ht+0x15c93, %rdi
clflush (%rdi)
nop
inc %r15
mov $9, %rcx
rep movsb
nop
nop
nop
nop
nop
sub %rsi, %rsi
lea addresses_UC_ht+0x125f4, %rbx
nop
nop
nop
nop
nop
a... | 37.567073 | 2,999 | 0.653628 |
dd2292e47f49f3b8eb3b307728e2ac355f719bc9 | 607 | kt | Kotlin | app/src/main/java/com/alibardide/notal/utils/BootReceiver.kt | alibardide5124/notal | fed178b672e8c5c54880aee5182d8a5a7d3ec815 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/alibardide/notal/utils/BootReceiver.kt | alibardide5124/notal | fed178b672e8c5c54880aee5182d8a5a7d3ec815 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/alibardide/notal/utils/BootReceiver.kt | alibardide5124/notal | fed178b672e8c5c54880aee5182d8a5a7d3ec815 | [
"Apache-2.0"
] | 1 | 2020-07-01T16:08:39.000Z | 2020-07-01T16:08:39.000Z | package com.alibardide.notal.utils
import android.content.*
import com.alibardide.notal.database.AppDatabase
class BootReceiver : BroadcastReceiver() {
override fun onReceive(p0: Context?, p1: Intent?) {
// Check if created on boot completed
if (p1?.action == Intent.ACTION_BOOT_COMPLETED) {
... | 30.35 | 84 | 0.599671 |
3fd73ee75aaaa7b36b1a683bd9d975326c7c9b8e | 420 | h | C | MailHeaders/Lion/Message/NSDictionary-Goodies.h | w-i-n-s/SimplePlugin | b834309d470de50b2eac29d5c4488a1942bab925 | [
"MIT"
] | 10 | 2015-02-19T21:47:05.000Z | 2021-04-23T10:40:12.000Z | MailHeaders/Lion/Message/NSDictionary-Goodies.h | w-i-n-s/SimplePlugin | b834309d470de50b2eac29d5c4488a1942bab925 | [
"MIT"
] | null | null | null | MailHeaders/Lion/Message/NSDictionary-Goodies.h | w-i-n-s/SimplePlugin | b834309d470de50b2eac29d5c4488a1942bab925 | [
"MIT"
] | 2 | 2018-03-04T02:29:41.000Z | 2021-02-09T20:42:21.000Z | /*
* Generated by class-dump 3.3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2010 by Steve Nygard.
*/
#import "NSDictionary.h"
@interface NSDictionary (Goodies)
- (BOOL)boolForKey:(id)arg1;
- (long long)integerForKey:(id)arg1;
- (float)floatForKey:(id)arg1;
- (double)cgfloatForK... | 23.333333 | 83 | 0.692857 |
48dc877bf2dff19580241fb66afb81efcf4e3e8a | 1,572 | h | C | Multiplayer Game Engine/GameManager.h | alejandro61299/Networking-OnlineGames | f60c001753f26691535962ae9512e5e4a5772dde | [
"MIT"
] | null | null | null | Multiplayer Game Engine/GameManager.h | alejandro61299/Networking-OnlineGames | f60c001753f26691535962ae9512e5e4a5772dde | [
"MIT"
] | null | null | null | Multiplayer Game Engine/GameManager.h | alejandro61299/Networking-OnlineGames | f60c001753f26691535962ae9512e5e4a5772dde | [
"MIT"
] | null | null | null | #pragma once
#define GAME_TIME 50.F
#define RESPAWN_TIME 5.F
#define WAIT_TIME 5.F
#define RESULTS_TIME 5.F
#define READY_TIME 2.F
#define LETSROCK_TIME 2.F
#define MIN_GAME_PLAYERS 2
struct ClientProxy;
enum class GameState
{
None, WaitingPlayers, Ready, InGame, Results
};
struct GameData
{
uint8 spaceshipType... | 24.184615 | 98 | 0.76145 |
f8218a5f018a9a3988bd6e8b2c33fc8da269e18c | 1,442 | dart | Dart | lib/src/models/server_call_buzz_params/server_call_buzz_params.g.dart | tada-team/tdproto_dart | a91c32244d0f751395c959e8a4b244a1cc444c75 | [
"MIT"
] | 2 | 2020-11-27T01:42:12.000Z | 2020-12-25T20:35:27.000Z | lib/src/models/server_call_buzz_params/server_call_buzz_params.g.dart | tada-team/tdproto_dart | a91c32244d0f751395c959e8a4b244a1cc444c75 | [
"MIT"
] | null | null | null | lib/src/models/server_call_buzz_params/server_call_buzz_params.g.dart | tada-team/tdproto_dart | a91c32244d0f751395c959e8a4b244a1cc444c75 | [
"MIT"
] | null | null | null | // GENERATED CODE - DO NOT MODIFY BY HAND
part of 'server_call_buzz_params.dart';
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
_$_ServerCallBuzzParams _$$_ServerCallBuzzParamsFr... | 42.411765 | 111 | 0.60749 |
c7e849a6128446be05ffc42cedc230b071120d5d | 173 | sql | SQL | migrations/2018-04-06-181618_binary_pass/up.sql | hel-repo/hel2-back | becb95f0eb763bf26182cf09d47f544728876f67 | [
"Apache-2.0"
] | 1 | 2020-07-30T05:00:40.000Z | 2020-07-30T05:00:40.000Z | migrations/2018-04-06-181618_binary_pass/up.sql | hel-repo/hel2-back | becb95f0eb763bf26182cf09d47f544728876f67 | [
"Apache-2.0"
] | null | null | null | migrations/2018-04-06-181618_binary_pass/up.sql | hel-repo/hel2-back | becb95f0eb763bf26182cf09d47f544728876f67 | [
"Apache-2.0"
] | null | null | null | ALTER TABLE users ALTER COLUMN password SET DATA TYPE BYTEA USING decode(password, 'hex'),
ALTER COLUMN salt SET DATA TYPE BYTEA USING decode(salt, 'hex'); | 86.5 | 90 | 0.699422 |
9dd128919ccb380503e9c9461e02cbcec86a189f | 131 | sql | SQL | aula_1/script.sql | cp2-dc-info/lp3 | 26cfc4ed3e727a4b5cbbfc5c1d7935bde297263d | [
"MIT"
] | 2 | 2019-07-01T12:11:28.000Z | 2019-07-01T12:14:14.000Z | aula_1/script.sql | cp2-dc-info/lp3 | 26cfc4ed3e727a4b5cbbfc5c1d7935bde297263d | [
"MIT"
] | null | null | null | aula_1/script.sql | cp2-dc-info/lp3 | 26cfc4ed3e727a4b5cbbfc5c1d7935bde297263d | [
"MIT"
] | null | null | null | CREATE TABLE usuario (
id INT PRIMARY KEY AUTO_INCREMENT,
nome VARCHAR(100),
email VARCHAR(100),
senha VARCHAR(100)
); | 21.833333 | 35 | 0.694656 |
96a2abe2a2aef0e1b6eb91f1ec0b4c9a502c15ac | 1,809 | html | HTML | frontend/src/app/features/issues/components/issue-comments/issue-comments.component.html | Innovacode-Solucoes/smartflow-365-kanban-project | bd97da174eb5493a9f951ab24c9e45a9373590e2 | [
"MIT"
] | null | null | null | frontend/src/app/features/issues/components/issue-comments/issue-comments.component.html | Innovacode-Solucoes/smartflow-365-kanban-project | bd97da174eb5493a9f951ab24c9e45a9373590e2 | [
"MIT"
] | null | null | null | frontend/src/app/features/issues/components/issue-comments/issue-comments.component.html | Innovacode-Solucoes/smartflow-365-kanban-project | bd97da174eb5493a9f951ab24c9e45a9373590e2 | [
"MIT"
] | null | null | null | <div class="issue-comments">Comentários</div>
<nz-comment>
<nz-avatar
nz-comment-avatar
nzIcon="user"
[nzSrc]="currentUser.avatarUrl"
></nz-avatar>
<nz-comment-content>
<ng-container *ngIf="isEditing; else readonlyModeTempl">
<quill-editor
[formControl]="commentControl"
[modu... | 27 | 82 | 0.604201 |
71e0366859bbddf9c16aa0b1d5fa84e0ba8e917c | 249 | ts | TypeScript | resources/admin/js/Pages/Ships/index.ts | Chrissle28/macrame-example | 0d82f92ee6ff0415cd610b9e089de668bcf22277 | [
"MIT"
] | null | null | null | resources/admin/js/Pages/Ships/index.ts | Chrissle28/macrame-example | 0d82f92ee6ff0415cd610b9e089de668bcf22277 | [
"MIT"
] | null | null | null | resources/admin/js/Pages/Ships/index.ts | Chrissle28/macrame-example | 0d82f92ee6ff0415cd610b9e089de668bcf22277 | [
"MIT"
] | null | null | null | import { useIndex } from '@macramejs/macrame-vue3';
import { Ship } from '@admin/modules/resources';
export const table = useIndex<Ship>({
route: '/admin/ships/items',
syncUrl: true,
defaultPerPage: 30, // deprecated
sortBy: [],
}); | 27.666667 | 51 | 0.658635 |
8fe7d68d291cbf67714ab27fd875625cb6d2f7b8 | 62 | sql | SQL | manager/src/main/resources/db/migration/0.1/V0.1.5__add_processor_transformation.sql | ricardozanini/sandbox | 9ce3dc9b5ca245cabd1b12c5ab8ecdf4e357f3b1 | [
"Apache-2.0"
] | null | null | null | manager/src/main/resources/db/migration/0.1/V0.1.5__add_processor_transformation.sql | ricardozanini/sandbox | 9ce3dc9b5ca245cabd1b12c5ab8ecdf4e357f3b1 | [
"Apache-2.0"
] | null | null | null | manager/src/main/resources/db/migration/0.1/V0.1.5__add_processor_transformation.sql | ricardozanini/sandbox | 9ce3dc9b5ca245cabd1b12c5ab8ecdf4e357f3b1 | [
"Apache-2.0"
] | null | null | null | alter table PROCESSOR add column transformation_template TEXT; | 62 | 62 | 0.887097 |
13d83a01c27330d5abd6310a153a43110314a940 | 1,117 | sql | SQL | solution/Database/ADSGoFastDatabase/ADSGoFast/Scripts/Script.PostDeployment5_TaskMasterWaterMark.sql | willfva/azure-data-services-go-fast-codebase | 9c92e317170273703f9e44e30ca62b9282723884 | [
"MIT"
] | 32 | 2020-11-30T23:40:16.000Z | 2022-03-26T01:43:58.000Z | solution/Database/ADSGoFastDatabase/ADSGoFast/Scripts/Script.PostDeployment5_TaskMasterWaterMark.sql | willfva/azure-data-services-go-fast-codebase | 9c92e317170273703f9e44e30ca62b9282723884 | [
"MIT"
] | 105 | 2020-12-09T08:30:59.000Z | 2022-03-27T02:19:04.000Z | solution/Database/ADSGoFastDatabase/ADSGoFast/Scripts/Script.PostDeployment5_TaskMasterWaterMark.sql | willfva/azure-data-services-go-fast-codebase | 9c92e317170273703f9e44e30ca62b9282723884 | [
"MIT"
] | 38 | 2020-12-09T04:02:30.000Z | 2022-03-25T07:24:19.000Z | /*-----------------------------------------------------------------------
Copyright (c) Microsoft Corporation.
Licensed under the MIT license.
-----------------------------------------------------------------------*/
/*
Post-Deployment Script Template
---------------------------------------------------------... | 42.961538 | 179 | 0.519248 |
2dba782f18fc2b222614c46619f406e97129eb06 | 2,841 | html | HTML | software_manager/templates/software_manager/scheduledtask_add.html | Onemind-Services-LLC/netbox-software-manager | 3d61bdb07462b18273eca8aa5b0e5c3b39ff88b7 | [
"MIT"
] | 18 | 2021-03-15T18:02:55.000Z | 2022-03-26T09:01:32.000Z | software_manager/templates/software_manager/scheduledtask_add.html | Onemind-Services-LLC/netbox-software-manager | 3d61bdb07462b18273eca8aa5b0e5c3b39ff88b7 | [
"MIT"
] | 4 | 2021-04-14T20:17:27.000Z | 2021-11-08T10:36:55.000Z | software_manager/templates/software_manager/scheduledtask_add.html | Onemind-Services-LLC/netbox-software-manager | 3d61bdb07462b18273eca8aa5b0e5c3b39ff88b7 | [
"MIT"
] | 3 | 2021-03-11T19:32:04.000Z | 2022-01-30T09:25:29.000Z | {% extends 'base.html' %}
{% load form_helpers %}
{% load my_form_helpers %}
{% block content %}
<h1>{% block title %}Add {{ model_name|title }}{% endblock %}</h1>
<p>{{ table.rows|length }} {{ parent_model_name }} selected</p>
<form action="." method="post" class="form form-horizontal">
{% csrf_token %}
{% if... | 44.390625 | 188 | 0.436818 |
1517391dc4e1d19f7ec01727d3115cba5534e6c5 | 1,804 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_74_2320.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_74_2320.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_74_2320.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 %r10
push %r11
push %r8
push %rdx
lea addresses_normal_ht+0x88de, %rdx
nop
nop
nop
nop
nop
sub $16173, %r10
mov $0x6162636465666768, %r11
movq %r11, %xmm6
vmovups %ymm6, (%rdx)
xor $6048, %r8
pop %rdx
pop %r8
pop %r11
pop %r10
ret
.global s_faulty_load
s_faulty_loa... | 19.608696 | 221 | 0.649113 |
54433b87bae7330613b00812f215d1be96fb84c9 | 12,265 | go | Go | core/api/v1/keytransparency_go_proto/frontend.pb.go | Manny27nyc/keytransparency | c1d8b03b87f098b18637b89ab17ff4c1c49fd1e2 | [
"Apache-2.0"
] | 868 | 2017-01-12T18:05:56.000Z | 2017-01-18T09:19:30.000Z | core/api/v1/keytransparency_go_proto/frontend.pb.go | Manny27nyc/keytransparency | c1d8b03b87f098b18637b89ab17ff4c1c49fd1e2 | [
"Apache-2.0"
] | 1,076 | 2017-01-18T22:48:01.000Z | 2021-07-05T06:39:35.000Z | core/api/v1/keytransparency_go_proto/frontend.pb.go | Manny27nyc/keytransparency | c1d8b03b87f098b18637b89ab17ff4c1c49fd1e2 | [
"Apache-2.0"
] | 142 | 2017-01-18T09:40:02.000Z | 2022-03-16T09:26:59.000Z | // Copyright 2018 Google Inc. 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
//
// Unless required by applicable... | 40.478548 | 183 | 0.740807 |
e73fe0542fccc3fc24c52df12dcde0748c00b6cd | 1,536 | js | JavaScript | src/components/additionalData.js | Alejandro-Repizo/Weather-App | e22b22fbf6be6c328fceedcedd9518d23f6c68d7 | [
"MIT"
] | 1 | 2021-07-16T17:15:01.000Z | 2021-07-16T17:15:01.000Z | src/components/additionalData.js | Alejandro-Repizo/Weather-App | e22b22fbf6be6c328fceedcedd9518d23f6c68d7 | [
"MIT"
] | null | null | null | src/components/additionalData.js | Alejandro-Repizo/Weather-App | e22b22fbf6be6c328fceedcedd9518d23f6c68d7 | [
"MIT"
] | null | null | null | import Swal from "sweetalert2"
/**
* Crea la tarjeta con
* la informacion adicional
*
* @param {object} data
*/
const messageInformation = (data) => {
Swal.fire({
imageUrl: '../img/favicon.png',
title: '<p class="text-2xl font-bold text-yellow-300 uppercase">additional data<p>',
imag... | 34.909091 | 92 | 0.48763 |
dfc476b46b1ae6b4aa571056c17c404258834ac9 | 550 | ts | TypeScript | src/issue.ts | exploterm/terminal-file-explorer | 8e51479b4638822f6ab0d1592f6eb204123cf8d9 | [
"MIT"
] | 22 | 2021-07-04T19:48:19.000Z | 2022-02-03T16:17:39.000Z | src/issue.ts | exploterm/terminal-file-explorer | 8e51479b4638822f6ab0d1592f6eb204123cf8d9 | [
"MIT"
] | 3 | 2021-07-30T07:21:31.000Z | 2022-01-07T15:44:57.000Z | src/issue.ts | exploterm/terminal-file-explorer | 8e51479b4638822f6ab0d1592f6eb204123cf8d9 | [
"MIT"
] | 1 | 2021-10-10T13:38:44.000Z | 2021-10-10T13:38:44.000Z | import { Prompt } from "./prompt";
import { cyanBright } from "chalk";
import open = require("open");
const createUrl = (issue: string): string => {
return `https://github.com/pranavbaburaj/termex/issues/new?assignees=&template=bug_report.md&title=${issue}`;
};
export const reportIssue = () => {
new Prompt({
... | 28.947368 | 111 | 0.636364 |
58c8ba50bf4478702111a98fbda91cb157df12a2 | 8,495 | rs | Rust | programs/token/src/state.rs | mundisnetwork/axis | da4bf50718c9d5d9a3a9cfe5c94a467409a33587 | [
"Apache-2.0"
] | 1 | 2022-03-28T06:50:01.000Z | 2022-03-28T06:50:01.000Z | programs/token/src/state.rs | mundisnetwork/axis | da4bf50718c9d5d9a3a9cfe5c94a467409a33587 | [
"Apache-2.0"
] | null | null | null | programs/token/src/state.rs | mundisnetwork/axis | da4bf50718c9d5d9a3a9cfe5c94a467409a33587 | [
"Apache-2.0"
] | null | null | null | //! State transition types
use arrayref::array_mut_ref;
use num_enum::TryFromPrimitive;
use serde_derive::{Deserialize, Serialize};
use mundis_sdk::instruction::InstructionError;
use mundis_sdk::program_pack::{IsInitialized, Sealed};
use mundis_sdk::pubkey::Pubkey;
use crate::error::TokenError;
use crate::token_instru... | 31.93609 | 103 | 0.618481 |
994873e4d47326ad80086375411fa5adf3ca8818 | 21,636 | h | C | 3dEngine/VecMat.h | ForNextSoftwareDevelopment/3dEngine | 7ebd5fb5ef91c08e98dbacaaa335ac1911f1d3e1 | [
"Unlicense"
] | null | null | null | 3dEngine/VecMat.h | ForNextSoftwareDevelopment/3dEngine | 7ebd5fb5ef91c08e98dbacaaa335ac1911f1d3e1 | [
"Unlicense"
] | null | null | null | 3dEngine/VecMat.h | ForNextSoftwareDevelopment/3dEngine | 7ebd5fb5ef91c08e98dbacaaa335ac1911f1d3e1 | [
"Unlicense"
] | null | null | null | #pragma once
#include <cmath>
namespace VecMat
{
#define PI 3.14159265358979f
/*********************************************************************
* The structure for our vertex type
*********************************************************************/
typedef struct Vertex
{
... | 31.817647 | 112 | 0.337817 |
865c4e0a20943648b31e90984fcbaab7972f9e96 | 205 | sql | SQL | schema/migrations/1-drop-unused-tables/drop-unused-tables.sql | VegGuide/VegGuide-site | ddae7799f5f3938983bf2882c0772e50c045d6b0 | [
"Artistic-2.0"
] | 13 | 2015-03-12T21:29:57.000Z | 2021-05-03T14:50:32.000Z | schema/migrations/1-drop-unused-tables/drop-unused-tables.sql | VegGuide/VegGuide-site | ddae7799f5f3938983bf2882c0772e50c045d6b0 | [
"Artistic-2.0"
] | null | null | null | schema/migrations/1-drop-unused-tables/drop-unused-tables.sql | VegGuide/VegGuide-site | ddae7799f5f3938983bf2882c0772e50c045d6b0 | [
"Artistic-2.0"
] | 4 | 2015-03-03T23:15:49.000Z | 2020-06-18T11:07:46.000Z | DROP TABLE IF EXISTS LocationEvent;
DROP TABLE IF EXISTS LocationEventURI;
DROP TABLE IF EXISTS PersonalList;
DROP TABLE IF EXISTS PersonalListVendor;
DROP TABLE IF EXISTS Skin;
DROP TABLE IF EXISTS Team;
| 29.285714 | 40 | 0.82439 |
1759c3ad372f5c1cccd67c1e136296062ba0a4a3 | 7,129 | sql | SQL | DB/SQLQuery1.sql | damiancipolat/UNIPOS | b5bef66dd04287ef98a050b408d09b0f4e9f0fbe | [
"MIT"
] | null | null | null | DB/SQLQuery1.sql | damiancipolat/UNIPOS | b5bef66dd04287ef98a050b408d09b0f4e9f0fbe | [
"MIT"
] | null | null | null | DB/SQLQuery1.sql | damiancipolat/UNIPOS | b5bef66dd04287ef98a050b408d09b0f4e9f0fbe | [
"MIT"
] | 1 | 2019-08-20T23:51:53.000Z | 2019-08-20T23:51:53.000Z | -- Borrado de tablas.
drop table if exists color;
drop table if exists marca;
drop table if exists categoria;
drop table if exists proveedor;
drop table if exists articulo;
drop table if exists Artic_imagenes;
drop table if exists compras;
drop table if exists Artic_compras;
drop table if exists comentarios;
drop table... | 18.909814 | 49 | 0.728293 |
9190afe87ec6e34e3f3eb242e513f517e85c8df9 | 2,792 | html | HTML | app/views/userProfile.scala.html | PeterPerhac/fuel-meter | 7910b8a07f94678e84fc25effe83c20851ed62c1 | [
"Apache-2.0"
] | 1 | 2018-08-14T09:05:57.000Z | 2018-08-14T09:05:57.000Z | app/views/userProfile.scala.html | PeterPerhac/fuel-meter | 7910b8a07f94678e84fc25effe83c20851ed62c1 | [
"Apache-2.0"
] | null | null | null | app/views/userProfile.scala.html | PeterPerhac/fuel-meter | 7910b8a07f94678e84fc25effe83c20851ed62c1 | [
"Apache-2.0"
] | 1 | 2017-01-04T12:08:49.000Z | 2017-01-04T12:08:49.000Z | @(user: User)(implicit requestHeader: RequestHeader)
@import utils.ViewUtils._
@import views.html.helper.CSRF
@main(None, showButtons = false, Some(user)) {
<div class="row">
<div class="col-md-6">
<h1>Hello @user.userProfile.name</h1>
<p>Based on infor... | 50.763636 | 174 | 0.396848 |
d2a5149ee5a03b9f54b272ffb25e5e9f64dd85eb | 1,496 | php | PHP | resources/views/weixin/qrcode.blade.php | liumengxu/api2_lshop | 7c8ec1878ce8d522a67ba94101e566a5e6378737 | [
"MIT"
] | null | null | null | resources/views/weixin/qrcode.blade.php | liumengxu/api2_lshop | 7c8ec1878ce8d522a67ba94101e566a5e6378737 | [
"MIT"
] | null | null | null | resources/views/weixin/qrcode.blade.php | liumengxu/api2_lshop | 7c8ec1878ce8d522a67ba94101e566a5e6378737 | [
"MIT"
] | null | null | null | @extends('layout.bst')
@section('content')
<h3 align="center">订单支付</h3>
<div id="qrcode" align="center"></div>
<input type="hidden" value="{{$code_url}}" id="code_url">
<input type="hidden" value="{{$order_number}}" id="order_number">
@endsection
@section('footer')
<script type="text/javascript" sr... | 33.244444 | 80 | 0.471925 |
b7841ad5dda85e09e84ba730ee40cf93a982e39c | 2,566 | swift | Swift | QSNetworkKit/Source/QSRequest/QSParamEncode.swift | xiaozao2008/QSNetworkKit-Swift | f1022339c307e9520b38c96e3b5e6488b8f127da | [
"MIT"
] | null | null | null | QSNetworkKit/Source/QSRequest/QSParamEncode.swift | xiaozao2008/QSNetworkKit-Swift | f1022339c307e9520b38c96e3b5e6488b8f127da | [
"MIT"
] | null | null | null | QSNetworkKit/Source/QSRequest/QSParamEncode.swift | xiaozao2008/QSNetworkKit-Swift | f1022339c307e9520b38c96e3b5e6488b8f127da | [
"MIT"
] | null | null | null | //
// QSParamEncode.swift
// QSNetworkKit
//
// Created by xiaozao on 2018/12/22.
// Copyright © 2018 Tony. All rights reserved.
//
import Foundation
public typealias Parameters = [String: Any]
public protocol QSParamEncode {
func encode(_ urlRequest: QSRequestFormat, with parameters: Parameters?) throws -> ... | 35.150685 | 106 | 0.666797 |
179e7e7604b6b86f06632edd8448a5bf29ee3813 | 1,473 | kt | Kotlin | rx-validation-validators/src/main/java/by/shostko/rxvalidation/RegExpValidator.kt | shostko/rx-validation | da47331f5eb62cd7dec9ba84b23dca2df196f9bb | [
"Apache-2.0"
] | null | null | null | rx-validation-validators/src/main/java/by/shostko/rxvalidation/RegExpValidator.kt | shostko/rx-validation | da47331f5eb62cd7dec9ba84b23dca2df196f9bb | [
"Apache-2.0"
] | null | null | null | rx-validation-validators/src/main/java/by/shostko/rxvalidation/RegExpValidator.kt | shostko/rx-validation | da47331f5eb62cd7dec9ba84b23dca2df196f9bb | [
"Apache-2.0"
] | null | null | null | @file:Suppress("unused")
package by.shostko.rxvalidation
import android.util.Patterns
import java.util.regex.Pattern
private class RegExpValidationException(message: String? = null) : ValidationException(message)
open class RegExpValidator<T : CharSequence>(private val pattern: Pattern, private val message: String?... | 49.1 | 171 | 0.715547 |
3956549a17208a485aa7acaaf012e4a389acfbdd | 3,870 | html | HTML | 01_rule_visualization/static_vis/interactive_rule_table.html | nyuvis/rule_empirical_study | 92993a5da4ad29f3a49973075d539cf11a4305ca | [
"MIT"
] | null | null | null | 01_rule_visualization/static_vis/interactive_rule_table.html | nyuvis/rule_empirical_study | 92993a5da4ad29f3a49973075d539cf11a4305ca | [
"MIT"
] | null | null | null | 01_rule_visualization/static_vis/interactive_rule_table.html | nyuvis/rule_empirical_study | 92993a5da4ad29f3a49973075d539cf11a4305ca | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bar Table</title>
<style>
text{
font-family: sans-serif;
fill: "black";
}
.legend text {
font: 12px sans-serif;
}
.grid-row line {
stroke-width: .5;
... | 27.642857 | 89 | 0.457623 |
25b8671116a743e12532f324632cfe95172587d3 | 2,267 | dart | Dart | lib/models/booking_info.g.dart | HCMUS-Advanced-Mobile-Development/LeetTutur | 85a5e1ee636f3ec35532f356be6c554f5f7dbd9e | [
"MIT"
] | null | null | null | lib/models/booking_info.g.dart | HCMUS-Advanced-Mobile-Development/LeetTutur | 85a5e1ee636f3ec35532f356be6c554f5f7dbd9e | [
"MIT"
] | null | null | null | lib/models/booking_info.g.dart | HCMUS-Advanced-Mobile-Development/LeetTutur | 85a5e1ee636f3ec35532f356be6c554f5f7dbd9e | [
"MIT"
] | null | null | null | // GENERATED CODE - DO NOT MODIFY BY HAND
part of 'booking_info.dart';
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
BookingInfo _$BookingInfoFromJson(Map<String, dynamic> json) ... | 43.596154 | 77 | 0.644464 |
feef5b85ac1238232c53c85fc999b163f3c0dc28 | 292,120 | asm | Assembly | src/z80asm/dev/cpu/cpu_test_z180_err.asm | witchcraft2001/z88dk | 11adca337a4125aff611ddfdf3fc2401e8dda5b2 | [
"ClArtistic"
] | 4 | 2021-11-20T19:35:01.000Z | 2022-01-01T16:08:42.000Z | src/z80asm/dev/cpu/cpu_test_z180_err.asm | witchcraft2001/z88dk | 11adca337a4125aff611ddfdf3fc2401e8dda5b2 | [
"ClArtistic"
] | null | null | null | src/z80asm/dev/cpu/cpu_test_z180_err.asm | witchcraft2001/z88dk | 11adca337a4125aff611ddfdf3fc2401e8dda5b2 | [
"ClArtistic"
] | 1 | 2021-11-27T15:58:02.000Z | 2021-11-27T15:58:02.000Z | adc a', (hl) ; Error
adc a', (ix) ; Error
adc a', (ix+127) ; Error
adc a', (ix-128) ; Error
adc a', (iy) ; Error
adc a', (iy+127) ; Error
adc a', (iy-128) ; Error
adc a', -128 ; Error
... | 39.994524 | 39 | 0.371204 |
04ea5fec4c27a357f3ff0f092c284640b872a764 | 278 | java | Java | work4j-model/src/main/java/io/imast/work4j/model/iterate/IterationStatus.java | imastio/work4j | 32184ddfb566f1c982ea6400d37c0f3fe6a64e1f | [
"Apache-2.0"
] | null | null | null | work4j-model/src/main/java/io/imast/work4j/model/iterate/IterationStatus.java | imastio/work4j | 32184ddfb566f1c982ea6400d37c0f3fe6a64e1f | [
"Apache-2.0"
] | null | null | null | work4j-model/src/main/java/io/imast/work4j/model/iterate/IterationStatus.java | imastio/work4j | 32184ddfb566f1c982ea6400d37c0f3fe6a64e1f | [
"Apache-2.0"
] | null | null | null | package io.imast.work4j.model.iterate;
/**
* The status of iteration
*
* @author davitp
*/
public enum IterationStatus {
/**
* The job iteration is successful
*/
SUCCESS,
/**
* The job iteration is not successful
*/
FAILURE
}
| 13.9 | 42 | 0.57554 |
a2068d710c1aa10887d741abfde86be87ede6fa2 | 534 | sql | SQL | gx/gx-core/src/main/resources/db/graphenee/migration/h2/V15__Graphenee.sql | subanzafar/graphenee | b35a8d1d2e6d83a646f8049ee3cd4cd61379fbe3 | [
"Apache-2.0"
] | 12 | 2018-05-21T04:08:27.000Z | 2021-11-29T10:55:27.000Z | gx/gx-core/src/main/resources/db/graphenee/migration/h2/V15__Graphenee.sql | subanzafar/graphenee | b35a8d1d2e6d83a646f8049ee3cd4cd61379fbe3 | [
"Apache-2.0"
] | 29 | 2018-05-10T09:41:19.000Z | 2022-02-22T04:41:31.000Z | gx/gx-core/src/main/resources/db/graphenee/migration/h2/V15__Graphenee.sql | subanzafar/graphenee | b35a8d1d2e6d83a646f8049ee3cd4cd61379fbe3 | [
"Apache-2.0"
] | 27 | 2018-05-10T10:04:19.000Z | 2022-03-29T09:34:32.000Z | drop table gx_registered_device;
drop table gx_mobile_application;
create table gx_registered_device (
oid integer identity not null,
system_name varchar(50),
device_token varchar(200),
is_tablet boolean not null default false,
brand varchar(50),
is_active boolean not null default true,
owner_id varchar(100),
... | 31.411765 | 94 | 0.808989 |
6a7d99401efadc40620278c001b96ad6948b1475 | 2,455 | kt | Kotlin | jedi-academy-admin-webapp/src/main/kotlin/com/jediacademyadmin/WebSocketClientConfig.kt | javaboybr/jedi-academy-web-admin | c8fb7a36a5ae83f6053835a22eb4d7e3eb7d915f | [
"MIT"
] | null | null | null | jedi-academy-admin-webapp/src/main/kotlin/com/jediacademyadmin/WebSocketClientConfig.kt | javaboybr/jedi-academy-web-admin | c8fb7a36a5ae83f6053835a22eb4d7e3eb7d915f | [
"MIT"
] | null | null | null | jedi-academy-admin-webapp/src/main/kotlin/com/jediacademyadmin/WebSocketClientConfig.kt | javaboybr/jedi-academy-web-admin | c8fb7a36a5ae83f6053835a22eb4d7e3eb7d915f | [
"MIT"
] | null | null | null | package com.jediacademyadmin
import org.springframework.context.annotation.Bean
import org.springframework.context.annotation.Configuration
import org.springframework.messaging.converter.MappingJackson2MessageConverter
import org.springframework.scheduling.TaskScheduler
import org.springframework.scheduling.concurrent... | 37.19697 | 104 | 0.728717 |
5c8f1dc9656d39f1bc2b0a21157179c8fcc20820 | 333 | asm | Assembly | commands/help.asm | alexbelm48/AtieDOS | 89e10732870ea0cb0d665974966cc19753fe6698 | [
"BSD-3-Clause"
] | 33 | 2020-03-14T16:42:25.000Z | 2022-01-15T21:04:01.000Z | commands/help.asm | alexbelm48/AtieDOS | 89e10732870ea0cb0d665974966cc19753fe6698 | [
"BSD-3-Clause"
] | 1 | 2020-03-18T11:35:36.000Z | 2020-03-18T11:35:36.000Z | commands/help.asm | alexbelm48/AtieDOS | 89e10732870ea0cb0d665974966cc19753fe6698 | [
"BSD-3-Clause"
] | 6 | 2020-03-15T09:55:26.000Z | 2021-07-06T13:47:43.000Z | ; AtieDOS 2.10 Help Command
; Copyright (c) 2020 AtieSoftware. All rights reserved.
; See LICENSE in the root folder
command_help:
call os_command_init
mov bx, .HELP_COMMANDS
call os_print_string
call os_command_finish
.HELP_COMMANDS: db "about chset clear echo help pause prompt restart shutdown s... | 20.8125 | 91 | 0.756757 |
d284f7bb9dc58914bffcfdbf628833b195de3ee4 | 636 | php | PHP | database/migrations/2016_10_28_082309_create_m_jawaban_table.php | edhosan/sipenangkis | 366b4e8fc6957ec8b0dddbe3936be538ae465892 | [
"MIT"
] | null | null | null | database/migrations/2016_10_28_082309_create_m_jawaban_table.php | edhosan/sipenangkis | 366b4e8fc6957ec8b0dddbe3936be538ae465892 | [
"MIT"
] | null | null | null | database/migrations/2016_10_28_082309_create_m_jawaban_table.php | edhosan/sipenangkis | 366b4e8fc6957ec8b0dddbe3936be538ae465892 | [
"MIT"
] | null | null | null | <?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
class CreateMJawabanTable extends Migration {
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('m_jawaban', function(Blueprint $table)
{
$table->increments('id');
$tab... | 17.189189 | 92 | 0.65566 |
2553fd99580d9eda3a9c182216e7baf7b481b78a | 268 | asm | Assembly | solutions/34 - Seek and Destroy 1/size-8_speed-22.asm | behrmann/7billionhumans | 36d53daf278ef4f3729bc5cba2f2398d5411bd6d | [
"MIT"
] | 45 | 2018-09-05T04:56:59.000Z | 2021-11-22T08:57:26.000Z | solutions/34 - Seek and Destroy 1/size-8_speed-22.asm | behrmann/7billionhumans | 36d53daf278ef4f3729bc5cba2f2398d5411bd6d | [
"MIT"
] | 36 | 2018-09-01T11:34:26.000Z | 2021-05-19T23:20:49.000Z | solutions/34 - Seek and Destroy 1/size-8_speed-22.asm | behrmann/7billionhumans | 36d53daf278ef4f3729bc5cba2f2398d5411bd6d | [
"MIT"
] | 36 | 2018-09-01T07:44:19.000Z | 2021-09-10T19:07:35.000Z | -- 7 Billion Humans (2087) --
-- 34: Seek and Destroy 1 --
-- Author: landfillbaby
-- Size: 8
-- Speed: 22
mem2 = nearest shredder
a:
step n
if c < mem1 or
mem1 != datacube and
c == datacube:
mem1 = set c
endif
if n != wall:
jump a
endif
pickup mem1
giveto mem2
| 12.761905 | 29 | 0.645522 |
f414248ee2c93b2d17df3326861f48799d2cd576 | 1,241 | go | Go | cmd/dispatcher/main.go | adilku/dispatcher | ef844af6bfad8442d35603374bb3c65397a508b6 | [
"MIT"
] | null | null | null | cmd/dispatcher/main.go | adilku/dispatcher | ef844af6bfad8442d35603374bb3c65397a508b6 | [
"MIT"
] | null | null | null | cmd/dispatcher/main.go | adilku/dispatcher | ef844af6bfad8442d35603374bb3c65397a508b6 | [
"MIT"
] | null | null | null | package main
import (
"encoding/json"
"github.com/slack-go/slack"
"io/ioutil"
"log"
"os"
"sync"
)
//type messages
type channel struct {
Text string `json:"text"`
ChanName string `json:"channel"`
}
type messages struct {
BotToken string `json:"bot_token"`
Channels []channel `json:"channels"`
}
func sen... | 21.396552 | 105 | 0.671233 |
2d4c5d34816b6a04ac4544bec23ecc2c618892c9 | 2,305 | sql | SQL | predavanja/primeri-java-EE/src/p0885DbHibernateAnnot/SQL/ProdavnicaDump.sql | PmfBlBP2/BP2 | 1899016586f4aa55839a50af1cc698ecafe91398 | [
"MIT"
] | null | null | null | predavanja/primeri-java-EE/src/p0885DbHibernateAnnot/SQL/ProdavnicaDump.sql | PmfBlBP2/BP2 | 1899016586f4aa55839a50af1cc698ecafe91398 | [
"MIT"
] | 1 | 2019-05-05T12:08:32.000Z | 2020-04-19T07:55:13.000Z | predavanja/primeri-java-EE/src/p0885DbHibernateAnnot/SQL/ProdavnicaDump.sql | PmfBlBP2/BP2 | 1899016586f4aa55839a50af1cc698ecafe91398 | [
"MIT"
] | null | null | null | CREATE DATABASE IF NOT EXISTS `prodavnica` /*!40100 DEFAULT CHARACTER SET utf8 */;
USE `prodavnica`;
-- MySQL dump 10.13 Distrib 5.5.16, for Win32 (x86)
--
-- Host: 127.0.0.1 Database: prodavnica
-- ------------------------------------------------------
-- Server version 5.5.32
/*!40101 SET @OLD_CHARACTER_SET_CLI... | 36.015625 | 144 | 0.703254 |
f02f4e1f7df53040bb2247eb8bc8db48f7b3454e | 9,283 | py | Python | hnn_core/tests/test_dipole.py | mkhalil8/hnn-core | a761e248ddf360710dd60638269f70361f5d6cb3 | [
"BSD-3-Clause"
] | null | null | null | hnn_core/tests/test_dipole.py | mkhalil8/hnn-core | a761e248ddf360710dd60638269f70361f5d6cb3 | [
"BSD-3-Clause"
] | null | null | null | hnn_core/tests/test_dipole.py | mkhalil8/hnn-core | a761e248ddf360710dd60638269f70361f5d6cb3 | [
"BSD-3-Clause"
] | null | null | null | import os.path as op
from urllib.request import urlretrieve
import matplotlib
import numpy as np
from numpy.testing import assert_allclose
import pytest
import hnn_core
from hnn_core import read_params, read_dipole, average_dipoles
from hnn_core import Network, jones_2009_model
from hnn_core.viz import plot_dipole
fr... | 43.378505 | 78 | 0.660885 |
e072f2a3c18579f4b62bdc93eaeda5a6d3555d04 | 1,534 | swift | Swift | tips/ViewController.swift | jjoseph3975/tips | 523fdeb3875b5e16256a490737df2bda54fceb45 | [
"Apache-2.0"
] | null | null | null | tips/ViewController.swift | jjoseph3975/tips | 523fdeb3875b5e16256a490737df2bda54fceb45 | [
"Apache-2.0"
] | 1 | 2015-12-31T20:01:19.000Z | 2016-01-01T01:12:19.000Z | tips/ViewController.swift | jjoseph3975/Tips | 523fdeb3875b5e16256a490737df2bda54fceb45 | [
"Apache-2.0"
] | null | null | null | //
// ViewController.swift
// tips
//
// Created by Justin Joseph on 12/15/15.
// Copyright © 2015 Justin. All rights reserved.
//
import UIKit
class ViewController: UIViewController {
@IBOutlet weak var totalLabel: UILabel!
@IBOutlet weak var billField: UITextField!
@IBOutlet weak var tipLabel: UILa... | 27.392857 | 80 | 0.640808 |
264524f37414b90a3984e844d79c28d36224956e | 1,922 | java | Java | java/src/main/java/com/cloudera/api/model/ApiBulkCommandList.java | cloudsoft/cm_api | 85c7179044188c785c793a649677a22e427d2924 | [
"Apache-2.0"
] | 329 | 2015-01-06T15:41:14.000Z | 2022-03-12T15:28:20.000Z | java/src/main/java/com/cloudera/api/model/ApiBulkCommandList.java | cloudsoft/cm_api | 85c7179044188c785c793a649677a22e427d2924 | [
"Apache-2.0"
] | 58 | 2015-02-10T11:43:42.000Z | 2021-01-20T23:05:55.000Z | java/src/main/java/com/cloudera/api/model/ApiBulkCommandList.java | cloudsoft/cm_api | 85c7179044188c785c793a649677a22e427d2924 | [
"Apache-2.0"
] | 257 | 2015-01-15T10:57:20.000Z | 2022-03-09T12:13:57.000Z | // Licensed to Cloudera, Inc. under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. Cloudera, Inc. licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this f... | 31.508197 | 77 | 0.738293 |
2d9b88ce9382aa6d74a351817a0f319d126c5958 | 2,704 | html | HTML | website/templates/input.html | wmvoje/pungent | 6d50052236ccd0ead7a9492ef1d42263b8221273 | [
"MIT"
] | null | null | null | website/templates/input.html | wmvoje/pungent | 6d50052236ccd0ead7a9492ef1d42263b8221273 | [
"MIT"
] | 1 | 2022-02-12T03:06:12.000Z | 2022-02-12T03:06:12.000Z | website/templates/input.html | wmvoje/pungent | 6d50052236ccd0ead7a9492ef1d42263b8221273 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Pungent - a topical pun generator</title>
<!-- Bootstrap core CSS --... | 37.555556 | 215 | 0.574334 |
d2e16fdc7334eeba9d90949d8beb750c0d7d0a1e | 514 | php | PHP | src/comparison/recipient/oboolean.php | estvoyage/risingsun | e1ae1d8497939454d230f76334375bc1246e5277 | [
"BSD-3-Clause"
] | 8 | 2015-09-14T15:14:03.000Z | 2020-04-24T20:50:09.000Z | src/comparison/recipient/oboolean.php | estvoyage/risingsun | e1ae1d8497939454d230f76334375bc1246e5277 | [
"BSD-3-Clause"
] | 1 | 2017-06-28T12:21:53.000Z | 2017-06-28T12:21:53.000Z | src/comparison/recipient/oboolean.php | estvoyage/risingsun | e1ae1d8497939454d230f76334375bc1246e5277 | [
"BSD-3-Clause"
] | null | null | null | <?php namespace estvoyage\risingsun\comparison\recipient;
use estvoyage\{ risingsun, risingsun\comparison };
class oboolean
implements
comparison\recipient
{
private
$template,
$recipient
;
function __construct(risingsun\oboolean $template, risingsun\oboolean\recipient $recipient)
{
$this->template = $t... | 17.133333 | 92 | 0.723735 |
3996d37920facbdb1eaf99430603fc3da48c18d4 | 80 | sql | SQL | examples/sql/simple/sql/r_case.sql | DaMSL/K3 | 51749157844e76ae79dba619116fc5ad9d685643 | [
"Apache-2.0"
] | 17 | 2015-05-27T17:36:33.000Z | 2020-06-07T07:21:29.000Z | examples/sql/simple/sql/r_case.sql | DaMSL/K3 | 51749157844e76ae79dba619116fc5ad9d685643 | [
"Apache-2.0"
] | 3 | 2015-10-02T19:37:58.000Z | 2016-01-05T18:26:48.000Z | examples/sql/simple/sql/r_case.sql | DaMSL/K3 | 51749157844e76ae79dba619116fc5ad9d685643 | [
"Apache-2.0"
] | 6 | 2015-03-18T20:05:24.000Z | 2020-02-06T21:35:09.000Z | create table R(a int, b int);
select case when a > 5 then 0 else 1 end from R;
| 20 | 48 | 0.675 |
4c1b792a3883977a567dfb01c469fba933659603 | 1,063 | php | PHP | application/views/log_reg.php | Jreddysmith/quotes | 1917cf1207c589d8fe36c3cd4b345123127c2a9f | [
"MIT"
] | null | null | null | application/views/log_reg.php | Jreddysmith/quotes | 1917cf1207c589d8fe36c3cd4b345123127c2a9f | [
"MIT"
] | null | null | null | application/views/log_reg.php | Jreddysmith/quotes | 1917cf1207c589d8fe36c3cd4b345123127c2a9f | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html>
<head>
<title>Wall</title>
</head>
<body>
<?php
if ($this->session->flashdata("errors")){
echo $this->session->flashdata("errors");
}
if ($this->session->flashdata("success_message")){
echo $this->session->flashdata("success_message");
}
?>
<fieldset style="width: 500px; font-size:... | 27.25641 | 63 | 0.661336 |
b2f17c3de89d94e2aba8cc14a42ef09cd569851a | 41 | py | Python | tests/test_vec/__init__.py | karin0018/EduNLP | 172c36a2cd2c41a1f1c5833d7b1abcbc5e3bbd5f | [
"Apache-2.0"
] | 18 | 2021-02-15T13:10:42.000Z | 2022-03-17T12:57:34.000Z | tests/test_vec/__init__.py | karin0018/EduNLP | 172c36a2cd2c41a1f1c5833d7b1abcbc5e3bbd5f | [
"Apache-2.0"
] | 81 | 2021-06-02T07:45:20.000Z | 2022-03-29T15:21:32.000Z | tests/test_vec/__init__.py | karin0018/EduNLP | 172c36a2cd2c41a1f1c5833d7b1abcbc5e3bbd5f | [
"Apache-2.0"
] | 29 | 2021-05-18T08:34:58.000Z | 2022-03-12T00:19:09.000Z | # coding: utf-8
# 2021/5/30 @ tongshiwei
| 13.666667 | 24 | 0.658537 |
d5b4213217b9481d2efccb732515fe0cdf47d293 | 884 | h | C | Working/Game/xleres/System/LightProperties.h | alexgithubber/XLE-Another-Fork | cdd8682367d9e9fdbdda9f79d72bb5b1499cec46 | [
"MIT"
] | 1 | 2016-06-01T10:41:12.000Z | 2016-06-01T10:41:12.000Z | Working/Game/xleres/System/LightProperties.h | yorung/XLE | 083ce4c9d3fe32002ff5168e571cada2715bece4 | [
"MIT"
] | null | null | null | Working/Game/xleres/System/LightProperties.h | yorung/XLE | 083ce4c9d3fe32002ff5168e571cada2715bece4 | [
"MIT"
] | null | null | null | // Copyright 2015 XLGAMES Inc.
//
// Distributed under the MIT License (See
// accompanying file "LICENSE" or the website
// http://www.opensource.org/licenses/mit-license.php)
#if !defined(LIGHT_PROPERTIES_H)
#define LIGHT_PROPERTIES_H
struct DirectionalLightProperties
{
float3 negativeLightDirection;
float3... | 26 | 71 | 0.754525 |
5710c71fab4275cf6e36c298912a1edeb3107b63 | 6,165 | h | C | includes/elf.h | mewbak/dynStruct | a3c2f039fbe601ff5bd7112eee98888eef12c5e7 | [
"MIT"
] | 298 | 2015-10-14T08:22:51.000Z | 2022-03-28T02:44:23.000Z | includes/elf.h | mewbak/dynStruct | a3c2f039fbe601ff5bd7112eee98888eef12c5e7 | [
"MIT"
] | 23 | 2016-06-30T04:49:32.000Z | 2019-08-11T04:26:29.000Z | includes/elf.h | mewbak/dynStruct | a3c2f039fbe601ff5bd7112eee98888eef12c5e7 | [
"MIT"
] | 36 | 2016-06-30T04:52:59.000Z | 2021-10-15T08:45:10.000Z | #ifndef ELF_H_
#define ELF_H_
// looks like dynamo doesn't care about the p_align in the elf header
// and align section with 0x1000
#define DYNAMO_ALIGN 0x1000
#include "../includes/tree.h"
#include <stdint.h>
extern tree_t *plt_tree;
#define PLT_NAME ".plt"
#define GOT_NAME ".got"
#define PT_LOAD 1
typedef str... | 41.1 | 79 | 0.599676 |
6d0417a2874024ff29797cc597f423075fe2ab23 | 1,462 | dart | Dart | packages/cbl_sentry/lib/src/breadcrumb_logger.dart | cbl-dart/cbl-dart | 01694fda59d1d1e47bff8aeaf717938bcecc793b | [
"Apache-2.0"
] | 25 | 2021-11-08T18:52:30.000Z | 2022-03-27T14:23:09.000Z | packages/cbl_sentry/lib/src/breadcrumb_logger.dart | cbl-dart/cbl-dart | 01694fda59d1d1e47bff8aeaf717938bcecc793b | [
"Apache-2.0"
] | 134 | 2021-10-31T17:14:25.000Z | 2022-03-31T09:24:54.000Z | packages/cbl_sentry/lib/src/breadcrumb_logger.dart | cbl-dart/cbl-dart | 01694fda59d1d1e47bff8aeaf717938bcecc793b | [
"Apache-2.0"
] | 4 | 2021-12-28T08:35:58.000Z | 2022-03-17T06:34:11.000Z | import 'package:cbl/cbl.dart';
import 'package:sentry/sentry.dart';
import 'utils.dart';
/// A [Logger] that adds a Sentry [Breadcrumb] for each log message.
///
/// This logger will add breadcrumbs of type `debug`, whose level corresponds to
/// a Couchbase Lite [LogLevel].
///
/// The [LogDomain] is used to build t... | 28.115385 | 80 | 0.662791 |
0bee35f5e7d937185111b5c991d6f97bf7daab7b | 533 | js | JavaScript | sql/index.js | kiwicopple/pg-json-schema-export | e793d63fb91932151f15778af77fd0fae420a69c | [
"MIT"
] | 5 | 2020-05-15T10:57:54.000Z | 2021-09-13T22:36:01.000Z | sql/index.js | kiwicopple/pg-json-schema-export | e793d63fb91932151f15778af77fd0fae420a69c | [
"MIT"
] | null | null | null | sql/index.js | kiwicopple/pg-json-schema-export | e793d63fb91932151f15778af77fd0fae420a69c | [
"MIT"
] | 2 | 2021-09-13T22:36:04.000Z | 2021-09-14T17:54:06.000Z | var fs = require('fs')
module.exports = {
getColumns: fs.readFileSync(__dirname + '/columns.sql').toString(),
getSequences: fs.readFileSync(__dirname + '/sequences.sql').toString(),
getConstraints: fs.readFileSync(__dirname + '/constraints.sql').toString(),
getTables: fs.readFileSync(__dirname + '/tables.sql')... | 44.416667 | 77 | 0.716698 |
5201968b38fc7690f84505def81492345025bcd7 | 4,756 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_122_1978.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_122_1978.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_122_1978.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 %r10
push %r13
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xb994, %r13
nop
nop
nop
xor %rbx, %rbx
movw $0x6162, (%r13)
nop
add %r13, %r13
lea addresses_D_ht+0x1b194, %rsi
lea addresses_normal_ht+0x3c54, %rdi
clflush (%rdi)
nop
nop
nop
... | 20.768559 | 365 | 0.646972 |
d6a00e5565258a1f2c0f0022355803c11bc16308 | 6,484 | sql | SQL | kearsipan.sql | bellamarsadewi/kearsipan | 018f76b3b05c4e36ebb6ad80a1b36486bd38e90b | [
"MIT"
] | null | null | null | kearsipan.sql | bellamarsadewi/kearsipan | 018f76b3b05c4e36ebb6ad80a1b36486bd38e90b | [
"MIT"
] | null | null | null | kearsipan.sql | bellamarsadewi/kearsipan | 018f76b3b05c4e36ebb6ad80a1b36486bd38e90b | [
"MIT"
] | null | null | null | -- phpMyAdmin SQL Dump
-- version 4.7.4
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: 02 Mar 2018 pada 00.54
-- Versi Server: 10.1.28-MariaDB
-- PHP Version: 7.1.11
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CH... | 26.251012 | 228 | 0.640808 |
39fa5d7fe2dc65cbf068ce11c456ea7d0f7263d5 | 31 | asm | Assembly | retf.asm | uchan-nos/debugging-low-layer-distrib | 2ba7c9ced283c8bdf1aafa25f7e74b98ac766cb9 | [
"MIT"
] | 1 | 2020-03-07T21:40:10.000Z | 2020-03-07T21:40:10.000Z | retf.asm | uchan-nos/debugging-low-layer-distrib | 2ba7c9ced283c8bdf1aafa25f7e74b98ac766cb9 | [
"MIT"
] | null | null | null | retf.asm | uchan-nos/debugging-low-layer-distrib | 2ba7c9ced283c8bdf1aafa25f7e74b98ac766cb9 | [
"MIT"
] | null | null | null | bits 64
retf
o64 retf
| 6.2 | 12 | 0.548387 |
0ee413d54aebe5f09b07448f3b2b02018ba4e0a2 | 1,413 | h | C | src/d3d12gpu_sync.h | rubenpenalva/D3D12Basics | c0cac75865024b8609ac15bc21060fb0c19ace22 | [
"MIT"
] | null | null | null | src/d3d12gpu_sync.h | rubenpenalva/D3D12Basics | c0cac75865024b8609ac15bc21060fb0c19ace22 | [
"MIT"
] | 54 | 2018-01-17T02:23:14.000Z | 2019-03-12T01:49:21.000Z | src/d3d12gpu_sync.h | rubenpenalva/D3D12Basics | c0cac75865024b8609ac15bc21060fb0c19ace22 | [
"MIT"
] | null | null | null | #pragma once
// project includes
#include "d3d12basicsfwd.h"
#include "utils.h"
// windows includes
#include <windows.h>
// directx includes
#include <d3d12.h>
#define ENABLE_GPU_SYNC_DEBUG_OUTPUT (0)
#if ENABLE_GPU_SYNC_DEBUG_OUTPUT
#include <sstream>
#endif
namespace D3D12Basics
{
class ... | 23.949153 | 86 | 0.629158 |
5fa6efbb29a73c85b0ca9e08d6dcae85a2804fa1 | 888 | css | CSS | config/config.css | mojaloop/dfsp-admin | 3722fe6724bc4baacfea725de096979264cc4ab3 | [
"Apache-2.0"
] | 1 | 2017-11-16T16:50:23.000Z | 2017-11-16T16:50:23.000Z | config/config.css | mojaloop/dfsp-admin | 3722fe6724bc4baacfea725de096979264cc4ab3 | [
"Apache-2.0"
] | 2 | 2018-01-29T15:54:58.000Z | 2019-09-02T05:33:57.000Z | config/config.css | mojaloop/dfsp-admin | 3722fe6724bc4baacfea725de096979264cc4ab3 | [
"Apache-2.0"
] | 3 | 2018-02-27T09:47:32.000Z | 2020-11-13T13:36:09.000Z | :root {
--ut-front-react-standardMainLogoWidth: 160px;
--ut-front-react-standardMainLogoHeight: 58px;
--ut-front-react-standardHeaderLogoContainerMargin: 0;
--ut-front-react-standardTabMenuColor: #AC2641;
--ut-front-react-standardSearchBoxColor: #AC2641;
--ut-front-react-standardDatePickerBackgr... | 37 | 102 | 0.75 |
87b53bce9f1e802253e99bfc6ca525ee195eaf39 | 123 | sql | SQL | src/main/resources/schema.sql | shoaibrayeen/Spring-Boot-Demo | 33b1acce28761dea351cb6162e8e506555db596d | [
"Apache-2.0"
] | null | null | null | src/main/resources/schema.sql | shoaibrayeen/Spring-Boot-Demo | 33b1acce28761dea351cb6162e8e506555db596d | [
"Apache-2.0"
] | null | null | null | src/main/resources/schema.sql | shoaibrayeen/Spring-Boot-Demo | 33b1acce28761dea351cb6162e8e506555db596d | [
"Apache-2.0"
] | null | null | null | --DROP TABLE IF EXISTS persons;
CREATE TABLE IF NOT EXISTS persons(id serial PRIMARY KEY, name VARCHAR(255), age integer);
| 41 | 90 | 0.772358 |
0ccf64808d3042c572ef4543702896d84041599e | 1,393 | py | Python | benchmarks/pytorch_alexnet_inference.py | d3dave/python-macrobenchmarks | ee52cce1af120f543ce3e2f6bc99225784b59506 | [
"MIT"
] | 20 | 2020-10-20T20:55:51.000Z | 2021-11-18T16:26:49.000Z | benchmarks/pytorch_alexnet_inference.py | d3dave/python-macrobenchmarks | ee52cce1af120f543ce3e2f6bc99225784b59506 | [
"MIT"
] | 2 | 2021-11-17T18:37:27.000Z | 2022-03-22T20:26:24.000Z | benchmarks/pytorch_alexnet_inference.py | d3dave/python-macrobenchmarks | ee52cce1af120f543ce3e2f6bc99225784b59506 | [
"MIT"
] | 4 | 2020-10-30T15:09:37.000Z | 2022-02-12T00:12:12.000Z | import json
import time
import torch
import urllib
import sys
if __name__ == "__main__":
start = time.time()
model = torch.hub.load('pytorch/vision:v0.6.0', 'alexnet', pretrained=True)
# assert time.time() - start < 3, "looks like we just did the first-time download, run this benchmark again to get a clean... | 31.659091 | 131 | 0.613065 |
a9b11d6b521e54b435d2674f130ecaaeb82c5ee4 | 801 | html | HTML | index.html | linksplatform/linksplatform.github.io | ff44317eddf17bb530a7da1b790129e9fa574da6 | [
"CC0-1.0"
] | null | null | null | index.html | linksplatform/linksplatform.github.io | ff44317eddf17bb530a7da1b790129e9fa574da6 | [
"CC0-1.0"
] | 1 | 2021-03-09T14:23:47.000Z | 2021-03-09T14:23:47.000Z | index.html | linksplatform/linksplatform.github.io | ff44317eddf17bb530a7da1b790129e9fa574da6 | [
"CC0-1.0"
] | null | null | null | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Links Platform</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<svg viewBox="0.2 0.2 0.6 0.6">
<svg x="... | 32.04 | 109 | 0.571785 |
04d40ced983c5b48316339fc655759ff83714652 | 2,255 | java | Java | src/main/java/asw/agents/webService/GetAgentInfoRESTController.java | mistermboy/Agents_e1b | 00195d2d12a7d88eda1360f91a8ab7c70e871ff7 | [
"Unlicense"
] | 5 | 2018-02-06T12:17:55.000Z | 2018-04-28T15:51:09.000Z | src/main/java/asw/agents/webService/GetAgentInfoRESTController.java | mistermboy/Agents_e1b | 00195d2d12a7d88eda1360f91a8ab7c70e871ff7 | [
"Unlicense"
] | 9 | 2018-02-06T09:37:06.000Z | 2018-03-24T21:01:51.000Z | src/main/java/asw/agents/webService/GetAgentInfoRESTController.java | mistermboy/Agents_e1b | 00195d2d12a7d88eda1360f91a8ab7c70e871ff7 | [
"Unlicense"
] | 5 | 2018-02-06T18:03:17.000Z | 2018-05-08T11:28:37.000Z | package asw.agents.webService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.RequestBody;
i... | 38.220339 | 117 | 0.784035 |
c60ea83cf93414881a991658a38c940536f799ea | 420 | rb | Ruby | app/decorators/band_decorator.rb | hcxp/hcxp | f8d351c7877d436504b7602fcf3ae20cd8813020 | [
"Apache-2.0"
] | 4 | 2016-12-20T11:31:25.000Z | 2017-08-01T14:57:03.000Z | app/decorators/band_decorator.rb | hcxp/hcxp | f8d351c7877d436504b7602fcf3ae20cd8813020 | [
"Apache-2.0"
] | 58 | 2016-11-21T09:48:22.000Z | 2017-12-30T08:41:50.000Z | app/decorators/band_decorator.rb | hcxp/hcxp | f8d351c7877d436504b7602fcf3ae20cd8813020 | [
"Apache-2.0"
] | null | null | null | class BandDecorator < Draper::Decorator
delegate_all
def photo_url(width = 80, height = 80, opts = {})
if model.photo.present?
opts = {
width: width,
height: height,
fit_in: opts[:fit_in]
}
opts.merge!(filters: ['no_upscale()'])
h.thumbor_url(model.photo.url, op... | 22.105263 | 67 | 0.583333 |
39f422f274b307b705a29b3c01d4d6eff68073f3 | 9,360 | java | Java | src/jsonant/parse/JSONLexer.java | errt/Jsonant | f0566472fd7966cfc9d09a89155e1b3113f49201 | [
"Apache-2.0"
] | null | null | null | src/jsonant/parse/JSONLexer.java | errt/Jsonant | f0566472fd7966cfc9d09a89155e1b3113f49201 | [
"Apache-2.0"
] | null | null | null | src/jsonant/parse/JSONLexer.java | errt/Jsonant | f0566472fd7966cfc9d09a89155e1b3113f49201 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2017 Dominik Helm
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | 28.108108 | 148 | 0.644551 |
bc5b98fb133a8a6765f5137fd5926b4299ea3f02 | 746 | swift | Swift | FANBaseConfig/Classes/FAN_Controller/FAN_BaseTabBarController.swift | MMSuperD/FANBaseConfig | 07bfc65dc2607a390a3ed502db56948b6f1ae29d | [
"MIT"
] | null | null | null | FANBaseConfig/Classes/FAN_Controller/FAN_BaseTabBarController.swift | MMSuperD/FANBaseConfig | 07bfc65dc2607a390a3ed502db56948b6f1ae29d | [
"MIT"
] | null | null | null | FANBaseConfig/Classes/FAN_Controller/FAN_BaseTabBarController.swift | MMSuperD/FANBaseConfig | 07bfc65dc2607a390a3ed502db56948b6f1ae29d | [
"MIT"
] | null | null | null | //
// FAN_TabBarController.swift
// FANBaseConfig
//
// Created by 王丹 on 2022/3/19.
//
import UIKit
class FAN_BaseTabBarController: UITabBarController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
func createChildControll... | 22.606061 | 121 | 0.646113 |
f0f1c3a687cd98d18501dd48696ddb2aa838c775 | 116 | sql | SQL | Project/sqls/create/5 town.sql | iwasingh/auxilium-db | b5b57143ee15040a736ae34842a2142db665761a | [
"Apache-2.0"
] | 2 | 2018-08-10T00:26:01.000Z | 2018-08-11T02:34:31.000Z | Project/sqls/create/5 town.sql | iwasingh/auxilium-db | b5b57143ee15040a736ae34842a2142db665761a | [
"Apache-2.0"
] | null | null | null | Project/sqls/create/5 town.sql | iwasingh/auxilium-db | b5b57143ee15040a736ae34842a2142db665761a | [
"Apache-2.0"
] | 1 | 2020-06-29T15:50:12.000Z | 2020-06-29T15:50:12.000Z | CREATE TABLE town (
cap CHAR(5) PRIMARY KEY,
name VARCHAR(40) NOT NULL,
CHECK (cap SIMILAR TO '[0-9]{5}')
);
| 16.571429 | 35 | 0.62931 |
9c677a07d3e8fdf4dc63bc9e334fc5d4be754609 | 220 | js | JavaScript | src/hooks.js | jloh/app.geojs.io | 9c6468703c3892abd332c445d23599895735c47a | [
"MIT"
] | 4 | 2018-10-10T12:06:54.000Z | 2022-01-26T11:04:46.000Z | src/hooks.js | jloh/geojs-app | da2af2e164f2c1c3124fb3b56a9df144fd13c1ab | [
"MIT"
] | 4 | 2018-01-14T09:09:33.000Z | 2020-04-18T14:51:24.000Z | src/hooks.js | jloh/app.geojs.io | 9c6468703c3892abd332c445d23599895735c47a | [
"MIT"
] | 2 | 2019-04-03T01:52:55.000Z | 2020-12-21T00:16:36.000Z | /** @type {import('@sveltejs/kit').GetSession} */
export function getSession(event) {
if (event.clientAddress !== null) {
return {
userIP: event.clientAddress
}
} else {
return {
userIP: "1.1.1.1"
}
}
}
| 16.923077 | 49 | 0.609091 |
dfd00a6a6ac02e6b442140f9a913cc61a9dd0b34 | 537 | ts | TypeScript | dist/types/components/resize-observer/resize-observer.d.ts | harisco7/shoelace | 7a966c03b144565d4e9a5d2d269c68202c3ab4f6 | [
"MIT"
] | null | null | null | dist/types/components/resize-observer/resize-observer.d.ts | harisco7/shoelace | 7a966c03b144565d4e9a5d2d269c68202c3ab4f6 | [
"MIT"
] | null | null | null | dist/types/components/resize-observer/resize-observer.d.ts | harisco7/shoelace | 7a966c03b144565d4e9a5d2d269c68202c3ab4f6 | [
"MIT"
] | null | null | null | /// <reference types="resize-observer-browser" />
import { EventEmitter } from '../../stencil-public-runtime';
/**
* @since 2.0
* @status experimental
*/
export declare class ResizeObserverUtility {
resizeObserver: ResizeObserver;
observedElements: HTMLElement[];
host: HTMLSlResizeObserverElement;
... | 29.833333 | 61 | 0.703911 |
6bb61ca38cf83073f1d9d3f1c086ee1b981ad478 | 84 | h | C | util/int/debug.h | wyan/ack | cf1b02d26cdfaff4417011c49d112b8dfc877df2 | [
"BSD-3-Clause"
] | 282 | 2015-07-01T10:17:17.000Z | 2022-03-31T02:14:30.000Z | util/int/debug.h | wyan/ack | cf1b02d26cdfaff4417011c49d112b8dfc877df2 | [
"BSD-3-Clause"
] | 176 | 2016-06-07T06:46:55.000Z | 2022-03-19T21:40:17.000Z | util/int/debug.h | wyan/ack | cf1b02d26cdfaff4417011c49d112b8dfc877df2 | [
"BSD-3-Clause"
] | 58 | 2015-12-02T16:29:18.000Z | 2022-01-26T17:54:35.000Z | /*
Various debug flags
*/
/* $Id$ */
#undef DB_MALLOC /* sally malloc area */
| 9.333333 | 42 | 0.571429 |
12deed9b903e4071e85fff8ed4503c957d4a6804 | 7,407 | html | HTML | src/index.html | 4betterweb/4betterweb.github.io | c5e3ce431effb464a7b7ae594a0cd8ec0fc5e9f6 | [
"MIT"
] | null | null | null | src/index.html | 4betterweb/4betterweb.github.io | c5e3ce431effb464a7b7ae594a0cd8ec0fc5e9f6 | [
"MIT"
] | null | null | null | src/index.html | 4betterweb/4betterweb.github.io | c5e3ce431effb464a7b7ae594a0cd8ec0fc5e9f6 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Lato&family=Open+Sans:wght@400;600&display=swap" rel="styleshee... | 52.907143 | 725 | 0.481842 |
0cba78e638ec2faf5f7126a5c233d72920bc6dd8 | 3,458 | py | Python | poseidon/dags/traffic_counts/traffic_counts_jobs.py | panda-tech/poseidon-airflow | bce5bc02b55f15330635a436056d99acb93488ef | [
"Apache-2.0"
] | null | null | null | poseidon/dags/traffic_counts/traffic_counts_jobs.py | panda-tech/poseidon-airflow | bce5bc02b55f15330635a436056d99acb93488ef | [
"Apache-2.0"
] | null | null | null | poseidon/dags/traffic_counts/traffic_counts_jobs.py | panda-tech/poseidon-airflow | bce5bc02b55f15330635a436056d99acb93488ef | [
"Apache-2.0"
] | null | null | null | """Traffic counts _jobs file."""
import pandas as pd
import logging
from subprocess import Popen, PIPE
from trident.util import general
conf = general.config
fy = general.get_FY_year()
def get_traffic_counts(out_fname='traffic_counts_file'):
"""Get traffic counts file from shared drive."""
logging.info(f'Ret... | 32.317757 | 79 | 0.571429 |
e72beb0719370313de62b7f93f1f67d2c3013531 | 344 | js | JavaScript | webpack.config.js | waxs/needle | ea241876d08e4bf4b8a8ad308624337c04654d14 | [
"MIT"
] | 5 | 2020-07-10T07:20:15.000Z | 2021-04-15T08:22:16.000Z | webpack.config.js | waxs/needle | ea241876d08e4bf4b8a8ad308624337c04654d14 | [
"MIT"
] | null | null | null | webpack.config.js | waxs/needle | ea241876d08e4bf4b8a8ad308624337c04654d14 | [
"MIT"
] | 2 | 2020-10-29T12:56:35.000Z | 2021-06-10T07:56:57.000Z | /** ----------------------------------------
Webpack Configuration
---------------------------------------- */
const path = './webpack';
/** ----------------------------------------
Webpack Exports
---------------------------------------- */
module.exports = (env) => {
return require(`${ path }/webpack... | 26.461538 | 59 | 0.293605 |
c80f0fef8fd60ec042a7e3ee9b4849b285e26e78 | 5,827 | sql | SQL | sql/updates/0.10/5636_mangos_loot_template.sql | Ambal/mangos | 9833ce4e393ca36668751dbcc9dfcf7cae8ff4ff | [
"OpenSSL"
] | 1 | 2019-01-19T06:35:40.000Z | 2019-01-19T06:35:40.000Z | sql/updates/0.10/5636_mangos_loot_template.sql | mfooo/wow | 3e5fad4cfdf0fd1c0a2fd7c9844e6f140a1bb32d | [
"OpenSSL"
] | null | null | null | sql/updates/0.10/5636_mangos_loot_template.sql | mfooo/wow | 3e5fad4cfdf0fd1c0a2fd7c9844e6f140a1bb32d | [
"OpenSSL"
] | null | null | null | ALTER TABLE `creature_loot_template`
ADD `ChanceOrQuestChance` FLOAT NOT NULL default '100' AFTER `ChanceOrRef`,
ADD `group` tinyint unsigned NOT NULL default '0' AFTER `QuestChanceOrGroup`,
ADD `mincountOrRef` mediumint NOT NULL default '1' AFTER `mincount`;
UPDATE `creature_loot_template` SET
`ChanceOrQuestC... | 43.162963 | 121 | 0.725759 |
9b8d7a8b7d62da1297aa71904ce35ea81881ef7b | 1,452 | js | JavaScript | utils/generateMarkdown.js | khargol1/readme-writer | a8e647e35fee6e3ff9c4032bd3906ee19ccabca5 | [
"MIT"
] | null | null | null | utils/generateMarkdown.js | khargol1/readme-writer | a8e647e35fee6e3ff9c4032bd3906ee19ccabca5 | [
"MIT"
] | null | null | null | utils/generateMarkdown.js | khargol1/readme-writer | a8e647e35fee6e3ff9c4032bd3906ee19ccabca5 | [
"MIT"
] | null | null | null | // function to generate markdown for README
function generateMarkdown(data) {
licence = '';
switch(data.licence){
case 'MIT':
licence = '[](https://opensource.org/licenses/MIT)';
break;
case 'Apache 2.0':
licence = '[![Li... | 24.610169 | 145 | 0.643251 |
d0a4a6c9b04577bc96076cf53f23e6ffe6997cb5 | 2,334 | css | CSS | Modul 2/No1/css/style.css | evanezcent/Web-Programming-College | 9972663099adc7648939ffed1a6d9dc68be1b23e | [
"MIT"
] | null | null | null | Modul 2/No1/css/style.css | evanezcent/Web-Programming-College | 9972663099adc7648939ffed1a6d9dc68be1b23e | [
"MIT"
] | 1 | 2019-04-18T04:33:38.000Z | 2019-04-18T04:33:38.000Z | Modul 2/No1/css/style.css | evanezcent/WEBPRO | 9972663099adc7648939ffed1a6d9dc68be1b23e | [
"MIT"
] | null | null | null | /* Browser reset & Basic styling [Don't ruin this] */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldse... | 14.772152 | 58 | 0.636675 |
0ef32bb0ff89271f014e72888acf4847cdf7b114 | 17,530 | h | C | src/xapian/backends/honey/honey_table.h | Kronuz/Xapiand | a71570859dcfc9f48090d845053f359b07f4f78c | [
"MIT"
] | 370 | 2016-03-14T12:19:08.000Z | 2022-03-25T02:07:29.000Z | src/xapian/backends/honey/honey_table.h | YosefMac/Xapiand-1 | a71570859dcfc9f48090d845053f359b07f4f78c | [
"MIT"
] | 34 | 2015-11-30T19:06:40.000Z | 2022-02-26T03:46:58.000Z | src/xapian/backends/honey/honey_table.h | YosefMac/Xapiand-1 | a71570859dcfc9f48090d845053f359b07f4f78c | [
"MIT"
] | 31 | 2015-02-13T22:27:34.000Z | 2022-03-25T02:07:34.000Z | /** @file honey_table.h
* @brief HoneyTable class
*/
/* Copyright (C) 2017,2018 Olly Betts
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your... | 25.442671 | 79 | 0.649059 |
e787465d2973f0fa1906320390e94d32e0fde334 | 411 | js | JavaScript | src/store/reducer.js | yepwaibin/music-react | 96a27093e70f62300238fc3c1d840bb2dbccc2cf | [
"MIT"
] | null | null | null | src/store/reducer.js | yepwaibin/music-react | 96a27093e70f62300238fc3c1d840bb2dbccc2cf | [
"MIT"
] | null | null | null | src/store/reducer.js | yepwaibin/music-react | 96a27093e70f62300238fc3c1d840bb2dbccc2cf | [
"MIT"
] | null | null | null | import {combineReducers} from "redux-immutable"
import { reducer as recommendReducer } from '../pages/discover/child-pages/recommend/store'
import {reducer as playerReducer } from '../pages/player/store'
import {reducer as rankingReducer } from '../pages/discover/child-pages/ranking/store'
export default combineReduc... | 34.25 | 91 | 0.778589 |
ce3b8569c51345055869eaa3d544a880a3f404bf | 8,831 | dart | Dart | app/lib/main_menu/main_menu_section.dart | herediasamuel/HistoryOfEverything | cf62ffd96c261afc42a7b5d22d8df551cd0196c6 | [
"MIT"
] | 4 | 2019-07-12T23:01:39.000Z | 2020-11-13T12:52:20.000Z | app/lib/main_menu/main_menu_section.dart | ignertic/HistoryOfEverything | 73f5bc77a386af165dab099bd63884b9dc26c24e | [
"MIT"
] | null | null | null | app/lib/main_menu/main_menu_section.dart | ignertic/HistoryOfEverything | 73f5bc77a386af165dab099bd63884b9dc26c24e | [
"MIT"
] | 4 | 2019-04-28T23:03:16.000Z | 2020-11-13T12:52:22.000Z | import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:timeline/main_menu/menu_data.dart';
import "package:flare/flare_actor.dart" as flare;
import 'package:timeline/main_menu/menu_vignette.dart';
typedef NavigateTo(MenuItemData item);
/// This widget displays the single menu... | 44.155 | 139 | 0.482278 |
64f387ae6b5cbac4239f6f3fa925526498459bea | 3,071 | java | Java | odps-sdk-impl/odps-mapred-local/src/main/java/com/aliyun/odps/mapred/local/utils/LocalColumnBasedRecordComparator.java | yuanice/aliyun-odps-java-sdk | 170e2d9f0d2522fd84f5694a5c8c1e62adfc455f | [
"Apache-2.0"
] | 80 | 2015-07-08T09:33:25.000Z | 2022-03-12T16:58:28.000Z | odps-sdk-impl/odps-mapred-local/src/main/java/com/aliyun/odps/mapred/local/utils/LocalColumnBasedRecordComparator.java | yuanice/aliyun-odps-java-sdk | 170e2d9f0d2522fd84f5694a5c8c1e62adfc455f | [
"Apache-2.0"
] | 43 | 2016-03-29T06:40:44.000Z | 2022-02-28T10:32:10.000Z | odps-sdk-impl/odps-mapred-local/src/main/java/com/aliyun/odps/mapred/local/utils/LocalColumnBasedRecordComparator.java | yuanice/aliyun-odps-java-sdk | 170e2d9f0d2522fd84f5694a5c8c1e62adfc455f | [
"Apache-2.0"
] | 55 | 2015-09-02T14:27:29.000Z | 2022-01-12T02:33:22.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 ... | 28.435185 | 99 | 0.642787 |
1742114eb5b164be3194a19f799c7d8c02d12a39 | 21,473 | html | HTML | docs/html/WriteIndex_8cpp_source.html | buckaroo-upgrade-bot/facebookresearch-faiss | 94464ab00b5bab579ddfbf1b9ee530816888d670 | [
"BSD-3-Clause"
] | 2 | 2019-04-07T05:01:30.000Z | 2019-10-25T02:27:20.000Z | docs/html/WriteIndex_8cpp_source.html | omar16100/faiss | 712edb043ac83aa7a8235dafdfa4fc299448d84e | [
"BSD-3-Clause"
] | null | null | null | docs/html/WriteIndex_8cpp_source.html | omar16100/faiss | 712edb043ac83aa7a8235dafdfa4fc299448d84e | [
"BSD-3-Clause"
] | 2 | 2022-01-12T12:05:17.000Z | 2022-02-14T07:13:38.000Z | <!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">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | 103.7343 | 1,242 | 0.65608 |
7284694d49dffe1694d0d439ff5b9aef3f2636f6 | 16,080 | rs | Rust | src/alignment.rs | sjackman/rust-bio-types | e0cdbc873b635fbc520b574f576330dd0d00ffd3 | [
"MIT"
] | null | null | null | src/alignment.rs | sjackman/rust-bio-types | e0cdbc873b635fbc520b574f576330dd0d00ffd3 | [
"MIT"
] | null | null | null | src/alignment.rs | sjackman/rust-bio-types | e0cdbc873b635fbc520b574f576330dd0d00ffd3 | [
"MIT"
] | null | null | null | // Copyright 2014-2015 Johannes Köster, Vadim Nazarov, Patrick Marks
// Licensed under the MIT license (http://opensource.org/licenses/MIT)
// This file may not be copied, modified, or distributed
// except according to those terms.
//! Types for representing pairwise sequence alignments
pub type TextSlice<'a> = &'a ... | 33.640167 | 97 | 0.485697 |
f10e7c131d5b883fe6581b6c229ccb5278f4c96b | 4,748 | sql | SQL | db/seed.sql | EricHogue/joindin-api | cbd77a4d3a6de637d1e5ea870bd691b15db92140 | [
"BSD-3-Clause"
] | 2 | 2015-08-19T19:15:49.000Z | 2016-11-26T18:17:30.000Z | db/seed.sql | EricHogue/joindin-api | cbd77a4d3a6de637d1e5ea870bd691b15db92140 | [
"BSD-3-Clause"
] | null | null | null | db/seed.sql | EricHogue/joindin-api | cbd77a4d3a6de637d1e5ea870bd691b15db92140 | [
"BSD-3-Clause"
] | 1 | 2019-12-07T01:29:58.000Z | 2019-12-07T01:29:58.000Z | /*
Please note! This assumes that you've already loaded in
the structure of the database via the other SQL file. Without
the table structure, this seed data cannot be added.
*/
/* Add in some sample users */
/* John Doe is a normal site user, his password is "password" */
insert into user (
username,password,verif... | 18.916335 | 94 | 0.663648 |
01d37f58bed2aa8646b7666d65e853cddb820ad2 | 16,602 | rs | Rust | nazara_core/src/image.rs | DigitalPulseSoftware/NazarustEngine | b5de845d722a34cad4ee0eec5639ebea25738975 | [
"MIT"
] | 7 | 2019-11-26T14:12:24.000Z | 2019-11-26T17:59:58.000Z | nazara_core/src/image.rs | NazaraEngine/Nazarust | b5de845d722a34cad4ee0eec5639ebea25738975 | [
"MIT"
] | null | null | null | nazara_core/src/image.rs | NazaraEngine/Nazarust | b5de845d722a34cad4ee0eec5639ebea25738975 | [
"MIT"
] | 4 | 2019-11-26T15:46:30.000Z | 2019-11-26T19:46:36.000Z | use std::{
fs::File,
io::{BufRead, BufReader, Cursor, Seek},
path::Path,
};
use cgmath::Vector3;
use image::{io::Reader, DynamicImage, GenericImageView};
use crate::{
enums::{ImageType, PixelFormatType},
errors::{ImageError, NazaraError, NazaraResult},
};
/// Image structure for Nazarust
///
/// ... | 38.165517 | 127 | 0.593663 |
3bf4d1478d98c9972b6bf9c0da0e8621d8394e3b | 312 | asm | Assembly | programs/oeis/066/A066023.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/066/A066023.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/066/A066023.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A066023: (a(n)^7+1)/(n^7+1) is the smallest integer > 1.
; 3,8,27,64,125,216,343,512,729,1000,1331,1728,2197,2744,3375,4096,4913,5832,6859,8000,9261,10648,12167,13824,15625,17576,19683,21952,24389,27000,29791,32768,35937,39304,42875,46656,50653,54872,59319,64000
add $0,1
pow $0,3
mov $1,$0
trn $1,3
add $1,3
| 34.666667 | 205 | 0.717949 |
048c7ecb59321b5b6487496c1925d49a9f14a756 | 2,949 | java | Java | src/com/patient/commonent/CollapsibleTextView.java | minger31/yxckPatient | 2f92ffd4da679c4ce589d6a4b30416bd7058c7b4 | [
"Apache-2.0"
] | null | null | null | src/com/patient/commonent/CollapsibleTextView.java | minger31/yxckPatient | 2f92ffd4da679c4ce589d6a4b30416bd7058c7b4 | [
"Apache-2.0"
] | null | null | null | src/com/patient/commonent/CollapsibleTextView.java | minger31/yxckPatient | 2f92ffd4da679c4ce589d6a4b30416bd7058c7b4 | [
"Apache-2.0"
] | null | null | null | package com.patient.commonent;
import android.annotation.SuppressLint;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.LinearLayout;
import android.widget.TextView;
import android.widget.TextView.BufferType;
im... | 32.054348 | 81 | 0.645982 |
706d22f8f28335dbb3158d719c55e3fc42a9c8a6 | 159 | go | Go | loggers.go | alexmherrmann/gomorra | ecc0dc4f6642e5c6c8aa3dcce1b6aca5b2750426 | [
"Apache-2.0"
] | null | null | null | loggers.go | alexmherrmann/gomorra | ecc0dc4f6642e5c6c8aa3dcce1b6aca5b2750426 | [
"Apache-2.0"
] | null | null | null | loggers.go | alexmherrmann/gomorra | ecc0dc4f6642e5c6c8aa3dcce1b6aca5b2750426 | [
"Apache-2.0"
] | null | null | null | package gomorra
import (
"log"
"os"
)
var debugLogger *log.Logger = log.New(os.Stderr, "DEBUG", log.LstdFlags)
func D() *log.Logger {
return debugLogger
} | 14.454545 | 72 | 0.691824 |
ea0e421cac4fee9df3c8fe2a2075a5324ba887d6 | 452 | sql | SQL | openGaussBase/testcase/KEYWORDS/strip/Opengauss_Function_Keyword_Strip_Case0027.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | openGaussBase/testcase/KEYWORDS/strip/Opengauss_Function_Keyword_Strip_Case0027.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | openGaussBase/testcase/KEYWORDS/strip/Opengauss_Function_Keyword_Strip_Case0027.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | -- @testpoint:opengauss关键字strip非保留),作为序列名
--关键字不带引号-成功
drop sequence if exists strip;
create sequence strip start 100 cache 50;
drop sequence strip;
--关键字带双引号-成功
drop sequence if exists "strip";
create sequence "strip" start 100 cache 50;
drop sequence "strip";
--关键字带单引号-合理报错
drop sequence if exists 'strip';
creat... | 21.52381 | 43 | 0.761062 |
f8bfebda602119ee95b907e4b903045374c3d601 | 948 | asm | Assembly | src/arch/i686/gdt_asm.asm | KristianJerpetjon/IncludeOS | 367a1dcefafd6f9618e5373c9133839f9ee2d675 | [
"Apache-2.0"
] | 5 | 2016-10-01T11:50:51.000Z | 2019-10-24T12:54:36.000Z | src/arch/i686/gdt_asm.asm | KristianJerpetjon/IncludeOS | 367a1dcefafd6f9618e5373c9133839f9ee2d675 | [
"Apache-2.0"
] | 1 | 2016-11-25T22:37:41.000Z | 2016-11-25T22:37:41.000Z | src/arch/i686/gdt_asm.asm | AndreasAakesson/IncludeOS | 891b960a0a7473c08cd0d93a2bba7569c6d88b48 | [
"Apache-2.0"
] | 3 | 2016-09-28T18:15:50.000Z | 2017-07-18T17:02:25.000Z | ; This file is a part of the IncludeOS unikernel - www.includeos.org
;
; Copyright 2015 Oslo and Akershus University College of Applied Sciences
; and Alfred Bratterud
;
; 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 ... | 29.625 | 74 | 0.725738 |
5bef00b5226e17af1564d3152a53a98730cbb846 | 309 | h | C | SpriteBuilder/ccBuilder/MoveFileCommand.h | andykorth/SpriteBuilder | cd8a5c8d4a25b66c74e7609682c95106095d0267 | [
"MIT",
"BSD-2-Clause",
"BSD-3-Clause"
] | 365 | 2015-01-02T17:15:39.000Z | 2022-03-05T23:15:55.000Z | SpriteBuilder/ccBuilder/MoveFileCommand.h | andykorth/SpriteBuilder | cd8a5c8d4a25b66c74e7609682c95106095d0267 | [
"MIT",
"BSD-2-Clause",
"BSD-3-Clause"
] | 559 | 2015-01-01T16:23:13.000Z | 2021-11-13T13:55:07.000Z | SpriteBuilder/ccBuilder/MoveFileCommand.h | andykorth/SpriteBuilder | cd8a5c8d4a25b66c74e7609682c95106095d0267 | [
"MIT",
"BSD-2-Clause",
"BSD-3-Clause"
] | 179 | 2015-01-01T02:22:15.000Z | 2021-07-08T15:43:16.000Z | #import <Foundation/Foundation.h>
#import "FileCommandProtocol.h"
@interface MoveFileCommand : NSObject <FileCommandProtocol>
@property (nonatomic, copy) NSString *fromPath;
@property (nonatomic, copy) NSString *toPath;
- (instancetype)initWithFromPath:(NSString *)fromPath toPath:(NSString *)toPath;
@end | 28.090909 | 80 | 0.786408 |
dd737fabc466e30ff32bcead26146b77f813b270 | 5,190 | php | PHP | src/Gen/Link.php | begicf/AReportDpmXBRL | 3a4aa4b5dfe60b665b619673fac8491c855ee234 | [
"BSD-3-Clause"
] | 2 | 2020-10-23T01:13:03.000Z | 2022-01-11T15:53:43.000Z | src/Gen/Link.php | begicf/AReportDpmXBRL | 3a4aa4b5dfe60b665b619673fac8491c855ee234 | [
"BSD-3-Clause"
] | null | null | null | src/Gen/Link.php | begicf/AReportDpmXBRL | 3a4aa4b5dfe60b665b619673fac8491c855ee234 | [
"BSD-3-Clause"
] | null | null | null | <?php
namespace AReportDpmXBRL\Gen;
use DOMXPath;
use AReportDpmXBRL\Library\DomToArray;
use AReportDpmXBRL\XbrlInterface;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
* C... | 34.144737 | 119 | 0.478035 |
0d3aca78fe11b9c848b2e25814894c1820225a39 | 4,801 | asm | Assembly | tests/struct/field_type_text.asm | fengjixuchui/sjasmplus | df0fabd2411bf89e23637fce46d273f52dafbe16 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/struct/field_type_text.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/struct/field_type_text.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | STRUCT substr1
sm00 text 5, { "12!" } ; last byte fills remaining size, i.e. `12!!!` (in definition)
ENDS
STRUCT substr2
byte '3'
sub0 substr1 { { "4", "5", "67" } } ; `4567!` - init value does only replace definition values
byte '8'
sub1 text 3, { '?' }... | 41.747826 | 98 | 0.451573 |
06ad5b649a1597532112e29577ce9db3ecd2a069 | 189 | swift | Swift | Sources/Model Result/SimpleResponse.swift | Soloqub/d.lvovich-online-store-server-side | 512af6d1148c80ee16225649a8f08618a6e6c506 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | Sources/Model Result/SimpleResponse.swift | Soloqub/d.lvovich-online-store-server-side | 512af6d1148c80ee16225649a8f08618a6e6c506 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | Sources/Model Result/SimpleResponse.swift | Soloqub/d.lvovich-online-store-server-side | 512af6d1148c80ee16225649a8f08618a6e6c506 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | //
// SimpleResponse.swift
// PerfectTemplate
//
// Created by Денис on 13.07.2018.
//
import Foundation
struct SimpleResponse: Codable {
let result: Int
let message: String
}
| 13.5 | 35 | 0.68254 |
2393550f79f6583e96dcb53abadad454cb54b44f | 2,230 | swift | Swift | Sources/SWCompression/AR/ArParser.swift | Lessica/SWCompression | d146117e99409d347a133362d4bf0887be0d47bc | [
"MIT"
] | null | null | null | Sources/SWCompression/AR/ArParser.swift | Lessica/SWCompression | d146117e99409d347a133362d4bf0887be0d47bc | [
"MIT"
] | null | null | null | Sources/SWCompression/AR/ArParser.swift | Lessica/SWCompression | d146117e99409d347a133362d4bf0887be0d47bc | [
"MIT"
] | null | null | null | //
// ArParser.swift
// SWCompression
//
// Created by Lessica <82flex@gmail.com> on 2022/1/15.
// Copyright © 2022 Timofey Solomko. All rights reserved.
//
import BitByteData
import Foundation
struct ArParser {
enum ParsingResult {
case truncated
case finished
case specialEntry(A... | 29.342105 | 94 | 0.587444 |
f76b0e24c8f1d7080706f0f9879e1a63c41ab42f | 865 | c | C | CSE 225L Data Structures and Algorithms/Resources/Codes Previous/Spring-2019-CSE225 1/Lab1 part 1/Lab-1.c | diptu/Teaching | 20655bb2c688ae29566b0a914df4a3e5936a2f61 | [
"MIT"
] | null | null | null | CSE 225L Data Structures and Algorithms/Resources/Codes Previous/Spring-2019-CSE225 1/Lab1 part 1/Lab-1.c | diptu/Teaching | 20655bb2c688ae29566b0a914df4a3e5936a2f61 | [
"MIT"
] | null | null | null | CSE 225L Data Structures and Algorithms/Resources/Codes Previous/Spring-2019-CSE225 1/Lab1 part 1/Lab-1.c | diptu/Teaching | 20655bb2c688ae29566b0a914df4a3e5936a2f61 | [
"MIT"
] | null | null | null | //Task-1
int main()
{
int vrbl;
cout<<"Enter the size of array: "<<endln;
cin>>vrbl;
int *p;
p=new int[vrbl];
for(int i=0; i<vrbl; i++)
{
cout<<"Element "<<i+1<<": "<<endln;
cin>>p[i];
}
for(int i=0; i<vrbl; i++)
{
cout<<p[i]<<" ";
}
delete [] ... | 13.951613 | 45 | 0.43815 |
abdd5d23fcdbd6b4d66663a7243a7bb63336a46d | 5,154 | go | Go | cmd/folder/main.go | veeableful/folder | 6a288690eccde024ccb077f12452725e61f20ad7 | [
"BSD-3-Clause"
] | 2 | 2021-04-03T15:46:04.000Z | 2021-09-26T15:25:20.000Z | cmd/folder/main.go | veeableful/folder | 6a288690eccde024ccb077f12452725e61f20ad7 | [
"BSD-3-Clause"
] | null | null | null | cmd/folder/main.go | veeableful/folder | 6a288690eccde024ccb077f12452725e61f20ad7 | [
"BSD-3-Clause"
] | 1 | 2021-04-03T15:46:06.000Z | 2021-04-03T15:46:06.000Z | // +build !tinygo
package main
import (
"encoding/json"
"errors"
"fmt"
"io/fs"
"os"
"path"
"path/filepath"
"plugin"
"syscall"
log "github.com/sirupsen/logrus"
"github.com/urfave/cli/v2"
"github.com/veeableful/folder"
)
func doIndex(c *cli.Context) (err error) {
var index *folder.Index
if c.NArg() <=... | 19.899614 | 87 | 0.577998 |
5b209f0a2e65678ceee05f32a1ba3a96110342fe | 1,254 | h | C | src/coreclr/inc/posterror.h | berkansasmaz/runtime | 7626c5d8be527d6735eddcdc7c97423211d8f9e9 | [
"MIT"
] | 1 | 2021-11-21T18:25:08.000Z | 2021-11-21T18:25:08.000Z | src/coreclr/inc/posterror.h | berkansasmaz/runtime | 7626c5d8be527d6735eddcdc7c97423211d8f9e9 | [
"MIT"
] | 1 | 2021-11-19T10:42:54.000Z | 2021-11-19T10:42:54.000Z | src/coreclr/inc/posterror.h | berkansasmaz/runtime | 7626c5d8be527d6735eddcdc7c97423211d8f9e9 | [
"MIT"
] | 1 | 2020-01-31T06:16:53.000Z | 2020-01-31T06:16:53.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//*****************************************************************************
// UtilCode.h
//
// Utility functions implemented in UtilCode.lib.
//
//******************************... | 43.241379 | 79 | 0.514354 |
0ba874d8e58b9b0c9bcf306f312845f938bd023b | 2,089 | js | JavaScript | gulp/deploy.js | MatteoNardi/dyanote | be0a321a053c825ee0d616dbe3417668380ffa58 | [
"MIT"
] | null | null | null | gulp/deploy.js | MatteoNardi/dyanote | be0a321a053c825ee0d616dbe3417668380ffa58 | [
"MIT"
] | 1 | 2019-02-03T11:32:50.000Z | 2019-02-03T11:32:50.000Z | gulp/deploy.js | MatteoNardi/dyanote | be0a321a053c825ee0d616dbe3417668380ffa58 | [
"MIT"
] | null | null | null | var gulp = require('gulp'),
awspublish = require('gulp-awspublish'),
uglify = require('gulp-uglify'),
concat = require('gulp-concat'),
templateCache = require('gulp-angular-templatecache'),
del = require('del'),
es = require('event-stream'),
replace = require('gulp-replace');
var sources = require('./con... | 29.013889 | 89 | 0.612255 |
e2f8dccc34239f06b7365020d12fb94a6c99ffad | 9,101 | dart | Dart | GuruCool_Web/My Institute/Widgets/studentDialogBox.dart | mandanshubham/GuruCool_UserInterface | aaf28d6d60a4e288ba50f0821be125d520ad5a38 | [
"MIT"
] | null | null | null | GuruCool_Web/My Institute/Widgets/studentDialogBox.dart | mandanshubham/GuruCool_UserInterface | aaf28d6d60a4e288ba50f0821be125d520ad5a38 | [
"MIT"
] | null | null | null | GuruCool_Web/My Institute/Widgets/studentDialogBox.dart | mandanshubham/GuruCool_UserInterface | aaf28d6d60a4e288ba50f0821be125d520ad5a38 | [
"MIT"
] | null | null | null | import 'package:flutter/material.dart';
import 'package:institute/Utils/sizeConfig.dart';
void studentDialogBox(BuildContext context) {
showDialog(
context: context,
builder: (BuildContext context) {
return StudentDialogBox();
});
}
class StudentDialogBox extends StatelessWidget... | 45.054455 | 81 | 0.430942 |
09dada469cc95dfe2210269c42d1fe88e8bf5367 | 323 | kt | Kotlin | Example/src/main/kotlin/iterators.kt | A1esandr/kotlin_examples | 69f287ec698830cde7fe7c013bbbc16bd2f193ed | [
"MIT"
] | null | null | null | Example/src/main/kotlin/iterators.kt | A1esandr/kotlin_examples | 69f287ec698830cde7fe7c013bbbc16bd2f193ed | [
"MIT"
] | null | null | null | Example/src/main/kotlin/iterators.kt | A1esandr/kotlin_examples | 69f287ec698830cde7fe7c013bbbc16bd2f193ed | [
"MIT"
] | null | null | null | class Animal(val name: String)
class Zoo(val animals: List<Animal>) {
operator fun iterator(): Iterator<Animal> {
return animals.iterator()
}
}
fun main() {
val zoo = Zoo(listOf(Animal("zebra"), Animal("lion")))
for (animal in zoo) {
println("Watch out, it's a ${animal.name}")
}... | 17.944444 | 58 | 0.594427 |