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
f34791f6d0f0984d98a815c94b9e7f4e60f8a4e4
8,919
lua
Lua
Modules/Server/Ragdoll/RagdollRigtypes.lua
EKKBull/NevermoreEngine
2ceeb41beee18a85ccc4faa8d06f9bc4cf5c1d12
[ "MIT" ]
null
null
null
Modules/Server/Ragdoll/RagdollRigtypes.lua
EKKBull/NevermoreEngine
2ceeb41beee18a85ccc4faa8d06f9bc4cf5c1d12
[ "MIT" ]
null
null
null
Modules/Server/Ragdoll/RagdollRigtypes.lua
EKKBull/NevermoreEngine
2ceeb41beee18a85ccc4faa8d06f9bc4cf5c1d12
[ "MIT" ]
null
null
null
--- Rig types and data for ragdolling R15 -- @module RagdollRigtypes local RagdollRigtypes = {} local HEAD_LIMITS = { UpperAngle = 60; TwistLowerAngle = -60; TwistUpperAngle = 60; } local LOWER_TORSO_LIMITS = { UpperAngle = 5; TwistLowerAngle = -30; TwistUpperAngle = 60; } local HAND_FOOT_LIMITS = { UpperAng...
27.443077
91
0.734163
a9ba0203e5c39a2b1777026661dc209437f62948
817
html
HTML
src/pages/lista-iconos/lista-iconos.html
gusespinoza/onGroup
61931ea5eb4906971914b817200cd2174884d883
[ "MIT" ]
null
null
null
src/pages/lista-iconos/lista-iconos.html
gusespinoza/onGroup
61931ea5eb4906971914b817200cd2174884d883
[ "MIT" ]
null
null
null
src/pages/lista-iconos/lista-iconos.html
gusespinoza/onGroup
61931ea5eb4906971914b817200cd2174884d883
[ "MIT" ]
null
null
null
<!-- Generated template for the ListaIconosPage page. See http://ionicframework.com/docs/components/#navigation for more info on Ionic pages and navigation. --> <ion-content class="transparent" > <ion-card > <div class="icon-card"> <ion-card-content text-center> <ion-list lines> <ion-list-heade...
25.53125
102
0.624235
400f795ffac8eb07f4ec6d725b2d5628c194ee10
4,362
py
Python
src/web/modules/install/modules/search/install.py
unkyulee/elastic-cms
3ccf4476c3523d4fefc0d8d9dee0196815b81489
[ "MIT" ]
2
2017-04-30T07:29:23.000Z
2017-04-30T07:36:27.000Z
src/web/modules/install/modules/search/install.py
unkyulee/elastic-cms
3ccf4476c3523d4fefc0d8d9dee0196815b81489
[ "MIT" ]
null
null
null
src/web/modules/install/modules/search/install.py
unkyulee/elastic-cms
3ccf4476c3523d4fefc0d8d9dee0196815b81489
[ "MIT" ]
null
null
null
# -*- coding: utf-8 -*- import glob, os from lib import config # config.py import lib.es as es from lib.read import readfile import web.util.tools as tools def install(host, base_dir): # check if search site exists sites = es.list(host, 'core_nav', 'site', "name:'search'") if not sites: # create ...
26.925926
112
0.49083
b33ce85babf06d5c32ddb18a496ee22d5e102bb5
173
sql
SQL
docker/mssql/test/database.sql
nax2uk/nhs-virtual-visit-deploy
2da53cb24ce4887809bae275a6cd9007207a79cc
[ "MIT" ]
17
2020-04-25T11:35:34.000Z
2022-01-18T02:39:19.000Z
docker/mssql/test/database.sql
nax2uk/nhs-virtual-visit-deploy
2da53cb24ce4887809bae275a6cd9007207a79cc
[ "MIT" ]
243
2020-04-27T16:44:04.000Z
2022-03-29T03:05:57.000Z
docker/mssql/test/database.sql
AlexHerbertMadeTech/nhs-virtual-visit
4a5a95feb4801a6348e5539c7c90ca03fabf0a0b
[ "MIT" ]
13
2020-04-25T11:35:52.000Z
2021-08-05T09:11:49.000Z
IF EXISTS (SELECT * FROM sys.databases WHERE name = 'nhs_virtual_visit_test') BEGIN DROP DATABASE nhs_virtual_visit_test; END; CREATE DATABASE nhs_virtual_visit_test; GO
28.833333
77
0.815029
f068e622315d78d7e6f6aa0f79a8a89885c43c1b
554
sql
SQL
web/sql/SugerirPlaza.sql
mayuelcuarto/planilla_symfony
7e7e233c85817d6baaea1f4463cd69eba0fceed5
[ "MIT" ]
1
2018-03-07T10:20:17.000Z
2018-03-07T10:20:17.000Z
web/sql/SugerirPlaza.sql
mayuelcuarto/planilla_symfony
7e7e233c85817d6baaea1f4463cd69eba0fceed5
[ "MIT" ]
null
null
null
web/sql/SugerirPlaza.sql
mayuelcuarto/planilla_symfony
7e7e233c85817d6baaea1f4463cd69eba0fceed5
[ "MIT" ]
null
null
null
CREATE DEFINER=`root`@`localhost` FUNCTION `SugerirPlaza`(tipoPlanilla INT) RETURNS char(6) CHARSET latin1 BEGIN DECLARE aux INT; DECLARE aux2 CHAR(6); SET aux = (SELECT MAX(p.num_plaza) FROM plaza p WHERE p.tipo_planilla = tipoPlanilla) + 1; IF aux >= 100000 THEN SET aux2 = aux; ELSEIF aux >= 10000 THEN SET aux2 = CON...
27.7
106
0.712996
16706d85ab4a6452fd5f56bddafe3585f99c56a3
1,344
h
C
Tudat/SimulationSetup/EstimationSetup/createLightTimeCorrectionPartials.h
sebranchett/tudat
24e5f3cc85c250fcbed0aac37f026c1dd7fd6c44
[ "BSD-3-Clause" ]
null
null
null
Tudat/SimulationSetup/EstimationSetup/createLightTimeCorrectionPartials.h
sebranchett/tudat
24e5f3cc85c250fcbed0aac37f026c1dd7fd6c44
[ "BSD-3-Clause" ]
null
null
null
Tudat/SimulationSetup/EstimationSetup/createLightTimeCorrectionPartials.h
sebranchett/tudat
24e5f3cc85c250fcbed0aac37f026c1dd7fd6c44
[ "BSD-3-Clause" ]
null
null
null
/* Copyright (c) 2010-2019, Delft University of Technology * All rigths reserved * * This file is part of the Tudat. Redistribution and use in source and * binary forms, with or without modification, are permitted exclusively * under the terms of the Modified BSD license. You should have received *...
35.368421
115
0.786458
98b4c51b9e831057be830542d1028c98ec39103c
2,423
dart
Dart
lib/onboarding/type2/onboard_page_two.dart
reasonpun/ContraFlutterKit
df9a22250aac9aaa298de904b69df67ba21293d4
[ "Apache-2.0" ]
1
2022-03-11T12:10:48.000Z
2022-03-11T12:10:48.000Z
lib/onboarding/type2/onboard_page_two.dart
reasonpun/ContraFlutterKit
df9a22250aac9aaa298de904b69df67ba21293d4
[ "Apache-2.0" ]
null
null
null
lib/onboarding/type2/onboard_page_two.dart
reasonpun/ContraFlutterKit
df9a22250aac9aaa298de904b69df67ba21293d4
[ "Apache-2.0" ]
null
null
null
import 'package:contra_flutter_kit/onboarding/onboard_data.dart'; import 'package:contra_flutter_kit/utils/colors.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_svg/flutter_svg.dart'; class OnboardPageTypeTwo extends StatelessWidget { final OnboardData...
31.467532
74
0.411473
2a54821967966be574e679272adf80f372769bfe
257
java
Java
app/src/main/java/org/elastos/wallet/ela/ui/common/viewdata/CommmonStringListViewData.java
chunshulimao/Elastos.App.UnionSquare.Android
5ce2f327a938ae7554c6f3d53c1850a46f250304
[ "MIT" ]
null
null
null
app/src/main/java/org/elastos/wallet/ela/ui/common/viewdata/CommmonStringListViewData.java
chunshulimao/Elastos.App.UnionSquare.Android
5ce2f327a938ae7554c6f3d53c1850a46f250304
[ "MIT" ]
null
null
null
app/src/main/java/org/elastos/wallet/ela/ui/common/viewdata/CommmonStringListViewData.java
chunshulimao/Elastos.App.UnionSquare.Android
5ce2f327a938ae7554c6f3d53c1850a46f250304
[ "MIT" ]
null
null
null
package org.elastos.wallet.ela.ui.common.viewdata; import org.elastos.wallet.ela.rxjavahelp.BaseViewData; import java.util.List; public interface CommmonStringListViewData extends BaseViewData { void onGetStringListCommonData( List<String> data); }
23.363636
65
0.81323
f1ecc121c82f4e4a022a708ad3d3e6052dac69e4
76,469
swift
Swift
Products/pb_instance_swift/c110_cmd.pb.swift
iwown/BLEMidAutumn_Swift
215d38c80b4ccfc5797e2e2101d28d95749f1cdf
[ "BSD-3-Clause" ]
null
null
null
Products/pb_instance_swift/c110_cmd.pb.swift
iwown/BLEMidAutumn_Swift
215d38c80b4ccfc5797e2e2101d28d95749f1cdf
[ "BSD-3-Clause" ]
1
2020-04-13T20:01:03.000Z
2020-04-13T20:01:03.000Z
Products/pb_instance_swift/c110_cmd.pb.swift
iwown/BLEMidAutumn_Swift
215d38c80b4ccfc5797e2e2101d28d95749f1cdf
[ "BSD-3-Clause" ]
1
2021-01-07T11:57:17.000Z
2021-01-07T11:57:17.000Z
// DO NOT EDIT. // // Generated by the Swift generator plugin for the protocol buffer compiler. // Source: c110_cmd.proto // // For information on using the generated types, please see the documentation: // https://github.com/apple/swift-protobuf/ import Foundation import SwiftProtobuf // If the compiler emits an e...
35.435125
130
0.697041
4c16089614cee00e305f51cfeb1584c2a7a24a17
90
php
PHP
tests/auth/GroupsModelTest.php
lonnieezell/simple-forums
9fdf9deeec292ee23a9478d922a97381cc8dae02
[ "MIT" ]
37
2017-06-28T06:51:54.000Z
2021-12-20T11:34:34.000Z
tests/auth/GroupsModelTest.php
lonnieezell/simple-forums
9fdf9deeec292ee23a9478d922a97381cc8dae02
[ "MIT" ]
null
null
null
tests/auth/GroupsModelTest.php
lonnieezell/simple-forums
9fdf9deeec292ee23a9478d922a97381cc8dae02
[ "MIT" ]
7
2017-07-19T16:12:52.000Z
2020-12-30T04:47:01.000Z
<?php class GroupsModelTest extends CIDatabaseTestCase { protected $refresh = true; }
10
48
0.755556
475d31969c7f91f5222e9ac27b43f561d8d502b3
5,935
html
HTML
src/main/resources/templates/user/my_shipments.html
JuliaBorovets/DeliveryService
b4c7f035f02f63d1cdbfc83635e02c5c4540e637
[ "Unlicense" ]
2
2020-07-15T15:48:01.000Z
2020-07-15T15:48:29.000Z
src/main/resources/templates/user/my_shipments.html
JuliaBorovets/FinalProject
b4c7f035f02f63d1cdbfc83635e02c5c4540e637
[ "Unlicense" ]
26
2020-06-08T09:41:59.000Z
2021-03-31T22:14:31.000Z
src/main/resources/templates/user/my_shipments.html
JuliaBorovets/FinalProject
b4c7f035f02f63d1cdbfc83635e02c5c4540e637
[ "Unlicense" ]
null
null
null
<!DOCTYPE HTML> <!--suppress HtmlUnknownAttribute --> <html xmlns:th="https://www.thymeleaf.org"> <head> <title>My shipments</title> <link rel="shortcut icon" href="../../static/images/favicon.ico"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <base href="/"> <link rel="sty...
41.503497
152
0.427633
0e613cd37ccce39aefc9f971457587134deee72f
6,183
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_250.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_250.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_250.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 %r15 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0xda16, %rsi lea addresses_UC_ht+0x1911a, %rdi add $25119, %r10 mov $92, %rcx rep movsb add $28325, %r8 lea addresses_WC_ht+0x19a9a, %r15 nop dec %rax mov $0x61626364656667...
40.677632
2,999
0.661329
e53664a1ab79935811c9547f7d49f42b6c26d748
47,812
ts
TypeScript
community_detect_frontpage/src/app/process-graph/process-graph.component.ts
sqhtech/GraphHack2019
2422a4a1738b841586e6cf08414938dd225cf4ef
[ "Apache-2.0" ]
1
2021-01-25T07:29:11.000Z
2021-01-25T07:29:11.000Z
community_detect_frontpage/src/app/process-graph/process-graph.component.ts
sqhtech/GraphHack2019
2422a4a1738b841586e6cf08414938dd225cf4ef
[ "Apache-2.0" ]
null
null
null
community_detect_frontpage/src/app/process-graph/process-graph.component.ts
sqhtech/GraphHack2019
2422a4a1738b841586e6cf08414938dd225cf4ef
[ "Apache-2.0" ]
2
2020-04-30T06:34:05.000Z
2021-05-19T04:36:30.000Z
import {AfterViewInit, Component, ElementRef, OnInit, Renderer2, ViewChild} from '@angular/core'; import * as PIXI from 'pixi.js'; import * as d3 from 'd3'; import {Viewport} from 'pixi-viewport'; import {GlowFilter} from 'pixi-filters'; import {ProcessGraphService} from './process-graph.service'; import {CommunityDete...
39.843333
140
0.622082
855f2a21c44046a870d4affe2dbe40d29d356ab9
115
rs
Rust
crates/ruma-client-api/src/to_device.rs
stoically/ruma
713f20c852d2f34638fdaaf36253127997fefa6d
[ "MIT" ]
1,549
2015-11-29T11:03:31.000Z
2022-03-31T19:48:58.000Z
crates/ruma-client-api/src/to_device.rs
stoically/ruma
713f20c852d2f34638fdaaf36253127997fefa6d
[ "MIT" ]
966
2016-04-22T00:29:58.000Z
2022-03-30T16:56:55.000Z
crates/ruma-client-api/src/to_device.rs
stoically/ruma
713f20c852d2f34638fdaaf36253127997fefa6d
[ "MIT" ]
162
2015-11-30T21:24:19.000Z
2022-03-22T10:29:20.000Z
//! Endpoints for client devices to exchange information not persisted in room DAG. pub mod send_event_to_device;
28.75
83
0.808696
fa6c74f7eb2ce7e508bd47fb8c86d00ae31a2135
1,273
dart
Dart
lib/design_patterns/creational/prototype.dart
KhizhniakovM/flutter_cs
2bffc77e7e136cc62564e4385ecb742b31bb6085
[ "MIT" ]
1
2021-04-16T18:56:27.000Z
2021-04-16T18:56:27.000Z
lib/design_patterns/creational/prototype.dart
KhizhniakovM/flutter_cs
2bffc77e7e136cc62564e4385ecb742b31bb6085
[ "MIT" ]
null
null
null
lib/design_patterns/creational/prototype.dart
KhizhniakovM/flutter_cs
2bffc77e7e136cc62564e4385ecb742b31bb6085
[ "MIT" ]
null
null
null
// You can use it when you need to make a copy // of the object with it special complicated state // Prototype is a general interface mixin Prototype<T> { // MARK: - Methods T clone(); } // Immutable class class Point { // MARK: - Properties final int x; final int y; // MARK: - Initializers const Poin...
19.584615
62
0.585232
526c255d43cab3c5a6b689f6eb23f21adc3de0d4
775
sql
SQL
dominio/tutela/queries/painel_personagens.sql
MinisterioPublicoRJ/api-cadg
a8998c4c234a65192f1dca8ea9a17a1d4a496556
[ "MIT" ]
6
2020-02-11T18:45:58.000Z
2020-05-26T12:37:28.000Z
dominio/tutela/queries/painel_personagens.sql
MinisterioPublicoRJ/api-cadg
a8998c4c234a65192f1dca8ea9a17a1d4a496556
[ "MIT" ]
120
2019-07-01T14:45:32.000Z
2022-01-25T19:10:16.000Z
dominio/tutela/queries/painel_personagens.sql
MinisterioPublicoRJ/apimpmapas
196ad25a4922448b8ae7a66012a2843c7b7194ad
[ "MIT" ]
null
null
null
select pr.PERS_DK, ps.pess_dk, ps.pess_nm_pessoa nome, tpr.tppe_descricao papel, ps.pess_in_tp_pessoa tipo_pessoa, count(pr2.PERS_DK) as qtd from mcpr_personagem pr left join mcpr_personagem pr2 on ( pr.pers_pess_dk = pr2.pers_pess_dk and pr.PERS_DK <> pr2.PERS_DK ...
25
64
0.652903
e2e69dd556f85f24ffdcb1110f64e478096cdee6
1,463
sql
SQL
trunk/sql/Tables/dbo.Activity.sql
tue65786/MedLog
2ff87f0dcea581a6363c8955b9f73c787d0ba66d
[ "Apache-2.0" ]
2
2016-09-10T16:29:48.000Z
2016-09-19T19:25:14.000Z
trunk/sql/Tables/dbo.Activity.sql
tue65786/MedLogDB
2ff87f0dcea581a6363c8955b9f73c787d0ba66d
[ "Apache-2.0" ]
3
2016-10-09T17:57:48.000Z
2016-12-11T01:59:40.000Z
trunk/sql/Tables/dbo.Activity.sql
tue65786/MedLog
2ff87f0dcea581a6363c8955b9f73c787d0ba66d
[ "Apache-2.0" ]
null
null
null
SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON SET ANSI_PADDING OFF GO CREATE TABLE [dbo].[Activity] ( [ExerciseID] [int] IDENTITY(1, 1) NOT NULL, [PatientID] [int] NOT NULL, [ExerciseTypeID] [int] NOT NULL, [Calories] [decimal](10, 2) NULL, [Steps] ...
29.26
83
0.626794
f06e460c939f7ca739d389122382d4b13d1f8d29
3,856
py
Python
app.py
samstruthers35/sqlalchemy-challenge
0022e7459fc59a7bee85489f8d264a8aee9c01c8
[ "ADSL" ]
null
null
null
app.py
samstruthers35/sqlalchemy-challenge
0022e7459fc59a7bee85489f8d264a8aee9c01c8
[ "ADSL" ]
null
null
null
app.py
samstruthers35/sqlalchemy-challenge
0022e7459fc59a7bee85489f8d264a8aee9c01c8
[ "ADSL" ]
null
null
null
import datetime as dt import numpy as np import pandas as pd import sqlalchemy from sqlalchemy.ext.automap import automap_base from sqlalchemy.orm import Session from sqlalchemy import create_engine, func from flask import Flask, jsonify, render_template engine = create_engine('sqlite:///hawaii.sqlite') Base = automa...
33.824561
117
0.625778
169250865257bbb39beb12b4a1e262e7f413aff4
1,737
ts
TypeScript
ModelViewerEditor/ClientApp/src/app/home/home.component.ts
museumsvictoria/model-viewer-editor
b16ba462979121f47a823a8c8352fc0ffd5eb760
[ "Apache-2.0" ]
null
null
null
ModelViewerEditor/ClientApp/src/app/home/home.component.ts
museumsvictoria/model-viewer-editor
b16ba462979121f47a823a8c8352fc0ffd5eb760
[ "Apache-2.0" ]
null
null
null
ModelViewerEditor/ClientApp/src/app/home/home.component.ts
museumsvictoria/model-viewer-editor
b16ba462979121f47a823a8c8352fc0ffd5eb760
[ "Apache-2.0" ]
null
null
null
import { AfterContentChecked, AfterViewInit, Component, OnInit, } from "@angular/core"; import { DataService } from "../shared/services/data.service"; import { ProjectModel } from "../shared/models/projectModel"; import { MatDialog } from "@angular/material/dialog"; import { NewProjectDialogComponent } from ".....
27.140625
95
0.663788
ad9b5a8f2ca694722dabcaba4e97f72f4edc70b6
700
asm
Assembly
oeis/140/A140413.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/140/A140413.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/140/A140413.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A140413: a(2n) = A000045(6n) + 1, a(2n+1) = A000045(6n+3) - 1. ; Submitted by Jamie Morken(s4) ; 1,1,9,33,145,609,2585,10945,46369,196417,832041,3524577,14930353,63245985,267914297,1134903169,4807526977,20365011073,86267571273,365435296161,1548008755921,6557470319841,27777890035289,117669030460993,498454011879265,211...
41.176471
486
0.804286
48f2d70e598fe00f363cf8ea28245b6e64dbe2c3
758
asm
Assembly
1/1-2.asm
winderica/GoodbyeASM
6836c0e954f6295e92b9f4619195238bb6ad2f7d
[ "MIT" ]
null
null
null
1/1-2.asm
winderica/GoodbyeASM
6836c0e954f6295e92b9f4619195238bb6ad2f7d
[ "MIT" ]
null
null
null
1/1-2.asm
winderica/GoodbyeASM
6836c0e954f6295e92b9f4619195238bb6ad2f7d
[ "MIT" ]
null
null
null
.386 STACK SEGMENT USE16 STACK DB 200 DUP(0) STACK ENDS DATA SEGMENT USE16 BUF1 DB 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 BUF2 DB 10 DUP(0) BUF3 DB 10 DUP(0) BUF4 DB 10 DUP(0) DATA ENDS CODE SEGMENT USE16 ASSUME CS: CODE, DS: DATA, SS: STACK START: MOV AX, DATA MOV...
21.657143
45
0.468338
52d201213fafef2faeb4d6adc8021f676c2edd29
847
kt
Kotlin
src/main/kotlin/com/tsarev/fiotcher/dflt/DefaultPublisherPool.kt
darkMechanicum/fiotcher
ca6ef9675a8b1088a0a7cc17ee472ad216b2caa5
[ "MIT" ]
null
null
null
src/main/kotlin/com/tsarev/fiotcher/dflt/DefaultPublisherPool.kt
darkMechanicum/fiotcher
ca6ef9675a8b1088a0a7cc17ee472ad216b2caa5
[ "MIT" ]
null
null
null
src/main/kotlin/com/tsarev/fiotcher/dflt/DefaultPublisherPool.kt
darkMechanicum/fiotcher
ca6ef9675a8b1088a0a7cc17ee472ad216b2caa5
[ "MIT" ]
null
null
null
package com.tsarev.fiotcher.dflt import com.tsarev.fiotcher.internal.pool.PublisherPool import java.util.concurrent.ConcurrentHashMap import java.util.concurrent.Executor import java.util.concurrent.SubmissionPublisher /** * Simple [SubmissionPublisher] grouping class. */ class DefaultPublisherPool<EventT : Any>( ...
31.37037
101
0.744982
f57ffd4200e44c2cccdb60894d73f9c06b32562b
1,868
lua
Lua
libs/xmllib.lua
Seniru/pewpew
56c4590637c5977949531a7eebd517ed076ab79b
[ "Apache-2.0" ]
3
2020-09-25T06:35:39.000Z
2021-02-18T14:46:43.000Z
libs/xmllib.lua
Seniru/pewpew
56c4590637c5977949531a7eebd517ed076ab79b
[ "Apache-2.0" ]
22
2020-09-12T10:22:13.000Z
2021-12-11T12:33:51.000Z
libs/xmllib.lua
Seniru/pewpew
56c4590637c5977949531a7eebd517ed076ab79b
[ "Apache-2.0" ]
4
2020-09-25T06:35:41.000Z
2021-07-25T08:52:25.000Z
--[[ Makinit's XML library ]]-- local a="Makinit's XML library"local b="[%a_:][%w%.%-_:]*"function parseXml(c,d)if not d then c=string.gsub(c,"<!%[CDATA%[(.-)%]%]>",xmlEscape)c=string.gsub(c,"<%?.-%?>","")c=string.gsub(c,"<!%-%-.-%-%->","")c=string.gsub(c,"<!.->","")end;local e={}local f={}local g=e;for h,i,j,k,l in st...
622.666667
1,835
0.603854
599be28852a192a48ec845c8ebf10429fa2a317d
61
sql
SQL
migrations/1540809497_fix_item_default_season.up.sql
tanel/wardrobe-organizer
b49271d22b73446c5a4e5b383be290b2a0192700
[ "MIT" ]
3
2019-03-27T12:25:42.000Z
2021-12-24T23:41:03.000Z
migrations/1540809497_fix_item_default_season.up.sql
tanel/wardrobe-manager-app
b49271d22b73446c5a4e5b383be290b2a0192700
[ "MIT" ]
53
2017-12-09T00:21:26.000Z
2018-03-02T22:29:33.000Z
migrations/1540809497_fix_item_default_season.up.sql
tanel/wardrobe-manager-app
b49271d22b73446c5a4e5b383be290b2a0192700
[ "MIT" ]
null
null
null
ALTER TABLE items ALTER COLUMN season SET DEFAULT 'all-year';
61
61
0.803279
6e42508b36aaa3d436dcd66632c0b294d9d8d80f
65
sql
SQL
db/sql/10-6-select.sql
Terfno/mysql-onDocker
d3f1847f6635fe4a465fb637d824aad2ddd7a66a
[ "MIT" ]
null
null
null
db/sql/10-6-select.sql
Terfno/mysql-onDocker
d3f1847f6635fe4a465fb637d824aad2ddd7a66a
[ "MIT" ]
null
null
null
db/sql/10-6-select.sql
Terfno/mysql-onDocker
d3f1847f6635fe4a465fb637d824aad2ddd7a66a
[ "MIT" ]
null
null
null
select 名前 from ken2015 where 名前 not in (select 都道府県 from kosen);
32.5
64
0.769231
9081aadb4c6b5769978ce82042dcee67043cc4c7
11,329
py
Python
processor/local_process_unit.py
cyber00rn/ICTD
ace5122fdc9ff77c064549c59905233ee0589027
[ "MIT" ]
null
null
null
processor/local_process_unit.py
cyber00rn/ICTD
ace5122fdc9ff77c064549c59905233ee0589027
[ "MIT" ]
null
null
null
processor/local_process_unit.py
cyber00rn/ICTD
ace5122fdc9ff77c064549c59905233ee0589027
[ "MIT" ]
null
null
null
import dpkt from multiprocessing import Queue import socket from dpkt.compat import compat_ord from utils.print_log import Printer import logging import hashlib class LocalProcessUnit(): """Queue size""" QUEUE_SIZE = 20000 alive = True def __init__(self, db_queue: Queue, queue_size=QUEUE_SIZE): ...
44.081712
348
0.557596
6cbdf493b2cd2382466e5a96817da5da7f6295eb
893
go
Go
collections/comparers.go
ah-its-andy/downton
5f555b69042cc0c1f24fb1f6a77145658843395f
[ "Apache-2.0" ]
null
null
null
collections/comparers.go
ah-its-andy/downton
5f555b69042cc0c1f24fb1f6a77145658843395f
[ "Apache-2.0" ]
null
null
null
collections/comparers.go
ah-its-andy/downton
5f555b69042cc0c1f24fb1f6a77145658843395f
[ "Apache-2.0" ]
null
null
null
package collections import ( "reflect" "strings" ) var StringComparison BinarySearchComparer = func(a, b any) int { return strings.Compare(a.(string), b.(string)) } var IntComparison BinarySearchComparer = func(a, b any) int { v := int(a.(int64) - b.(int64)) if v == 0 { return 0 } else if v < 0 { return -1...
15.396552
64
0.599104
af6c0516bb0b4b5fd3c31d5c419c8b65ed902cb1
552
rb
Ruby
posts/convert_tmbl.rb
dictav/dictav.github.com.bak
fff722d333979e021513892f0506be230d1ae033
[ "MIT" ]
null
null
null
posts/convert_tmbl.rb
dictav/dictav.github.com.bak
fff722d333979e021513892f0506be230d1ae033
[ "MIT" ]
null
null
null
posts/convert_tmbl.rb
dictav/dictav.github.com.bak
fff722d333979e021513892f0506be230d1ae033
[ "MIT" ]
null
null
null
#! /usr/bin/env ruby # coding:utf-8 require 'json' list = [] Dir['tumblr_files/*'].each{|file| list.push *JSON.parse(File.read file) } puts list.size format = <<FORMAT --- layout: post title: %{title} date: %{date} categories: %{tags} --- %{body} FORMAT list.each do |a| if a['title'].empty? a['title'] = a['b...
17.806452
84
0.565217
8eff5e25a242304231ac7fc3228b75bd0525605d
6,391
kt
Kotlin
bokehlib/src/main/java/link/k3n/bokeh/BokehLayout.kt
k3nsuk3/Bokeh
587c75eabf94bf99b26918a3549982266f2306b8
[ "MIT" ]
null
null
null
bokehlib/src/main/java/link/k3n/bokeh/BokehLayout.kt
k3nsuk3/Bokeh
587c75eabf94bf99b26918a3549982266f2306b8
[ "MIT" ]
null
null
null
bokehlib/src/main/java/link/k3n/bokeh/BokehLayout.kt
k3nsuk3/Bokeh
587c75eabf94bf99b26918a3549982266f2306b8
[ "MIT" ]
null
null
null
package link.k3n.bokeh import android.animation.Animator import android.animation.TimeInterpolator import android.content.Context import android.graphics.Canvas import android.graphics.Color import android.graphics.Paint import android.util.AttributeSet import android.util.Log import android.view.View import android.v...
31.328431
114
0.629166
cf99371dcc2f69d7746d492e32b57d74af01733e
1,236
css
CSS
css/colorfightforcancer.css
ColorFightForCancer/ColorFightForCancer.github.io
7108a9206f40a67adece71657abbc54dcbdbe0ca
[ "MIT" ]
null
null
null
css/colorfightforcancer.css
ColorFightForCancer/ColorFightForCancer.github.io
7108a9206f40a67adece71657abbc54dcbdbe0ca
[ "MIT" ]
null
null
null
css/colorfightforcancer.css
ColorFightForCancer/ColorFightForCancer.github.io
7108a9206f40a67adece71657abbc54dcbdbe0ca
[ "MIT" ]
null
null
null
/*! * Start Bootstrap - The Big Picture (http://startbootstrap.com/) * Copyright 2013-2016 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) */ body { margin-top: 50px; margin-bottom: 50px; background: none; } /*.full { background: url(/images/Col...
19.619048
96
0.642395
56debb94020ae174c84a4e31d5317ac98e4f2607
259
tsx
TypeScript
src/TestComponent/TestComponent.stories.tsx
bitcreative-studios/proped-up
0af08a68c6e1f49a5f6f8e77d6438c54085d0d73
[ "MIT" ]
null
null
null
src/TestComponent/TestComponent.stories.tsx
bitcreative-studios/proped-up
0af08a68c6e1f49a5f6f8e77d6438c54085d0d73
[ "MIT" ]
null
null
null
src/TestComponent/TestComponent.stories.tsx
bitcreative-studios/proped-up
0af08a68c6e1f49a5f6f8e77d6438c54085d0d73
[ "MIT" ]
null
null
null
import React from 'react' import TestComponent from './TestComponent' export default { title: 'TestComponent', } export const Primary = () => <TestComponent text="primary" /> export const Secondary = () => <TestComponent text="secondary" color="#333" />
23.545455
78
0.706564
e98ebab44a169ff6db0e0b733cdd46bddd38d770
3,393
lua
Lua
packages/soundstreamer/soundstreamer_s.lua
AliLogic/orp-game
28c4b07ca1382455dadb4860d61feefe508cd1ce
[ "BSD-2-Clause" ]
4
2020-07-09T13:14:36.000Z
2021-05-05T17:50:31.000Z
packages/soundstreamer/soundstreamer_s.lua
AliLogic/orp-game
28c4b07ca1382455dadb4860d61feefe508cd1ce
[ "BSD-2-Clause" ]
null
null
null
packages/soundstreamer/soundstreamer_s.lua
AliLogic/orp-game
28c4b07ca1382455dadb4860d61feefe508cd1ce
[ "BSD-2-Clause" ]
null
null
null
--[[ Copyright (C) 2020 Blue Mountains GmbH This program is free software: you can redistribute it and/or modify it under the terms of the Onset Open Source License as published by Blue Mountains GmbH. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied w...
28.041322
120
0.773062
04b8aa9b73dcd6a64055a2326c4f44577b9efa07
1,633
html
HTML
start.html
Humbedooh/modlua.org
05f3702f22522c938ce2ba35b1232e145179a720
[ "Apache-2.0" ]
9
2015-10-07T15:15:02.000Z
2021-06-07T18:02:53.000Z
start.html
Humbedooh/modlua.org
05f3702f22522c938ce2ba35b1232e145179a720
[ "Apache-2.0" ]
3
2015-01-18T20:29:24.000Z
2017-02-14T12:03:24.000Z
start.html
Humbedooh/modlua.org
05f3702f22522c938ce2ba35b1232e145179a720
[ "Apache-2.0" ]
1
2019-10-10T02:56:40.000Z
2019-10-10T02:56:40.000Z
Welcome! <h2>Welcome to modlua.org</h2> <p> This site aims to support the official <a href="http://httpd.apache.org/docs/trunk/mod/mod_lua.html">mod_lua documentation</a> by expanding on various topics. </p> <p> <a href="/gs/intro" class="btn btn-large btn-primary">Introduction to mod_lua</a> &nbsp; <a...
58.321429
225
0.706675
8dfbcaca14e588ab653b03be1a456d9f7e372885
4,968
swift
Swift
Source/Services/CLLocationManager/LocationManager.swift
madhusudhanivy/common
6680346c988a287b7ab1f3012b8f7b5a99c268f1
[ "MIT" ]
null
null
null
Source/Services/CLLocationManager/LocationManager.swift
madhusudhanivy/common
6680346c988a287b7ab1f3012b8f7b5a99c268f1
[ "MIT" ]
null
null
null
Source/Services/CLLocationManager/LocationManager.swift
madhusudhanivy/common
6680346c988a287b7ab1f3012b8f7b5a99c268f1
[ "MIT" ]
null
null
null
// // LocationManager.swift // Melu // // Created by apple on 07/07/20. // Copyright © 2020 Inrisoft. All rights reserved. // import Foundation import CoreLocation import MapKit protocol LocationManagerDelegate { func getCurrentLocationDetails(currentLocationCoodinates: CLLocationCoordinate2D) } internal fin...
38.215385
174
0.61876
1312fb94782e68b5fba1d0836e711126853ca48b
14,809
h
C
LNote/Dependencies/mruby/src/encoding.h
lriki/LNote
a009cb44f7ac7ede3be7237fe7fca52d4c70f393
[ "MIT" ]
null
null
null
LNote/Dependencies/mruby/src/encoding.h
lriki/LNote
a009cb44f7ac7ede3be7237fe7fca52d4c70f393
[ "MIT" ]
null
null
null
LNote/Dependencies/mruby/src/encoding.h
lriki/LNote
a009cb44f7ac7ede3be7237fe7fca52d4c70f393
[ "MIT" ]
null
null
null
/* ** encoding.h - Encoding class ** ** See Copyright Notice in mruby.h */ #ifndef RUBY_ENCODING_H #define RUBY_ENCODING_H 1 #if defined(__cplusplus) extern "C" { #endif #include <stdarg.h> #include "oniguruma.h" #include "mruby/data.h" int mrb_tolower(int c); int mrb_toupper(int c); #define TOUPPER(c) mrb_toupper(...
42.190883
143
0.756432
8754ebb5ab3fa115ccd84337e1cd06c8aa7ee324
12,884
html
HTML
src/assets/Category Sets/Fine Arts/Fine Arts47.html
Holy-Spirit-Scholar-Bowl/practice
898c2e15ddb3eb859a1d38332b9a99a7954b80ce
[ "Unlicense" ]
null
null
null
src/assets/Category Sets/Fine Arts/Fine Arts47.html
Holy-Spirit-Scholar-Bowl/practice
898c2e15ddb3eb859a1d38332b9a99a7954b80ce
[ "Unlicense" ]
null
null
null
src/assets/Category Sets/Fine Arts/Fine Arts47.html
Holy-Spirit-Scholar-Bowl/practice
898c2e15ddb3eb859a1d38332b9a99a7954b80ce
[ "Unlicense" ]
null
null
null
1. Fine Arts/Music (LIST (Ladue Invitational Spring Tournament) 2014)<br><strong>One of this composer's pieces consists of six movements, each named after a verse from the Song of Solomon. This composer of Flos Campi included "Song of the Exposition" as the first movement to a work based on Leaves of Grass. Another of ...
12,884
12,884
0.791214
2dc0e08c4f1bfa5be39a9fda308feef314787376
769
html
HTML
src/PinkPoint.MobileApp/src/app/climbing-site/climbing-site.page.html
lehmamic/PinkPoint
76af073c60f1be0874637c4ee5466a327caaa1e9
[ "MIT" ]
null
null
null
src/PinkPoint.MobileApp/src/app/climbing-site/climbing-site.page.html
lehmamic/PinkPoint
76af073c60f1be0874637c4ee5466a327caaa1e9
[ "MIT" ]
15
2021-03-09T19:16:28.000Z
2022-03-02T05:58:58.000Z
src/PinkPoint.MobileApp/src/app/climbing-site/climbing-site.page.html
lehmamic/PinkPoint
76af073c60f1be0874637c4ee5466a327caaa1e9
[ "MIT" ]
1
2020-06-06T01:29:37.000Z
2020-06-06T01:29:37.000Z
<ion-header> <ion-toolbar> <ion-buttons slot="start"> <ion-back-button></ion-back-button> </ion-buttons> <ion-title>{{ (climbingSite$ | async).name }}</ion-title> </ion-toolbar> </ion-header> <ion-content> <div class="climbing-site-info"> <h1>{{ (climbingSite$ | async).name }}</h1> <p> ...
26.517241
104
0.56827
403d63802f60fbabff0544a634ff588c446e501a
1,247
py
Python
python_profile/benchmark.py
JiaLei123/PythonCamp_PY3
f8f9df0b33a6942bf11330c097b0f71b5524d666
[ "Apache-2.0" ]
null
null
null
python_profile/benchmark.py
JiaLei123/PythonCamp_PY3
f8f9df0b33a6942bf11330c097b0f71b5524d666
[ "Apache-2.0" ]
null
null
null
python_profile/benchmark.py
JiaLei123/PythonCamp_PY3
f8f9df0b33a6942bf11330c097b0f71b5524d666
[ "Apache-2.0" ]
null
null
null
import time def primise(n): if n == 2: return [2] elif n < 2: return [] s = [] for i in range(3, n + 1): if i % 2 != 0: s.append(i) mroot = n ** 0.5 half = (n + 1) / 2 - 1 i = 0 m = 3 while m <= mroot: if s[i]: j = int((m * m ...
18.61194
59
0.360866
9f9db6c8de413a3f982ed965b6411093e126e058
916
dart
Dart
lib/src/nav_bar/nav_item.dart
RookiePlayers/ruki_nav_bar
dc70c69a53e6705524d21beca418b9ccb2f185d4
[ "MIT" ]
null
null
null
lib/src/nav_bar/nav_item.dart
RookiePlayers/ruki_nav_bar
dc70c69a53e6705524d21beca418b9ccb2f185d4
[ "MIT" ]
null
null
null
lib/src/nav_bar/nav_item.dart
RookiePlayers/ruki_nav_bar
dc70c69a53e6705524d21beca418b9ccb2f185d4
[ "MIT" ]
null
null
null
import 'package:flutter/material.dart'; class NavItem{ final String label; final String? path; TextStyle? labelStyle; VoidCallback onTap; final int relativeIndex; // the relative item index in the list of nav items bool? minimized; // whether to only show icon or label also final Color? activeColor; fi...
39.826087
336
0.775109
20d8376fdb5f7f19d6908e10cf37ab7be1310e5b
144
asm
Assembly
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Record.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Record.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Record.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: Record.asm Type: file Size: 21845 Last-Modified: '1992-11-18T01:48:25Z' SHA-1: ACB93820E148D4AC914691A450DDA083D89C3592 Description: null
20.571429
47
0.8125
4378de5320f0c8baeba6f2c6e7149255befae55e
2,996
kt
Kotlin
libnavui-maneuver/src/main/java/com/mapbox/navigation/ui/maneuver/model/LaneIndicator.kt
bikemap/mapbox-navigation-android
5de9c3c9484466b641ab8907ce9ed316598bad56
[ "Apache-2.0", "BSD-2-Clause", "MIT" ]
null
null
null
libnavui-maneuver/src/main/java/com/mapbox/navigation/ui/maneuver/model/LaneIndicator.kt
bikemap/mapbox-navigation-android
5de9c3c9484466b641ab8907ce9ed316598bad56
[ "Apache-2.0", "BSD-2-Clause", "MIT" ]
null
null
null
libnavui-maneuver/src/main/java/com/mapbox/navigation/ui/maneuver/model/LaneIndicator.kt
bikemap/mapbox-navigation-android
5de9c3c9484466b641ab8907ce9ed316598bad56
[ "Apache-2.0", "BSD-2-Clause", "MIT" ]
1
2021-07-15T16:29:31.000Z
2021-07-15T16:29:31.000Z
package com.mapbox.navigation.ui.maneuver.model import com.mapbox.api.directions.v5.models.BannerComponents /** * "sub": { * "components": [ * { * "active_direction": "left", * "active": true, * "directions": [ * "left" * ], *...
25.827586
110
0.530374
3b9bbde569122712af75f1b1cb8821817f6f2d99
1,944
sql
SQL
test/sql_querys/13 - Creacion y Set informacion - Autoridades.sql
floreacosta/losCedrosTapiales
612ce71c1de60d5027021fa169e394157af34da8
[ "MIT" ]
null
null
null
test/sql_querys/13 - Creacion y Set informacion - Autoridades.sql
floreacosta/losCedrosTapiales
612ce71c1de60d5027021fa169e394157af34da8
[ "MIT" ]
null
null
null
test/sql_querys/13 - Creacion y Set informacion - Autoridades.sql
floreacosta/losCedrosTapiales
612ce71c1de60d5027021fa169e394157af34da8
[ "MIT" ]
null
null
null
INSERT INTO autoridades (nombre, cargo, imagen, cv) VALUES (1, "Dr. Rodríguez Cetran", "Director General", "", ""), (2, "Dr. Horacio Pampin", "Director Medico", "", ""), (3, "Sr. Alejandro Hafez", "Director Administrativo", "", ""), (4, "Lic. Vilma di Pascua", "Jefa de Recursos Humanos", "", ""), (5, "Dr. Hugo D. Tedes...
60.75
85
0.598765
267046defaa0026dc8cc5501b7c9d47a67aa6da9
1,408
java
Java
test/src/main/java/pub/carzy/services/controller/FileController.java
Dylan-lijl/web_utils
88d3f793f605d4f4ea6cff452f59bde71e560e48
[ "MIT" ]
4
2022-01-13T07:43:25.000Z
2022-01-19T02:04:08.000Z
test/src/main/java/pub/carzy/services/controller/FileController.java
Dylan-lijl/web_utils
88d3f793f605d4f4ea6cff452f59bde71e560e48
[ "MIT" ]
null
null
null
test/src/main/java/pub/carzy/services/controller/FileController.java
Dylan-lijl/web_utils
88d3f793f605d4f4ea6cff452f59bde71e560e48
[ "MIT" ]
null
null
null
package pub.carzy.services.controller; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.b...
32
88
0.78196
afa2eb4d92a195630c6bd8b47ab4f360728451fc
317
kt
Kotlin
notification/src/main/java/com/rembertime/notification/data/provider/FileNameProvider.kt
rembertime/downloadd-notification-android
ca058e00ee9518bf27b7f8d5e2afc01530f20aff
[ "MIT" ]
1
2021-07-10T18:07:03.000Z
2021-07-10T18:07:03.000Z
notification/src/main/java/com/rembertime/notification/data/provider/FileNameProvider.kt
rembertime/downloadd-notification-android
ca058e00ee9518bf27b7f8d5e2afc01530f20aff
[ "MIT" ]
3
2021-07-05T00:14:24.000Z
2021-07-10T18:06:17.000Z
notification/src/main/java/com/rembertime/notification/data/provider/FileNameProvider.kt
rembertime/downloadd-notification-android
ca058e00ee9518bf27b7f8d5e2afc01530f20aff
[ "MIT" ]
null
null
null
package com.rembertime.notification.data.provider /** * This class tries to get the file name based on a path * input "http://www.domain.com/file.txt" * output "file.txt" */ internal class FileNameProvider { fun find(path: String): String { return path.substring(path.lastIndexOf("/").inc()) } }
24.384615
58
0.681388
292083ac7c9f357a31cbb1a7aee9a69fe5228351
603
py
Python
genetic-tuner/config.py
windstrip/Genetic-Algorithm-PID-Controller-Tuner
7e4c4febcc6e4d7c116d570a0d6a5f975a237007
[ "Apache-2.0" ]
39
2015-02-14T01:39:30.000Z
2022-03-13T21:57:56.000Z
genetic-tuner/config.py
windstrip/Genetic-Algorithm-PID-Controller-Tuner
7e4c4febcc6e4d7c116d570a0d6a5f975a237007
[ "Apache-2.0" ]
null
null
null
genetic-tuner/config.py
windstrip/Genetic-Algorithm-PID-Controller-Tuner
7e4c4febcc6e4d7c116d570a0d6a5f975a237007
[ "Apache-2.0" ]
18
2015-06-18T18:16:52.000Z
2022-01-28T13:19:23.000Z
config = { 'population_size' : 100, 'mutation_probability' : .1, 'crossover_rate' : .9, # maximum simulation runs before finishing 'max_runs' : 100, # maximum timesteps per simulation 'max_timesteps' : 150, # smoothness value of the line in [0, 1] 'line_smoothness' : .4, # Bound ...
31.736842
81
0.631841
6cd58c64311582d36e9bb925d619c8c25d708851
949
go
Go
dataframe/benchmark_test.go
davidnotplay/godf
460a440db914c569faf6f770516ed5099cf8a1ab
[ "MIT" ]
1
2019-03-10T12:50:14.000Z
2019-03-10T12:50:14.000Z
dataframe/benchmark_test.go
davidnotplay/godf
460a440db914c569faf6f770516ed5099cf8a1ab
[ "MIT" ]
null
null
null
dataframe/benchmark_test.go
davidnotplay/godf
460a440db914c569faf6f770516ed5099cf8a1ab
[ "MIT" ]
null
null
null
package dataframe import ( "fmt" "testing" ) type benchmarDFStruct struct { I int `colName:"integer"` F float64 `colName:"float"` C complex128 `colName:"complex"` S string `colName:"str"` } func genData(number int) *[]benchmarDFStruct{ var data []benchmarDFStruct for i:= 0; i < number; i++ { f...
17.574074
59
0.680717
c8070f188e2c3e5b9e512cbedf620b70f6211e72
3,243
sql
SQL
portal_college.sql
karabomaboka/Enrollment-System
52b47d30c3386bcd74790d0b54e3c5133891466d
[ "Apache-2.0" ]
2
2021-08-05T16:23:48.000Z
2022-02-05T02:20:30.000Z
portal_college.sql
karabomaboka/Enrollment-System
52b47d30c3386bcd74790d0b54e3c5133891466d
[ "Apache-2.0" ]
1
2020-10-30T04:12:19.000Z
2020-10-30T04:12:19.000Z
portal_college.sql
karabomaboka/Enrollment-System
52b47d30c3386bcd74790d0b54e3c5133891466d
[ "Apache-2.0" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 4.8.3 -- https://www.phpmyadmin.net/ -- -- Host: localhost -- Generation Time: Sep 15, 2018 at 04:38 PM -- Server version: 10.1.35-MariaDB -- PHP Version: 7.2.9 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD...
28.447368
149
0.665742
290856475e810b21bcc547989d14e51c999c556a
761
py
Python
mini-apps/tic-tac-toe-full/tic_tac_toe_module.py
CrtomirJuren/python-delavnica
db96470d2cb1870390545cfbe511552a9ef08720
[ "MIT" ]
null
null
null
mini-apps/tic-tac-toe-full/tic_tac_toe_module.py
CrtomirJuren/python-delavnica
db96470d2cb1870390545cfbe511552a9ef08720
[ "MIT" ]
null
null
null
mini-apps/tic-tac-toe-full/tic_tac_toe_module.py
CrtomirJuren/python-delavnica
db96470d2cb1870390545cfbe511552a9ef08720
[ "MIT" ]
null
null
null
import random # def generate_board(): # """ # funkcija ki generira naključno tic tac toe board - igralno ploščo # vzorci = ['X','O'] # nakljucen_vzorec = random.choice(vzorci) # """ # return board # def print_board(board): # """ funkcija za lepši terminal print board """ # pass #...
15.854167
71
0.584757
f5cb766fea84f45996bd653b13592a16d8d3c9d5
2,732
sql
SQL
db/PE.CustomProcedures/StoredProcedures/pe_NL_LOD.sql
PracticeEngine/GLIntegration
0681812f445af40d8ec970a10d8cea164c6d432b
[ "Apache-2.0" ]
null
null
null
db/PE.CustomProcedures/StoredProcedures/pe_NL_LOD.sql
PracticeEngine/GLIntegration
0681812f445af40d8ec970a10d8cea164c6d432b
[ "Apache-2.0" ]
5
2018-04-19T13:40:18.000Z
2021-09-08T15:26:15.000Z
db/PE.CustomProcedures/StoredProcedures/pe_NL_LOD.sql
PracticeEngine/GLIntegration
0681812f445af40d8ec970a10d8cea164c6d432b
[ "Apache-2.0" ]
1
2018-06-28T13:21:05.000Z
2018-06-28T13:21:05.000Z
/* CUSTOM: This Stored Procedure should be customized for your environment This StoredProcedure Creates the Nominal Ledger in bulk from the Lodgement (Bank Deposits) Transactions in PE */ CREATE PROCEDURE [dbo].[pe_NL_LOD] @Result int OUTPUT AS DECLARE @MonthEnd datetime DECLARE @PeriodIdx int SET @MonthEnd = ...
33.317073
180
0.759883
d2bd247294fa3acdda8a56d7717a9a9f302acc48
4,507
php
PHP
app/Models/Date.php
sgkekais/swb8
6c20913fa1bcf0c59539835e6d3997f38bafd0ec
[ "MIT" ]
null
null
null
app/Models/Date.php
sgkekais/swb8
6c20913fa1bcf0c59539835e6d3997f38bafd0ec
[ "MIT" ]
null
null
null
app/Models/Date.php
sgkekais/swb8
6c20913fa1bcf0c59539835e6d3997f38bafd0ec
[ "MIT" ]
null
null
null
<?php namespace App\Models; use Carbon\Carbon; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; use Spatie\Activitylog\Traits\LogsActivity; class Date extends Model { use HasFactory; use LogsActivity; /** * The table associated with the model. * ...
23.352332
137
0.49767
412b2effcb7b00afdd7460fc6cf0044f53ca2343
513
c
C
0x00-hello_world/6-size.c
johncoleman83/bootcampschool-low_level_programming
fbe8798f6c27ff62c1781fadb297f220955db234
[ "MIT" ]
4
2017-02-09T19:17:21.000Z
2018-01-17T11:53:54.000Z
0x00-hello_world/6-size.c
johncoleman83/bootcampschool-low_level_programming
fbe8798f6c27ff62c1781fadb297f220955db234
[ "MIT" ]
null
null
null
0x00-hello_world/6-size.c
johncoleman83/bootcampschool-low_level_programming
fbe8798f6c27ff62c1781fadb297f220955db234
[ "MIT" ]
6
2017-03-24T04:08:42.000Z
2020-06-28T17:10:40.000Z
#include <stdio.h> /** * main - Entry point * * Return: Always 0 (Success) */ int main(void) { char acharacter; int ainteger; long along; long long alonglong; float afloat; printf("Size of a char: %lu byte(s)\n", sizeof(acharacter)); printf("Size of an int: %lu byte(s)\n", sizeof(ainteger)); printf("Size...
20.52
69
0.645224
4186f27ea89872e93c9e791d17a31e44b4f80612
105
c
C
csie/10computer-networks/2a/test3.c
dk00/old-stuff
e1184684c85fe9bbd1ceba58b94d4da84c67784e
[ "Unlicense" ]
null
null
null
csie/10computer-networks/2a/test3.c
dk00/old-stuff
e1184684c85fe9bbd1ceba58b94d4da84c67784e
[ "Unlicense" ]
null
null
null
csie/10computer-networks/2a/test3.c
dk00/old-stuff
e1184684c85fe9bbd1ceba58b94d4da84c67784e
[ "Unlicense" ]
null
null
null
#include<stdio.h> #include<fcntl.h> main() { int fd = open("test4", O_RDONLY); printf("%d\n", fd); }
15
35
0.590476
893d098c4715148cd5ddbdfb8ec5956c7c3fd04d
1,368
kt
Kotlin
app/src/main/java/com/smobile/premierleague/repository/StandingsRepository.kt
stevan-milovanovic/premier-league
682d3d7d1a65605b4d1d3efc08fa6932762b6653
[ "Apache-2.0" ]
4
2020-06-02T14:12:11.000Z
2020-06-05T11:52:18.000Z
app/src/main/java/com/smobile/premierleague/repository/StandingsRepository.kt
stevan-milovanovic/premier-league
682d3d7d1a65605b4d1d3efc08fa6932762b6653
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/smobile/premierleague/repository/StandingsRepository.kt
stevan-milovanovic/premier-league
682d3d7d1a65605b4d1d3efc08fa6932762b6653
[ "Apache-2.0" ]
1
2020-06-02T15:59:53.000Z
2020-06-02T15:59:53.000Z
package com.smobile.premierleague.repository import androidx.lifecycle.LiveData import com.smobile.premierleague.AppExecutors import com.smobile.premierleague.api.LeagueService import com.smobile.premierleague.api.StandingsNetworkResponse import com.smobile.premierleague.db.StandingDao import com.smobile.premierleague...
34.2
92
0.750731
c4b3d3ae93f3bfc9a77a4ba27de33948b4fa1356
772
asm
Assembly
oeis/172/A172061.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/172/A172061.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/172/A172061.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A172061: Expansion of (2/(3*sqrt(1-4*z)-1+4*z))*((1-sqrt(1-4*z))/(2*z))^k with k=4. ; Submitted by Christian Krause ; 1,5,22,91,367,1461,5776,22748,89402,350974,1377174,5403193,21201211,83211277,326703424,1283211208,5042294926,19822108582,77958648604,306739666198,1207433301046,4754874514690,18732340230592,73827134976...
36.761905
484
0.770725
5f1926590f3a2d70ce34edb5551795f912bc6922
9,292
dart
Dart
example/lib/main.dart
wenchaosong/CityPicker
ff8cf8f9cf4ddd79a4ba39f55270b33452a6fd65
[ "BSD-2-Clause" ]
14
2021-03-13T07:07:51.000Z
2022-03-24T03:19:58.000Z
example/lib/main.dart
wenchaosong/CityPicker
ff8cf8f9cf4ddd79a4ba39f55270b33452a6fd65
[ "BSD-2-Clause" ]
7
2021-03-16T02:23:11.000Z
2022-03-25T01:05:52.000Z
example/lib/main.dart
wenchaosong/CityPicker
ff8cf8f9cf4ddd79a4ba39f55270b33452a6fd65
[ "BSD-2-Clause" ]
5
2021-06-08T11:26:44.000Z
2022-02-10T23:48:19.000Z
import 'dart:async'; import 'package:city_picker_example/http/http_util.dart'; import 'package:flutter/material.dart'; import 'package:flutter_city_picker/city_picker.dart'; import 'package:flutter_colorpicker/flutter_colorpicker.dart'; import 'package:provider/provider.dart'; import 'provider/theme_provider.dart'; i...
27.654762
80
0.543048
31b39b8c35eb16e012347910786940a7af8febcc
312
swift
Swift
Hackatrix/View/Cell/InteractionCell.swift
belatrix/BelatrixEventsIOS
b7f52f752704555e88874b732c4b2cf1f8d33ec6
[ "Apache-2.0" ]
1
2017-05-23T18:20:54.000Z
2017-05-23T18:20:54.000Z
Hackatrix/View/Cell/InteractionCell.swift
belatrix/BelatrixEventsIOS
b7f52f752704555e88874b732c4b2cf1f8d33ec6
[ "Apache-2.0" ]
2
2018-04-11T18:14:55.000Z
2018-04-24T13:37:20.000Z
Hackatrix/View/Cell/InteractionCell.swift
belatrix/BelatrixEventsIOS
b7f52f752704555e88874b732c4b2cf1f8d33ec6
[ "Apache-2.0" ]
null
null
null
// // InteractionCell.swift // Hackatrix // // Created by Erik Fernando Flores Quispe on 11/05/17. // Copyright © 2017 Belatrix. All rights reserved. // import UIKit class InteractionCell: UITableViewCell { @IBOutlet weak var nameProject: UILabel! @IBOutlet weak var numberOfVote: UILabel! }
18.352941
55
0.708333
39ee94c1b9d066ef47b6b173046065a152ea1bc2
2,505
java
Java
examples/com/theprogrammingturkey/nhlapi/ShotLocationExample.java
SirAlexJz/NHLStatsAPI-Java
8859f254d561568dab06c610789f3d59dcb9b424
[ "MIT" ]
2
2018-11-29T14:32:27.000Z
2019-03-07T06:03:10.000Z
examples/com/theprogrammingturkey/nhlapi/ShotLocationExample.java
Turkey2349/NHLStatsAPI-Java
1e5f8a057b7d2344500b7016a1ef964261aace49
[ "MIT" ]
null
null
null
examples/com/theprogrammingturkey/nhlapi/ShotLocationExample.java
Turkey2349/NHLStatsAPI-Java
1e5f8a057b7d2344500b7016a1ef964261aace49
[ "MIT" ]
1
2021-01-26T02:44:01.000Z
2021-01-26T02:44:01.000Z
package com.theprogrammingturkey.nhlapi; import java.awt.Color; import java.awt.Graphics; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.imageio.ImageIO; import javax.swing.JFrame; import javax.s...
25.05
65
0.677046
4081c32fe5ca1b8512fab470fbc16a9a0353a934
2,017
py
Python
scripts/data_handeling/calculate_areas_from_json.py
dekelmeirom/pathologylab
262b0bd9cb9233bc960671c2d674cf895b228f39
[ "MIT" ]
null
null
null
scripts/data_handeling/calculate_areas_from_json.py
dekelmeirom/pathologylab
262b0bd9cb9233bc960671c2d674cf895b228f39
[ "MIT" ]
null
null
null
scripts/data_handeling/calculate_areas_from_json.py
dekelmeirom/pathologylab
262b0bd9cb9233bc960671c2d674cf895b228f39
[ "MIT" ]
null
null
null
#!/usr/bin/env python import json import numpy as np import os import csv import argparse def poly_area(x, y, absoluteValue = True): result = 0.5 * np.abs(np.dot(x[:-1], y[1:]) + x[-1]*y[0] - np.dot(y[:-1], x[1:]) - y[-1]*x[0]) if absoluteValue: return abs(result) else: return result ...
38.056604
120
0.60585
ffe0fcd0b445d013809c89db9f9e20e70c01a452
864
html
HTML
web/app/themes/trendsinhr/styleguide/build/components/render/hero-whitepaper.html
tommyseijkens/trendsinhr_composer
3d4f64d0cdb54b5c35dfe4b0affa45d13a3be40e
[ "MIT" ]
null
null
null
web/app/themes/trendsinhr/styleguide/build/components/render/hero-whitepaper.html
tommyseijkens/trendsinhr_composer
3d4f64d0cdb54b5c35dfe4b0affa45d13a3be40e
[ "MIT" ]
null
null
null
web/app/themes/trendsinhr/styleguide/build/components/render/hero-whitepaper.html
tommyseijkens/trendsinhr_composer
3d4f64d0cdb54b5c35dfe4b0affa45d13a3be40e
[ "MIT" ]
null
null
null
<div class="page-header page-header--whitepaper"> <div class="page-header__image"> <div class="page-header__background-image" style="background-image: url('https://assets.driessengroep.nl/sampledata/trendsinhr/cover.png');"></div> <div class="page-header__background-image" style="background-image:...
36
155
0.560185
cba01fddf3240e923ff46443e78cff725b1f3398
2,306
go
Go
p2p/infra/mem/peer_repository.go
hea9549/engine
6f6b59046cd14d9282992007cf918bf5770872e4
[ "Apache-2.0" ]
null
null
null
p2p/infra/mem/peer_repository.go
hea9549/engine
6f6b59046cd14d9282992007cf918bf5770872e4
[ "Apache-2.0" ]
null
null
null
p2p/infra/mem/peer_repository.go
hea9549/engine
6f6b59046cd14d9282992007cf918bf5770872e4
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2018 It-chain * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wri...
19.216667
84
0.70425
b9b37c9eba5c81dbf70a073cf7afd57e37c98e59
535
sql
SQL
sql-scripts/for-json-path.sql
dotnetthailand/orchardcore-blog
3f9570c1100c5cdd6a09065cb3d47202eca00a40
[ "MIT" ]
1
2021-11-20T05:14:09.000Z
2021-11-20T05:14:09.000Z
sql-scripts/for-json-path.sql
dotnetthailand/orchard-core-blog-example
3f9570c1100c5cdd6a09065cb3d47202eca00a40
[ "MIT" ]
null
null
null
sql-scripts/for-json-path.sql
dotnetthailand/orchard-core-blog-example
3f9570c1100c5cdd6a09065cb3d47202eca00a40
[ "MIT" ]
1
2022-01-07T14:08:37.000Z
2022-01-07T14:08:37.000Z
-- Nested object SELECT t.ContentItemId, t.Title as 'TitlePart.Title', m.Markdown as 'MarkdownBodyPart.Html' FROM TitlePart t INNER join MarkdownBodyPart m ON t.ContentItemId = m.ContentItemId FOR JSON PATH; -- With root option SELECT t.ContentItemId, t.Title as 'TitlePart.Title', m.Markdown as 'Markdo...
19.814815
39
0.751402
61bc6a25004ccf935d94a28940b6ef7b8555c931
348
asm
Assembly
programs/oeis/173/A173674.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/173/A173674.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/173/A173674.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A173674: a(n) = ceiling(A003269(n)/2). ; 0,1,1,1,1,1,2,2,3,4,5,7,10,13,18,25,35,48,66,91,125,173,238,329,454,626,864,1193,1646,2272,3136,4329,5975,8247,11383,15711,21686,29932,41315,57026,78711,108643,149958,206983,285694,394337,544295,751278,1036972 seq $0,3269 ; a(n) = a(n-1) + a(n-4) with a(0) = 0, a(1) = a(2) = ...
49.714286
211
0.649425
85ab03ad646a63c666ef22f0c3adc7bcf0bcddab
1,205
js
JavaScript
bin/validate-dependents.js
boneskull/adhoc-validate-dependents
d35d284a48de607b7a2c18680fbb0dc769f9a99c
[ "Apache-2.0" ]
null
null
null
bin/validate-dependents.js
boneskull/adhoc-validate-dependents
d35d284a48de607b7a2c18680fbb0dc769f9a99c
[ "Apache-2.0" ]
1
2021-08-31T17:59:19.000Z
2021-08-31T17:59:19.000Z
bin/validate-dependents.js
boneskull/adhoc-validate-dependents
d35d284a48de607b7a2c18680fbb0dc769f9a99c
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/env node import { validateDependents, getDownloadCounts } from '../src/validate-dependents.js'; import {promisify} from 'util'; import {createRequire} from 'module'; const require = createRequire(import.meta.url); const stringify = require('csv-stringify'); const dayjs = require('dayjs'); (async () =...
25.104167
83
0.678008
a110f4c263ca3096ad879cfa79d597c682b01c91
84
swift
Swift
Day 13/Variables and constants.playground/Contents.swift
PetroOnishchuk/100-Days-Of-SwiftUI
21d16e893bedc3b1bfa87bd61d54e10b0eaea0ef
[ "MIT" ]
55
2020-01-13T13:34:06.000Z
2022-03-14T22:01:33.000Z
Day 13/Variables and constants.playground/Contents.swift
PetroOnishchuk/100-Days-Of-SwiftUI
21d16e893bedc3b1bfa87bd61d54e10b0eaea0ef
[ "MIT" ]
1
2020-04-09T12:24:04.000Z
2020-04-09T12:25:33.000Z
Day 13/Variables and constants.playground/Contents.swift
PetroOnishchuk/100-Days-Of-SwiftUI
21d16e893bedc3b1bfa87bd61d54e10b0eaea0ef
[ "MIT" ]
7
2020-06-29T11:07:45.000Z
2022-03-18T17:14:24.000Z
import UIKit // Variables and constants var name = "Tim McGraw" name = "Romeo"
8.4
26
0.678571
ddd8fa602d4f103181bcf68bee76fc04657f0adb
748
dart
Dart
lib/config/firebase_config.dart
drinkbarleyalex/flutter-template-1a
03e2720ded5eb012392a9088ac417f057173fe0f
[ "MIT" ]
null
null
null
lib/config/firebase_config.dart
drinkbarleyalex/flutter-template-1a
03e2720ded5eb012392a9088ac417f057173fe0f
[ "MIT" ]
null
null
null
lib/config/firebase_config.dart
drinkbarleyalex/flutter-template-1a
03e2720ded5eb012392a9088ac417f057173fe0f
[ "MIT" ]
null
null
null
import 'package:firebase_core/firebase_core.dart'; import 'package:firebase_crashlytics/firebase_crashlytics.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter_template/config/flavor_config.dart'; //todo decide when you need firebase in your project bool shouldConfigureFirebase() => FlavorCon...
37.4
100
0.783422
b346e673cab3116f804b3deabf73c1f26994da86
3,210
asm
Assembly
Transynther/x86/_processed/P/_zr_/i7-7700_9_0x48_notsx.log_14_1854.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/P/_zr_/i7-7700_9_0x48_notsx.log_14_1854.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/P/_zr_/i7-7700_9_0x48_notsx.log_14_1854.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x465f, %rax nop nop nop nop and %r14, %r14 movw $0x6162, (%rax) nop nop nop add %rcx, %rcx lea addresses_D_ht+0x18ed3, %rbx clflush (%rbx) nop nop nop xor %rcx, %rcx vmovups (...
18.77193
148
0.645171
402226f59cbd484dbe01bb6fc1a1a095314d903d
301
py
Python
bindings/python/setup.py
wangjia3015/marisa-trie
da2924831c1e8f90dae7223cfe7a2bc1bd8b5132
[ "BSD-2-Clause" ]
388
2016-01-28T15:16:43.000Z
2022-03-28T08:18:07.000Z
bindings/python/setup.py
wangjia3015/marisa-trie
da2924831c1e8f90dae7223cfe7a2bc1bd8b5132
[ "BSD-2-Clause" ]
38
2016-02-12T14:51:12.000Z
2022-02-12T09:10:25.000Z
bindings/python/setup.py
wangjia3015/marisa-trie
da2924831c1e8f90dae7223cfe7a2bc1bd8b5132
[ "BSD-2-Clause" ]
79
2016-03-16T15:47:50.000Z
2022-03-15T22:21:08.000Z
from distutils.core import setup, Extension marisa_module = Extension("_marisa", sources=["marisa-swig_wrap.cxx", "marisa-swig.cxx"], libraries=["marisa"]) setup(name = "marisa", ext_modules = [marisa_module], py_modules = ["marisa"])
30.1
78
0.578073
4006ccf8f0bb2d326fae0e66b44388e3d4178066
4,111
swift
Swift
FormsExample/RegisterViewController.swift
stuaustin/FormsExample
a6c7b23b4c587dd62f528ad8c6b74547ff8a3e28
[ "MIT" ]
null
null
null
FormsExample/RegisterViewController.swift
stuaustin/FormsExample
a6c7b23b4c587dd62f528ad8c6b74547ff8a3e28
[ "MIT" ]
null
null
null
FormsExample/RegisterViewController.swift
stuaustin/FormsExample
a6c7b23b4c587dd62f528ad8c6b74547ff8a3e28
[ "MIT" ]
null
null
null
// // RegisterViewController.swift // // Copyright (c) 2019 Stuart Austin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the righ...
39.528846
126
0.721965
be18d3efab6d4887f4a4cc15f3d7bad40111e705
83,544
rs
Rust
contracts/tg4-stake/src/contract.rs
confio/poe-contracts
c320b857d2514fa0c68a929a42fca86f7f2e4b93
[ "RSA-MD" ]
4
2022-01-17T10:29:39.000Z
2022-03-31T16:43:24.000Z
contracts/tg4-stake/src/contract.rs
confio/poe-contracts
c320b857d2514fa0c68a929a42fca86f7f2e4b93
[ "RSA-MD" ]
75
2022-01-17T14:06:02.000Z
2022-03-31T06:57:39.000Z
contracts/tg4-stake/src/contract.rs
confio/poe-contracts
c320b857d2514fa0c68a929a42fca86f7f2e4b93
[ "RSA-MD" ]
null
null
null
#[cfg(not(feature = "library"))] use cosmwasm_std::entry_point; use cosmwasm_std::{ coin, coins, to_binary, Addr, BankMsg, Binary, Coin, CustomQuery, Decimal, Deps, DepsMut, Empty, Env, MessageInfo, Order, StdResult, Storage, Uint128, }; use std::cmp::min; use std::ops::Sub; use cw2::set_contract_version; use ...
35.340102
102
0.559322
9be5bfded5466fe20801a7e03493f897bc673906
44
js
JavaScript
resources/js/pages/Informes/FlotaRenta/InformePendientes/index.js
williamcastrov/gimcloud
baa0040a0fe282a3280350d3d9ec1c157c3ba81f
[ "MIT" ]
null
null
null
resources/js/pages/Informes/FlotaRenta/InformePendientes/index.js
williamcastrov/gimcloud
baa0040a0fe282a3280350d3d9ec1c157c3ba81f
[ "MIT" ]
null
null
null
resources/js/pages/Informes/FlotaRenta/InformePendientes/index.js
williamcastrov/gimcloud
baa0040a0fe282a3280350d3d9ec1c157c3ba81f
[ "MIT" ]
null
null
null
export {default} from "./InformePendientes";
44
44
0.772727
9426fcb7ea440643804eb35858c7da04b7cabdff
216
asm
Assembly
src/commands/DoAdd.asm
jhm-ciberman/calculator-asm
f5305f345d7efdd616b34a485f7460f6789f4d9c
[ "MIT" ]
2
2019-08-03T17:09:30.000Z
2021-04-01T22:17:09.000Z
src/commands/DoAdd.asm
jhm-ciberman/calculator-asm
f5305f345d7efdd616b34a485f7460f6789f4d9c
[ "MIT" ]
null
null
null
src/commands/DoAdd.asm
jhm-ciberman/calculator-asm
f5305f345d7efdd616b34a485f7460f6789f4d9c
[ "MIT" ]
1
2019-08-04T21:26:32.000Z
2019-08-04T21:26:32.000Z
proc DoAdd uses r14 fastcall ArrayListPop, [_lg_stack] mov r14, rax fastcall ArrayListPop, [_lg_stack] add r14, rax fastcall ArrayListPush, [_lg_stack], r14 ret endp
18
45
0.611111
72ea7a1b29263d7d28820b37c99b83166ab3488b
15,384
html
HTML
_volume_pages/0446.html
jcmundy/italy-handbook-for-travellers-test1
4941ba70b48cb53c5f5381e915d156b6f3e42b40
[ "MIT" ]
null
null
null
_volume_pages/0446.html
jcmundy/italy-handbook-for-travellers-test1
4941ba70b48cb53c5f5381e915d156b6f3e42b40
[ "MIT" ]
null
null
null
_volume_pages/0446.html
jcmundy/italy-handbook-for-travellers-test1
4941ba70b48cb53c5f5381e915d156b6f3e42b40
[ "MIT" ]
null
null
null
--- sort_order: 446 tei_id: p.idp190689488 annotation_count: 0 images: small-thumbnail: https://testreadux.ecds.emory.edu/books/emory:bnjdz/pages/emory:ksn3j/mini-thumbnail/ json: https://testreadux.ecds.emory.edu/books/emory:bnjdz/pages/emory:ksn3j/info/ full: https://testreadux.ecds.emory.edu/books/emory:bnjdz/...
79.298969
144
0.693513
d5aa1befd7686b7926c25542f5add036d6cbf354
2,221
swift
Swift
ExifTests/ExifTests.swift
kichikuchi/Exif
499bbadde9e7ba05ff80c610efc9919c0698ce5b
[ "MIT" ]
22
2017-01-08T10:57:41.000Z
2021-07-09T01:43:59.000Z
ExifTests/ExifTests.swift
kichikuchi/Exif
499bbadde9e7ba05ff80c610efc9919c0698ce5b
[ "MIT" ]
null
null
null
ExifTests/ExifTests.swift
kichikuchi/Exif
499bbadde9e7ba05ff80c610efc9919c0698ce5b
[ "MIT" ]
4
2019-05-22T07:12:42.000Z
2021-04-06T08:41:12.000Z
// // ExifTests.swift // ExifTests // // Created by Kazunori Kikuchi on 2019/02/09. // Copyright © 2019 kazunori kikuchi. All rights reserved. // import XCTest @testable import Exif class ExifTests: XCTestCase { func testExif() { guard let exif = Exif(forResource: "test", ofType: "jpg", bundle: Bundle...
39.660714
118
0.67222
68ae5247d0d2dd3f37f72ff1b08a42fb261e7a57
731
sql
SQL
openGaussBase/testcase/KEYWORDS/types/Opengauss_Function_Keyword_Types_Case0021.sql
opengauss-mirror/Yat
aef107a8304b94e5d99b4f1f36eb46755eb8919e
[ "MulanPSL-1.0" ]
null
null
null
openGaussBase/testcase/KEYWORDS/types/Opengauss_Function_Keyword_Types_Case0021.sql
opengauss-mirror/Yat
aef107a8304b94e5d99b4f1f36eb46755eb8919e
[ "MulanPSL-1.0" ]
null
null
null
openGaussBase/testcase/KEYWORDS/types/Opengauss_Function_Keyword_Types_Case0021.sql
opengauss-mirror/Yat
aef107a8304b94e5d99b4f1f36eb46755eb8919e
[ "MulanPSL-1.0" ]
null
null
null
-- @testpoint: opengauss关键字types(非保留),作为函数名,部分测试点合理报错 --关键字不带引号-成功 drop function if exists types; create function types(i integer) returns integer as $$ begin return i+1; end; $$ language plpgsql; / drop function if exists types; --关键字带双引号-成功 drop function if exists "types"; create function "types"(i integer) retu...
16.244444
53
0.723666
fa9665536f2500479220157996c3e27d9092dc29
7,105
sql
SQL
sql_change.sql
firesWu/eos_sql_db_plugin
4c99ddc321ef4a2592b94888203aba4722c1ca1a
[ "MIT" ]
1
2019-03-18T06:28:24.000Z
2019-03-18T06:28:24.000Z
sql_change.sql
firesWu/eos_sql_db_plugin
4c99ddc321ef4a2592b94888203aba4722c1ca1a
[ "MIT" ]
null
null
null
sql_change.sql
firesWu/eos_sql_db_plugin
4c99ddc321ef4a2592b94888203aba4722c1ca1a
[ "MIT" ]
null
null
null
USE eos; ALTER TABLE accounts_keys DROP FOREIGN KEY accounts_keys_ibfk_1; ALTER TABLE actions DROP FOREIGN KEY actions_ibfk_1; ALTER TABLE actions DROP FOREIGN KEY actions_ibfk_2; ALTER TABLE actions_accounts DROP FOREIGN KEY actions_accounts_ibfk_1; ALTER TABLE actions_accounts DROP FOREIGN KEY actions_accounts_ibfk_...
76.397849
146
0.781562
268878f51f0eac2767efe9a49c3d412a4691dcd4
994
java
Java
summerframework-lock/platform-lock-core/src/main/java/com/bkjk/platform/lock/LockHandler.java
WangSZ/summerframework
03f3cae8128c013324a3e961056ae5d1d64f57be
[ "Apache-2.0" ]
null
null
null
summerframework-lock/platform-lock-core/src/main/java/com/bkjk/platform/lock/LockHandler.java
WangSZ/summerframework
03f3cae8128c013324a3e961056ae5d1d64f57be
[ "Apache-2.0" ]
null
null
null
summerframework-lock/platform-lock-core/src/main/java/com/bkjk/platform/lock/LockHandler.java
WangSZ/summerframework
03f3cae8128c013324a3e961056ae5d1d64f57be
[ "Apache-2.0" ]
null
null
null
package com.bkjk.platform.lock; import com.bkjk.platform.lock.exception.LockFailedException; import java.util.concurrent.TimeUnit; /** * @Program: summerframework2 * @Description: * @Author: shaoze.wang * @Create: 2019/5/6 10:16 **/ public interface LockHandler { /** * 获取锁超时 * @param lockInstance...
23.116279
127
0.667002
062317cf604e40865708f0f234e45075ebb7d5f5
1,922
kt
Kotlin
base_library/src/main/java/com/example/base_library/base_utils/ExceptionHandle.kt
jiwenjie/Graduation_App
a3730f1758f8fe8d13cdd1d53045fa229f7e166d
[ "Apache-2.0" ]
11
2018-12-27T04:49:24.000Z
2022-03-03T11:44:47.000Z
base_library/src/main/java/com/example/base_library/base_utils/ExceptionHandle.kt
jiwenjie/Graduation_App
a3730f1758f8fe8d13cdd1d53045fa229f7e166d
[ "Apache-2.0" ]
null
null
null
base_library/src/main/java/com/example/base_library/base_utils/ExceptionHandle.kt
jiwenjie/Graduation_App
a3730f1758f8fe8d13cdd1d53045fa229f7e166d
[ "Apache-2.0" ]
4
2019-07-03T02:29:40.000Z
2021-10-13T03:29:06.000Z
package com.example.base_library.base_utils import com.google.gson.JsonParseException import org.json.JSONException import java.net.ConnectException import java.net.SocketTimeoutException import java.net.UnknownHostException import java.text.ParseException /** * author:Jiwenjie * email:278630464@qq.com * time:2...
20.446809
62
0.566077
3f8829ee24fe62a0895604c9624f607fbcd081b7
7,501
dart
Dart
lib/flutter_windowmanager.dart
adaptant-labs/flutter_windowmanager
17810c502e067c2811c2e180950ab2a59df5d2f8
[ "Apache-2.0" ]
30
2019-10-24T16:04:21.000Z
2022-02-25T05:43:13.000Z
lib/flutter_windowmanager.dart
adaptant-labs/flutter_windowmanager
17810c502e067c2811c2e180950ab2a59df5d2f8
[ "Apache-2.0" ]
21
2020-01-28T07:07:42.000Z
2022-02-15T08:35:28.000Z
lib/flutter_windowmanager.dart
adaptant-labs/flutter_windowmanager
17810c502e067c2811c2e180950ab2a59df5d2f8
[ "Apache-2.0" ]
15
2019-10-25T12:14:16.000Z
2021-11-04T08:35:01.000Z
import 'dart:async'; import 'package:flutter/services.dart'; /// A base class for manipulating Android WindowManager.LayoutParams. /// /// The class does not need to be instantiated directly, as it provides all /// static flags and methods. class FlutterWindowManager { // Flags for WindowManager.LayoutParams, as pe...
60.98374
475
0.779363
65aca0e54a52b16244a4cdcdab9113ee779d04b6
1,121
swift
Swift
VisionDemoApp/TheSoundAnalysis.playground/Pages/SpeechSynthesis.xcplaygroundpage/Contents.swift
ktustanowski/visiondemo
cc921bfcd9c73932e9467ed92a840ac56dbd8275
[ "MIT" ]
14
2021-09-18T17:02:22.000Z
2022-03-25T04:53:18.000Z
VisionDemoApp/TheSoundAnalysis.playground/Pages/SpeechSynthesis.xcplaygroundpage/Contents.swift
ktustanowski/visiondemo
cc921bfcd9c73932e9467ed92a840ac56dbd8275
[ "MIT" ]
1
2021-10-21T18:47:28.000Z
2022-01-09T17:58:53.000Z
VisionDemoApp/TheSoundAnalysis.playground/Pages/SpeechSynthesis.xcplaygroundpage/Contents.swift
ktustanowski/visiondemo
cc921bfcd9c73932e9467ed92a840ac56dbd8275
[ "MIT" ]
1
2022-02-22T19:07:48.000Z
2022-02-22T19:07:48.000Z
//: [Previous](@previous) import AVFoundation print(AVSpeechSynthesisVoice.speechVoices()) let englishUtterance = AVSpeechUtterance(string: "Bake the chicken in the oven for fifteen minutes") englishUtterance.prefersAssistiveTechnologySettings = true // You can experiment to hear the difference //englishUtterance.r...
32.970588
101
0.817128
1b8f8656befc82b46706bb495d73f014d33f2d6a
1,764
swift
Swift
Spica/Extensions/UserDefaults.swift
devAgam/Spica-iOS
196e6af5433c95f1d5d7e78c777207ecd227ddbf
[ "MIT" ]
6
2020-07-19T12:49:22.000Z
2020-07-30T05:25:08.000Z
Spica/Extensions/UserDefaults.swift
rainloreley/Spica-iOS
06eedc7ad7a9f308ffa30605c36f444bccd79c21
[ "MIT" ]
3
2020-12-03T15:46:28.000Z
2020-12-17T18:51:35.000Z
Spica/Extensions/UserDefaults.swift
rainloreley/Spica-iOS
06eedc7ad7a9f308ffa30605c36f444bccd79c21
[ "MIT" ]
3
2020-12-03T04:52:15.000Z
2020-12-17T17:16:25.000Z
// // Spica for iOS (Spica) // File created by Lea Baumgart on 10.10.20. // // Licensed under the MIT License // Copyright © 2020 Lea Baumgart. All rights reserved. // // https://github.com/SpicaApp/Spica-iOS // import Foundation import UIKit // Colors extension UserDefaults { func colorForKey(key: String) -> UIC...
28.451613
104
0.624717
85eed57b8e5b2d156a69eb928ba2ac4330278e88
1,645
rs
Rust
src/board/iter.rs
JarredAllen/chess-website
b7655ec9112d937875bada15e10cc830f0b5a412
[ "Apache-2.0", "MIT" ]
null
null
null
src/board/iter.rs
JarredAllen/chess-website
b7655ec9112d937875bada15e10cc830f0b5a412
[ "Apache-2.0", "MIT" ]
null
null
null
src/board/iter.rs
JarredAllen/chess-website
b7655ec9112d937875bada15e10cc830f0b5a412
[ "Apache-2.0", "MIT" ]
null
null
null
use super::Board; /// An iterator which iterates over the possible moves for the given /// board pub struct MoveIter<'a> { board: &'a Board, ir: u8, ic: u8, fr: u8, fc: u8, } impl<'a> MoveIter<'a> { pub fn new(board: &'a Board) -> MoveIter<'a> { MoveIter { board, ir: 0, ic: 0, fr: 0, f...
26.532258
93
0.383587
b97542d4c1adc0081a6f7f9f4397f66d63339963
21,394
c
C
src/kernel/src/kernel/async_signal.c
GrieferAtWork/KOS
5376a813854b35e3a3532a6e3b8dbb168478b40f
[ "Zlib" ]
2
2017-02-24T17:14:19.000Z
2017-10-12T19:26:13.000Z
src/kernel/src/kernel/async_signal.c
GrieferAtWork/KOS
5376a813854b35e3a3532a6e3b8dbb168478b40f
[ "Zlib" ]
1
2019-11-02T10:21:11.000Z
2019-11-02T10:21:11.000Z
src/kernel/src/kernel/async_signal.c
GabrielRavier/KOSmk3
5376a813854b35e3a3532a6e3b8dbb168478b40f
[ "Zlib" ]
1
2019-11-02T10:20:19.000Z
2019-11-02T10:20:19.000Z
/* Copyright (c) 2018 Griefer@Work * * * * This software is provided 'as-is', without any express or implied * * warranty. In no event will the authors be held liable for any damages * ...
37.07799
103
0.711321
c49f185b32f0e779e29d7d9560e39ebd80c629bd
8,419
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_1244.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_1244.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_1244.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 %r13 push %r14 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x18f64, %rbx clflush (%rbx) nop nop add %rdi, %rdi movw $0x6162, (%rbx) nop and $40942, %r10 lea addresses_A_ht+0x46ec, %r13 xor %r14, %r14 movl $0x61626364, (%r13)...
31.769811
2,999
0.65079
a1d7794770d02708c7806d4c7c5dd450a8d674cb
10,106
h
C
test/tests/libcxx/support/test_iterators.h
asidorov95/momo
ebede4ba210ac1fa614bb2571a526e7591a92b56
[ "MIT" ]
9
2016-07-05T08:46:52.000Z
2019-04-22T21:16:36.000Z
test/tests/libcxx/support/test_iterators.h
asidorov95/momo
ebede4ba210ac1fa614bb2571a526e7591a92b56
[ "MIT" ]
3
2019-01-07T15:54:30.000Z
2019-12-09T06:44:02.000Z
test/tests/libcxx/support/test_iterators.h
asidorov95/momo
ebede4ba210ac1fa614bb2571a526e7591a92b56
[ "MIT" ]
2
2018-10-28T09:14:16.000Z
2019-12-12T12:10:08.000Z
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===---------------------------------...
30.624242
89
0.631308
bccc20bf659f4a9016d0c7539171e7392506ac39
3,787
js
JavaScript
public/settings/Settings.js
thrandale/Connect-4
1466e9b5ddc4237c88fc4ef253ccd6d61a44b168
[ "MIT" ]
1
2022-01-11T00:58:48.000Z
2022-01-11T00:58:48.000Z
public/settings/Settings.js
thrandale/Connect-4
1466e9b5ddc4237c88fc4ef253ccd6d61a44b168
[ "MIT" ]
11
2022-02-10T03:59:47.000Z
2022-03-31T18:56:25.000Z
public/settings/Settings.js
thrandale/Connect-4
1466e9b5ddc4237c88fc4ef253ccd6d61a44b168
[ "MIT" ]
null
null
null
class Settings { constructor(xIn, yIn, widthIn, heightIn) { this.x = xIn; this.y = yIn; this.width = widthIn; this.height = heightIn; this.t1 = new Toggle(this.x + this.width / 2, this.y + this.height / 13, this.width / 8 * 3, this.height / (13 / 2), "Human", "AI", "Blue", 1)...
36.76699
165
0.524954
6e1d430cf429c3f39760fd86dcd63fa8d93763db
163,173
htm
HTML
htm_data/91207.htm
ArnabBir/InterHall_DA_Competition_2017
62c34f1105a0c6a370c8e1c68ce36ae2886a6515
[ "Apache-2.0" ]
null
null
null
htm_data/91207.htm
ArnabBir/InterHall_DA_Competition_2017
62c34f1105a0c6a370c8e1c68ce36ae2886a6515
[ "Apache-2.0" ]
null
null
null
htm_data/91207.htm
ArnabBir/InterHall_DA_Competition_2017
62c34f1105a0c6a370c8e1c68ce36ae2886a6515
[ "Apache-2.0" ]
null
null
null
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ZIP Code 91207 Map, Housing Stats, More for Glendale, CA</title> <meta name="description" content="Interactive and printable 91207 ZIP code maps,...
37.771528
8,916
0.583675
1f94d68ee33bbca4ee09f42e0f8984bbb4cff850
2,114
html
HTML
teaching.html
MichalYem/MichalYem.github.io
440892c1418b88d1ca3c3d0c21a547ecdd7f1a68
[ "Apache-2.0" ]
null
null
null
teaching.html
MichalYem/MichalYem.github.io
440892c1418b88d1ca3c3d0c21a547ecdd7f1a68
[ "Apache-2.0" ]
null
null
null
teaching.html
MichalYem/MichalYem.github.io
440892c1418b88d1ca3c3d0c21a547ecdd7f1a68
[ "Apache-2.0" ]
null
null
null
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <link r...
34.655738
135
0.657994
98da558690bd8768ae836c8a58276639c134eb31
581
swift
Swift
OctocatKit/OCKCommitsQueryBuilder.swift
unixzii/Octocat
3dcafea5ac840f715acd564834717c8cf9a9355b
[ "MIT" ]
1
2019-06-10T23:00:52.000Z
2019-06-10T23:00:52.000Z
OctocatKit/OCKCommitsQueryBuilder.swift
unixzii/Octocat
3dcafea5ac840f715acd564834717c8cf9a9355b
[ "MIT" ]
null
null
null
OctocatKit/OCKCommitsQueryBuilder.swift
unixzii/Octocat
3dcafea5ac840f715acd564834717c8cf9a9355b
[ "MIT" ]
null
null
null
// // OCKCommitsQueryBuilder.swift // Octocat // // Created by 杨弘宇 on 2016/10/24. // Copyright © 2016年 杨弘宇. All rights reserved. // import Foundation public class OCKCommitsQueryBuilder: OCKPagedQueryBuilder { public var fullname: String! public var page: Int = 1 public init() {} pu...
20.034483
83
0.614458
288c6c6111240271b5a11dac50caac5c4cd819d6
11,160
kt
Kotlin
app/src/main/java/team16/easytracker/ProfileFragment.kt
zogmat555/Team_16
9360ff0a4ea34d719780a94fbe2808968c955044
[ "MIT" ]
null
null
null
app/src/main/java/team16/easytracker/ProfileFragment.kt
zogmat555/Team_16
9360ff0a4ea34d719780a94fbe2808968c955044
[ "MIT" ]
40
2021-03-23T14:25:44.000Z
2021-06-10T19:45:03.000Z
app/src/main/java/team16/easytracker/ProfileFragment.kt
zogmat555/Team_16
9360ff0a4ea34d719780a94fbe2808968c955044
[ "MIT" ]
10
2021-04-14T06:17:13.000Z
2021-05-06T16:49:22.000Z
package team16.easytracker import android.app.AlertDialog import android.os.Bundle import android.text.Editable import android.util.Log import android.view.View import android.widget.Button import android.widget.EditText import android.widget.Spinner import android.widget.TextView import androidx.fragment.app.Fragment...
45
141
0.716667
39fb24dd305769757980cb4941f1ef7c76b20562
1,204
java
Java
core/kernel/source/jetbrains/mps/persistence/ModelCannotBeCreatedException.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
core/kernel/source/jetbrains/mps/persistence/ModelCannotBeCreatedException.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
core/kernel/source/jetbrains/mps/persistence/ModelCannotBeCreatedException.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2003-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
28.666667
75
0.747508
1370c1293f3b9609ff2038255dc41e8a5085db57
2,902
h
C
src/uterm_vt.h
sjnewbury/kmscon
0fc6ec4e7d9e6cf26d0508d2a684a9f0ddccbffa
[ "MIT" ]
262
2015-01-01T02:17:03.000Z
2022-03-30T21:11:14.000Z
src/uterm_vt.h
sjnewbury/kmscon
0fc6ec4e7d9e6cf26d0508d2a684a9f0ddccbffa
[ "MIT" ]
35
2018-05-28T02:07:23.000Z
2022-02-22T23:53:35.000Z
src/uterm_vt.h
sjnewbury/kmscon
0fc6ec4e7d9e6cf26d0508d2a684a9f0ddccbffa
[ "MIT" ]
50
2015-04-16T03:06:19.000Z
2022-02-27T19:16:55.000Z
/* * uterm - Linux User-Space Terminal VT API * * Copyright (c) 2011-2013 David Herrmann <dh.herrmann@googlemail.com> * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files * (the "Software"), to deal in the Software without restrict...
31.89011
77
0.768436
95805991ecdbec493b4fda13f4c5f758502e5bbd
2,725
css
CSS
website/main.css
daphne-yang/spotify-visualizations
0932aa467526a1c83755d692473db5737c0dcff3
[ "MIT" ]
null
null
null
website/main.css
daphne-yang/spotify-visualizations
0932aa467526a1c83755d692473db5737c0dcff3
[ "MIT" ]
null
null
null
website/main.css
daphne-yang/spotify-visualizations
0932aa467526a1c83755d692473db5737c0dcff3
[ "MIT" ]
null
null
null
.tableauPlaceholder { width: 500px; height: auto; } .explanation { font-family: "Times New Roman", Times, serif; font-size: large; } /* * * ========================================== * CUSTOM UTIL CLASSES * ========================================== * */ .navbar { transition: all 0.4s; } .navbar ....
15.935673
78
0.561468
eaed3a5e68038137f7345a8325a0f6b1b2ade199
10,342
lua
Lua
AzurLaneData/zh-CN/sharecfg/enemy_data_statistics_sublist/enemy_data_statistics_257.lua
FlandreCirno/AzurLaneWikiUtilitiesManual
b525fd9086dd716bb65848a8cd0635b261ab6fdf
[ "MIT" ]
null
null
null
AzurLaneData/zh-CN/sharecfg/enemy_data_statistics_sublist/enemy_data_statistics_257.lua
FlandreCirno/AzurLaneWikiUtilitiesManual
b525fd9086dd716bb65848a8cd0635b261ab6fdf
[ "MIT" ]
null
null
null
AzurLaneData/zh-CN/sharecfg/enemy_data_statistics_sublist/enemy_data_statistics_257.lua
FlandreCirno/AzurLaneWikiUtilitiesManual
b525fd9086dd716bb65848a8cd0635b261ab6fdf
[ "MIT" ]
null
null
null
pg = pg or {} pg.enemy_data_statistics_257 = { [13300356] = { cannon = 45, reload = 150, speed_growth = 0, cannon_growth = 640, rarity = 4, air = 0, torpedo = 135, dodge = 28, durability_growth = 23600, antiaircraft = 125, luck = 0, reload_growth = 0, dodge_growth = 450, hit_growth = 350, ...
16.312303
32
0.594372
b3c2dfd2c9aae3da9d463b2415f198a9b667a79f
191
kt
Kotlin
src/main/java/com/masahirosaito/spigot/mscore/utils/FileUtil.kt
MasahiroSaito/MSCore
543b6b2f9f8550cd5bc801d31f3afe3a8a3a30bf
[ "Apache-2.0" ]
null
null
null
src/main/java/com/masahirosaito/spigot/mscore/utils/FileUtil.kt
MasahiroSaito/MSCore
543b6b2f9f8550cd5bc801d31f3afe3a8a3a30bf
[ "Apache-2.0" ]
null
null
null
src/main/java/com/masahirosaito/spigot/mscore/utils/FileUtil.kt
MasahiroSaito/MSCore
543b6b2f9f8550cd5bc801d31f3afe3a8a3a30bf
[ "Apache-2.0" ]
null
null
null
package com.masahirosaito.spigot.mscore.utils import java.io.File fun File.load(): File = this.apply { if (!parentFile.exists()) parentFile.mkdirs() if (!exists()) createNewFile() }
23.875
49
0.706806
dda3e546645bf8dd86695920b163015ddf55ebda
591
go
Go
file-to-byte/file-to-byte.go
msm1992/product-apim-tooling
3a8259c3f0d67b674a86ce4544086832255f83da
[ "Apache-2.0" ]
39
2017-12-01T13:13:41.000Z
2022-03-14T14:11:54.000Z
file-to-byte/file-to-byte.go
Chamindu36/product-apim-tooling
917ae80827ffc38ec7c0fafda6cabf10c003cdd7
[ "Apache-2.0" ]
469
2017-09-15T06:35:13.000Z
2022-03-29T08:40:38.000Z
file-to-byte/file-to-byte.go
Chamindu36/product-apim-tooling
917ae80827ffc38ec7c0fafda6cabf10c003cdd7
[ "Apache-2.0" ]
122
2017-08-15T11:43:56.000Z
2022-03-22T11:45:11.000Z
package main import ( "flag" "fmt" "io/ioutil" "os" ) func main() { filePath := flag.String("file", "N/A", "file path to be processed") flag.Parse() if *filePath == "N/A" { println("Please specify the file path to be processed using the '-file' flag.") println() println(" example: file-to-byte -f /some...
16.416667
81
0.605753
e50ee28e4fad39653cf3e839a20b3e4d4723c27f
2,662
tsx
TypeScript
src/common/fileList/FileList.tsx
City-of-Helsinki/berth-reservations-admin
e4f23c4e9495bbc1b173485521cd66bd6a365164
[ "MIT" ]
1
2020-06-03T12:01:19.000Z
2020-06-03T12:01:19.000Z
src/common/fileList/FileList.tsx
City-of-Helsinki/berth-reservations-admin
e4f23c4e9495bbc1b173485521cd66bd6a365164
[ "MIT" ]
215
2019-10-15T07:44:22.000Z
2022-03-15T21:04:19.000Z
src/common/fileList/FileList.tsx
City-of-Helsinki/berth-reservations-admin
e4f23c4e9495bbc1b173485521cd66bd6a365164
[ "MIT" ]
4
2019-10-04T10:50:40.000Z
2020-09-09T09:08:44.000Z
import React from 'react'; import classNames from 'classnames'; import { IconCross } from 'hds-react'; import List from '../list/List'; import styles from './fileList.module.scss'; import Text from '../text/Text'; import InputWrapper, { InputWrapperProps } from '../inputWrapper/InputWrapper'; import IconWrapper from '...
28.319149
113
0.600676
577f2b78ec9fd2f325a1273d5d30cab6637f41cb
2,711
c
C
src/Activations.c
seandburke99/SNN
74aa7d557e4483eab63c9b44aa6de020319c1882
[ "MIT" ]
null
null
null
src/Activations.c
seandburke99/SNN
74aa7d557e4483eab63c9b44aa6de020319c1882
[ "MIT" ]
null
null
null
src/Activations.c
seandburke99/SNN
74aa7d557e4483eab63c9b44aa6de020319c1882
[ "MIT" ]
null
null
null
#include <SNN/Activations.h> #include <stdio.h> #include <math.h> static const int16_t sigmoid_table_uint16[384] = { 64,64,64,65,65,66,66,67,67,67,68,68,69,69,70,70, 71,71,71,72,72,73,73,74,74,74,75,75,76,76,77,77, 77,78,78,79,79,79,80,80,81,81,82,82,82,83,83,84, 84,84,85,85,85,86,86,87,87,87,88,88,89,...
36.635135
68
0.635559
5f19b874b15099979d4e2d0b4b32ad2e80986a5e
3,085
tsx
TypeScript
src/paterns/header.tsx
henrisama/Meetflix
b57fe9e759ca2a5cbcff530caff61e86093600b6
[ "MIT" ]
null
null
null
src/paterns/header.tsx
henrisama/Meetflix
b57fe9e759ca2a5cbcff530caff61e86093600b6
[ "MIT" ]
null
null
null
src/paterns/header.tsx
henrisama/Meetflix
b57fe9e759ca2a5cbcff530caff61e86093600b6
[ "MIT" ]
null
null
null
import Link from 'next/link'; import React from 'react'; import { FcSearch } from 'react-icons/fc'; import { FaUser } from 'react-icons/fa'; import styled from 'styled-components'; import { Container } from '../components/container'; import { FiLogOut } from 'react-icons/fi'; const CustomDiv = styled.div` height: 100...
17.729885
66
0.591248
0109ecb72add0b49ae796e54c843b0eef07c5e89
5,399
rs
Rust
src/day_16.rs
misfits42/advent_of_code_2017
a4643ea31cd77abe955a01f79aa3ed6b4c8b6f97
[ "MIT" ]
null
null
null
src/day_16.rs
misfits42/advent_of_code_2017
a4643ea31cd77abe955a01f79aa3ed6b4c8b6f97
[ "MIT" ]
null
null
null
src/day_16.rs
misfits42/advent_of_code_2017
a4643ea31cd77abe955a01f79aa3ed6b4c8b6f97
[ "MIT" ]
null
null
null
use std::collections::HashMap; use std::collections::VecDeque; use regex::Regex; enum DanceMove { Spin { shift: u64 }, Exchange { pos_1: usize, pos_2: usize }, Partner { prog_1: String, prog_2: String }, } #[aoc_generator(day16)] fn generate_input(input: &str) -> Vec<DanceMove> { let input = input.tr...
36.47973
98
0.592702
19548c7c638d3b7707193f4452a24b14328a3608
8,842
swift
Swift
Tests/iOS/Specs/CoreSpec.swift
davidvpe/halo-ios
b27e8be9a0d13b396575887061cb8c0fc38f8ffb
[ "Apache-2.0" ]
1
2019-03-08T16:09:22.000Z
2019-03-08T16:09:22.000Z
Tests/iOS/Specs/CoreSpec.swift
davidvpe/halo-ios
b27e8be9a0d13b396575887061cb8c0fc38f8ffb
[ "Apache-2.0" ]
1
2017-11-20T08:47:25.000Z
2017-11-20T08:47:25.000Z
Tests/iOS/Specs/CoreSpec.swift
davidvpe/halo-ios
b27e8be9a0d13b396575887061cb8c0fc38f8ffb
[ "Apache-2.0" ]
6
2017-08-24T15:39:20.000Z
2021-06-16T12:08:51.000Z
// // HaloCoreTests.swift // HaloCoreTests // // Created by Borja Santos-Díez on 17/06/15. // Copyright (c) 2015 MOBGEN Technology. All rights reserved. // import Quick import Nimble import OHHTTPStubs @testable import Halo class CoreSpec: BaseSpec { override func spec() { let mgr = Halo...
35.227092
119
0.404999