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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4070742e277cd53474765332c944e9da1da29e95 | 4,889 | py | Python | AutomationFramework/tests/qos/test_qos_scheduler.py | sbarguil/Testing-framework | f3ef69f1c4f0aeafd02e222d846162c711783b15 | [
"Apache-2.0"
] | 1 | 2020-04-23T15:22:16.000Z | 2020-04-23T15:22:16.000Z | AutomationFramework/tests/qos/test_qos_scheduler.py | sbarguil/Testing-framework | f3ef69f1c4f0aeafd02e222d846162c711783b15 | [
"Apache-2.0"
] | 44 | 2020-08-13T19:35:41.000Z | 2021-03-01T09:08:00.000Z | AutomationFramework/tests/qos/test_qos_scheduler.py | sbarguil/Testing-framework | f3ef69f1c4f0aeafd02e222d846162c711783b15 | [
"Apache-2.0"
] | 6 | 2020-04-23T15:29:38.000Z | 2022-03-03T14:23:38.000Z | import pytest
from AutomationFramework.page_objects.qos.qos import QOS
from AutomationFramework.tests.base_test import BaseTest
class TestQOSScheduler(BaseTest):
test_case_file = 'qos_scheduler.yml'
@pytest.mark.parametrize('create_page_object_arg', [{'test_case_file': test_case_file,
... | 71.897059 | 122 | 0.635713 |
8ecd6deb2d4e9372a22e4ec0f68762249e9f0f13 | 965 | rb | Ruby | lib/iron/settings/node.rb | irongaze/iron-settings | 9807fa70ec1ba0efe8c0073c677f859f14bc1288 | [
"MIT"
] | null | null | null | lib/iron/settings/node.rb | irongaze/iron-settings | 9807fa70ec1ba0efe8c0073c677f859f14bc1288 | [
"MIT"
] | null | null | null | lib/iron/settings/node.rb | irongaze/iron-settings | 9807fa70ec1ba0efe8c0073c677f859f14bc1288 | [
"MIT"
] | null | null | null | class Settings
# Base class for groups and entries - provides our structure
class Node
# Used to separate node names in a full key
NODE_SEPARATOR = '.'.freeze
# All nodes have these items...
attr_accessor :root, :parent, :name, :key
def initialize(parent, name = nil)
# Valida... | 20.978261 | 115 | 0.550259 |
5df4d2bac79bc7fe997f240cdbd7f544410d7917 | 498 | h | C | Morpheus/Engine/Source/Engine/Util/StringUtil.h | madureira/morpheus-engine | 4f99726b24f8d6f05f9ad971a2000a023ac8a656 | [
"MIT"
] | 15 | 2019-12-11T07:01:42.000Z | 2022-03-23T21:09:24.000Z | Morpheus/Engine/Source/Engine/Util/StringUtil.h | madureira/morpheus-engine | 4f99726b24f8d6f05f9ad971a2000a023ac8a656 | [
"MIT"
] | 2 | 2018-08-04T16:29:11.000Z | 2018-12-19T11:43:40.000Z | Morpheus/Engine/Source/Engine/Util/StringUtil.h | madureira/morpheus-engine | 4f99726b24f8d6f05f9ad971a2000a023ac8a656 | [
"MIT"
] | null | null | null | #pragma once
#include <string>
#include <algorithm>
namespace Morpheus {
class StringUtil final
{
public:
static inline std::string ToLowerCase(std::string str)
{
std::transform(str.begin(), str.end(), str.begin(), ::tolower);
return str;
}
static ... | 19.92 | 75 | 0.542169 |
2f880a9d27a655f03f7c503c909fcc6cbb46ce7a | 167 | swift | Swift | Tests/FluentTests/Utilities/Serialize.swift | cardoso/fluent | 82b6a8644387babbbecbc7fcd70971770d3c1bdc | [
"MIT"
] | null | null | null | Tests/FluentTests/Utilities/Serialize.swift | cardoso/fluent | 82b6a8644387babbbecbc7fcd70971770d3c1bdc | [
"MIT"
] | null | null | null | Tests/FluentTests/Utilities/Serialize.swift | cardoso/fluent | 82b6a8644387babbbecbc7fcd70971770d3c1bdc | [
"MIT"
] | null | null | null | import Fluent
func serialize<E: Entity>(_ query: Query<E>) -> (String, [Node]) {
let serializer = GeneralSQLSerializer(query)
return serializer.serialize()
}
| 23.857143 | 66 | 0.700599 |
7bcb65c8c528de3f1c869d09b1878b58ccc69690 | 312 | jbuilder | Ruby | app/views/topics/_topic.json.jbuilder | ramses-lopez/forum | 4bebc432b890fd4dc1eeefcae2c3a7d67ffe591a | [
"MIT"
] | null | null | null | app/views/topics/_topic.json.jbuilder | ramses-lopez/forum | 4bebc432b890fd4dc1eeefcae2c3a7d67ffe591a | [
"MIT"
] | 10 | 2019-11-08T17:57:43.000Z | 2022-03-30T22:29:07.000Z | app/views/topics/_topic.json.jbuilder | ramses-lopez/forum | 4bebc432b890fd4dc1eeefcae2c3a7d67ffe591a | [
"MIT"
] | null | null | null | json.extract! topic, :id, :title, :content, :user_id, :created_at, :updated_at
json.user topic.user.name
json.created_at topic.created_at.to_formatted_s(:long)
json.updated_at topic.updated_at.to_formatted_s(:long)
json.post_count topic.posts.size
json.posts topic.posts
json.url topic_url(topic, format: :json)
| 39 | 78 | 0.801282 |
3ee1c38b672c9e1e6d9c0a31d8624d0caea53d75 | 210 | h | C | app/src/main/cpp/libetpan/src/data-types/mailsasl_private.h | yuryybk/android-libetpan-cmake-example | ca5acbee12894b575b868b7782877c48e984d131 | [
"MIT"
] | null | null | null | app/src/main/cpp/libetpan/src/data-types/mailsasl_private.h | yuryybk/android-libetpan-cmake-example | ca5acbee12894b575b868b7782877c48e984d131 | [
"MIT"
] | null | null | null | app/src/main/cpp/libetpan/src/data-types/mailsasl_private.h | yuryybk/android-libetpan-cmake-example | ca5acbee12894b575b868b7782877c48e984d131 | [
"MIT"
] | null | null | null | #ifndef MAILSASL_PRIVATE_H
#define MAILSASL_PRIVATE_H
#ifdef __cplusplus
extern"C"{
#endif
extern void mailsasl_init_lock(void);
extern void mailsasl_uninit_lock(void);
#ifdef __cplusplus
}
#endif
#endif | 11.666667 | 39 | 0.8 |
6575a4e50194eeca4106df833f2ed7433bc0b860 | 537 | sql | SQL | world-cup.sql | lindig/rowing-championships | 07dde09580693fe6d0abefe3fe009e01bdfce2ca | [
"CC0-1.0"
] | null | null | null | world-cup.sql | lindig/rowing-championships | 07dde09580693fe6d0abefe3fe009e01bdfce2ca | [
"CC0-1.0"
] | null | null | null | world-cup.sql | lindig/rowing-championships | 07dde09580693fe6d0abefe3fe009e01bdfce2ca | [
"CC0-1.0"
] | null | null | null |
DROP TABLE IF EXISTS crew;
CREATE TABLE crew(
race INTEGER,
team TEXT,
athlete TEXT,
birthday DATE
);
DROP TABLE IF EXISTS race;
CREATE TABLE race(
id INTEGER,
year INTEGER,
date DATE,
descr TEXT,
class TEXT,
number TEXT,
round TEXT,
gender TEXT,
weight TEXT,
junior TEXT,
adaptive TEXT,
... | 13.425 | 41 | 0.700186 |
2682a211109d64bc5b20f0ca45460599d531ea23 | 1,016 | java | Java | javaweb-jiajiale-master/jiajiale-web/src/main/java/com/vip/service/VipConsumeManageService.java | xionghaoxh/vip | 9446c68194c1265d9e1fc37f1a8810e92863868e | [
"Apache-2.0"
] | null | null | null | javaweb-jiajiale-master/jiajiale-web/src/main/java/com/vip/service/VipConsumeManageService.java | xionghaoxh/vip | 9446c68194c1265d9e1fc37f1a8810e92863868e | [
"Apache-2.0"
] | null | null | null | javaweb-jiajiale-master/jiajiale-web/src/main/java/com/vip/service/VipConsumeManageService.java | xionghaoxh/vip | 9446c68194c1265d9e1fc37f1a8810e92863868e | [
"Apache-2.0"
] | null | null | null | package com.vip.service;
import com.vip.ao.QueryVipConsumeAo;
import com.vip.ao.VipConsumeAo;
import com.vip.dto.QueryResult;
import com.vip.entity.VipConsumeEntity;
public interface VipConsumeManageService {
/**
* 添加vip消费记录
* @param ao
* @throws Exception
*/
void addVipConsume(VipConsumeAo ao)throws Excep... | 23.627907 | 113 | 0.745079 |
b0b4ebff9d42f0ad15d22d24935729da1c4fd44b | 138 | kt | Kotlin | src/main/kotlin/anissia/domain/board/core/model/RecentHomeItem.kt | anissia-net/anissia-core | f2af520cace8185f443e0818b311cc567dae367b | [
"CC-BY-4.0"
] | 12 | 2019-11-17T04:20:10.000Z | 2022-03-01T17:02:29.000Z | src/main/kotlin/anissia/domain/board/core/model/RecentHomeItem.kt | anissia-net/anissia-core | f2af520cace8185f443e0818b311cc567dae367b | [
"CC-BY-4.0"
] | 4 | 2021-04-26T08:40:25.000Z | 2021-05-16T18:41:36.000Z | src/main/kotlin/anissia/domain/board/core/model/RecentHomeItem.kt | anissia-net/anissia-core | f2af520cace8185f443e0818b311cc567dae367b | [
"CC-BY-4.0"
] | 2 | 2021-03-29T00:08:48.000Z | 2021-03-31T05:53:06.000Z | package anissia.domain.board.core.model
data class RecentHomeItem(
val notice: RecentTickerItem,
val inquiry: RecentTickerItem
)
| 19.714286 | 39 | 0.782609 |
93260b37c560150116a9bb55994827df02e83f00 | 188 | sql | SQL | database/sqls/old/2017-11-27_discount_showtimes.sql | darrellweaverjr/Ticketbat | a7ba85504d6979e8e1d69ae1b00948911ae8f574 | [
"MIT"
] | 1 | 2021-09-02T22:05:04.000Z | 2021-09-02T22:05:04.000Z | database/sqls/old/2017-11-27_discount_showtimes.sql | darrellweaverjr/Ticketbat | a7ba85504d6979e8e1d69ae1b00948911ae8f574 | [
"MIT"
] | null | null | null | database/sqls/old/2017-11-27_discount_showtimes.sql | darrellweaverjr/Ticketbat | a7ba85504d6979e8e1d69ae1b00948911ae8f574 | [
"MIT"
] | null | null | null | CREATE TABLE `discount_show_times` (
`discount_id` INT(10) UNSIGNED NOT NULL,
`show_time_id` INT(10) UNSIGNED NOT NULL,
PRIMARY KEY (`discount_id`, `show_time_id`))
ENGINE = InnoDB;
| 31.333333 | 46 | 0.734043 |
123a99636d4e1fc997bf6b63892bcee0b694eec1 | 594 | h | C | src/mainwindow.h | t0msk/InputLagTester | b2f4df7dff721e176f37dec42045425fcd87f39a | [
"MIT"
] | null | null | null | src/mainwindow.h | t0msk/InputLagTester | b2f4df7dff721e176f37dec42045425fcd87f39a | [
"MIT"
] | null | null | null | src/mainwindow.h | t0msk/InputLagTester | b2f4df7dff721e176f37dec42045425fcd87f39a | [
"MIT"
] | null | null | null | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
private slots:
void on_pushButton_Click_clicked();
void on_pushButton_State_clic... | 14.142857 | 45 | 0.693603 |
e57d29cc07e111ce9128d21c6b958a592d3f5b60 | 321 | ts | TypeScript | projects/angular-tabler-icons/icons/svg/arrow-big-right.ts | pierreavn/angular-tabler-icons | 25148633a72e980be8468cd5afa823c0f274e224 | [
"MIT"
] | 4 | 2021-05-21T12:47:31.000Z | 2022-03-23T19:55:21.000Z | projects/angular-tabler-icons/icons/svg/arrow-big-right.ts | pierreavn/angular-tabler-icons | 25148633a72e980be8468cd5afa823c0f274e224 | [
"MIT"
] | 3 | 2021-08-07T13:33:08.000Z | 2022-01-27T07:52:20.000Z | projects/angular-tabler-icons/icons/svg/arrow-big-right.ts | pierreavn/angular-tabler-icons | 25148633a72e980be8468cd5afa823c0f274e224 | [
"MIT"
] | 4 | 2021-08-07T13:09:51.000Z | 2022-01-03T14:18:29.000Z | export const IconArrowBigRight = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M4 9h8v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1z" />
</svg>
... | 45.857143 | 161 | 0.629283 |
5230da42f0a79ed2b8ca8ec96bbf3c3da170ee63 | 1,176 | swift | Swift | ChannelIO/Source/Promises/ChannelPromise.swift | konifar/channel-plugin-ios | fa459a7b0c9f1c0fbdfd391bbb44be9be79edf7b | [
"MIT"
] | 12 | 2017-11-03T09:16:46.000Z | 2020-11-17T03:43:15.000Z | ChannelIO/Source/Promises/ChannelPromise.swift | konifar/channel-plugin-ios | fa459a7b0c9f1c0fbdfd391bbb44be9be79edf7b | [
"MIT"
] | 93 | 2018-05-31T09:36:25.000Z | 2020-09-26T09:52:13.000Z | ChannelIO/Source/Promises/ChannelPromise.swift | konifar/channel-plugin-ios | fa459a7b0c9f1c0fbdfd391bbb44be9be79edf7b | [
"MIT"
] | 11 | 2017-04-01T05:17:23.000Z | 2021-12-14T01:50:44.000Z | //
// ChannelPromise.swift
// CHPlugin
//
// Created by Haeun Chung on 06/02/2017.
// Copyright © 2017 ZOYI. All rights reserved.
//
import Foundation
import RxSwift
import Alamofire
import ObjectMapper
import SwiftyJSON
struct ChannelPromise {
static func getChannel() -> Observable<CHChannel> {
return Obse... | 26.133333 | 61 | 0.590136 |
fff1111b05fb159b7d062b5161138a48747a2742 | 114 | html | HTML | projects/yoda-float/src/lib/yoda-float-ship/yoda-float-ship.component.html | hearsol/yoda-lib | 8faad6219dc0238de1358e45de40a7677fe27ff0 | [
"MIT"
] | 1 | 2019-07-30T05:10:30.000Z | 2019-07-30T05:10:30.000Z | projects/yoda-float/src/lib/yoda-float-ship/yoda-float-ship.component.html | hearsol/yoda-lib | 8faad6219dc0238de1358e45de40a7677fe27ff0 | [
"MIT"
] | 7 | 2021-03-09T00:18:21.000Z | 2022-03-02T02:58:07.000Z | projects/yoda-float/src/lib/yoda-float-ship/yoda-float-ship.component.html | hearsol/yoda-lib | 8faad6219dc0238de1358e45de40a7677fe27ff0 | [
"MIT"
] | 2 | 2019-02-13T13:31:10.000Z | 2019-11-04T05:07:33.000Z | <div class="tp-box unit-wrap" [@flipState]="flip" id="scrollToMe" #flip>
<ng-template #vc></ng-template>
</div>
| 28.5 | 72 | 0.657895 |
3a59d6be5a1f173011639cdddbce2cb139d70f22 | 3,744 | swift | Swift | MusicApp/Pods/Spartan/Spartan/Classes/AudioAnalysisTrack.swift | MondaleFelix/MusicApp | 3071ec20cd5d659d466a0776d75d602e2a1be3e0 | [
"MIT"
] | 112 | 2017-02-02T15:00:10.000Z | 2022-03-16T19:10:48.000Z | MusicApp/Pods/Spartan/Spartan/Classes/AudioAnalysisTrack.swift | MondaleFelix/MusicApp | 3071ec20cd5d659d466a0776d75d602e2a1be3e0 | [
"MIT"
] | 24 | 2017-07-10T01:05:09.000Z | 2021-03-10T08:27:44.000Z | MusicApp/Pods/Spartan/Spartan/Classes/AudioAnalysisTrack.swift | MondaleFelix/MusicApp | 3071ec20cd5d659d466a0776d75d602e2a1be3e0 | [
"MIT"
] | 24 | 2017-02-01T09:10:34.000Z | 2021-12-29T17:45:32.000Z | /*
The MIT License (MIT)
Copyright (c) 2017 Dalton Hinterscher
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation the rights to use, copy, mod... | 45.108434 | 147 | 0.7086 |
c62033ee79237efc75e6e84058df3307b5bbe518 | 343 | rb | Ruby | spec/features/delete_movie_spec.rb | nikita-kazakov/flix-rails-app | fcd43ce9ea0ea485d09b7a7b9045925f36b4643e | [
"MIT"
] | 4 | 2019-06-27T22:59:06.000Z | 2022-01-26T00:07:09.000Z | spec/features/delete_movie_spec.rb | nikita-kazakov/flix-rails-app | fcd43ce9ea0ea485d09b7a7b9045925f36b4643e | [
"MIT"
] | 11 | 2020-02-25T23:27:57.000Z | 2022-03-30T23:17:46.000Z | spec/features/delete_movie_spec.rb | nikita-kazakov/flix-rails-app | fcd43ce9ea0ea485d09b7a7b9045925f36b4643e | [
"MIT"
] | null | null | null | require 'rails_helper'
describe 'Deleting a Movie' do
it 'destroys the movie and show movie listing without it' do
movie = Movie.create(movie_attributes(title: "Pains"))
visit movie_url(movie)
click_link 'Delete Movie'
expect(page).to_not have_text(movie.title)
expect(page).to have_text('Movie... | 21.4375 | 62 | 0.720117 |
e7ed80b597ccfb79e5e0d84b01e14970f4384658 | 434 | py | Python | day22/day22.py | norbert-e-horn/adventofcode-2017 | 81a6a8eb6f23f2191786d1ea8b2aad1f54d9c12a | [
"Apache-2.0"
] | null | null | null | day22/day22.py | norbert-e-horn/adventofcode-2017 | 81a6a8eb6f23f2191786d1ea8b2aad1f54d9c12a | [
"Apache-2.0"
] | null | null | null | day22/day22.py | norbert-e-horn/adventofcode-2017 | 81a6a8eb6f23f2191786d1ea8b2aad1f54d9c12a | [
"Apache-2.0"
] | null | null | null | import sys
c=[[2if a=="#"else 0for a in i]for i in sys.argv[1].split("\n")]
n=len(c)
def m(x):
d[0]=(d[0]+a[d[1]]+3)%4
a[d[1]]=(x+a[d[1]])%4
if a[d[1]]==2:d[2]+=1
d[1]+=(s+(1-s)*(d[0]&1))*(-1+2*(d[0]&1^(d[0]&2)>>1))
s=1001
a=[]
k=(s-n)//2
for i in range(s):a+=[0]*k+c[i-k]+k*[0]if k<=i<(s+n)/2else[0]*s
b=list(a)
d=[... | 20.666667 | 64 | 0.495392 |
39f190855f5caf4d836ba3e2c4a04e76b07a406d | 697 | java | Java | learn-04/src/main/java/com/exciter/learn04/servlet/TestServlet02.java | exciter-z/SpringBootLearn | 7fc0951831772fa16ac182aaee95bb6d60b82fcc | [
"Apache-2.0"
] | null | null | null | learn-04/src/main/java/com/exciter/learn04/servlet/TestServlet02.java | exciter-z/SpringBootLearn | 7fc0951831772fa16ac182aaee95bb6d60b82fcc | [
"Apache-2.0"
] | null | null | null | learn-04/src/main/java/com/exciter/learn04/servlet/TestServlet02.java | exciter-z/SpringBootLearn | 7fc0951831772fa16ac182aaee95bb6d60b82fcc | [
"Apache-2.0"
] | null | null | null | package com.exciter.learn04.servlet;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import ja... | 29.041667 | 113 | 0.784792 |
121c2af539b4d0a5e1acaa60aac7fbb476c372b7 | 4,221 | kt | Kotlin | server/src/main/java/com/krillsson/sysapi/graphql/domain/Monitor.kt | Krillsson/sys-api | 478327340aa91593afaaae1242add9dd9ddf5e20 | [
"Apache-2.0"
] | 25 | 2016-02-13T20:31:49.000Z | 2018-02-09T06:41:55.000Z | server/src/main/java/com/krillsson/sysapi/graphql/domain/Monitor.kt | Krillsson/sys-api | 478327340aa91593afaaae1242add9dd9ddf5e20 | [
"Apache-2.0"
] | 13 | 2015-08-05T09:13:04.000Z | 2018-02-10T13:51:24.000Z | server/src/main/java/com/krillsson/sysapi/graphql/domain/Monitor.kt | Krillsson/sys-api | 478327340aa91593afaaae1242add9dd9ddf5e20 | [
"Apache-2.0"
] | null | null | null | package com.krillsson.sysapi.graphql.domain
import com.krillsson.sysapi.core.domain.monitor.MonitoredValue
import com.krillsson.sysapi.core.monitoring.monitors.*
import java.time.OffsetDateTime
import java.util.*
interface MonitoredValue
data class NumericalValue(val number: Long) : com.krillsson.sysapi.graphql.doma... | 51.47561 | 156 | 0.772566 |
ddf05b7233fcceef169134aef3e0b8b5de458387 | 1,996 | swift | Swift | BadJokes/App Flow/Joke/UI/WaitingForFirstJokeDetailViewController.swift | balazs630/Jokes | 1505c4ab3b43a22590b3346272aa8e4baeb0c514 | [
"Apache-2.0"
] | 1 | 2019-01-12T23:47:04.000Z | 2019-01-12T23:47:04.000Z | BadJokes/App Flow/Joke/UI/WaitingForFirstJokeDetailViewController.swift | balazs630/Jokes | 1505c4ab3b43a22590b3346272aa8e4baeb0c514 | [
"Apache-2.0"
] | null | null | null | BadJokes/App Flow/Joke/UI/WaitingForFirstJokeDetailViewController.swift | balazs630/Jokes | 1505c4ab3b43a22590b3346272aa8e4baeb0c514 | [
"Apache-2.0"
] | 1 | 2018-06-06T00:41:58.000Z | 2018-06-06T00:41:58.000Z | //
// WaitingForFirstJokeDetailViewController.swift
// BadJokes
//
// Created by Balázs Horváth on 2020. 11. 06..
// Copyright © 2020. Horváth Balázs. All rights reserved.
//
import UIKit
class WaitingForFirstJokeDetailViewController: UIViewController {
// MARK: Outlets
@IBOutlet private weak var notifica... | 33.830508 | 116 | 0.655311 |
95af7c51eb679c6681426f66a3b656121a1b1aa8 | 1,276 | swift | Swift | Sources/SexpyJSON/Functions/Divide.swift | juri/SexpyJSON | 73d9bfb99f38a2d804d6eaf1961185607a2d0a01 | [
"MIT"
] | null | null | null | Sources/SexpyJSON/Functions/Divide.swift | juri/SexpyJSON | 73d9bfb99f38a2d804d6eaf1961185607a2d0a01 | [
"MIT"
] | null | null | null | Sources/SexpyJSON/Functions/Divide.swift | juri/SexpyJSON | 73d9bfb99f38a2d804d6eaf1961185607a2d0a01 | [
"MIT"
] | 1 | 2021-09-29T10:21:17.000Z | 2021-09-29T10:21:17.000Z | /* fundoc name
/
*/
/* fundoc example
(/ 12.0 -13.0 14.0)
*/
/* fundoc expect
-0.06593407
*/
/* fundoc example
(/ 25 2)
*/
/* fundoc expect
12
*/
/* fundoc text
`/` is the division operator. It operates on integers or doubles. It converts integers to doubles
if it receives both as arguments. It perform... | 26.040816 | 102 | 0.666928 |
91674f1f4e3d1907145ac66d93f7ac6c88479d64 | 2,438 | html | HTML | src/app/shared/triggerslist/triggerslist.component.html | somervda/ourLora | 8ee21a3eefd13464ad5063174a7a7cab57229e0d | [
"MIT"
] | 1 | 2021-07-11T23:02:37.000Z | 2021-07-11T23:02:37.000Z | src/app/shared/triggerslist/triggerslist.component.html | somervda/ourBoatMonitor | 1896d271d09355d1a74a0e2ac10864a12e0f6d8a | [
"MIT"
] | 4 | 2021-10-06T22:27:25.000Z | 2022-02-24T20:06:40.000Z | src/app/shared/triggerslist/triggerslist.component.html | somervda/ourBoatMonitor | 1896d271d09355d1a74a0e2ac10864a12e0f6d8a | [
"MIT"
] | null | null | null | <mat-card>
<ng-container *ngIf="!disabled">
<div>
<span class="prompt">Triggers</span>
<button
mat-raised-button
[routerLink]="'/application/' + application.id + '/trigger/create'"
style="float: right; margin-bottom: 10px; width: 200px"
>
<i class="material-icons-... | 30.475 | 80 | 0.551682 |
968d88e6d097bc244423f55fa3c64cfa92fba873 | 927 | html | HTML | index.html | albertocc/Give-Me-A-GIF | a7a3f6adb8c354255ca920add5e80c83ca0b48c5 | [
"MIT"
] | null | null | null | index.html | albertocc/Give-Me-A-GIF | a7a3f6adb8c354255ca920add5e80c83ca0b48c5 | [
"MIT"
] | null | null | null | index.html | albertocc/Give-Me-A-GIF | a7a3f6adb8c354255ca920add5e80c83ca0b48c5 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width">
<title>Give me a GIF!</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<main><span class="loading">Loading...</span></main>
<footer>
<a href="#" class="arrow l... | 30.9 | 85 | 0.533981 |
38cb77d588faeab1fa663b7a4704117e051c9563 | 1,152 | swift | Swift | Codesigner/Home/TabBar.swift | ts666823/Codesigner | 6a54d39469204b2f47bd4d33b37e5ca669c4e059 | [
"MIT"
] | 44 | 2021-12-10T11:04:45.000Z | 2022-02-27T02:50:33.000Z | Codesigner/Home/TabBar.swift | ts666823/Codesigner | 6a54d39469204b2f47bd4d33b37e5ca669c4e059 | [
"MIT"
] | 3 | 2021-12-11T10:14:31.000Z | 2021-12-31T06:46:39.000Z | Codesigner/Home/TabBar.swift | ts666823/Codesigner | 6a54d39469204b2f47bd4d33b37e5ca669c4e059 | [
"MIT"
] | null | null | null | //
// TabBar.swift
// SwiftUIDemo
//
// Created by LEE on 2019/10/19.
// Copyright © 2019 Lee. All rights reserved.
//
import SwiftUI
@available(iOS 15.0, *)
struct TabBar: View {
@State var selectedView = 1
init() {
UITabBar.appearance().backgroundColor = UIColor.white
}
var bod... | 23.510204 | 75 | 0.532118 |
41e13a235d03bc37f83d18f5a7387d09d299030a | 196 | h | C | RichText/RichText/RichLabel.h | bimeteor/RichText | 096480f59ec82f30fbaf804fd81f8acfa0e54e55 | [
"MIT"
] | null | null | null | RichText/RichText/RichLabel.h | bimeteor/RichText | 096480f59ec82f30fbaf804fd81f8acfa0e54e55 | [
"MIT"
] | null | null | null | RichText/RichText/RichLabel.h | bimeteor/RichText | 096480f59ec82f30fbaf804fd81f8acfa0e54e55 | [
"MIT"
] | null | null | null | //
// RichLabel.h
// RichText
//
// Created by WG on 15/11/22.
// Copyright © 2015年 frank. All rights reserved.
//
#import "RichTextViewBase.h"
@interface RichLabel : RichTextViewBase
@end
| 14 | 49 | 0.678571 |
9c0066974682b4265c3558d74a6121d808b3f721 | 34 | tsx | TypeScript | components/ui/Graph/index.tsx | martinenzinger/pipeline | 219386b38912330a3f494f472870d60fbb10e3f2 | [
"MIT"
] | null | null | null | components/ui/Graph/index.tsx | martinenzinger/pipeline | 219386b38912330a3f494f472870d60fbb10e3f2 | [
"MIT"
] | null | null | null | components/ui/Graph/index.tsx | martinenzinger/pipeline | 219386b38912330a3f494f472870d60fbb10e3f2 | [
"MIT"
] | null | null | null | export { default } from './Graph'; | 34 | 34 | 0.647059 |
83e8bfa11f8797082f3607b9bf4bf4eb8673aed3 | 1,758 | sql | SQL | sql/_17_sql_extension2/_02_full_test/_05_date_time_function/_08_second/cases/second_007.sql | Zhaojia2019/cubrid-testcases | 475a828e4d7cf74aaf2611fcf791a6028ddd107d | [
"BSD-3-Clause"
] | 9 | 2016-03-24T09:51:52.000Z | 2022-03-23T10:49:47.000Z | sql/_17_sql_extension2/_02_full_test/_05_date_time_function/_08_second/cases/second_007.sql | Zhaojia2019/cubrid-testcases | 475a828e4d7cf74aaf2611fcf791a6028ddd107d | [
"BSD-3-Clause"
] | 173 | 2016-04-13T01:16:54.000Z | 2022-03-16T07:50:58.000Z | sql/_17_sql_extension2/_02_full_test/_05_date_time_function/_08_second/cases/second_007.sql | Zhaojia2019/cubrid-testcases | 475a828e4d7cf74aaf2611fcf791a6028ddd107d | [
"BSD-3-Clause"
] | 38 | 2016-03-24T17:10:31.000Z | 2021-10-30T22:55:45.000Z | --pass out-of-range data of time/timestamp/datetime type to the parameter
--1. [error] out-of-range argument: time type
select second(time'24:00:00');
select second(time'25:30:59 pm');
select second(time'4:71:45 am');
select second(time'13:24:88');
select second(time'09:345 pm');
select second(time'100:59 am');... | 22.253165 | 73 | 0.715586 |
0ecced1b6b0b79481cf8e6fb9f7f7c83ae373756 | 4,983 | ts | TypeScript | node_modules/@slack/client/dist/util.d.ts | JoKraken/slackbot | 7fbb285c45481fc447505b516105762006b4de20 | [
"MIT"
] | null | null | null | node_modules/@slack/client/dist/util.d.ts | JoKraken/slackbot | 7fbb285c45481fc447505b516105762006b4de20 | [
"MIT"
] | null | null | null | node_modules/@slack/client/dist/util.d.ts | JoKraken/slackbot | 7fbb285c45481fc447505b516105762006b4de20 | [
"MIT"
] | null | null | null | /// <reference types="node" />
import { Agent } from 'http';
/**
* For when you need a function that does nothing
*/
export declare function noop(): void;
/**
* Appends the app metadata into the User-Agent value
* @param appMetadata.name name of tool to be counted in instrumentation
* @param appMetadata.version ve... | 63.884615 | 259 | 0.673691 |
121ffa84d2825d098ed09c9e1ceaf9232f0f68e9 | 3,058 | sql | SQL | database/schema.sql | kohkimakimoto/pingcrm-echo | ddf61ba7e5160dca18a9ee2fb62c350de37892bb | [
"MIT"
] | 1 | 2022-02-14T09:27:10.000Z | 2022-02-14T09:27:10.000Z | database/schema.sql | kohkimakimoto/pingcrm-echo | ddf61ba7e5160dca18a9ee2fb62c350de37892bb | [
"MIT"
] | null | null | null | database/schema.sql | kohkimakimoto/pingcrm-echo | ddf61ba7e5160dca18a9ee2fb62c350de37892bb | [
"MIT"
] | null | null | null | CREATE TABLE IF NOT EXISTS "personal_access_tokens" (
"id" integer NOT NULL,
"tokenable_type" varchar NOT NULL,
"tokenable_id" integer NOT NULL,
"name" varchar NOT NULL,
"token" varchar NOT NULL,
"abilities" text,
"last_used_at" datetime,
"created_at" datetime,
"updated_at" datetime,
PRIMARY KEY("id" AUTOINCR... | 27.061947 | 115 | 0.743296 |
dbdc35b2e1584a6d2cd9dd58a8fc17b0b300b3e9 | 891 | swift | Swift | Demo/Demo/Details/ObliquenessViewController.swift | GYQ6/AttributedString | db895f4e1e69a4df3c387842446f6a5f340bc90b | [
"MIT"
] | 528 | 2019-11-19T06:20:07.000Z | 2022-03-27T03:14:56.000Z | Demo/Demo/Details/ObliquenessViewController.swift | GYQ6/AttributedString | db895f4e1e69a4df3c387842446f6a5f340bc90b | [
"MIT"
] | 41 | 2019-12-10T09:35:37.000Z | 2022-03-25T07:12:32.000Z | Demo/Demo/Details/ObliquenessViewController.swift | GYQ6/AttributedString | db895f4e1e69a4df3c387842446f6a5f340bc90b | [
"MIT"
] | 53 | 2019-11-20T12:38:13.000Z | 2022-03-23T03:38:35.000Z | //
// ObliquenessViewController.swift
// Demo
//
// Created by Lee on 2019/11/19.
// Copyright © 2019 LEE. All rights reserved.
//
import UIKit
class ObliquenessViewController: UIViewController {
@IBOutlet weak var textView: UITextView!
override func viewDidLoad() {
super.viewDidLoad()
... | 21.731707 | 51 | 0.519641 |
715b36b6ca1821ae68378998021585d545f2ea7d | 129 | ts | TypeScript | src/public-api.ts | ngx-tc/form-group | 7cfd6b6593ccf3bc158ef3019ea22c7ab8db90fd | [
"MIT"
] | null | null | null | src/public-api.ts | ngx-tc/form-group | 7cfd6b6593ccf3bc158ef3019ea22c7ab8db90fd | [
"MIT"
] | null | null | null | src/public-api.ts | ngx-tc/form-group | 7cfd6b6593ccf3bc158ef3019ea22c7ab8db90fd | [
"MIT"
] | null | null | null | /*
* Public API Surface of form-group
*/
export * from './lib/form-group.component';
export * from './lib/form-group.module';
| 18.428571 | 43 | 0.666667 |
9c225ea5e129de29714da80555dad2d585b25e5b | 2,106 | js | JavaScript | app/navigation/MainTabNavigator.js | IveanZhang/uuwill | 31af031011fc5195f14b2915c3863668db8c1ee1 | [
"MIT"
] | null | null | null | app/navigation/MainTabNavigator.js | IveanZhang/uuwill | 31af031011fc5195f14b2915c3863668db8c1ee1 | [
"MIT"
] | 2 | 2020-09-04T16:55:23.000Z | 2021-05-07T04:00:06.000Z | app/navigation/MainTabNavigator.js | IveanZhang/uuwill | 31af031011fc5195f14b2915c3863668db8c1ee1 | [
"MIT"
] | null | null | null | import React from 'react';
import { Platform } from 'react-native';
import { createStackNavigator, createBottomTabNavigator } from 'react-navigation';
import TabBarIcon from '../components/TabBarIcon';
import SettingScreen from '../screens/setting/SettingScreen';
import HomeScreen from '../screens/home/HomeScreen';
im... | 28.08 | 109 | 0.632479 |
143670d49b7041e941d4a5c1c8c2b6086aa55fff | 116 | sql | SQL | login.sql | ExplorerUK/Capture-Page-Session-State-Plugin | 1d5ac539a28ad845753fdb59b862558a92bde7ff | [
"MIT"
] | null | null | null | login.sql | ExplorerUK/Capture-Page-Session-State-Plugin | 1d5ac539a28ad845753fdb59b862558a92bde7ff | [
"MIT"
] | null | null | null | login.sql | ExplorerUK/Capture-Page-Session-State-Plugin | 1d5ac539a28ad845753fdb59b862558a92bde7ff | [
"MIT"
] | null | null | null | -- enable compiler warnings
--alter session set plsql_warnings = 'enable:all';
set define off;
set serveroutput on; | 29 | 50 | 0.767241 |
f140a45304ff4c31f3072e9252dd87dbb64175f1 | 9,395 | rb | Ruby | vendor/plugins/newrelic_rpm/test/newrelic/agent/tc_transaction_sampler.rb | blogmitnik/rails2_code | 2392486677fc9828f41f41eac8ba85f81f13fd94 | [
"MIT"
] | 2 | 2016-05-08T16:05:20.000Z | 2019-06-12T20:19:42.000Z | vendor/plugins/newrelic_rpm/test/newrelic/agent/tc_transaction_sampler.rb | blogmitnik/rails2_code | 2392486677fc9828f41f41eac8ba85f81f13fd94 | [
"MIT"
] | null | null | null | vendor/plugins/newrelic_rpm/test/newrelic/agent/tc_transaction_sampler.rb | blogmitnik/rails2_code | 2392486677fc9828f41f41eac8ba85f81f13fd94 | [
"MIT"
] | null | null | null | require 'newrelic/agent/transaction_sampler'
require 'test/unit'
::RPM_DEVELOPER = true unless defined? ::RPM_DEVELOPER
module NewRelic
module Agent
class TransactionSampler
public :with_builder
end
class TransationSamplerTests < Test::Unit::TestCase
def test_multiple_sampl... | 30.904605 | 116 | 0.586482 |
9bf5adf0371ba25acce192d4634a85078bf9f34b | 607 | js | JavaScript | lib/api/get_hosted_address.js | xhad/gatewayd | 0a216bf6cc8ad626336d472533ad5a08a9079c86 | [
"0BSD"
] | null | null | null | lib/api/get_hosted_address.js | xhad/gatewayd | 0a216bf6cc8ad626336d472533ad5a08a9079c86 | [
"0BSD"
] | null | null | null | lib/api/get_hosted_address.js | xhad/gatewayd | 0a216bf6cc8ad626336d472533ad5a08a9079c86 | [
"0BSD"
] | null | null | null | var config = require(__dirname+'/../../config/environment.js');
var RippleAddresses = require(__dirname+'/../data/').models.rippleAddresses;
/**@requires config, rippleAddresses
* @function getHostedAddress
*
* @description Returns the promise from a RippleAddresses findOrCreate using the gatewayd cold_wallet, prov... | 26.391304 | 117 | 0.706755 |
56cd55ec55c707618c0e30c2be6525f4576fce3a | 1,181 | go | Go | service/server.go | petarov/query-apple-osupdates | 61436bd5d158a774a559f97341a2b8ee8908ec8b | [
"MIT"
] | null | null | null | service/server.go | petarov/query-apple-osupdates | 61436bd5d158a774a559f97341a2b8ee8908ec8b | [
"MIT"
] | null | null | null | service/server.go | petarov/query-apple-osupdates | 61436bd5d158a774a559f97341a2b8ee8908ec8b | [
"MIT"
] | null | null | null | package service
import (
"fmt"
"net/http"
"github.com/petarov/query-apple-firmware-updates/client"
"github.com/petarov/query-apple-firmware-updates/config"
"github.com/petarov/query-apple-firmware-updates/db"
)
type ServerContext struct {
router *http.ServeMux
ipswClient *http.Client
workerPool *WokerPoo... | 21.472727 | 87 | 0.707028 |
83a1fe02d17ffa6c3decc11fb4c3de6b38358607 | 42 | sql | SQL | migrations/sqls/20160120172122-addArchivedToMutePosts-down.sql | mywaylearning/waybook-api | b98477471004516883e5105425c2bac3c581701e | [
"MIT"
] | null | null | null | migrations/sqls/20160120172122-addArchivedToMutePosts-down.sql | mywaylearning/waybook-api | b98477471004516883e5105425c2bac3c581701e | [
"MIT"
] | null | null | null | migrations/sqls/20160120172122-addArchivedToMutePosts-down.sql | mywaylearning/waybook-api | b98477471004516883e5105425c2bac3c581701e | [
"MIT"
] | null | null | null | ALTER TABLE `MutedPosts` DROP `archived`;
| 21 | 41 | 0.761905 |
3e5b056bbafe19bd6def476fc44091e711df01ee | 34,483 | c | C | src/atsc3_stltp_depacketizer.c | motinev/libatsc3 | 61bf0035d7610219de5189e3a3443b49545b086e | [
"MIT"
] | null | null | null | src/atsc3_stltp_depacketizer.c | motinev/libatsc3 | 61bf0035d7610219de5189e3a3443b49545b086e | [
"MIT"
] | null | null | null | src/atsc3_stltp_depacketizer.c | motinev/libatsc3 | 61bf0035d7610219de5189e3a3443b49545b086e | [
"MIT"
] | null | null | null | /*
* atsc3_stltp_depacketizer.c
*
* Created on: Aug 11, 2020
* Author: jjustman
*/
#include "atsc3_stltp_depacketizer.h"
int _ATSC3_STLTP_DEPACKETIZER_INFO_ENABLED = 0;
int _ATSC3_STLTP_DEPACKETIZER_DEBUG_ENABLED = 0;
int _ATSC3_STLTP_DEPACKETIZER_TRACE_ENABLED = 0;
//TODO - add SMPTE-2022.1 FEC decoding... | 76.45898 | 376 | 0.755068 |
4022122f0e04cd8a106c6a4bc12a0c65a3f99cd4 | 1,253 | py | Python | src/test/marker_array_test.py | fftn/rviz | a9de85555b040f625b0bac5d7c3eba3be9e8fa42 | [
"BSD-3-Clause-Clear"
] | null | null | null | src/test/marker_array_test.py | fftn/rviz | a9de85555b040f625b0bac5d7c3eba3be9e8fa42 | [
"BSD-3-Clause-Clear"
] | null | null | null | src/test/marker_array_test.py | fftn/rviz | a9de85555b040f625b0bac5d7c3eba3be9e8fa42 | [
"BSD-3-Clause-Clear"
] | null | null | null | #!/usr/bin/env python
from visualization_msgs.msg import Marker
from visualization_msgs.msg import MarkerArray
import rospy
import math
topic = "visualization_marker_array"
publisher = rospy.Publisher(topic, MarkerArray)
rospy.init_node("register")
markerArray = MarkerArray()
count = 0
MARKERS_MAX = 100
while not... | 23.203704 | 97 | 0.676776 |
3e75078288d470199659033ad9dce9700cfc6a0d | 3,809 | h | C | headers/Hologram/FGPipelineSupportHologram.h | ficsit/source-data | d79699a359575cff266f2eae8d36577e3f9870d1 | [
"Apache-2.0"
] | null | null | null | headers/Hologram/FGPipelineSupportHologram.h | ficsit/source-data | d79699a359575cff266f2eae8d36577e3f9870d1 | [
"Apache-2.0"
] | null | null | null | headers/Hologram/FGPipelineSupportHologram.h | ficsit/source-data | d79699a359575cff266f2eae8d36577e3f9870d1 | [
"Apache-2.0"
] | null | null | null | // Copyright 2016-2019 Coffee Stain Studios. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "FGFactoryHologram.h"
#include "FGPipeConnectionComponent.h"
#include "FGPoleDescriptor.h"
#include "FGPipelineSupportHologram.generated.h"
/**
* Hologram for constructing supports that pipeli... | 33.412281 | 157 | 0.762142 |
4c318a1d354892287e13e09d320d44b2f705dbfa | 4,315 | lua | Lua | prototypes/styles.lua | ko5h/FactorioSmartDisplay | 2fd7b30e5830f995f1797ded5249ace3fe815bf0 | [
"MIT"
] | null | null | null | prototypes/styles.lua | ko5h/FactorioSmartDisplay | 2fd7b30e5830f995f1797ded5249ace3fe815bf0 | [
"MIT"
] | null | null | null | prototypes/styles.lua | ko5h/FactorioSmartDisplay | 2fd7b30e5830f995f1797ded5249ace3fe815bf0 | [
"MIT"
] | null | null | null | local default_gui = data.raw["gui-style"].default
data:extend(
{
{
type = "font",
name = "smadisp_font",
from = "default",
border = false,
size = 15
},
{
type = "font",
name = "smadisp_font_small",
from = "default-bold",
border = false,
size = 12
},
{
type... | 21.467662 | 57 | 0.670684 |
c6ef3c0b3457f51d0681f7205ad2f0caf7103092 | 5,819 | kts | Kotlin | data/RF01824/rnartist.kts | fjossinet/Rfam-for-RNArtist | 3016050675602d506a0e308f07d071abf1524b67 | [
"MIT"
] | null | null | null | data/RF01824/rnartist.kts | fjossinet/Rfam-for-RNArtist | 3016050675602d506a0e308f07d071abf1524b67 | [
"MIT"
] | null | null | null | data/RF01824/rnartist.kts | fjossinet/Rfam-for-RNArtist | 3016050675602d506a0e308f07d071abf1524b67 | [
"MIT"
] | null | null | null | import io.github.fjossinet.rnartist.core.*
rnartist {
ss {
rfam {
id = "RF01824"
name = "consensus"
use alignment numbering
}
}
theme {
details {
value = 3
}
color {
location {
2 to 9... | 16.25419 | 48 | 0.268947 |
42b0b3b85dc58155ed878504f989dfc187d9ae64 | 194 | kt | Kotlin | idea/testData/refactoring/rename/renameCompareTo/before/compareTo.kt | qussarah/declare | c83b764c7394efa3364915d973ae79c4ebed2437 | [
"Apache-2.0"
] | 337 | 2020-05-14T00:40:10.000Z | 2022-02-16T23:39:07.000Z | idea/testData/refactoring/rename/renameCompareTo/before/compareTo.kt | qussarah/declare | c83b764c7394efa3364915d973ae79c4ebed2437 | [
"Apache-2.0"
] | 92 | 2020-06-10T23:17:42.000Z | 2020-09-25T10:50:13.000Z | idea/testData/refactoring/rename/renameCompareTo/before/compareTo.kt | qussarah/declare | c83b764c7394efa3364915d973ae79c4ebed2437 | [
"Apache-2.0"
] | 54 | 2016-02-29T16:27:38.000Z | 2020-12-26T15:02:23.000Z | class A(val n: Int) {
operator fun compareTo(other: A): Int = n.compareTo(other.n)
}
fun test() {
A(0) compareTo A(1)
A(0) < A(1)
A(0) <= A(1)
A(0) > A(1)
A(0) >= A(1)
} | 17.636364 | 64 | 0.484536 |
5c0dd6da0b64668d3bd3c527d062621fc8a8e113 | 6,502 | swift | Swift | Sources/iOSBasics/SyncServer/Misc Types/DeclarableObject+Specific.swift | SyncServerII/iOSBasics | ae7b7fe931d90c017921614a333781cf64f45eec | [
"MIT"
] | null | null | null | Sources/iOSBasics/SyncServer/Misc Types/DeclarableObject+Specific.swift | SyncServerII/iOSBasics | ae7b7fe931d90c017921614a333781cf64f45eec | [
"MIT"
] | 3 | 2020-09-23T01:14:30.000Z | 2021-02-09T03:15:29.000Z | Sources/iOSBasics/SyncServer/Misc Types/DeclarableObject+Specific.swift | SyncServerII/iOSBasics | ae7b7fe931d90c017921614a333781cf64f45eec | [
"MIT"
] | null | null | null | //
// DeclarableObject+Specific.swift
//
//
// Created by Christopher G Prince on 9/3/20.
//
import Foundation
import ServerShared
public struct FileDeclaration: DeclarableFile, Codable, Hashable {
public var fileLabel: String
public let mimeTypes: Set<MimeType>
public let changeResolverName: String?
... | 32.838384 | 173 | 0.688557 |
1e68592a2bb0d74960e9e0c662cd0075efec730e | 633 | css | CSS | public/admin/assets/pages/ace-editor/build/aui-image-cropper/assets/skins/sam/aui-image-cropper-skin.css | jesusvegardz/TIKS | 1b6e5efe8d4b49d0c8990d00157e11859ad5391d | [
"MIT"
] | 5 | 2020-08-12T14:23:12.000Z | 2021-08-24T05:31:35.000Z | public/admin/assets/pages/ace-editor/build/aui-image-cropper/assets/skins/sam/aui-image-cropper-skin.css | jesusvegardz/TIKS | 1b6e5efe8d4b49d0c8990d00157e11859ad5391d | [
"MIT"
] | 22 | 2020-03-04T23:39:29.000Z | 2022-03-31T21:43:22.000Z | public/admin/assets/pages/ace-editor/build/aui-image-cropper/assets/skins/sam/aui-image-cropper-skin.css | jesusvegardz/TIKS | 1b6e5efe8d4b49d0c8990d00157e11859ad5391d | [
"MIT"
] | 4 | 2020-11-18T21:46:41.000Z | 2021-02-24T15:35:41.000Z | .aui-image-cropper .aui-image-cropper-crop .yui3-resize-handle-inner-t,
.aui-image-cropper .aui-image-cropper-crop .yui3-resize-handle-inner-tr,
.aui-image-cropper .aui-image-cropper-crop .yui3-resize-handle-inner-r,
.aui-image-cropper .aui-image-cropper-crop .yui3-resize-handle-inner-br,
.aui-image-cropper .aui-image-... | 63.3 | 73 | 0.774092 |
993bf933dd627e9085f266afa72046804a467d7f | 4,146 | c | C | src/iteration_utilities/_iteration_utilities/exported_helper.c | Abhisheknishant/iteration_utilities | b2bf8d8668ed54d1aadf8c31884fc8a7d28551cc | [
"Apache-2.0"
] | 72 | 2016-09-12T03:01:02.000Z | 2022-03-05T16:54:45.000Z | src/iteration_utilities/_iteration_utilities/exported_helper.c | Abhisheknishant/iteration_utilities | b2bf8d8668ed54d1aadf8c31884fc8a7d28551cc | [
"Apache-2.0"
] | 127 | 2016-09-14T02:07:33.000Z | 2022-03-19T13:17:32.000Z | src/iteration_utilities/_iteration_utilities/exported_helper.c | Abhisheknishant/iteration_utilities | b2bf8d8668ed54d1aadf8c31884fc8a7d28551cc | [
"Apache-2.0"
] | 11 | 2017-02-22T20:40:37.000Z | 2022-03-05T16:55:40.000Z | /******************************************************************************
* Licensed under Apache License Version 2.0 - see LICENSE
*****************************************************************************/
#include "exported_helper.h"
#include "helper.h"
/*************************************************... | 28.013514 | 101 | 0.569947 |
dd0510e2667f7e6a18ff55e63a2da8da2f40b08f | 487 | swift | Swift | Sources/Intermodular/Helpers/SwiftUI/ToolbarItem.swift | fr-/SwiftUIX | d02d877a982a4bb290b34917398bfbad0009fe65 | [
"MIT"
] | 33 | 2019-06-04T21:17:27.000Z | 2019-08-01T16:00:35.000Z | Sources/Intermodular/Helpers/SwiftUI/ToolbarItem.swift | fr-/SwiftUIX | d02d877a982a4bb290b34917398bfbad0009fe65 | [
"MIT"
] | null | null | null | Sources/Intermodular/Helpers/SwiftUI/ToolbarItem.swift | fr-/SwiftUIX | d02d877a982a4bb290b34917398bfbad0009fe65 | [
"MIT"
] | null | null | null | //
// Copyright (c) Vatsal Manot
//
import Swift
import SwiftUI
@available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
extension View {
/// Converts this view into a toolbar item with a given placement.
///
/// Use `toolbarItem(_:)` to configure a view as a toolbar item in a toolbar.
public func ... | 23.190476 | 81 | 0.626283 |
960777fe84c19f032205b252519b1fb6dcf1c0f7 | 466 | sql | SQL | engine/sql/api/176_remove_old_model.sql | jqueguiner/cds | b629b7e18108142440dcc06fafca420001384511 | [
"BSD-3-Clause"
] | 4,040 | 2016-10-11T08:46:07.000Z | 2022-03-31T10:59:41.000Z | engine/sql/api/176_remove_old_model.sql | jqueguiner/cds | b629b7e18108142440dcc06fafca420001384511 | [
"BSD-3-Clause"
] | 2,582 | 2016-10-12T12:14:21.000Z | 2022-03-31T16:46:07.000Z | engine/sql/api/176_remove_old_model.sql | jqueguiner/cds | b629b7e18108142440dcc06fafca420001384511 | [
"BSD-3-Clause"
] | 436 | 2016-10-11T08:46:16.000Z | 2022-03-21T09:08:44.000Z | -- +migrate Up
DROP TABLE workflow_node_join_source;
DROP TABLE workflow_node_join_trigger CASCADE;
DROP TABLE workflow_node_fork_trigger CASCADE;
DROP TABLE workflow_node_outgoing_hook_trigger CASCADE;
DROP TABLE workflow_node_trigger CASCADE;
DROP TABLE workflow_node_context;
DROP TABLE workflow_node_hook;
DROP TABLE... | 29.125 | 55 | 0.862661 |
39ec9335764349cb568a554f976dbab70b07cf7c | 1,290 | java | Java | lazy/src/test/java/com/gamesneox/lazy/LazyTest.java | games-neox/Lazy | 147c0a361c1e73bf2791e2b03c784426d311157e | [
"MIT"
] | null | null | null | lazy/src/test/java/com/gamesneox/lazy/LazyTest.java | games-neox/Lazy | 147c0a361c1e73bf2791e2b03c784426d311157e | [
"MIT"
] | null | null | null | lazy/src/test/java/com/gamesneox/lazy/LazyTest.java | games-neox/Lazy | 147c0a361c1e73bf2791e2b03c784426d311157e | [
"MIT"
] | null | null | null | /**
* Copyright (c) 2015-2016 Games Neox. All rights reserved.
*
* This file is an original work developed by Games Neox
*/
package com.gamesneox.lazy;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
import java.util.concurrent.atomic.AtomicInteger;
import s... | 22.631579 | 73 | 0.637209 |
c7c5a5a8f2750a554a87002be5af5f829b2e52d4 | 24,936 | py | Python | final.py | scheelelab/MultiPep | 2483e50e2bef3a875b70c78d1bfa5ae93bdc93b0 | [
"MIT"
] | null | null | null | final.py | scheelelab/MultiPep | 2483e50e2bef3a875b70c78d1bfa5ae93bdc93b0 | [
"MIT"
] | null | null | null | final.py | scheelelab/MultiPep | 2483e50e2bef3a875b70c78d1bfa5ae93bdc93b0 | [
"MIT"
] | null | null | null | # -*- coding: utf-8 -*-
"""
Created on Wed Nov 11 14:01:00 2020
@author: hvf811
"""
seed_val = 1234
import os
import tensorflow as tf
from tensorflow.keras.layers import Dense, Input, Dropout,Multiply, LSTM, Add, Concatenate, TimeDistributed
from tensorflow.keras.layers import Conv1D, Flatten, Lambda, ... | 31.014925 | 137 | 0.565327 |
738b796144ece0f93d6aef533820ee1526d4d85d | 528 | swift | Swift | Sources/Scenes/Photo Comments/Localization/STPhotoCommentsLocalization.swift | mikelanza/st-photo-details-ios | f551594939949f5be191e2fec01270c30ffba13c | [
"MIT"
] | 1 | 2020-01-16T17:32:33.000Z | 2020-01-16T17:32:33.000Z | Sources/Scenes/Photo Comments/Localization/STPhotoCommentsLocalization.swift | mikelanza/st-photo-details-ios | f551594939949f5be191e2fec01270c30ffba13c | [
"MIT"
] | null | null | null | Sources/Scenes/Photo Comments/Localization/STPhotoCommentsLocalization.swift | mikelanza/st-photo-details-ios | f551594939949f5be191e2fec01270c30ffba13c | [
"MIT"
] | null | null | null | //
// STPhotoCommentsLocalization.swift
// STPhotoDetails
//
// Created by Dimitri Strauneanu on 01/08/2019.
// Copyright © 2019 Streetography. All rights reserved.
//
import Foundation
class STPhotoCommentsLocalization {
static let shared = STPhotoCommentsLocalization()
private init() {
... | 21.12 | 81 | 0.685606 |
0ed29c4dec95e1d29f826a275551e9c0ca5d070a | 389 | tsx | TypeScript | packages/web/src/index.tsx | AZagatti/proffy | f3a49c4dedf6befb023474393fccdd400fa56f7b | [
"MIT"
] | 2 | 2020-08-06T00:27:17.000Z | 2020-08-10T01:44:04.000Z | packages/web/src/index.tsx | AZagatti/proffy | f3a49c4dedf6befb023474393fccdd400fa56f7b | [
"MIT"
] | 2 | 2022-02-19T05:56:36.000Z | 2022-02-27T09:28:00.000Z | packages/web/src/index.tsx | AZagatti/proffy | f3a49c4dedf6befb023474393fccdd400fa56f7b | [
"MIT"
] | 2 | 2020-08-04T03:13:42.000Z | 2020-08-10T01:44:08.000Z | import React from 'react';
import { render, hydrate } from 'react-dom';
import App from './App';
const rootElement = document.getElementById('root');
if (rootElement?.hasChildNodes()) {
hydrate(
<React.StrictMode>
<App />
</React.StrictMode>,
rootElement,
);
} else {
render(
<React.Strict... | 16.913043 | 52 | 0.616967 |
0b7e90a5769d5e45dae418f0e034fd90269bdc99 | 711 | py | Python | bermuda/demos/shape_options.py | glue-viz/bermuda | 0bc26bac376d4f08a4964481d1f737f6deb86270 | [
"BSD-3-Clause"
] | 1 | 2018-07-20T21:09:46.000Z | 2018-07-20T21:09:46.000Z | bermuda/demos/shape_options.py | glue-viz/bermuda | 0bc26bac376d4f08a4964481d1f737f6deb86270 | [
"BSD-3-Clause"
] | null | null | null | bermuda/demos/shape_options.py | glue-viz/bermuda | 0bc26bac376d4f08a4964481d1f737f6deb86270 | [
"BSD-3-Clause"
] | 1 | 2018-07-20T21:15:41.000Z | 2018-07-20T21:15:41.000Z | import matplotlib.pyplt as plt
from bermuda import ellipse, polygon, rectangle
plt.plot([1,2,3], [2,3,4])
ax = plg.gca()
# default choices for everything
e = ellipse(ax)
# custom position, genric interface for all shapes
e = ellipse(ax, bbox = (x, y, w, h, theta))
e = ellipse(ax, cen=(x, y), width=w, height=h, the... | 24.517241 | 59 | 0.707454 |
0edf81984dd66be912c340e6064f879689aa9293 | 187 | ts | TypeScript | typescript/src/server.ts | subarusakaguchi/learning-nodejs-rocketseat | 72aed64377306d93f314d70f8e307abb8c3494a3 | [
"MIT"
] | null | null | null | typescript/src/server.ts | subarusakaguchi/learning-nodejs-rocketseat | 72aed64377306d93f314d70f8e307abb8c3494a3 | [
"MIT"
] | null | null | null | typescript/src/server.ts | subarusakaguchi/learning-nodejs-rocketseat | 72aed64377306d93f314d70f8e307abb8c3494a3 | [
"MIT"
] | null | null | null | import express from 'express'
import { createCourse } from './routes'
const app = express()
app.get('/', createCourse)
app.listen(3000, () => console.log('Server running on port 3000')) | 26.714286 | 66 | 0.700535 |
40d09c34a2677918b5754d8d250071181146f110 | 551 | py | Python | hqca/acse/__init__.py | damazz/HQCA | b013ba68f86e42350913c4abc2e1c91695a429b7 | [
"Apache-2.0"
] | null | null | null | hqca/acse/__init__.py | damazz/HQCA | b013ba68f86e42350913c4abc2e1c91695a429b7 | [
"Apache-2.0"
] | null | null | null | hqca/acse/__init__.py | damazz/HQCA | b013ba68f86e42350913c4abc2e1c91695a429b7 | [
"Apache-2.0"
] | 1 | 2021-08-10T00:20:09.000Z | 2021-08-10T00:20:09.000Z | from hqca.acse._store_acse import *
from hqca.acse.acse import *
from hqca.tomography import *
from hqca.core._quantum_storage import *
from hqca.transforms import *
from hqca.instructions import *
from hqca.processes import *
__all__ = [
'StorageACSE',
'RunACSE',
'QuantumStorage',
'Sta... | 23.956522 | 40 | 0.627949 |
725366889b0722a4a81c254fbb49331a93fd78a2 | 984 | rs | Rust | entity/src/app.rs | cuckooemm/config | 4a10b5b7be0d84062abc2fd77aa471820b8dc822 | [
"MIT"
] | null | null | null | entity/src/app.rs | cuckooemm/config | 4a10b5b7be0d84062abc2fd77aa471820b8dc822 | [
"MIT"
] | null | null | null | entity/src/app.rs | cuckooemm/config | 4a10b5b7be0d84062abc2fd77aa471820b8dc822 | [
"MIT"
] | null | null | null | use sea_orm::{entity::prelude::*, FromQueryResult};
use serde::{Deserialize, Serialize};
#[derive(Clone, Debug, PartialEq, DeriveEntityModel, Deserialize, Serialize)]
#[sea_orm(table_name = "app")]
pub struct Model {
#[sea_orm(primary_key)]
#[serde(skip)]
pub id: u32,
pub app_id: String, ... | 28.941176 | 77 | 0.612805 |
cb2781667c669990f22945581243148ab1ef6072 | 446 | asm | Assembly | programs/oeis/101/A101256.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/101/A101256.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/101/A101256.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A101256: Sum of composites <= n.
; 0,0,0,4,4,10,10,18,27,37,37,49,49,63,78,94,94,112,112,132,153,175,175,199,224,250,277,305,305,335,335,367,400,434,469,505,505,543,582,622,622,664,664,708,753,799,799,847,896,946,997,1049,1049,1103,1158,1214
mov $2,$0
mov $4,$0
lpb $2
mov $0,$4
sub $2,1
sub $0,$2
mov $3,$0
... | 26.235294 | 208 | 0.641256 |
98b224a3023baf7aa92f2a2e1729286bd83c9a8c | 19,114 | html | HTML | elm-intro/index.html | vjousse/talks | 1987cd46204521eb1aa3a72d767c78435fa9dec3 | [
"MIT"
] | null | null | null | elm-intro/index.html | vjousse/talks | 1987cd46204521eb1aa3a72d767c78435fa9dec3 | [
"MIT"
] | null | null | null | elm-intro/index.html | vjousse/talks | 1987cd46204521eb1aa3a72d767c78435fa9dec3 | [
"MIT"
] | null | null | null | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Elm : la prog frontend réinventée</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/custom.... | 38.458753 | 459 | 0.467982 |
cda046807e310a19cc90d24a4face0ca1bd12d38 | 1,217 | swift | Swift | BagOfTricks/IntegerEnum.swift | wildthink/BagOfTricks | 3e93098db5a946e30507fe558eb29f75d6db8993 | [
"MIT"
] | 1 | 2016-12-19T04:31:14.000Z | 2016-12-19T04:31:14.000Z | BagOfTricks/IntegerEnum.swift | wildthink/BagOfTricks | 3e93098db5a946e30507fe558eb29f75d6db8993 | [
"MIT"
] | null | null | null | BagOfTricks/IntegerEnum.swift | wildthink/BagOfTricks | 3e93098db5a946e30507fe558eb29f75d6db8993 | [
"MIT"
] | null | null | null | //
// IntegerEnum.swift
// BagOfTricks
//
// Created by Jason Jobe on 8/21/16.
// Copyright © 2016 WildThink. All rights reserved.
//
import Foundation
// Distilation of ideas and examples from these great contributions to the community
// http://stackoverflow.com/questions/24007461/how-to-enumerate-an-enum-with-st... | 22.127273 | 88 | 0.677075 |
7c1e471f7e3aa8fc4cabe6f22b2150edc42d061b | 1,638 | rs | Rust | aoc-2020-3/src/main.rs | rnestler/aoc-2020 | 266245f34594b9c82be49fa60865f3bdbb9087d2 | [
"MIT"
] | 1 | 2020-12-01T13:00:24.000Z | 2020-12-01T13:00:24.000Z | aoc-2020-3/src/main.rs | rnestler/aoc-2020 | 266245f34594b9c82be49fa60865f3bdbb9087d2 | [
"MIT"
] | null | null | null | aoc-2020-3/src/main.rs | rnestler/aoc-2020 | 266245f34594b9c82be49fa60865f3bdbb9087d2 | [
"MIT"
] | null | null | null | use std::fs::File;
use std::io::prelude::*;
#[derive(Debug)]
struct Map {
trees: Vec<Vec<bool>>,
}
impl From<&str> for Map {
fn from(value: &str) -> Map {
let trees = value
.lines()
.map(|line| {
line.bytes()
.map(|byte| if byte == b'#' { tru... | 23.4 | 72 | 0.448107 |
f036df0dcc80c87934635d8fb174672fa6d57d8c | 4,804 | js | JavaScript | src/competitionEngine/governors/competitionsGovernor/tournamentLinks.js | CourtHive/competitionFactory | dee35b7f93e29b2cc6f3dd0307622e548ffb4005 | [
"MIT"
] | null | null | null | src/competitionEngine/governors/competitionsGovernor/tournamentLinks.js | CourtHive/competitionFactory | dee35b7f93e29b2cc6f3dd0307622e548ffb4005 | [
"MIT"
] | null | null | null | src/competitionEngine/governors/competitionsGovernor/tournamentLinks.js | CourtHive/competitionFactory | dee35b7f93e29b2cc6f3dd0307622e548ffb4005 | [
"MIT"
] | null | null | null | import { findTournamentExtension } from '../../../tournamentEngine/governors/queryGovernor/extensionQueries';
import { addExtension, removeExtension } from './competitionExtentions';
import { decorateResult } from '../../../global/functions/decorateResult';
import {
addTournamentExtension,
removeTournamentExtension... | 32.026667 | 116 | 0.705662 |
1fbe82675249337d43a6d2d3cd501772adcb2710 | 3,223 | css | CSS | applystyle.css | sunil-dhi/travel-guru | 8d492fa27d62f180158301d7a8e590e1d831cdfd | [
"MIT"
] | null | null | null | applystyle.css | sunil-dhi/travel-guru | 8d492fa27d62f180158301d7a8e590e1d831cdfd | [
"MIT"
] | null | null | null | applystyle.css | sunil-dhi/travel-guru | 8d492fa27d62f180158301d7a8e590e1d831cdfd | [
"MIT"
] | null | null | null |
*
{
padding: 0;
margin: 0;
color: #f7f2f2;
}
.contact{
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: -1;
height: 570px;
}
.top{
background: rgb(255, 255, 255);
width:100%;
margin-top: 480px;
}
.top img{
border: 2px solid rgb(196, 109, 10... | 16.360406 | 42 | 0.554763 |
0eb3ab13666008618d997dcf0f672f5455be815a | 2,766 | swift | Swift | TriviaApp/TriviaApp/Utilities/CoreDataStack.swift | icaksama/TriviaApp | 6b588245bca3933fc46b8c40b989b017238a7352 | [
"MIT"
] | 2 | 2017-11-20T13:29:33.000Z | 2019-01-18T21:21:02.000Z | TriviaApp/TriviaApp/Utilities/CoreDataStack.swift | icaksama/TriviaApp | 6b588245bca3933fc46b8c40b989b017238a7352 | [
"MIT"
] | null | null | null | TriviaApp/TriviaApp/Utilities/CoreDataStack.swift | icaksama/TriviaApp | 6b588245bca3933fc46b8c40b989b017238a7352 | [
"MIT"
] | null | null | null | //
// CoreDataStack.swift
// TriviaApp
//
// Created by Saiful I. Wicaksana on 18/11/17.
// Copyright © 2017 icaksama. All rights reserved.
//
import Foundation
import UIKit
import CoreData
class CoreDataStack {
/** Get document directory */
static var applicationDocumentsDirectory: URL = {
l... | 39.514286 | 170 | 0.665221 |
83e28e39a72536e04420a7f311f45229e6e6539f | 17,585 | rs | Rust | src/libstd/collections/mod.rs | wickerwaka/rust | 140e79385494da83f5a36f8fefa001b2180fa541 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | 2 | 2016-12-02T22:31:57.000Z | 2022-03-14T19:54:37.000Z | src/libstd/collections/mod.rs | wickerwaka/rust | 140e79385494da83f5a36f8fefa001b2180fa541 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null | src/libstd/collections/mod.rs | wickerwaka/rust | 140e79385494da83f5a36f8fefa001b2180fa541 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | 1 | 2017-06-08T10:09:37.000Z | 2017-06-08T10:09:37.000Z | // Copyright 2013-2014 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MI... | 44.406566 | 98 | 0.682229 |
857e886a57141e95a71676d0c4203ac2c3d0f650 | 1,729 | js | JavaScript | IdentifiableObject.js | peopleware/js-ppwcode-vernacular-semantics | 26b64753a62b6128c29dcf2901630afb0ca10481 | [
"Apache-2.0"
] | null | null | null | IdentifiableObject.js | peopleware/js-ppwcode-vernacular-semantics | 26b64753a62b6128c29dcf2901630afb0ca10481 | [
"Apache-2.0"
] | null | null | null | IdentifiableObject.js | peopleware/js-ppwcode-vernacular-semantics | 26b64753a62b6128c29dcf2901630afb0ca10481 | [
"Apache-2.0"
] | null | null | null | /*
Copyright 2016 - $Date $ by PeopleWare n.v.
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 wr... | 33.901961 | 90 | 0.663968 |
752a8b4f5554191723186a6e7ce944748b07f1f2 | 3,035 | c | C | src/mpv_plugin.c | YggdrasiI/onion-mpv-webui | 96ad9cc91cfa9b00d43bf8c7139018aabe5602de | [
"MIT"
] | null | null | null | src/mpv_plugin.c | YggdrasiI/onion-mpv-webui | 96ad9cc91cfa9b00d43bf8c7139018aabe5602de | [
"MIT"
] | null | null | null | src/mpv_plugin.c | YggdrasiI/onion-mpv-webui | 96ad9cc91cfa9b00d43bf8c7139018aabe5602de | [
"MIT"
] | null | null | null | #define _GNU_SOURCE
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <string.h>
#include <unistd.h>
#include <pthread.h>
#include <mpv/client.h>
mpv_handle *mpv = NULL;
pthread_mutex_t mpv_lock = PTHREAD_MUTEX_INITIALIZER;
#include <onion/onion.h>
#include "webui_onion.h"
#in... | 25.940171 | 70 | 0.623723 |
0b519f8596f5bf7ee53103adc8d550ce1fb62540 | 68,172 | py | Python | tests/test_generate_unique_id_function.py | ssensalo/fastapi | 146f57b8f70c5757dc20edc716dba1b96936a8d6 | [
"MIT"
] | 1 | 2022-01-08T16:39:28.000Z | 2022-01-08T16:39:28.000Z | tests/test_generate_unique_id_function.py | ssensalo/fastapi | 146f57b8f70c5757dc20edc716dba1b96936a8d6 | [
"MIT"
] | 1 | 2022-01-07T21:04:04.000Z | 2022-01-07T21:04:04.000Z | tests/test_generate_unique_id_function.py | ssensalo/fastapi | 146f57b8f70c5757dc20edc716dba1b96936a8d6 | [
"MIT"
] | null | null | null | import warnings
from typing import List
from fastapi import APIRouter, FastAPI
from fastapi.routing import APIRoute
from fastapi.testclient import TestClient
from pydantic import BaseModel
def custom_generate_unique_id(route: APIRoute):
return f"foo_{route.name}"
def custom_generate_unique_id2(route: APIRoute)... | 41.772059 | 106 | 0.285161 |
c2e2ed68f79577483837a3a3d82f99ecd611f93b | 4,125 | go | Go | vendor/github.com/trustedanalytics-ng/tap-catalog/models/instance.go | trustedanalytics-ng/tap-image-factory | 0e03b8cd6671f3274adf1d075572bfc60ac0ac6f | [
"Apache-2.0"
] | 1 | 2019-09-05T19:38:31.000Z | 2019-09-05T19:38:31.000Z | vendor/github.com/trustedanalytics-ng/tap-catalog/models/instance.go | trustedanalytics-ng/tap-image-factory | 0e03b8cd6671f3274adf1d075572bfc60ac0ac6f | [
"Apache-2.0"
] | null | null | null | vendor/github.com/trustedanalytics-ng/tap-catalog/models/instance.go | trustedanalytics-ng/tap-image-factory | 0e03b8cd6671f3274adf1d075572bfc60ac0ac6f | [
"Apache-2.0"
] | null | null | null | /**
* Copyright (c) 2016 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | 31.25 | 118 | 0.726788 |
b0cd3962c1bfa00ae4eade9d14917658750a7e24 | 721 | lua | Lua | CompressedFluidsKingfork/prototypes/recipe/decompressor.lua | bjerkt/Factorio-Mods | 198c8c603e9c91a6f9b2bae78c70bf6a35836563 | [
"Unlicense"
] | 5 | 2019-12-28T05:24:50.000Z | 2021-10-05T12:40:36.000Z | CompressedFluidsKingfork/prototypes/recipe/decompressor.lua | bjerkt/Factorio-Mods | 198c8c603e9c91a6f9b2bae78c70bf6a35836563 | [
"Unlicense"
] | 3 | 2019-10-04T05:14:58.000Z | 2021-12-05T19:41:55.000Z | CompressedFluidsKingfork/prototypes/recipe/decompressor.lua | bjerkt/Factorio-Mods | 198c8c603e9c91a6f9b2bae78c70bf6a35836563 | [
"Unlicense"
] | 5 | 2019-12-27T19:14:07.000Z | 2021-10-13T20:17:21.000Z | if settings.startup["fluid-compression-singeEntity"].value == false then
data:extend({
{
type = "recipe",
name = "fluid-compressor-to-decompressor",
enabled = false,
energy_required = 1,
ingredients =
{
{"fluid-compressor", 1},
},
result = "fluid-decompresso... | 24.033333 | 72 | 0.558946 |
f0577968e01ff58468ce5e55f1fbd26663455932 | 320 | js | JavaScript | data/js/00/13/44/00/00/00.24.js | hdm/mac-tracker | 69f0c4efaa3d60111001d40f7a33886cc507e742 | [
"CC-BY-4.0",
"MIT"
] | 20 | 2018-12-26T17:06:05.000Z | 2021-08-05T07:47:31.000Z | data/js/00/13/44/00/00/00.24.js | hdm/mac-tracker | 69f0c4efaa3d60111001d40f7a33886cc507e742 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-06-03T12:20:55.000Z | 2021-06-03T16:36:26.000Z | data/js/00/13/44/00/00/00.24.js | hdm/mac-tracker | 69f0c4efaa3d60111001d40f7a33886cc507e742 | [
"CC-BY-4.0",
"MIT"
] | 8 | 2018-12-27T05:07:48.000Z | 2021-01-26T00:41:17.000Z | macDetailCallback("001344000000/24",[{"d":"2005-01-15","t":"add","a":"6533 Flying Cloud Drive\nEden Prairie MN 55344\n\n","c":"UNITED STATES","o":"Fargo Electronics Inc.","s":"wireshark.org"},{"d":"2015-08-27","t":"change","a":"6533 Flying Cloud Drive Eden Prairie MN US 55344","c":"US","o":"Fargo Electronics Inc."}]);
| 160 | 319 | 0.6625 |
e9356367d369197c50795d3b135375209a369db3 | 1,247 | go | Go | bmsf-configuration/pkg/common/common_test.go | stonewesley/bk-bcs | 6f58cdcfb7caf7c09b2dd4071ab752ba00071c54 | [
"Apache-2.0"
] | null | null | null | bmsf-configuration/pkg/common/common_test.go | stonewesley/bk-bcs | 6f58cdcfb7caf7c09b2dd4071ab752ba00071c54 | [
"Apache-2.0"
] | null | null | null | bmsf-configuration/pkg/common/common_test.go | stonewesley/bk-bcs | 6f58cdcfb7caf7c09b2dd4071ab752ba00071c54 | [
"Apache-2.0"
] | null | null | null | /*
* Tencent is pleased to support the open source community by making Blueking Container Service available.,
* Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
* Licensed under the MIT License (the "License"); you may not use this file except
* in compliance with the License. You may obt... | 24.45098 | 107 | 0.677626 |
81d97e82de7ecb1307ef845ea444bf8bbe164c89 | 18,799 | html | HTML | docs/javadoc/org/pdfbox/pdmodel/graphics/color/PDGamma.html | lockss/lockss-sf-pdfbox | 83fd469a983fcf310f5795c610bc11136f28cf6a | [
"BSD-3-Clause"
] | null | null | null | docs/javadoc/org/pdfbox/pdmodel/graphics/color/PDGamma.html | lockss/lockss-sf-pdfbox | 83fd469a983fcf310f5795c610bc11136f28cf6a | [
"BSD-3-Clause"
] | null | null | null | docs/javadoc/org/pdfbox/pdmodel/graphics/color/PDGamma.html | lockss/lockss-sf-pdfbox | 83fd469a983fcf310f5795c610bc11136f28cf6a | [
"BSD-3-Clause"
] | null | null | null | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_07) on Thu Oct 12 12:19:57 EDT 2006 -->
<TITLE>
PDGamma (PDFBox-0.7.3 API)
</TITLE>
<META NAME="keywords" CONTENT="org.pdfbox.pdmodel.graph... | 40.602592 | 1,521 | 0.614501 |
7f580b7e4bd6ebffca62efb5c40fc5964fba9b19 | 5,719 | html | HTML | Audio/Sermon Index/KenBaird/index.html | BFFBraga/homeflix2 | edaf608a0a11c2de833ed040a31abb7e34850f0c | [
"Unlicense"
] | 1 | 2021-08-21T19:30:58.000Z | 2021-08-21T19:30:58.000Z | Audio/Sermon Index/KenBaird/index.html | BFFBraga/homeflix2 | edaf608a0a11c2de833ed040a31abb7e34850f0c | [
"Unlicense"
] | 1 | 2019-05-17T03:39:07.000Z | 2019-05-17T03:39:07.000Z | Audio/Sermon Index/KenBaird/index.html | BFFBraga/homeflix2 | edaf608a0a11c2de833ed040a31abb7e34850f0c | [
"Unlicense"
] | null | null | null | <h1>./KenBaird/</h1><p>Use a download manager like <a href=http://jdownloader.org>jdownloader</a> to download this entire folder.</p>
<a href="http://www.sermonindex.net/modules/mydownloads/visit.php?lid=8430">2Peter2.1.mp3</a><br>
<a href="http://www.sermonindex.net/modules/mydownloads/visit.php?lid=8444">AVarietyOfTe... | 103.981818 | 133 | 0.766568 |
755fd5f11a4aeec3042613d52f5a29befb32522f | 978 | rs | Rust | Parity/parity-bitcoin-master/db/src/block_origin.rs | jeamick/Nchain-Project | b791a6d3af6116b76131c1c6eada1b6e857274ec | [
"MIT"
] | null | null | null | Parity/parity-bitcoin-master/db/src/block_origin.rs | jeamick/Nchain-Project | b791a6d3af6116b76131c1c6eada1b6e857274ec | [
"MIT"
] | null | null | null | Parity/parity-bitcoin-master/db/src/block_origin.rs | jeamick/Nchain-Project | b791a6d3af6116b76131c1c6eada1b6e857274ec | [
"MIT"
] | null | null | null | use std::fmt;
use hash::H256;
#[derive(Clone)]
pub struct SideChainOrigin {
/// newest ancestor block number
pub ancestor: u32,
/// side chain block hashes. Ordered from oldest to newest
pub canonized_route: Vec<H256>,
/// canon chain block hahses. Ordered from oldest to newest
pub decanonized_route: Vec<H256>,
... | 27.166667 | 104 | 0.708589 |
8a4bf341f170fe4121004b5e4a4d89493d02d80f | 207 | rs | Rust | src/lib.rs | ditsing/more-sync | df47c9c3c1112220aae86117cdfa7c590c547263 | [
"MIT"
] | null | null | null | src/lib.rs | ditsing/more-sync | df47c9c3c1112220aae86117cdfa7c590c547263 | [
"MIT"
] | null | null | null | src/lib.rs | ditsing/more-sync | df47c9c3c1112220aae86117cdfa7c590c547263 | [
"MIT"
] | null | null | null | //! A collection of synchronization utils for concurrent programming.
mod carrier;
mod versioned_parker;
pub use carrier::{Carrier, CarrierRef};
pub use versioned_parker::{VersionedGuard, VersionedParker};
| 29.571429 | 69 | 0.806763 |
38e82e0eaeb6937a932ebf53dccfdc63d50ca7c6 | 4,686 | c | C | autosrc/rtpp_netaddr_fin.c | CyBHFal/rtpproxy | 0bc25b3e8a332bbac85b12cf5a46a9f9e9a228fb | [
"BSD-2-Clause"
] | 340 | 2015-01-16T00:57:44.000Z | 2022-03-30T03:35:00.000Z | autosrc/rtpp_netaddr_fin.c | CyBHFal/rtpproxy | 0bc25b3e8a332bbac85b12cf5a46a9f9e9a228fb | [
"BSD-2-Clause"
] | 100 | 2015-01-13T01:48:47.000Z | 2022-03-30T20:26:45.000Z | autosrc/rtpp_netaddr_fin.c | CyBHFal/rtpproxy | 0bc25b3e8a332bbac85b12cf5a46a9f9e9a228fb | [
"BSD-2-Clause"
] | 108 | 2015-01-08T19:13:39.000Z | 2022-03-15T07:41:16.000Z | /* Auto-generated by genfincode_stat.sh - DO NOT EDIT! */
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#define RTPP_FINCODE
#include "rtpp_types.h"
#include "rtpp_debug.h"
#include "rtpp_netaddr.h"
#include "rtpp_netaddr_fin.h"
static void rtpp_netaddr_cmp_fin(void *pub) {
fprintf(stderr, "Method rtpp... | 41.469027 | 120 | 0.719163 |
0a3ff9cdee5edf9dd160c70402bd1e3aa97aa548 | 390 | ts | TypeScript | stagifyfrontend/src/app/components/artist-item/artist-item.component.ts | Davee02/Stagify | 048dd53219267cfdbe804cd91626a06964f64a2a | [
"MIT"
] | null | null | null | stagifyfrontend/src/app/components/artist-item/artist-item.component.ts | Davee02/Stagify | 048dd53219267cfdbe804cd91626a06964f64a2a | [
"MIT"
] | 2 | 2021-01-02T18:02:56.000Z | 2021-01-04T18:24:08.000Z | stagifyfrontend/src/app/components/artist-item/artist-item.component.ts | Davee02/Stagify | 048dd53219267cfdbe804cd91626a06964f64a2a | [
"MIT"
] | null | null | null | import { Component, Input, OnInit } from '@angular/core';
import ArtistModel from 'src/app/models/artist.model';
@Component({
selector: 'app-artist-item',
templateUrl: './artist-item.component.html',
styleUrls: ['./artist-item.component.scss'],
})
export class ArtistItemComponent implements OnInit {
@Input() a... | 24.375 | 57 | 0.710256 |
bb5dd9b331f24c2271142dc49b01f1b45124cdb5 | 45,149 | html | HTML | docs/wtengine/classwte_1_1mgr_1_1world.html | wtfsystems/wtfsystems.github.io | 27be982ee3281ccb43207c5e2ee662b52e06f1ed | [
"MIT"
] | 1 | 2021-08-25T13:40:52.000Z | 2021-08-25T13:40:52.000Z | docs/wtengine/classwte_1_1mgr_1_1world.html | wtfsystems/wtfsystems.github.io | 27be982ee3281ccb43207c5e2ee662b52e06f1ed | [
"MIT"
] | 5 | 2021-04-26T18:38:04.000Z | 2021-06-29T03:43:10.000Z | docs/wtengine/classwte_1_1mgr_1_1world.html | wtfsystems/wtfsystems.github.io | 27be982ee3281ccb43207c5e2ee662b52e06f1ed | [
"MIT"
] | 1 | 2020-07-15T05:43:53.000Z | 2020-07-15T05:43:53.000Z | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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=11"/>
<meta name="generator" c... | 52.014977 | 483 | 0.688786 |
e7293f444a6bf0df1f2c10a7ba01efd7203eabd9 | 12,832 | js | JavaScript | dist/structures/Function.js | Bumblebee-3/aoi.js | 0cf9ad3ccec53ecb547b369247ed33f4fb390f64 | [
"MIT"
] | null | null | null | dist/structures/Function.js | Bumblebee-3/aoi.js | 0cf9ad3ccec53ecb547b369247ed33f4fb390f64 | [
"MIT"
] | null | null | null | dist/structures/Function.js | Bumblebee-3/aoi.js | 0cf9ad3ccec53ecb547b369247ed33f4fb390f64 | [
"MIT"
] | null | null | null | "use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Function = void 0;
const option_1 = __importDefault(require("../util/functions/option"));
const ... | 36.351275 | 144 | 0.487453 |
268035f722db78d2c33ba1f4a9d0d370cf499a1a | 1,036 | java | Java | src/main/java/com/planmill/api/datahelper/webhooks/WebHookListener.java | planmill/api-data-helper | fc6f3bf3f8882d96268e383133e3a307704be14c | [
"MIT"
] | 1 | 2020-08-27T12:40:05.000Z | 2020-08-27T12:40:05.000Z | src/main/java/com/planmill/api/datahelper/webhooks/WebHookListener.java | planmill/api-data-helper | fc6f3bf3f8882d96268e383133e3a307704be14c | [
"MIT"
] | null | null | null | src/main/java/com/planmill/api/datahelper/webhooks/WebHookListener.java | planmill/api-data-helper | fc6f3bf3f8882d96268e383133e3a307704be14c | [
"MIT"
] | 1 | 2020-04-16T11:32:10.000Z | 2020-04-16T11:32:10.000Z | package com.planmill.api.datahelper.webhooks;
import lombok.extern.slf4j.Slf4j;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.*;
/**
* Endpoint that waits for incoming requests.
*
* Created by konstantin.petrukhnov@planmill.com on 2017-10-26.
*/
@Slf4j
@RestController... | 22.042553 | 75 | 0.681467 |
0bc2ad3e4f4d56e26e899d8c6fe3206f21e03522 | 200 | js | JavaScript | src/index.js | AlexanderKrat/reverse-int-1 | fa148bc4229bdb27497c0454ef3dba28971612fa | [
"MIT"
] | null | null | null | src/index.js | AlexanderKrat/reverse-int-1 | fa148bc4229bdb27497c0454ef3dba28971612fa | [
"MIT"
] | null | null | null | src/index.js | AlexanderKrat/reverse-int-1 | fa148bc4229bdb27497c0454ef3dba28971612fa | [
"MIT"
] | null | null | null | module.exports = function reverse (n) {
let reverse = n.toString().split('').reverse().join('');
if (n < 0){
return reverse.slice(0, -1)
}
else{
return reverse
}
}
| 20 | 60 | 0.525 |
f9552593d6f9ff875c02358b42a367e0be541d13 | 1,085 | swift | Swift | DouYuSwift/Classes/Tools/Extension/UIBarButtonItem-Extension.swift | pengfei923/PengSwift | 533dd51c1a2dc16ed49677937ae2df678d4352be | [
"MIT"
] | null | null | null | DouYuSwift/Classes/Tools/Extension/UIBarButtonItem-Extension.swift | pengfei923/PengSwift | 533dd51c1a2dc16ed49677937ae2df678d4352be | [
"MIT"
] | null | null | null | DouYuSwift/Classes/Tools/Extension/UIBarButtonItem-Extension.swift | pengfei923/PengSwift | 533dd51c1a2dc16ed49677937ae2df678d4352be | [
"MIT"
] | null | null | null | //
// UIBarButtonItem-Extension.swift
// DouYuSwift
//
// Created by hoomsun on 2019/3/25.
// Copyright © 2019年 hoomsun. All rights reserved.
//
import UIKit
extension UIBarButtonItem {
// 类方法
class func createItem(imageName:String,highImageImage:String,size:CGSize) ->UIBarButtonItem {
let btn = U... | 28.552632 | 97 | 0.610138 |
40d119304a165f9dd8806ec5846e392ccbcc9300 | 2,570 | html | HTML | 005_Bootstrap_Colors_bg_txt.html | ddharanik96/Bootstrap | 520cf246d55107fdf81ede65c3b27fc31c11f8ff | [
"BSL-1.0"
] | null | null | null | 005_Bootstrap_Colors_bg_txt.html | ddharanik96/Bootstrap | 520cf246d55107fdf81ede65c3b27fc31c11f8ff | [
"BSL-1.0"
] | null | null | null | 005_Bootstrap_Colors_bg_txt.html | ddharanik96/Bootstrap | 520cf246d55107fdf81ede65c3b27fc31c11f8ff | [
"BSL-1.0"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie-edge">
<!-- CSS Files -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.css">
<link rel... | 38.939394 | 88 | 0.624514 |
dc16f83963911bc447f884b6e6f1c378e114241a | 1,401 | py | Python | scripts/setEnv.py | elastest/elastest-toolbox | bd06c8f0a9d8e2f9707cef8cae2f69d28dabea25 | [
"Apache-2.0"
] | 2 | 2017-11-23T06:27:52.000Z | 2021-05-25T20:23:13.000Z | scripts/setEnv.py | elastest/elastest-toolbox | bd06c8f0a9d8e2f9707cef8cae2f69d28dabea25 | [
"Apache-2.0"
] | 2 | 2017-09-26T11:54:46.000Z | 2019-10-03T13:13:54.000Z | scripts/setEnv.py | elastest/elastest-toolbox | bd06c8f0a9d8e2f9707cef8cae2f69d28dabea25 | [
"Apache-2.0"
] | 3 | 2017-10-02T14:52:14.000Z | 2019-10-24T07:40:28.000Z | #!/usr/bin/python3 -u
import fileinput
def appendLine(path, line):
with open(path, "a") as f:
f.write(line + "\n")
def searchAndReplace(path, pattern, value):
for line in fileinput.input(path, inplace = True):
print line.replace(pattern, value),
def setServerAddress(address):
etm_dir = '../etm'
env_var... | 29.1875 | 81 | 0.734475 |
40b61d7e5c1b78b3e38053ee45e5e8f3b4f1168b | 819 | swift | Swift | testFiles/lucidDreamsTests/model/test18-extendProtocol.swift | theplanlab/swift | 00dc16e7e4a0b28408308629e993b5d6e4fc3192 | [
"Apache-2.0"
] | 1 | 2018-01-11T07:08:30.000Z | 2018-01-11T07:08:30.000Z | testFiles/lucidDreamsTests/model/test18-extendProtocol.swift | theplanlab/swift | 00dc16e7e4a0b28408308629e993b5d6e4fc3192 | [
"Apache-2.0"
] | 153 | 2018-01-21T15:24:47.000Z | 2018-09-13T12:46:16.000Z | testFiles/lucidDreamsTests/model/test18-extendProtocol.swift | theplanlab/swift | 00dc16e7e4a0b28408308629e993b5d6e4fc3192 | [
"Apache-2.0"
] | 2 | 2018-01-11T09:33:05.000Z | 2018-01-23T21:01:31.000Z | /*
* Extending multiple structs/classes with a protocol to pass them into
* functions
*
* Two different structs start off by being of different types. However,
* we are able to pass them into a function and use a shared functionality
* because we extend them both with the person protocol.
*/
struct Human{
ini... | 18.613636 | 74 | 0.699634 |
5f3f25c4ef49cf74898062ad6d72fa2e4e4cc5e3 | 1,523 | ts | TypeScript | src/Components/TableColumn/TableColumnConfig.ts | vularsoft/dragit | d71f82782998b862484443b1525206a5f7c86d49 | [
"MIT"
] | 78 | 2021-07-02T05:30:07.000Z | 2022-03-18T03:51:50.000Z | src/Components/TableColumn/TableColumnConfig.ts | vularsoft/dragit | d71f82782998b862484443b1525206a5f7c86d49 | [
"MIT"
] | 9 | 2021-07-16T07:16:39.000Z | 2022-03-31T17:45:56.000Z | src/Components/TableColumn/TableColumnConfig.ts | vularsoft/dragit | d71f82782998b862484443b1525206a5f7c86d49 | [
"MIT"
] | 19 | 2020-12-21T03:38:44.000Z | 2021-01-18T06:14:57.000Z | import { MetaConfig } from "Base/RXNode/MetaConfig";
import { IPropConfig } from "rx-drag/models/IPropConfig";
import { IMeta } from "Base/RXNode/IMeta";
export class TableColumnConfig extends MetaConfig{
accept(child:IMeta){
if(child.name === 'TableColumn'
|| child.name.startsWith('ListView')
){
... | 19.779221 | 57 | 0.389363 |
2dc1da82ef154456c59786298a6af50a3ebe17b0 | 2,651 | html | HTML | other/webkb/course/misc/http:^^cs-www.bu.edu^students^grads^rgaimari^cs101^s96^cs101.html | Hyperpilotio/datasets | 1fe03e7f08dd008f1b7f3b7ed750f40d3165ecf2 | [
"Apache-2.0"
] | null | null | null | other/webkb/course/misc/http:^^cs-www.bu.edu^students^grads^rgaimari^cs101^s96^cs101.html | Hyperpilotio/datasets | 1fe03e7f08dd008f1b7f3b7ed750f40d3165ecf2 | [
"Apache-2.0"
] | null | null | null | other/webkb/course/misc/http:^^cs-www.bu.edu^students^grads^rgaimari^cs101^s96^cs101.html | Hyperpilotio/datasets | 1fe03e7f08dd008f1b7f3b7ed750f40d3165ecf2 | [
"Apache-2.0"
] | null | null | null | Date: Tue, 14 Jan 1997 20:30:10 GMT
Server: NCSA/1.5
Content-type: text/html
<TITLE>CS-101(B1): Introduction to Computers
</TITLE>
<H2>
<!WA0><A href = "http://web.bu.edu/"> Boston University</A> /
<!WA1><A href = "gopher://gopher.bu.edu">CAS</A><BR>
<!WA2><A href = "http://cs-www.bu.edu/Home.html"> Computer Science... | 33.1375 | 105 | 0.685025 |
4d8fcb77ba0ea03d8d626836c2c059b8d6b0fac6 | 20,307 | html | HTML | _projects/idea_video/printspeak/presentation-sample.html | klueless-io/k_dsl | 4dde2c19bdb3092381c80ccd8ef6931594ed03e3 | [
"MIT"
] | null | null | null | _projects/idea_video/printspeak/presentation-sample.html | klueless-io/k_dsl | 4dde2c19bdb3092381c80ccd8ef6931594ed03e3 | [
"MIT"
] | null | null | null | _projects/idea_video/printspeak/presentation-sample.html | klueless-io/k_dsl | 4dde2c19bdb3092381c80ccd8ef6931594ed03e3 | [
"MIT"
] | null | null | null | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PrintSpeak Architecture</title>
<link rel="stylesheet" href="../dist/reveal.css">
<link rel="stylesheet" href="../dist/theme/printspeak.css" id="theme">
<!--
<link rel="stylesheet" href="../plugin/highlight/zenburn.css">
<link rel="... | 58.02 | 166 | 0.660856 |
e753ba69ad2c8077512bbe069df99a4f8f73176b | 345 | kt | Kotlin | app/src/main/java/com/example/squarerepos/data/remote/ReposApi.kt | kllaas/SquareRepos | b93fae35296832777c39a46a060955ada3905f4c | [
"Unlicense"
] | null | null | null | app/src/main/java/com/example/squarerepos/data/remote/ReposApi.kt | kllaas/SquareRepos | b93fae35296832777c39a46a060955ada3905f4c | [
"Unlicense"
] | null | null | null | app/src/main/java/com/example/squarerepos/data/remote/ReposApi.kt | kllaas/SquareRepos | b93fae35296832777c39a46a060955ada3905f4c | [
"Unlicense"
] | null | null | null | package com.example.squarerepos.data.remote
import com.example.squarerepos.data.model.Repository
import io.reactivex.Observable
import retrofit2.http.GET
interface ReposApi {
@GET(GET_REPOS_URL)
fun getRepos(): Observable<List<Repository>>
companion object {
private const val GET_REPOS_URL = "or... | 21.5625 | 61 | 0.750725 |
5ea46fb72470746a3f01c1102dd230d6ab4c5345 | 2,796 | swift | Swift | swift38/swift38/ViewController.swift | lovexiaobai/-swiftStudy | b510b4b5846ade5c8fc4ce9ad91a894e33c6c378 | [
"MIT"
] | 1 | 2016-07-29T07:03:02.000Z | 2016-07-29T07:03:02.000Z | swift38/swift38/ViewController.swift | lovexiaobai/-swiftStudy | b510b4b5846ade5c8fc4ce9ad91a894e33c6c378 | [
"MIT"
] | null | null | null | swift38/swift38/ViewController.swift | lovexiaobai/-swiftStudy | b510b4b5846ade5c8fc4ce9ad91a894e33c6c378 | [
"MIT"
] | null | null | null | //
// ViewController.swift
// swift38
// Swift38 - 使用SSZipArchive实现文件的压缩、解压缩
// Created by Alan on 16/7/12.
// Copyright © 2016年 jollycorp. All rights reserved.
//
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional set... | 32.894118 | 128 | 0.6098 |
11b3ffa77195529534ec8d7afcea84a28678c3eb | 6,915 | swift | Swift | 4champ/AppDelegate.swift | sitomani/4champ | ff30c977546bd6510726faac1c9bd72af049fa74 | [
"MIT"
] | 22 | 2018-04-22T18:41:42.000Z | 2022-02-09T11:22:39.000Z | 4champ/AppDelegate.swift | sitomani/4champ | ff30c977546bd6510726faac1c9bd72af049fa74 | [
"MIT"
] | null | null | null | 4champ/AppDelegate.swift | sitomani/4champ | ff30c977546bd6510726faac1c9bd72af049fa74 | [
"MIT"
] | 1 | 2020-04-13T01:26:26.000Z | 2020-04-13T01:26:26.000Z | //
// AppDelegate.swift
// 4champ Amiga Music Player
//
// Copyright © 2018 Aleksi Sitomaniemi. All rights reserved.
//
import UIKit
import SwiftyBeaver
import AVFoundation
import Alamofire
import UserNotifications
import SwiftUI
// Global
let modulePlayer = ModulePlayer()
let moduleStorage = ModuleStorage()
let l... | 35.461538 | 281 | 0.710629 |
bc66ffb62670b4a07f74c0893de3d7281f973665 | 605 | swift | Swift | PlaceObject/Models/Cone.swift | AndreyMomot/PlaceObject | 07cae44f83124b63816b9e35fb80fa0895402565 | [
"MIT"
] | 2 | 2017-11-28T13:18:00.000Z | 2021-05-25T13:10:38.000Z | PlaceObject/Models/Cone.swift | AndreyMomot/PlaceObject | 07cae44f83124b63816b9e35fb80fa0895402565 | [
"MIT"
] | null | null | null | PlaceObject/Models/Cone.swift | AndreyMomot/PlaceObject | 07cae44f83124b63816b9e35fb80fa0895402565 | [
"MIT"
] | null | null | null | //
// Cone.swift
// PlaneDetection
//
// Created by Andrei Momot on 11/6/17.
// Copyright © 2017 Andrey Momot. All rights reserved.
//
import UIKit
import SceneKit
class Cone: VirtualObject {
override init() {
let cone = SCNCone(topRadius: 0, bottomRadius: 0.05, height: 0.1)
cone.material... | 24.2 | 74 | 0.642975 |
87cda27544f1167a6d7db5190071b08cdcbb01fb | 135 | kt | Kotlin | core/src/main/kotlin/org/taymyr/lagom/internal/openapi/LagomServiceInfo.kt | gnuzzz/lagom-openapi | 347358510d11776a4f6e65344d00beb413730d6b | [
"Apache-2.0"
] | null | null | null | core/src/main/kotlin/org/taymyr/lagom/internal/openapi/LagomServiceInfo.kt | gnuzzz/lagom-openapi | 347358510d11776a4f6e65344d00beb413730d6b | [
"Apache-2.0"
] | null | null | null | core/src/main/kotlin/org/taymyr/lagom/internal/openapi/LagomServiceInfo.kt | gnuzzz/lagom-openapi | 347358510d11776a4f6e65344d00beb413730d6b | [
"Apache-2.0"
] | null | null | null | package org.taymyr.lagom.internal.openapi
data class LagomServiceInfo(
val service: Class<*>,
val calls: List<LagomCallInfo>
) | 22.5 | 41 | 0.748148 |
c7e4f13f76ef3af282b62ab912e5a63a40c53a96 | 4,055 | java | Java | src/test/java/freemarker/core/AppMetaTemplateDateFormatFactory.java | jivesoftware/incubator-freemarker | 479ea6c538f32bd74f770b1aff63a0bf25329210 | [
"Apache-2.0"
] | null | null | null | src/test/java/freemarker/core/AppMetaTemplateDateFormatFactory.java | jivesoftware/incubator-freemarker | 479ea6c538f32bd74f770b1aff63a0bf25329210 | [
"Apache-2.0"
] | null | null | null | src/test/java/freemarker/core/AppMetaTemplateDateFormatFactory.java | jivesoftware/incubator-freemarker | 479ea6c538f32bd74f770b1aff63a0bf25329210 | [
"Apache-2.0"
] | null | null | null | /*
* 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 ... | 33.791667 | 119 | 0.641924 |
395714e3fa457096bf23fa9a33b4bb9352568b06 | 407 | html | HTML | webapp/src/app/pages/login/login.component.html | davide97g/dynamiqr | 47d32101137b854e98751a1567be5a4ab1ab3133 | [
"MIT"
] | 1 | 2021-06-26T12:51:48.000Z | 2021-06-26T12:51:48.000Z | webapp/src/app/pages/login/login.component.html | davide97g/dynamiqr | 47d32101137b854e98751a1567be5a4ab1ab3133 | [
"MIT"
] | 4 | 2021-03-10T23:48:59.000Z | 2021-03-10T23:55:03.000Z | webapp/src/app/pages/login/login.component.html | davide97g/dynamiqr | 47d32101137b854e98751a1567be5a4ab1ab3133 | [
"MIT"
] | null | null | null | <div *ngIf="auth.user$ | async; then authenticated; else guest">
<!-- template will replace this div -->
</div>
<ng-template #guest>
<div id="firebaseui-auth-container"></div>
</ng-template>
<!-- User logged in -->
<ng-template #authenticated>
<div style="margin: auto; text-align: center; margin-top: 100px... | 29.071429 | 69 | 0.638821 |
072aac82afe09cc8920377f2a45123f9078fc63d | 550 | sql | SQL | db/updatedb.sql | Kaffeedrache/Coalda | 71ee692c85d186ce4ee15eff11d3889e38cf2e60 | [
"BSD-3-Clause"
] | null | null | null | db/updatedb.sql | Kaffeedrache/Coalda | 71ee692c85d186ce4ee15eff11d3889e38cf2e60 | [
"BSD-3-Clause"
] | null | null | null | db/updatedb.sql | Kaffeedrache/Coalda | 71ee692c85d186ce4ee15eff11d3889e38cf2e60 | [
"BSD-3-Clause"
] | null | null | null | -- Update the markable table with word information (makes a lot things faster)
update markables set document_id = words.doc_id from words where markables.head = word_id;
update markables set sentence_id = words.sentence_id from words where markables.head = word_id;
update markables m set content = array_to_string(array... | 61.111111 | 103 | 0.792727 |
563834a0dbfdf0a09aeaf70829c166ffe7b711bb | 611 | go | Go | framework/bass/track.go | Wieku/danser-go | da852a7987627a5e64f63aa782213089fa4759a5 | [
"MIT"
] | 431 | 2019-05-14T07:17:15.000Z | 2022-03-31T11:55:19.000Z | framework/bass/track.go | Wieku/danser-go | da852a7987627a5e64f63aa782213089fa4759a5 | [
"MIT"
] | 189 | 2019-05-18T13:58:25.000Z | 2022-03-30T15:27:25.000Z | framework/bass/track.go | Wieku/danser-go | da852a7987627a5e64f63aa782213089fa4759a5 | [
"MIT"
] | 95 | 2019-03-28T16:04:42.000Z | 2022-03-30T13:39:57.000Z | package bass
const (
MUSIC_STOPPED = 0
MUSIC_PLAYING = 1
MUSIC_STALLED = 2
MUSIC_PAUSED = 3
)
type ITrack interface {
AddSilence(seconds float64)
Play()
PlayV(volume float64)
Pause()
Resume()
Stop()
SetVolume(vol float64)
SetVolumeRelative(vol float64)
GetLength() float64
SetPosition(pos float64)
GetP... | 16.972222 | 31 | 0.747954 |
2e9c7ad4ddc25d17376faa8feea12c51f3bb09f4 | 220 | sql | SQL | sql/updates/2.0.6-2.0.7/20110315-1-drop_property_fields.sql | gxa/gxa | 630aef60b25e94413d94127ae983be52d2b5ec44 | [
"Apache-2.0"
] | 7 | 2015-04-27T15:06:08.000Z | 2020-04-23T03:29:30.000Z | sql/updates/2.0.6-2.0.7/20110315-1-drop_property_fields.sql | gxa/gxa | 630aef60b25e94413d94127ae983be52d2b5ec44 | [
"Apache-2.0"
] | 23 | 2016-03-10T17:02:21.000Z | 2021-06-04T01:30:37.000Z | sql/updates/2.0.6-2.0.7/20110315-1-drop_property_fields.sql | gxa/gxa | 630aef60b25e94413d94127ae983be52d2b5ec44 | [
"Apache-2.0"
] | 1 | 2016-03-08T22:47:29.000Z | 2016-03-08T22:47:29.000Z | alter table A2_PROPERTY drop column AE1TABLENAME_ASSAY;
alter table A2_PROPERTY drop column AE1TABLENAME_SAMPLE;
alter table A2_PROPERTY drop column ASSAYPROPERTYID;
alter table A2_PROPERTY drop column SAMPLEPROPERTYID;
| 44 | 56 | 0.872727 |
84bff83977f7ae08c6069d0208c39e91299b83a6 | 4,845 | c | C | mc/model/com.mentor.nucleus.bp.core/src416/ooaofooa_R_CONE_class.c | NDGuthrie/bposs | 2c47abf74a3e6fadb174b08e57aa66a209400606 | [
"Apache-2.0"
] | 1 | 2018-01-24T16:28:01.000Z | 2018-01-24T16:28:01.000Z | mc/model/com.mentor.nucleus.bp.core/src418/ooaofooa_R_CONE_class.c | NDGuthrie/bposs | 2c47abf74a3e6fadb174b08e57aa66a209400606 | [
"Apache-2.0"
] | null | null | null | mc/model/com.mentor.nucleus.bp.core/src418/ooaofooa_R_CONE_class.c | NDGuthrie/bposs | 2c47abf74a3e6fadb174b08e57aa66a209400606 | [
"Apache-2.0"
] | null | null | null | /*----------------------------------------------------------------------------
* File: ooaofooa_R_CONE_class.c
*
* Class: Class As Derived One Side (R_CONE)
* Component: ooaofooa
*
* your copyright statement can go here (from te_copyright.body)
*--------------------------------------------------... | 35.108696 | 183 | 0.707946 |
90bd75734697651a5c0df5b2924de464010fab77 | 839 | swift | Swift | MyApp/View/Controller/Search/Searching/History/Cell/HistorySearchTableCell.swift | LuongQuocThien/DoAnTotNghiep | 13dd2b7a58f324d6829edc77b2dbb1f0e714bb47 | [
"MIT"
] | null | null | null | MyApp/View/Controller/Search/Searching/History/Cell/HistorySearchTableCell.swift | LuongQuocThien/DoAnTotNghiep | 13dd2b7a58f324d6829edc77b2dbb1f0e714bb47 | [
"MIT"
] | null | null | null | MyApp/View/Controller/Search/Searching/History/Cell/HistorySearchTableCell.swift | LuongQuocThien/DoAnTotNghiep | 13dd2b7a58f324d6829edc77b2dbb1f0e714bb47 | [
"MIT"
] | null | null | null | //
// HistorySearchTableCell.swift
// MyApp
//
// Created by PCI0001 on 3/11/19.
// Copyright © 2019 Asian Tech Co., Ltd. All rights reserved.
//
import UIKit
final class HistorySearchTableCell: UITableViewCell {
@IBOutlet private weak var contentLabel: UILabel!
@IBOutlet private weak var removeButton: U... | 24.676471 | 82 | 0.667461 |