repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
Oriense/orsens
include/QtCore/qsocketnotifier.h
2790
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** ...
mit
tiy-austin-ror/SpaceBook
test/controllers/amenities_controller_test.rb
136
require 'test_helper' class AmenitiesControllerTest < ActionController::TestCase # test "the truth" do # assert true # end end
mit
cherniavskii/material-ui
docs/src/pages/demos/tabs/ScrollableTabsButtonPrevent.js
2367
import React from 'react'; import PropTypes from 'prop-types'; import { withStyles } from 'material-ui/styles'; import AppBar from 'material-ui/AppBar'; import Tabs, { Tab } from 'material-ui/Tabs'; import PhoneIcon from '@material-ui/icons/Phone'; import FavoriteIcon from '@material-ui/icons/Favorite'; import PersonPi...
mit
bmateusz-inc/bombas-jatek
doxygen/html/class_bomb-members.html
7163
<!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...
mit
Clumsy-Coder/CPSC3780-Project
README.md
1215
# CPSC3780-Project CPSC 3780 Data Communications and Networking project Chat system with client server setup. Client will be able to send messages to another client connected to a server. Message goes from the client to the server, and then goes to the destionation client. Check [CPSC3780project.pdf](https://gith...
mit
MhdAljuboori/stylefmt
test/fixtures/comment/comment.out.css
255
/** * comment */ .class { padding: 10px; } /*comment*/ .foo { color: red; } /* at rule */ @media only screen { /* inner at rule comment */ .foo { display: none; } /* * another comment */ .bar { color: yellow; } }
mit
Benglin/GRegClientNET
src/GregClient/Requests/PackageVersionUploadRequestBody.cs
2001
using System.Collections.Generic; namespace Greg.Requests { public class PackageVersionUploadRequestBody : RequestBody { internal PackageVersionUploadRequestBody() { } public PackageVersionUploadRequestBody(string name, string version, string description, ...
mit
xaviersierra/digit-guesser
drawer/src/main/java/xsierra/digitguesser/drawer/pipeline/DigitPipeline.java
299
package xsierra.digitguesser.drawer.pipeline; import java.awt.image.BufferedImage; public interface DigitPipeline { /** * @param image An image that contains a drawed digit * @return the guessed digit, a number between 0 - 9 */ byte imageGuessDigit(BufferedImage image); }
mit
chagan/chagan.github.io
_posts/2015-01-11-sunday-update-2.md
3746
--- layout: post title: Sunday Update No. 2 --- This was my first full week with the project. While I kept up on my commit-a-day goal, the pace is still pretty slow (see below). Overall I'm happy though, and the streak is still alive. ##The Numbers * Total commits: 6 * Total issues reported: 2 * Repos contributed to: ...
mit
connectim/Android
app/src/main/java/connect/view/HightEqWidthRounderImage.java
759
package connect.view; import android.content.Context; import android.util.AttributeSet; import connect.view.roundedimageview.RoundedImageView; /** * Created by Administrator on 2016/12/15. */ public class HightEqWidthRounderImage extends RoundedImageView { public HightEqWidthRounderImage(Context context) { ...
mit
dmytro-bekuzarov/projectx-api
projectx-api-domain/src/main/java/com/sind/projectx/domain/food/menu/MenuSection.java
890
package com.sind.projectx.domain.food.menu; import org.hibernate.validator.constraints.NotBlank; import org.hibernate.validator.constraints.NotEmpty; import java.util.ArrayList; import java.util.List; /** * @author Dmytro Bekuzarov */ public class MenuSection { @NotBlank private String name; @NotEmpt...
mit
joerg/stash-git-lfs
src/test/java/it/at/oiml/stash/lfs/MyComponentWiredTest.java
1003
// package it.at.oiml.bitbucket.lfs; // // import org.junit.Test; // import org.junit.runner.RunWith; // import com.atlassian.plugins.osgi.test.AtlassianPluginsTestRunner; // import at.oiml.bitbucket.lfs.MyPluginComponent; // import com.atlassian.sal.api.ApplicationProperties; // // import static org.junit.Assert.asser...
mit
Yujia-Xiao/Leetcode
List/Binary_Tree_Upside_Down.java
1805
/* Binary Tree Upside Down Given a binary tree where all the right nodes are either leaf nodes with a sibling (a left node that shares the same parent node) or empty, flip it upside down and turn it into a tree where the original right nodes turned into left leaf nodes. Return the new root. For example: Given a binary...
mit
chso2/chso2.github.io
src/styles/shared.ts
8265
import { lighten } from 'polished'; import { css } from '@emotion/react'; import styled from '@emotion/styled'; import { colors } from './colors'; export const outer = css` position: relative; padding: 0 5vw; `; // Centered content container blocks export const inner = css` margin: 0 auto; max-width: 1040px...
mit
Avalon-Team/Terraria-Avalon
Avalon/Projectiles/FromPlayer/Explosions/Ichor Explosion.cs
1177
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Terraria; using TAPI; namespace Avalon.Projectiles.FromPlayer.Explosions { /// <summary> /// The Ichor Explosion. /// </summary> public sealed class IchorExplosion : ModProjectile { /// <...
mit
trashkalmar/MrParkingNavigator
src/ru/mail/parking/sw2/system/SwRegInfo.java
2177
package ru.mail.parking.sw2.system; import com.sonyericsson.extras.liveware.aef.registration.Registration; import com.sonyericsson.extras.liveware.extension.util.ExtensionUtils; import com.sonyericsson.extras.liveware.extension.util.registration.RegistrationInformation; import android.content.ContentValues; import r...
mit
PATRIC3/patric3_website
portal/patric-diseaseview/src/edu/vt/vbi/patric/portlets/DiseaseOverview.java
7388
/** * **************************************************************************** * Copyright 2014 Virginia Polytechnic Institute and State University * <p/> * 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 cop...
mit
adamjcook/cs27500
hw1/TestDrive.java
2807
/***************************************************************************** * Course: CS 27500 * Name: Adam Joseph Cook * Email: cook5@purduecal.edu * Assignment: 1 * * The <CODE>TestDrive</CODE> Java application simulates a car being driven * depending on its provided fuel efficiency and fuel amount. * * @...
mit
EmprendedoresLA/emprendevs-equipo-4
resources/assets/html/backend/experiences/index.html
1479
<header class="content"> <div class="row items-push"> <div class="col-sm-7"> <h1 class="h3 font-w400 push-5-t">Experiencias</h1> </div> <div class="col-sm-5 text-right"> <a ng-href="/admin/#/experiences/create" class="btn btn-primary btn-min-width"> <i class="fa fa-plus"></i> Agregar Experiencia </a...
mit
embear/logger
test/test014.rb
1456
#!/usr/bin/env ruby require "pathname" require_relative "testframework/testhelper" require_relative "testframework/testenvironment" require_relative "testframework/testdefinition" require_relative "testframework/testoperator" environment = TestEnvironment.new() definition = TestDefinition.new() pathname = Pathname.n...
mit
cannoneyed/tmm-glare
src/core/notifications/index.js
1447
// Actions export const ADD_NOTIFICATION = 'notifications/ADD_NOTIFICATION' export const DISMISS_NOTIFICATION = 'notifications/DISMISS_NOTIFICATION' export const CLEAR_NOTIFICATIONS = 'notifications/CLEAR_NOTIFICATIONS' // Reducer export const initialState = [] export default function reducer(state = initialState, act...
mit
trigunshin/party_of_heroes_info
static/js/base_hero_values.js
48676
var rarities = { 'Common': { name: 'Common', level_prop: 'MultiplierQ1' }, 'Rare': { name: 'Rare', level_prop: 'MultiplierQ2' }, 'Epic': { name: 'Epic', level_prop: 'MultiplierQ3' }, 'Legendary': { name: 'Legendary', level_prop: 'MultiplierQ4' }, 'Mythic': { name: '...
mit
ryokbys/nap
nappy/vasp/batch_elastic_constants.sh
928
#!/bin/bash #PBS -N elastic #PBS -o out #PBS -q batch #PBS -j oe #PBS -l nodes=2:ppn=4 #----------------------------------------------------------------------- # Usage: # $ qsub run_vasp.sh #----------------------------------------------------------------------- export LANG=en_US cd $PBS_O_WORKDIR NPROCS=`wc -l < $P...
mit
SSHVersionControl/git-web-client
app/src/VersionControl/GitlabIssueBundle/Entity/User.php
887
<?php // src/VersionControl/GitlabIssueBundle/Entity/User.php /* * This file is part of the GitlabIssueBundle package. * * (c) Paul Schweppe <paulschweppe@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Versio...
mit
bustermachinej/bustermachinej.github.io
index.md
1383
--- layout: page published: true --- I am a Weierstrass research group leader heading the Data-driven Optimization and Control research group, [Weierstrass Institute, Berlin](https://www.wias-berlin.de/). I am also an affiliated researcher with the [Empirical Inference Department](https://ei.is.tuebingen.mpg.de/), [Max...
mit
jhowtan/frost-poetry-dh
scripts/watson.js
3009
var NaturalLanguageUnderstandingV1 = require('watson-developer-cloud/natural-language-understanding/v1.js'); var ToneAnalyzerV3 = require('watson-developer-cloud/tone-analyzer/v3'); let fs = require('fs'); let path = require('path'); const directoryName = path.dirname(__filename); const creds = { tone: { "userna...
mit
Pink401k/kyle.pink
app/quizzes/scripts.js
1653
var encodeDecode = function() { var randomNum = function (min, max) { // helper function for random numbers return Math.random() * (max - min) + min; }; var insertBreak = function (counter) { //helper function to break lines @ 100 char if (counter % 100 === 0) { $('body').append("<br>"); ...
mit
edwardmeng/FluentMethods
test/Core/System.Reflection.MethodInfo/IsAsync.cs
1041
using System.Data.Common; using System.Linq; using System.Reflection; namespace FluentMethods.UnitTests { public class MethodInfoFixture { #if NetCore [Xunit.Fact] #else [NUnit.Framework.Test] #endif public void IsAsync() { var methodOpenAsync= typeof...
mit
horuscoin/horuscoin
src/qt/locale/bitcoin_cmn.ts
131056
<?xml version="1.0" ?><!DOCTYPE TS><TS language="cmn" version="2.0"> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About Horuscoin Core</source> <translation type="unfinished"/> </message> <message> <locatio...
mit
shiftkey/electron
docs/api/system-preferences.md
9127
# systemPreferences > Get system preferences. Process: [Main](../glossary.md#main-process) ```javascript const {systemPreferences} = require('electron') console.log(systemPreferences.isDarkMode()) ``` ## Events The `systemPreferences` object emits the following events: ### Event: 'accent-color-changed' _Windows_ ...
mit
M-shin/homepage
tileslide/php/feedback.php
534
<?php if(isset($_POST['message']) && isset($_POST['name'])){ $handle = fopen('feedback.txt', 'a') or die('Could not open the file'); $from = $_POST['name']; $time = date('m/d h:i:s'); $message = $_POST['message']; $toWrite = "Message from: $from on $time:\r\n$message\r\n\r\n"; fwrite($handle, $t...
mit
rasmusjp/Merchello
src/Merchello.Web/Models/ContentEditing/Collections/EntityCollectionDisplay.cs
3983
namespace Merchello.Web.Models.ContentEditing.Collections { using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.Serialization; using System.Security.Cryptography; using Merchello.Core; using Merchello.Core.Models; using Merchello.Core.Models.EntityBase; using Merc...
mit
tylerbutler/engineer
setup.py
5374
# coding=utf-8 # Bootstrap installation of setuptools from ez_setup import use_setuptools use_setuptools() import os import sys from fnmatch import fnmatchcase from distutils.util import convert_path from propane_distribution import cmdclassdict from setuptools import setup, find_packages from engineer import version...
mit
q120582371/gameserver
shiwch.util/ByteArrayEqualityComparer.cs
2062
// ------------------------------------------------------- // Copyright (C) 施维串 版权所有。 // 创建标识:2013-11-11 10:53:36 Created by 施维串 // 功能说明: // 注意事项: // // 更新记录: // ------------------------------------------------------- using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace sh...
mit
react-materialize/react-materialize
src/Modal.js
4976
import React, { Fragment, Children, cloneElement, useRef, useEffect } from 'react'; import { createPortal } from 'react-dom'; import PropTypes from 'prop-types'; import cx from 'classnames'; import idgen from './idgen'; import Button from './Button'; import { safeJSONStringify } from './utils'; const Modal ...
mit
EragonJ/Kaku
src/views/modules/KonamiCodeManager.js
988
class KonamiCodeManager { constructor() { this._pattern = "38384040373937396665"; this._keyCodeCache = ''; this._callback = () => {}; this._boundCheckKeyCodePattern = this._checkKeyCodePattern.bind(this); } attach(root, callback) { if (root instanceof Element) { root.removeEventListener...
mit
intrepion/sign-up-template-foundation
sign-in-verified.html
2730
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Template Foundation - Sign In</title> <link rel="icon" type="image/png" href="images/favicon.png" /> <link rel="stylesheet" href="//cdnjs.c...
mit
mbroadwater/shadowrun
app/models/char_attribute.rb
152
class CharAttribute < ActiveRecord::Base belongs_to :character belongs_to :base_attribute default_scope -> { order(base_attribute_id: :asc) } end
mit
zhuzhang/auc
doc/api/classes/ActiveModel/SecurePassword.html
2342
<?xml version="1.0" encoding="utf-8"?> <!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" xml:lang="en" lang="en"> <head> <title>ActiveModel::SecurePassword</title> <meta http-equiv="Content-Typ...
mit
hartzis/MapTweet.Info
test/app/unit/controllers/searchControllerSpec.js
1204
'use strict'; describe('test search controller', function() { beforeEach(module('mapTweetInfoApp')); beforeEach(module('twitterSearchServices')); beforeEach(module('latLngServices')); describe('searchCtrl', function(){ var scope, ctrl, $httpBackend, $browser, $location; beforeEach(inject(function(_$...
mit
codenothing/CSSCompressor
lib/rules/Trailing Zeroes.js
1115
/** * * Trailing Zeroes * * @author: Corey Hart <http://www.codenothing.com> * @description: Removes unecessary trailing zeroes from values * * @before: * .example { * width: 5.0px; * } * * @after: * .example { * width: 5px; * } * */ var CSSCompressor = global.CSSC...
mit
comexprt/swms
application/views/Request_Spares_Approved.php
16009
<?php date_default_timezone_set('asia/manila');?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content="John Noah G. Ompad"> <title>AGUS 6/7 - Warehouse Management System</title> <!-- Boo...
mit
sxyx2008/rubyblog
public/webuploader/user-webuploader.js
3416
// 文件上传 jQuery(function() { var $ = jQuery, $list = $('#thelist'), $btn = $('#ctlBtn'), state = 'pending', // 优化retina, 在retina下这个值是2 ratio = window.devicePixelRatio || 1, // 缩略图大小 thumbnailWidth = 100 * ratio, thumbnailHeight = 100 * ratio, up...
mit
asposemarketplace/Aspose-Pdf-Java
src/programmersguide/workingwithasposepdfgenerator/workingwithtext/textformatting/inheritingtextformat/java/InheritingTextFormat.java
751
/* * Copyright 2001-2013 Aspose Pty Ltd. All Rights Reserved. * * This file is part of Aspose.Pdf. The source code in this file * is only intended as a supplement to the documentation, and is provided * "as is", without warranty of any kind, either expressed or implied. */ package programmersguide.workingwitha...
mit
mleanos/trustroots
config/assets/default.js
8669
'use strict'; module.exports = { client: { lib: { // Load Angular-UI-Bootstrap module templates for these modules: uibModuleTemplates: [ 'modal', 'popover', 'progressbar', 'tabs', 'tooltip', 'typeahead' ], css: [ 'public/lib/fontello...
mit
nbevans/EventStreams
EventStreams/Projection/IProjector.cs
590
using System; using System.Collections.Generic; namespace EventStreams.Projection { using Core; using EventHandling; using Transformation; public interface IProjector { IEventSequenceTransformer Transformations { get; } TModel Project<TModel>(IEnumerable<IStreamedEvent> ev...
mit
kuhlenh/port-to-core
Reports/nv/nview.1.4.2/NView-MonoAndroid10.html
9625
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> ...
mit
aivoprykk/ilmcharts
src/js/docfix.js
3683
(function (w) { var $ = w.$, d = document, e = d.documentElement, g = d.getElementsByTagName('body')[0], my = w.ilm, contid = 0; function fixCharts(width, fn) { $(fn).css("width", width); $(d).ready(function () { var inner = $(fn).width(); setTimeout(function () { $.each(w.ilm.charts...
mit
designsecurity/progpilot
projects/tests/tests/vulntestsuite/CWE_89__array-GET__func_intval__multiple_select-sprintf_%u.php
1651
<?php /* Safe sample input : get the $_GET['userData'] in an array sanitize : use of intval construction : use of sprintf via a %u */ /*Copyright 2015 Bertrand STIVALET Permission is hereby granted, without written agreement or royalty fee, to use, copy, modify, and distribute this software and its documentation f...
mit
nickiaconis/data
tests/unit/many-array-test.js
3924
import setupStore from 'dummy/tests/helpers/store'; import Ember from 'ember'; import {module, test} from 'qunit'; import DS from 'ember-data'; var env, store; var attr = DS.attr; var hasMany = DS.hasMany; var belongsTo = DS.belongsTo; var run = Ember.run; var Post, Tag; module("unit/many_array - DS.ManyArray", { ...
mit
dotnetfan/FluentSpotifyApi
src/FluentSpotifyApi/Builder/Me/Following/IFollowedPlaylistBuilder.cs
1776
using System.Threading; using System.Threading.Tasks; namespace FluentSpotifyApi.Builder.Me.Following { /// <summary> /// The builder for "playlists/{playlistId}/followers" endpoint. /// </summary> public interface IFollowedPlaylistBuilder { /// <summary> /// Adds the current user ...
mit
frdmn/frd.mn
parser.php
3239
<?php // This file is generated by Composer require_once 'vendor/autoload.php'; // Load .env file Dotenv::load(__DIR__); // Function to calculate the percentage function percent($amount, $total) { $countA = $amount / $total; $countB = $countA * 100; // Round number $count = number_format($...
mit
jobteam/albumso
public_admin/maps-mapael.html
42295
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Paper - Material Admin Theme</title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"> <me...
mit
typeless/gitea
vendor/github.com/niklasfasching/go-org/org/org_writer.go
8133
package org import ( "fmt" "strings" "unicode" "unicode/utf8" ) // OrgWriter export an org document into pretty printed org document. type OrgWriter struct { ExtendingWriter Writer TagsColumn int strings.Builder indent string } var emphasisOrgBorders = map[string][]string{ "_": []string{"_", "_"}, ...
mit
exercism/xecmascript
exercises/practice/word-search/word-search.spec.js
12331
import WordSearch from './word-search'; describe('single line grids', () => { test('Should accept an initial game grid', () => { const grid = ['jefblpepre']; const wordSearch = new WordSearch(grid); expect(wordSearch instanceof WordSearch).toEqual(true); }); xtest('can accept a target search word',...
mit
honger05/webpack-arale
c03-bootstrap/src/tmpl/input.html
1147
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>input</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> </head> <body> <div class="container"> <form> <div class="form-group"> <label for="exampleInputEmail1">Em...
mit
abnaki/windows
Library/Software/WpfApplication/Ultimate/UltimateStarter.cs
1221
using System; using System.Linq; using System.Collections.Generic; namespace Abnaki.Windows.Software.Wpf.Ultimate { /// <summary> /// Starts Ultimate MainWindow where a Tcontrol occupies all the useful space /// </summary> /// <typeparam name="Tcontrol"> /// </typeparam> public clas...
mit
Jeffwan/friendsDoc
app/js/controllers/datepickerDemoCtrl.js
1071
'use strict'; /* Controllers */ angular.module('myApp.controllers') .controller('DatepickerDemoCtrl', ['$scope','$timeout',function($scope, $timeout) { $scope.today = function() { $scope.dt = new Date(); }; $scope.today(); $scope.showWeeks = true; $scope.toggle...
mit
BrandyMint/courier
app/models/courier/subscription_type/base.rb
3123
# -*- coding: utf-8 -*- class Courier::SubscriptionType::Base < ActiveRecord::Base INTERPOLATION_PATTERN = Regexp.new /%\{([a-z|0-9\._]+)\}/ self.table_name = :courier_subscription_types serialize :properties has_many :log_entities, :foreign_key => :subscription_type_id, :class_name => 'Courier::LogEntity' ...
mit
yinger650/alialbum
Public/assets/css/mychange.css
12403
.inline-item { display: inline-block; } /* Photo */ /* main-album */ #main-album { -moz-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -moz-filter 0.5s ease; -webkit-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -webkit-filter 0.5s...
mit
netoholic/store-integrator
tests/Amazon/AmazonProductFeedTest.php
1328
<?php namespace StoreIntegrator\tests\Amazon; use Sabre\Xml\Writer; use StoreIntegrator\Amazon\AmazonProduct; use StoreIntegrator\Amazon\ProductFeed; use StoreIntegrator\tests\TestCase; class AmazonProductFeedTest extends TestCase { public function testTestXMLAgainstXSD() { $schema = __DIR__ . '/../x...
mit
Jwely/pivpr
texdocs/figs/run_20/run_20_rt_contour.tex
254
\begin{figure}[H] \centering \includegraphics[width=4.25in]{figs/run_20/run_20_rt_contour} \caption{Contour plot of $\overline{v_{r}^{\prime} v_{\theta}^{\prime}}$ at $z/c$=6.97, $V_{free}$=33.39, station 2.} \label{fig:run_20_rt_contour} \end{figure}
mit
Laope94/sportcomplex
application/views/choose_time.php
1208
<body style="background-color: #4CAF50"> <ul class="menu-area"> <li class="menu-part-area"><a class="menu-link-area" href="<?php echo site_url('welcome/index') ?>">Domov</a></li> </ul> <form action="<?php echo site_url('reservation/writeplace');?>" method="post"> <div class="dark-form"> Vyberte si čas ...
mit
ShaimaaHamdan/AngularJS-4-Startar
Robust/src/app/auth.configuration.ts
1398
import { Injectable } from '@angular/core'; @Injectable() export class AuthConfiguration { // The Issuer Identifier for the OpenID Provider (which is typically obtained during Discovery) MUST exactly match the value of the iss (issuer) Claim. public iss = 'http://robustidentity.tmentorsinc.com'; //identity se...
mit
ReutersMedia/sqs-browser-events
README.md
13969
## Overview NOTE: AWS in Dec 2018 released WebSocket support for their API Gateway. This offers another pattern for serverless WebSocket implementation, as an alternative to per-user SQS queues and Cognito for identity management. One challenge with serverless architectures is supporting event-driven browser experi...
mit
NikolaySpasov/Softuni
Programming Fundamentals/03.Methods - Defining and Calling Methods/4. Draw a Filled Square/DrawAFilledSquare.cs
837
//Draw at the console a filled square of size n like in the example: //-------- //-\/\/\/- //-\/\/\/- //-------- namespace Draw_a_Filled_Square { using System; class DrawAFilledSquare { static void Main() { int n = int.Parse(Console.ReadLine()); PrintHeaderRow(n)...
mit
streamcoin/streamcoin-master
src/qt/locale/bitcoin_sk.ts
106581
<?xml version="1.0" ?><!DOCTYPE TS><TS language="sk" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About StreamCoin</source> <translation>O StreamCoin</translation> </me...
mit
vknet/vk
VkNet/Model/RequestParams/Users/UserSearchParams.cs
5434
using System; using Newtonsoft.Json; using VkNet.Enums; using VkNet.Enums.Filters; using VkNet.Enums.SafetyEnums; using VkNet.Utils.JsonConverter; namespace VkNet.Model.RequestParams { /// <summary> /// Параметры метода users.search /// </summary> [Serializable] public class UserSearchParams { /// <summary> ...
mit
project-rhd/smash-app
smash-tweets/smash-tweets-data/src/main/java/smash/data/tweets/pojo/TweetCoordinates.java
1190
package smash.data.tweets.pojo; import java.io.Serializable; import java.math.BigDecimal; import java.util.ArrayList; import java.util.List; /** * @author Yikai Gong */ public class TweetCoordinates implements Serializable { private String type; // Order in lon-lat. Follow the GeoJSON/WKT standard which JTS is...
mit
callemall/material-ui
docs/src/pages/components/menus/menus-pt.md
4556
--- title: Componente React Menu components: Menu, MenuItem, MenuList, ClickAwayListener, Popover, Popper githubLabel: 'component: Menu' materialDesign: https://material.io/components/menus waiAria: 'https://www.w3.org/TR/wai-aria-practices/#menubutton' --- # Menu <p class="description">Os menus exibem uma lista de o...
mit
fbiville/annotation-processing-ftw
doc/java/jdk8/java/net/URLDecoder.html
17186
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_31) on Wed Dec 17 20:47:30 PST 2014 --> <title>URLDecoder (Java Platform SE 8 )</title> <meta name="date" content="2014-12-17"> <meta name="key...
mit
thijse/dockpanelsuite
DockSample/SplashScreen.cs
355
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace DockSample { public partial class SplashScreen : Form { public SplashScreen() { Initiali...
mit
Azure/azure-sdk-for-python
sdk/testbase/azure-mgmt-testbase/azure/mgmt/testbase/aio/__init__.py
524
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may ...
mit
robertzml/Poseidon.Energy
Poseidon.Energy.Core/DL/Measure.cs
1522
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Poseidon.Energy.Core.DL { using Poseidon.Base.Framework; using Poseidon.Base.Utility; /// <summary> /// 能源计量总类 /// </summary> ...
mit
joefallon/FixedWidthCSS
README.md
28
FixedWidthCSS =============
mit
cyderjs/cyder
scripts/src/events/IOErrorEvent.ts
2265
////////////////////////////////////////////////////////////////////////////////////// // // The MIT License (MIT) // // Copyright (c) 2017-present, cyder.org // All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation ...
mit
airbrake/airbrake-docs
jekyll/_docs/performance-monitoring/partials/features-list.md
721
Application Performance Monitoring with Airbrake makes it easy to: - **Understand high-level performance:** Quickly see a broad performance overview for your whole application. - **Monitor user satisfaction:** Measure user satisfaction with your app performance using Apdex. - **Catch problem routes:** Identify rout...
mit
smialy/sjs-logging
src/index.js
175
import {Manager} from './manager' export {Filterer} from './filter'; export {Logger} from './logger'; export {Manager}; var logging = new Manager(); export default logging;
mit
fhoeg/fontool
README.md
1508
http://fontool.xyz Fontool can help you to test your webfonts. It's focussing on the following aspects: ## Overall readability Is it friendly to read and suitable for large amounts of text? ## Rendering How well does the font perform on different platforms, browsers and devices? Is it well hinted so that it looks go...
mit
00joshi/SVGLayerUp
layerup-manual.tex
1052
\documentclass{beamer} \usepackage[utf8]{inputenc} \usetheme{Frankfurt} \setbeamertemplate{navigation symbols}{} \title{Showing \LaTeX Beamer Slides with JessyInk} \author{\texorpdfstring{Jochen Lüdering\newline\url{j@chaotisch.org}}{Jochen Lüdering}} \date{\today} \begin{document} \begin{frame} \maketitle \end{frame}...
mit
ddboline/Garmin-Forerunner-610-Extractor_fork
ant/easy/node.py
4653
# Ant # # Copyright (c) 2012, Gustav Tiger <gustav@tiger.name> # # 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, m...
mit
simonmesmith/simonmesmith.github.io
_automation/private-detectives-and-investigators.md
696
--- layout: automation title: Automation of Private Detectives and Investigators subtitle: Will robots and artificial intelligence take the job of Private Detectives and Investigators? Get the facts. soc: code: 33-9021 title: Private Detectives and Investigators definition: 'Gather, analyze, compile and report in...
mit
My-Random-Thoughts/Various-Code
Get-HostsFile.ps1
1425
Function Get-HostsFile { <# .SYNOPSIS Split out the windows HOST file and converts it into a custom object .DESCRIPTION Split out the windows HOST file and converts it into a custom object .PARAMETER InputFile Use an alternative file instead of the default .EXAMPLE...
mit
v8-dox/v8-dox.github.io
4432dc8/html/classv8_1_1_string_1_1_external_string_resource_base.html
7835
<!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...
mit
sfu-rcg/ampush
amlib/conf.py
1274
import os from ConfigParser import ConfigParser from amlib import argp tmp_conf = ConfigParser() tmp_path = os.path.dirname(os.path.abspath(__file__)) # /base/lib/here tmp_path = tmp_path.split('/') conf_path = '/'.join(tmp_path[0:-1]) # /base/lib tmp_conf.read(conf_path+'/ampush.conf') c = {} c.update(tmp_conf.ite...
mit
lingxiao-Zhu/react-redux-demo
src/components/TodoList.js
568
/** * Created by larry on 2017/1/6. */ import React from 'react'; import Todo from './Todo'; //圆括号里面要写大括号 const TodoList = ({todos, onTodoClick}) => { return ( <ul> { todos.map ( todo => <Todo ...
mit
martensm/CSC5210_Project_5
src/ogl/Object.cpp
5100
#include "Object.h" // #include <SFML/Audio.hpp> // for playing sounds namespace { using namespace ogl; // taken from http://www.ecse.rpi.edu/Homepages/wrf/Research/Short_Notes/pnpoly.html#The C Code // Argument Meaning // nvert Number of vertices in the polygon.Whether to repeat the first vertex at the e...
mit
rorykoehler/login-with-soundcloud-demo-app
db/schema.rb
1366
# encoding: UTF-8 # This file is auto-generated from the current state of the database. Instead # of editing this file, please use the migrations feature of Active Record to # incrementally modify your database, and then regenerate this schema definition. # # Note that this schema.rb definition is the authoritative sou...
mit
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/07289.html
1683
<div class="commune_descr limited"> <p> Saint-Privat est une ville géographiquement positionnée dans le département de l'Ardêche en Rhône-Alpes. On dénombrait 1&nbsp;540 habitants en 2008.</p> <p>À proximité de Saint-Privat sont situées les villes de <a href="{{VLROOT}}/immobilier/saint-didier-sous-aubenas_0722...
mit
riccardobellini/recipecatalog-backend-java
src/main/java/com/bellini/recipecatalog/exception/recipe/NotExistingRecipeException.java
559
package com.bellini.recipecatalog.exception.recipe; public class NotExistingRecipeException extends RuntimeException { private static final long serialVersionUID = 2975419159984559986L; private Long id; public NotExistingRecipeException(Long id) { super(); if (id == null) { th...
mit
wix/react-templates
sample/main.js
581
requirejs.config({ // baseUrl: '/', paths: { lodash: '//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash', jquery: '//code.jquery.com/jquery-1.11.0.min', react: '//cdnjs.cloudflare.com/ajax/libs/react/0.13.3/react-with-addons' }, shim: { lodash: {exports: '_'}, ...
mit
bartoszgolek/whattodofordinner
app/src/main/java/biz/golek/whattodofordinner/view/activities/PromptsActivity.java
7640
package biz.golek.whattodofordinner.view.activities; import android.support.annotation.NonNull; import android.support.v7.app.ActionBar; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.ContextMenu; import android.view.MenuInflater; import android.view.MenuItem; import and...
mit
FreedomBen/slackbot_frd
lib/slackbot_frd.rb
117
Gem.find_files('slackbot_frd/**/*.rb').each do |path| require path.gsub(/\.rb$/, '') unless path =~ /bot.*cli/ end
mit
marrow/mongo
test/query/test_ops.py
5358
# encoding: utf-8 from __future__ import unicode_literals import operator import pytest from marrow.mongo import Filter from marrow.schema.compat import odict, py3 @pytest.fixture def empty_ops(request): return Filter() @pytest.fixture def single_ops(request): return Filter({'roll': 27}) def test_ops_iterat...
mit
wmira/react-icons-kit
src/icomoon/bubble.js
347
export const bubble = {"viewBox":"0 0 16 16","children":[{"name":"path","attribs":{"fill":"#000000","d":"M8 1c4.418 0 8 2.91 8 6.5s-3.582 6.5-8 6.5c-0.424 0-0.841-0.027-1.247-0.079-1.718 1.718-3.77 2.027-5.753 2.072v-0.421c1.071-0.525 2-1.48 2-2.572 0-0.152-0.012-0.302-0.034-0.448-1.809-1.192-2.966-3.012-2.966-5.052 0-...
mit
JangoBrick/php-svg
src/Nodes/Filters/SVGFEComponentTransfer.php
482
<?php namespace SVG\Nodes\Filters; use SVG\Nodes\SVGNodeContainer; use SVG\Rasterization\SVGRasterizer; /** * Represents the SVG tag 'feComponentTransfer'. */ class SVGFEComponentTransfer extends SVGNodeContainer { const TAG_NAME = 'feComponentTransfer'; public function __construct() { parent:...
mit
davekago/ember-fhir
app/serializers/timing-repeat.js
63
export { default } from 'ember-fhir/serializers/timing-repeat';
mit
AnnaCasper/finance-tool
src/client/app/login/login.routes.ts
186
import { Route } from '@angular/router'; import { LoginComponent } from './index'; export const LoginRoutes: Route[] = [ { path: 'login', component: LoginComponent } ];
mit
Arragro/ArragroCMS
src/ArragroCMS.BusinessLayer/Data/EFCore/Migrations/ArragroCms/SQL/20170907110926_Initial.Designer.cs
10037
// <auto-generated /> using ArragroCMS.BusinessLayer.Data.EFCore; using ArragroCMS.Core.Enums; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Stora...
mit
onelogin/ruby-saml
test/slo_logoutresponse_test.rb
16979
require File.expand_path(File.join(File.dirname(__FILE__), "test_helper")) require 'onelogin/ruby-saml/slo_logoutresponse' class SloLogoutresponseTest < Minitest::Test describe "SloLogoutresponse" do let(:settings) { OneLogin::RubySaml::Settings.new } let(:logout_request) { OneLogin::RubySaml::SloLogoutreq...
mit