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
4a06e448c31a6264dfda5e36a9cc3418b7a64627
381
cpp
C++
diff2/aligned_storage.cpp
IgorHersht/proxygen_ih
616a8eb899196d2a130e14c0fabcae1944e34b7d
[ "MIT" ]
7
2017-11-10T05:18:30.000Z
2021-04-29T15:38:25.000Z
diff2/aligned_storage.cpp
IgorHersht/proxygen_ih
616a8eb899196d2a130e14c0fabcae1944e34b7d
[ "MIT" ]
null
null
null
diff2/aligned_storage.cpp
IgorHersht/proxygen_ih
616a8eb899196d2a130e14c0fabcae1944e34b7d
[ "MIT" ]
null
null
null
// aligned_storage example #include <iostream> #include <type_traits> struct A { // non-POD type int avg; A (int a, int b) : avg((a+b)/2) {} }; typedef std::aligned_storage<sizeof(A),1024 >::type A_pod; int main() { A_pod a,b; new (&a) A (10,20); b=a; std::cout << reinterpret_cast<A&>(b).avg << std::end...
19.05
58
0.606299
32cec9219394a802e32bf5c2ac94e53a29ad1b0c
19,223
kt
Kotlin
Others/CommentBot/vertxBusGen/src/commonMain/kotlin/org/duangsuse/TemplatorIntrp.kt
duangsuse/Share
fac2af2dc24bc9952b6849241d81020600e3c7e8
[ "MIT" ]
5
2019-08-06T14:21:20.000Z
2022-02-20T16:02:43.000Z
Others/CommentBot/vertxBusGen/src/commonMain/kotlin/org/duangsuse/TemplatorIntrp.kt
duangsuse-valid-projects/Share
3b01f8acc235333cd0c2a943a22d6031c005d0d0
[ "MIT" ]
3
2019-07-24T00:02:44.000Z
2020-12-16T06:21:41.000Z
Others/CommentBot/vertxBusGen/src/commonMain/kotlin/org/duangsuse/TemplatorIntrp.kt
duangsuse/Share
fac2af2dc24bc9952b6849241d81020600e3c7e8
[ "MIT" ]
1
2019-07-23T13:58:04.000Z
2019-07-23T13:58:04.000Z
package org.duangsuse import kotlin.jvm.JvmStatic typealias Obj = Any? typealias Globals = MutableMap<String, Obj> typealias Processor = Scope.(Obj) -> Obj interface Scope { operator fun get(key: String): Obj operator fun set(key: String, value: Obj) fun enterBlock(); fun leaveBlock() fun closure() = this } ...
48.913486
239
0.630495
0486f67c0f66cd1fa9e1428b1552e82c14bf0106
25,013
java
Java
src/main/java/org/ScripterRon/NxtMint/Main.java
Jiago/NxtMint
8374b20329777bce91356c865f2344671e177bb4
[ "Apache-2.0" ]
1
2021-03-02T13:56:20.000Z
2021-03-02T13:56:20.000Z
src/main/java/org/ScripterRon/NxtMint/Main.java
Jiago/NxtMint
8374b20329777bce91356c865f2344671e177bb4
[ "Apache-2.0" ]
null
null
null
src/main/java/org/ScripterRon/NxtMint/Main.java
Jiago/NxtMint
8374b20329777bce91356c865f2344671e177bb4
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2015 Ronald W Hoffman * * 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 agree...
39.266876
127
0.53824
b2f2624018def017d6f216025461d08675741a16
799
kt
Kotlin
src/main/kotlin/net/testusuke/randomteleport/Main.kt
AzisabaNetwork/RandomTeleport
5c206051581ee808228814d1326687cfee72740c
[ "Apache-2.0" ]
null
null
null
src/main/kotlin/net/testusuke/randomteleport/Main.kt
AzisabaNetwork/RandomTeleport
5c206051581ee808228814d1326687cfee72740c
[ "Apache-2.0" ]
3
2021-05-04T16:22:23.000Z
2021-05-06T09:17:24.000Z
src/main/kotlin/net/testusuke/randomteleport/Main.kt
AzisabaNetwork/RandomTeleport
5c206051581ee808228814d1326687cfee72740c
[ "Apache-2.0" ]
1
2021-05-05T12:47:24.000Z
2021-05-05T12:47:24.000Z
package net.testusuke.randomteleport import org.bukkit.plugin.java.JavaPlugin import java.util.concurrent.ExecutorService import java.util.concurrent.Executors class Main : JavaPlugin() { companion object { lateinit var plugin: Main lateinit var configuration: Configuration const val pre...
25.774194
63
0.700876
fbca94dee58601055ab53341cd8308e66c2afe06
1,729
java
Java
liteql-skeleton-core/src/main/java/org/cheeryworks/liteql/skeleton/util/jackson/serializer/TypeDefinitionSerializer.java
cheeryworks/liteql-java
e144293d22038f43c2e0dcb2ef72c88d33215f31
[ "MIT" ]
1
2021-05-06T04:24:31.000Z
2021-05-06T04:24:31.000Z
liteql-skeleton-core/src/main/java/org/cheeryworks/liteql/skeleton/util/jackson/serializer/TypeDefinitionSerializer.java
cheeryworks/liteql-java
e144293d22038f43c2e0dcb2ef72c88d33215f31
[ "MIT" ]
null
null
null
liteql-skeleton-core/src/main/java/org/cheeryworks/liteql/skeleton/util/jackson/serializer/TypeDefinitionSerializer.java
cheeryworks/liteql-java
e144293d22038f43c2e0dcb2ef72c88d33215f31
[ "MIT" ]
null
null
null
package org.cheeryworks.liteql.skeleton.util.jackson.serializer; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.databind.SerializerProvider; import com.fasterxml.jackson.databind.ser.std.StdSerializer; import org.apache.commons.lang3.re...
29.810345
116
0.64893
d2b515a3b5b936b35117d2b3f2cd8f1672bb8e41
2,137
php
PHP
resources/views/user/car/home.blade.php
wyatt3/gas-mileage
2be5c76075c48baf15342184b92dddb7318b83b2
[ "MIT" ]
null
null
null
resources/views/user/car/home.blade.php
wyatt3/gas-mileage
2be5c76075c48baf15342184b92dddb7318b83b2
[ "MIT" ]
null
null
null
resources/views/user/car/home.blade.php
wyatt3/gas-mileage
2be5c76075c48baf15342184b92dddb7318b83b2
[ "MIT" ]
null
null
null
@extends('layouts.app') @section('content') <a href="{{ route('home') }}" class="btn btn-outline-primary">&lsaquo; Back to Home</a> <h1 class="mt-4">{{$car->name()}}</h1> <div class="car-details pl-5"> <div class="ml-2 mb-3 row text-light"> <a class="mr-3 btn btn-primary" href="{{ route('gas',...
52.121951
144
0.547029
43632fe8328cd597e54f7821f3ce88ebb5e98609
1,096
swift
Swift
RAD/Model/Entities/CoreData/GenericObjectContainer.swift
npr/RAD-iOS
2340f66a88679fbba7b117b4f43661b4ea2d3a20
[ "Apache-2.0" ]
10
2018-11-15T13:01:27.000Z
2021-12-19T06:28:59.000Z
RAD/Model/Entities/CoreData/GenericObjectContainer.swift
npr/RAD-iOS
2340f66a88679fbba7b117b4f43661b4ea2d3a20
[ "Apache-2.0" ]
3
2018-11-23T08:08:17.000Z
2019-01-22T16:54:20.000Z
RAD/Model/Entities/CoreData/GenericObjectContainer.swift
npr/RAD-iOS
2340f66a88679fbba7b117b4f43661b4ea2d3a20
[ "Apache-2.0" ]
5
2018-12-13T19:38:35.000Z
2021-02-18T11:24:52.000Z
// // GenericObjectContainer.swift // RAD // // Copyright 2018 NPR // // 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 requir...
32.235294
94
0.725365
e528f717c619cc3b71d71217a79719569c07631c
757
ts
TypeScript
src/characters/characters.repository.ts
Azzyew/naruto-api
6e2cbb3bf7a12b8d7b0b5d218f5b352209367ef4
[ "MIT" ]
null
null
null
src/characters/characters.repository.ts
Azzyew/naruto-api
6e2cbb3bf7a12b8d7b0b5d218f5b352209367ef4
[ "MIT" ]
null
null
null
src/characters/characters.repository.ts
Azzyew/naruto-api
6e2cbb3bf7a12b8d7b0b5d218f5b352209367ef4
[ "MIT" ]
null
null
null
import { Injectable } from "@nestjs/common"; import { InjectModel } from "@nestjs/mongoose"; import { Model } from "mongoose"; import { Character, CharacterDocument } from "./schema/character.schema"; @Injectable() export class CharactersRepository { constructor(@InjectModel(Character.name) private characterModel: M...
32.913043
95
0.717305
8a1f4b9a3436248b4e5d4ed4ca1b8b69f42109d0
172
swift
Swift
Sources/Callable/String.swift
ElevatedUnderdogs/Callable
ac9cd5d0e74c2769ecf236b65b226fe5b787c86d
[ "MIT" ]
null
null
null
Sources/Callable/String.swift
ElevatedUnderdogs/Callable
ac9cd5d0e74c2769ecf236b65b226fe5b787c86d
[ "MIT" ]
null
null
null
Sources/Callable/String.swift
ElevatedUnderdogs/Callable
ac9cd5d0e74c2769ecf236b65b226fe5b787c86d
[ "MIT" ]
1
2021-04-04T01:48:55.000Z
2021-04-04T01:48:55.000Z
// // File.swift // // // Created by Scott Lydon on 4/3/21. // import Foundation extension String { public var url: URL? { URL(string: self) } }
10.75
37
0.540698
e39c1bcdc14e06835ef047e732f101cba9770416
1,019
dart
Dart
dart_lang_intro/inheritance_w_constructors/bin/inheritance_w_constructors.dart
fredgrott/common_dart_flutter
70dfb1120dcb98bfb0a0a7eadfa89ac4994fdb99
[ "BSD-3-Clause" ]
1
2022-02-19T23:03:40.000Z
2022-02-19T23:03:40.000Z
dart_lang_intro/inheritance_w_constructors/bin/inheritance_w_constructors.dart
fredgrott/common_dart_flutter
70dfb1120dcb98bfb0a0a7eadfa89ac4994fdb99
[ "BSD-3-Clause" ]
null
null
null
dart_lang_intro/inheritance_w_constructors/bin/inheritance_w_constructors.dart
fredgrott/common_dart_flutter
70dfb1120dcb98bfb0a0a7eadfa89ac4994fdb99
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2022 Fredrick Allan Grott. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Objectives // 1. Inheritance with Default Constructor and Parameterised Constructor // 2. Inheritance with Named Constructor // ignore_for_file: unuse...
21.680851
72
0.697743
86504523b90eacd0c413a52198106fdc9342f39d
89
kt
Kotlin
retroauth/src/main/java/com/andretietz/retroauth/RequestType.kt
Unic8/retroauth
43a88b18e65f56fefa015613d75a50e704804924
[ "Apache-2.0" ]
279
2015-06-29T08:08:16.000Z
2015-09-24T04:02:06.000Z
retroauth/src/main/java/com/andretietz/retroauth/RequestType.kt
andretietz/retroauth
43a88b18e65f56fefa015613d75a50e704804924
[ "Apache-2.0" ]
51
2015-10-24T21:50:13.000Z
2020-12-22T19:52:33.000Z
retroauth/src/main/java/com/andretietz/retroauth/RequestType.kt
andretietz/retroauth
43a88b18e65f56fefa015613d75a50e704804924
[ "Apache-2.0" ]
34
2015-10-06T17:34:48.000Z
2021-03-19T15:50:14.000Z
package com.andretietz.retroauth data class RequestType( val credentialType: String )
14.833333
32
0.808989
60ffb674efc280cb3fb220293d74d0c4c5e3ada2
1,380
swift
Swift
Examples/VoiceSearch/SearchResultsController.swift
algolia/instantsearch-swift-examples
f5d1f25fdf88fcdd3f7779a3265172dcb6f5cb43
[ "MIT" ]
3
2017-07-05T07:45:36.000Z
2017-07-18T04:00:18.000Z
Examples/VoiceSearch/SearchResultsController.swift
algolia/instantsearch-swift-examples
f5d1f25fdf88fcdd3f7779a3265172dcb6f5cb43
[ "MIT" ]
null
null
null
Examples/VoiceSearch/SearchResultsController.swift
algolia/instantsearch-swift-examples
f5d1f25fdf88fcdd3f7779a3265172dcb6f5cb43
[ "MIT" ]
null
null
null
// // SearchResultsController.swift // VoiceSearch // // Created by Vladislav Fitc on 05/11/2021. // import Foundation import UIKit import InstantSearch extension VoiceSearch { class SearchResultsController: UITableViewController, HitsController { var hitsSource: HitsInteractor<Hit<Product>>? ...
27.6
109
0.697101
7d143319e1dd166630cdf32f8fe3d6db7ef09f17
228
lua
Lua
test/init.lua
alexaandru/hotpot.nvim
0e0e8dff92f47c85bf4893f50bec4e36d6c7d0b9
[ "MIT" ]
115
2021-07-26T16:43:48.000Z
2022-03-29T15:04:16.000Z
test/init.lua
alexaandru/hotpot.nvim
0e0e8dff92f47c85bf4893f50bec4e36d6c7d0b9
[ "MIT" ]
42
2021-07-29T13:44:10.000Z
2022-03-23T06:48:19.000Z
test/init.lua
alexaandru/hotpot.nvim
0e0e8dff92f47c85bf4893f50bec4e36d6c7d0b9
[ "MIT" ]
5
2021-08-01T12:04:01.000Z
2021-08-21T07:05:40.000Z
vim.cmd("set rtp+=/hotpot") vim.cmd("set rtp+=/test") vim.cmd("set rtp+=/config") if vim.fn.empty(vim.fn.glob("/hotpot")) > 0 then vim.cmd("cq 255") end if vim.fn.empty(vim.fn.glob("/test")) > 0 then vim.cmd("cq 255") end
19
48
0.622807
9532089580b27af2101d248828b532548d3da129
513
dart
Dart
lib/src/models/realtime_history_query.dart
XLNT/flutter_ably
c0e3577a2659e2b9892f137f063b711c75b81e5f
[ "Apache-2.0" ]
null
null
null
lib/src/models/realtime_history_query.dart
XLNT/flutter_ably
c0e3577a2659e2b9892f137f063b711c75b81e5f
[ "Apache-2.0" ]
null
null
null
lib/src/models/realtime_history_query.dart
XLNT/flutter_ably
c0e3577a2659e2b9892f137f063b711c75b81e5f
[ "Apache-2.0" ]
1
2019-02-18T23:24:49.000Z
2019-02-18T23:24:49.000Z
import 'package:json_annotation/json_annotation.dart'; part 'realtime_history_query.g.dart'; @JsonSerializable() class RealtimeHistoryQuery { DateTime start; DateTime end; int direction; int limit; bool untilAttach; RealtimeHistoryQuery({ this.start, this.end, this.direction, this.limit, ...
21.375
90
0.738791
2a60b93971087032fc4eb9113897afa4dcafc89e
1,237
java
Java
youran-generate-core/src/main/java/com/youran/generate/pojo/dto/chart/source/item/DimensionAddDTO.java
yanghuai2020/youran
e230457a9e89d9c17d96287e7c13eb8a8e14e1a8
[ "Apache-2.0" ]
112
2019-12-14T03:26:29.000Z
2022-02-23T09:26:16.000Z
youran-generate-core/src/main/java/com/youran/generate/pojo/dto/chart/source/item/DimensionAddDTO.java
yanghuai2020/youran
e230457a9e89d9c17d96287e7c13eb8a8e14e1a8
[ "Apache-2.0" ]
8
2019-12-23T02:59:11.000Z
2022-01-10T09:38:16.000Z
youran-generate-core/src/main/java/com/youran/generate/pojo/dto/chart/source/item/DimensionAddDTO.java
yanghuai2020/youran
e230457a9e89d9c17d96287e7c13eb8a8e14e1a8
[ "Apache-2.0" ]
58
2019-12-16T13:28:25.000Z
2022-03-03T02:44:01.000Z
package com.youran.generate.pojo.dto.chart.source.item; import com.youran.common.validator.Const; import com.youran.generate.constant.Granularity; import com.youran.generate.constant.SourceItemType; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import javax.validation.constra...
24.74
111
0.704123
3bb3ce5f1df2d29a3a9728df71f67c5b87a787ce
95,980
html
HTML
docs/doxy/protected/out/html/classcom_1_1aarrelaakso_1_1drawl_1_1_circle.html
aarre/drawl-docs
410d91f03aec0934240985fa6afe664f128565f6
[ "MIT" ]
null
null
null
docs/doxy/protected/out/html/classcom_1_1aarrelaakso_1_1drawl_1_1_circle.html
aarre/drawl-docs
410d91f03aec0934240985fa6afe664f128565f6
[ "MIT" ]
null
null
null
docs/doxy/protected/out/html/classcom_1_1aarrelaakso_1_1drawl_1_1_circle.html
aarre/drawl-docs
410d91f03aec0934240985fa6afe664f128565f6
[ "MIT" ]
null
null
null
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
53.710129
527
0.701073
372ab68f44d43f42a1301010d78fdc390016ae53
2,184
ps1
PowerShell
scripts/init-repeatingtask.ps1
tallaltawil/cfn
903fdee17a335ea37cca600ef93c6d878e8506ea
[ "Apache-2.0" ]
13
2016-04-21T07:12:31.000Z
2022-02-12T16:48:07.000Z
scripts/init-repeatingtask.ps1
tallaltawil/cfn
903fdee17a335ea37cca600ef93c6d878e8506ea
[ "Apache-2.0" ]
49
2015-11-23T20:10:08.000Z
2020-11-05T05:53:49.000Z
scripts/init-repeatingtask.ps1
tallaltawil/cfn
903fdee17a335ea37cca600ef93c6d878e8506ea
[ "Apache-2.0" ]
25
2015-11-13T15:55:30.000Z
2020-08-07T13:44:52.000Z
[CmdLetBinding()] Param( [Parameter(Mandatory=$true,ValueFromPipeLine=$false,ValueFromPipeLineByPropertyName=$false)] [String] $Name, [Parameter(Mandatory=$true,ValueFromPipeLine=$false,ValueFromPipeLineByPropertyName=$false)] [String[]] $Arguments, [Parameter(Mandatory=$true,ValueFromPipeLine=$false,ValueF...
39
142
0.757784
53de563505628430a92871600aa806b0235be96a
564
java
Java
test/org/nutz/lang/util/ByteInputStreamTest.java
google-code-export/nutz
26594e2782aa8667b17ee3aa54e2bc207001f41e
[ "Apache-2.0" ]
null
null
null
test/org/nutz/lang/util/ByteInputStreamTest.java
google-code-export/nutz
26594e2782aa8667b17ee3aa54e2bc207001f41e
[ "Apache-2.0" ]
1
2015-05-22T05:19:22.000Z
2015-05-22T05:19:22.000Z
test/org/nutz/lang/util/ByteInputStreamTest.java
google-code-export/nutz
26594e2782aa8667b17ee3aa54e2bc207001f41e
[ "Apache-2.0" ]
1
2022-02-12T10:23:11.000Z
2022-02-12T10:23:11.000Z
package org.nutz.lang.util; import static org.junit.Assert.assertEquals; import java.io.IOException; import org.junit.Test; public class ByteInputStreamTest { @Test public void test_read_ByteInputStream() throws IOException { byte[] bs_abc = {'a','b','c'}; ByteInputStream bis = n...
26.857143
65
0.601064
4b32b3d6d8e78963c56fb781f435caa14c0299f9
2,700
html
HTML
HTML/R/4638.html
cocoatomo/Python3.2_C_API_Tutorial
e33d4a285429935aca3178dc2a97aca3ab484232
[ "PSF-2.0" ]
2
2019-03-03T00:04:36.000Z
2020-10-06T16:22:38.000Z
HTML/R/4638.html
cocoatomo/Python3.2_C_API_Tutorial
e33d4a285429935aca3178dc2a97aca3ab484232
[ "PSF-2.0" ]
null
null
null
HTML/R/4638.html
cocoatomo/Python3.2_C_API_Tutorial
e33d4a285429935aca3178dc2a97aca3ab484232
[ "PSF-2.0" ]
1
2019-03-03T00:04:38.000Z
2019-03-03T00:04:38.000Z
<html> <head> <title>TkappObject</title> <meta name='robots' content='noindex,nofollow'> <meta name='generator' content='GLOBAL-5.8.1'> </head> <body text='#191970' bgcolor='#f5f5dc' vlink='gray'> <pre> <a href='../S/2618.html#L221'>TkappObject</a> 221 Modules/_tkinter.c if (((TkappObject *)self)-&gt;threaded...
84.375
149
0.660741
7139870d2082d3ad633b2e0edd094e059f709dcc
49
asm
Assembly
src/third_party/nasm/test/br3392418.asm
Mr-Sheep/naiveproxy
9f6e9768295f6d1d41517a15a621d4756bd7d6be
[ "BSD-3-Clause" ]
2,219
2018-03-26T02:57:34.000Z
2022-03-31T00:27:59.000Z
src/third_party/nasm/test/br3392418.asm
Mr-Sheep/naiveproxy
9f6e9768295f6d1d41517a15a621d4756bd7d6be
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
src/third_party/nasm/test/br3392418.asm
Mr-Sheep/naiveproxy
9f6e9768295f6d1d41517a15a621d4756bd7d6be
[ "BSD-3-Clause" ]
473
2019-03-24T16:34:23.000Z
2022-03-31T02:01:05.000Z
section __LD,__compact_unwind data debug dd 0
12.25
41
0.795918
a4b6f922e74e53e570a04fb0b21b3dc7db98fcee
5,250
lua
Lua
NvChad/lua/custom/plugins.lua
i3Cheese/dots
30567481dc80a3dabc0ca4079049f5eca7ac926f
[ "MIT" ]
null
null
null
NvChad/lua/custom/plugins.lua
i3Cheese/dots
30567481dc80a3dabc0ca4079049f5eca7ac926f
[ "MIT" ]
null
null
null
NvChad/lua/custom/plugins.lua
i3Cheese/dots
30567481dc80a3dabc0ca4079049f5eca7ac926f
[ "MIT" ]
null
null
null
local map = require("core.utils").map local mapping = require('custom.mapping') local settings = { status = { dap = true, }, } return { { "ellisonleao/glow.nvim", cmd = "Glow" }, { "j-hui/fidget.nvim", after = "nvim-lspconfig", config = function() ...
36.458333
204
0.555048
fb74b4e318b376f6d357515fc8ce7f83effc5894
393
c
C
src/internal/stack_prot.c
MobSlicer152/shard_libc
7b028ac5c14d90173ea76ec9bfff5e819a18aaf6
[ "Zlib" ]
6
2021-01-04T20:20:15.000Z
2021-11-11T03:36:06.000Z
src/internal/stack_prot.c
MobSlicer152/shard_libc
7b028ac5c14d90173ea76ec9bfff5e819a18aaf6
[ "Zlib" ]
null
null
null
src/internal/stack_prot.c
MobSlicer152/shard_libc
7b028ac5c14d90173ea76ec9bfff5e819a18aaf6
[ "Zlib" ]
null
null
null
#include <stdint.h> #include <stdlib.h> /** * @file This file stops GCC and maybe Clang from * complaining about this stuff being undefined */ #if UINT32_MAX == UINTPTR_MAX #define STACK_GUARD 0xe09d013f #else #define STACK_GUARD 0xef0293fd02fe8a89 #endif uintptr_t __stack_chk_guard = STACK_GUARD; __attribute__(...
17.863636
49
0.750636
7a212ccff38cc35bd824f88dce4bfd0ac287bd77
306
rb
Ruby
app/controllers/admin/flags_controller.rb
WGBH/transcript-editor
d224e19f94d0b9472e023ca183ef4c38088aef04
[ "MIT" ]
1
2018-11-24T02:41:23.000Z
2018-11-24T02:41:23.000Z
app/controllers/admin/flags_controller.rb
WGBH/transcript-editor
d224e19f94d0b9472e023ca183ef4c38088aef04
[ "MIT" ]
39
2018-01-05T15:42:30.000Z
2019-06-27T18:00:54.000Z
app/controllers/admin/flags_controller.rb
WGBH/transcript-editor
d224e19f94d0b9472e023ca183ef4c38088aef04
[ "MIT" ]
null
null
null
class Admin::FlagsController < ApplicationController include ActionController::MimeResponds before_action :authenticate_moderator! # GET /admin/flags.json # GET /moderator def index respond_to do |format| format.json { @flags = Flag.getUnresolved() } end end end
18
52
0.69281
e9f2e45cee62e062a4a8e7dc34952f752d3c3d17
806
rb
Ruby
specs/helper/authmatrix.rb
matthiasr/logformat
c5cbc6ea41a274464de311a4110e1763342330fa
[ "MIT" ]
1
2015-04-19T11:50:46.000Z
2015-04-19T11:50:46.000Z
specs/helper/authmatrix.rb
matthiasr/logformat
c5cbc6ea41a274464de311a4110e1763342330fa
[ "MIT" ]
null
null
null
specs/helper/authmatrix.rb
matthiasr/logformat
c5cbc6ea41a274464de311a4110e1763342330fa
[ "MIT" ]
null
null
null
require_relative '../../lib/models/user' require_relative '../../lib/models/channel' require_relative '../../lib/models/permission' include Logformat # Test access matrix # | u1 | u2 | anon # --|----|----|------ # c1| ? | N | ? # c2| Y | D | D # c3| Y | ? | D # # where ? = no rule, D = DEFAULT rule, Y = allowe...
31
91
0.621588
3bb744ae5dfdd6be61f3f1127c4e70a283e638fd
46,301
sql
SQL
database/rentalmobil.sql
muhamadanjar/RentalMobilWeb
da0e03a98891e88f097598c7300c737bba7df4e0
[ "MIT" ]
null
null
null
database/rentalmobil.sql
muhamadanjar/RentalMobilWeb
da0e03a98891e88f097598c7300c737bba7df4e0
[ "MIT" ]
null
null
null
database/rentalmobil.sql
muhamadanjar/RentalMobilWeb
da0e03a98891e88f097598c7300c737bba7df4e0
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 4.7.4 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Apr 08, 2018 at 04:35 PM -- Server version: 10.1.30-MariaDB -- PHP Version: 7.2.1 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD...
31.931724
799
0.688214
75118dd190a9260b9291bf2929a596e27b9d1dd1
740
h
C
DiabetesCare/cfAppDelegate.h
flyingfan76/DiabeteHealth
b3c86e7a5d3b088a3135fb43342013396989b7fd
[ "MIT" ]
null
null
null
DiabetesCare/cfAppDelegate.h
flyingfan76/DiabeteHealth
b3c86e7a5d3b088a3135fb43342013396989b7fd
[ "MIT" ]
null
null
null
DiabetesCare/cfAppDelegate.h
flyingfan76/DiabeteHealth
b3c86e7a5d3b088a3135fb43342013396989b7fd
[ "MIT" ]
null
null
null
// // cfAppDelegate.h // DiabetesCare // // Created by Chen, Fan on 7/8/14. // Copyright (c) 2014 HealthyCare. All rights reserved. // #import <UIKit/UIKit.h> #import "ProfileMasterData.h" @interface cfAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @property (...
23.870968
97
0.775676
1806c47944fcbd37a7d3c2031e86312361dcdab3
328
asm
Assembly
oeis/122/A122249.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/122/A122249.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/122/A122249.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A122249: Numerators of Hankel transform of 1/(2n+1). ; Submitted by Christian Krause ; 1,4,256,65536,1073741824,70368744177664,73786976294838206464,309485009821345068724781056,332306998946228968225951765070086144,1427247692705959881058285969449495136382746624 seq $0,77071 ; Row sums of A077070. mov $1,2 pow $1,$0 mo...
36.444444
174
0.820122
ddef52b1750533df015513b731a061646d594283
6,681
h
C
source/engine/graphics/opengl/opengl_context.h
Coeurou/kairos_engine
b02eb302d7470d5f29b6ae342b2236dddaae91ea
[ "CC0-1.0" ]
null
null
null
source/engine/graphics/opengl/opengl_context.h
Coeurou/kairos_engine
b02eb302d7470d5f29b6ae342b2236dddaae91ea
[ "CC0-1.0" ]
null
null
null
source/engine/graphics/opengl/opengl_context.h
Coeurou/kairos_engine
b02eb302d7470d5f29b6ae342b2236dddaae91ea
[ "CC0-1.0" ]
null
null
null
#pragma once #include <glad/glad.h> #include <core/types.h> namespace kairos { enum class gl_attribute { red_size, green_size, blue_size, alpha_size, framebuffer_size, double_buffering, depth_size, stencil_size, accum_red_size, accum_green_size, accum_b...
40.98773
101
0.675647
c0feee61e5057dca597571e419862dff7e110acd
1,817
asm
Assembly
week_7/dataset/Assembly/056599.asm
Dumebi35/DumebiCSC102
56985f4852bc01c94dce2ee368c9612ad368f619
[ "MIT" ]
null
null
null
week_7/dataset/Assembly/056599.asm
Dumebi35/DumebiCSC102
56985f4852bc01c94dce2ee368c9612ad368f619
[ "MIT" ]
null
null
null
week_7/dataset/Assembly/056599.asm
Dumebi35/DumebiCSC102
56985f4852bc01c94dce2ee368c9612ad368f619
[ "MIT" ]
null
null
null
;convert hex 8-bit number to binary and display on screen (CONVERT.ASM) .model small .stack 100h .data msg1 db "Enter first hex character: $" msg2 db 10,13,"Enter second hex character: $" msg3 db 10,13,"The binary equivalent is: $" .code main proc mov ax,@data mov ds,ax mov dx,offset msg1 mov ah,9h int 2...
23
72
0.644469
d5c2c30d767fdd54f991846e8ebcf1783220b0e3
1,161
c
C
basic_c_homework/10.13/src/myatoi.c
AugustusWillisWang/C-learning
bd1b29fe0ef3df120686e0db5a9962c49ae1a4a5
[ "MIT" ]
2
2017-11-25T12:57:07.000Z
2017-11-29T13:11:53.000Z
basic_c_homework/10.13/src/myatoi.c
AugustusWillisWang/C-learning
bd1b29fe0ef3df120686e0db5a9962c49ae1a4a5
[ "MIT" ]
null
null
null
basic_c_homework/10.13/src/myatoi.c
AugustusWillisWang/C-learning
bd1b29fe0ef3df120686e0db5a9962c49ae1a4a5
[ "MIT" ]
2
2017-11-25T12:57:18.000Z
2017-11-29T11:21:03.000Z
#include"lazy.h" int myatoi(char* str){ if(str==0){//空指针处理 puts("point at null."); return 0; } int p = 0; int sign = 1; int result = 0; //deal with sign. while(str[p]!=0&&(str[p]<'0'||str[p]>'9')){ if (str[p]=='-'){ sign = -sign; ...
20.732143
55
0.367786
9b925e726ffa95b2546922dfe4b4e9e5e05a13b1
148
js
JavaScript
todo-customElements.js
bahrus/todo
2726235ad236962dee7f7be2323d03c707047641
[ "MIT" ]
null
null
null
todo-customElements.js
bahrus/todo
2726235ad236962dee7f7be2323d03c707047641
[ "MIT" ]
null
null
null
todo-customElements.js
bahrus/todo
2726235ad236962dee7f7be2323d03c707047641
[ "MIT" ]
null
null
null
///<reference path='Scripts/typings/polymer/polymer.d.ts'/> ///<reference path='PolymerActions.ts'/> //# sourceMappingURL=todo-customElements.js.map
49.333333
59
0.756757
3b125da5dcb233d8541558676b4c577289a8fe40
158
h
C
linux/arch/blackfin/include/uapi/asm/byteorder.h
bradchesney79/illacceptanything
4594ae4634fdb5e39263a6423dc255ed46c25208
[ "MIT" ]
55
2019-12-20T03:25:14.000Z
2022-01-16T07:19:47.000Z
linux/arch/blackfin/include/uapi/asm/byteorder.h
bradchesney79/illacceptanything
4594ae4634fdb5e39263a6423dc255ed46c25208
[ "MIT" ]
5
2020-04-04T09:24:09.000Z
2020-04-19T12:33:55.000Z
linux/arch/blackfin/include/uapi/asm/byteorder.h
bradchesney79/illacceptanything
4594ae4634fdb5e39263a6423dc255ed46c25208
[ "MIT" ]
30
2018-05-02T08:43:27.000Z
2022-01-23T03:25:54.000Z
#ifndef _UAPI__BFIN_ASM_BYTEORDER_H #define _UAPI__BFIN_ASM_BYTEORDER_H #include <linux/byteorder/little_endian.h> #endif /* _UAPI__BFIN_ASM_BYTEORDER_H */
22.571429
42
0.841772
22b56d9446ea90bf465d75fbc2326f96d4fa5fc8
18,933
asm
Assembly
M4Driver.asm
adolfopa/TelnetRSX
03aa778fc9f4d9e8b02c6409d5552f7c23accc5f
[ "MIT" ]
null
null
null
M4Driver.asm
adolfopa/TelnetRSX
03aa778fc9f4d9e8b02c6409d5552f7c23accc5f
[ "MIT" ]
null
null
null
M4Driver.asm
adolfopa/TelnetRSX
03aa778fc9f4d9e8b02c6409d5552f7c23accc5f
[ "MIT" ]
null
null
null
; call GetM4ROMNumber ; OUT C=M4ROM-Number ; ; IX-Register ; call FF06_IX__Get_M4_Socket_Response_Address ; IN: C=ROM-Number OUT: HL=Socket response adress (ld hl,(0xFF06) ; get Socket response address) ; ; IY-Register ; call FF02_IY__Get_M4_Buffer_Response_Address; IN: C=ROM-Number OUT HL=Adresse ...
27.966027
180
0.540643
0e1d0d8cf425e0752efac0a395b3ba6b268e9917
392
ps1
PowerShell
Invoke-Docker-PSObject/Set-ScriptLevelVariables.ps1
DTW-DanWard/Invoke-Docker-PSObject
9da10615a20674e937f787f1eac1b1b68276649c
[ "MIT" ]
3
2019-10-08T14:15:15.000Z
2021-02-20T01:00:00.000Z
Invoke-Docker-PSObject/Set-ScriptLevelVariables.ps1
DTW-DanWard/Invoke-Docker-PSObject
9da10615a20674e937f787f1eac1b1b68276649c
[ "MIT" ]
1
2019-01-12T16:44:23.000Z
2019-01-12T17:31:18.000Z
Invoke-Docker-PSObject/Set-ScriptLevelVariables.ps1
DTW-DanWard/Invoke-Docker-PSObject
9da10615a20674e937f787f1eac1b1b68276649c
[ "MIT" ]
1
2020-03-27T13:41:51.000Z
2020-03-27T13:41:51.000Z
Set-StrictMode -Version Latest Write-Verbose "$($MyInvocation.MyCommand) :: Creating script-level variables" # script-level variables # web site url $script:ProjectUrl = 'https://github.com/DTW-DanWard/Invoke-Docker-PSObject' # define alias/function mappings $AliasesToExport = @{ id = 'Invoke-DockerPSObject' } ...
26.133333
77
0.772959
c7c05541e7fd1f9245a0f4d88d232b96db1c9534
15,430
py
Python
utils/explorer.py
urastogi885/a-star-turtlebot
2dc805c0111c51f7870bd2d65d56bd516e0c7177
[ "MIT" ]
14
2020-05-17T06:47:56.000Z
2022-03-01T11:34:44.000Z
utils/explorer.py
urastogi885/a-star-turtlebot
2dc805c0111c51f7870bd2d65d56bd516e0c7177
[ "MIT" ]
null
null
null
utils/explorer.py
urastogi885/a-star-turtlebot
2dc805c0111c51f7870bd2d65d56bd516e0c7177
[ "MIT" ]
4
2020-04-16T00:24:55.000Z
2022-02-15T08:03:06.000Z
# Import necessary standard libraries import cv2 import numpy as np from math import sqrt from queue import PriorityQueue # Import custom-built methods from utils import constants from utils.node import Node def check_node_validity(check_img, x, y): """ Method to check whether point lies within any obstacle ...
47.623457
119
0.61361
fe9dcae4eeb17b6f5b4fff5b0c68f7a8cf05e92d
7,908
swift
Swift
WeatherAPI/ViewController.swift
FahdSaif/OptusIntelli
5b092e712af8e216ef4e13d36eb2257be63a7bb2
[ "Unlicense", "MIT" ]
null
null
null
WeatherAPI/ViewController.swift
FahdSaif/OptusIntelli
5b092e712af8e216ef4e13d36eb2257be63a7bb2
[ "Unlicense", "MIT" ]
null
null
null
WeatherAPI/ViewController.swift
FahdSaif/OptusIntelli
5b092e712af8e216ef4e13d36eb2257be63a7bb2
[ "Unlicense", "MIT" ]
null
null
null
// // ViewController.swift // WeatherAPI // // Created by Fahd on 23/01/2017. // Copyright © 2017 Fahd. All rights reserved. // import UIKit import Alamofire import SystemConfiguration class ViewController: UIViewController,UITableViewDelegate,UITableViewDataSource { //spinner var spinner = UIActivityIndi...
36.611111
180
0.538442
b4a73b0a72f5c3d8a4a0d6863633b12553c83117
609
ps1
PowerShell
FdB.SitecoreLangRegPowerTool/SitecorePowerShellScript/SitecoreAddLanguagesScriptTemplate.ps1
FreddieDB/Sitecore-Language-Registration-PowerTool
ac51e4b132a530e8595bf585bec23d01651728b8
[ "MIT" ]
null
null
null
FdB.SitecoreLangRegPowerTool/SitecorePowerShellScript/SitecoreAddLanguagesScriptTemplate.ps1
FreddieDB/Sitecore-Language-Registration-PowerTool
ac51e4b132a530e8595bf585bec23d01651728b8
[ "MIT" ]
null
null
null
FdB.SitecoreLangRegPowerTool/SitecorePowerShellScript/SitecoreAddLanguagesScriptTemplate.ps1
FreddieDB/Sitecore-Language-Registration-PowerTool
ac51e4b132a530e8595bf585bec23d01651728b8
[ "MIT" ]
1
2021-08-10T20:46:51.000Z
2021-08-10T20:46:51.000Z
$item = New-Item "master:/sitecore/system/Languages/XX-ISO-LANG-COUNTRY" -type "/sitecore/templates/System/Language" $item.Editing.BeginEdit() $item.Fields["Charset"] = "iso-8859-1" $item.Fields["Code page"] = "65001" $item.Fields["Encoding"] = "utf-8" $item.Fields["Fallback Language"] = "XX-FALLBACK-ISO-LAN...
55.363636
127
0.701149
84ef3594ba9e24dbd5011d7bb68fb29a12436ccb
463
c
C
lib/libc/functions/stdio/sscanf.c
otaviopace/ananas
849925915b0888543712a8ca625318cd7bca8dd9
[ "Zlib" ]
52
2015-11-27T13:56:00.000Z
2021-12-01T16:33:58.000Z
lib/libc/functions/stdio/sscanf.c
otaviopace/ananas
849925915b0888543712a8ca625318cd7bca8dd9
[ "Zlib" ]
4
2017-06-26T17:59:51.000Z
2021-09-26T17:30:32.000Z
lib/libc/functions/stdio/sscanf.c
otaviopace/ananas
849925915b0888543712a8ca625318cd7bca8dd9
[ "Zlib" ]
8
2016-08-26T09:42:27.000Z
2021-12-04T00:21:05.000Z
/* sscanf( const char *, const char *, ... ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. */ #include <stdio.h> #include <stdarg.h> // Testing covered by scanf.cpp int sscanf(const char* _PDCLIB_restrict s, const char* _PDCLIB_r...
23.15
84
0.654428
f74d224a36e4279f2f056e9d9292c3a341e10180
665
dart
Dart
graphite_language/lib/src/ast/union_type_extension.dart
graphql-dart/graphite
491e49cd86157659fd66fdefad2e22fa4f7eef78
[ "MIT" ]
null
null
null
graphite_language/lib/src/ast/union_type_extension.dart
graphql-dart/graphite
491e49cd86157659fd66fdefad2e22fa4f7eef78
[ "MIT" ]
5
2019-08-18T08:48:52.000Z
2019-12-17T11:21:14.000Z
graphite_language/lib/src/ast/union_type_extension.dart
graphql-dart/graphite
491e49cd86157659fd66fdefad2e22fa4f7eef78
[ "MIT" ]
null
null
null
part of graphite.language.ast; /// https://graphql.github.io/graphql-spec/draft/#UnionTypeExtension class UnionTypeExtension extends Extension { const UnionTypeExtension( {@required this.name, this.directives, this.members}); final String name; final Iterable<Directive> directives; final Iterable<NamedT...
25.576923
75
0.690226
18ab6f2a2af310669a345c8618e3ad3ca36c919f
1,248
css
CSS
discovery-frontend/src/assets/css/metatron/popup/metatron.popup.02Dashboard_multidata.css
Diffblue-benchmarks/metatron-discovery
4a5dc07cba6e8482dfbcd77c8d08fbfd4adffb3e
[ "Apache-2.0" ]
2
2019-01-09T08:06:10.000Z
2019-01-09T08:06:14.000Z
discovery-frontend/src/assets/css/metatron/popup/metatron.popup.02Dashboard_multidata.css
Diffblue-benchmarks/metatron-discovery
4a5dc07cba6e8482dfbcd77c8d08fbfd4adffb3e
[ "Apache-2.0" ]
null
null
null
discovery-frontend/src/assets/css/metatron/popup/metatron.popup.02Dashboard_multidata.css
Diffblue-benchmarks/metatron-discovery
4a5dc07cba6e8482dfbcd77c8d08fbfd4adffb3e
[ "Apache-2.0" ]
null
null
null
@charset "utf-8"; /************************************************************** popup : 02대시보드_01멀티데이터소스_01추가_2 **************************************************************/ .page-multidata .ddp-box-resultdata .ddp-type-top-option .ddp-part {float:left; position:relative;padding:8px 14px; } /*.page-multidata .d...
83.2
218
0.671474
1f37f620d8e80835aa7c7a22a23c33b4e7965c42
6,899
cpp
C++
src/Nodes/Base_Nodes/ofxOceanodeNodeModelExternalWindow.cpp
PlaymodesStudio/ofxOceanode
400df6d49c4b29bc6916e4a045145e935beff4e0
[ "MIT" ]
31
2018-04-20T13:47:38.000Z
2021-12-26T04:32:24.000Z
src/Nodes/Base_Nodes/ofxOceanodeNodeModelExternalWindow.cpp
PlaymodesStudio/ofxOceanode
400df6d49c4b29bc6916e4a045145e935beff4e0
[ "MIT" ]
25
2018-02-19T17:15:32.000Z
2020-01-05T01:51:00.000Z
src/Nodes/Base_Nodes/ofxOceanodeNodeModelExternalWindow.cpp
PlaymodesStudio/ofxOceanode
400df6d49c4b29bc6916e4a045145e935beff4e0
[ "MIT" ]
5
2018-09-25T18:37:23.000Z
2021-01-21T16:26:16.000Z
// // ofxOceanodeNodeModelExternalWindow.cpp // example-basic // // Created by Eduard Frigola Bagué on 23/03/2018. // #include "ofxOceanodeNodeModelExternalWindow.h" ofxOceanodeNodeModelExternalWindow::ofxOceanodeNodeModelExternalWindow(string name) : ofxOceanodeNodeModel(name){ addParameter(showWindow.set("Show...
51.485075
200
0.764893
e7460860e33ff246dbabc490c4084b7589fcbd36
7,310
js
JavaScript
src/js/template.js
ilyutkin/MCDatepicker
8dfbb4ed7a1ebb92756399aaa021f6fb6cd0e9aa
[ "MIT" ]
null
null
null
src/js/template.js
ilyutkin/MCDatepicker
8dfbb4ed7a1ebb92756399aaa021f6fb6cd0e9aa
[ "MIT" ]
null
null
null
src/js/template.js
ilyutkin/MCDatepicker
8dfbb4ed7a1ebb92756399aaa021f6fb6cd0e9aa
[ "MIT" ]
null
null
null
export const spanTemplate = (direction, content) => { const units = direction === 'next' ? '-100' : '100'; return `<span style="transform: translateX(${units}px);">${content}</span>`; }; export default `<div class="mc-display" data-target="calendar"> <div class="mc-display__header"> <h3 class="mc-display__day">Thurs...
49.391892
222
0.682763
9d183f004a77ddab48913ae1edf7ef97c38bc311
667
html
HTML
codehs/-partials/1-3-8.html
bfu4/bfu4.github.io
5c324f840f1ea94358f8463886746097a6dad132
[ "CC-BY-4.0" ]
1
2021-04-16T06:42:05.000Z
2021-04-16T06:42:05.000Z
codehs/-partials/1-3-8.html
bfu4/bfu4.github.io
5c324f840f1ea94358f8463886746097a6dad132
[ "CC-BY-4.0" ]
null
null
null
codehs/-partials/1-3-8.html
bfu4/bfu4.github.io
5c324f840f1ea94358f8463886746097a6dad132
[ "CC-BY-4.0" ]
null
null
null
<h1>1.3.8 Answering Questions</h1> <code id="source"> public class Variables { public static void main(String[] args) { String myName = "Karel the Dog"; int luckyNumber = 11; double currentTemp...
31.761905
59
0.427286
5bfcd311e1cf3c01863bc5630d75635b8716d5c3
4,459
h
C
core/include/tcs/dynamics_plugin.h
PositronicsLab/tcs
c43bc3244b3c68cd1b42358afd18d5a0716d3e0f
[ "Apache-2.0" ]
null
null
null
core/include/tcs/dynamics_plugin.h
PositronicsLab/tcs
c43bc3244b3c68cd1b42358afd18d5a0716d3e0f
[ "Apache-2.0" ]
null
null
null
core/include/tcs/dynamics_plugin.h
PositronicsLab/tcs
c43bc3244b3c68cd1b42358afd18d5a0716d3e0f
[ "Apache-2.0" ]
null
null
null
#ifndef _DYNAMICS_PLUGIN_H_ #define _DYNAMICS_PLUGIN_H_ #include <dlfcn.h> //POSIX //----------------------------------------------------------------------------- typedef double Real; //----------------------------------------------------------------------------- // dynamics initialization function si...
32.079137
97
0.4963
ca0181dc18fcbd7549854c3877b72b7a9e5d3d80
3,014
java
Java
src/main/java/boj/Boj_1647.java
so3500/problem-solving
cc76b8749d0f82c5e4711d3a33905bfaac31655b
[ "MIT" ]
1
2020-05-10T04:04:03.000Z
2020-05-10T04:04:03.000Z
src/main/java/boj/Boj_1647.java
so3500/problem-solving
cc76b8749d0f82c5e4711d3a33905bfaac31655b
[ "MIT" ]
null
null
null
src/main/java/boj/Boj_1647.java
so3500/problem-solving
cc76b8749d0f82c5e4711d3a33905bfaac31655b
[ "MIT" ]
null
null
null
/* * 문제: 1647 도시 분할 계획 / 1468 ms * link: https://www.acmicpc.net/problem/1647 * 알고리즘: Minimum Spanning Tree(MST), Kruskal * 풀이방법: * * 의사코드(Pseudo Code) * * 시간복잡도(Time Complexity) * O(ElogE), O(ElogV) * * 공간복잡도(Space Complexity) * * */ package boj; import java.io.BufferedReader; import java.io.IOExceptio...
24.306452
81
0.491374
9f170b6e5b04d69a3a4f6b8e5d845313a8da0853
719
go
Go
domain/memory/piastres/locks/service.go
xmn-services/rod-network
5a14304844a480cfad4b84fe98f4bcfba4cdfd3b
[ "MIT" ]
null
null
null
domain/memory/piastres/locks/service.go
xmn-services/rod-network
5a14304844a480cfad4b84fe98f4bcfba4cdfd3b
[ "MIT" ]
null
null
null
domain/memory/piastres/locks/service.go
xmn-services/rod-network
5a14304844a480cfad4b84fe98f4bcfba4cdfd3b
[ "MIT" ]
null
null
null
package locks import ( transfer_lock "github.com/xmn-services/rod-network/domain/transfers/piastres/locks" ) type service struct { adapter Adapter repository Repository trService transfer_lock.Service } func createService( adapter Adapter, repository Repository, trService transfer_lock.Service, ) Service ...
17.119048
84
0.717663
e43a72f9d2a45c3ed66eb523bdf4b429d1c1dd99
2,965
swift
Swift
Source/Table/TableDataSourceDelegate.swift
jonasbeckers/FetchedDataSource
8ad336b2990b8568fc3ad73cfa634ffb3c04d7e5
[ "MIT" ]
null
null
null
Source/Table/TableDataSourceDelegate.swift
jonasbeckers/FetchedDataSource
8ad336b2990b8568fc3ad73cfa634ffb3c04d7e5
[ "MIT" ]
null
null
null
Source/Table/TableDataSourceDelegate.swift
jonasbeckers/FetchedDataSource
8ad336b2990b8568fc3ad73cfa634ffb3c04d7e5
[ "MIT" ]
null
null
null
// // TableDataSource.swift // FetchedDataSource // // Created by David Jennes on 01/10/2018. // import CoreData import UIKit public protocol TableDataSourceDelegate: AnyObject { associatedtype ResultType: NSFetchRequestResult /// Asks your delegate for the cell that corresponds to the specified item in the vie...
37.0625
102
0.743002
f075e8c126925ef5b4219cb734e27a29b74428c2
2,166
js
JavaScript
beconsult/webBeconsult/static/webBeconsult/js/js-WordPress/popup-maker-remote-content/scripts.min.js
enmanuel23x/django
e7b540d80dd73d27a149b45d5480b367bd33bd2e
[ "MIT" ]
null
null
null
beconsult/webBeconsult/static/webBeconsult/js/js-WordPress/popup-maker-remote-content/scripts.min.js
enmanuel23x/django
e7b540d80dd73d27a149b45d5480b367bd33bd2e
[ "MIT" ]
16
2020-06-06T00:57:14.000Z
2022-03-12T00:31:11.000Z
django/beconsult/webBeconsult/static/webBeconsult/js/js-WordPress/popup-maker-remote-content/scripts.min.js
enmanuel23x/django
e7b540d80dd73d27a149b45d5480b367bd33bd2e
[ "MIT" ]
null
null
null
/** * Popup Maker: Remote Content v1.0.0 */ !function(e){"use strict";void 0===e.expr[":"].external&&(e.expr[":"].external=function(e){return e&&e.href&&!e.href.match(/^mailto:/)&&e.hostname!=document.location.hostname}),void 0===e.expr[":"].internal&&void 0!==e.expr[":"].external&&(e.expr[":"].internal=function(t){r...
541.5
2,120
0.686519
175611cf6ceaac52b3a106bace80bf57f86f77a5
1,026
html
HTML
airsoft-es/styles/absolution/template/gallery/gallery_footer.html
filipesr/PHP
1378dc19b2290b7020d8fb27e00dce062e85ba69
[ "MIT" ]
null
null
null
airsoft-es/styles/absolution/template/gallery/gallery_footer.html
filipesr/PHP
1378dc19b2290b7020d8fb27e00dce062e85ba69
[ "MIT" ]
5
2020-02-19T20:51:41.000Z
2020-02-19T20:51:52.000Z
airsoft-es/styles/absolution/template/gallery/gallery_footer.html
filipesr/PHP
1378dc19b2290b7020d8fb27e00dce062e85ba69
[ "MIT" ]
null
null
null
<!-- I request you retain the full copyright notice below including the link to www.flying-bits.org. This not only gives respect to the large amount of time given freely by the developer but also helps build interest, traffic and use of phpBB Gallery. If you (honestly) cannot retain the full copyright I ask you at ...
44.608696
142
0.709552
0abe3242a1d950fd636dcbe2d9b1fe2a090943b2
6,120
swift
Swift
CCBaseKit/CCExtension/CCExtension_UIDevice.swift
XiaoYiShi/CCBaseKit
b16c9e23b049613e7a97b48d23b053d62bd32e4a
[ "MIT" ]
1
2019-12-13T14:08:49.000Z
2019-12-13T14:08:49.000Z
CCBaseKit/CCExtension/CCExtension_UIDevice.swift
XiaoYiShi/CCBaseKit
b16c9e23b049613e7a97b48d23b053d62bd32e4a
[ "MIT" ]
null
null
null
CCBaseKit/CCExtension/CCExtension_UIDevice.swift
XiaoYiShi/CCBaseKit
b16c9e23b049613e7a97b48d23b053d62bd32e4a
[ "MIT" ]
null
null
null
// // CCExtension_UIDevice.swift // CCBaseKit // // Created by 史晓义 on 2019/12/1. // Copyright © 2019 FeatherBrowser. All rights reserved. // import UIKit // //extension UIDevice //{ // // List of device names that don't support advanced visual settings // static let lowGraphicsQualityModels = ["iPad", "iPad...
46.015038
273
0.518301
dd65f49e342a6cf1d630da730ed674962ffd4c24
79
php
PHP
resources/views/home.php
give-solution/project-laravel
edc02588f76b08d0117195c862230e836071f5a6
[ "MIT" ]
null
null
null
resources/views/home.php
give-solution/project-laravel
edc02588f76b08d0117195c862230e836071f5a6
[ "MIT" ]
null
null
null
resources/views/home.php
give-solution/project-laravel
edc02588f76b08d0117195c862230e836071f5a6
[ "MIT" ]
null
null
null
<div id="home"> <p>HOME PAGE</p> <p>Selamat datang di poltek tegal</p> </div>
19.75
38
0.632911
e8bda79d0e981b884cad41b17ac67a08f940a707
2,622
kt
Kotlin
lint-checks-android/src/main/java/com/uber/lintchecks/android/GetDrawableDetector.kt
smorimoto/lint-checks
dbf5b1424bd8304585ff2588654b4da2eef22cae
[ "Apache-2.0" ]
50
2019-11-09T00:55:25.000Z
2022-01-13T03:46:33.000Z
lint-checks-android/src/main/java/com/uber/lintchecks/android/GetDrawableDetector.kt
smorimoto/lint-checks
dbf5b1424bd8304585ff2588654b4da2eef22cae
[ "Apache-2.0" ]
8
2019-11-11T22:43:42.000Z
2020-12-07T13:10:43.000Z
lint-checks-android/src/main/java/com/uber/lintchecks/android/GetDrawableDetector.kt
smorimoto/lint-checks
dbf5b1424bd8304585ff2588654b4da2eef22cae
[ "Apache-2.0" ]
4
2019-11-16T05:59:54.000Z
2021-09-14T12:08:54.000Z
/* * Copyright (C) 2019. Uber Technologies * * 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...
39.727273
108
0.748284
f214e23cab9345c77a8f7add1c39faa606ac8e9a
835
swift
Swift
Sources/afcore/extensions/Collection_extension.swift
adam-fowler/swift-library
76faa78dcff33709cd2b91ea1a34f4e848a72c4f
[ "MIT" ]
1
2020-08-07T10:14:21.000Z
2020-08-07T10:14:21.000Z
Sources/afcore/extensions/Collection_extension.swift
adam-fowler/afcore
76faa78dcff33709cd2b91ea1a34f4e848a72c4f
[ "MIT" ]
1
2017-07-11T09:40:53.000Z
2018-05-16T17:56:54.000Z
Sources/afcore/extensions/Collection_extension.swift
adam-fowler/afcore
76faa78dcff33709cd2b91ea1a34f4e848a72c4f
[ "MIT" ]
null
null
null
// // Collection_extension.swift // afcore // // Created by Adam Fowler on 29/05/2017. // Copyright © 2017 Adam Fowler. All rights reserved. // import Foundation extension Collection { /// Finds such index N that predicate is true for all elements up to /// but not including the index N, and is false for ...
26.935484
78
0.579641
7fc0617db1202c6c86de0bc4f0e77cbe4b862fb6
7,916
go
Go
googleapis/ads/googleads/v3/enums/criterion_category_channel_availability_mode.pb.go
qingqibing/go-genproto
c45acf45369a9d2fa234d9508b092aefb9cb9385
[ "Apache-2.0" ]
6
2018-05-11T20:42:12.000Z
2021-02-03T18:25:14.000Z
googleapis/ads/googleads/v3/enums/criterion_category_channel_availability_mode.pb.go
qingqibing/go-genproto
c45acf45369a9d2fa234d9508b092aefb9cb9385
[ "Apache-2.0" ]
5
2018-04-17T19:03:06.000Z
2020-03-31T22:30:37.000Z
googleapis/ads/googleads/v3/enums/criterion_category_channel_availability_mode.pb.go
qingqibing/go-genproto
c45acf45369a9d2fa234d9508b092aefb9cb9385
[ "Apache-2.0" ]
2
2018-11-12T15:05:06.000Z
2019-05-09T21:36:50.000Z
// Code generated by protoc-gen-go. DO NOT EDIT. // source: google/ads/googleads/v3/enums/criterion_category_channel_availability_mode.proto package enums import ( fmt "fmt" math "math" proto "github.com/golang/protobuf/proto" _ "google.golang.org/genproto/googleapis/api/annotations" ) // Reference imports to s...
55.746479
323
0.784234
1e7f6d90342ae6165315a42b41f7577b4c6f86f2
996
ps1
PowerShell
BuildPackages/example/sublime/Packages/AAAPackageDev/bin/MakeRelease.ps1
cohero/boxstarter
bb298cae0aef485e3547e9d654f60afbd16f93d1
[ "Apache-2.0" ]
583
2015-01-04T11:35:23.000Z
2018-04-27T13:39:27.000Z
BuildPackages/example/sublime/Packages/AAAPackageDev/bin/MakeRelease.ps1
cohero/boxstarter
bb298cae0aef485e3547e9d654f60afbd16f93d1
[ "Apache-2.0" ]
269
2015-01-06T14:11:44.000Z
2018-04-06T12:24:56.000Z
BuildPackages/example/sublime/Packages/AAAPackageDev/bin/MakeRelease.ps1
cohero/boxstarter
bb298cae0aef485e3547e9d654f60afbd16f93d1
[ "Apache-2.0" ]
114
2015-01-27T11:39:13.000Z
2018-03-29T18:03:54.000Z
param([switch]$DontUpload=$False) $here = $MyInvocation.MyCommand.Definition $here = split-path $here -parent $root = resolve-path (join-path $here "..") push-location $root if (-not (test-path (join-path $root "Doc"))) { new-item -itemtype "d" -name "Doc" > $null copy-item ".\Data\main.css" ".\Doc" }...
30.181818
75
0.620482
705727366cef1fcf768cf7b78c5238b02d04c24d
50
go
Go
lang/Go/memory-allocation-1.go
ethansaxenian/RosettaDecode
8ea1a42a5f792280b50193ad47545d14ee371fb7
[ "MIT" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
lang/Go/memory-allocation-1.go
ethansaxenian/RosettaDecode
8ea1a42a5f792280b50193ad47545d14ee371fb7
[ "MIT" ]
null
null
null
lang/Go/memory-allocation-1.go
ethansaxenian/RosettaDecode
8ea1a42a5f792280b50193ad47545d14ee371fb7
[ "MIT" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
func inc(n int) { x := n + 1 println(x) }
10
17
0.44
cccb889a0972a13aaa80691442649e46ff295c28
23,106
dart
Dart
lib/screens/last_form/widgets/page_list/first_page.dart
Amin397/repo_test
bd9b96c8abe46c58399526119a3899ba38747b6d
[ "Apache-2.0" ]
null
null
null
lib/screens/last_form/widgets/page_list/first_page.dart
Amin397/repo_test
bd9b96c8abe46c58399526119a3899ba38747b6d
[ "Apache-2.0" ]
null
null
null
lib/screens/last_form/widgets/page_list/first_page.dart
Amin397/repo_test
bd9b96c8abe46c58399526119a3899ba38747b6d
[ "Apache-2.0" ]
null
null
null
import 'package:flutter/material.dart'; import 'package:sanannegarexperts/screens/last_form/widgets/classes/file_class.dart'; class Page1 extends StatefulWidget { Strings strings; PageController _pageController; Page1(Strings strings , PageController _pageController){ this.strings = strings; this._page...
49.477516
92
0.286722
5c26f23379718ec4b710527f6afbfc6f373af76b
2,188
lua
Lua
volume/data/npc/scripts/Robson.lua
patsadow2/Tibia
b3aebbc5aea78cc2a238584c767c5c7315bab4dd
[ "MIT" ]
2
2021-07-16T00:21:26.000Z
2022-01-28T02:08:22.000Z
volume/data/npc/scripts/Robson.lua
patsadow2/Tibia
b3aebbc5aea78cc2a238584c767c5c7315bab4dd
[ "MIT" ]
1
2019-04-05T18:53:52.000Z
2019-04-10T10:53:04.000Z
volume/data/npc/scripts/Robson.lua
patsadow2/Tibia
b3aebbc5aea78cc2a238584c767c5c7315bab4dd
[ "MIT" ]
2
2019-12-11T04:13:15.000Z
2020-02-15T14:42:13.000Z
local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg)...
33.151515
132
0.733547
50c71e00802a0a9c5a62aae39bc5bb8ae7c64320
1,098
dart
Dart
lib/src/ui/venueDetailPage.dart
fwhite95/evented
5dbc617b16a6c3b3f17a85ace64d32bed8f99bbd
[ "MIT" ]
null
null
null
lib/src/ui/venueDetailPage.dart
fwhite95/evented
5dbc617b16a6c3b3f17a85ace64d32bed8f99bbd
[ "MIT" ]
1
2021-07-23T22:09:32.000Z
2021-07-23T22:09:32.000Z
lib/src/ui/venueDetailPage.dart
fwhite95/evented
5dbc617b16a6c3b3f17a85ace64d32bed8f99bbd
[ "MIT" ]
null
null
null
import 'package:csc413termprojectfwhite/src/models/venueModel.dart'; import 'package:flutter/material.dart'; class VenueDetailPage extends StatelessWidget{ final Venue _venue; VenueDetailPage({Key key, @required venue}) : _venue = venue, super(key: key); @override Widget build(BuildContext context) { ...
25.534884
68
0.537341
a85883c54499d7424b5bbaadab37de4d97627488
22,862
sql
SQL
sistempakar.sql
khalidmahfudh/sistem-pakar-bfs-telkom
047f6498fd5f65b7a7033c31bcac5ab330f840b0
[ "MIT" ]
1
2020-11-12T09:56:46.000Z
2020-11-12T09:56:46.000Z
sistempakar.sql
khalidmahfudh/sistem-pakar-bfs-telkom
047f6498fd5f65b7a7033c31bcac5ab330f840b0
[ "MIT" ]
null
null
null
sistempakar.sql
khalidmahfudh/sistem-pakar-bfs-telkom
047f6498fd5f65b7a7033c31bcac5ab330f840b0
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 4.9.0.1 -- https://www.phpmyadmin.net/ -- -- Host: localhost -- Generation Time: Jan 26, 2021 at 05:47 PM -- Server version: 10.3.16-MariaDB -- PHP Version: 7.3.8 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @O...
32.428369
487
0.679949
f74e111f6f0f71c880ee254d8185ae57e1675e86
69
sql
SQL
src/Azos.Sky.Social/Graph/Server/Data/Scripts/Friend/DeleteFriendListByListId.mys.sql
azist/azos-social-providers
4590860f69eae9476a5db259371882d56c9ea32a
[ "MIT" ]
null
null
null
src/Azos.Sky.Social/Graph/Server/Data/Scripts/Friend/DeleteFriendListByListId.mys.sql
azist/azos-social-providers
4590860f69eae9476a5db259371882d56c9ea32a
[ "MIT" ]
null
null
null
src/Azos.Sky.Social/Graph/Server/Data/Scripts/Friend/DeleteFriendListByListId.mys.sql
azist/azos-social-providers
4590860f69eae9476a5db259371882d56c9ea32a
[ "MIT" ]
null
null
null
DELETE FROM tbl_friendlist WHERE GDID = ?pgnode AND LID = ?plistid;
17.25
40
0.753623
fb3c467d97959011dbedec49ba70552524c538c9
1,469
java
Java
ax-adt/src/main/java/com/g2forge/alexandria/adt/associative/cache/LRUCacheEvictionPolicy.java
gdgib/alexandria
e47cdd4b15b45ec668f09af8adfa3fccc68d0e27
[ "Apache-2.0" ]
1
2020-11-23T20:14:23.000Z
2020-11-23T20:14:23.000Z
ax-adt/src/main/java/com/g2forge/alexandria/adt/associative/cache/LRUCacheEvictionPolicy.java
gdgib/alexandria
e47cdd4b15b45ec668f09af8adfa3fccc68d0e27
[ "Apache-2.0" ]
1
2019-06-09T19:10:53.000Z
2019-06-09T19:10:53.000Z
ax-adt/src/main/java/com/g2forge/alexandria/adt/associative/cache/LRUCacheEvictionPolicy.java
gdgib/alexandria
e47cdd4b15b45ec668f09af8adfa3fccc68d0e27
[ "Apache-2.0" ]
null
null
null
package com.g2forge.alexandria.adt.associative.cache; import java.util.Collections; import java.util.Iterator; import java.util.LinkedHashSet; import java.util.LinkedList; import java.util.List; import java.util.Set; import com.g2forge.alexandria.java.adt.identity.IIdentity; import lombok.AccessLevel; import lombok....
27.716981
95
0.709326
943c10bbdb1e52d0683f4441b12cc4b5a044531f
2,576
rs
Rust
gitty-hub/src/api/webhooks/pull.rs
DevinR528/magit
ea10c716a38b914252ecad1e79b996c13ce69ab6
[ "MIT" ]
1
2021-12-09T21:31:24.000Z
2021-12-09T21:31:24.000Z
gitty-hub/src/api/webhooks/pull.rs
DevinR528/magit
ea10c716a38b914252ecad1e79b996c13ce69ab6
[ "MIT" ]
5
2021-05-23T11:31:57.000Z
2021-07-02T01:31:48.000Z
gitty-hub/src/api/webhooks/pull.rs
DevinR528/magit
ea10c716a38b914252ecad1e79b996c13ce69ab6
[ "MIT" ]
null
null
null
use github_derive::StringEnum; use js_int::UInt; use serde::Deserialize; use crate::api::{Changes, Installation, Org, PullRequest, Repository, User}; /// The payload of a pull request event. #[derive(Clone, Debug, Deserialize)] pub struct PullRequestEvent<'a> { /// The action that was performed. pub action: P...
24.769231
81
0.660326
511342a3bfc2e5d360566631be08647c99e70624
723
h
C
Engine/Monkey/Graphics/Texture/TextureBase.h
suijingfeng/VulkanTutorials
d1b0bab7fe5f1a9b69f18e49e60b54b8a9afdefa
[ "MIT" ]
2
2020-09-06T08:02:17.000Z
2021-06-24T16:18:59.000Z
Engine/Monkey/Graphics/Texture/TextureBase.h
suijingfeng/VulkanTutorials
d1b0bab7fe5f1a9b69f18e49e60b54b8a9afdefa
[ "MIT" ]
null
null
null
Engine/Monkey/Graphics/Texture/TextureBase.h
suijingfeng/VulkanTutorials
d1b0bab7fe5f1a9b69f18e49e60b54b8a9afdefa
[ "MIT" ]
1
2021-06-24T16:19:00.000Z
2021-06-24T16:19:00.000Z
#pragma once #include "Vulkan/VulkanPlatform.h" class Texture2D; class TextureBase { public: TextureBase(); virtual ~TextureBase(); bool IsValid() const { return !m_Invalid; } const VkDescriptorImageInfo& GetDescriptorImageInfo() const { return m_DescriptorInfo; } protected: ...
15.382979
63
0.691563
758ecab12f45f21bd5e2af7ba386d69bf00786a4
1,859
rs
Rust
src/http/models/message.rs
mbenoukaiss/automate
4f1db11f2d6c405b2f8e97499983ba5bfee75d96
[ "MIT" ]
14
2019-11-27T07:11:47.000Z
2020-08-10T20:41:38.000Z
src/http/models/message.rs
mbenoukaiss/automate
4f1db11f2d6c405b2f8e97499983ba5bfee75d96
[ "MIT" ]
5
2019-12-29T19:16:48.000Z
2020-08-17T14:14:34.000Z
src/http/models/message.rs
mbenoukaiss/automate
4f1db11f2d6c405b2f8e97499983ba5bfee75d96
[ "MIT" ]
1
2019-12-04T04:04:34.000Z
2019-12-04T04:04:34.000Z
use crate::gateway::Embed; use crate::Snowflake; /// See [HttpApi::create_message](automate::HttpAPI::create_message) /// for documentation. /// /// You may create a message as a reply to another message. To do so, /// include a [`message_reference`](#DOCS_RESOURCES_CHANNEL/message-object-message-reference-structure) ...
30.983333
103
0.703066
5e43001c6d10e6f6a2a83f387e67b7d237a3429e
102
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/acos_fastcall.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/acos_fastcall.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/acos_fastcall.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_math16 PUBLIC _acosf16_fastcall EXTERN acosf16 defc _acosf16_fastcall = acosf16
14.571429
33
0.833333
e2c3c794fa3501415de6fbf43de6fb67e07e2382
669
dart
Dart
lib/app/views/auth/widgets/circle.dart
Yoga3911/sulai
7e20e3bbd170da1fc0792b2d632178a1d4375f7e
[ "MIT" ]
2
2022-03-31T07:06:51.000Z
2022-03-31T09:32:39.000Z
lib/app/views/auth/widgets/circle.dart
Yoga3911/sulai
7e20e3bbd170da1fc0792b2d632178a1d4375f7e
[ "MIT" ]
null
null
null
lib/app/views/auth/widgets/circle.dart
Yoga3911/sulai
7e20e3bbd170da1fc0792b2d632178a1d4375f7e
[ "MIT" ]
null
null
null
import 'package:flutter/material.dart'; class PositionedCircle extends StatelessWidget { const PositionedCircle({Key? key, required this.boxShadow, required this.top, required this.color}) : super(key: key); final List<BoxShadow> boxShadow; final double top; final Color color; @override Widget build(Buil...
24.777778
120
0.647235
5d80974c4446752e55c6ea449fb29dae498c764a
40,027
go
Go
api/go/src/tgdb/impl/modelimpl.go
TIBCOSoftware/tgdb-client
92d0c8401003420cacdd90de56db877eae2d02d1
[ "Apache-2.0" ]
19
2018-01-22T19:45:34.000Z
2018-11-21T20:51:17.000Z
api/go/src/tgdb/impl/modelimpl.go
TIBCOSoftware/tgdb-client
92d0c8401003420cacdd90de56db877eae2d02d1
[ "Apache-2.0" ]
null
null
null
api/go/src/tgdb/impl/modelimpl.go
TIBCOSoftware/tgdb-client
92d0c8401003420cacdd90de56db877eae2d02d1
[ "Apache-2.0" ]
8
2016-10-29T17:41:06.000Z
2021-02-25T19:18:49.000Z
/* * Copyright 2019 TIBCO Software Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except * in compliance with the License. * A copy of the License is included in the distribution package with this file. * You also may obtain a copy of the Li...
36.223529
168
0.708297
04a106c0030b8e20adb9dee80bcf32ada8bdb12f
328
java
Java
pudding-eureka-client1/src/main/java/ahan/pp/puddingeurekaclient1/entity/ResponseBean.java
sf621101/pudding
6fd25476c862b30c36e5757a2241c77ce9802fff
[ "Apache-2.0" ]
null
null
null
pudding-eureka-client1/src/main/java/ahan/pp/puddingeurekaclient1/entity/ResponseBean.java
sf621101/pudding
6fd25476c862b30c36e5757a2241c77ce9802fff
[ "Apache-2.0" ]
null
null
null
pudding-eureka-client1/src/main/java/ahan/pp/puddingeurekaclient1/entity/ResponseBean.java
sf621101/pudding
6fd25476c862b30c36e5757a2241c77ce9802fff
[ "Apache-2.0" ]
null
null
null
package ahan.pp.puddingeurekaclient1.entity; import lombok.Data; import java.io.Serializable; /** * create by wusf on 2017/12/22.<br> */ @Data public class ResponseBean implements Serializable { private static final long serialVersionUID = -2136782783134130687L; private String msg; private String co...
15.619048
71
0.740854
0c9ae2b51288ca98ffcd2520e0ff6c3e32a621f6
5,707
py
Python
src/api/dataflow/batch/periodic/backend/validator/processings_validator.py
Chromico/bk-base
be822d9bbee544a958bed4831348185a75604791
[ "MIT" ]
84
2021-06-30T06:20:23.000Z
2022-03-22T03:05:49.000Z
src/api/dataflow/batch/periodic/backend/validator/processings_validator.py
Chromico/bk-base
be822d9bbee544a958bed4831348185a75604791
[ "MIT" ]
7
2021-06-30T06:21:16.000Z
2022-03-29T07:36:13.000Z
src/api/dataflow/batch/periodic/backend/validator/processings_validator.py
Chromico/bk-base
be822d9bbee544a958bed4831348185a75604791
[ "MIT" ]
40
2021-06-30T06:21:26.000Z
2022-03-29T12:42:26.000Z
# -*- coding: utf-8 -*- """ Tencent is pleased to support the open source community by making BK-BASE 蓝鲸基础平台 available. Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. BK-BASE 蓝鲸基础平台 is licensed under the MIT License. License for BK-BASE 蓝鲸基础平台: ------------------------------------------...
51.414414
111
0.715437
085e0780f8a5bda2846b31d6c0227314cc0df0a0
19,129
sql
SQL
SCRIPTS/Statpack/spup90.sql
nabeelkhan/Oracle-DBA-Life
102a3d14cfd102f38968f2f62f4ec3e019d33b21
[ "MIT" ]
null
null
null
SCRIPTS/Statpack/spup90.sql
nabeelkhan/Oracle-DBA-Life
102a3d14cfd102f38968f2f62f4ec3e019d33b21
[ "MIT" ]
null
null
null
SCRIPTS/Statpack/spup90.sql
nabeelkhan/Oracle-DBA-Life
102a3d14cfd102f38968f2f62f4ec3e019d33b21
[ "MIT" ]
null
null
null
Rem Rem $Header: spup90.sql 18-apr-2002.10:55:26 vbarrier Exp $ Rem Rem spup90.sql Rem Rem Copyright (c) 2001, 2002, Oracle Corporation. All rights reserved. Rem Rem NAME Rem spup90.sql - StatsPack UPgrade 90 Rem Rem DESCRIPTION Rem Upgrades the Statspack schema to the 9.2 schema format Rem Rem NO...
32.095638
183
0.642271
16bbcd165f9e6db92194322c81dcbab6c5628754
6,659
ts
TypeScript
src/cps-transform.ts
peterkelly/trestle
a041e66ff2a2ef0dbaea3ec296316d4f9e26c9e9
[ "Apache-2.0" ]
null
null
null
src/cps-transform.ts
peterkelly/trestle
a041e66ff2a2ef0dbaea3ec296316d4f9e26c9e9
[ "Apache-2.0" ]
null
null
null
src/cps-transform.ts
peterkelly/trestle
a041e66ff2a2ef0dbaea3ec296316d4f9e26c9e9
[ "Apache-2.0" ]
null
null
null
// Copyright 2018 Peter Kelly <peter@pmkelly.net> // // 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 ...
32.169082
99
0.628323
76bfae5b52e6d17223494f3fee5f1be7da6560b8
658
c
C
re2c/test/newlines/nl_01.c
adesutherland/crexx
e8d17152c565e9387ee8c33c653b4910b56f5165
[ "MIT" ]
8
2020-11-08T15:36:14.000Z
2022-03-27T13:50:07.000Z
re2c/test/newlines/nl_01.c
adesutherland/crexx
e8d17152c565e9387ee8c33c653b4910b56f5165
[ "MIT" ]
98
2020-11-12T11:49:41.000Z
2022-03-27T17:24:13.000Z
re2c/test/newlines/nl_01.c
adesutherland/crexx
e8d17152c565e9387ee8c33c653b4910b56f5165
[ "MIT" ]
10
2021-03-31T13:50:52.000Z
2021-12-02T03:34:42.000Z
/* Generated by re2c */ #line 1 "newlines/nl_01.re" // re2c $INPUT -o $OUTPUT #line 3 "newlines/nl_01.re" yyt1 #define YYMAXFILL 1 #line 14 "newlines/nl_01.c" { YYCTYPE yych; if (YYLIMIT <= YYCURSOR) YYFILL(1); yych = *YYCURSOR; yyt1 = YYCURSOR; switch (yych) { case 'a': goto yy3; default: goto yy2; } yy...
15.666667
81
0.641337
ca36172627466d0914eab1afb56c023f5639251a
6,564
swift
Swift
Sources/SimpleQueueClient/SimpleQueueOperationsReporting.swift
pbthif/smoke-aws
913669aa7d92180053424ed817fe3f3dfd6e4a50
[ "Apache-2.0" ]
108
2018-11-07T07:12:15.000Z
2021-12-26T06:24:12.000Z
Sources/SimpleQueueClient/SimpleQueueOperationsReporting.swift
QPC-database/smoke-aws
770dfceb85a41e1c645a8b674832e5560a2147a7
[ "Apache-2.0" ]
27
2018-11-15T22:30:11.000Z
2022-01-21T21:52:50.000Z
Sources/SimpleQueueClient/SimpleQueueOperationsReporting.swift
QPC-database/smoke-aws
770dfceb85a41e1c645a8b674832e5560a2147a7
[ "Apache-2.0" ]
17
2018-11-07T17:09:39.000Z
2021-12-06T01:16:53.000Z
// Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). // You may not use this file except in compliance with the License. // A copy of the License is located at // // http://www.apache.org/licenses/LICENSE-2.0 // // or i...
69.094737
127
0.806977
de8a5a67655c1965764e7133c825a35ae7429192
2,369
rs
Rust
src/tester.rs
jgarzik/kvapp
29df1416d61d52961ccf5e77711bee260819fd2f
[ "MIT" ]
9
2019-09-22T20:42:17.000Z
2020-09-16T02:15:17.000Z
src/tester.rs
jgarzik/kvapp
29df1416d61d52961ccf5e77711bee260819fd2f
[ "MIT" ]
5
2019-09-22T16:47:24.000Z
2019-11-29T18:43:22.000Z
src/tester.rs
jgarzik/kvapp
29df1416d61d52961ccf5e77711bee260819fd2f
[ "MIT" ]
2
2019-10-17T15:29:07.000Z
2019-11-29T03:55:12.000Z
/* * tester: Integration tester for kvapp * * To be run separately from kvapp, assuming a clean and empty db: * $ cargo run --bin kvapp * $ cargo run --bin tester */ extern crate reqwest; const T_ENDPOINT: &'static str = "http://127.0.0.1:8080"; const T_BASEURI: &'static str = "/api/db/"; const T_VALUE: &'stati...
28.202381
69
0.583791
ffde26f417e7ac67ea9f01429aada29ae737093c
22,630
html
HTML
node_modules/rollbar/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/src/browser/transport.js.html
CDSappBuilders/The-Cordovizer
3b556796097750eb28109fd3a3b464c91e7375b6
[ "Apache-2.0", "CC0-1.0" ]
null
null
null
node_modules/rollbar/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/src/browser/transport.js.html
CDSappBuilders/The-Cordovizer
3b556796097750eb28109fd3a3b464c91e7375b6
[ "Apache-2.0", "CC0-1.0" ]
null
null
null
node_modules/rollbar/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/src/browser/transport.js.html
CDSappBuilders/The-Cordovizer
3b556796097750eb28109fd3a3b464c91e7375b6
[ "Apache-2.0", "CC0-1.0" ]
null
null
null
<!doctype html> <html lang="en"> <head> <title>Code coverage report for src/browser/transport.js</title> <meta charset="utf-8"> <link rel="stylesheet" href="../../prettify.css"> <link rel="stylesheet" href="../../base.css"> <style type='text/css'> div.coverage-summary .sorter { b...
34.708589
185
0.672426
273f4094d3cfab27992b2cd686796822249b1ffc
5,891
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_40.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_40.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_40.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r15 push %rax push %rcx push %rdx lea addresses_D_ht+0x1cf28, %r15 nop nop inc %r12 mov $0x6162636465666768, %rax movq %rax, %xmm1 movups %xmm1, (%r15) nop nop nop nop nop and $57587, %rdx lea addresses_UC_ht+0x19aa8, %rcx nop nop nop and ...
35.275449
2,999
0.656425
8d5f84656c93682117ad58dd8469a1ce464e3e3f
2,123
dart
Dart
flutter-app/lib/screens/offres_cote_automobiliste/pages/company_tab.dart
youssefbenhissi/weadvert
e5f9ba5b531b4a8ad0be9645f0e18a73fd72cd85
[ "BSD-Source-Code" ]
1
2022-03-10T02:05:58.000Z
2022-03-10T02:05:58.000Z
flutter-app/lib/screens/offres_cote_automobiliste/pages/company_tab.dart
youssefbenhissi/weadvert
e5f9ba5b531b4a8ad0be9645f0e18a73fd72cd85
[ "BSD-Source-Code" ]
null
null
null
flutter-app/lib/screens/offres_cote_automobiliste/pages/company_tab.dart
youssefbenhissi/weadvert
e5f9ba5b531b4a8ad0be9645f0e18a73fd72cd85
[ "BSD-Source-Code" ]
null
null
null
import 'package:easy_localization/easy_localization.dart'; import 'package:flutter/material.dart'; import 'package:pim/constants.dart'; import 'package:pim/models/offre.dart'; import 'package:pim/screens/offres_cote_automobiliste/models/company.dart'; class CompanyTab extends StatelessWidget { final Offre company; ...
31.220588
75
0.504475
dd3a27eb84019bc8e29c46d8ba1bc527f75515a3
1,211
go
Go
update_test.go
silas/db
26856b6530ba294ba09247407eade2fb8f9f234b
[ "MIT" ]
1
2021-01-16T02:59:19.000Z
2021-01-16T02:59:19.000Z
update_test.go
silas/db
26856b6530ba294ba09247407eade2fb8f9f234b
[ "MIT" ]
null
null
null
update_test.go
silas/db
26856b6530ba294ba09247407eade2fb8f9f234b
[ "MIT" ]
null
null
null
package sq import ( "testing" "github.com/stretchr/testify/assert" ) func TestUpdateBuilderToSQL(t *testing.T) { b := Update(""). Prefix("WITH prefix AS ?", 0). Table("a"). Set("b", Expr("? + 1", 1)). SetMap(Eq{"c": 2}). From("f1"). From("f2"). Where("d = ?", 3). OrderBy("e"). Limit(4). Offset...
19.532258
53
0.592073
5f755fe835d90e7f99bacdb1c6d0c5c02c2e6129
2,101
lua
Lua
src/actions/vstudio/vs2010_vcxproj_filters.lua
andryblack/premake
4c20526d5a5e5641cc1a345900deb85669273b4d
[ "BSD-3-Clause" ]
null
null
null
src/actions/vstudio/vs2010_vcxproj_filters.lua
andryblack/premake
4c20526d5a5e5641cc1a345900deb85669273b4d
[ "BSD-3-Clause" ]
null
null
null
src/actions/vstudio/vs2010_vcxproj_filters.lua
andryblack/premake
4c20526d5a5e5641cc1a345900deb85669273b4d
[ "BSD-3-Clause" ]
null
null
null
-- -- vs2010_vcxproj_filters.lua -- Generate a Visual Studio 201x C/C++ filters file. -- Copyright (c) 2009-2013 Jason Perkins and the Premake project -- local vc2010 = premake.vstudio.vc2010 local project = premake.project local tree = premake.tree -- -- Generate a Visual Studio 201x C++ project, with support fo...
25.011905
85
0.677772
2a5658a62249ebb8f1a5e319881287e89f64b3c4
1,148
java
Java
app/src/main/java/spaceinvaders/drawables/EndGameBackground.java
samuel-cavalcanti/Arcade-Sprite-Based-Framework_ufu
51f9fb987b711bf09417719f5a5e7c97f99a1ca8
[ "BSD-2-Clause" ]
null
null
null
app/src/main/java/spaceinvaders/drawables/EndGameBackground.java
samuel-cavalcanti/Arcade-Sprite-Based-Framework_ufu
51f9fb987b711bf09417719f5a5e7c97f99a1ca8
[ "BSD-2-Clause" ]
null
null
null
app/src/main/java/spaceinvaders/drawables/EndGameBackground.java
samuel-cavalcanti/Arcade-Sprite-Based-Framework_ufu
51f9fb987b711bf09417719f5a5e7c97f99a1ca8
[ "BSD-2-Clause" ]
null
null
null
package spaceinvaders.drawables; import org.jetbrains.annotations.NotNull; import spriteframework.board.Drawable; import java.awt.*; public class EndGameBackground implements Drawable { private final String message; private final int boardWidth; private final int boardHeight; public EndGameBackgrou...
28
82
0.654181
8fd984557ddcffbe94a07a9b5b80e4556ccf4f57
979
dart
Dart
lib/shared/domain/usecases/get_user_by_uid.dart
tenhobi/game-without-name
777c4be70d6e9f1392be0645fc92066825b530f1
[ "MIT" ]
8
2019-10-22T13:02:17.000Z
2020-01-01T12:39:40.000Z
lib/shared/domain/usecases/get_user_by_uid.dart
tenhobi/game-without-name
777c4be70d6e9f1392be0645fc92066825b530f1
[ "MIT" ]
9
2019-10-21T13:23:22.000Z
2020-01-05T13:31:07.000Z
lib/shared/domain/usecases/get_user_by_uid.dart
tenhobi/game-without-name
777c4be70d6e9f1392be0645fc92066825b530f1
[ "MIT" ]
null
null
null
import 'package:dartz/dartz.dart'; import 'package:equatable/equatable.dart'; import 'package:flutter/cupertino.dart'; import '../../../core/error/failures.dart'; import '../../../core/usecases/usecase.dart'; import '../entities/user.dart'; import '../repositories/user_repository.dart'; /// {@template get_user_by_id}...
26.459459
65
0.724208
c535608e0636dda084445763257c16cbc356d9ec
543
cpp
C++
Interviewbit/hashing/2-sum.cpp
jatin69/Revision-cpp
52742ea76ee2440d92b116252399360fef46e0c7
[ "MIT" ]
4
2020-01-16T14:49:46.000Z
2021-08-23T12:45:19.000Z
Interviewbit/hashing/2-sum.cpp
jatin69/coding-practice
52742ea76ee2440d92b116252399360fef46e0c7
[ "MIT" ]
2
2018-06-06T13:08:11.000Z
2018-10-02T19:07:32.000Z
Interviewbit/hashing/2-sum.cpp
jatin69/coding-practice
52742ea76ee2440d92b116252399360fef46e0c7
[ "MIT" ]
5
2018-10-02T13:49:16.000Z
2021-08-11T07:29:50.000Z
/* * Author : Jatin Rohilla * Date : June-July-2019 * * Compiler : g++ 5.1.0 * flags : -std=c++14 */ #include<bits/stdc++.h> using namespace std; vector<int> Solution::twoSum(const vector<int> &A, int B) { std::unordered_map<int, int> m; vector<int> res = {}; for(int i=0;i<A.size();++i){ ...
18.1
59
0.482505
eb208f5c55495b8af494626b410c40fa90396bee
13,765
dart
Dart
lib/core/stats.dart
brendan-duncan/dartray
93df4609538816338d6c242548866b794a4066e2
[ "BSD-2-Clause", "Apache-2.0" ]
16
2015-01-01T14:49:05.000Z
2021-09-04T09:36:26.000Z
lib/core/stats.dart
kevinkimdev/dartray
1b7b345968697dba964676db1c4e28811bb50196
[ "Apache-2.0", "BSD-2-Clause" ]
1
2015-01-01T15:04:53.000Z
2015-01-08T23:28:36.000Z
lib/core/stats.dart
kevinkimdev/dartray
1b7b345968697dba964676db1c4e28811bb50196
[ "Apache-2.0", "BSD-2-Clause" ]
4
2016-04-12T15:41:02.000Z
2016-08-28T14:49:52.000Z
/**************************************************************************** * Copyright (C) 2014 by Brendan Duncan. * * * * This file is part of DartRay. * * ...
22.714521
120
0.683981
dd853edc6dbc497cf061d6bae07c5323de978fd4
1,189
php
PHP
app/Patient.php
Amna-jahanzaib/laravel_project
5a79d943d47d8c1836b8e89cbceab112c42be3cc
[ "MIT" ]
null
null
null
app/Patient.php
Amna-jahanzaib/laravel_project
5a79d943d47d8c1836b8e89cbceab112c42be3cc
[ "MIT" ]
6
2021-02-02T19:36:44.000Z
2022-02-27T06:26:00.000Z
app/Patient.php
Amna-jahanzaib/laravel_project
5a79d943d47d8c1836b8e89cbceab112c42be3cc
[ "MIT" ]
null
null
null
<?php namespace App; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\SoftDeletes; use \DateTimeInterface; class Patient extends Model { use SoftDeletes; public $table = 'patients'; protected $primaryKey = 'id'; const GENDER_RADIO = [ 'm' => 'Male', 'f' => 'F...
17.485294
70
0.53995
d529ca7a0125ea26e7b207c0bbc5f574a4f7510d
118
dart
Dart
example/example.dart
gluons/figures.dart
85b0527a6e8259f0e051dd52b0e2010ca7423c26
[ "MIT" ]
1
2019-09-21T12:17:41.000Z
2019-09-21T12:17:41.000Z
example/example.dart
gluons/figures.dart
85b0527a6e8259f0e051dd52b0e2010ca7423c26
[ "MIT" ]
null
null
null
example/example.dart
gluons/figures.dart
85b0527a6e8259f0e051dd52b0e2010ca7423c26
[ "MIT" ]
null
null
null
import 'package:figures/figures.dart'; void main() { print(figures['tick']); print(replaceFigures('✔ check')); }
16.857143
38
0.669492
5fb45e644f4d7cbe265527889117cd1101bb6af1
51,911
c
C
testsuite/EXP_4/test582.c
ishiura-compiler/CF3
0718aa176d0303a4ea8a46bd6c794997cbb8fabb
[ "MIT" ]
34
2017-07-04T14:16:12.000Z
2021-04-22T21:04:43.000Z
testsuite/EXP_4/test582.c
ishiura-compiler/CF3
0718aa176d0303a4ea8a46bd6c794997cbb8fabb
[ "MIT" ]
1
2017-07-06T03:43:44.000Z
2017-07-06T03:43:44.000Z
testsuite/EXP_4/test582.c
ishiura-compiler/CF3
0718aa176d0303a4ea8a46bd6c794997cbb8fabb
[ "MIT" ]
6
2017-07-04T16:30:42.000Z
2019-10-16T05:37:29.000Z
/* CF3 Copyright (c) 2015 ishiura-lab. Released under the MIT license. https://github.com/ishiura-compiler/CF3/MIT-LICENSE.md */ #include<stdio.h> #include<stdint.h> #include<stdlib.h> #include"test1.h" uint32_t x19 = 799U; static volatile int32_t x20 = -1; int32_t x25 = INT32_MAX; volatile int64_t x26 = INT64_M...
18.382082
59
0.579511
03edfcc58946fcea90e7721ba79f78cef63aed85
684
ps1
PowerShell
Misc/Remove-DesktopShortcut.ps1
achavan51/navcontainerhelper-master
85833809d3eadaecbc05308b2630d185d244ac92
[ "MIT" ]
2
2018-08-02T14:54:11.000Z
2019-12-18T14:26:24.000Z
Misc/Remove-DesktopShortcut.ps1
achavan51/navcontainerhelper-master
85833809d3eadaecbc05308b2630d185d244ac92
[ "MIT" ]
null
null
null
Misc/Remove-DesktopShortcut.ps1
achavan51/navcontainerhelper-master
85833809d3eadaecbc05308b2630d185d244ac92
[ "MIT" ]
1
2022-03-10T19:18:59.000Z
2022-03-10T19:18:59.000Z
function Remove-DesktopShortcut { Param( [Parameter(Mandatory=$true)] [string]$Name ) $filename = Join-Path ([Environment]::GetFolderPath("Desktop")) "$Name.lnk" if (Test-Path -Path $filename) { Remove-Item $filename -force } $filename = Join-Path ([Environment]::GetFold...
34.2
106
0.654971
4f5d316a1ada88c675b82e66f2123208fd3de665
422
asm
Assembly
oeis/152/A152010.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/152/A152010.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/152/A152010.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A152010: Sum of digits of A127335(n). ; Submitted by Jon Maiga ; 14,17,7,6,9,3,6,9,7,7,12,12,10,15,6,15,15,8,12,21,12,21,10,18,24,19,21,4,12,6,11,15,12,18,6,12,9,13,13,12,17,11,14,11,21,11,18,10,14,20,8,16,4,10,16,12,15,14,15,15,17,18,11,21,15,15,17,20,12,18,3,15,20,9,21,10,6 seq $0,127335 ; Numbers that are the sum...
60.285714
213
0.668246
933c12b5a2c076c475a14829c767995b74f2c3d2
1,392
dart
Dart
med_elas/lib/app/home/widgets/remote_card.dart
ibiaalice/MedElas
c2964c2be1cf7b023d8481ab067820e7a949b003
[ "MIT" ]
null
null
null
med_elas/lib/app/home/widgets/remote_card.dart
ibiaalice/MedElas
c2964c2be1cf7b023d8481ab067820e7a949b003
[ "MIT" ]
null
null
null
med_elas/lib/app/home/widgets/remote_card.dart
ibiaalice/MedElas
c2964c2be1cf7b023d8481ab067820e7a949b003
[ "MIT" ]
null
null
null
import 'package:flutter/material.dart'; import 'package:med_elas/app/avaliable_time/avaliable_time_page.dart'; import 'package:med_elas/app/home/widgets/card_title.dart'; import 'package:med_elas/app/home/widgets/option_card_button.dart'; import 'package:med_elas/app/widgets/constants.dart'; class RemoteCard extends S...
31.636364
79
0.561782
6cbe3abb26af6660cc57e937bbb85bc7785c4068
404
go
Go
app/interface/openplatform/article/http/cards.go
78182648/blibli-go
7c717cc07073ff3397397fd3c01aa93234b142e3
[ "MIT" ]
22
2019-04-27T06:44:41.000Z
2022-02-04T16:54:14.000Z
app/interface/openplatform/article/http/cards.go
YouthAge/blibli-go
7c717cc07073ff3397397fd3c01aa93234b142e3
[ "MIT" ]
null
null
null
app/interface/openplatform/article/http/cards.go
YouthAge/blibli-go
7c717cc07073ff3397397fd3c01aa93234b142e3
[ "MIT" ]
34
2019-05-07T08:22:27.000Z
2022-03-25T08:14:56.000Z
package http import ( "go-common/library/ecode" bm "go-common/library/net/http/blademaster" "strings" ) func card(c *bm.Context) { c.JSON(artSrv.FindCard(c, c.Request.Form.Get("id"))) } func cards(c *bm.Context) { var ( params = c.Request.Form ) ids := strings.Split(params.Get("ids"), ",") if len(ids) > 10...
16.833333
53
0.655941
b2442cdeb59b470e6fc5e1d211e2cd81f3a72d1a
1,378
dart
Dart
LibTest/async/Future/wait_A01_t03.dart
tvolkert/co19
435727789062a45da3d20da09024651fdeb8cafe
[ "BSD-3-Clause" ]
null
null
null
LibTest/async/Future/wait_A01_t03.dart
tvolkert/co19
435727789062a45da3d20da09024651fdeb8cafe
[ "BSD-3-Clause" ]
null
null
null
LibTest/async/Future/wait_A01_t03.dart
tvolkert/co19
435727789062a45da3d20da09024651fdeb8cafe
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file * for details. All rights reserved. Use of this source code is governed by a * BSD-style license that can be found in the LICENSE file. */ /** * @assertion Future<List> wait(Iterable<Future> futures, * {bool eagerError:...
30.622222
77
0.691582
54ce99df4508303bf4bbaa1de93344cbbf98fe2b
337
sql
SQL
db/sql/3236__drop_views_dw_v_api.sql
CSCfi/antero
e762c09e395cb01e334f2a04753ba983107ac7d7
[ "MIT" ]
6
2017-08-03T08:49:17.000Z
2021-11-14T17:09:27.000Z
db_archive/sql_archive/3236__drop_views_dw_v_api.sql
CSC-IT-Center-for-Science/antero
2835d7fd07cd7399a348033a6230d1b16634fb3b
[ "MIT" ]
3
2017-05-03T08:45:42.000Z
2020-10-27T06:30:40.000Z
db_archive/sql_archive/3236__drop_views_dw_v_api.sql
CSC-IT-Center-for-Science/antero
2835d7fd07cd7399a348033a6230d1b16634fb3b
[ "MIT" ]
4
2017-10-19T11:31:43.000Z
2022-01-05T14:53:57.000Z
USE [ANTERO] GO /****** Object: View [dw].[v_api_tavoiteajassa_tutkinnon_suorittaneet2] Script Date: 2.9.2020 11:14:20 ******/ DROP VIEW IF EXISTS [dw].[v_api_opiskelijat_ja_tutkinnot] DROP VIEW IF EXISTS [dw].[v_api_tavoiteajassa_tutkinnon_suorittaneet] DROP VIEW IF EXISTS [dw].[v_api_tavoiteajassa_tutkinnon_suor...
28.083333
114
0.768546
11ef4234c1fffffd7e570d896781d2f01acd55a5
1,545
lua
Lua
src/Atom/Bubble.lua
Vexot/synthetic
f43badd928dc78a52275f174dc52e1d34542a715
[ "Apache-2.0" ]
null
null
null
src/Atom/Bubble.lua
Vexot/synthetic
f43badd928dc78a52275f174dc52e1d34542a715
[ "Apache-2.0" ]
null
null
null
src/Atom/Bubble.lua
Vexot/synthetic
f43badd928dc78a52275f174dc52e1d34542a715
[ "Apache-2.0" ]
null
null
null
local packages = script.Parent.Parent.Parent local synthetic = require(script.Parent.Parent) local util = require(script.Parent.Parent:WaitForChild("Util")) local fusion = util.initFusion(require(packages:WaitForChild('fusion'))) local maidConstructor = require(packages:WaitForChild('maid')) local enums = require(scrip...
32.87234
77
0.733981
681276faf9a3f36a027e51dc8de95581088b931b
1,902
cpp
C++
Code/Libraries/Rodin/src/BTNodes/rodinbtnodeuseresource.cpp
kas1e/Eldritch
032b4ac52f7508c89efa407d6fe60f40c6281fd9
[ "Zlib" ]
null
null
null
Code/Libraries/Rodin/src/BTNodes/rodinbtnodeuseresource.cpp
kas1e/Eldritch
032b4ac52f7508c89efa407d6fe60f40c6281fd9
[ "Zlib" ]
null
null
null
Code/Libraries/Rodin/src/BTNodes/rodinbtnodeuseresource.cpp
kas1e/Eldritch
032b4ac52f7508c89efa407d6fe60f40c6281fd9
[ "Zlib" ]
null
null
null
#include "core.h" #include "rodinbtnodeuseresource.h" #include "configmanager.h" #include "Components/wbcomprodinresourcemap.h" #include "Components/wbcomprodinbehaviortree.h" #include "wbentity.h" RodinBTNodeUseResource::RodinBTNodeUseResource() : m_Resource(), m_ForceClaim(false) {} RodinBTNodeUseResource::~Rod...
29.71875
79
0.740799
fbacbc2e5c5f1c47cf21cb2827430820713f39fd
3,296
swift
Swift
Pods/SwiftGRPC/Sources/SwiftGRPC/Runtime/ClientCallClientStreaming.swift
Eskyee/zap-iOS
dbf40a53131b7f4f4cdfa269020e559df90a0140
[ "MIT" ]
1,699
2017-05-06T02:22:00.000Z
2022-03-30T07:51:03.000Z
Pods/SwiftGRPC/Sources/SwiftGRPC/Runtime/ClientCallClientStreaming.swift
guruantree/MacAssistant
21c4537fbedaab1a3be28daef578ad8d91cf8604
[ "MIT" ]
330
2018-07-24T18:41:20.000Z
2022-03-19T07:46:32.000Z
Pods/SwiftGRPC/Sources/SwiftGRPC/Runtime/ClientCallClientStreaming.swift
guruantree/MacAssistant
21c4537fbedaab1a3be28daef578ad8d91cf8604
[ "MIT" ]
180
2017-05-18T22:28:37.000Z
2022-03-28T12:28:04.000Z
/* * Copyright 2018, gRPC Authors All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
33.979381
141
0.722087
7bec939464a0cb1797b44098a1c4ff66166194c3
351
css
CSS
src/styles/tailwind.css
alenvlahovljak/next-auth
479b4da043e3e8c9cb0fe7af492325629b558d0a
[ "RSA-MD" ]
null
null
null
src/styles/tailwind.css
alenvlahovljak/next-auth
479b4da043e3e8c9cb0fe7af492325629b558d0a
[ "RSA-MD" ]
null
null
null
src/styles/tailwind.css
alenvlahovljak/next-auth
479b4da043e3e8c9cb0fe7af492325629b558d0a
[ "RSA-MD" ]
null
null
null
@import "tailwindcss/base"; @import "tailwindcss/components"; @import "tailwindcss/utilities"; @import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Open+Sans:wght@400;700&display=swap'); body { font-family: 'Open Sans', 'Lato', sans-serif; margin: 0; } h1, h2, h3, h4, h5, h6 { font...
16.714286
113
0.680912
a6b0d916d4a8a15bec564d6c1d03b7c4d6c930ed
532
psd1
PowerShell
src/Bootstrapper/Cake.Bootstrapper.psd1
devlead/bootstrapper
72edd7f6370769d0e1046bb7cad5c88f6b7f91ef
[ "MIT" ]
null
null
null
src/Bootstrapper/Cake.Bootstrapper.psd1
devlead/bootstrapper
72edd7f6370769d0e1046bb7cad5c88f6b7f91ef
[ "MIT" ]
null
null
null
src/Bootstrapper/Cake.Bootstrapper.psd1
devlead/bootstrapper
72edd7f6370769d0e1046bb7cad5c88f6b7f91ef
[ "MIT" ]
null
null
null
@{ # Script module or binary module file associated with this manifest. RootModule = '.\Cake.Bootstrapper.dll' # Version number of this module. ModuleVersion = '<%MODULE_VERSION%>' # ID used to uniquely identify this module GUID = 'E2223D75-FB87-42FC-951B-75654FA7FAD0' # Author of this ...
28
72
0.682331
2f4238abb4013ad43b97e3eb023fb42c3450fb5c
2,546
java
Java
ServiceDemo/app/src/main/java/com/example/timsong/servicedemo/MainActivity.java
TimmySong/LearnAndroid
8cc51c3d04c1b64f9ae917022eb3d380dbde0fe8
[ "Unlicense" ]
2
2017-01-06T12:18:27.000Z
2017-11-17T03:54:24.000Z
ServiceDemo/app/src/main/java/com/example/timsong/servicedemo/MainActivity.java
TimmySong/LearnAndroid
8cc51c3d04c1b64f9ae917022eb3d380dbde0fe8
[ "Unlicense" ]
null
null
null
ServiceDemo/app/src/main/java/com/example/timsong/servicedemo/MainActivity.java
TimmySong/LearnAndroid
8cc51c3d04c1b64f9ae917022eb3d380dbde0fe8
[ "Unlicense" ]
null
null
null
package com.example.timsong.servicedemo; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.ServiceConnection; import android.os.IBinder; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import ...
34.405405
116
0.714847
088b99077c9c140982dda566944248bdd30b028d
2,428
go
Go
models/microsoft/graph/app_catalogs.go
arunpassi/msgraph-sdk-go
c735c7879744f72aa7490734b0e7034b92575438
[ "MIT" ]
null
null
null
models/microsoft/graph/app_catalogs.go
arunpassi/msgraph-sdk-go
c735c7879744f72aa7490734b0e7034b92575438
[ "MIT" ]
null
null
null
models/microsoft/graph/app_catalogs.go
arunpassi/msgraph-sdk-go
c735c7879744f72aa7490734b0e7034b92575438
[ "MIT" ]
null
null
null
package graph import ( i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55 "github.com/microsoft/kiota/abstractions/go/serialization" ) // AppCatalogs type AppCatalogs struct { Entity // teamsApps []TeamsApp; } // NewAppCatalogs instantiates a new appCatalogs and sets the default value...
33.260274
161
0.670511