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
126ed8e6b22b6d649d5e590a1876fa93abe00e61
439
c
C
polish-spoj/FR_08_02/solution.c
kpagacz/spoj
8bff809c6c5227a6e85e9b12f808dd921f24e587
[ "MIT" ]
1
2021-12-06T16:01:55.000Z
2021-12-06T16:01:55.000Z
polish-spoj/FR_08_02/solution.c
kpagacz/comp-programming
15482d762ede4d3b7f8ff45a193f6e6bcd85672a
[ "MIT" ]
null
null
null
polish-spoj/FR_08_02/solution.c
kpagacz/comp-programming
15482d762ede4d3b7f8ff45a193f6e6bcd85672a
[ "MIT" ]
null
null
null
#include<stdio.h> int main(void) { int tests; scanf("%i", &tests); long stas_w, stas_l, wies_w, wies_l, grzes_w, grzes_l; long long jas_w; for (int i = 0; i < tests; i ++) { scanf(" %li %li %li %li %li %li", &stas_w, &stas_l, &wies_w, &wies_l, &grzes_w, &grzes_l); jas_w = 2 * stas...
25.823529
98
0.548975
2ae5d70c2c715620423917b883556deeb4fd0835
8,081
sql
SQL
db/src/main/resources/org/kuali/kpme/kpme-db/db/rice/2.2.1/oracle/update_final_oracle.sql
cniesen/kpme
cf1b17d0b947619428e1677ecde5da71de4b36c0
[ "ECL-2.0" ]
null
null
null
db/src/main/resources/org/kuali/kpme/kpme-db/db/rice/2.2.1/oracle/update_final_oracle.sql
cniesen/kpme
cf1b17d0b947619428e1677ecde5da71de4b36c0
[ "ECL-2.0" ]
null
null
null
db/src/main/resources/org/kuali/kpme/kpme-db/db/rice/2.2.1/oracle/update_final_oracle.sql
cniesen/kpme
cf1b17d0b947619428e1677ecde5da71de4b36c0
[ "ECL-2.0" ]
null
null
null
-- -- Copyright 2004-2014 The Kuali Foundation -- -- Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php -- -- Unless required by ap...
32.716599
247
0.696943
bcb78d96b6d5cb52cd79b140e5839799e4ca4e9b
10,339
js
JavaScript
example/src/pages/DocSubMenu/index.js
hsiaofung/hf-u2
5a5bf04163d3bf12c8e835709b8155fb6b995d0b
[ "MIT" ]
null
null
null
example/src/pages/DocSubMenu/index.js
hsiaofung/hf-u2
5a5bf04163d3bf12c8e835709b8155fb6b995d0b
[ "MIT" ]
7
2021-03-02T01:10:51.000Z
2022-03-08T23:15:39.000Z
example/src/pages/DocSubMenu/index.js
hsiaofung/dawn-react-ui-lib
5a5bf04163d3bf12c8e835709b8155fb6b995d0b
[ "MIT" ]
null
null
null
import React, { Component } from "react"; import DocumentNavBar from "../../components/DocumentNavBar"; import MainContent from "../../components/MainContent"; import CodeSection from "../../components/CodeSection"; import ComponentSection from "../../components/ComponentSection"; import TableSection from "../../compon...
27.718499
114
0.35574
23d7def4dbf9017b64743411f680fef20617175a
753
kt
Kotlin
src/main/kotlin/no/nav/medlemskap/domene/arbeidsforhold/Arbeidsavtale.kt
navikt/medlemskap-oppslag
c75b892560ef88048de5c73c95318448c4c2edd5
[ "MIT" ]
null
null
null
src/main/kotlin/no/nav/medlemskap/domene/arbeidsforhold/Arbeidsavtale.kt
navikt/medlemskap-oppslag
c75b892560ef88048de5c73c95318448c4c2edd5
[ "MIT" ]
42
2020-01-20T09:19:23.000Z
2022-03-09T13:44:25.000Z
src/main/kotlin/no/nav/medlemskap/domene/arbeidsforhold/Arbeidsavtale.kt
navikt/medlemskap-oppslag
c75b892560ef88048de5c73c95318448c4c2edd5
[ "MIT" ]
null
null
null
package no.nav.medlemskap.domene.arbeidsforhold import no.nav.medlemskap.domene.Periode data class Arbeidsavtale( var periode: Periode, val gyldighetsperiode: Periode, val yrkeskode: String, val skipsregister: Skipsregister?, val fartsomraade: Fartsomraade?, val stillingsprosent: Double?, ...
31.375
106
0.695883
5b1893c5b00963596b6e1ff0be435954a4bff355
2,028
c
C
src/svc_inst.c
Serge78rus/winservice
82a173da01720da35f74eead05662ff931728dc0
[ "MIT" ]
null
null
null
src/svc_inst.c
Serge78rus/winservice
82a173da01720da35f74eead05662ff931728dc0
[ "MIT" ]
null
null
null
src/svc_inst.c
Serge78rus/winservice
82a173da01720da35f74eead05662ff931728dc0
[ "MIT" ]
null
null
null
/* * svc_inst.c * * Created on: 12 дек. 2015 г. * Author: serge78rus */ #include <stdio.h> #include <stdlib.h> #include <tchar.h> #include <windows.h> #include "svc.h" int ServiceInstall(TCHAR *path) { TRACE("ServiceInstall()\n") printf("Installing service \"%s\" ...\n", SERVICE_NAME); SC_HANDLE hSCM...
24.433735
77
0.663708
cb0e541b06e28190386eb729128dd830bf5a4800
6,642
go
Go
service/databasemigrationservice/api_op_ModifyReplicationInstance.go
vvelikodny/aws-sdk-go-v2
9503cfa08dd8766632c983f916d053fef919277d
[ "Apache-2.0" ]
null
null
null
service/databasemigrationservice/api_op_ModifyReplicationInstance.go
vvelikodny/aws-sdk-go-v2
9503cfa08dd8766632c983f916d053fef919277d
[ "Apache-2.0" ]
null
null
null
service/databasemigrationservice/api_op_ModifyReplicationInstance.go
vvelikodny/aws-sdk-go-v2
9503cfa08dd8766632c983f916d053fef919277d
[ "Apache-2.0" ]
null
null
null
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. package databasemigrationservice import ( "context" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/internal/awsutil" ) type ModifyReplicationInstanceInput struct { _ struct{} `type:"structure"` // The amount of storage (in ...
35.329787
123
0.763475
3e9b4170fdab0c8e39578da9b56e93f5ea5690d1
1,758
h
C
reference material/MPU 6050 documents/DMP/motion_driver-5.1.2/core/driver/msp430/USB_API/USB_MSC_API/UsbMscReq.h
RiyanshKarani01235/IMU-based-pen-mini-project-semester-6
a476d5128835d85ae02c879357cf195006c012ee
[ "MIT" ]
null
null
null
reference material/MPU 6050 documents/DMP/motion_driver-5.1.2/core/driver/msp430/USB_API/USB_MSC_API/UsbMscReq.h
RiyanshKarani01235/IMU-based-pen-mini-project-semester-6
a476d5128835d85ae02c879357cf195006c012ee
[ "MIT" ]
null
null
null
reference material/MPU 6050 documents/DMP/motion_driver-5.1.2/core/driver/msp430/USB_API/USB_MSC_API/UsbMscReq.h
RiyanshKarani01235/IMU-based-pen-mini-project-semester-6
a476d5128835d85ae02c879357cf195006c012ee
[ "MIT" ]
null
null
null
//(c)2010 by Texas Instruments Incorporated, All Rights Reserved. /*----------------------------------------------------------------------------+ | | | Texas Instruments | | ...
47.513514
84
0.291809
c6d19204df9cc250f3c56d8cdb5b83cb3733b9be
321
ru
Ruby
config.ru
bojidarStanoev/ShareVideo
af31eaaa789868d610d13c4f930f5e9989f000d5
[ "MIT" ]
null
null
null
config.ru
bojidarStanoev/ShareVideo
af31eaaa789868d610d13c4f930f5e9989f000d5
[ "MIT" ]
null
null
null
config.ru
bojidarStanoev/ShareVideo
af31eaaa789868d610d13c4f930f5e9989f000d5
[ "MIT" ]
null
null
null
require './myapp' require_relative 'bot' # run Sinatra and facebook-messenger on /webhook map("/webhook") do run Sinatra::Application run Facebook::Messenger::Server end configure do |config| enable :logging, :dump_errors, :raise_errors end # run regular sinatra for chat extension run Sinatra::Application...
17.833333
49
0.753894
1cb2f5209fb1cfae09b64ce700ad082161167681
337
sql
SQL
desafio7.sql
Kevin-Ol/project-mysql-vocabulary-booster
91d7b233ed804a738bc979064993ebc58d08cc96
[ "MIT" ]
null
null
null
desafio7.sql
Kevin-Ol/project-mysql-vocabulary-booster
91d7b233ed804a738bc979064993ebc58d08cc96
[ "MIT" ]
null
null
null
desafio7.sql
Kevin-Ol/project-mysql-vocabulary-booster
91d7b233ed804a738bc979064993ebc58d08cc96
[ "MIT" ]
null
null
null
SELECT UCASE(CONCAT(e.FIRST_NAME, ' ', e.LAST_NAME)) AS 'Nome completo', jh.START_DATE AS 'Data de início', e.SALARY AS 'Salário' FROM hr.job_history AS jh INNER JOIN hr.employees AS e ON jh.EMPLOYEE_ID = e.EMPLOYEE_ID WHERE MONTH(jh.START_DATE) IN (1 , 2, 3) ORDER BY `Nome completo`, `...
28.083333
69
0.661721
5dfcac70f126ef97c97800a1e4fe7c22fe5d6050
2,759
h
C
include/meta/graph/algorithms/centrality.h
Lolik111/meta
c7019401185cdfa15e1193aad821894c35a83e3f
[ "MIT" ]
615
2015-01-31T17:14:03.000Z
2022-03-27T03:03:02.000Z
include/meta/graph/algorithms/centrality.h
Lolik111/meta
c7019401185cdfa15e1193aad821894c35a83e3f
[ "MIT" ]
167
2015-01-20T17:48:16.000Z
2021-12-20T00:15:29.000Z
include/meta/graph/algorithms/centrality.h
Lolik111/meta
c7019401185cdfa15e1193aad821894c35a83e3f
[ "MIT" ]
264
2015-01-30T00:08:01.000Z
2022-03-02T17:19:11.000Z
/** * @file centrality.h * @author Sean Massung * * All files in META are dual-licensed under the MIT and NCSA licenses. For more * details, consult the file LICENSE.mit and LICENSE.ncsa in the root of the * project. */ #ifndef META_GRAPH_ALGORITHMS_CENTRALITY_H_ #define META_GRAPH_ALGORITHMS_CENTRALITY_H_ #in...
29.351064
80
0.724175
718091b9c640c774d55973e83c527f4984056442
479
ts
TypeScript
test/Iridium.ts
SierraSoftworks/Iridium
2722be92bbd2a3bfb4896b382994ee5e67be9450
[ "MIT" ]
435
2015-01-04T20:42:05.000Z
2022-03-15T13:52:47.000Z
test/Iridium.ts
SierraSoftworks/Iridium
2722be92bbd2a3bfb4896b382994ee5e67be9450
[ "MIT" ]
121
2015-04-24T15:41:50.000Z
2021-08-12T14:38:34.000Z
test/Iridium.ts
SierraSoftworks/Iridium
2722be92bbd2a3bfb4896b382994ee5e67be9450
[ "MIT" ]
32
2015-07-03T13:59:03.000Z
2022-03-05T16:59:32.000Z
import * as Iridium from "../iridium"; import * as chai from "chai"; describe("Iridium",() => { it("should expose the Core",() => { chai.expect(Iridium.Core).to.exist.and.be.a("function"); }); it("should expose the Model constructor", () => { chai.expect(Iridium.Model).to.exist.and.be.a("...
29.9375
68
0.590814
dd9cd5235e37b293f1e54746528683870d31e459
1,860
go
Go
app/main.go
info-matopush/matopush
d340c6021466e7161505ca4b7db680ca7e740bcb
[ "MIT" ]
null
null
null
app/main.go
info-matopush/matopush
d340c6021466e7161505ca4b7db680ca7e740bcb
[ "MIT" ]
null
null
null
app/main.go
info-matopush/matopush
d340c6021466e7161505ca4b7db680ca7e740bcb
[ "MIT" ]
null
null
null
package main import ( "net/http" "github.com/info-matopush/matopush/conf" "github.com/info-matopush/matopush/cron" "github.com/info-matopush/matopush/doc" "github.com/info-matopush/matopush/pubsubhubbub" "github.com/info-matopush/matopush/site" "github.com/info-matopush/matopush/trace" "github.com/info-matopu...
35.769231
86
0.762366
f0312f441bef1f6035d6f27334f7fa23e90d690a
588
js
JavaScript
models/users.js
elektracodes/Express-API-Starter
7b4b3084ddada301450ffa7f87cd05d0c51c0db3
[ "MIT" ]
null
null
null
models/users.js
elektracodes/Express-API-Starter
7b4b3084ddada301450ffa7f87cd05d0c51c0db3
[ "MIT" ]
null
null
null
models/users.js
elektracodes/Express-API-Starter
7b4b3084ddada301450ffa7f87cd05d0c51c0db3
[ "MIT" ]
null
null
null
"user strict"; const { db_read } = require("../config/db"); // Users object constructor const Users = data => { this.id = data.id; this.username = data.username; this.email = data.email; this.password = data.password; this.created_at = new Date(); this.updated_at = new Date(); }; Users.findById = functio...
21.777778
80
0.615646
2844fde23e1e83e8be137f5350f2d2d18186a6db
4,866
sql
SQL
dsi2019.sql
dsi135/DSI135-POS-BACKEND
87b37b8d78821e6dcf26f8d47c4bb830933176aa
[ "MIT" ]
null
null
null
dsi2019.sql
dsi135/DSI135-POS-BACKEND
87b37b8d78821e6dcf26f8d47c4bb830933176aa
[ "MIT" ]
null
null
null
dsi2019.sql
dsi135/DSI135-POS-BACKEND
87b37b8d78821e6dcf26f8d47c4bb830933176aa
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 4.8.5 -- https://www.phpmyadmin.net/ -- -- Host: mysql-container -- Generation Time: Jun 21, 2019 at 07:15 AM -- Server version: 5.5.62 -- PHP Version: 7.2.14 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_C...
23.171429
107
0.627209
b11e5238ef655031024322f3f0fa46bcd7399f60
315
css
CSS
css/style.css
Merilyn-Moleta/NA-TRILHA-DO-APRENDIZADO
07d9fd824349283dad45feb97b1b275258b73eee
[ "MIT" ]
1
2021-11-10T22:27:58.000Z
2021-11-10T22:27:58.000Z
css/style.css
Merilyn-Moleta/NA-TRILHA-DO-APRENDIZADO
07d9fd824349283dad45feb97b1b275258b73eee
[ "MIT" ]
null
null
null
css/style.css
Merilyn-Moleta/NA-TRILHA-DO-APRENDIZADO
07d9fd824349283dad45feb97b1b275258b73eee
[ "MIT" ]
null
null
null
body { background-color: rgb(189, 171, 145); font-family: Georgia, 'Times New Roman', Times, serif; } h1{ background-color: burlywood; color: rgb(189, 171, 145); text-align: center; font-size: 28px; } h2{ color: lightpink; } h3{ color: lightgoldenrodyellow; } ul{ color: darkred; }
13.125
58
0.628571
dd061784c999987678e5e2a2dd3c35bbebc5aa46
3,944
go
Go
cache/cache_test.go
clambin/covid19
8bf88ac8aa947264f85600308ea7e7404a71a215
[ "MIT" ]
null
null
null
cache/cache_test.go
clambin/covid19
8bf88ac8aa947264f85600308ea7e7404a71a215
[ "MIT" ]
86
2020-12-13T23:53:19.000Z
2022-03-28T09:12:54.000Z
cache/cache_test.go
clambin/covid19
8bf88ac8aa947264f85600308ea7e7404a71a215
[ "MIT" ]
null
null
null
package cache_test import ( "fmt" "github.com/clambin/covid19/cache" "github.com/clambin/covid19/covid/store/mocks" "github.com/clambin/covid19/models" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" "github.com/stretchr/testify/require" "testing" "time" ) var ( testData = []models.C...
25.777778
85
0.644777
8b982151a2162e8b0f51a318223b1fb4c3085b60
2,356
kt
Kotlin
uiview/src/main/java/com/angcyo/uiview/widget/TimeTextView.kt
angcyo/RLibrary
b4869afa5ca2522289942d438a99a160b1d60a40
[ "Apache-2.0" ]
8
2017-06-28T07:30:18.000Z
2018-06-19T10:08:43.000Z
uiview/src/main/java/com/angcyo/uiview/widget/TimeTextView.kt
angcyo/RLibrary
b4869afa5ca2522289942d438a99a160b1d60a40
[ "Apache-2.0" ]
null
null
null
uiview/src/main/java/com/angcyo/uiview/widget/TimeTextView.kt
angcyo/RLibrary
b4869afa5ca2522289942d438a99a160b1d60a40
[ "Apache-2.0" ]
10
2017-05-27T13:48:57.000Z
2021-03-22T06:48:50.000Z
package com.angcyo.uiview.widget import android.content.Context import android.text.TextUtils import android.util.AttributeSet import com.angcyo.uiview.R import com.angcyo.uiview.kotlin.nowTime import com.angcyo.uiview.utils.RUtils import java.text.SimpleDateFormat import java.util.* /** * Copyright (C) ...
31
115
0.585739
56eec79ccce46a642b75eafb6bc44ef67d9846ba
1,030
ts
TypeScript
Lab17/src/app/add-contact/add-contact.component.ts
BesedinAlex/Student_WebLabs
174670ba5a53c569ac208e66509a9108fbdc134d
[ "MIT" ]
null
null
null
Lab17/src/app/add-contact/add-contact.component.ts
BesedinAlex/Student_WebLabs
174670ba5a53c569ac208e66509a9108fbdc134d
[ "MIT" ]
null
null
null
Lab17/src/app/add-contact/add-contact.component.ts
BesedinAlex/Student_WebLabs
174670ba5a53c569ac208e66509a9108fbdc134d
[ "MIT" ]
null
null
null
import {Component} from '@angular/core'; import {FormControl, FormGroup, Validators} from '@angular/forms'; import {ContactsService} from '../services/contacts.service'; import {Router} from '@angular/router'; @Component({ selector: 'app-add-contact', templateUrl: './add-contact.component.html', styleUrls: ['./a...
27.837838
104
0.629126
5f4e98b3ef4b4cc89490b8ef41a03b83880f4f70
2,400
ts
TypeScript
src/js/background.ts
renuo/github-pull-request-counter
397845688ae89715f72db1bf3c719bb21948bc01
[ "MIT" ]
2
2021-08-16T06:58:49.000Z
2022-03-09T11:12:42.000Z
src/js/background.ts
renuo/github-pull-request-counter
397845688ae89715f72db1bf3c719bb21948bc01
[ "MIT" ]
3
2022-03-09T11:07:29.000Z
2022-03-28T08:03:11.000Z
src/js/background.ts
renuo/github-pull-request-counter
397845688ae89715f72db1bf3c719bb21948bc01
[ "MIT" ]
1
2021-09-28T09:50:24.000Z
2021-09-28T09:50:24.000Z
import GithubApiWrapper from './services/github-api-wrapper'; import PullRequestStorageAccessor from './services/pull-request-storage-accessor'; import BadgeSetter from './services/badge-setter'; import SettingsStorageAccessor from './services/settings-storage-accessor'; import { noAccessTokenError, tooManyRequestsErro...
30.379747
82
0.677917
86a6d02d823d4b0940b77f2fb77352235a438100
871
kt
Kotlin
app/src/main/java/com/project_christopher/projects/bibliotheca/Workers/TokenRefreshWorker.kt
Project-Christopher/bibliotheca-android
b5f05006b7f819d6d38aceb4500387627a321e27
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/project_christopher/projects/bibliotheca/Workers/TokenRefreshWorker.kt
Project-Christopher/bibliotheca-android
b5f05006b7f819d6d38aceb4500387627a321e27
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/project_christopher/projects/bibliotheca/Workers/TokenRefreshWorker.kt
Project-Christopher/bibliotheca-android
b5f05006b7f819d6d38aceb4500387627a321e27
[ "Apache-2.0" ]
null
null
null
package com.project_christopher.projects.bibliotheca.Workers import android.content.Context import androidx.work.Worker import androidx.work.WorkerParameters import androidx.work.workDataOf import com.project_christopher.projects.bibliotheca.Core.API class TokenRefreshWorker(context: Context, workerParams: WorkerPara...
31.107143
108
0.701493
ee4afd5d9d74f8137ecdf8b0f70696aef8a8459c
5,544
lua
Lua
mods/deathmatch/resource-cache/http-client-files-no-client-cache/minimap/extend.lua
yourpalemir/ww3-altyapi
81754e2c952e0c168ebf41d1bd9bdd9ffb325678
[ "MIT" ]
null
null
null
mods/deathmatch/resource-cache/http-client-files-no-client-cache/minimap/extend.lua
yourpalemir/ww3-altyapi
81754e2c952e0c168ebf41d1bd9bdd9ffb325678
[ "MIT" ]
null
null
null
mods/deathmatch/resource-cache/http-client-files-no-client-cache/minimap/extend.lua
yourpalemir/ww3-altyapi
81754e2c952e0c168ebf41d1bd9bdd9ffb325678
[ "MIT" ]
null
null
null
Extend = { screen = Vector2(guiGetScreenSize()), show = false, size = {}, scale = {}, _define = function(self) self = Extend; self.size.wh = Vector2(self.screen.x - 50,self.screen.y - 50) self.size.blip = 20 self.scale.map = 1 self.scale.arrow = 0.8 self.scale.distance = Vector2(2.05,0.5) self.p...
38.5
329
0.607504
8e0556f5f8b4be355c20783371e039cd74db2e6a
1,045
sql
SQL
docker/mysql/sql_scripts/prod.sql
ahmeier/docker_pgloader
e701bdc5e0a1f1750624923bf4a1afc454171ea5
[ "MIT" ]
null
null
null
docker/mysql/sql_scripts/prod.sql
ahmeier/docker_pgloader
e701bdc5e0a1f1750624923bf4a1afc454171ea5
[ "MIT" ]
null
null
null
docker/mysql/sql_scripts/prod.sql
ahmeier/docker_pgloader
e701bdc5e0a1f1750624923bf4a1afc454171ea5
[ "MIT" ]
null
null
null
-- Script to initialize schema with data -- to be used with mysql -- schema name should match xxx.sql (prod here) -- # ************************************************************ -- # Dump of table example -- # ------------------------------------------------------------ -- # use database that matches xxx.sql USE pro...
30.735294
65
0.600957
0a27d37f648921c4d84acfe135546c727617831e
578
ts
TypeScript
src/types/MessagesToBackground.ts
Garethp/RikaiRebuilt
34b2d6739f76aa753f6d690a980912824c70d410
[ "MIT" ]
10
2018-09-13T03:17:30.000Z
2021-08-24T23:26:43.000Z
src/types/MessagesToBackground.ts
Garethp/RikaiRebuilt
34b2d6739f76aa753f6d690a980912824c70d410
[ "MIT" ]
15
2018-06-17T12:43:36.000Z
2020-07-31T00:10:28.000Z
src/types/MessagesToBackground.ts
Garethp/RikaiRebuilt
34b2d6739f76aa753f6d690a980912824c70d410
[ "MIT" ]
null
null
null
type WordSearchMessage = { type: "wordSearch"; content: string; } type GetEpwingDefinition = { type: "getEpwingDefinition"; content: string; } type GetPitch = { type: "getPitch"; content: { expression: string; reading: string; } } type GetFrequency = { type: "getFreque...
19.266667
101
0.641869
20eda38876609e1425b9b837ed8ed45e2880184f
1,797
css
CSS
js/toolkit.css
acorg/acmacs-draw
b570149453724929d3468d6814475014291d2c97
[ "MIT" ]
null
null
null
js/toolkit.css
acorg/acmacs-draw
b570149453724929d3468d6814475014291d2c97
[ "MIT" ]
null
null
null
js/toolkit.css
acorg/acmacs-draw
b570149453724929d3468d6814475014291d2c97
[ "MIT" ]
null
null
null
.adt-shadow { box-shadow: 0 -1px 0 #e0e0e0, 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24); } .ADT_Popup1 { position: absolute; left: 0; top: 0; background: white; z-index: 10; max-width: 40em; } .ADT_Popup1 .adt-x-window-title { display: grid; grid-template-columns: 1em ...
18.336735
91
0.573734
f0730fe6794bb60447a6e7f8e2d6de7cd6fc45d8
1,220
py
Python
Chapter 3-Regression/2.py
FatiniNadhirah5/Datacamp-Machine-Learning-with-Apache-Spark-2019
a0ef5f34c5a0aea222359a5085386f6a21611e7e
[ "FSFAP" ]
8
2020-05-02T20:24:38.000Z
2021-04-30T21:44:22.000Z
Chapter 3-Regression/2.py
FatiniNadhirah5/Machine-Learning-with-Apache-Spark
a0ef5f34c5a0aea222359a5085386f6a21611e7e
[ "FSFAP" ]
null
null
null
Chapter 3-Regression/2.py
FatiniNadhirah5/Machine-Learning-with-Apache-Spark
a0ef5f34c5a0aea222359a5085386f6a21611e7e
[ "FSFAP" ]
9
2020-05-17T17:44:37.000Z
2022-03-20T12:58:42.000Z
# Flight duration model: Just distance # In this exercise you'll build a regression model to predict flight duration (the duration column). # For the moment you'll keep the model simple, including only the distance of the flight (the km column) as a predictor. # The data are in flights. The first few records are disp...
48.8
195
0.80082
0dffc9a871e44476ed0df5991bbe4f8206a3c00e
100
sql
SQL
INDEX/PKEY_CTBIOL_RELATIONS.sql
MCZbase/DDL
2537cdbcc6037c263c605562994ff82505f33dc7
[ "Apache-2.0" ]
2
2020-06-24T21:23:27.000Z
2020-07-27T21:31:40.000Z
INDEX/PKEY_CTBIOL_RELATIONS.sql
MCZbase/DDL
2537cdbcc6037c263c605562994ff82505f33dc7
[ "Apache-2.0" ]
null
null
null
INDEX/PKEY_CTBIOL_RELATIONS.sql
MCZbase/DDL
2537cdbcc6037c263c605562994ff82505f33dc7
[ "Apache-2.0" ]
null
null
null
CREATE UNIQUE INDEX "PKEY_CTBIOL_RELATIONS" ON "CTBIOL_RELATIONS" ("BIOL_INDIV_RELATIONSHIP")
33.333333
96
0.79
fb85a7bc1f374dc61e499609e0b15c33345c8686
538
h
C
Code/libraries/BT/BT.h
Yndal/SwapBot
bd72c4d2c11730dee3144e9839ee7875d86116b8
[ "MIT" ]
null
null
null
Code/libraries/BT/BT.h
Yndal/SwapBot
bd72c4d2c11730dee3144e9839ee7875d86116b8
[ "MIT" ]
null
null
null
Code/libraries/BT/BT.h
Yndal/SwapBot
bd72c4d2c11730dee3144e9839ee7875d86116b8
[ "MIT" ]
null
null
null
#ifndef BT_h #define BT_h #include "Arduino.h" #define BT_BAUD 9600 #define bt Serial2 #define BT_END_CHAR ';' #define BT_BUFFER 32 #define REQUEST_IR_ON 'a' #define REQUEST_IR_OFF 'b' class BT { enum Request{ IR_ON, IR_OFF, } bool checkForIncomingMsg(); Request getMessage(); bool tryConnectTo(cha...
12.511628
34
0.684015
821426ba2216dca4ef3765c8b9929f66e050f1fe
4,930
swift
Swift
QuakeX/QuakeX/Screens/EmergencyContact/EmergencyContactVC.swift
FurkanHanciSecond/QuakeX
c3ae1ddef128e5d50f5c80e0f595bc8987108436
[ "MIT" ]
null
null
null
QuakeX/QuakeX/Screens/EmergencyContact/EmergencyContactVC.swift
FurkanHanciSecond/QuakeX
c3ae1ddef128e5d50f5c80e0f595bc8987108436
[ "MIT" ]
null
null
null
QuakeX/QuakeX/Screens/EmergencyContact/EmergencyContactVC.swift
FurkanHanciSecond/QuakeX
c3ae1ddef128e5d50f5c80e0f595bc8987108436
[ "MIT" ]
null
null
null
// // EmergencyPeopleVC.swift // QuakeX // // Created by Furkan Hanci on 2/13/22. // import UIKit class EmergencyContactVC: UIViewController { private lazy var emergencyTableView : UITableView = { let table = UITableView() return table }() private var contacts : [Emer...
32.649007
156
0.651927
cb794390352303cc3d0f03696fe7e010cb067377
60,833
sql
SQL
backend/de.metas.material/cockpit/src/main/sql/postgresql/system/75-material-cockpit/5518170_sys_gh5108-app_ui_fixes.sql
dram/metasfresh
a1b881a5b7df8b108d4c4ac03082b72c323873eb
[ "RSA-MD" ]
1,144
2016-02-14T10:29:35.000Z
2022-03-30T09:50:41.000Z
backend/de.metas.material/cockpit/src/main/sql/postgresql/system/75-material-cockpit/5518170_sys_gh5108-app_ui_fixes.sql
vestigegroup/metasfresh
4b2d48c091fb2a73e6f186260a06c715f5e2fe96
[ "RSA-MD" ]
8,283
2016-04-28T17:41:34.000Z
2022-03-30T13:30:12.000Z
backend/de.metas.material/cockpit/src/main/sql/postgresql/system/75-material-cockpit/5518170_sys_gh5108-app_ui_fixes.sql
vestigegroup/metasfresh
4b2d48c091fb2a73e6f186260a06c715f5e2fe96
[ "RSA-MD" ]
441
2016-04-29T08:06:07.000Z
2022-03-28T06:09:56.000Z
-- 2019-04-04T06:01:50.953 -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator UPDATE AD_Element_Trl SET Description='Hinweis: möglicher Weise sind die betreffenden Felder im Auftragsfenster Deiner metasfresh-Instanz ausgeblendet, selbst wenn das Feature aktiviert ist.',Updated=TO_TIMESTAMP('2019-04-04 06...
66.051031
1,174
0.797002
dfed76259ffbc89d8cf19650160126c2966cc752
1,788
tsx
TypeScript
webui/src/component/etc/DarkModeSwitch.tsx
Jaeyo/personal-archive
8690d662605f13d070d3f052722017eb56c18a61
[ "MIT" ]
35
2021-02-05T17:16:49.000Z
2021-08-19T03:02:20.000Z
webui/src/component/etc/DarkModeSwitch.tsx
Jaeyo/personal-archive
8690d662605f13d070d3f052722017eb56c18a61
[ "MIT" ]
15
2021-02-09T16:06:56.000Z
2021-08-22T04:21:48.000Z
webui/src/component/etc/DarkModeSwitch.tsx
Jaeyo/personal-archive
8690d662605f13d070d3f052722017eb56c18a61
[ "MIT" ]
8
2021-02-08T05:16:23.000Z
2021-08-18T09:02:57.000Z
import React, { FC, useEffect } from "react" import { disable as disableDarkMode, enable as enableDarkMode, setFetchMethod } from "darkreader" import { useLocalStorage, useSubscribe } from "../../common/Hooks" import Toggle from "react-toggle" import { Moon } from "@kiwicom/orbit-components/icons" import styled from "s...
22.632911
97
0.607383
dc797a90b2e3f6e540520142bff945a141fd04cb
17,723
kt
Kotlin
app/src/main/java/org/stepik/android/view/step_quiz_review/ui/delegate/StepQuizReviewDelegate.kt
StepicOrg/stepik-android
284a21837f6cef89590adffaad71323ea256cdb4
[ "Apache-2.0" ]
132
2016-09-21T17:13:09.000Z
2022-03-08T06:05:26.000Z
app/src/main/java/org/stepik/android/view/step_quiz_review/ui/delegate/StepQuizReviewDelegate.kt
StepicOrg/stepik-android
284a21837f6cef89590adffaad71323ea256cdb4
[ "Apache-2.0" ]
41
2016-09-20T04:50:53.000Z
2022-03-08T07:13:31.000Z
app/src/main/java/org/stepik/android/view/step_quiz_review/ui/delegate/StepQuizReviewDelegate.kt
StepicOrg/stepik-android
284a21837f6cef89590adffaad71323ea256cdb4
[ "Apache-2.0" ]
51
2016-09-21T17:13:11.000Z
2022-02-11T16:52:02.000Z
package org.stepik.android.view.step_quiz_review.ui.delegate import android.view.View import android.view.ViewGroup import androidx.annotation.PluralsRes import androidx.annotation.StringRes import androidx.core.view.isVisible import kotlinx.android.extensions.LayoutContainer import kotlinx.android.synthetic.main.erro...
47.642473
177
0.638323
bee2ad9a57506a828a3cdb074996f6e3b7b6d992
70,673
html
HTML
formasaurus/data/html/ingliando.net-0.html
MasterScott/Formasaurus
d7d916237a6d2ca4c80c4c8ae5d66999c8beebed
[ "MIT" ]
132
2015-04-18T01:53:52.000Z
2022-03-31T08:33:26.000Z
formasaurus/data/html/ingliando.net-0.html
Eglet27/Formasaurus
d7d916237a6d2ca4c80c4c8ae5d66999c8beebed
[ "MIT" ]
26
2015-07-08T20:09:26.000Z
2022-03-03T16:50:08.000Z
formasaurus/data/html/ingliando.net-0.html
Eglet27/Formasaurus
d7d916237a6d2ca4c80c4c8ae5d66999c8beebed
[ "MIT" ]
63
2015-02-17T08:41:00.000Z
2022-03-31T08:58:18.000Z
<!DOCTYPE html> <!--[if IE 7]> <html id="ie7" lang="it"> <![endif]--> <!--[if (!IE 7)]><!--> <html lang="it"> <!--<![endif]--> <head> <meta charset="UTF-8" /> <title>Contact | Ingliando</title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="http://ingliando.net/xmlrpc.php" /> <meta name...
88.34125
2,706
0.712648
c46cf09864fd0ba33f0dfac6b5437623e3ad4359
169
lua
Lua
init.lua
HimbeerserverDE/multiserver_api
9cbfe42ab47ca52e14b186503391cd385b793964
[ "MIT" ]
3
2021-01-24T18:47:57.000Z
2021-05-05T13:19:22.000Z
init.lua
HimbeerserverDE/multiserver_api
9cbfe42ab47ca52e14b186503391cd385b793964
[ "MIT" ]
1
2021-02-19T15:35:39.000Z
2021-02-19T19:29:44.000Z
init.lua
HimbeerserverDE/multiserver_api
9cbfe42ab47ca52e14b186503391cd385b793964
[ "MIT" ]
1
2021-02-19T15:36:38.000Z
2021-02-19T15:36:38.000Z
multiserver = {} local mp = minetest.get_modpath(minetest.get_current_modname()) dofile(mp .. "/typeconv.lua") dofile(mp .. "/rpc.lua") dofile(mp .. "/functions.lua")
21.125
63
0.692308
9cde7d3e514c21e5a808ae3948826b4d014e5083
208
sql
SQL
Capgemini/weak_cusror.sql
tushargoyal02/CapgeminiSQL
64d675f3d8186e2f194b006a8416104011aea652
[ "Apache-2.0" ]
1
2021-05-17T13:24:46.000Z
2021-05-17T13:24:46.000Z
Capgemini/weak_cusror.sql
tushargoyal02/CapgeminiSQL
64d675f3d8186e2f194b006a8416104011aea652
[ "Apache-2.0" ]
null
null
null
Capgemini/weak_cusror.sql
tushargoyal02/CapgeminiSQL
64d675f3d8186e2f194b006a8416104011aea652
[ "Apache-2.0" ]
null
null
null
PL/SQL procedure successfully completed. Steven Steven PL/SQL procedure successfully completed. Mutiple Steven Steven PL/SQL procedure successfully completed. Mutiple Out: Steven Steven
13
41
0.759615
0cec2629fe533e5bb5c0db5b72087fd8a6d713cd
145
sql
SQL
sql-hackerrank-solutions/aggregation/weather_observation-_20.sql
karthickram286/leetcode-solutions
62fa592d388735deb298a57fdde4d484c5109414
[ "MIT" ]
null
null
null
sql-hackerrank-solutions/aggregation/weather_observation-_20.sql
karthickram286/leetcode-solutions
62fa592d388735deb298a57fdde4d484c5109414
[ "MIT" ]
null
null
null
sql-hackerrank-solutions/aggregation/weather_observation-_20.sql
karthickram286/leetcode-solutions
62fa592d388735deb298a57fdde4d484c5109414
[ "MIT" ]
null
null
null
/* Enter your query here. */ -- select COUNT(*) from STATION order by id; SELECT ROUND(LAT_N, 4) FROM STATION ORDER BY LAT_N limit 1 offset 249;
16.111111
44
0.717241
be58679d93115d039e41cced870e8c8a938cf3e2
2,092
sql
SQL
sql/_07_misc/_02_prameter_bind/cases/select_clause2.sql
Zhaojia2019/cubrid-testcases
475a828e4d7cf74aaf2611fcf791a6028ddd107d
[ "BSD-3-Clause" ]
9
2016-03-24T09:51:52.000Z
2022-03-23T10:49:47.000Z
sql/_07_misc/_02_prameter_bind/cases/select_clause2.sql
Zhaojia2019/cubrid-testcases
475a828e4d7cf74aaf2611fcf791a6028ddd107d
[ "BSD-3-Clause" ]
173
2016-04-13T01:16:54.000Z
2022-03-16T07:50:58.000Z
sql/_07_misc/_02_prameter_bind/cases/select_clause2.sql
Zhaojia2019/cubrid-testcases
475a828e4d7cf74aaf2611fcf791a6028ddd107d
[ "BSD-3-Clause" ]
38
2016-03-24T17:10:31.000Z
2021-10-30T22:55:45.000Z
--bind parameter in select clause (complex) create class xoo ( a int); insert into xoo values(1); $int, $100, $int , $1 select ?||1 from xoo where ? = a; $int, $100, $int , $1 select ? + 1 from xoo where ? = a; $int, $100, $int , $200, $int , $1 select (?) || (?) from xoo where ? = a; $int, $100, $int ,$1 select co...
33.206349
94
0.578872
91fffcc672236164a0e9f5f8377d138db3643d8b
577,925
sql
SQL
iris_blog.sql
songjiangfeng/iris-blog
189d03570c26e6836a7cc9f8ba46a97fdae259c3
[ "BSD-3-Clause" ]
null
null
null
iris_blog.sql
songjiangfeng/iris-blog
189d03570c26e6836a7cc9f8ba46a97fdae259c3
[ "BSD-3-Clause" ]
null
null
null
iris_blog.sql
songjiangfeng/iris-blog
189d03570c26e6836a7cc9f8ba46a97fdae259c3
[ "BSD-3-Clause" ]
null
null
null
-- MySQL dump 10.18 Distrib 10.3.27-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: iris_blog -- ------------------------------------------------------ -- Server version 10.3.27-MariaDB /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER...
1,144.405941
385,339
0.678915
618f7095799973686565033e8d7211b11d1930b4
94
css
CSS
public/ueditor/themes/iframe.css
newbrash/bocai
2bc97148327b7975f16766d4359403952ce31ce8
[ "Apache-2.0" ]
3
2019-01-05T15:51:08.000Z
2022-03-27T13:05:19.000Z
public/ueditor/themes/iframe.css
newbrash/bocai
2bc97148327b7975f16766d4359403952ce31ce8
[ "Apache-2.0" ]
1
2019-05-25T14:42:33.000Z
2019-05-25T14:42:33.000Z
public/ueditor/themes/iframe.css
newbrash/bocai
2bc97148327b7975f16766d4359403952ce31ce8
[ "Apache-2.0" ]
4
2018-11-21T12:07:30.000Z
2021-09-29T11:04:45.000Z
/*可以在这里添加你自己的css*/ #editor{ width:850px; height:200px; display:inline; }
13.428571
26
0.574468
21fc5edef366cc443593c54543da1038e67fe0d2
188
html
HTML
layouts/_default/redirect-latest.html
ucfai/ucfai.org
23e5f023216312c56d280cacbe5596fffb16369d
[ "MIT" ]
1
2020-12-20T06:08:57.000Z
2020-12-20T06:08:57.000Z
layouts/_default/redirect-latest.html
ucfai/ucfai
3d52f4e2096194efda0ce8a73480b20180d1e7df
[ "MIT" ]
4
2020-09-02T18:26:04.000Z
2020-09-07T20:14:23.000Z
layouts/_default/redirect-latest.html
ucfai/ucfai
3d52f4e2096194efda0ce8a73480b20180d1e7df
[ "MIT" ]
1
2020-02-22T17:41:33.000Z
2020-02-22T17:41:33.000Z
{{- define "main" -}} {{- $page := . -}} <script> window.location.href = "{{ site.Params.BaseURL }}/{{ $page.Params.redirect }}/{{ site.Data.config.semester }}" </script> {{- end -}}
23.5
114
0.553191
bde04b87f99d9d308358c62863fe348910c005be
101
rs
Rust
rust-pl/bt-parse.rs
ysuttep/books-exercise
975a26dc4bee620160a8023dcdca323f6247a497
[ "MIT" ]
null
null
null
rust-pl/bt-parse.rs
ysuttep/books-exercise
975a26dc4bee620160a8023dcdca323f6247a497
[ "MIT" ]
null
null
null
rust-pl/bt-parse.rs
ysuttep/books-exercise
975a26dc4bee620160a8023dcdca323f6247a497
[ "MIT" ]
null
null
null
fn func() { const MAX:i32 = 42; let tuupp:(i32, u64) = (21,4332); let arr:[i32;5] = [] }
16.833333
37
0.485149
740f3c8818d51529aa3c38c78d9d428746853b0e
3,172
h
C
2019-2020/Zima/SO/Lista06/so19_lista_6/include/csapp.h
ldept/University
f5ec29dd1daa1c9dc2d1592c0ddab575146e80ee
[ "FTL" ]
null
null
null
2019-2020/Zima/SO/Lista06/so19_lista_6/include/csapp.h
ldept/University
f5ec29dd1daa1c9dc2d1592c0ddab575146e80ee
[ "FTL" ]
null
null
null
2019-2020/Zima/SO/Lista06/so19_lista_6/include/csapp.h
ldept/University
f5ec29dd1daa1c9dc2d1592c0ddab575146e80ee
[ "FTL" ]
null
null
null
#ifndef __CSAPP_H__ #define __CSAPP_H__ #include <sys/types.h> #include <sys/mman.h> #ifdef LINUX #include <sys/prctl.h> #endif #include <sys/socket.h> #include <sys/stat.h> #include <sys/sysmacros.h> #include <sys/time.h> #include <sys/uio.h> #include <sys/wait.h> #include <assert.h> #include <ctype.h> #include <errn...
28.836364
79
0.703657
76fed481e3b90444e3ff9a0effc993efb7945b43
5,038
h
C
app/sys/sys_core/include/threading/interruptible_thread.h
SirArep/ecal
9860efeb4ce0ef168630136d33947da02ecf0490
[ "Apache-2.0" ]
493
2019-06-03T13:30:46.000Z
2022-03-26T16:18:57.000Z
app/sys/sys_core/include/threading/interruptible_thread.h
SirArep/ecal
9860efeb4ce0ef168630136d33947da02ecf0490
[ "Apache-2.0" ]
249
2019-06-04T09:01:24.000Z
2022-03-31T23:37:39.000Z
app/sys/sys_core/include/threading/interruptible_thread.h
SirArep/ecal
9860efeb4ce0ef168630136d33947da02ecf0490
[ "Apache-2.0" ]
114
2019-06-05T00:04:25.000Z
2022-03-22T10:22:04.000Z
/* ========================= eCAL LICENSE ================================= * * Copyright (C) 2016 - 2020 Continental Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
31.685535
139
0.668519
f09438e477ff766736b3b7ee0f5003e0106f03e5
773
js
JavaScript
data/js/78/b6/c1/00/00/00.24.js
hdm/mac-tracker
69f0c4efaa3d60111001d40f7a33886cc507e742
[ "CC-BY-4.0", "MIT" ]
20
2018-12-26T17:06:05.000Z
2021-08-05T07:47:31.000Z
data/js/78/b6/c1/00/00/00.24.js
hdm/mac-tracker
69f0c4efaa3d60111001d40f7a33886cc507e742
[ "CC-BY-4.0", "MIT" ]
1
2021-06-03T12:20:55.000Z
2021-06-03T16:36:26.000Z
data/js/78/b6/c1/00/00/00.24.js
hdm/mac-tracker
69f0c4efaa3d60111001d40f7a33886cc507e742
[ "CC-BY-4.0", "MIT" ]
8
2018-12-27T05:07:48.000Z
2021-01-26T00:41:17.000Z
macDetailCallback("78b6c1000000/24",[{"d":"2010-09-21","t":"add","a":"Room1508,Jiangong Building\nNo.20 Wensan Road\nHangzhou ZheJiang 310012\n","c":"CHINA","o":"AOBO Telecom Co.,Ltd"},{"d":"2011-11-17","t":"change","a":"Room1508,Jiangong Building\nNo.20 Wensan Road\nHangzhou ZheJiang 310012\n","c":"CHINA","o":"AOBO T...
386.5
772
0.679172
56cf8d884d690687db0d0f739aa9d791873fbc66
444
ts
TypeScript
Osp/Backend/Ianitor.Osp.Backend.Dashboard/ClientApp/projects/dashboard/src/app/models/ckAttributeDetailDto.ts
ianitor/ObjectServicePlatform
5012d32c6287fc7fe0c50bfe10c6edc95e8aa57b
[ "MIT" ]
null
null
null
Osp/Backend/Ianitor.Osp.Backend.Dashboard/ClientApp/projects/dashboard/src/app/models/ckAttributeDetailDto.ts
ianitor/ObjectServicePlatform
5012d32c6287fc7fe0c50bfe10c6edc95e8aa57b
[ "MIT" ]
null
null
null
Osp/Backend/Ianitor.Osp.Backend.Dashboard/ClientApp/projects/dashboard/src/app/models/ckAttributeDetailDto.ts
ianitor/ObjectServicePlatform
5012d32c6287fc7fe0c50bfe10c6edc95e8aa57b
[ "MIT" ]
null
null
null
import {AttributeValueType, Scopes} from "../graphQL/globalTypes"; import {CkDefaultValue} from "./ckDefaultValue"; import {CkSelectionValue} from "./ckSelectionValue"; export interface CkAttributeDetailDto { attributeId: string | null; attributeValueType: AttributeValueType | null; scopeId: Scopes | null; sel...
34.153846
66
0.768018
74ca36dd55a44d9d6565256e3f5fb9c7662d6acf
5,736
js
JavaScript
plugins/onbuild/populate/assets.js
prognoveljs/prognovel-app
8370547eb1e06d3df0e055bea082262cb20cfe30
[ "Apache-2.0" ]
2
2021-12-29T11:41:30.000Z
2021-12-30T05:37:53.000Z
plugins/onbuild/populate/assets.js
prognoveljs/prognovel-app
8370547eb1e06d3df0e055bea082262cb20cfe30
[ "Apache-2.0" ]
48
2021-11-30T07:08:04.000Z
2022-03-25T13:34:28.000Z
plugins/onbuild/populate/assets.js
prognoveljs/prognovel-app
8370547eb1e06d3df0e055bea082262cb20cfe30
[ "Apache-2.0" ]
2
2021-11-29T09:15:29.000Z
2021-12-22T11:17:04.000Z
import dotenv from "dotenv"; dotenv.config(); import sharp from "sharp"; import fetch from "node-fetch"; import { createWriteStream, existsSync, mkdirSync, writeFileSync } from "fs"; import { assetsFolder, isValidHttpUrl } from "./_shared.js"; import { join } from "path"; import { on } from "events"; const IS_STATIC_A...
27.576923
98
0.578278
958894c279d52c5e24707c22319123f5b86dc917
818
css
CSS
src/main/resources/static/css/messenger/msg_block.css
RiordanFols/vkshka
3a9070d98a0630616c4423d7bcd1a78fd850cd11
[ "MIT" ]
null
null
null
src/main/resources/static/css/messenger/msg_block.css
RiordanFols/vkshka
3a9070d98a0630616c4423d7bcd1a78fd850cd11
[ "MIT" ]
null
null
null
src/main/resources/static/css/messenger/msg_block.css
RiordanFols/vkshka
3a9070d98a0630616c4423d7bcd1a78fd850cd11
[ "MIT" ]
null
null
null
.msg-block { float: left; margin-left: 15px; width: 635px; height: 800px; background-color: #3C3C44; } .chat-header { height: 35px; padding: 5px 10px; background-color: #707078; } .chat-header-name { margin-top: 9px; color: white; font-size: 16px; float: left; } .chat-...
15.433962
35
0.599022
86cdc88963564dccd5613cdb6ac8d6508ddf6df8
999
asm
Assembly
programs/oeis/017/A017355.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/017/A017355.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/017/A017355.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A017355: a(n) = (10*n + 7)^3. ; 343,4913,19683,50653,103823,185193,300763,456533,658503,912673,1225043,1601613,2048383,2571353,3176523,3869893,4657463,5545233,6539203,7645373,8869743,10218313,11697083,13312053,15069223,16974593,19034163,21253933,23639903,26198073,28934443,31855013,34965783,38272753,41781923,45499293,...
111
917
0.856857
b3dcb78545be539eba4d2c08622ca213f6c1ab86
119
rb
Ruby
lib/netzke/core/ruby_ext.rb
Mahaswami/netzke-core
7c43b70ea9473b5d0f92b63a3acc3d9cfac89e26
[ "MIT" ]
null
null
null
lib/netzke/core/ruby_ext.rb
Mahaswami/netzke-core
7c43b70ea9473b5d0f92b63a3acc3d9cfac89e26
[ "MIT" ]
null
null
null
lib/netzke/core/ruby_ext.rb
Mahaswami/netzke-core
7c43b70ea9473b5d0f92b63a3acc3d9cfac89e26
[ "MIT" ]
null
null
null
require "netzke/core/ruby_ext/array" require "netzke/core/ruby_ext/hash" require "netzke/core/ruby_ext/time_with_zone"
29.75
45
0.823529
e95beb0918861c3c3a4e9fff4dd1f5d3c2d0723a
9,854
rb
Ruby
15/day_fifteen_test.rb
ThomasOwens/adventofcode2021
8c087966f74da4b1cd2abd65c0d7a0d1fd6c4d9e
[ "Apache-2.0" ]
null
null
null
15/day_fifteen_test.rb
ThomasOwens/adventofcode2021
8c087966f74da4b1cd2abd65c0d7a0d1fd6c4d9e
[ "Apache-2.0" ]
null
null
null
15/day_fifteen_test.rb
ThomasOwens/adventofcode2021
8c087966f74da4b1cd2abd65c0d7a0d1fd6c4d9e
[ "Apache-2.0" ]
null
null
null
# frozen_string_literal: true require 'minitest/autorun' require_relative 'day_fifteen' class RiskMapTest < MiniTest::Test def test_part_one_example risk_map_grid = [ [1, 1, 6, 3, 7, 5, 1, 7, 4, 2], [1, 3, 8, 1, 3, 7, 3, 6, 7, 2], [2, 1, 3, 6, 5, 1, 1, 3, 2, 8], [3, 6, 9, 4, 9, 3, 1, 5, ...
62.367089
118
0.32738
61e5cc7a5afacfb0af774c323cfb00e36a2cf59b
4,631
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_467.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_467.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_467.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 %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_WT_ht+0x157cb, %r9 add $33486, %r12 vmovups (%r9), %ymm7 vextracti128 $0, %ymm7, %xmm7 vpextrq $0, %xmm7, %r11 nop nop nop nop sub $46967, %r12 lea addresses_A_ht+0x18778, %rcx nop nop nop add ...
49.265957
2,999
0.658173
b07fb49782c4ef297d0deaa386095f8683685fba
2,070
kt
Kotlin
core/gamedex-core/src/main/kotlin/com/gitlab/ykrasik/gamedex/core/plugin/PluginClassLoader.kt
ykrasik/gamedex
2d60e17ea6f78b305a4bcde8be6907acd02c9f68
[ "Apache-2.0" ]
11
2019-04-07T15:25:31.000Z
2022-03-02T07:45:49.000Z
core/gamedex-core/src/main/kotlin/com/gitlab/ykrasik/gamedex/core/plugin/PluginClassLoader.kt
ykrasik/gamedex
2d60e17ea6f78b305a4bcde8be6907acd02c9f68
[ "Apache-2.0" ]
null
null
null
core/gamedex-core/src/main/kotlin/com/gitlab/ykrasik/gamedex/core/plugin/PluginClassLoader.kt
ykrasik/gamedex
2d60e17ea6f78b305a4bcde8be6907acd02c9f68
[ "Apache-2.0" ]
2
2020-10-02T17:58:56.000Z
2021-05-14T13:01:08.000Z
/**************************************************************************** * Copyright (C) 2016-2020 Yevgeny Krasik * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you m...
46
105
0.491304
d7887363dad72b6051cd035659e65eff580a59e9
87,769
swift
Swift
VideoCapture/ViewController.swift
nathanntg/VideoCapture
c2c50e659607f3be9aed8715bd8436b4dc1d22b4
[ "MIT" ]
1
2018-01-26T12:28:26.000Z
2018-01-26T12:28:26.000Z
VideoCapture/ViewController.swift
nathanntg/VideoCapture
c2c50e659607f3be9aed8715bd8436b4dc1d22b4
[ "MIT" ]
10
2016-10-04T00:51:50.000Z
2019-07-01T14:29:35.000Z
VideoCapture/ViewController.swift
nathanntg/VideoCapture
c2c50e659607f3be9aed8715bd8436b4dc1d22b4
[ "MIT" ]
null
null
null
// ViewController.swift // VideoCapture // // Created by L. Nathan Perkins on 6/28/15. // Copyright © 2015 import Cocoa import AVFoundation import CoreFoundation import CoreGraphics import CoreImage import QuartzCore import ORSSerial let kPasteboardROI = "edu.gardner.roi" /// The video capture mode determines in...
34.151362
198
0.518235
22895e5a5fb58f395308b0745cb8a6cbb3f089e7
2,590
html
HTML
data/CRAN/banxicoR.html
JuliaTagBot/OSS.jl
985ed664e484bbcc59b009968e71f2eccaaf4cd4
[ "Zlib" ]
null
null
null
data/CRAN/banxicoR.html
JuliaTagBot/OSS.jl
985ed664e484bbcc59b009968e71f2eccaaf4cd4
[ "Zlib" ]
null
null
null
data/CRAN/banxicoR.html
JuliaTagBot/OSS.jl
985ed664e484bbcc59b009968e71f2eccaaf4cd4
[ "Zlib" ]
3
2019-05-18T18:47:05.000Z
2020-02-08T16:36:58.000Z
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>CRAN - Package banxicoR</title> <link rel="stylesheet" type="text/css" href="../../CRAN_web.css" /> <meta http-equiv="Content-Type" content="text/html; ...
35
297
0.642471
e4f4ed4f9daafa4a7e5935d6bc332b2d28384bee
150,086
sql
SQL
backend_go/db/create.sql
connorbenton/fintrack
7744bcb0ab1265fbf962e7f18152e6e11ab37ffe
[ "MIT" ]
15
2020-06-15T06:55:07.000Z
2021-08-30T14:29:45.000Z
backend_go/db/create.sql
johndpope/fin
7744bcb0ab1265fbf962e7f18152e6e11ab37ffe
[ "MIT" ]
8
2020-06-17T15:03:15.000Z
2022-02-27T06:21:52.000Z
backend_go/db/create.sql
johndpope/fin
7744bcb0ab1265fbf962e7f18152e6e11ab37ffe
[ "MIT" ]
null
null
null
-- PRAGMA foreign_keys=OFF; BEGIN TRANSACTION; CREATE TABLE IF NOT EXISTS `accounts` (`id` INTEGER PRIMARY KEY AUTOINCREMENT, `name` VARCHAR(255), `institution` VARCHAR(255), `ignore_transactions` TINYINT(1) DEFAULT 0, `account_id` VARCHAR(255), `item_id` VARCHAR(255), `type` VARCHAR(255), `subtype` VARCHAR(255) DEFAUL...
174.315912
584
0.768213
0be10a81b27188cb783795849e9e9a22541acd74
392
js
JavaScript
05-NodeJS精讲/02-Express精讲/04-Express中间件使用/02-应用中间件的挂载/demo2/src/routers/teacherRouter.js
Like-H5/01---H5--
a85c296f4b6bd093a2f39c92e0694f97be7bd85c
[ "MIT" ]
3
2021-07-19T03:33:12.000Z
2021-11-05T07:56:39.000Z
05-NodeJS精讲/02-Express精讲/04-Express中间件使用/02-应用中间件的挂载/demo2/src/routers/teacherRouter.js
Like-H5/01---H5--
a85c296f4b6bd093a2f39c92e0694f97be7bd85c
[ "MIT" ]
null
null
null
05-NodeJS精讲/02-Express精讲/04-Express中间件使用/02-应用中间件的挂载/demo2/src/routers/teacherRouter.js
Like-H5/01---H5--
a85c296f4b6bd093a2f39c92e0694f97be7bd85c
[ "MIT" ]
1
2021-10-20T02:20:46.000Z
2021-10-20T02:20:46.000Z
const express = require("express") // 讲师增删改查 let teacherRouter = express.Router(); teacherRouter.get("/list", (req, resp)=>{ resp.send("讲师列表获取") }) teacherRouter.get("/del", (req, resp) => { resp.send("讲师删除") }) teacherRouter.post("/edit", (req, resp) => { resp.send("讲师修改") }) teacherRouter.post("/add", (r...
21.777778
44
0.625
39d17f19f6db0f0900cd3d66d0b6520644ae4406
1,620
js
JavaScript
react-portfolio/src/pages/AboutPage.js
Richard-Biala/React-Portfolio
7a5bfc6179b13dbdee8b7ebd705e83ab9589af76
[ "ADSL" ]
null
null
null
react-portfolio/src/pages/AboutPage.js
Richard-Biala/React-Portfolio
7a5bfc6179b13dbdee8b7ebd705e83ab9589af76
[ "ADSL" ]
null
null
null
react-portfolio/src/pages/AboutPage.js
Richard-Biala/React-Portfolio
7a5bfc6179b13dbdee8b7ebd705e83ab9589af76
[ "ADSL" ]
null
null
null
import React from 'react'; import Hero from '../components/Hero'; import Content from '../components/Content'; import Richard from '../assests/images/richard.png' function AboutPage(props) { return ( <div> <Hero title={props.title} /> <Content> <div className="richard">...
45
297
0.576543
18795bc992ade5ec842aa7e017df393b84ba8d30
3,734
lua
Lua
misc/bingdaily.lua
shengofsun/awesome-hammerspoon
85e0a3e9bcd12c266ceb84832a4781388cd2cd23
[ "MIT" ]
null
null
null
misc/bingdaily.lua
shengofsun/awesome-hammerspoon
85e0a3e9bcd12c266ceb84832a4781388cd2cd23
[ "MIT" ]
null
null
null
misc/bingdaily.lua
shengofsun/awesome-hammerspoon
85e0a3e9bcd12c266ceb84832a4781388cd2cd23
[ "MIT" ]
null
null
null
user_agent_str = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4" json_req_url = "http://www.bing.com/HPImageArchive.aspx?format=js&idx=0&n=1" desktop_picture_db = os.getenv("HOME")..'/Library/Application Support/Dock/desktoppicture.db' bing_image_d...
41.488889
136
0.627209
1842d5302587f856170378abce280cde68822548
261
css
CSS
src/App.css
lydialima12/curriculoReact
d2b7c3e94f3580712051850be4e3cb552b4a3824
[ "MIT" ]
null
null
null
src/App.css
lydialima12/curriculoReact
d2b7c3e94f3580712051850be4e3cb552b4a3824
[ "MIT" ]
null
null
null
src/App.css
lydialima12/curriculoReact
d2b7c3e94f3580712051850be4e3cb552b4a3824
[ "MIT" ]
null
null
null
body{ /* display: flex; justify-content: center; align-items: center; */ margin-top: 0px; padding-top: 0; } .App { background-color: bisque; /*height: 500px; width: 500px;*/ display: flex; justify-content: center; align-items: center; }
14.5
27
0.636015
9c2b1807c8622acda58b21eeb2a63b4b04cf8277
26,520
js
JavaScript
tvOS/tvml/js/vendor/color-thief.min.js
cDima/Lightswitch
57b1c564572695aa503ace59fd8619faaf1c37b4
[ "Apache-2.0" ]
2
2015-12-25T17:59:38.000Z
2016-01-05T21:07:32.000Z
tvOS/tvml/js/vendor/color-thief.min.js
cDima/Lightswitch
57b1c564572695aa503ace59fd8619faaf1c37b4
[ "Apache-2.0" ]
null
null
null
tvOS/tvml/js/vendor/color-thief.min.js
cDima/Lightswitch
57b1c564572695aa503ace59fd8619faaf1c37b4
[ "Apache-2.0" ]
null
null
null
/*! * Color Thief v2.0 * by Lokesh Dhakar - http://www.lokeshdhakar.com * * License * ------- * Creative Commons Attribution 2.5 License: * http://creativecommons.org/licenses/by/2.5/ * * Thanks * ------ * Nick Rabinowitz - For creating quantize.js. * John Schulz - For clean up and optimization. @JFSIII * ...
41.502347
4,926
0.512934
b95759e7577d84d285916c298a49e72d1aa09b4a
11,250
c
C
Projects/Temperature_Logger/Temperature_Logger/main.c
Puncher1/C
632dbcea74a9e54bb842dff0e937ca87b4bc92f7
[ "MIT" ]
1
2021-05-24T12:09:39.000Z
2021-05-24T12:09:39.000Z
Projects/Temperature_Logger/Temperature_Logger/main.c
Puncher1/C
632dbcea74a9e54bb842dff0e937ca87b4bc92f7
[ "MIT" ]
null
null
null
Projects/Temperature_Logger/Temperature_Logger/main.c
Puncher1/C
632dbcea74a9e54bb842dff0e937ca87b4bc92f7
[ "MIT" ]
null
null
null
/******************************************************************************* * Programm: main.c * Filename: .c * * Autor: Andrin Schaller * Version: 1.0 * Datum: 25.05.2021 * ******************************************************************************** * Datum Vers. Kommentar / Än...
31.077348
161
0.536444
c2fc6f3e07f0799f758f158e5a8b04fecb4f9480
334
asm
Assembly
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_ix/esx_f_chmod_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_ix/esx_f_chmod_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_ix/esx_f_chmod_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; unsigned char esx_f_chmod(unsigned char *filename, uint8_t attr_mask, uint8_t attr) SECTION code_esxdos PUBLIC _esx_f_chmod_callee PUBLIC l0_esx_f_chmod_callee EXTERN asm_esx_f_chmod _esx_f_chmod_callee: pop af pop hl pop bc push af l0_esx_f_chmod_callee: push ix call asm_esx_f_chmod ...
13.36
85
0.763473
369359d1f4fac127e99b81dd846b0450820f8055
597
asm
Assembly
oeis/324/A324910.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/324/A324910.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/324/A324910.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A324910: Multiplicative with a(p^e) = (2^e)-1. ; Submitted by Christian Krause ; 1,1,1,3,1,1,1,7,3,1,1,3,1,1,1,15,1,3,1,3,1,1,1,7,3,1,7,3,1,1,1,31,1,1,1,9,1,1,1,7,1,1,1,3,3,1,1,15,3,3,1,3,1,7,1,7,1,1,1,3,1,1,3,63,1,1,1,3,1,1,1,21,1,1,3,3,1,1,1,15,15,1,1,3,1,1,1,7,1,3,1,3,1,1,1,31,1,3,3,9 add $0,1 mov $1,1 lpb $0 m...
18.65625
209
0.487437
3bd3bd524082281df388457d162974b0999d9b99
1,199
h
C
System/Library/PrivateFrameworks/WebKitLegacy.framework/WebGeolocationProviderInitializationListener.h
lechium/tvOS130Headers
6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd
[ "MIT" ]
11
2019-11-06T04:48:48.000Z
2022-02-09T17:48:15.000Z
System/Library/PrivateFrameworks/WebKitLegacy.framework/WebGeolocationProviderInitializationListener.h
lechium/tvOS130Headers
6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd
[ "MIT" ]
1
2020-04-16T01:41:56.000Z
2020-04-16T04:32:00.000Z
System/Library/PrivateFrameworks/WebKitLegacy.framework/WebGeolocationProviderInitializationListener.h
lechium/tvOS130Headers
6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd
[ "MIT" ]
3
2019-12-22T20:17:53.000Z
2021-01-25T09:47:49.000Z
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:47:03 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by...
32.405405
115
0.803169
9c2eb40ff3dcb9ba178f4e6ed33f3bbc45067df5
4,195
js
JavaScript
Scripts/tools/jwt.js
JUkhan/jwt_php
f46ccd8c47885ce7057081de0ded882f58fcebd9
[ "Apache-2.0" ]
null
null
null
Scripts/tools/jwt.js
JUkhan/jwt_php
f46ccd8c47885ce7057081de0ded882f58fcebd9
[ "Apache-2.0" ]
null
null
null
Scripts/tools/jwt.js
JUkhan/jwt_php
f46ccd8c47885ce7057081de0ded882f58fcebd9
[ "Apache-2.0" ]
null
null
null
 (function (window) { //extention Methods Function.method = Array.method = String.method = Object.method = function (name, fn) { this.prototype[name] = fn; return this; }; Array .method('each', function (callback) { for (var i = 0, len = this.length; i < len; i++) { ...
33.293651
460
0.500834
4140d8482c957576faead264384b348ebc0da1cf
610
h
C
WTDemo/Pods/Headers/Public/QLADLaunchModel/TAdLaunchImageView.h
aliang124/QLCareModel
04a1d2aec9287e3c93362289c77f5660ff1bc144
[ "MIT" ]
null
null
null
WTDemo/Pods/Headers/Public/QLADLaunchModel/TAdLaunchImageView.h
aliang124/QLCareModel
04a1d2aec9287e3c93362289c77f5660ff1bc144
[ "MIT" ]
null
null
null
WTDemo/Pods/Headers/Public/QLADLaunchModel/TAdLaunchImageView.h
aliang124/QLCareModel
04a1d2aec9287e3c93362289c77f5660ff1bc144
[ "MIT" ]
null
null
null
// // TAdLaunchImageView.h // TYLaunchAnimationDemo // // Created by tanyang on 15/12/8. // Copyright © 2015年 tanyang. All rights reserved. // #import <UIKit/UIKit.h> #import "UIView+TYLaunchAnimation.h" #import "TYLaunchFadeScaleAnimation.h" #import "WTADLaunchUtil.h" #import "UIImage+TYLaunchImage.h" @interface...
27.727273
79
0.763934
752004f158dc21fd0be0c84466e48f13d1905d63
448
h
C
L11/E03/listArray.h
Davidefassio/APA
e66afc8409cd344b47a78dfb3739a146256f3008
[ "MIT" ]
null
null
null
L11/E03/listArray.h
Davidefassio/APA
e66afc8409cd344b47a78dfb3739a146256f3008
[ "MIT" ]
null
null
null
L11/E03/listArray.h
Davidefassio/APA
e66afc8409cd344b47a78dfb3739a146256f3008
[ "MIT" ]
null
null
null
/* Libreria per un vettore di liste rappresentato come quasi-ADT. */ #ifndef LISTARRAY_H_INCLUDED #define LISTARRAY_H_INCLUDED #include <stdlib.h> // Strutture dati typedef struct{ struct node **data; int len; }listArray; // Prototipi listArray listArray* LA_init(int); void LA_push(list...
19.478261
67
0.703125
c35e329f968d66b7821054f62074313e7320b2c2
711
go
Go
example/main.go
dyadtech/passwordHash
ce80922d396635a72101f3859c574ab417676e93
[ "Unlicense" ]
1
2016-08-14T04:10:05.000Z
2016-08-14T04:10:05.000Z
example/main.go
richardbowden/passwordHash
a70ad01779d23b41e47712287b1b61af821fc25d
[ "Unlicense" ]
1
2020-05-28T12:22:10.000Z
2020-05-28T12:22:10.000Z
example/main.go
dyadtech/passwordHash
ce80922d396635a72101f3859c574ab417676e93
[ "Unlicense" ]
1
2020-05-28T11:56:07.000Z
2020-05-28T11:56:07.000Z
package main import ( "fmt" "log" "github.com/richardbowden/passwordHash" ) func main() { p1 := "password1" p2 := "password1" fmt.Printf("Passwords used in this example. pwd1: %s and pwd2: %s\n\n", p1, p2) hashed, err := passwordHash.HashWithDefaults(p1, p2) if err != nil { log.Fatal(err) } fmt.Print...
22.21875
119
0.700422
e78811703f610c29c819af3aa83ebfffb971a263
961
js
JavaScript
test/Type.spec.js
RomAnoX/ajv-schema-builder
5c6cd1a0525df9dda6ec3c9cf113cadb26d3e14c
[ "MIT" ]
3
2017-07-07T16:52:52.000Z
2017-11-30T21:54:40.000Z
test/Type.spec.js
RomAnoX/ajv-schema-builder
5c6cd1a0525df9dda6ec3c9cf113cadb26d3e14c
[ "MIT" ]
null
null
null
test/Type.spec.js
RomAnoX/ajv-schema-builder
5c6cd1a0525df9dda6ec3c9cf113cadb26d3e14c
[ "MIT" ]
null
null
null
const { expect } = require('chai'); const TypeKeyword = require('../src/Type'); describe('Type keyword', () => { it('builds', () => { expect(new TypeKeyword('string').json()).to.deep.eq({ type: 'string' }); }); it('builds with default', () => { expect(new TypeKeyword('boolean').default(false).json()).to...
25.972973
76
0.536941
9af16b5e25a0e6e545eb38136e826996fdd88fda
15,348
sql
SQL
uploads/sql/Proc@2.2V/oldProc/Role_Build_1.sql
manishkrm6/EY-SOD-Tool-Final
f8ec05a9f89c392f6bf6161879da1f01bdd1d7b3
[ "MIT" ]
null
null
null
uploads/sql/Proc@2.2V/oldProc/Role_Build_1.sql
manishkrm6/EY-SOD-Tool-Final
f8ec05a9f89c392f6bf6161879da1f01bdd1d7b3
[ "MIT" ]
null
null
null
uploads/sql/Proc@2.2V/oldProc/Role_Build_1.sql
manishkrm6/EY-SOD-Tool-Final
f8ec05a9f89c392f6bf6161879da1f01bdd1d7b3
[ "MIT" ]
null
null
null
CREATE DEFINER=`root`@`localhost` PROCEDURE `usp_Role_Build1`(var_mydb varchar(100), var_co varchar(1000), var_dept varchar(1000), var_loc varchar(1000), var_lock int, var_exp_role int, var_exp_user int) BEGIN /*This proc was modified on 02-Oct-2011 to rectify the queries that create indexes only if extracted table...
51.503356
284
0.76479
0ef8fb538675436bf41fdbafcd1c87b542ba3113
1,426
ts
TypeScript
node_modules/angular2-meteor/dist/mongo_cursor_observer.d.ts
dcharua/Meteor-AngularTemplante
64a97eed2c2e33109ad7cfff9744bf869c584b7b
[ "MIT" ]
1
2019-01-20T00:59:38.000Z
2019-01-20T00:59:38.000Z
node_modules/angular2-meteor/dist/mongo_cursor_observer.d.ts
dcharua/Meteor-AngularTemplante
64a97eed2c2e33109ad7cfff9744bf869c584b7b
[ "MIT" ]
1
2017-02-09T13:24:19.000Z
2017-02-09T13:24:25.000Z
node_modules/angular2-meteor/dist/mongo_cursor_observer.d.ts
dcharua/Meteor-AngularTemplante
64a97eed2c2e33109ad7cfff9744bf869c584b7b
[ "MIT" ]
null
null
null
import { EventEmitter } from '@angular/core'; export declare class AddChange { index: number; item: any; constructor(index: number, item: any); } export declare class UpdateChange { index: number; item: any; constructor(index: number, item: any); } export declare class MoveChange { fromIndex...
31
90
0.718093
ad0f3ab245daa7fb8191b0f584bc33c37c39b4f1
36,941
rs
Rust
rust/token-metadata/test/src/main.rs
the-robot-factory/metaplex
43c818aa852849e85dc30b8411b1c193ea7eb38e
[ "Apache-2.0" ]
null
null
null
rust/token-metadata/test/src/main.rs
the-robot-factory/metaplex
43c818aa852849e85dc30b8411b1c193ea7eb38e
[ "Apache-2.0" ]
null
null
null
rust/token-metadata/test/src/main.rs
the-robot-factory/metaplex
43c818aa852849e85dc30b8411b1c193ea7eb38e
[ "Apache-2.0" ]
null
null
null
use solana_client::rpc_request::TokenAccountsFilter; use { clap::{crate_description, crate_name, crate_version, App, Arg, ArgMatches, SubCommand}, solana_clap_utils::{ input_parsers::pubkey_of, input_validators::{is_url, is_valid_pubkey, is_valid_signer}, }, solana_client::rpc_client::R...
38.122807
207
0.535882
6628a107fe2862bf07f2b53d2f0a3c921c73bc0b
1,706
css
CSS
talatat-theme.css
seanbradley/Guarnerius
7bcc4fd73a05c24942629d14dc8b0125e0cc7d2c
[ "Unlicense" ]
null
null
null
talatat-theme.css
seanbradley/Guarnerius
7bcc4fd73a05c24942629d14dc8b0125e0cc7d2c
[ "Unlicense" ]
null
null
null
talatat-theme.css
seanbradley/Guarnerius
7bcc4fd73a05c24942629d14dc8b0125e0cc7d2c
[ "Unlicense" ]
null
null
null
#CustomTabWrapper>ul>li { border: 1px solid #ddd; border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; margin: 1px .2em 0 0; border: 1px solid #d3d3d3; background: #e6e6e6 url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/smoothness/i...
24.724638
156
0.679953
f627e52166ff6df6a152766e801ba129eaf5a808
989
sql
SQL
src/main/resources/sql-schema.sql
CelinaQA/celina-ims
41b27458da352d77a6c2e66bda8742d11f9a9f26
[ "MIT" ]
null
null
null
src/main/resources/sql-schema.sql
CelinaQA/celina-ims
41b27458da352d77a6c2e66bda8742d11f9a9f26
[ "MIT" ]
null
null
null
src/main/resources/sql-schema.sql
CelinaQA/celina-ims
41b27458da352d77a6c2e66bda8742d11f9a9f26
[ "MIT" ]
null
null
null
CREATE DATABASE IF NOT EXISTS ims; CREATE TABLE IF NOT EXISTS ims.customers(customer_id INT UNIQUE NOT NULL AUTO_INCREMENT, first_name VARCHAR(100) NOT NULL, last_name VARCHAR(100) NOT NULL, PRIMARY KEY (customer_id)); CREATE TABLE IF NOT EXISTS ims.orders(order_id INT UNIQUE NOT NULL AUTO_INCREMENT, customer_id INT NO...
197.8
323
0.805865
b307b96a0b154b5c86f42e0cfaa6ebd540dd09e7
680
kt
Kotlin
workflow-runtime/src/test/java/com/squareup/workflow1/RenderingAndSnapshotTest.kt
vng-sq/workflow-kotlin
88078dd55d2160250cddfae285c2fd28740b0893
[ "Apache-2.0" ]
688
2020-06-11T16:55:07.000Z
2022-03-30T08:48:34.000Z
workflow-runtime/src/test/java/com/squareup/workflow1/RenderingAndSnapshotTest.kt
Seanpm2001-Automation/workflow-kotlin
7c3bdb690e338b19872467bd2dfabb05965cdd19
[ "Apache-2.0" ]
489
2020-06-11T02:10:32.000Z
2022-03-31T19:27:48.000Z
workflow-runtime/src/test/java/com/squareup/workflow1/RenderingAndSnapshotTest.kt
Seanpm2001-Automation/workflow-kotlin
7c3bdb690e338b19872467bd2dfabb05965cdd19
[ "Apache-2.0" ]
78
2020-06-15T20:32:52.000Z
2022-03-20T14:16:16.000Z
package com.squareup.workflow1 import org.junit.Test import kotlin.test.assertEquals import kotlin.test.assertNotEquals import kotlin.test.assertSame class RenderingAndSnapshotTest { @Test fun destructuring() { val snapshot = TreeSnapshot(Snapshot.of(0)) { emptyMap() } val (r, t) = RenderingAndSnapshot("Ren...
27.2
62
0.720588
10671e298c18b29cd0ccf8248d781aabb25abe0c
1,440
swift
Swift
WeatherApp/Controller/AddLocationViewController/AddLocationViewController+TableView.swift
RicardoBravoA/WeatherApp
308a3fbd2cc02cd7bc2d5af75ef4feb6ce55a9b1
[ "Apache-2.0" ]
null
null
null
WeatherApp/Controller/AddLocationViewController/AddLocationViewController+TableView.swift
RicardoBravoA/WeatherApp
308a3fbd2cc02cd7bc2d5af75ef4feb6ce55a9b1
[ "Apache-2.0" ]
null
null
null
WeatherApp/Controller/AddLocationViewController/AddLocationViewController+TableView.swift
RicardoBravoA/WeatherApp
308a3fbd2cc02cd7bc2d5af75ef4feb6ce55a9b1
[ "Apache-2.0" ]
null
null
null
// // AddLocationViewController+TableView.swift // WeatherApp // // Created by Ricardo Bravo on 6/07/21. // import Foundation import UIKit extension AddLocationViewController: UITableViewDelegate, UITableViewDataSource { func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { ...
35.121951
128
0.700694
b71272ea69940df2d8a019668bc0f2be0a799a31
1,822
kt
Kotlin
app/src/androidTest/java/com/sergeyrodin/matchesboxes/history/HighlightedItemsTestUtils.kt
rodins/matches-boxes
719cec50f4e6129d0628598e20e21018b79bb8f6
[ "Apache-2.0" ]
null
null
null
app/src/androidTest/java/com/sergeyrodin/matchesboxes/history/HighlightedItemsTestUtils.kt
rodins/matches-boxes
719cec50f4e6129d0628598e20e21018b79bb8f6
[ "Apache-2.0" ]
null
null
null
app/src/androidTest/java/com/sergeyrodin/matchesboxes/history/HighlightedItemsTestUtils.kt
rodins/matches-boxes
719cec50f4e6129d0628598e20e21018b79bb8f6
[ "Apache-2.0" ]
null
null
null
package com.sergeyrodin.matchesboxes.history import android.graphics.drawable.ColorDrawable import android.view.View import android.widget.TextView import androidx.core.content.ContextCompat import androidx.test.internal.util.Checks import com.sergeyrodin.matchesboxes.R import org.hamcrest.Description import org.hamcr...
35.72549
99
0.680571
18d9c3ff73b5385aa060ebf3218a82f0d695561b
10,458
css
CSS
public/css/custom-301.css
tuanna93/tainghe
3add91bc212e6b7ca7aa35af605e8e8ecbc089f3
[ "MIT" ]
null
null
null
public/css/custom-301.css
tuanna93/tainghe
3add91bc212e6b7ca7aa35af605e8e8ecbc089f3
[ "MIT" ]
null
null
null
public/css/custom-301.css
tuanna93/tainghe
3add91bc212e6b7ca7aa35af605e8e8ecbc089f3
[ "MIT" ]
null
null
null
/*=============================== time:1483609993 ================================================================================*/ #jux_memamenu301 #js-mainnav.megamenu .js-megamenu.dropdown-menucssjs-meganav{display:block!important}@media screen and (max-width: 768px){#jux_memamenu301 #js-mainnav.megamenu.horizonta...
232.4
812
0.809619
809df290650089feb81d7b18510807c18cb48132
551
lua
Lua
CCLib/src/java/lang/native/Number.lua
YoggiYoghurt/JVML-JIT
5a4d1673ac6849cdde3504ff32a5f3bc020210a2
[ "MIT" ]
21
2015-01-04T23:12:15.000Z
2021-04-21T14:18:29.000Z
CCLib/src/java/lang/native/Number.lua
YoggiYoghurt/JVML-JIT
5a4d1673ac6849cdde3504ff32a5f3bc020210a2
[ "MIT" ]
13
2015-01-01T22:36:48.000Z
2021-03-27T18:55:21.000Z
CCLib/src/java/lang/native/Number.lua
YoggiYoghurt/JVML-JIT
5a4d1673ac6849cdde3504ff32a5f3bc020210a2
[ "MIT" ]
7
2015-03-09T20:30:30.000Z
2021-06-07T09:06:00.000Z
natives["java.lang.Number"] = natives["java.lang.Number"] or { } natives["java.lang.Number"]["toString(D)Ljava/lang/String;"] = function(value) return toJString(tostring(value)) end natives["java.lang.Number"]["toString(J)Ljava/lang/String;"] = function(value) return toJString(tostring(value)) end natives["ja...
34.4375
78
0.725953
c30293b2a6a0b2202853b5bb7677746b36a507c4
819
go
Go
config/data_source.go
ZongweiBai/golang-in-action
8c1c69e3701a1aea3480ae2d2f1b47fe411deb9a
[ "MIT" ]
null
null
null
config/data_source.go
ZongweiBai/golang-in-action
8c1c69e3701a1aea3480ae2d2f1b47fe411deb9a
[ "MIT" ]
null
null
null
config/data_source.go
ZongweiBai/golang-in-action
8c1c69e3701a1aea3480ae2d2f1b47fe411deb9a
[ "MIT" ]
null
null
null
package config import ( "github.com/jinzhu/gorm" _ "github.com/jinzhu/gorm/dialects/postgres" "sync" ) var dsOnce sync.Once func InitDbConn() { dsOnce.Do(func() { var dialet = "postgres" if (CONFIG.DataSource.Dialect != "") { dialet = CONFIG.DataSource.Dialect } db, err := gorm.Open(dialet, CONFIG.Dat...
19.97561
77
0.67033
7f010cd5fb5d1fb435a408db0be82a7815965a1e
1,422
go
Go
pkg/rbfs/state/model_bgp_instance_peerings.go
rtbrick/go-rbfs-client
00c76b40393f32579107545773cb9dd716e932c2
[ "BSD-3-Clause" ]
null
null
null
pkg/rbfs/state/model_bgp_instance_peerings.go
rtbrick/go-rbfs-client
00c76b40393f32579107545773cb9dd716e932c2
[ "BSD-3-Clause" ]
null
null
null
pkg/rbfs/state/model_bgp_instance_peerings.go
rtbrick/go-rbfs-client
00c76b40393f32579107545773cb9dd716e932c2
[ "BSD-3-Clause" ]
null
null
null
/* * RBFS Operational State API * * This contract describes the RBFS Operational State API contract defined by RBMS, the RtBrick Management System. This API is a _consumer-driven_ API, which means that all changes to this API **must be approved** by RBMS, the consumer of this API to avoid compatibility issues. The ...
50.785714
633
0.765823
b1b46da28e6093cd7128c4a8c868b2a7a75d7cc5
584
h
C
RDLib/RDMutex.h
damiandragowski/old-rdp-windows
b9491aa0dc6fc85eeebb7454b8d40fbbdc23f3b3
[ "MIT" ]
5
2018-10-16T10:08:00.000Z
2021-10-14T02:12:14.000Z
RDLib/RDMutex.h
damiandragowski/old-rdp-windows
b9491aa0dc6fc85eeebb7454b8d40fbbdc23f3b3
[ "MIT" ]
null
null
null
RDLib/RDMutex.h
damiandragowski/old-rdp-windows
b9491aa0dc6fc85eeebb7454b8d40fbbdc23f3b3
[ "MIT" ]
9
2018-10-16T10:08:01.000Z
2022-03-14T18:05:09.000Z
// RDMutex.h: interface for the RDMutex class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_RDMUTEX_H__283046A0_EFDD_4042_9C97_C649BACABF91__INCLUDED_) #define AFX_RDMUTEX_H__283046A0_EFDD_4042_9C97_C649BACABF91__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif ...
22.461538
83
0.659247
a072ce89e29827b72c78fd84b08ff56ce83973c2
250
kt
Kotlin
app/src/main/java/com/czq/kotlinarch/data/viewModel/ChallengeRecomandCircleVm.kt
aer874475222/kotlinArch
4a1ac0dcd9c6f086413f461d556a61a0abb65cae
[ "MIT" ]
240
2018-12-26T03:33:22.000Z
2022-01-15T10:55:03.000Z
app/src/main/java/com/czq/kotlinarch/data/viewModel/ChallengeRecomandCircleVm.kt
lb1207087645/kotlinArch
5ec328821d323b450a115f4987c58d237194b163
[ "MIT" ]
3
2019-03-08T09:15:36.000Z
2019-12-22T12:54:49.000Z
app/src/main/java/com/czq/kotlinarch/data/viewModel/ChallengeRecomandCircleVm.kt
lb1207087645/kotlinArch
5ec328821d323b450a115f4987c58d237194b163
[ "MIT" ]
30
2019-12-17T14:54:02.000Z
2021-03-26T08:26:05.000Z
package com.czq.kotlinarch.data.viewModel class ChallengeRecomandCircleVm { var id: String? = null var title: String? = null var subscribedCount = 0 var challengeCount = 0 var icon: String? = null var hasSubscribed = false }
22.727273
41
0.696
3e83a03b1ff62d2ca61cc6f74a8b5bfc571daa8b
4,488
c
C
src/hg/lib/rikenBest.c
bowhan/kent
714d060bfe004719bb2465a2fecde52f746ab4fb
[ "IJG" ]
3
2017-10-11T21:10:01.000Z
2018-03-14T22:19:20.000Z
src/hg/lib/rikenBest.c
bowhan/kent
714d060bfe004719bb2465a2fecde52f746ab4fb
[ "IJG" ]
null
null
null
src/hg/lib/rikenBest.c
bowhan/kent
714d060bfe004719bb2465a2fecde52f746ab4fb
[ "IJG" ]
3
2016-10-25T18:19:35.000Z
2021-03-07T01:46:18.000Z
/* rikenBest.c was originally generated by the autoSql program, which also * generated rikenBest.h and rikenBest.sql. This module links the database and * the RAM representation of objects. */ #include "common.h" #include "linefile.h" #include "dystring.h" #include "jksql.h" #include "rikenBest.h" void rikenBest...
26.556213
90
0.67959
b31900332d64b26882e29b129986edd65ea99b76
358
rb
Ruby
test/codecov_runner.rb
rdipardo/tidy_json
a8e2367a79f4915bf139238b56f6b79a0af59456
[ "MIT" ]
2
2020-09-25T01:02:15.000Z
2022-03-04T15:13:22.000Z
test/codecov_runner.rb
rdipardo/tidy_json
a8e2367a79f4915bf139238b56f6b79a0af59456
[ "MIT" ]
null
null
null
test/codecov_runner.rb
rdipardo/tidy_json
a8e2367a79f4915bf139238b56f6b79a0af59456
[ "MIT" ]
null
null
null
# frozen_string_literal: true if ENV['COVERAGE'] begin require 'simplecov' SimpleCov.start SimpleCov.command_name 'Unit Tests' if ENV['CI'] require 'codecov' SimpleCov.formatter = SimpleCov::Formatter::Codecov end rescue LoadError warn "Can't locate coverage drivers! Try runnin...
21.058824
78
0.692737
b3da756d6213eb0714f1df14a4d8d5db887f900d
59
kt
Kotlin
korio/src/watchosArm64Main/kotlin/com/soywiz/korio/TargetInfo.kt
petrukhnov/korio
2c18237a39544df4d550f2d211e29eb5234cc9c4
[ "MIT" ]
null
null
null
korio/src/watchosArm64Main/kotlin/com/soywiz/korio/TargetInfo.kt
petrukhnov/korio
2c18237a39544df4d550f2d211e29eb5234cc9c4
[ "MIT" ]
null
null
null
korio/src/watchosArm64Main/kotlin/com/soywiz/korio/TargetInfo.kt
petrukhnov/korio
2c18237a39544df4d550f2d211e29eb5234cc9c4
[ "MIT" ]
null
null
null
package com.soywiz.korio val TARGET_INFO = "watchosArm64"
14.75
32
0.79661
bbd66c8113bcf6c9d234229336272502e5292353
618
rs
Rust
build.rs
notgull/breadglx
bd9620059707796daf7c6d53c8d5370c3da41e77
[ "MIT" ]
1
2021-01-01T10:24:04.000Z
2021-01-01T10:24:04.000Z
build.rs
notgull/breadglx
bd9620059707796daf7c6d53c8d5370c3da41e77
[ "MIT" ]
null
null
null
build.rs
notgull/breadglx
bd9620059707796daf7c6d53c8d5370c3da41e77
[ "MIT" ]
null
null
null
// MIT/Apache2 License #[path = "build/pci_ids.rs"] mod pci_ids; use std::{env, error::Error, fs, path::PathBuf}; fn main() -> Result<(), Box<dyn Error>> { println!("cargo:rerun-if-changed=build.rs"); println!("cargo:rerun-if-changed=build/pci_ids.rs"); // create the "auto" directory let out_dir = e...
23.769231
56
0.613269
b70dd76f11536d14389923cad591fd868f7fc931
907
swift
Swift
JLKit/Extensions/Foundation/Dictionary+JLExtension.swift
jangsy7883/JLKit_Swift
21743b52752f6efb7faa3890a615d54c7871690c
[ "MIT" ]
1
2018-09-05T04:31:13.000Z
2018-09-05T04:31:13.000Z
JLKit/Extensions/Foundation/Dictionary+JLExtension.swift
jangsy7883/JLKit_Swift
21743b52752f6efb7faa3890a615d54c7871690c
[ "MIT" ]
null
null
null
JLKit/Extensions/Foundation/Dictionary+JLExtension.swift
jangsy7883/JLKit_Swift
21743b52752f6efb7faa3890a615d54c7871690c
[ "MIT" ]
null
null
null
// // Dictionary+JLExtension.swift // JLKit_Swift // // Created by Jangsy on 2018. 3. 20.. // Copyright © 2018년 Dalkomm. All rights reserved. // import Foundation extension Dictionary { public subscript(keyPath keyPath: String) -> Any? { var keys = keyPath.components(separatedBy: ".") guard...
27.484848
75
0.568908
9b971a2d7cf726eb053207844229beda7e4180ae
1,085
js
JavaScript
src/components/about/About.js
ikeman32/davidhisakson.com
3c04a8c76f1a3f51b0589e53582598ca107ad87f
[ "MIT" ]
null
null
null
src/components/about/About.js
ikeman32/davidhisakson.com
3c04a8c76f1a3f51b0589e53582598ca107ad87f
[ "MIT" ]
null
null
null
src/components/about/About.js
ikeman32/davidhisakson.com
3c04a8c76f1a3f51b0589e53582598ca107ad87f
[ "MIT" ]
null
null
null
import React from "react"; import { layoutGenerator } from "react-break"; import "./about.scss"; import "./aboutMobile.scss"; const About = () => { //configure responsiveness const layout = layoutGenerator({ mobile: 0, phablet: 550, tablet: 768, desktop: 992, }); const OnMobile = layout.is("mo...
26.463415
82
0.629493
9d6998b07512b6712a0d0b3b5b1413dc2abf7618
564
kt
Kotlin
app/src/main/java/org/oppia/app/options/OptionsStoryTextViewViewModel.kt
abhinavraj23/oppia-android
7260f8d5d101704d85f2f93ffdf45210c6cab1b8
[ "Apache-2.0" ]
1
2020-04-02T23:00:51.000Z
2020-04-02T23:00:51.000Z
app/src/main/java/org/oppia/app/options/OptionsStoryTextViewViewModel.kt
abhinavraj23/oppia-android
7260f8d5d101704d85f2f93ffdf45210c6cab1b8
[ "Apache-2.0" ]
null
null
null
app/src/main/java/org/oppia/app/options/OptionsStoryTextViewViewModel.kt
abhinavraj23/oppia-android
7260f8d5d101704d85f2f93ffdf45210c6cab1b8
[ "Apache-2.0" ]
null
null
null
package org.oppia.app.options import androidx.databinding.ObservableField /** StoryText size settings view model for the recycler view in [OptionsFragment]. */ class OptionsStoryTextViewViewModel( private val routeToStoryTextSizeListener: RouteToStoryTextSizeListener ) : OptionsItemViewModel() { val storyTextSize...
29.684211
85
0.799645
98d3604ef9c004d2408e75c61c91630186b74b62
1,422
html
HTML
index_a06.html
MDVirtualAcademy/LDW_Boot4_2019
7532f4476a4a4a740371f8d61b88ca541f831f8c
[ "MIT" ]
null
null
null
index_a06.html
MDVirtualAcademy/LDW_Boot4_2019
7532f4476a4a4a740371f8d61b88ca541f831f8c
[ "MIT" ]
null
null
null
index_a06.html
MDVirtualAcademy/LDW_Boot4_2019
7532f4476a4a4a740371f8d61b88ca541f831f8c
[ "MIT" ]
1
2021-12-09T01:07:08.000Z
2021-12-09T01:07:08.000Z
<!doctype html> <html> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <link rel="stylesheet" href="css/bootstrap.min.css" /> <title>Projeto Bootstrap 4</title> <!-- CSS para pintar e colocar borda nas colunas --> <styl...
30.255319
92
0.583685
c5d0eff887da81c4e37711f70e47a0ccfc557ae9
393
swift
Swift
Shared/SharePlay/PlayTogether.swift
Oliver-Binns/cards
9c44c048f43122778395f5e75426215aad934bd2
[ "MIT" ]
2
2022-01-30T05:45:01.000Z
2022-02-03T08:12:30.000Z
Shared/SharePlay/PlayTogether.swift
Oliver-Binns/cards
9c44c048f43122778395f5e75426215aad934bd2
[ "MIT" ]
null
null
null
Shared/SharePlay/PlayTogether.swift
Oliver-Binns/cards
9c44c048f43122778395f5e75426215aad934bd2
[ "MIT" ]
null
null
null
import Cards import Foundation import GroupActivities struct PlayTogether: GroupActivity { var metadata: GroupActivityMetadata { var metadata = GroupActivityMetadata() metadata.type = .generic metadata.title = title return metadata } let title: String var game: Game? = ...
21.833333
46
0.653944
163b912045a17d3394acb19de2e062990090b260
209
swift
Swift
NewFile.swift
tirupathiAmz/newPodsLib
aa0fba8619eaf6e1ef067437b5f04d3435330ae4
[ "MIT" ]
null
null
null
NewFile.swift
tirupathiAmz/newPodsLib
aa0fba8619eaf6e1ef067437b5f04d3435330ae4
[ "MIT" ]
null
null
null
NewFile.swift
tirupathiAmz/newPodsLib
aa0fba8619eaf6e1ef067437b5f04d3435330ae4
[ "MIT" ]
null
null
null
// // NewFile.swift // newPodsLib // // Created by Tirupathi Mandali on 10/19/21. // import Foundation public struct MyClass { public static func ShowMessage(){ print("I'm here") } }
13.0625
45
0.61244
6d11dea1d5162455d00c3985bf642e2417a977cb
3,213
lua
Lua
server/server.lua
JokeDevil/JD_Prison
abfb08810abe9fa1599eb8abb9a86c2e495b08f9
[ "Apache-2.0" ]
null
null
null
server/server.lua
JokeDevil/JD_Prison
abfb08810abe9fa1599eb8abb9a86c2e495b08f9
[ "Apache-2.0" ]
null
null
null
server/server.lua
JokeDevil/JD_Prison
abfb08810abe9fa1599eb8abb9a86c2e495b08f9
[ "Apache-2.0" ]
2
2021-05-12T06:38:49.000Z
2021-09-15T22:09:21.000Z
RegisterCommand("jail", function(source, args, rawCommand) if tablelength(args) > 0 then local tPID = tonumber(args[1]) local jT = Config.defaultsecs if tablelength(args) > 1 then if (args[2] ~= nil) then jT = tonumber(args[2]) end end if jT > Config.maxsecs then jT = Config.maxsecs end if...
30.6
123
0.696234
d1f540a77a35b5de031397c6955eb6be547b4274
1,353
kt
Kotlin
domic/api/src/main/kotlin/com/lyft/domic/api/rendering/Renderer.kt
lyft/domic
e18c3b6030efae23009c74fd88b762f63ecf8d3a
[ "Apache-2.0" ]
482
2018-05-08T06:07:51.000Z
2021-08-19T06:54:43.000Z
domic/api/src/main/kotlin/com/lyft/domic/api/rendering/Renderer.kt
lyft/domic
e18c3b6030efae23009c74fd88b762f63ecf8d3a
[ "Apache-2.0" ]
25
2018-05-08T08:38:02.000Z
2021-10-08T22:12:50.000Z
domic/api/src/main/kotlin/com/lyft/domic/api/rendering/Renderer.kt
lyft/domic
e18c3b6030efae23009c74fd88b762f63ecf8d3a
[ "Apache-2.0" ]
24
2018-05-09T10:43:03.000Z
2021-08-19T06:54:46.000Z
package com.lyft.domic.api.rendering import io.reactivex.Observable import io.reactivex.disposables.Disposable interface Renderer { /** * "Renders" stream of changes. * * Implementation can be opinionated on grouping, and/or ordering of execution. * * [Renderer] might use [Change.equals]...
35.605263
124
0.683666
faa4fa5ded5b37db7d4499ba81ec77a273bf1415
2,087
swift
Swift
Playground/Array_Playground.playground/Contents.swift
nchkdxlq/SwiftDemo
e73dd09d1f73526e77cd3315e2cc0e4447ca2ca5
[ "MIT" ]
null
null
null
Playground/Array_Playground.playground/Contents.swift
nchkdxlq/SwiftDemo
e73dd09d1f73526e77cd3315e2cc0e4447ca2ca5
[ "MIT" ]
null
null
null
Playground/Array_Playground.playground/Contents.swift
nchkdxlq/SwiftDemo
e73dd09d1f73526e77cd3315e2cc0e4447ca2ca5
[ "MIT" ]
null
null
null
//: Playground - noun: a place where people can play import UIKit /********************* Arrar的基本操作 ***********************/ /****** 初始化数组 ******/ var arr = [3, 6, 9] arr[0] = 1 var doubleArr: Array<Double> = [] var doubleArr1: [Double] = [] var doubleArr2 = [Double]() var strArr: [String] = ["luoquan", "cookie", "i...
15.123188
58
0.603258
7032a7bd11bd7df6f236f96a182b01157ad3a9dd
849
go
Go
Linkages50.go
figassis/iso20022
f0ce11630ab532929bf870cdd0b0494d887b58ce
[ "MIT" ]
1
2021-06-06T08:08:08.000Z
2021-06-06T08:08:08.000Z
Linkages50.go
figassis/iso20022
f0ce11630ab532929bf870cdd0b0494d887b58ce
[ "MIT" ]
null
null
null
Linkages50.go
figassis/iso20022
f0ce11630ab532929bf870cdd0b0494d887b58ce
[ "MIT" ]
null
null
null
package iso20022 // Information related to a linked transaction. type Linkages50 struct { // When the transaction is to be executed relative to a linked transaction - for information only. ProcessingPosition *ProcessingPosition23Choice `xml:"PrcgPos,omitempty"` // Unambiguous identification of a securities settle...
35.375
144
0.823322
4945caaaefc2b613b7cc9893a28f1b6cf3a057ee
5,694
sql
SQL
bd_tesis_en.sql
JairoLachira/tesis
9906afbb5256ac0d5a5ef5576cd9428233e6c106
[ "Apache-2.0" ]
1
2019-09-29T17:34:38.000Z
2019-09-29T17:34:38.000Z
bd_tesis_en.sql
j4iro/web-nodrys
9906afbb5256ac0d5a5ef5576cd9428233e6c106
[ "Apache-2.0" ]
null
null
null
bd_tesis_en.sql
j4iro/web-nodrys
9906afbb5256ac0d5a5ef5576cd9428233e6c106
[ "Apache-2.0" ]
1
2019-04-02T22:47:10.000Z
2019-04-02T22:47:10.000Z
CREATE DATABASE db_tesis_en; CREATE TABLE categories ( id INT PRIMARY KEY AUTO_INCREMENT, name VARCHAR(100) NOT NULL, description VARCHAR(100) NULL, created_at DATETIME, updated_at DATETIME ); INSERT INTO categories VALUES (NULL, 'Vegetariano',NULL,CURTIME(),CURTIME()), (NUL...
32.169492
124
0.705304
3fc46c654a8bbca0461cc99bd1cefd943a40de7d
217
h
C
Example/TrapezoidButton/XinViewController.h
xilanglang/TrapezoidButton
f660a7143c13d6bf68d6f40ebd3fc5e3b3c70a96
[ "MIT" ]
null
null
null
Example/TrapezoidButton/XinViewController.h
xilanglang/TrapezoidButton
f660a7143c13d6bf68d6f40ebd3fc5e3b3c70a96
[ "MIT" ]
null
null
null
Example/TrapezoidButton/XinViewController.h
xilanglang/TrapezoidButton
f660a7143c13d6bf68d6f40ebd3fc5e3b3c70a96
[ "MIT" ]
null
null
null
// // XinViewController.h // TrapezoidButton // // Created by caoyanan on 06/16/2016. // Copyright (c) 2016 caoyanan. All rights reserved. // @import UIKit; @interface XinViewController : UIViewController @end
15.5
53
0.714286
54a3d2f84d268b3d51252ba149fbd198f86755b4
1,719
swift
Swift
eul/Store/DiskStore.swift
kawarimidoll/eul
ac7ab2ad2cd8179f1a21c65486b855a9dad7f972
[ "MIT" ]
null
null
null
eul/Store/DiskStore.swift
kawarimidoll/eul
ac7ab2ad2cd8179f1a21c65486b855a9dad7f972
[ "MIT" ]
null
null
null
eul/Store/DiskStore.swift
kawarimidoll/eul
ac7ab2ad2cd8179f1a21c65486b855a9dad7f972
[ "MIT" ]
null
null
null
// // DiskStore.swift // eul // // Created by Gao Sun on 2020/11/1. // Copyright © 2020 Gao Sun. All rights reserved. // import Foundation import SharedLibrary class DiskStore: ObservableObject, Refreshable { @Published var list: DiskList? var ceilingBytes: UInt64? { list?.Containers.reduce(0) { ...
24.557143
79
0.575916
0bc5d90a07dcc1750d1ff39e64887ceed3c8a8c2
1,900
js
JavaScript
app/routes/submit.js
baylee-d/ember-preprints
4fbc0ee317a93680e7b40a7f399460de16d14699
[ "Apache-2.0" ]
23
2017-11-16T04:14:26.000Z
2021-08-11T03:14:07.000Z
app/routes/submit.js
baylee-d/ember-preprints
4fbc0ee317a93680e7b40a7f399460de16d14699
[ "Apache-2.0" ]
261
2017-10-10T21:09:38.000Z
2022-03-23T19:49:46.000Z
app/routes/submit.js
fabmiz/ember-preprints
a1be3a22888cae24ea377dc005460f63b9dfa3a5
[ "Apache-2.0" ]
16
2017-10-25T13:47:49.000Z
2021-06-11T14:22:00.000Z
import { computed } from '@ember/object'; import { inject as service } from '@ember/service'; import Route from '@ember/routing/route'; import CasAuthenticatedRouteMixin from 'ember-osf/mixins/cas-authenticated-route'; import ConfirmationMixin from 'ember-onbeforeunload/mixins/confirmation'; import ResetScrollMixin fro...
36.538462
153
0.681053