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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
968fb6ca671861c6d3920648632f2c5b1bf2463c | 22,721 | html | HTML | docs/_out/html/cpp_api/classopen3d_1_1io_1_1_azure_kinect_sensor.html | avnishsachar/Open3D_homework_task | 56fb41c812b3e60c0a284abb13e6d196997575d8 | [
"MIT"
] | null | null | null | docs/_out/html/cpp_api/classopen3d_1_1io_1_1_azure_kinect_sensor.html | avnishsachar/Open3D_homework_task | 56fb41c812b3e60c0a284abb13e6d196997575d8 | [
"MIT"
] | null | null | null | docs/_out/html/cpp_api/classopen3d_1_1io_1_1_azure_kinect_sensor.html | avnishsachar/Open3D_homework_task | 56fb41c812b3e60c0a284abb13e6d196997575d8 | [
"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... | 48.445629 | 478 | 0.687338 |
2a48341e734b3a4946e373a4aba1f4aab19bc816 | 1,903 | java | Java | src/main/java/com/hedera/hashgraph/stablecoin/app/handler/DecreaseAllowanceTransactionHandler.java | hashgraph/hedera-stable-coin | ded7e4d82d68c3379557138046d9792d9fe4053e | [
"Apache-2.0"
] | 4 | 2021-01-20T16:24:46.000Z | 2022-03-01T07:16:24.000Z | src/main/java/com/hedera/hashgraph/stablecoin/app/handler/DecreaseAllowanceTransactionHandler.java | hashgraph/hedera-stable-coin | ded7e4d82d68c3379557138046d9792d9fe4053e | [
"Apache-2.0"
] | 1 | 2020-12-01T23:19:30.000Z | 2020-12-02T13:47:35.000Z | src/main/java/com/hedera/hashgraph/stablecoin/app/handler/DecreaseAllowanceTransactionHandler.java | hashgraph/hedera-stable-coin | ded7e4d82d68c3379557138046d9792d9fe4053e | [
"Apache-2.0"
] | 5 | 2020-11-17T16:23:10.000Z | 2022-02-01T01:00:26.000Z | package com.hedera.hashgraph.stablecoin.app.handler;
import com.hedera.hashgraph.stablecoin.sdk.Address;
import com.hedera.hashgraph.stablecoin.app.State;
import com.hedera.hashgraph.stablecoin.app.Status;
import com.hedera.hashgraph.stablecoin.app.handler.arguments.DecreaseAllowanceTransactionArguments;
import com.he... | 41.369565 | 140 | 0.751445 |
aa6d4b8063c0142dde66873bbb8345e1a02befa0 | 10,189 | sql | SQL | src/gists-gihub/5c56d140273310233e37f2cef167f56f/reddit.sql | MrPivato/arquivos-de-procedencia-duvidosa | 62ee2cdef0d1b3a25566671411575db1916706f9 | [
"MIT"
] | null | null | null | src/gists-gihub/5c56d140273310233e37f2cef167f56f/reddit.sql | MrPivato/arquivos-de-procedencia-duvidosa | 62ee2cdef0d1b3a25566671411575db1916706f9 | [
"MIT"
] | null | null | null | src/gists-gihub/5c56d140273310233e37f2cef167f56f/reddit.sql | MrPivato/arquivos-de-procedencia-duvidosa | 62ee2cdef0d1b3a25566671411575db1916706f9 | [
"MIT"
] | null | null | null | CREATE DATABASE reddit;
USE reddit;
CREATE TABLE user (
id INT,
username VARCHAR(40),
senha VARCHAR(40),
postKarma INT,
commentKarma INT,
cakeDay DATE,
avatar VARCHAR(40), # diretorio/link para o arquivo
description TEXT,
banner VARCHAR(40),
category VARCHAR(40),
moderator V... | 21.959052 | 63 | 0.714398 |
0ee99c8b7d1ecd7d02f68a94f06300edb95596cb | 933 | h | C | lectures/week8/forwarding/types.h | garyCC227/cs6771 | 9a632b29743848fbba22c08caf760bd0f0463a0a | [
"MIT"
] | 3 | 2020-06-30T11:06:27.000Z | 2021-12-16T05:59:45.000Z | lectures/week8/forwarding/types.h | garyCC227/cs6771 | 9a632b29743848fbba22c08caf760bd0f0463a0a | [
"MIT"
] | null | null | null | lectures/week8/forwarding/types.h | garyCC227/cs6771 | 9a632b29743848fbba22c08caf760bd0f0463a0a | [
"MIT"
] | 3 | 2020-08-02T00:21:15.000Z | 2021-08-01T10:41:07.000Z | #ifndef LECTURES_WEEK8_FORWARDING_TYPES_H_
#define LECTURES_WEEK8_FORWARDING_TYPES_H_
#include <iostream>
#include <string>
class MyClass: public std::string {
public:
// Steal std::string constructors. This gives us MyClass(const char*), for example.
using std::string::string;
MyClass(const MyClass& old): st... | 28.272727 | 85 | 0.705252 |
93bd20fbd296109f26796c62957621f1dd6ee77d | 250 | html | HTML | app/com/gu/viewer/views/loginRedirect.scala.html | guardian/editorial-preview | 0345eb3defce2f88e1c63ce84331d4d05687be66 | [
"Apache-2.0"
] | 3 | 2015-08-12T18:11:59.000Z | 2016-12-14T21:38:01.000Z | app/com/gu/viewer/views/loginRedirect.scala.html | guardian/editorial-preview | 0345eb3defce2f88e1c63ce84331d4d05687be66 | [
"Apache-2.0"
] | 76 | 2015-08-20T10:58:37.000Z | 2021-12-16T16:55:09.000Z | app/com/gu/viewer/views/loginRedirect.scala.html | guardian/editorial-preview | 0345eb3defce2f88e1c63ce84331d4d05687be66 | [
"Apache-2.0"
] | 2 | 2016-12-28T12:31:20.000Z | 2017-11-24T07:43:09.000Z | @(redirectUrl: String)
<!DOCTYPE html>
<html>
<head>
<script>window.top.location.href = "@Html(redirectUrl)";</script>
</head>
<body>
<noscript><a href="@redirectUrl" target="_top">Login</a></noscript>
</body>
</html>
| 22.727273 | 75 | 0.592 |
a172e1c97975ec3d3e5d293ccb00024278a91c42 | 1,199 | c | C | arr.c | DeyvidAdzhemiev/C-Programming | 7b53149759d8b0af20001d7a7a2e6cab39022ed8 | [
"MIT"
] | null | null | null | arr.c | DeyvidAdzhemiev/C-Programming | 7b53149759d8b0af20001d7a7a2e6cab39022ed8 | [
"MIT"
] | null | null | null | arr.c | DeyvidAdzhemiev/C-Programming | 7b53149759d8b0af20001d7a7a2e6cab39022ed8 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
int **alloc_array(int rows, int cols) {
int **rp = NULL;
int j, k;
rp = (int **)malloc(rows * sizeof (int *));
if (!rp) goto bad0;
for (j = 0; j < rows; j++) {
rp[j] = (int *)malloc(cols * sizeof (int));
if (!rp[j]) goto bad1;
}
return rp;
bad1:
for (k = 0; k ... | 14.27381 | 45 | 0.442869 |
baa47de738af275f916266af3975bba99b30edd3 | 1,385 | kt | Kotlin | src/test/kotlin/org/seekerwing/aws/sqsconsumer/SqsQueueConsumerTest.kt | DaWeepingAngel/aws-sqs-consumer | b48019d07ac5bb94dd731b55408eff5347e1542b | [
"Apache-2.0"
] | null | null | null | src/test/kotlin/org/seekerwing/aws/sqsconsumer/SqsQueueConsumerTest.kt | DaWeepingAngel/aws-sqs-consumer | b48019d07ac5bb94dd731b55408eff5347e1542b | [
"Apache-2.0"
] | null | null | null | src/test/kotlin/org/seekerwing/aws/sqsconsumer/SqsQueueConsumerTest.kt | DaWeepingAngel/aws-sqs-consumer | b48019d07ac5bb94dd731b55408eff5347e1542b | [
"Apache-2.0"
] | null | null | null | package org.seekerwing.aws.sqsconsumer
import io.mockk.coEvery
import io.mockk.coVerify
import io.mockk.mockk
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.channels.ReceiveChannel
import kotlinx.coroutines.test.runBlockingTest
import org.junit.jupiter.api.DisplayName
import org.junit.jupiter.api.T... | 38.472222 | 114 | 0.781227 |
bf592b873990e54a62d6b209453b3235d4d0c0a7 | 826 | kt | Kotlin | src/main/kotlin/kotlinmud/action/contextBuilder/SpellFromHealerContextBuilder.kt | danielmunro/kotlinmud | 5560223c09f84fb79411391b301a8740e343ed4e | [
"MIT"
] | 8 | 2020-06-27T06:25:29.000Z | 2021-07-01T16:42:49.000Z | src/main/kotlin/kotlinmud/action/contextBuilder/SpellFromHealerContextBuilder.kt | danielmunro/kotlinmud | 5560223c09f84fb79411391b301a8740e343ed4e | [
"MIT"
] | 16 | 2020-03-31T11:51:50.000Z | 2021-05-20T16:09:56.000Z | src/main/kotlin/kotlinmud/action/contextBuilder/SpellFromHealerContextBuilder.kt | danielmunro/kotlinmud | 5560223c09f84fb79411391b301a8740e343ed4e | [
"MIT"
] | 1 | 2020-06-27T06:25:36.000Z | 2020-06-27T06:25:36.000Z | package kotlinmud.action.contextBuilder
import kotlinmud.action.model.Context
import kotlinmud.action.type.Status
import kotlinmud.helper.string.matches
import kotlinmud.io.type.Syntax
import kotlinmud.mob.model.Mob
import kotlinmud.mob.type.JobType
class SpellFromHealerContextBuilder(private val mobs: List<Mob>) : C... | 31.769231 | 83 | 0.646489 |
ddc83f5b4e524474cb9196444fa204569ff70ad9 | 772 | php | PHP | resources/views/setting/table-runnbr.blade.php | andcon96/web_dnp | 4b10b48e9331774bc8655dbdf0a5cf2ea306abe2 | [
"MIT"
] | null | null | null | resources/views/setting/table-runnbr.blade.php | andcon96/web_dnp | 4b10b48e9331774bc8655dbdf0a5cf2ea306abe2 | [
"MIT"
] | null | null | null | resources/views/setting/table-runnbr.blade.php | andcon96/web_dnp | 4b10b48e9331774bc8655dbdf0a5cf2ea306abe2 | [
"MIT"
] | null | null | null | @forelse($data as $show)
<tr>
<td>{{$show->site_code}}</td>
<td>{{$show->site_desc}}</td>
<td>{{$show->r_nbr_so}}</td>
<td>{{$show->r_nbr_cons}}</td>
<td>{{$show->r_nbr_retur}}</td>
<td>{{$show->r_nbr_spb}}</td>
<td>
<a href="" class="edituser" data-toggle="modal" data-target="#editM... | 33.565217 | 86 | 0.559585 |
69ad9013a8bcdd959c9ca3903bca34d948903ccc | 414 | kt | Kotlin | modules/ketamine-models/src/main/kotlin/nnl/rocks/ketamine/models/modules/Module.kt | neonailol/ketamine | a632f012a4a243c526aa2f5bf6fee88c89b6d2df | [
"MIT"
] | null | null | null | modules/ketamine-models/src/main/kotlin/nnl/rocks/ketamine/models/modules/Module.kt | neonailol/ketamine | a632f012a4a243c526aa2f5bf6fee88c89b6d2df | [
"MIT"
] | null | null | null | modules/ketamine-models/src/main/kotlin/nnl/rocks/ketamine/models/modules/Module.kt | neonailol/ketamine | a632f012a4a243c526aa2f5bf6fee88c89b6d2df | [
"MIT"
] | null | null | null | package nnl.rocks.ketamine.models.modules
import nnl.rocks.ketamine.models.domain.Description
import nnl.rocks.ketamine.models.domain.Summary
import nnl.rocks.ketamine.models.operations.Operations
/**
* Represents group of related functionality
*/
class Module(
private val name: String,
private val summary:... | 24.352941 | 54 | 0.782609 |
2a62102523a1de1b03829f53ffc903c625a30784 | 716 | java | Java | src/org/dbflute/erflute/editor/controller/editpolicy/not_element/trigger/TriggerComponentEditPolicy.java | schatten4810/erflute | 09f946972efcd5935fd752ff74f36827f726b18f | [
"Apache-2.0"
] | 22 | 2015-02-14T01:50:26.000Z | 2022-02-17T13:33:29.000Z | src/org/dbflute/erflute/editor/controller/editpolicy/not_element/trigger/TriggerComponentEditPolicy.java | schatten4810/erflute | 09f946972efcd5935fd752ff74f36827f726b18f | [
"Apache-2.0"
] | 33 | 2015-02-14T14:16:57.000Z | 2022-03-12T06:37:01.000Z | src/org/dbflute/erflute/editor/controller/editpolicy/not_element/trigger/TriggerComponentEditPolicy.java | schatten4810/erflute | 09f946972efcd5935fd752ff74f36827f726b18f | [
"Apache-2.0"
] | 14 | 2015-02-14T01:50:30.000Z | 2022-02-26T12:02:58.000Z | package org.dbflute.erflute.editor.controller.editpolicy.not_element.trigger;
import org.dbflute.erflute.editor.controller.command.diagram_contents.not_element.trigger.DeleteTriggerCommand;
import org.dbflute.erflute.editor.controller.editpolicy.not_element.NotElementComponentEditPolicy;
import org.dbflute.erflute.edi... | 44.75 | 111 | 0.837989 |
35ee8636fbb221784a0ef5f473e2f6b851f4d37d | 5,881 | kt | Kotlin | src/main/java/br/foxprefix/PrefixUI.kt | BryanSer/FoxPrefix | f4ff2c88f6635d7678fdcecc4fd159e5eda4cdd6 | [
"MIT"
] | null | null | null | src/main/java/br/foxprefix/PrefixUI.kt | BryanSer/FoxPrefix | f4ff2c88f6635d7678fdcecc4fd159e5eda4cdd6 | [
"MIT"
] | null | null | null | src/main/java/br/foxprefix/PrefixUI.kt | BryanSer/FoxPrefix | f4ff2c88f6635d7678fdcecc4fd159e5eda4cdd6 | [
"MIT"
] | 1 | 2019-10-06T09:08:13.000Z | 2019-10-06T09:08:13.000Z | package br.foxprefix
import Br.API.GUI.Ex.UIManager
import Br.API.GUI.Ex.kt.KtItem
import Br.API.GUI.Ex.kt.KtUIBuilder
import Br.API.GUI.Ex.kt.get
import Br.API.GUI.Ex.kt.set
import Br.API.ktsuger.ItemBuilder
import Br.API.ktsuger.msg
import br.foxprefix.prefix.PrefixIndex
import br.foxprefix.prefix.replaceVar
import ... | 32.136612 | 115 | 0.466927 |
c3e10c0db7ffa24e21c25760f691e054a5d5500e | 1,451 | swift | Swift | DemoDirectory/DemoDirectory/Views/TagListViewController.swift | algolia/instantsearch-ios-examples | 672b89d789662e82c4f39df1e0c1b493a1d84c6a | [
"MIT"
] | 60 | 2017-07-20T09:20:01.000Z | 2022-02-07T20:21:32.000Z | DemoDirectory/DemoDirectory/Views/TagListViewController.swift | algolia/instantsearch-swift-examples | f5d1f25fdf88fcdd3f7779a3265172dcb6f5cb43 | [
"MIT"
] | 14 | 2017-09-07T15:55:58.000Z | 2021-11-30T14:26:05.000Z | DemoDirectory/DemoDirectory/Views/TagListViewController.swift | algolia/instantsearch-swift-examples | f5d1f25fdf88fcdd3f7779a3265172dcb6f5cb43 | [
"MIT"
] | 21 | 2018-02-26T13:11:17.000Z | 2022-03-13T09:18:40.000Z | //
// TagListViewController.swift
// development-pods-instantsearch
//
// Created by Guy Daher on 13/06/2019.
// Copyright © 2019 Algolia. All rights reserved.
//
import Foundation
import InstantSearchCore
import UIKit
import TagListView
open class TagListController: NSObject, ItemListController, TagListViewDeleg... | 23.031746 | 98 | 0.705031 |
c6ba5793055a10dc153fd13b87133116b3551dbf | 425 | sql | SQL | C#DBFundamentals/DB-Basics-MS-SQL-Server/08FunctionsTriggersAndTransactions/FunctionsTriggersAndTransactionsExercises/31. Rivers by Country.sql | TihomirIvanovIvanov/SoftUni | 41938b81d7be949e905cddde64814f83334802ef | [
"MIT"
] | 3 | 2019-04-12T11:32:37.000Z | 2021-11-20T05:02:59.000Z | C#DBFundamentals/DB-Basics-MS-SQL-Server/08FunctionsTriggersAndTransactions/FunctionsTriggersAndTransactionsExercises/31. Rivers by Country.sql | TihomirIvanovIvanov/SoftUni | 41938b81d7be949e905cddde64814f83334802ef | [
"MIT"
] | null | null | null | C#DBFundamentals/DB-Basics-MS-SQL-Server/08FunctionsTriggersAndTransactions/FunctionsTriggersAndTransactionsExercises/31. Rivers by Country.sql | TihomirIvanovIvanov/SoftUni | 41938b81d7be949e905cddde64814f83334802ef | [
"MIT"
] | null | null | null | SELECT c.CountryName, cont.ContinentName, ISNULL(COUNT(r.Id), 0) AS RiversCount, ISNULL(SUM(r.LENGTH), 0) AS TotalLength FROM Countries AS c
LEFT JOIN CountriesRivers AS cr
ON cr.CountryCode = c.CountryCode
LEFT JOIN Rivers AS r
ON r.Id = cr.RiverId
LEFT JOIN Continents AS cont
ON c.ContinentCode = cont.ContinentCode
... | 47.222222 | 140 | 0.797647 |
263efe501d5aab47ce72cb859179070095ad475a | 195 | java | Java | cappuccino-no-op/src/main/java/com/metova/cappuccino/CappuccinoResourceWatcher.java | metova/Capuccino | 9324d040b6e8cab4bf7dcf71dbd3c761ae043cd9 | [
"Apache-2.0"
] | 53 | 2016-11-09T22:04:21.000Z | 2021-05-31T12:25:29.000Z | cappuccino-no-op/src/main/java/com/metova/cappuccino/CappuccinoResourceWatcher.java | metova/Capuccino | 9324d040b6e8cab4bf7dcf71dbd3c761ae043cd9 | [
"Apache-2.0"
] | 6 | 2016-12-28T19:22:43.000Z | 2020-01-09T16:09:20.000Z | cappuccino-no-op/src/main/java/com/metova/cappuccino/CappuccinoResourceWatcher.java | metova/Capuccino | 9324d040b6e8cab4bf7dcf71dbd3c761ae043cd9 | [
"Apache-2.0"
] | 7 | 2016-11-05T02:52:17.000Z | 2020-12-26T13:10:40.000Z | package com.metova.cappuccino;
public class CappuccinoResourceWatcher {
public void busy() {
}
public void idle() {
}
public boolean isIdle() {
return true;
}
} | 15 | 40 | 0.610256 |
e4391e4563f2223d3ebd0ed3702fb1822c7549c0 | 829 | swift | Swift | Algorithm/Algorithm/Sort/BinarySearch.swift | hulinSun/al | 06f47309780aa72a184f2173bb2efad980bd9165 | [
"Apache-2.0"
] | null | null | null | Algorithm/Algorithm/Sort/BinarySearch.swift | hulinSun/al | 06f47309780aa72a184f2173bb2efad980bd9165 | [
"Apache-2.0"
] | null | null | null | Algorithm/Algorithm/Sort/BinarySearch.swift | hulinSun/al | 06f47309780aa72a184f2173bb2efad980bd9165 | [
"Apache-2.0"
] | null | null | null | //
// BinarySearch.swift
// Algorithm
//
// Created by 孙虎林 on 2020/12/4.
//
import Foundation
/// 二分查找
class BinarySearch {
/// 二分查找
/// - Parameters:
/// - value: 查找的值
/// - array: 数组
/// - Returns: 索引,查不到返回 -1
public class func indexOf(value: Int, array:[Int]) -> Int {
va... | 20.725 | 63 | 0.44994 |
36fc5a3fae84480f1f498112340cff01f93cb125 | 1,672 | rs | Rust | src/models/game_play_about.rs | tarkah/rust-nhl-stats-api | 2ca5165af8b3513b5574895f4397b2f7e7a8a1be | [
"MIT"
] | 4 | 2019-08-08T02:12:04.000Z | 2020-12-01T07:30:44.000Z | src/models/game_play_about.rs | tarkah/rust-nhl-stats-api | 2ca5165af8b3513b5574895f4397b2f7e7a8a1be | [
"MIT"
] | null | null | null | src/models/game_play_about.rs | tarkah/rust-nhl-stats-api | 2ca5165af8b3513b5574895f4397b2f7e7a8a1be | [
"MIT"
] | 1 | 2022-01-12T02:19:21.000Z | 2022-01-12T02:19:21.000Z | /*
* NHL API
*
* Documenting the publicly accessible portions of the NHL API.
*
* The version of the OpenAPI document: 1.0.0
*
* Generated by: https://openapi-generator.tech
*/
#[derive(Debug, PartialEq, Serialize, Deserialize)]
pub struct GamePlayAbout {
#[serde(rename = "eventIdx", skip_serializing_if... | 32.153846 | 85 | 0.643541 |
ea6c8ff7d5fe681df877723b205776c147a420c5 | 1,456 | swift | Swift | Sources/GistPublishPlugin/Models/EmbeddedGist.swift | thomaslupo/GistPublishPlugin | 1cfbb6c9e749166dc8ee5abf57688061891c3aa4 | [
"MIT"
] | 8 | 2021-01-30T01:17:07.000Z | 2022-01-27T10:37:20.000Z | Sources/GistPublishPlugin/Models/EmbeddedGist.swift | thomaslupo/GistPublishPlugin | 1cfbb6c9e749166dc8ee5abf57688061891c3aa4 | [
"MIT"
] | null | null | null | Sources/GistPublishPlugin/Models/EmbeddedGist.swift | thomaslupo/GistPublishPlugin | 1cfbb6c9e749166dc8ee5abf57688061891c3aa4 | [
"MIT"
] | null | null | null | /**
* Gist-plugin for Publish
* Copyright (c) Thomas Lupo 2020
* MIT license, see LICENSE file for details
*/
import Foundation
/// This entity represents a fetched gist from the API
public struct EmbeddedGist: Decodable {
/// Properties
public let htmlUrl: String
public let owner: EmbeddedGistOwner
... | 36.4 | 141 | 0.680632 |
f8043465a5fea3da9b8fa394037dc881ae2e06e6 | 11,341 | kt | Kotlin | app/src/main/java/com/deepak/chatapp/view/ui/ChatActivity.kt | deepakkumardk/ChatApp | 6cfd96790e9e67e48d9760cee1ae3273a1f90511 | [
"Apache-2.0"
] | 1 | 2019-11-04T04:43:15.000Z | 2019-11-04T04:43:15.000Z | app/src/main/java/com/deepak/chatapp/view/ui/ChatActivity.kt | deepakkumardk/ChatApp | 6cfd96790e9e67e48d9760cee1ae3273a1f90511 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/deepak/chatapp/view/ui/ChatActivity.kt | deepakkumardk/ChatApp | 6cfd96790e9e67e48d9760cee1ae3273a1f90511 | [
"Apache-2.0"
] | null | null | null | package com.deepak.chatapp.view.ui
import android.content.ClipData
import android.os.Bundle
import android.support.v7.app.AppCompatActivity
import android.support.v7.widget.RecyclerView
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import android.widget.TextView
import com.b... | 39.515679 | 122 | 0.596156 |
38dbe7ff19d78c65670432dbce0ccee79e749668 | 2,449 | h | C | XeroSimDisplay/ManagerBase.h | sjcbulldog/xerosim | dc26ba0e318a9c2684eeea6f2cd801ced8ded99d | [
"MIT"
] | null | null | null | XeroSimDisplay/ManagerBase.h | sjcbulldog/xerosim | dc26ba0e318a9c2684eeea6f2cd801ced8ded99d | [
"MIT"
] | null | null | null | XeroSimDisplay/ManagerBase.h | sjcbulldog/xerosim | dc26ba0e318a9c2684eeea6f2cd801ced8ded99d | [
"MIT"
] | null | null | null | //
// Copyright 2019 Jack W. Griffin
//
// 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... | 30.6125 | 114 | 0.714577 |
e932f687411241db2ed370d6f178b622cabca822 | 208 | rb | Ruby | db/migrate/20150224000652_add_applicant_status_to_internships.rb | cimav/sapos | 4edd10d16dbacf369945e65e6fef834951cceeda | [
"X11",
"Unlicense",
"MIT"
] | null | null | null | db/migrate/20150224000652_add_applicant_status_to_internships.rb | cimav/sapos | 4edd10d16dbacf369945e65e6fef834951cceeda | [
"X11",
"Unlicense",
"MIT"
] | null | null | null | db/migrate/20150224000652_add_applicant_status_to_internships.rb | cimav/sapos | 4edd10d16dbacf369945e65e6fef834951cceeda | [
"X11",
"Unlicense",
"MIT"
] | null | null | null | class AddApplicantStatusToInternships < ActiveRecord::Migration
def up
add_column :internships, :applicant_status, :integer
end
def down
remove_column :internships, :applicant_status
end
end
| 20.8 | 63 | 0.778846 |
d5c7dbbd6a2ef853ed8fb62813c6eaac40d33692 | 2,932 | kt | Kotlin | plan/src/main/kotlin/com/r3/demos/ubin2a/plan/graph/StronglyConnectedComponentDetection.kt | duhd/ubin-corda | ee7914059638ca12375bf51375c3d19b767d2c1f | [
"Apache-2.0"
] | 108 | 2017-11-14T03:10:47.000Z | 2020-08-26T03:49:37.000Z | plan/src/main/kotlin/com/r3/demos/ubin2a/plan/graph/StronglyConnectedComponentDetection.kt | duhd/ubin-corda | ee7914059638ca12375bf51375c3d19b767d2c1f | [
"Apache-2.0"
] | 3 | 2018-03-12T07:51:49.000Z | 2018-11-12T14:28:49.000Z | plan/src/main/kotlin/com/r3/demos/ubin2a/plan/graph/StronglyConnectedComponentDetection.kt | duhd/ubin-corda | ee7914059638ca12375bf51375c3d19b767d2c1f | [
"Apache-2.0"
] | 53 | 2017-11-14T02:58:15.000Z | 2021-08-13T04:24:04.000Z | package com.r3.demos.ubin2a.plan.graph
import java.util.*
/**
* Use Tarjan's strongly connected components algorithm to find all strongly connected components in a graph.
*/
fun <T> detectStronglyConnectedComponents(graph: DirectedGraph<T>): List<StronglyConnectedComponent<T>> {
return StronglyConnectedComponen... | 35.325301 | 109 | 0.61528 |
e778474815f0856f05578dc44dbbdb839b898c7f | 863 | js | JavaScript | src/reducers/auth.js | mlaga97/dagger-redux | 4ac14e3a52eb4d63d17d69024050d31dee8f211d | [
"MIT"
] | null | null | null | src/reducers/auth.js | mlaga97/dagger-redux | 4ac14e3a52eb4d63d17d69024050d31dee8f211d | [
"MIT"
] | null | null | null | src/reducers/auth.js | mlaga97/dagger-redux | 4ac14e3a52eb4d63d17d69024050d31dee8f211d | [
"MIT"
] | null | null | null | // Get action list
import actions from '../actions';
// Handle some actions
export default function settings(state = null, action) {
switch (action.type) {
case actions.auth.login.succeeded:
// TODO: Change this if login page is moved.
if (window.location.pathname !== '/') {
window.location.p... | 25.382353 | 56 | 0.582851 |
8ff2c810ca3dd0fa371f4c1f9bc3f3660d2c01b3 | 897 | kt | Kotlin | app/src/main/java/com/trident/android/autootpdetection/activities/SimStateActivity.kt | Trident-Solutions/Kotlin-Auto-Detect-OTP | e62bd07b893c5fe0ad1d03eea870bb707826afde | [
"Apache-2.0"
] | 21 | 2019-12-14T12:15:35.000Z | 2022-02-15T18:36:52.000Z | app/src/main/java/com/trident/android/autootpdetection/activities/SimStateActivity.kt | Trident-Solutions/Trident-Solutions-Kotlin-Auto-Detect-OTP | e62bd07b893c5fe0ad1d03eea870bb707826afde | [
"Apache-2.0"
] | 2 | 2021-07-03T12:21:26.000Z | 2021-12-25T18:23:39.000Z | app/src/main/java/com/trident/android/autootpdetection/activities/SimStateActivity.kt | Trident-Solutions/Trident-Solutions-Kotlin-Auto-Detect-OTP | e62bd07b893c5fe0ad1d03eea870bb707826afde | [
"Apache-2.0"
] | 5 | 2020-04-17T08:28:42.000Z | 2022-03-22T04:12:57.000Z | package com.trident.android.autootpdetection.activities
import android.os.Bundle
import android.view.View
import android.view.WindowManager
import android.widget.Toast
import androidx.appcompat.app.AppCompatActivity
import com.trident.android.autootpdetection.R
import kotlinx.android.synthetic.main.activity_connectio... | 32.035714 | 83 | 0.753623 |
963e60cc9a30af05515498810f8b4681e025c247 | 3,466 | php | PHP | app/Imports/productsImport.php | Chintak4326/Laravel_Ecom-Website | c146e16a2eff588329f1b5d8e8c3629abe1086a4 | [
"MIT"
] | null | null | null | app/Imports/productsImport.php | Chintak4326/Laravel_Ecom-Website | c146e16a2eff588329f1b5d8e8c3629abe1086a4 | [
"MIT"
] | null | null | null | app/Imports/productsImport.php | Chintak4326/Laravel_Ecom-Website | c146e16a2eff588329f1b5d8e8c3629abe1086a4 | [
"MIT"
] | null | null | null | <?php
namespace App\Imports;
use App\Product;
use App\Category;
use Maatwebsite\Excel\Concerns\ToModel;
use Maatwebsite\Excel\Concerns\WithHeadingRow;
class productsImport implements ToModel,WithHeadingRow
{
/**
* @param array $row
*
* @return \Illuminate\Database\Eloquent\Model|null
*/
publi... | 43.873418 | 138 | 0.591171 |
d26f89ad2fb465fa137319e88058fae597c35c69 | 5,010 | php | PHP | modules/tasks/todo.php | fairhopeweb/web2project | 9b052ea234ddfc3e24936fc7a5740dd60a8c4be2 | [
"BSD-3-Clause-Clear"
] | 104 | 2015-01-10T17:13:08.000Z | 2021-11-30T02:54:03.000Z | modules/tasks/todo.php | fairhopeweb/web2project | 9b052ea234ddfc3e24936fc7a5740dd60a8c4be2 | [
"BSD-3-Clause-Clear"
] | 51 | 2015-01-09T04:13:27.000Z | 2021-11-29T21:44:47.000Z | modules/tasks/todo.php | fairhopeweb/web2project | 9b052ea234ddfc3e24936fc7a5740dd60a8c4be2 | [
"BSD-3-Clause-Clear"
] | 79 | 2015-01-10T17:13:10.000Z | 2021-11-30T18:58:26.000Z | <?php
if (!defined('W2P_BASE_DIR')) {
die('You should not access this file directly.');
}
// @todo remove database query
global $AppUI, $task_type, $min_view;
$tab = $AppUI->processIntState('ToDoTab', $_GET, 'tab', 0);
if (isset($_POST['task_type'])) {
$AppUI->setState('ToDoTaskType', w2PgetParam($_POST, 'task... | 39.140625 | 191 | 0.659681 |
e99baa020c5919efad80596749aad38914a5ed49 | 778 | rb | Ruby | site-cookbooks/lsoft-postgres/metadata.rb | tenaciousRas/ledwax-photon | 0b7c527b9e0ff1d779c1945517cfc1d9d1fd2fc3 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | site-cookbooks/lsoft-postgres/metadata.rb | tenaciousRas/ledwax-photon | 0b7c527b9e0ff1d779c1945517cfc1d9d1fd2fc3 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | site-cookbooks/lsoft-postgres/metadata.rb | tenaciousRas/ledwax-photon | 0b7c527b9e0ff1d779c1945517cfc1d9d1fd2fc3 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | name "lsoft-postgres"
maintainer "Longevity Software, LLC"
maintainer_email "longevitysoft@gmail.com"
license "Apache 2.0"
description "Installs and configures postgresql for clients or servers"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version ... | 31.12 | 77 | 0.678663 |
2f4d0b448d657281f64772dce22abec0e07fd5b1 | 2,235 | php | PHP | app/Views/r_mahasiswa/FormulirAkademik/form_mengundurkan_diri.php | Diffaddien/Sistem-Informasi-Skripsi | 44ebc76ba006f4574ed9fc6876980107b817c297 | [
"MIT"
] | null | null | null | app/Views/r_mahasiswa/FormulirAkademik/form_mengundurkan_diri.php | Diffaddien/Sistem-Informasi-Skripsi | 44ebc76ba006f4574ed9fc6876980107b817c297 | [
"MIT"
] | null | null | null | app/Views/r_mahasiswa/FormulirAkademik/form_mengundurkan_diri.php | Diffaddien/Sistem-Informasi-Skripsi | 44ebc76ba006f4574ed9fc6876980107b817c297 | [
"MIT"
] | null | null | null |
<div class="container"><br/>
<center><h2><?=$title?></h2></center>
<div class="kotak-form">
<form action="<?= base_url('Cetakan/surat_mengundurkan_diri')?>" method="post">
<label for="npm">NPM :</label>
<input type="number" name="npm" class="form_text" placeholder="Masukan npm">
<la... | 51.976744 | 108 | 0.612528 |
74ad240ac224ab92589a501467e49353d1359781 | 462 | js | JavaScript | boilerplate/frontend/src/components/leads/Searcher.js | imciflam/thrift-shop | 93163d78e4c0901ac3cbcb3cd59f81f4fd3cbde1 | [
"MIT"
] | 1 | 2019-08-11T21:23:59.000Z | 2019-08-11T21:23:59.000Z | boilerplate/frontend/src/components/leads/Searcher.js | imciflam/thrift-shop | 93163d78e4c0901ac3cbcb3cd59f81f4fd3cbde1 | [
"MIT"
] | 5 | 2020-06-05T21:28:14.000Z | 2021-06-10T18:21:18.000Z | boilerplate/frontend/src/components/leads/Searcher.js | imciflam/thrift-shop | 93163d78e4c0901ac3cbcb3cd59f81f4fd3cbde1 | [
"MIT"
] | null | null | null | import React, { Component } from "react";
export class Searcher extends Component {
render() {
return (
<div>
<div className="searchbar form-group">
<input
value={this.props.text}
onChange={this.props.search}
type="text"
className="form-cont... | 21 | 56 | 0.530303 |
fb59d3620bbdc3f647691d66b3c8d4c5fd77c61c | 231 | c | C | src/c/Exponenciacao.c | willisnou/Algoritmos-e-Estruturas-de-Dados | b70a2f692ccae948576177560e3628b9dece5aee | [
"MIT"
] | 653 | 2015-06-07T14:45:40.000Z | 2022-03-25T17:31:58.000Z | src/c/Exponenciacao.c | willisnou/Algoritmos-e-Estruturas-de-Dados | b70a2f692ccae948576177560e3628b9dece5aee | [
"MIT"
] | 64 | 2017-10-29T10:53:37.000Z | 2022-03-14T23:49:18.000Z | src/c/Exponenciacao.c | willisnou/Algoritmos-e-Estruturas-de-Dados | b70a2f692ccae948576177560e3628b9dece5aee | [
"MIT"
] | 224 | 2015-06-07T14:46:00.000Z | 2022-03-25T17:36:46.000Z | #include<stdio.h>
int exponenciacao(int base, int expoente){
int i;
int result = base;
for(i=0; i<expoente-1; i++)
result *= base;
return result;
}
int main(){
printf("%d\n", exponenciacao(5, 3));
return 0;
}
| 9.24 | 42 | 0.601732 |
ac0533bf52fc23a9b10d3cd6821af5d335d8c8a4 | 370 | swift | Swift | SignalProducerExtensions/UserDetails.swift | eunikolsky/SignalProducerExtensions | dacb84015b1b2b24329e619b6ae711cfece75ae2 | [
"MIT"
] | null | null | null | SignalProducerExtensions/UserDetails.swift | eunikolsky/SignalProducerExtensions | dacb84015b1b2b24329e619b6ae711cfece75ae2 | [
"MIT"
] | null | null | null | SignalProducerExtensions/UserDetails.swift | eunikolsky/SignalProducerExtensions | dacb84015b1b2b24329e619b6ae711cfece75ae2 | [
"MIT"
] | null | null | null | //
// UserDetails.swift
// SignalProducerExtensions
//
//
// Created by u on 11.01.20.
// Copyright (c) 2020 yes. All rights reserved.
//
public typealias Username = String
/// Simple struct with user details.
public struct UserDetails {
let name: Username
public init(name: Username) {
self.name = ... | 16.818182 | 47 | 0.672973 |
a9257f2d0f6db3721eef63a7f5e958913124c578 | 1,044 | kt | Kotlin | app/src/main/java/com/dp/logcatapp/util/ShareUtils.kt | solokot/LogcatReader | be5aea38a2b3b3d5e355d275f1d3c2453d025da8 | [
"MIT"
] | 379 | 2017-12-27T00:23:00.000Z | 2022-03-30T09:06:44.000Z | app/src/main/java/com/dp/logcatapp/util/ShareUtils.kt | solokot/LogcatReader | be5aea38a2b3b3d5e355d275f1d3c2453d025da8 | [
"MIT"
] | 52 | 2018-01-16T17:43:48.000Z | 2022-02-15T14:53:38.000Z | app/src/main/java/com/dp/logcatapp/util/ShareUtils.kt | solokot/LogcatReader | be5aea38a2b3b3d5e355d275f1d3c2453d025da8 | [
"MIT"
] | 91 | 2018-01-14T16:41:53.000Z | 2022-03-12T20:12:37.000Z | package com.dp.logcatapp.util
import android.content.Context
import android.content.Intent
import android.net.Uri
import androidx.core.content.FileProvider
import androidx.core.net.toFile
import com.dp.logcatapp.BuildConfig
import com.dp.logcatapp.R
object ShareUtils {
fun shareSavedLogs(
context: Context,
... | 26.1 | 92 | 0.690613 |
c300052ebe7dbbf46fef91f545d86bd8d8123b25 | 594 | rs | Rust | eir-fmm/src/reference_count/record_utilities.rs | ein-lang/eir | 70d59589efeb1f6a7e881abb28ce7aebb862018f | [
"Apache-2.0"
] | null | null | null | eir-fmm/src/reference_count/record_utilities.rs | ein-lang/eir | 70d59589efeb1f6a7e881abb28ce7aebb862018f | [
"Apache-2.0"
] | 148 | 2021-04-27T06:10:45.000Z | 2022-03-04T15:14:27.000Z | eir-fmm/src/reference_count/record_utilities.rs | ein-lang/ssf-v2 | 70d59589efeb1f6a7e881abb28ce7aebb862018f | [
"Apache-2.0"
] | null | null | null | use super::super::types;
use std::collections::hash_map::HashMap;
pub fn get_record_clone_function_name(name: &str) -> String {
format!("eir_clone_{}", name)
}
pub fn get_record_drop_function_name(name: &str) -> String {
format!("eir_drop_{}", name)
}
pub fn compile_record_rc_function_type(
record: &eir:... | 27 | 61 | 0.66835 |
2cbd4fe4bdd6131cd5e236b896f3ac91486e6487 | 259 | lua | Lua | Fivem-Teamspeak-Bot-master/server.lua | tracid56/Fivem-Teamspeak-Bot | d9d526cf6eff38f9af59b62f7d90db8e081653d0 | [
"Apache-2.0"
] | null | null | null | Fivem-Teamspeak-Bot-master/server.lua | tracid56/Fivem-Teamspeak-Bot | d9d526cf6eff38f9af59b62f7d90db8e081653d0 | [
"Apache-2.0"
] | null | null | null | Fivem-Teamspeak-Bot-master/server.lua | tracid56/Fivem-Teamspeak-Bot | d9d526cf6eff38f9af59b62f7d90db8e081653d0 | [
"Apache-2.0"
] | null | null | null | AddEventHandler('chatMessage', function(source, name, message)
PerformHttpRequest('Your Teamspeak IP here paste', function(err, text, headers) end, 'POST', json.encode({username = name, content = message}), { ['Content-Type'] = 'application/json' })
end) | 86.333333 | 189 | 0.722008 |
74469b91c90f46342f7f78190414ace88c8d5588 | 13,905 | h | C | BooEngine/src/Engine/Util/ApiCode.h | Concarster/BooDocking | e22ea2f4535b70ef2d8752b6a65a8c51eadbc577 | [
"Apache-2.0"
] | null | null | null | BooEngine/src/Engine/Util/ApiCode.h | Concarster/BooDocking | e22ea2f4535b70ef2d8752b6a65a8c51eadbc577 | [
"Apache-2.0"
] | null | null | null | BooEngine/src/Engine/Util/ApiCode.h | Concarster/BooDocking | e22ea2f4535b70ef2d8752b6a65a8c51eadbc577 | [
"Apache-2.0"
] | null | null | null | #pragma once
/*************************************************************************
* BooErEngine API tokens, An Implentation from GLFW3.h
*************************************************************************/
/*! @name BooErEngine version macros
* @{ */
/*! @brief The major version number of the BooE... | 36.496063 | 92 | 0.559439 |
b14f41169f734391b6501f2ee19e67019d21bbd6 | 775 | h | C | gpuflow/dataplane/gpu/dataplane_lpm_gpu.h | sychangww1121/gpuflow | 18035d8aa690f220c675708da258fbec65edb2db | [
"MIT"
] | 5 | 2018-04-01T10:14:49.000Z | 2021-01-29T11:33:46.000Z | gpuflow/dataplane/gpu/dataplane_lpm_gpu.h | sychangww1121/gpuflow | 18035d8aa690f220c675708da258fbec65edb2db | [
"MIT"
] | 11 | 2017-12-23T04:20:54.000Z | 2018-01-18T03:02:55.000Z | gpuflow/dataplane/gpu/dataplane_lpm_gpu.h | tz70s/gpuflow | ed3d23a6980fdf711318f288104d45b5b6403bee | [
"MIT"
] | 4 | 2017-12-22T15:53:04.000Z | 2021-01-29T11:33:49.000Z | /*
* Copyright 2017 of original authors and authors.
*
* We use MIT license for this project, checkout LICENSE file in the root of source tree.
*/
#ifndef _DATAPLANE_LPM_GPU_H_
#define _DATAPLANE_LPM_GPU_H_
#include <dataplane/gpu/cuda/cuda_lpm_factory.h>
namespace gpuflow {
class DataPlaneLPMIPv4GPU {
public:
... | 18.902439 | 89 | 0.750968 |
3abe44696c96304e407878e0cc3ba1f38015d509 | 19 | asm | Assembly | src/main/fragment/mos6502-common/vbum1_eq_0_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vbum1_eq_0_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vbum1_eq_0_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | lda {m1}
beq {la1}
| 6.333333 | 9 | 0.578947 |
0ef6e7a42bb3f39dc23f60ef4d9e385c39b2b888 | 2,162 | ts | TypeScript | projects/studio-main/src/auto-update.service.ts | MuzikaFoundation/muzika-studio | b0b544a8d96716045a4257824409b3bef1f6de63 | [
"MIT"
] | 2 | 2019-01-13T12:34:04.000Z | 2019-06-20T19:42:21.000Z | projects/studio-main/src/auto-update.service.ts | MuzikaFoundation/muzika-studio | b0b544a8d96716045a4257824409b3bef1f6de63 | [
"MIT"
] | null | null | null | projects/studio-main/src/auto-update.service.ts | MuzikaFoundation/muzika-studio | b0b544a8d96716045a4257824409b3bef1f6de63 | [
"MIT"
] | 1 | 2020-05-31T16:22:13.000Z | 2020-05-31T16:22:13.000Z |
import { autoUpdater } from 'electron-updater';
import { EventEmitter } from 'events';
import { Actions } from './store.service';
const debug = require('debug')('muzika:main:auto-update-service');
const isDev = require('electron-is-dev');
export class MuzikaUpdater extends EventEmitter {
private static _isChecking... | 27.025 | 91 | 0.651711 |
92be131dea620ab605d533c11c3a10fb948ab74e | 2,942 | kt | Kotlin | plot-common-portable/src/jvmTest/kotlin/plot/common/data/SeriesUtilFilterFiniteTest.kt | IKrukov-HORIS/lets-plot | b772e4abcc4c715ef3c3a2e3db55abd4044f863f | [
"MIT"
] | 768 | 2019-11-28T14:09:46.000Z | 2022-03-30T18:19:28.000Z | plot-common-portable/src/jvmTest/kotlin/plot/common/data/SeriesUtilFilterFiniteTest.kt | IKrukov-HORIS/lets-plot | b772e4abcc4c715ef3c3a2e3db55abd4044f863f | [
"MIT"
] | 240 | 2019-12-04T20:15:03.000Z | 2022-03-30T17:12:23.000Z | plot-common-portable/src/jvmTest/kotlin/plot/common/data/SeriesUtilFilterFiniteTest.kt | IKrukov-HORIS/lets-plot | b772e4abcc4c715ef3c3a2e3db55abd4044f863f | [
"MIT"
] | 43 | 2019-12-05T13:45:32.000Z | 2022-03-31T21:27:00.000Z | /*
* Copyright (c) 2019. JetBrains s.r.o.
* Use of this source code is governed by the MIT license that can be found in the LICENSE file.
*/
package jetbrains.datalore.plot.common.data
import org.junit.runner.RunWith
import org.junit.runners.Parameterized
import kotlin.test.Test
import kotlin.test.assertEquals
imp... | 35.02381 | 96 | 0.50136 |
f71fe6e979a3a854d998ff73ff148210cd6fc3be | 1,019 | h | C | teleop_and_haptics/haptic_display_tools/include/haptic_display_tools/Graphics/SphericalCamera.h | atp42/jks-ros-pkg | 367fc00f2a9699f33d05c7957d319a80337f1ed4 | [
"FTL"
] | 3 | 2017-02-02T13:27:45.000Z | 2018-06-17T11:52:13.000Z | teleop_and_haptics/haptic_display_tools/include/haptic_display_tools/Graphics/SphericalCamera.h | salisbury-robotics/jks-ros-pkg | 367fc00f2a9699f33d05c7957d319a80337f1ed4 | [
"FTL"
] | null | null | null | teleop_and_haptics/haptic_display_tools/include/haptic_display_tools/Graphics/SphericalCamera.h | salisbury-robotics/jks-ros-pkg | 367fc00f2a9699f33d05c7957d319a80337f1ed4 | [
"FTL"
] | null | null | null | #ifndef SPHERICALCAMERA_H
#define SPHERICALCAMERA_H
#include "Camera.h"
class SphericalCamera : public OrbitingCamera
{
protected:
float m_azimuth, m_altitude;
float m_altitudeLimit;
int m_cardinalUp; // 0 for x, 1 for y, 2 for z
public:
SphericalCamera(cml::vector3f... | 31.84375 | 80 | 0.62316 |
9d56b4cb54cbad79e1e021140212d9874889b932 | 1,652 | swift | Swift | ButtonView.swift | Jminding/CloudHanger | ffb17aba06b6883a36ec9af2bcf1d7a75b957ef9 | [
"MIT"
] | 1 | 2021-04-30T21:35:24.000Z | 2021-04-30T21:35:24.000Z | ButtonView.swift | Jminding/CloudHangerUI | ffb17aba06b6883a36ec9af2bcf1d7a75b957ef9 | [
"MIT"
] | null | null | null | ButtonView.swift | Jminding/CloudHangerUI | ffb17aba06b6883a36ec9af2bcf1d7a75b957ef9 | [
"MIT"
] | null | null | null | import SwiftUI
struct ButtonView: View {
@State var label: String
@Binding var fill: Bool
@State var action:() -> Void
@EnvironmentObject var viewRouter: ViewRouter
var body: some View {
Button(action: action){
ZStack{
... | 30.036364 | 132 | 0.43523 |
6e22163dd5b8cb4b6196ecdaf530bacba01bb384 | 19,152 | html | HTML | docs/build/html/content/travel/saudi.html | zhxx1987/ZenusTech-Documentation | 78a2eb9afda74f8e4e31b66d83775ed18bfc5e3f | [
"MIT"
] | 1 | 2021-08-13T09:44:01.000Z | 2021-08-13T09:44:01.000Z | docs/build/html/content/travel/saudi.html | zhxx1987/ZenusTech-Documentation | 78a2eb9afda74f8e4e31b66d83775ed18bfc5e3f | [
"MIT"
] | null | null | null | docs/build/html/content/travel/saudi.html | zhxx1987/ZenusTech-Documentation | 78a2eb9afda74f8e4e31b66d83775ed18bfc5e3f | [
"MIT"
] | null | null | null |
<!DOCTYPE html>
<html class="writer-html5" lang="zh-CN" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>沙特 — KAUSTian_Handbook_CN 文档</title>
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link re... | 41.187097 | 171 | 0.637166 |
7a54be51516aa7c2f4db7682d73ab8f41897fd3d | 2,083 | sql | SQL | Usda.PlantBreeding.Database/dbo/Stored Procedures/GetPhenotypeEntry.sql | osu-cass/usda-plant-breeding | 4163aaeb87f7e3934aca80298582639c60b458c2 | [
"MIT"
] | 2 | 2020-01-07T07:39:59.000Z | 2020-02-19T19:41:11.000Z | Usda.PlantBreeding.Database/dbo/Stored Procedures/GetPhenotypeEntry.sql | osu-cass/usda-plant-breeding | 4163aaeb87f7e3934aca80298582639c60b458c2 | [
"MIT"
] | 12 | 2019-08-15T16:33:32.000Z | 2022-03-02T05:09:46.000Z | Usda.PlantBreeding.Database/dbo/Stored Procedures/GetPhenotypeEntry.sql | osu-cass/usda-plant-breeding | 4163aaeb87f7e3934aca80298582639c60b458c2 | [
"MIT"
] | 1 | 2019-08-09T18:03:24.000Z | 2019-08-09T18:03:24.000Z |
-- =============================================
-- Author: <Author,,Name>
-- Create date: <Create Date,,>
-- Description: <Description,,>
-- =============================================
CREATE PROCEDURE [dbo].[GetPhenotypeEntry]
@Year varchar(5),
@MapId int,
@GenotypeId int
AS
BEGIN
-- SET NOCOUNT ON added ... | 27.051948 | 203 | 0.704273 |
92c840379cd9171f22e41f21f4c2e267e83f839b | 1,234 | h | C | private/mvdm/wow32/winspldl.h | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 11 | 2017-09-02T11:27:08.000Z | 2022-01-02T15:25:24.000Z | private/mvdm/wow32/winspldl.h | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | null | null | null | private/mvdm/wow32/winspldl.h | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 14 | 2019-01-16T01:01:23.000Z | 2022-02-20T15:54:27.000Z |
extern BOOL fWinspoolLoaded;
extern DWORD (WINAPI *lpfnDEVICECAPABILITIES)(LPSTR lpDriverName, LPSTR lpDeviceName,
WORD nIndex, LPSTR lpOutput, LPDEVMODE lpDevMode);
extern BOOL (WINAPI *lpfnDEVICEMODE)(HWND hWnd, LPSTR lpDriverName, LPSTR lpDeviceName, LPSTR lpOutput);
extern DWORD (WINAPI *lpfnEX... | 42.551724 | 105 | 0.720421 |
1873f8ba9772f2102e566804221b1f345e5ddedd | 106 | rb | Ruby | lib/lux/errors/api_error.rb | Romuloux/lux | 9c2a0ef3a87e1ca7991e51fe67e2831556f2a791 | [
"MIT"
] | null | null | null | lib/lux/errors/api_error.rb | Romuloux/lux | 9c2a0ef3a87e1ca7991e51fe67e2831556f2a791 | [
"MIT"
] | null | null | null | lib/lux/errors/api_error.rb | Romuloux/lux | 9c2a0ef3a87e1ca7991e51fe67e2831556f2a791 | [
"MIT"
] | null | null | null | module Lux
class ApiError < StandardError
def initialize(code)
super(code)
end
end
end | 11.777778 | 32 | 0.660377 |
b3c3987c34cd4b9ccaaebf29b5f6f2d2e0822d66 | 52 | rb | Ruby | lib/cocoapods-binary-bel/gem_version.rb | DevaLee/cocoapods-binary-bel | d4d925c1ca5fdbf167256efa9688d3fbfcde35a5 | [
"MIT"
] | 2 | 2021-11-30T02:06:44.000Z | 2021-12-05T11:10:46.000Z | lib/cocoapods-binary-bel/gem_version.rb | DevaLee/cocoapods-binary-bel | d4d925c1ca5fdbf167256efa9688d3fbfcde35a5 | [
"MIT"
] | 1 | 2021-12-21T11:42:56.000Z | 2021-12-22T03:57:04.000Z | lib/cocoapods-binary-bel/gem_version.rb | DevaLee/cocoapods-binary-bel | d4d925c1ca5fdbf167256efa9688d3fbfcde35a5 | [
"MIT"
] | null | null | null | module CocoapodsBinaryBel
VERSION = "0.5.4"
end
| 13 | 25 | 0.711538 |
fbb5a9c4797bb020ec2eed0cf1f7653c9f3778cc | 165 | h | C | firmware/stm32_project_base/chip/hal_header.h | sprenger120/remote_control_device | c375ab12683c10fd2918ea8345bcb06a5d78b978 | [
"MIT"
] | 1 | 2021-01-27T12:23:43.000Z | 2021-01-27T12:23:43.000Z | firmware/stm32_project_base/chip/hal_header.h | sprenger120/remote_control_device | c375ab12683c10fd2918ea8345bcb06a5d78b978 | [
"MIT"
] | null | null | null | firmware/stm32_project_base/chip/hal_header.h | sprenger120/remote_control_device | c375ab12683c10fd2918ea8345bcb06a5d78b978 | [
"MIT"
] | null | null | null | #pragma once
#if __has_include("stm32f4xx_hal.h")
#include "stm32f4xx_hal.h"
#define STM32F4
#else
#include "stm32f1xx_hal.h"
#define STM32F1
#endif | 20.625 | 37 | 0.70303 |
d2e15825dc2d2d1940c352931597dc0c9f76f5a5 | 4,720 | php | PHP | resources/views/livewire/admin/karyawan/form.blade.php | AzzamyDev/Apotek | 82fad23a3b2030593f9c81d3d48fef0fe5dc8e18 | [
"MIT"
] | null | null | null | resources/views/livewire/admin/karyawan/form.blade.php | AzzamyDev/Apotek | 82fad23a3b2030593f9c81d3d48fef0fe5dc8e18 | [
"MIT"
] | null | null | null | resources/views/livewire/admin/karyawan/form.blade.php | AzzamyDev/Apotek | 82fad23a3b2030593f9c81d3d48fef0fe5dc8e18 | [
"MIT"
] | null | null | null | <div class="modal-dialog">
<div class="modal-content bg-info">
<div class="modal-header">
<h5 class="modal-title text-white">{{ $user_id != null ? 'Edit Data' : 'Form' }} Karyawan </h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
... | 51.304348 | 120 | 0.408051 |
a97ed54a5a31a0553c6fb097b01ca8181eb17f6d | 638 | kt | Kotlin | app/src/main/java/com/example/android/unsplash/ui/TransitionCallback.kt | wingsum93/android-unsplash | 941de0b352d974366e592b5503735b91b2f6e455 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/android/unsplash/ui/TransitionCallback.kt | wingsum93/android-unsplash | 941de0b352d974366e592b5503735b91b2f6e455 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/android/unsplash/ui/TransitionCallback.kt | wingsum93/android-unsplash | 941de0b352d974366e592b5503735b91b2f6e455 | [
"Apache-2.0"
] | null | null | null | package com.example.android.unsplash.ui
import android.transition.Transition
/**
* Dummy implementations of TransitionListener methods.
*/
abstract class TransitionCallback : Transition.TransitionListener {
override fun onTransitionStart(transition: Transition) {
// no-op
}
override fun onTran... | 21.266667 | 67 | 0.678683 |
852d4bbd33765c6b5460cf52167989c9e30f2d42 | 650 | swift | Swift | CovidMarketPlace/Home/View/cells/GoodSuggestionCell.swift | lordkevinmo/covidmarketplace | 4e4f3405fcd1ea4255739c263b8b12e54b1c08ec | [
"Apache-2.0"
] | null | null | null | CovidMarketPlace/Home/View/cells/GoodSuggestionCell.swift | lordkevinmo/covidmarketplace | 4e4f3405fcd1ea4255739c263b8b12e54b1c08ec | [
"Apache-2.0"
] | null | null | null | CovidMarketPlace/Home/View/cells/GoodSuggestionCell.swift | lordkevinmo/covidmarketplace | 4e4f3405fcd1ea4255739c263b8b12e54b1c08ec | [
"Apache-2.0"
] | null | null | null | //
// GoodSuggestionCell.swift
// CovidMarketPlace
//
// Created by Moïse AGBENYA on 20/11/2020.
//
import UIKit
class GoodSuggestionCell: UICollectionViewCell {
@IBOutlet weak var goodImage: UIImageView!
@IBOutlet weak var categoryName: UILabel!
static let reuseIdentifier = "suggestion-cell"
... | 20.3125 | 50 | 0.666154 |
9defba163f4fac74b049a44ecf1746c308256410 | 143 | swift | Swift | tests/mpi/local/100-mci.swift | ketancmaheshwari/swift-k | ec4f2acbf122536b1b09f77251cb0d00b508251c | [
"Apache-2.0"
] | 99 | 2015-02-02T23:08:37.000Z | 2021-09-26T18:28:28.000Z | tests/mpi/local/100-mci.swift | ketancmaheshwari/swift-k | ec4f2acbf122536b1b09f77251cb0d00b508251c | [
"Apache-2.0"
] | 8 | 2015-02-04T22:00:08.000Z | 2019-01-02T17:02:39.000Z | tests/mpi/local/100-mci.swift | ketancmaheshwari/swift-k | ec4f2acbf122536b1b09f77251cb0d00b508251c | [
"Apache-2.0"
] | 26 | 2015-05-27T04:24:55.000Z | 2022-03-12T12:37:09.000Z |
type file;
app (file o) copy(file i)
{
mpi_cp @i @o;
}
file input<"100-input.txt">;
file output<"100-output.txt">;
output = copy(input);
| 11 | 30 | 0.629371 |
8b28a41849148096a6ffac4bb8e559a93375d4c0 | 2,013 | asm | Assembly | HW_Example/h701.asm | smallru8/smallMasmLib | 5c6e525a9867ecf82fa0db98d0a46c8b00c1ec74 | [
"BSD-3-Clause"
] | null | null | null | HW_Example/h701.asm | smallru8/smallMasmLib | 5c6e525a9867ecf82fa0db98d0a46c8b00c1ec74 | [
"BSD-3-Clause"
] | null | null | null | HW_Example/h701.asm | smallru8/smallMasmLib | 5c6e525a9867ecf82fa0db98d0a46c8b00c1ec74 | [
"BSD-3-Clause"
] | null | null | null | TITLE (.asm)
INCLUDE Irvine32.inc
INCLUDE Macros.inc
.data
MAX = 100
string1 BYTE MAX+1 DUP(0)
string2 BYTE MAX+1 DUP(0)
.code
main PROC
LOCAL ediLen:DWORD
mWrite "Destination string : "
mov edx,OFFSET string1
mov ecx,MAX
call ReadString
mov edi,OFFSET string1
mov esi,edi
call strl... | 15.022388 | 32 | 0.61997 |
2330294a3ec64aa551ce2e9acd842cdb1a4fe45c | 4,231 | rs | Rust | brainfuck/src/main.rs | xtpor/little-rust | 1ce73b203529892462684b92d55b540a677954d7 | [
"MIT"
] | null | null | null | brainfuck/src/main.rs | xtpor/little-rust | 1ce73b203529892462684b92d55b540a677954d7 | [
"MIT"
] | null | null | null | brainfuck/src/main.rs | xtpor/little-rust | 1ce73b203529892462684b92d55b540a677954d7 | [
"MIT"
] | null | null | null |
use std::io;
use std::io::prelude::*;
use std::env;
use std::process;
use std::fs;
use std::fs::File;
use std::fmt::Display;
use std::collections::HashMap;
struct Intrepreter {
code: String,
jump_table: HashMap<usize, usize>,
memory: [u8; 30000],
prog_ptr: usize,
mem_ptr: usize,
eof: bool,
}... | 27.653595 | 92 | 0.53108 |
37548cf398a803f27a64321b8794498bd4b8a652 | 282 | swift | Swift | TodoApplication/TodoApplication/Models/List.swift | vkaltyrin/todo-app | 5238cecefb9c416e763017cd572f22513516ad02 | [
"MIT"
] | 4 | 2021-01-16T10:43:13.000Z | 2022-01-31T17:58:49.000Z | TodoApplication/TodoApplication/Models/List.swift | vladimir-kaltyrin/todo-app | 5238cecefb9c416e763017cd572f22513516ad02 | [
"MIT"
] | 3 | 2018-11-06T19:46:03.000Z | 2018-11-07T16:11:45.000Z | TodoApplication/TodoApplication/Models/List.swift | vladimir-kaltyrin/todo-app | 5238cecefb9c416e763017cd572f22513516ad02 | [
"MIT"
] | 1 | 2020-04-16T21:29:36.000Z | 2020-04-16T21:29:36.000Z | import Foundation
struct List {
let name: String
let tasks: [Task]
let identifier: Identifier?
init(name: String, tasks: [Task] = [], identifier: Identifier? = nil) {
self.name = name
self.tasks = tasks
self.identifier = identifier
}
}
| 20.142857 | 75 | 0.602837 |
a14df34d07a46083976e741effd8cbe8d85d1d91 | 1,191 | kt | Kotlin | data/src/main/java/io/aethibo/data/mapper/RepositoryMapper.kt | primepixel/Fork | b29bfdc0312520ffcdb8ee00264d47376ab205a0 | [
"Apache-2.0"
] | null | null | null | data/src/main/java/io/aethibo/data/mapper/RepositoryMapper.kt | primepixel/Fork | b29bfdc0312520ffcdb8ee00264d47376ab205a0 | [
"Apache-2.0"
] | null | null | null | data/src/main/java/io/aethibo/data/mapper/RepositoryMapper.kt | primepixel/Fork | b29bfdc0312520ffcdb8ee00264d47376ab205a0 | [
"Apache-2.0"
] | 1 | 2021-05-26T16:03:18.000Z | 2021-05-26T16:03:18.000Z | /*
* Created by Karic Kenan on 8.4.2021
* Copyright (c) 2021 . All rights reserved.
*/
package io.aethibo.data.mapper
import io.aethibo.data.utils.EntityMapper
import io.aethibo.domain.Repository
import io.aethibo.domain.response.RepositoryResponse
class RepositoryMapper : EntityMapper<RepositoryResponse, Reposit... | 33.083333 | 81 | 0.668346 |
a623d3b98961d89171e9e3db0c6e63f4c28f2689 | 24,230 | swift | Swift | Sources/SemanticVersion/SemanticVersion.swift | gallinapassus/SemanticVersion | aa5a18e000c1e71151bc9f35dce3f2aa910d36f5 | [
"CC0-1.0"
] | null | null | null | Sources/SemanticVersion/SemanticVersion.swift | gallinapassus/SemanticVersion | aa5a18e000c1e71151bc9f35dce3f2aa910d36f5 | [
"CC0-1.0"
] | null | null | null | Sources/SemanticVersion/SemanticVersion.swift | gallinapassus/SemanticVersion | aa5a18e000c1e71151bc9f35dce3f2aa910d36f5 | [
"CC0-1.0"
] | null | null | null | import Foundation
//
// https://semver.org
//
// MARK: -
public protocol SemanticVersionable {
var version:SemanticVersion { get }
}
// MARK: -
/// A type that can represent a semantic version.
public struct SemanticVersion {
// MARK: Public
/// Major version number.
///
/// Rule 1: Software using... | 47.790927 | 1,186 | 0.604499 |
0597b8072e5fc7eba9b715fe22e5b3916ba8b692 | 375 | sql | SQL | src/main/resources/db/migration/V2_22__migrerer_data_fra_bruker_data_til_oppfolging_data.sql | navikt/veilarbportefolje | f0cfdd79bc428327ce96543ae1fc041687f6bfa3 | [
"MIT"
] | 4 | 2020-01-09T16:02:54.000Z | 2022-03-23T11:46:21.000Z | src/test/resources/testmigration/V2_22__migrerer_data_fra_bruker_data_til_oppfolging_data.sql | tanbinh123/veilarbportefolje | 4a125771e707585b5e58f124a479898c57fe7986 | [
"MIT"
] | 46 | 2018-11-28T06:35:09.000Z | 2022-03-21T10:45:08.000Z | src/test/resources/testmigration/V2_22__migrerer_data_fra_bruker_data_til_oppfolging_data.sql | tanbinh123/veilarbportefolje | 4a125771e707585b5e58f124a479898c57fe7986 | [
"MIT"
] | 2 | 2020-04-06T09:24:31.000Z | 2022-02-18T08:34:49.000Z | INSERT INTO OPPFOLGING_DATA(
AKTOERID,
OPPDATERT_KILDESYSTEM,
OPPDATERT_PORTEFOLJE,
NY_FOR_VEILEDER,
VEILEDERIDENT,
OPPFOLGING)
SELECT
BD.AKTOERID,
BD.TILDELT_TIDSPUNKT,
NULL,
BD.NY_FOR_VEILEDER,
BD.VEILEDERIDENT,
BD.OPPFOLGING
FROM BRUKER_DATA BD
WHERE BD.AKTOERID IS NOT NULL
AND BD.... | 22.058824 | 64 | 0.765333 |
fb968deee39b4e65f8c764b5db8c5ee65f676be3 | 11,415 | c | C | esp32_app/main/app_httpd.c | wzli/CodeMapLocalization | 613c021cccbcb4c0f1d42252a9bcb6396b230bea | [
"MIT"
] | 2 | 2020-07-12T16:02:20.000Z | 2020-09-06T14:08:43.000Z | esp32_app/main/app_httpd.c | wzli/CodeMapLocalization | 613c021cccbcb4c0f1d42252a9bcb6396b230bea | [
"MIT"
] | null | null | null | esp32_app/main/app_httpd.c | wzli/CodeMapLocalization | 613c021cccbcb4c0f1d42252a9bcb6396b230bea | [
"MIT"
] | null | null | null | #include "esp_http_server.h"
#include "esp_timer.h"
#include "esp_camera.h"
#include "img_converters.h"
#include "sdkconfig.h"
#include "esp_log.h"
#include "global.h"
/* global data */
QueueHandle_t frame_queues[N_FRAME_QUEUES];
/* static data */
static const char* TAG = "web_ui";
static char text_buf[1024];
static ... | 42.752809 | 99 | 0.636443 |
46a971091ae778e831840b701938baef6f855f02 | 2,421 | css | CSS | src/Uploader/uploader.css | MaitreyJukar/react-image-gallery | c840e96576e65a4d60937664f86975b9bc988f8c | [
"MIT"
] | 4 | 2019-09-21T07:32:22.000Z | 2020-09-19T15:36:39.000Z | src/Uploader/uploader.css | MaitreyJukar/react-image-gallery | c840e96576e65a4d60937664f86975b9bc988f8c | [
"MIT"
] | 12 | 2019-08-11T09:49:02.000Z | 2022-03-08T22:56:31.000Z | src/Uploader/uploader.css | MaitreyJukar/react-image-gallery | c840e96576e65a4d60937664f86975b9bc988f8c | [
"MIT"
] | 4 | 2020-05-20T06:37:50.000Z | 2021-09-14T07:43:34.000Z | .uploader {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
margin: 10px;
height: 80%;
overflow-y: scroll;
}
.uploader form {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: left;
width: 340px;
}
.uploa... | 16.696552 | 53 | 0.635275 |
8c3bd86424c59e2de63eda52116b9b63e78dc785 | 287 | sql | SQL | internal/pkg/db/migrations/mysql/000002_create_links_table.up.sql | usadamasa/hackernews | 595a59532d9e5e9950897dd9e1ba5686f302b1c3 | [
"MIT"
] | null | null | null | internal/pkg/db/migrations/mysql/000002_create_links_table.up.sql | usadamasa/hackernews | 595a59532d9e5e9950897dd9e1ba5686f302b1c3 | [
"MIT"
] | null | null | null | internal/pkg/db/migrations/mysql/000002_create_links_table.up.sql | usadamasa/hackernews | 595a59532d9e5e9950897dd9e1ba5686f302b1c3 | [
"MIT"
] | null | null | null | CREATE TABLE IF NOT EXISTS Links(
ID INT NOT NULL UNIQUE AUTO_INCREMENT,
Title VARCHAR (255) ,
Address VARCHAR (255) ,
UserID INT ,
FOREIGN KEY (UserID) REFERENCES Users(ID) ,
PRIMARY KEY (ID)
)
| 31.888889 | 74 | 0.505226 |
b116a3178eff7d0809dadb44207f23e93a563ea1 | 206 | kt | Kotlin | app/src/main/java/dev/sebastiano/bundel/ui/Dimens.kt | ZianeA/bundel | dbe9546104622f357643e75f65a4243d320a628e | [
"Apache-2.0"
] | 94 | 2021-05-20T06:50:06.000Z | 2021-10-04T11:12:31.000Z | app/src/main/java/dev/sebastiano/bundel/ui/Dimens.kt | ZianeA/bundel | dbe9546104622f357643e75f65a4243d320a628e | [
"Apache-2.0"
] | 8 | 2021-10-06T08:07:46.000Z | 2022-02-13T16:41:23.000Z | app/src/main/java/dev/sebastiano/bundel/ui/Dimens.kt | ZianeA/bundel | dbe9546104622f357643e75f65a4243d320a628e | [
"Apache-2.0"
] | 11 | 2021-06-01T10:55:23.000Z | 2021-09-10T05:19:41.000Z | package dev.sebastiano.bundel.ui
import androidx.compose.runtime.Composable
import androidx.compose.ui.unit.dp
@Composable
internal fun singlePadding() = 8.dp
@Composable
internal fun iconSize() = 48.dp
| 18.727273 | 42 | 0.800971 |
2719e85ea7a63b594846b2f7b4624ef5ca17c7b4 | 933 | css | CSS | css/layout/_listing.css | theinterned/shopify_ui_challenge | cb2515bd4f18a79dbb9834ec055a2a2860b06acf | [
"MIT"
] | null | null | null | css/layout/_listing.css | theinterned/shopify_ui_challenge | cb2515bd4f18a79dbb9834ec055a2a2860b06acf | [
"MIT"
] | null | null | null | css/layout/_listing.css | theinterned/shopify_ui_challenge | cb2515bd4f18a79dbb9834ec055a2a2860b06acf | [
"MIT"
] | null | null | null | .listing {
margin: 0 calc(-.5 * $lh);
padding: 0;
list-style: none;
@mixin clearfix;
&__item {
border-bottom: 1px solid $mid-grey;
}
&__wrap-link {
display: block;
color: $text-color;
padding: $lh calc(.5 * $lh);
min-height: calc(5 * $lh);
}
&__wrap-link:hover {
background-co... | 17.603774 | 41 | 0.540193 |
ba1a92d1569ccb6cc146066b5ea1c58c282bb3dd | 87 | kt | Kotlin | weather-library/src/main/java/org/rcgonzalezf/weather/common/WeatherProvider.kt | rcgonzalezf/weather-app-demo | 8302404110d044845412dff658d172991768350a | [
"MIT"
] | null | null | null | weather-library/src/main/java/org/rcgonzalezf/weather/common/WeatherProvider.kt | rcgonzalezf/weather-app-demo | 8302404110d044845412dff658d172991768350a | [
"MIT"
] | 20 | 2019-10-19T14:30:58.000Z | 2021-05-29T16:40:11.000Z | weather-library/src/main/java/org/rcgonzalezf/weather/common/WeatherProvider.kt | rcgonzalezf/weather-app-demo | 8302404110d044845412dff658d172991768350a | [
"MIT"
] | 1 | 2020-08-27T14:11:14.000Z | 2020-08-27T14:11:14.000Z | package org.rcgonzalezf.weather.common
enum class WeatherProvider {
OpenWeather
}
| 14.5 | 38 | 0.793103 |
d987177f7ff1cbf4486e84bc44e20e296977bcd1 | 28,155 | rs | Rust | src/persist/src/mem.rs | bobbyiliev/materialize | 44e3bcae151179075232ad436ae72f5883361fd1 | [
"MIT"
] | null | null | null | src/persist/src/mem.rs | bobbyiliev/materialize | 44e3bcae151179075232ad436ae72f5883361fd1 | [
"MIT"
] | null | null | null | src/persist/src/mem.rs | bobbyiliev/materialize | 44e3bcae151179075232ad436ae72f5883361fd1 | [
"MIT"
] | null | null | null | // Copyright Materialize, Inc. and contributors. All rights reserved.
//
// Use of this software is governed by the Business Source License
// included in the LICENSE file.
//
// As of the Change Date specified in that file, in accordance with
// the Business Source License, use of this software will be governed
// by ... | 30.973597 | 113 | 0.568212 |
c3a40d206d8ad16c494591024670ea9a4c2db04d | 7,295 | rs | Rust | src/runtime/src/unsafe_layer.rs | nihil-lang/gnc | 3821052ca5691a6492b23bd8a46bfe70567d374f | [
"BSD-3-Clause"
] | 54 | 2019-05-06T16:28:34.000Z | 2019-12-12T10:54:45.000Z | src/runtime/src/unsafe_layer.rs | Mesabloo/nihil | 3821052ca5691a6492b23bd8a46bfe70567d374f | [
"BSD-3-Clause"
] | 45 | 2020-01-26T10:36:36.000Z | 2021-04-05T13:05:47.000Z | src/runtime/src/unsafe_layer.rs | nihil-lang/gnc | 3821052ca5691a6492b23bd8a46bfe70567d374f | [
"BSD-3-Clause"
] | 6 | 2019-05-10T11:35:20.000Z | 2019-10-31T22:59:11.000Z | use std::ffi::CStr;
#[allow(non_upper_case_globals)]
#[allow(non_camel_case_types)]
#[allow(non_snake_case)]
// ^^^^^^^^^^^^^^^^^^^^^
// Because our naming conventions in C are not necessarily
// the same as in Rust.
// For our binding, it should be ok.
#[allow(dead_code)]
// ^^^^^^^^^^^^^^^^
// This one is needed bec... | 34.248826 | 98 | 0.557642 |
4c2ab0b76956aa8f02ef9b295f2854be409f39a4 | 4,684 | php | PHP | app/Http/Controllers/Admin/FireStationController.php | Mridulo17/workshop | 8b028f8dfc4a397a167c1fc71c6126e00522f110 | [
"MIT"
] | null | null | null | app/Http/Controllers/Admin/FireStationController.php | Mridulo17/workshop | 8b028f8dfc4a397a167c1fc71c6126e00522f110 | [
"MIT"
] | null | null | null | app/Http/Controllers/Admin/FireStationController.php | Mridulo17/workshop | 8b028f8dfc4a397a167c1fc71c6126e00522f110 | [
"MIT"
] | null | null | null | <?php
namespace App\Http\Controllers\Admin;
use App\Http\Controllers\Controller;
use App\Http\Requests\Admin\FireStationRequest;
use App\Http\Requests\Admin\FireStationTypeRequest;
use App\Models\CityCorporation;
use App\Models\District;
use App\Models\Division;
use App\Models\FireStation;
use App\Models\FireStationT... | 35.218045 | 112 | 0.535013 |
38b860b16fed94a2475e645b11bbf187f2f60963 | 24 | c | C | Constants.c | andriibugaiov/Data_Structures | e2df37f05c8efc2d5ca46cb1986980049a485187 | [
"MIT"
] | null | null | null | Constants.c | andriibugaiov/Data_Structures | e2df37f05c8efc2d5ca46cb1986980049a485187 | [
"MIT"
] | null | null | null | Constants.c | andriibugaiov/Data_Structures | e2df37f05c8efc2d5ca46cb1986980049a485187 | [
"MIT"
] | null | null | null |
#include "Constants.h"
| 8 | 22 | 0.708333 |
af05417a09f635ff59bc941840a95fb1f8a4dd91 | 4,782 | sql | SQL | idm/static/database/create_table.sql | yunit-code/yunit-code.github.io | 6c2844a9b54af27fd4123d17f90959e807d9cbd9 | [
"MIT"
] | null | null | null | idm/static/database/create_table.sql | yunit-code/yunit-code.github.io | 6c2844a9b54af27fd4123d17f90959e807d9cbd9 | [
"MIT"
] | null | null | null | idm/static/database/create_table.sql | yunit-code/yunit-code.github.io | 6c2844a9b54af27fd4123d17f90959e807d9cbd9 | [
"MIT"
] | null | null | null |
/*
核心拖拽框架主表
用途:主要用于存储页面级的配置数据信息
*/
CREATE TABLE `idm` (
`id` varchar(100) COLLATE utf8_bin NOT NULL,
`CREATE_USERID` varchar(50) COLLATE utf8_bin DEFAULT NULL COMMENT '创建人用户id',
`CREATE_UNAME` varchar(50) COLLATE utf8_bin DEFAULT NULL COMMENT '创建人姓名',
`CREATE_DEPTID` varchar(50) COLLATE utf8_bin DEFAULT NUL... | 46.427184 | 78 | 0.773944 |
843b529854d68752a2793e7abb2454d0145af244 | 866 | sql | SQL | queries/xQuery10.sql | joshuaseligman/baseball-database-project | a76e81a3b6f56da023d0f63143d96e145bfc1e8e | [
"MIT"
] | null | null | null | queries/xQuery10.sql | joshuaseligman/baseball-database-project | a76e81a3b6f56da023d0f63143d96e145bfc1e8e | [
"MIT"
] | null | null | null | queries/xQuery10.sql | joshuaseligman/baseball-database-project | a76e81a3b6f56da023d0f63143d96e145bfc1e8e | [
"MIT"
] | null | null | null | -- Get the names of players who have only played for teams that
-- are at least 50 years older than the division they compete in.
-- Also include the abbreviations of these teams.
CREATE OR REPLACE VIEW xQuery10 AS
SELECT DISTINCT xPlayer.Player_Name, PlaysForOut.Team_Abbr
FROM xPlayer JOIN xPlaysFor PlaysForOut... | 48.111111 | 87 | 0.678984 |
9c3dde692b1b0538575acb2d17f561b0d5cdcad7 | 549 | js | JavaScript | src/routes.js | guilhermehrq/auth-tdd | 756c8f8c1c061658e91ed8bb574302b76e12873f | [
"MIT"
] | null | null | null | src/routes.js | guilhermehrq/auth-tdd | 756c8f8c1c061658e91ed8bb574302b76e12873f | [
"MIT"
] | null | null | null | src/routes.js | guilhermehrq/auth-tdd | 756c8f8c1c061658e91ed8bb574302b76e12873f | [
"MIT"
] | null | null | null | const routes = require("express").Router();
const user = require("./core/user/controller");
const product = require('./core/product/controller');
const authMiddleware = require("./middleware/auth");
routes.get("/ping", (req, res) => {
return res.status(200).send(new Date());
});
routes.post("/user", (req, ... | 30.5 | 68 | 0.650273 |
a1f59ae109a261baa147bd3f9dee8068d9ace1c7 | 261 | h | C | Pod/Classes/Debug/KZBResponseTracker.h | bentrengrove/BTBootstrap | 651eceb261bb3dce8ef9d5e6a4282a37573897db | [
"MIT"
] | 755 | 2015-01-01T17:59:43.000Z | 2017-04-29T16:29:48.000Z | Pod/Classes/Debug/KZBResponseTracker.h | FrankVilla/Bootstrap | 11651a757d7d95490bf76cbe71ad4420c1855b73 | [
"MIT"
] | 23 | 2015-01-05T11:25:01.000Z | 2017-04-29T20:26:01.000Z | Pod/Classes/Debug/KZBResponseTracker.h | FrankVilla/Bootstrap | 11651a757d7d95490bf76cbe71ad4420c1855b73 | [
"MIT"
] | 86 | 2015-01-04T03:10:36.000Z | 2017-02-10T06:34:56.000Z | //
// Created by merowing on 03/02/2014.
//
//
//
@import Foundation;
@interface KZBResponseTracker : NSObject
+ (void)trackResponse:(id)response object:(id)objectOrError forEndPoint:(NSString *)endPoint;
+ (NSDictionary *)responses;
+ (void)printAll;
@end | 17.4 | 93 | 0.724138 |
2f0dd40ac8d9073efc89692abbab001634558663 | 269 | php | PHP | web/app/themes/fullstaq/resources/views/partials/footer.blade.php | hothichau/intern-fullstaq | 329476bf137340a7c8d8397b741a63a0a49cd74c | [
"MIT"
] | null | null | null | web/app/themes/fullstaq/resources/views/partials/footer.blade.php | hothichau/intern-fullstaq | 329476bf137340a7c8d8397b741a63a0a49cd74c | [
"MIT"
] | null | null | null | web/app/themes/fullstaq/resources/views/partials/footer.blade.php | hothichau/intern-fullstaq | 329476bf137340a7c8d8397b741a63a0a49cd74c | [
"MIT"
] | 1 | 2021-07-07T03:59:38.000Z | 2021-07-07T03:59:38.000Z | <footer class="footer text-center text-sm-left">
@if(!empty($footer_columns))
<div class="footer__top d-flex">
@include('partials.common.footer-top')
</div>
@endif
<div class="footer__bottom">
@include('partials.common.footer-nav')
</div>
</footer>
| 24.454545 | 48 | 0.672862 |
3b5b555be0b24ab738b7cb2e078578d044518d3c | 302 | h | C | libbuild2-autoconf/libbuild2/autoconf/checks/HAVE_RENAMEAT2.h | build2/libbuild2-autoconf | a7d7c362deac4357fae79152ea768d34219918e7 | [
"MIT"
] | null | null | null | libbuild2-autoconf/libbuild2/autoconf/checks/HAVE_RENAMEAT2.h | build2/libbuild2-autoconf | a7d7c362deac4357fae79152ea768d34219918e7 | [
"MIT"
] | null | null | null | libbuild2-autoconf/libbuild2/autoconf/checks/HAVE_RENAMEAT2.h | build2/libbuild2-autoconf | a7d7c362deac4357fae79152ea768d34219918e7 | [
"MIT"
] | null | null | null | // HAVE_RENAMEAT2 : BUILD2_AUTOCONF_LIBC_VERSION
#ifndef BUILD2_AUTOCONF_LIBC_VERSION
# error BUILD2_AUTOCONF_LIBC_VERSION appears to be conditionally included
#endif
#undef HAVE_RENAMEAT2
// Since Linux 3.15/glibc 2.28.
//
#if BUILD2_AUTOCONF_GLIBC_PREREQ(2, 28)
# define HAVE_RENAMEAT2 1
#endif
| 21.571429 | 74 | 0.811258 |
53b0f758f176105d59863374c58cf367a3f65433 | 721 | java | Java | src/main/java/org/iii/ee100/animour/hospital/service/AppointmentService.java | NathanC90/review | a38963ba50fd1aed4b44121785137ffa5c9ee789 | [
"Apache-2.0"
] | 4 | 2018-06-16T15:00:11.000Z | 2021-11-28T19:08:10.000Z | src/main/java/org/iii/ee100/animour/hospital/service/AppointmentService.java | NathanC90/review | a38963ba50fd1aed4b44121785137ffa5c9ee789 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/iii/ee100/animour/hospital/service/AppointmentService.java | NathanC90/review | a38963ba50fd1aed4b44121785137ffa5c9ee789 | [
"Apache-2.0"
] | 1 | 2018-08-16T08:17:45.000Z | 2018-08-16T08:17:45.000Z | package org.iii.ee100.animour.hospital.service;
import java.util.List;
import org.iii.ee100.animour.hospital.dao.AppointmentDao;
import org.iii.ee100.animour.hospital.entity.Appointment;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public clas... | 22.53125 | 62 | 0.785021 |
da71c1d35ab3c68e6f725fab1ba36df7335be991 | 313 | sql | SQL | MySQL/Exams/03.09.2017/09.Profile_Pictures.sql | IvayloIV/Java | 862785b40c68ee4ddcf3b4ff9989467b95eb1780 | [
"MIT"
] | null | null | null | MySQL/Exams/03.09.2017/09.Profile_Pictures.sql | IvayloIV/Java | 862785b40c68ee4ddcf3b4ff9989467b95eb1780 | [
"MIT"
] | 24 | 2020-01-17T20:44:40.000Z | 2022-01-21T23:49:06.000Z | MySQL/Exams/03.09.2017/09.Profile_Pictures.sql | IvayloIV/Java | 862785b40c68ee4ddcf3b4ff9989467b95eb1780 | [
"MIT"
] | null | null | null | SELECT
u.id,
u.username,
CONCAT(p.size, 'KB') AS 'size'
FROM users AS u
JOIN pictures AS p
ON u.profile_picture_id = p.id
WHERE u.profile_picture_id IN (
SELECT us.profile_picture_id
FROM users AS us
GROUP BY us.profile_picture_id
HAVING COUNT(us.profile_picture_id) > 1
)
ORDER BY u.id ASC; | 22.357143 | 43 | 0.71885 |
87e4fa560d7001ba44177c1e4afde2495fcb463b | 68 | sql | SQL | db/schema.sql | jdmarty/dreamteam2 | 0552c65e31da0d4b0abcd595ebe57badac11135a | [
"ISC"
] | 2 | 2020-06-09T00:52:23.000Z | 2020-06-09T02:22:38.000Z | db/schema.sql | Akessler314/Project_2 | 183f35e8a9986bad4c1f759c43eff785d62f4299 | [
"Unlicense"
] | 15 | 2020-06-09T03:44:59.000Z | 2020-06-19T23:20:40.000Z | db/schema.sql | Akessler314/Project_2 | 183f35e8a9986bad4c1f759c43eff785d62f4299 | [
"Unlicense"
] | 5 | 2020-09-10T21:36:04.000Z | 2020-10-19T22:38:06.000Z | DROP DATABASE IF EXISTS dreamteam_db;
CREATE DATABASE dreamteam_db;
| 22.666667 | 37 | 0.852941 |
d421c42349849498ab3e1d29c139d8c831424d0b | 3,210 | rs | Rust | rust/day01/depths_window/src/main.rs | kyclark/advent2021 | b7961ffb7eca3a64b826424ceb9f6c628d7b046c | [
"MIT"
] | 1 | 2021-12-01T21:32:19.000Z | 2021-12-01T21:32:19.000Z | rust/day01/depths_window/src/main.rs | kyclark/advent2021 | b7961ffb7eca3a64b826424ceb9f6c628d7b046c | [
"MIT"
] | null | null | null | rust/day01/depths_window/src/main.rs | kyclark/advent2021 | b7961ffb7eca3a64b826424ceb9f6c628d7b046c | [
"MIT"
] | null | null | null | use clap::{App, Arg};
use std::{
error::Error,
fs::File,
io::{self, BufRead, BufReader},
};
type MyResult<T> = Result<T, Box<dyn Error>>;
#[derive(Debug)]
pub struct Config {
filename: String,
window: usize,
}
// --------------------------------------------------
pub fn get_args() -> MyResult<Con... | 28.157895 | 68 | 0.443614 |
e3ff145676e6e12a8193d5bc5a9d9172afeef331 | 1,495 | go | Go | pkg/util/conv.go | RickyC0626/loki | 3d941ccccbcc6109224dce1845f7aaead30d5ddf | [
"Apache-2.0"
] | null | null | null | pkg/util/conv.go | RickyC0626/loki | 3d941ccccbcc6109224dce1845f7aaead30d5ddf | [
"Apache-2.0"
] | null | null | null | pkg/util/conv.go | RickyC0626/loki | 3d941ccccbcc6109224dce1845f7aaead30d5ddf | [
"Apache-2.0"
] | null | null | null | package util
import (
"time"
"unsafe"
"github.com/prometheus/common/model"
"github.com/prometheus/prometheus/model/labels"
)
// ModelLabelSetToMap convert a model.LabelSet to a map[string]string
func ModelLabelSetToMap(m model.LabelSet) map[string]string {
if len(m) == 0 {
return map[string]string{}
}
retur... | 29.9 | 118 | 0.742475 |
85b1af5aefd5017782d607c2078d8a01f5616a0c | 5,976 | js | JavaScript | Helpers/FileUploader/fileuploader.js | alexidr9116/bib-123 | 2cbdae10307610f6df1bc62d43e1dcb01de55846 | [
"MIT"
] | null | null | null | Helpers/FileUploader/fileuploader.js | alexidr9116/bib-123 | 2cbdae10307610f6df1bc62d43e1dcb01de55846 | [
"MIT"
] | null | null | null | Helpers/FileUploader/fileuploader.js | alexidr9116/bib-123 | 2cbdae10307610f6df1bc62d43e1dcb01de55846 | [
"MIT"
] | null | null | null | const multer = require("multer");
const formidable = require("formidable");
const fs = require("fs");
const path = require("path");
const Global = require("../Global");
const Response = require("../Response");
const imageStorage = multer.diskStorage({
// Destination to store image
destination: "./uploads/images",
... | 27.666667 | 80 | 0.525435 |
7bbba7dcfcd48aef67b7f2c0108d6908dda79d71 | 455 | css | CSS | src/Components/MessageRoll/MessageRoll.css | Daxxn/ElectrintoryClient | 596b6695b392059fc3231ac827b503eec5631c91 | [
"Apache-2.0"
] | null | null | null | src/Components/MessageRoll/MessageRoll.css | Daxxn/ElectrintoryClient | 596b6695b392059fc3231ac827b503eec5631c91 | [
"Apache-2.0"
] | null | null | null | src/Components/MessageRoll/MessageRoll.css | Daxxn/ElectrintoryClient | 596b6695b392059fc3231ac827b503eec5631c91 | [
"Apache-2.0"
] | null | null | null | .message-roll-container {
display: flex;
flex-flow: row nowrap;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
margin: 0;
}
.message-text {
margin: 0.25rem;
}
.message-ok {
background-color: var(--message-color);
}
.message-unauth {
background-color: var(--message-unauth-color);
}
.... | 15.689655 | 49 | 0.643956 |
d5c7da6c00fae89d9a6a689c11dbc2d35bf1aaeb | 1,640 | h | C | System/Library/PrivateFrameworks/SpringBoard.framework/SBStarkNotificationBannerSource.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | 2 | 2021-11-02T09:23:27.000Z | 2022-03-28T08:21:57.000Z | System/Library/PrivateFrameworks/SpringBoard.framework/SBStarkNotificationBannerSource.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/SpringBoard.framework/SBStarkNotificationBannerSource.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | 1 | 2022-03-28T08:21:59.000Z | 2022-03-28T08:21:59.000Z | /*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:23:47 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/SpringB... | 45.555556 | 165 | 0.735976 |
b51b8c180a527f860f003b278dac22b749fe86d5 | 6,399 | swift | Swift | Sources/TCP/Socket/TCPServer.swift | captainOfM/sockets | 734f148087a3bd649cf07afe224f7273d3da3438 | [
"MIT"
] | 125 | 2017-03-24T12:15:09.000Z | 2018-03-16T10:59:17.000Z | Sources/TCP/Socket/TCPServer.swift | captainOfM/sockets | 734f148087a3bd649cf07afe224f7273d3da3438 | [
"MIT"
] | 43 | 2016-09-09T16:04:58.000Z | 2017-03-17T09:29:01.000Z | Sources/TCP/Socket/TCPServer.swift | captainOfM/sockets | 734f148087a3bd649cf07afe224f7273d3da3438 | [
"MIT"
] | 25 | 2016-09-09T13:23:48.000Z | 2017-03-17T16:02:44.000Z | import Async
import Bits
import Debugging
import Dispatch
import COperatingSystem
/// Accepts client connections to a socket.
///
/// Uses Async.OutputStream API to deliver accepted clients
/// with back pressure support. If overwhelmed, input streams
/// can cause the TCP server to suspend accepting new connections.
... | 32.318182 | 121 | 0.597437 |
84dded0e31147a01c261d1d9f662638d3399d628 | 4,725 | asm | Assembly | MSDOS/Virus.MSDOS.Unknown.arcvsmal.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | MSDOS/Virus.MSDOS.Unknown.arcvsmal.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | MSDOS/Virus.MSDOS.Unknown.arcvsmal.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z |
.radix 16
.model tiny
.code
org 100h
main:
jmp start
start:
call get_pointer ;>>xref=<06106><<
get_pointer:
pop bp ; pop cs:ip of stack
sub bp,offset get_pointe... | 33.992806 | 74 | 0.41291 |
16d4ac8e5bf2a579c73c9e8099a2d161a96e3333 | 18,277 | lua | Lua | CollectionAgent.lrdevplugin/Framework/System/Updater.lua | Greven-of-Norway/RC_CollectionAgent | ad3872263aad8ccc5a12eb17ae07e98cdae6d51d | [
"Artistic-2.0"
] | 5 | 2017-07-02T22:58:14.000Z | 2022-01-08T15:44:38.000Z | FileRenamer.lrplugin/Framework/System/Updater.lua | DaveBurns/rc_FileRenamer | 1c346969db84172339df6254554b49268513f68b | [
"Artistic-2.0"
] | null | null | null | FileRenamer.lrplugin/Framework/System/Updater.lua | DaveBurns/rc_FileRenamer | 1c346969db84172339df6254554b49268513f68b | [
"Artistic-2.0"
] | 3 | 2017-10-04T22:26:20.000Z | 2018-09-23T03:10:44.000Z | --[[
Updater.lua
Note: this could encapsulate check-for-update and uninstall too, but doesn't, yet.
Initial motivation is so plugin can customize updating without extending app object.
--]]
local Updater, dbg, dbgf = Object:newClass{ className= 'Updater', register=true }
--- ... | 46.037783 | 247 | 0.561142 |
0bd140a056fc61ccfee7802db42e9effd97e6220 | 2,783 | js | JavaScript | src/main/resources/static/js/views/gallery/tags.js | cjstehno/photopile | 1da3fb9afd8dc4ae14b224d88f9297609ec3453b | [
"Apache-2.0"
] | null | null | null | src/main/resources/static/js/views/gallery/tags.js | cjstehno/photopile | 1da3fb9afd8dc4ae14b224d88f9297609ec3453b | [
"Apache-2.0"
] | 9 | 2015-06-20T21:41:35.000Z | 2016-03-05T14:14:18.000Z | src/main/resources/static/js/views/gallery/tags.js | cjstehno/photopile | 1da3fb9afd8dc4ae14b224d88f9297609ec3453b | [
"Apache-2.0"
] | null | null | null | define([
'collections/tags',
'text!templates/gallery/tags.html',
'text!templates/gallery/tags-item.html'
], function( Tags, template, itemTemplate ){
return Backbone.View.extend({
template: _.template(template),
itemTemplate: _.template(itemTemplate),
attributes:{
c... | 27.554455 | 98 | 0.478261 |
266dcfcaf520454e496734924cdd3695e4d11254 | 759 | java | Java | src/StockIT-v1-release_source_from_JADX/sources/com/google/android/gms/internal/vision/zzck.java | atul-vyshnav/2021_IBM_Code_Challenge_StockIT | 25c26a4cc59a3f3e575f617b59acc202ee6ee48a | [
"Apache-2.0"
] | 1 | 2021-11-23T10:12:35.000Z | 2021-11-23T10:12:35.000Z | src/StockIT-v1-release_source_from_JADX/sources/com/google/android/gms/internal/vision/zzck.java | atul-vyshnav/2021_IBM_Code_Challenge_StockIT | 25c26a4cc59a3f3e575f617b59acc202ee6ee48a | [
"Apache-2.0"
] | null | null | null | src/StockIT-v1-release_source_from_JADX/sources/com/google/android/gms/internal/vision/zzck.java | atul-vyshnav/2021_IBM_Code_Challenge_StockIT | 25c26a4cc59a3f3e575f617b59acc202ee6ee48a | [
"Apache-2.0"
] | 1 | 2021-10-01T13:14:19.000Z | 2021-10-01T13:14:19.000Z | package com.google.android.gms.internal.vision;
import org.checkerframework.checker.nullness.compatqual.NullableDecl;
/* compiled from: com.google.android.gms:play-services-vision-common@@19.0.0 */
final class zzck<T> extends zzcn<T> {
static final zzck<Object> zzlf = new zzck<>();
private zzck() {
}
... | 23.71875 | 94 | 0.650856 |
b175a4066b9228d2082f07a0f7a8f30839b3f71c | 961 | h | C | src/sys/appmgr/dynamic_library_loader.h | billchen1977/fuchsia | d443f9c7b03ad317d1700c2c9457be8ed1147b86 | [
"BSD-2-Clause"
] | null | null | null | src/sys/appmgr/dynamic_library_loader.h | billchen1977/fuchsia | d443f9c7b03ad317d1700c2c9457be8ed1147b86 | [
"BSD-2-Clause"
] | null | null | null | src/sys/appmgr/dynamic_library_loader.h | billchen1977/fuchsia | d443f9c7b03ad317d1700c2c9457be8ed1147b86 | [
"BSD-2-Clause"
] | null | null | null | // Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_SYS_APPMGR_DYNAMIC_LIBRARY_LOADER_H_
#define SRC_SYS_APPMGR_DYNAMIC_LIBRARY_LOADER_H_
#include <fuchsia/ldsvc/llcpp/fidl.h>
#include <lib/zx/c... | 34.321429 | 96 | 0.726327 |
49b758796342e9fa2eb11adc7539910d0f594a13 | 2,431 | kt | Kotlin | bot/storage-mongo/src/main/kotlin/fr/vsct/tock/bot/mongo/I18nMongoDAO.kt | lith-light-g/tock | 95081f0e881b2d90264c7edaed52586e31254e14 | [
"Apache-2.0"
] | null | null | null | bot/storage-mongo/src/main/kotlin/fr/vsct/tock/bot/mongo/I18nMongoDAO.kt | lith-light-g/tock | 95081f0e881b2d90264c7edaed52586e31254e14 | [
"Apache-2.0"
] | null | null | null | bot/storage-mongo/src/main/kotlin/fr/vsct/tock/bot/mongo/I18nMongoDAO.kt | lith-light-g/tock | 95081f0e881b2d90264c7edaed52586e31254e14 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (C) 2017 VSCT
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wri... | 34.239437 | 115 | 0.718634 |
f766c14f1ed8fd005c125eee15182ef1026c2b4b | 4,305 | h | C | PWGHF/hfe/AliHFEreducedMCParticle.h | maroozm/AliPhysics | 22ec256928cfdf8f800e05bfc1a6e124d90b6eaf | [
"BSD-3-Clause"
] | 114 | 2017-03-03T09:12:23.000Z | 2022-03-03T20:29:42.000Z | PWGHF/hfe/AliHFEreducedMCParticle.h | maroozm/AliPhysics | 22ec256928cfdf8f800e05bfc1a6e124d90b6eaf | [
"BSD-3-Clause"
] | 19,637 | 2017-01-16T12:34:41.000Z | 2022-03-31T22:02:40.000Z | PWGHF/hfe/AliHFEreducedMCParticle.h | maroozm/AliPhysics | 22ec256928cfdf8f800e05bfc1a6e124d90b6eaf | [
"BSD-3-Clause"
] | 1,021 | 2016-07-14T22:41:16.000Z | 2022-03-31T05:15:51.000Z | /**************************************************************************
* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
* *
* Author: The ALICE Off-line Project. *
* Contributors are ... | 44.84375 | 149 | 0.632985 |
13077b850f20119d12590a14a1a664c250afc1ac | 5,944 | c | C | samples/mqtt/main.c | meishaoming/esp8266-at | fa3b80a187efa8be62c101dfe57898a183fac78b | [
"MIT"
] | null | null | null | samples/mqtt/main.c | meishaoming/esp8266-at | fa3b80a187efa8be62c101dfe57898a183fac78b | [
"MIT"
] | null | null | null | samples/mqtt/main.c | meishaoming/esp8266-at | fa3b80a187efa8be62c101dfe57898a183fac78b | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <sys/select.h>
#include <sys/time.h>
#include <unistd.h>
#include "esp8266.h"
#include "socket_esp8266.h"
#include "MQTTClient.h"
#include "../common/config.h"
extern int serial_open_nonblock(const char *devpath);
static const char *portname = "/d... | 19.813333 | 94 | 0.582268 |
e9788022c9d3a88a3db2d4d852ed10bb853ebb63 | 585 | rb | Ruby | spec/emarsys/data_objects/segment_spec.rb | darialapina/emarsys-rb | 75d56489365ad1a318f2031eff98e6d86f97400b | [
"MIT"
] | null | null | null | spec/emarsys/data_objects/segment_spec.rb | darialapina/emarsys-rb | 75d56489365ad1a318f2031eff98e6d86f97400b | [
"MIT"
] | null | null | null | spec/emarsys/data_objects/segment_spec.rb | darialapina/emarsys-rb | 75d56489365ad1a318f2031eff98e6d86f97400b | [
"MIT"
] | null | null | null | require 'spec_helper'
describe Emarsys::Segment do
describe ".collection" do
it "requests all segments" do
expect(
stub_get("filter") { Emarsys::Segment.collection }
).to have_been_requested.once
end
describe ".contacts" do
it "requests contact data for a given segment" do
... | 30.789474 | 140 | 0.682051 |
26362c6d6a0ee31bc4439cc8da6d29cfaee8287e | 6,363 | java | Java | src/main/java/com/example/Models/BattleSection/Battle/Battle.java | PaulElcampeon/War-Version-1.0-ReleasedOnHeroku | 189f2a0497fcc240f0f88a7c3eec9895291af978 | [
"MIT"
] | null | null | null | src/main/java/com/example/Models/BattleSection/Battle/Battle.java | PaulElcampeon/War-Version-1.0-ReleasedOnHeroku | 189f2a0497fcc240f0f88a7c3eec9895291af978 | [
"MIT"
] | 5 | 2020-03-04T21:41:44.000Z | 2021-12-09T19:43:34.000Z | src/main/java/com/example/Models/BattleSection/Battle/Battle.java | PaulElcampeon/War-Version-1.0-ReleasedOnHeroku | 189f2a0497fcc240f0f88a7c3eec9895291af978 | [
"MIT"
] | null | null | null | package com.example.Models.BattleSection.Battle;
import com.example.Models.BattleSection.BattleReceipt.BattleReceipt;
import com.example.Models.Warrior.Warrior;
import lombok.Data;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.Ra... | 34.581522 | 143 | 0.67311 |
da340f4020b428d1312e18d75dff4bfcc4ff4981 | 473 | rs | Rust | src/util.rs | ComplexPlane/strand_match | 739b235916ae7e8bca9d343089945cc26623b234 | [
"MIT"
] | 1 | 2019-11-02T16:04:45.000Z | 2019-11-02T16:04:45.000Z | src/util.rs | ComplexPlane/strand_match | 739b235916ae7e8bca9d343089945cc26623b234 | [
"MIT"
] | null | null | null | src/util.rs | ComplexPlane/strand_match | 739b235916ae7e8bca9d343089945cc26623b234 | [
"MIT"
] | null | null | null | use crate::Result;
pub fn parse_u32_hex(s: &str) -> Result<u32> {
let s = if s.len() >= 2 && &s[0..2].to_lowercase() == "0x" {
&s[2..]
} else {
s
};
Ok(u32::from_str_radix(s, 16)?)
}
#[cfg(test)]
mod test {
use super::*;
#[test]
fn hexstring() {
assert_eq!(parse_u... | 19.708333 | 64 | 0.522199 |
48e3601aad14899504ebdc086038b27cdb793f63 | 2,553 | c | C | src/protocols/kubernetes/tests/url/append.c | dev-ddoe/guacamole-server | 8ecdedb05aed4aa9c282ce11d0d1fc8b247265cb | [
"Apache-2.0"
] | 1,450 | 2017-11-29T07:18:10.000Z | 2022-03-30T04:20:50.000Z | src/protocols/kubernetes/tests/url/append.c | dev-ddoe/guacamole-server | 8ecdedb05aed4aa9c282ce11d0d1fc8b247265cb | [
"Apache-2.0"
] | 122 | 2017-12-19T09:17:49.000Z | 2022-03-22T19:58:49.000Z | src/protocols/kubernetes/tests/url/append.c | dev-ddoe/guacamole-server | 8ecdedb05aed4aa9c282ce11d0d1fc8b247265cb | [
"Apache-2.0"
] | 431 | 2017-12-05T16:35:42.000Z | 2022-03-31T22:49:20.000Z | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 34.04 | 107 | 0.716412 |
bbf182e56f5d69b9ce810b9c6b4447919c133588 | 2,282 | swift | Swift | PiggySaving/Model/Helper.swift | t-liu93/Piggy-Saving-iOS-App | 1eee3de9c632e924182c98b58e7b39dcba5c9fdf | [
"MIT"
] | 1 | 2022-02-18T08:56:20.000Z | 2022-02-18T08:56:20.000Z | PiggySaving/Model/Helper.swift | t-liu93/Piggy-Saving-iOS-App | 1eee3de9c632e924182c98b58e7b39dcba5c9fdf | [
"MIT"
] | 5 | 2022-01-28T10:08:38.000Z | 2022-01-30T14:08:32.000Z | PiggySaving/Model/Helper.swift | t-liu93/Piggy-Saving-iOS-App | 1eee3de9c632e924182c98b58e7b39dcba5c9fdf | [
"MIT"
] | null | null | null | //
// Helper.swift
// PiggySaving
//
// Created by Tianyu Liu on 01/02/2022.
//
import Foundation
import SwiftUI
let APP_VERSION: String = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? ""
let APP_BUILD_NUMBER: String = Bundle.main.infoDictionary?["CFBundleVersion"] as? String ?? ""
let VE... | 28.525 | 100 | 0.654689 |
c4765684c84559ebbfa2eace3d4c1fb11f130a75 | 1,666 | h | C | Include/Expr/Internal/FTimerContainer.h | liliilli/DyExpression | cc20a92d8f4c87d730b3c909da694d1c547b2916 | [
"MIT"
] | 1 | 2019-09-18T07:28:30.000Z | 2019-09-18T07:28:30.000Z | Include/Expr/Internal/FTimerContainer.h | liliilli/DyExpression | cc20a92d8f4c87d730b3c909da694d1c547b2916 | [
"MIT"
] | 2 | 2019-06-04T15:07:39.000Z | 2019-06-10T15:10:27.000Z | Include/Expr/Internal/FTimerContainer.h | liliilli/DyExpression | cc20a92d8f4c87d730b3c909da694d1c547b2916 | [
"MIT"
] | 1 | 2019-06-04T15:06:06.000Z | 2019-06-04T15:06:06.000Z | #pragma once
///
/// MIT License
/// Copyright (c) 2018-2019 Jongmin Yun
///
/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/// AUT... | 29.22807 | 81 | 0.711885 |
5b06e54a38411b57abb5e147fe50782b174c2f45 | 395 | h | C | Example/BUDemo/BUDemo/App/CustomEventAdapter/Admob/BUDAdmob_RewardExpressCustomEventAdapter.h | qqxnz/Bytedance-UnionAD | 34243474825fd31942d14e15805951b62b99eacc | [
"MIT"
] | null | null | null | Example/BUDemo/BUDemo/App/CustomEventAdapter/Admob/BUDAdmob_RewardExpressCustomEventAdapter.h | qqxnz/Bytedance-UnionAD | 34243474825fd31942d14e15805951b62b99eacc | [
"MIT"
] | null | null | null | Example/BUDemo/BUDemo/App/CustomEventAdapter/Admob/BUDAdmob_RewardExpressCustomEventAdapter.h | qqxnz/Bytedance-UnionAD | 34243474825fd31942d14e15805951b62b99eacc | [
"MIT"
] | null | null | null | //
// BUDAdmob_RewardExpressCustomEventAdapter.h
// BUDemo
//
// Created by Bytedance on 2019/11/26.
// Copyright © 2019 bytedance. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <GoogleMobileAds/GoogleMobileAds.h>
NS_ASSUME_NONNULL_BEGIN
@interface BUDAdmob_RewardExpressCustomEventAdapter : N... | 20.789474 | 100 | 0.805063 |
5dee7d5324a0ce47a78371d0a865a054af7e09a4 | 153 | h | C | Source/OWB_EasyVox_Demo/OWB_EasyVox_Demo.h | gribuser/OWB_EasyVox_Demo | 10fe7138dddc73626de5875f8d963351c3efe3ba | [
"MIT"
] | 1 | 2020-12-13T13:33:16.000Z | 2020-12-13T13:33:16.000Z | Source/OWB_EasyVox_Demo/OWB_EasyVox_Demo.h | gribuser/OWB_EasyVox_Demo | 10fe7138dddc73626de5875f8d963351c3efe3ba | [
"MIT"
] | null | null | null | Source/OWB_EasyVox_Demo/OWB_EasyVox_Demo.h | gribuser/OWB_EasyVox_Demo | 10fe7138dddc73626de5875f8d963351c3efe3ba | [
"MIT"
] | null | null | null | // Open World Bakery free additions
// Copyright 2020 Dmitry Grivov, g@primitive.game, all rights reserved
#pragma once
#include "CoreMinimal.h"
| 21.857143 | 71 | 0.738562 |
58b50114ba7760ea48bf29da3f9ba328bffe9bb0 | 8,608 | rs | Rust | src/operator/lcc.rs | busstoptaktik/geodesy | 2718c094001b0a2168deb4fbaaa09c4ab9f78a7c | [
"Apache-2.0",
"MIT"
] | 9 | 2021-09-22T21:38:12.000Z | 2022-03-21T12:34:52.000Z | src/operator/lcc.rs | busstoptaktik/geodesy | 2718c094001b0a2168deb4fbaaa09c4ab9f78a7c | [
"Apache-2.0",
"MIT"
] | 15 | 2021-07-29T13:31:18.000Z | 2022-02-05T23:28:50.000Z | src/operator/lcc.rs | busstoptaktik/geodesy | 2718c094001b0a2168deb4fbaaa09c4ab9f78a7c | [
"Apache-2.0",
"MIT"
] | null | null | null | //! Lambert Conformal Conic
use std::f64::consts::FRAC_PI_2;
use super::OperatorArgs;
use super::OperatorCore;
use crate::operator_construction::*;
use crate::Context;
use crate::CoordinateTuple;
use crate::Ellipsoid;
use crate::GeodesyError;
const EPS10: f64 = 1e-10;
#[derive(Debug)]
pub struct Lcc {
ellps: Ell... | 28.789298 | 91 | 0.483736 |
7cbac1713a385165a084ae7d6cc582561fdf81c5 | 2,937 | rs | Rust | rust/dive_into_rust/src/bin/panic.rs | lonelyhentai/workspace | 2a996af58d6b9be5d608ed040267398bcf72403b | [
"MIT"
] | 2 | 2021-04-26T16:37:38.000Z | 2022-03-15T01:26:19.000Z | rust/dive_into_rust/src/bin/panic.rs | lonelyhentai/workspace | 2a996af58d6b9be5d608ed040267398bcf72403b | [
"MIT"
] | null | null | null | rust/dive_into_rust/src/bin/panic.rs | lonelyhentai/workspace | 2a996af58d6b9be5d608ed040267398bcf72403b | [
"MIT"
] | 1 | 2022-03-15T01:26:23.000Z | 2022-03-15T01:26:23.000Z | #![allow(unreachable_code)]
fn main() {
{
// 什么是 panic
{
fn _panic_intro() {
let x: Option<i32> = None;
x.unwrap();
}
}
}
{
// panic 实现机制
{
// 在 rust 的实现机制有两种方式:unwind 和 abort
// unwind 在... | 30.278351 | 72 | 0.391216 |