repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
MahdiDhifi/Symfony-Project
app/cache/dev/annotations/953a952a52bba814b0a94f0cd27310df3bda573f$parg4.cache.php
259
<?php return unserialize('a:1:{i:0;O:27:"Doctrine\\ORM\\Mapping\\Column":9:{s:4:"name";s:5:"parg4";s:4:"type";s:4:"text";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}}');
mit
tristanwietsma/gobox
README.md
2232
Deprecated. Now with Docker-Compose, there is little reason for gobox. # gobox: Golang Process Boxer gobox manages your microservices for testing and production scenarios. ## Motivation **You**... - ...are building a large application with a service-oriented design. - ...have a variety of services that need to be r...
mit
staticmatrix/Triangle
src/framework/controls/dtpicker/dtpicker-jq.js
36843
/* dtpicker javascript jQuery */ (function($) { // 严格模式 'use strict'; // 控件类名 var pluginName = 'dtpicker'; var PluginClass=T.UI.Controls.DTPicker; var pluginRef = 't-plugin-ref'; // 胶水代码 $.fn[pluginName] = function(options) { if(typeof options === 'string'){ // 2. ...
mit
Microsoft/kinect-ripple
Ripple/RippleScreenApp/ScreenWindow.xaml.cs
33912
using RippleCommonUtilities; using RippleDictionary; using RippleScreenApp.Utilities; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.IO; using System.Linq; using System.Reflection; using System.Speech.Synthesis; using System.Text; using System.Threading.Tas...
mit
filipek92/STM32F4Discovery
STM32F4xx_DSP_StdPeriph_Lib_V1.3.0/Project/STM32F4xx_StdPeriph_Examples/TIM/TIM_ParallelSynchro/stm32f4xx_conf.h
4368
/** ****************************************************************************** * @file TIM/TIM_ParallelSynchro/stm32f4xx_conf.h * @author MCD Application Team * @version V1.3.0 * @date 13-November-2013 * @brief Library configuration file. ****************************************************...
mit
BitFunnel/BitFunnel
src/Scripts/tail-latency.py
1033
# Note that this is not a valid measurement of tail latency. This uses the execution times we measure because they're convenient, but this does not include queueing time inside BitFunnel nor does it include head-of-line blocking queue waiting time on the queue into BitFunnel. import csv filename = "/tmp/QueryPipeline...
mit
solveEZ/neuroJ
test/services/tokenize.test.js
723
const assert = require('assert'); const md5 = require('blueimp-md5'); const createApp = require('../../lib'); describe('tokenize service', () => { it('tokenizes and stems', () => { const app = createApp(); const text = `what's the weather in vancouver`; const hash = md5(text); return app.service('to...
mit
lyuboasenov/scheduler
packages/AForge.NET Framework-2.2.5/Sources/Video.Kinect/KinectVideoCamera.cs
19055
// AForge Kinect Video Library // AForge.NET framework // http://www.aforgenet.com/framework/ // // Copyright © AForge.NET, 2005-2011 // contacts@aforgenet.com // namespace AForge.Video.Kinect { using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Ima...
mit
deus42/devicehive-.net
src/Server/DeviceHive.Data.EF/Migrations/201310111016567_9.1.cs
2823
namespace DeviceHive.Data.EF.Migrations { using System.Data.Entity.Migrations; public partial class _91 : DbMigration { public override void Up() { CreateTable( "OAuthClient", c => new { ID = c.Int(nullable: fal...
mit
theRocket/wsbaracing
test/functional/posts_controller_test.rb
22857
require File.dirname(__FILE__) + '/../test_helper' require 'posts_controller' require 'mailing_list_mailer' # Re-raise errors caught by the controller. class PostsController def rescue_action(e) raise e end end # FIXME Navigation tests are weak. Need to do more than just not blow up class PostsControllerTest ...
mit
erector/erector
spec/rails_root/app/views/test/needs_subclass.html.rb
114
class Views::Test::NeedsSubclass < Views::Test::Needs def content text "NeedsSubclass #{@foobar}" end end
mit
cra0zy/MonoGame.Extended
Source/MonoGame.Extended.Collisions/CollisionGridCell.cs
786
 namespace MonoGame.Extended.Collisions { public class CollisionGridCell : ICollidable { private readonly CollisionGrid _parentGrid; public CollisionGridCell(CollisionGrid parentGrid, int column, int row, int data) { _parentGrid = parentGrid; Column = column; ...
mit
gpr321/amusement
category/category/GPDownloader1/GPDownloader.h
3235
// // GPDownloader.h // test // // Created by mac on 15-2-3. // Copyright (c) 2015年 gpr. All rights reserved. // #import <Foundation/Foundation.h> @class GPDownloader; typedef NS_ENUM(NSUInteger, GPDownloaderStatus) { GPDownloaderStatusReady, GPDownloaderStatusDownLoading, GPDownloaderStatusPause, ...
mit
pacordovad/project3
web/bundles/frontend/css/main.css
2941
/* Document : main Created on : Oct 12, 2013, 12:37:21 PM Author : Andres Description: Purpose of the stylesheet follows. */ .crud-table td{ padding-right: 10px; padding-bottom: 10px; padding-top: 0px; } /* ------ Mix ------ */ #Grid{ width: 398px; margin: 0px; padding:...
mit
filippovdaniil/node-sprite-generator
lib/stylesheet/stylus.js
195
'use strict'; var getTemplatedStylesheet = require('./templatedStylesheet'), path = require('path'); module.exports = getTemplatedStylesheet(path.join(__dirname, '/templates/stylus.tpl'));
mit
bengimbel/Solstice-React-Contacts-Project
node_modules/react-icons/md/tonality.js
635
import React from 'react' import Icon from 'react-icon-base' const MdTonality = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m32.9 23.4c0.1-0.6 0.2-1.2 0.3-1.8h-11.6v1.8h11.3z m-2.5 5c0.4-0.6 0.9-1.2 1.2-1.8h-10v1.8h8.8z m-8.8 4.8c1.8-0.2 3.4-0.8 4.9-1.6h-4.9v1.6z m0-16.6v1.8h11.6c-0.1-0.6...
mit
imasaru/sabbath-school-lessons
src/mg/2021-02/01/04.md
2507
--- title: "Ny fiarahan'Andriamanitra" date: 30/03/2021 --- Mariho ireo teny voalohany indrindra nataon'Andriamanitra tamin'ny olombelona, na farafaharatsiny araka izay fisehony voalohany ao amin'ny Soratra Masina. Nampahafantarin'Andriamanitra azy ireo ny fahafahany mamorona, miteraka olona tahaka azy ireo ihany. Nas...
mit
imasaru/sabbath-school-lessons
src/si/2020-04/10/05.md
5156
--- title: අනුවණකම සහ ඥානවන්තකම date: 02/12/2020 --- `හිතෝපදේශ 1 කියවන්න. සැබෑ ක්රිස්තියානි අධ්යාපනය කුමක් විය යුතුද යන්න පිළිබඳව මෙය අපට උගන්වන්නේ කුමක්ද?` අනුවණකම සහ ඥානවන්තකම අතර ස්ථිරවූ සංසන්දනයක් ශුද්ධ බයිබලය තුළින් පෙන්වා දෙයි. අනුවණ ලෙස හැසිරීම සහ අනුවණයන් සමඟ ඇසුරු කිරීම පිලිබඳ අන්තරායන් පිළිබඳව හිතෝපදේශ පො...
mit
profa1131/censo
src/Censo/CensoBundle/Entity/TipoViviendas.php
1161
<?php namespace Censo\CensoBundle\Entity; use Doctrine\ORM\Mapping as ORM; /** * TipoViviendas * * @ORM\Table(name="tipo_viviendas") * @ORM\Entity */ class TipoViviendas { /** * @var integer * * @ORM\Column(name="id", type="bigint", nullable=false) * @ORM\Id * @ORM\GeneratedValue(st...
mit
pranavlathigara/school_shop
README.md
1503
# school_shop 校园易购,本人于2015年4,5月份开发,后因产品策划的太臃肿,存在一定bug,并在忙其它事,没空修复, 现在将其开源,供大家参考学习 - 注:后台采用SpringMvc开发(Maven),部署在[Openshift](https://www.openshift.com/)服务器,由于是国外免费服务器,所以响应速度比较慢 # Screenshots ![Main screen](/screenshots/main.png) ![Main menu](/screenshots/main_menu.png) ![Market chat](/screenshots/market_chat.png) ![Ma...
mit
tum-i22/obfuscation-benchmarks
tigress-generated-programs/empty-Seed4-RandomFuns-Type_int-ControlStructures_9-BB2-ForBound_input-Operators_all.c
3118
/* Generated by CIL v. 1.7.0 */ /* print_CIL_Input is false */ struct _IO_FILE; struct timeval; extern float strtof(char const *str , char const *endptr ) ; extern void signal(int sig , void *func ) ; typedef struct _IO_FILE FILE; extern int atoi(char const *s ) ; extern double strtod(char const *str , char co...
mit
archendian/ngensdk
develop/v0.4/Ngen/include/Ngen.Callback.hpp
3144
/* _______ ________ \ \ / _____/ ____ ___ / | \/ \ ____/ __ \ / \ / | \ \_\ \ ___/| | \ \____|__ /\______ /\___ >___| / \/ \/ \/ \/ The MIT License (MIT) COPYRIGHT (C) 2016 FIXCOM, LLC Permission is hereby granted, free of charge, to any pe...
mit
silfumus/logbook-EN
main/logbook/server/proxy/Filter.java
2555
package logbook.server.proxy; /** * 動作に必要なデータのみ取得するためのフィルターです。 * */ public class Filter { /** フィルターするContent-Type */ public static final String CONTENT_TYPE_FILTER = "text/plain"; /** キャプチャーするリクエストのバイトサイズ上限 */ public static final int MAX_POST_FIELD_SIZE = 1024 * 1024; /** setAttribute用のキー(Res...
mit
halex2005/diadocsdk-java
src/main/java/Diadoc/Api/Proto/ForwardDocumentEventProtos.java
27479
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: ForwardDocumentEvent.proto package Diadoc.Api.Proto; public final class ForwardDocumentEventProtos { private ForwardDocumentEventProtos() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { } ...
mit
knittledan/Location_Search_Prediction
thirdParty/solrSrc/docs/solr-dataimporthandler/org/apache/solr/handler/dataimport/class-use/BinContentStreamDataSource.html
5195
<!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 (version 1.7.0_55) on Fri Jun 20 06:34:49 EDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class...
mit
castaway2000/Pawpads
app/src/main/java/saberapplications/pawpads/databinding/BindableDouble.java
2887
package saberapplications.pawpads.databinding; import android.databinding.BaseObservable; import android.databinding.BindingAdapter; import android.databinding.BindingConversion; import android.text.Editable; import android.text.TextWatcher; import android.widget.EditText; import saberapplications.pawpads.R; /** *...
mit
yantian001/3DSniper
Assets/Script/Struct/EnemyDeadInfo.cs
177
using UnityEngine; using System.Collections; public class EnemyDeadInfo { public int score = 0; public Transform transform; public bool headShot = false; }
mit
namaggarwal/elgg
engine/lib/cron.php
1140
<?php /** * Elgg cron library. * * @package Elgg * @subpackage Core * @author Curverider Ltd * @link http://elgg.org/ */ /** The cron exception. */ class CronException extends Exception {} /** * Initialisation * */ function cron_init() { // Register a pagehandler for cron register_page...
mit
yawhide/Lol-personal-counters
vendor/gopkg.in/pg.v4/types/append_jsonb.go
612
package types import "gopkg.in/pg.v4/internal/parser" func AppendJSONB(b, jsonb []byte, quote int) []byte { if quote == 1 { b = append(b, '\'') } p := parser.New(jsonb) for p.Valid() { c := p.Read() switch c { case '\'': if quote == 1 { b = append(b, '\'', '\'') } else { b = append(b, '\'')...
mit
lrosskamp/makealist-public
vendor/cache/ruby/2.3.0/gems/mini_racer-0.1.9/ext/mini_racer_extension/mini_racer_extension.cc
29455
#include <stdio.h> #include <ruby.h> #include <ruby/thread.h> #include <v8.h> #include <libplatform/libplatform.h> #include <ruby/encoding.h> #include <pthread.h> #include <unistd.h> #include <mutex> #include <math.h> using namespace v8; class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator { public: virt...
mit
CymaticLabs/Unity3D.Amqp
lib/rabbitmq-dotnet-client-rabbitmq_v3_4_4/projects/client/RabbitMQ.Client/src/client/impl/StreamProperties.cs
3179
// This source code is dual-licensed under the Apache License, version // 2.0, and the Mozilla Public License, version 1.1. // // The APL v2.0: // //--------------------------------------------------------------------------- // Copyright (C) 2007-2014 GoPivotal, Inc. // // Licensed under the Apache License, Version...
mit
ErmiyaEskandary/slither.io-bot
README.md
3770
# Slither.io bot Just for fun and AI. Written in Javascript, this is a project which the aim is to make a computer play against humans inside a human-driven game, which is in this case Slither.io. The goal is simple - try and make the snake live and get as long as possible. [![Gitter](https://img.shields.io/gitter/roo...
mit
jaksah/slack-battleship
src/config.js
535
'use strict' const dotenv = require('dotenv') const ENV = process.env.NODE_ENV || 'development' if (ENV === 'development') dotenv.load() const config = { ENV: process.env.NODE_ENV, PORT: process.env.PORT, PROXY_URI: process.env.PROXY_URI, WEBHOOK_URL: process.env.WEBHOOK_URL, BATTLESHIP_COMMAND_TOKEN: pro...
mit
mayankon24/d-final
Source/Apps/Microsoft/Released/Microsoft-SCCM2/Service/Resources/Scripts/ClientHealth_count_clients_installed_version.sql
2085
SET NOCOUNT ON; SELECT T1.Client_Version0 as VersionNumber, CASE WHEN T1.Client_Version0 = '5.00.7711.0000' THEN 'ConfigMgr 2012 RTM' WHEN T1.Client_Version0 = '5.00.7711.0200' THEN 'ConfigMgr 2012 RTM CU1' WHEN T1.Client_Version0 = '5.00.7711.0301' THEN 'ConfigMgr 2012 RTM CU2' WHEN T1.Client_Version0 = '5.00.7804.1...
mit
eriqadams/computer-graphics
lib/lwjgl-2.9.1/lwjgl-source-2.9.1/src/native/generated/opengles/org_lwjgl_opengles_EXTTextureStorage.c
4247
/* MACHINE GENERATED FILE, DO NOT EDIT */ #include <jni.h> #include "extgl.h" typedef GL_APICALL void (GL_APIENTRY *glTexStorage1DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width); typedef GL_APICALL void (GL_APIENTRY *glTexStorage2DEXTPROC) (GLenum target, GLsizei levels, GLenum internal...
mit
ljshj/actor-platform
actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/entity/User.java
15291
/* * Copyright (C) 2015 Actor LLC. <https://actor.im> */ package im.actor.core.entity; import com.google.j2objc.annotations.Property; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import java.io.IOException; import java.util.ArrayList; import java.util.List; import im.actor...
mit
vVv-AA/Pokemon-AndEngine
app/assets/tmx/workspace/Canalave Gym Set.tsx
182
<?xml version="1.0" encoding="UTF-8"?> <tileset name="Canalave Gym Set" firstgid="1" tilewidth="16" tileheight="16"> <image source="Canalave Gym Set.png" trans="000000"/> </tileset>
mit
hnney/NinevehGL
Source/utils/NGLArray.h
14692
/* * Copyright (c) 2011-2015 NinevehGL. More information at: http://nineveh.gl * * 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 rig...
mit
t-yuki/oauth2_proxy
api/api.go
1053
package api import ( "errors" "io/ioutil" "log" "net/http" "github.com/bitly/go-simplejson" ) func Request(req *http.Request) (*simplejson.Json, error) { resp, err := http.DefaultClient.Do(req) if err != nil { return nil, err } body, err := ioutil.ReadAll(resp.Body) resp.Body.Close() if err != nil { r...
mit
ioanvranau/iotplatformdashboard
app/bower_components/angular-material/modules/js/radioButton/radioButton-default-theme.css
6464
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v1.1.0-master-ce33beb */ md-radio-button.md-THEME_NAME-theme .md-off { border-color: '{{foreground-2}}'; } md-radio-button.md-THEME_NAME-theme .md-on { background-color: '{{accent-color-0.87}}'; } md-radio-button.md-THEME_NA...
mit
NghiaTranUIT/spaceship
lib/spaceship/helper/net_http_generic_request.rb
385
require 'net/http' ## monkey-patch Net::HTTP # # Certain apple endpoints return 415 responses if a Content-Type is supplied. # Net::HTTP will default a content-type if none is provided by faraday # This monkey-patch allows us to leave out the content-type if we do not specify one. class Net::HTTPGenericRequest def s...
mit
sensiolabs/BehatPageObjectExtension
spec/PageObject/Factory/LazyFactorySpec.php
2257
<?php namespace spec\SensioLabs\Behat\PageObjectExtension\PageObject\Factory; require_once __DIR__.'/Fixtures/ArticleList.php'; use PhpSpec\ObjectBehavior; use Prophecy\Argument; use ProxyManager\Factory\LazyLoadingValueHolderFactory; use ProxyManager\Proxy\LazyLoadingInterface; use SensioLabs\Behat\PageObjectExtens...
mit
localstatic/morganterry.com
themes/hugo-resume-customized/layouts/publications/single.html
516
{{ define "main" }} {{ partial "breadcrumbs" . }} <section class="resume-section p-3 p-lg-5 d-flex d-column content"> <div class="my-auto"> <h2 class="mb-0"><span class="text-primary">{{ .Title }}</span></h2> <p><a href="{{ .Params.link }}">Link to full {{ .Params.pubtype }}</a></p> {{ with .Params.image ...
mit
mnjkumar426/asha_front
.history/src/app/admin-configuration/manage-activity-payment/manage-activity-payment.component_20170211121927.html
40023
{{diagnostic}} <div class="aw-ui-callout aw-ui-callout-info"> <span>Please see below all the price set for various Asha Payment Activities.</span> </div> <form class="form-horizontal" #rulesForm="ngForm" (ngSubmit)="onSubmit(ruleForm.value)" method="POST"> <div> <h2>Maternal Health</h2> ...
mit
FUNTEKco/imkit-ios-sdk
IMKitSDK.framework/Headers/IMRoomCreateViewController.h
400
// // IMRoomCreateViewController.h // Pods // // Created by FUNTEK Inc. on 2016/5/16. // // #import "IMInviteClient.h" #import "IMRoomInviteViewController.h" #import "IMViewController.h" @protocol IMRoomCreateDelegate; @interface IMRoomCreateViewController : IMViewController @property (weak, nonatomic) id <IMRoom...
mit
rabbanyk/CommunityEvaluation
execs/CM-Overlapping-MOSES-McDaid/moses-2011-01-26/overlapping.cpp
42402
#include "overlapping.hpp" /* TODO: * grow seeds from edges, not nodes. * Why are the results changing? * Then, speed up delV * ZEntropy shouldn't consider the number of groups, that should be taken out to another function. * That factorial expression would be better * Write down some of the stats, a...
mit
binariedMe/blogging
node_modules/angular2/src/core/change_detection/differs/default_keyvalue_differ.js
14210
'use strict';var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { if (typeof Reflect === "object" && typeof Reflect.decorate === "function") return Reflect.decorate(decorators, target, key, desc); switch (arguments.length) { case 2: return decorators.reduceRight(funct...
mit
PuercoPop/djula
doc/Makefile
6847
# Makefile for Sphinx documentation # # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build PAPER = BUILDDIR = build # User-friendly check for sphinx-build ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1) $(error The '$(SPHINXBUILD)' command wa...
mit
GdZ/scriptfile
sh/umountmtp.sh
40
#!/bin/bash fusermount -u ${MNT}/xiaomi
mit
asposebarcode/Aspose_BarCode_NET
Demos/src/Aspose.BarCode.Live.Demos.UI/Scripts/Shared/Alert.js
1886
window.hideAlert = function () { $('#alertMessage').addClass("hidden"); $('#alertMessage').text(""); }; window.showAlert = function (msg) { $('#alertMessage').text(msg); $('#alertMessage').addClass("alert-danger"); $('#alertMessage').removeClass("hidden"); $('#alertMessage').fadeOut(100).fadeI...
mit
Pandafuchs/iLife
client/Classes/Hud/cHudComponent_Weapons.lua
8618
-- ####################################### -- ## Project: HUD iLife ## -- ## For MTA: San Andreas ## -- ## Name: HudComponent_Weapons.lua ## -- ## Author: Noneatme ## -- ## Version: 1.0 ## -- ## License: See top Folder ## -- ####################################### -- FUNCTIONS / METHODS -- local cFu...
mit
demisto/content
Packs/ML/ReleaseNotes/1_2_1.md
134
#### Scripts ##### HashIncidentsFields - Fixed an issue where custom fields were returned by default as part of the incident object.
mit
sachatrauwaen/OpenApp
src/Satrabel.Starter.Web.Spa/Migrations/20170621153937_Added_Description_And_IsActive_To_Role.Designer.cs
35419
using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Satrabel.Starter.EntityFramework; using Abp.Authorization; using Abp.BackgroundJobs; using Abp.Notifications; names...
mit
unboxed/unboxed.co
source/blog/2018-07-20-unboxed-links-roundup-for-w-c-16th-of-july-2018.html.markdown
2340
--- weekly_roundup: true title: "Roundup: Agile subway, retrospectives and appreciation, instant GraphQL API, fun counterfeits, less workdays" date: '2018-07-20 13:00:00 BST' authors: - 'Elena Tanasoiu' tags: # (Delete as appropriate) - Culture --- ## Agile Subway Map - [Richard S](/people#richard-stobart) https...
mit
mootpointer/my-boxen
modules/iterm2/README.md
180
# iTerm2 Puppet Module for Boxen ## Usage ```puppet # Stable release include iterm2::stable # Dev release include iterm2::dev ``` ## Required Puppet Modules * boxen * stdlib
mit
ibrahimbensalah/Xania.Ledger
Xania.Public/wwwroot/site.css
285
@font-face { font-family: 'Voltaire'; src: url("assets/Voltaire.eot"); src: url("Voltaire.eot?#iefix") format("embedded-opentype"), url("assets/Voltaire.woff") format("woff"), url("assets/Voltaire.ttf") format("truetype"), url("assets/Voltaire.svg#webfont") format("svg"); }
mit
sarumjanuch/prosody
plugins/mod_pubsub/mod_pubsub.lua
6500
local pubsub = require "util.pubsub"; local st = require "util.stanza"; local jid_bare = require "util.jid".bare; local usermanager = require "core.usermanager"; local xmlns_pubsub = "http://jabber.org/protocol/pubsub"; local xmlns_pubsub_event = "http://jabber.org/protocol/pubsub#event"; local xmlns_pubsub_owner = "h...
mit
j-hoppe/BlinkenBone
projects/3rdparty/oncrpc_win32/win32/include/nm_rpc_old.h
20
#include <rpc/rpc.h>
mit
andoma/vmir
test/misc/src/sha1.h
1797
/* * sha1.h * * Copyright (C) 1998, 2009 * Paul E. Jones <paulej@packetizer.com> * All Rights Reserved * ***************************************************************************** * $Id: sha1.h 12 2009-06-22 19:34:25Z paulej $ ****************************************************************************...
mit
imasaru/sabbath-school-lessons
src/sv/2021-02/10/06.md
2246
--- title: Det nya förbundets präst date: 03/06/2021 --- Hebreerbrevet betonar starkt Jesus som vår överstepräst i den himmelska helgedomen. Där finns faktiskt Nya testamentets tydligaste utläggning om det nya förbundet med dess betoning på Kristus som överstepräst. Detta är inget sammanträffande. Kristus himmelska ...
mit
reverserob/pydio-docker
pydio-core/plugins/editor.codemirror/i18n/conf/fr.php
987
<?php /* * Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io> * This file is part of Pydio. * * Pydio is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, o...
mit
krimpedance/KRActivityIndicatorView
KRActivityIndicatorView/KRActivityIndicatorView.h
598
// // KRActivityIndicatorView.h // KRActivityIndicatorView // // Created by Krimpedance on 2017/05/10. // Copyright © 2017年 Krimpedance. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for KRActivityIndicatorView. FOUNDATION_EXPORT double KRActivityIndicatorViewVersionNumber; //! Proje...
mit
MichaelHuyp/YPCommon
对YYCategories的学习/对YYCategories的学习/YYCategories/UIKit/UIDevice+YYAdd.h
4457
// // UIDevice+YYAdd.h // YYCategories <https://github.com/ibireme/YYCategories> // // Created by ibireme on 13/4/3. // Copyright (c) 2015 ibireme. // // This source code is licensed under the MIT-style license found in the // LICENSE file in the root directory of this source tree. // #import <UIKit/UIKit.h> /*...
mit
Snakybo/SEngine2
docs/com/snakybo/torch/graphics/shader/package-summary.html
5293
<!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_101) on Wed Sep 21 04:14:05 CEST 2016 --> <title>com.snakybo.torch.graphics.shader (Torch Engine 1.0 API)</title> <meta name="date" content="20...
mit
rlaj/tmc
source/dist/controllers/panel.js
9409
define('controllers/panel',['require','jquery','backbone','utils/metrics','utils/browser','utils/video-player','utils/pubsub','controllers/panel-display'],function(require) { var $ = require('jquery'), Backbone = require('backbone'), Metrics = require('utils/metrics'), Browser = require('uti...
mit
cyberpolin/Phase-0
week-7/tictactoe-game/game.js
2853
// Design Basic Game Solo Challenge // This is a solo challenge // Your mission description:To complete a line of the same figure, horizontal, diagonal or vertical // Overall mission: To win all the time :) // Goals: make a line of the same kind before computer does // Characters:You and the computer // Objects:tic ...
mit
colinsullivan/bingo-board
bingo_board/tastypie/resources.py
58556
from django.conf import settings from django.conf.urls.defaults import patterns, url from django.core.exceptions import ObjectDoesNotExist, MultipleObjectsReturned from django.core.urlresolvers import NoReverseMatch, reverse, resolve, Resolver404 from django.db.models.sql.constants import QUERY_TERMS, LOOKUP_SEP from d...
mit
dnmitev/ASPNET-WebForms
SiteMaps/Company/Site.Master.cs
315
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace Company { public partial class Site : System.Web.UI.MasterPage { protected void Page_Load(object sender, EventArgs e) { } } }
mit
ArcherSys/ArcherSys
DCompiler/include/LMCONFIG.H
243
/* Copyright (C) 1986-2001 by Digital Mars. */ #if __SC__ || __RCC__ #pragma once #endif #ifndef RC_INVOKED #pragma pack(__DEFALIGN) #endif #include <win32\scdefs.h> #include <win32\LMCONFIG.H> #ifndef RC_INVOKED #pragma pack() #endif
mit
almadaocta/lordbike-production
errors/includes/src/Mage_Dataflow_Model_Convert_Container_Abstract.php
5471
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not re...
mit
martinsawicki/azure-sdk-for-java
azure-mgmt-monitor/src/main/java/com/microsoft/azure/management/monitor/LogSettings.java
2421
/** * 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. */ package com.microsoft.azure.management.monitor; import com.fasterxml.jackson.annotation...
mit
fabiomargarito/ExemplosCursoFundamentosEmArquiteturaDeSoftware
Curso Fundamentos/src/Aula 2/Revisitando OO/Exercício de Fixação 2 - Resolvido/ConsoleApplication1/Properties/AssemblyInfo.cs
1414
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Co...
mit
SergejKasper/smartkitchen
server/node_modules/gridfstore/node_modules/GridFS/index.js
187
// GridFS // Copyright(c) 2013 Siddharth Mahendraker <siddharth_mahen@me.com> // MIT Licensed exports.GridFS = require('./lib/GridFS'); exports.GridStream = require('./lib/GridStream');
mit
facebook/flow
tests/arraylib/callback_this.js
534
// @flow class A { x = [1, 2, 3]; y = 4; foo() { this.x = this.x.map(function (z) { this.y; // error, function has wrong this }); } } class B { x = [1, 2, 3]; y = 4; foo() { this.x = this.x.map(function (z) { this.y; // ok, function gets pass...
mit
NewSpring/apollos-core
imports/util/collections/collections.backgroundStyles.js
320
import collectionClass from "./collections.class"; import collectionColor from "./collections.color"; function collectionBackgroundStyles(contentItem) { return ` .${collectionClass(contentItem)} { background-color: #${collectionColor(contentItem)}; } `; } export default collectionBackgroundStyles;
mit
guotao2000/ecmall
temp/caches/0220/9021b7cab81e674df1db5e94e51dced1.cache.php
220
<?php /** * @Created By ECMall PhpCacheServer * @Time:2015-01-17 18:28:59 */ if(filemtime(__FILE__) + 600 < time())return false; return array ( 'inbox' => '0', 'outbox' => '0', 'total' => 0, ); ?>
mit
MadManRises/Madgine
shared/assimp/code/Subdivision.cpp
23758
/* Open Asset Import Library (assimp) ---------------------------------------------------------------------- Copyright (c) 2006-2018, assimp team All rights reserved. Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following condition...
mit
bakpakin/heroku-buildpack-moonmint
heroku/share/lua/5.1/moonmint/fs.lua
11552
--[[ Copyright (c) 2016 Calvin Rose 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, modify, merge, publish, distribute, su...
mit
sergeyshushlyapin/Sitecore-Instance-Manager
src/SIM.Tool.Windows/MainWindowComponents/DatabaseManagerButton.cs
649
namespace SIM.Tool.Windows.MainWindowComponents { using System.Windows; using SIM.Instances; using SIM.Tool.Base; using SIM.Tool.Base.Plugins; using SIM.Tool.Windows.Dialogs; using JetBrains.Annotations; [UsedImplicitly] public class DatabaseManagerButton : IMainWindowButton { #region Public met...
mit
coingecko/XChange
xchange-lakebtc/src/test/java/com/xeiam/xchange/lakebtc/marketdata/LakeBTCMarketDataJsonTest.java
2443
package com.xeiam.xchange.lakebtc.marketdata; import static org.fest.assertions.api.Assertions.assertThat; import java.io.IOException; import java.io.InputStream; import java.math.BigDecimal; import org.junit.Test; import com.fasterxml.jackson.databind.ObjectMapper; import com.xeiam.xchange.lakebtc.dto.marketdata.L...
mit
mayermatt/coms-437-trashdroids
Trashdroids/BEPUutilities/ResourceManagement/LockingResourcePool.cs
3717
using System; using BEPUutilities.DataStructures; namespace BEPUutilities.ResourceManagement { /// <summary> /// Uses a spinlock to safely access resources. /// </summary> /// <typeparam name="T">Type of object to store in the pool.</typeparam> public class LockingResourcePool<T> : ResourcePool<T>...
mit
yogeshsaroya/new-cdnjs
ajax/libs/ace/1.1.5/mode-objectivec.js
130
version https://git-lfs.github.com/spec/v1 oid sha256:71736be070607c3c30f4c139b063edf1b1ffa587cf725a0acc1e06c6d3af0e48 size 53235
mit
wolf-mtwo/attendance
packages/custom/groups/server/controllers/attendances.js
2206
'use strict'; /** * Module dependencies. */ var mongoose = require('mongoose'), CurrentModel = mongoose.model('Attendance'), Schedule = mongoose.model('Schedule'), Group = mongoose.model('Group'), _ = require('lodash'); exports.attendance = function(req, res, next, id) { CurrentModel.load(id, function(err...
mit
thewebmind/mind2.0
help_pt/files/Plugin1.html
3029
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title>Plugin</title> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- body { margin: 5px 5px 5px 5px; background-color: #ffffff; } /* ========== Text Styles ========== */ hr { color: #000000} ...
mit
toddberreth/ofxTableGestures
src/Utils/OscTools.hpp
1534
#ifndef OSCTOOLS_HPP_INCLUDED #define OSCTOOLS_HPP_INCLUDED class OscOptionalUnpacker { ofxOscMessage & msg; int n; public: OscOptionalUnpacker(ofxOscMessage & m):msg(m),n(0){} OscOptionalUnpacker & operator >> (int & i) { if(n < msg.getNumArgs()) { i = msg.getArgAsI...
mit
MAGCruise/magcruise-core
src/main/java/org/magcruise/gaming/executor/api/message/RequestToGameExecutor.java
454
package org.magcruise.gaming.executor.api.message; import org.magcruise.gaming.lang.Message; import org.magcruise.gaming.lang.SConstructor; public interface RequestToGameExecutor extends Message { @Override public SConstructor<? extends RequestToGameExecutor> toConstructor(ToExpressionStyle style); @Override pu...
mit
GorillaOne/FlatRedBall
FRBDK/Glue/UnitTests/ProjectTests.cs
352
using System; using System.Collections.Generic; using System.Linq; using System.Text; using NUnit.Framework; namespace UnitTests { [TestFixture] public class ProjectTests { [TestFixtureSetUp] public void Initialize() { } [Test] public void TestCsvRename() ...
mit
naparuba/kunai
data/global-configuration/packs/system/collectors/collector_dmidecode.py
2003
import os import re from opsbro.collector import Collector # DMI have lot of useful information that detectors can use to know lot about the platform/hardware class Dmidecode(Collector): def launch(self): logger = self.logger logger.debug('getDmidecode: start') res = {} #...
mit
luizfeliperj/nodemcu-firmware
docs/en/modules/websocket.md
5321
# Websocket Module | Since | Origin / Contributor | Maintainer | Source | | :----- | :-------------------- | :---------- | :------ | | 2016-08-02 | [Luís Fonseca](https://github.com/luismfonseca) | [Luís Fonseca](https://github.com/luismfonseca) | [websocket.c](../../../app/modules/websocket.c)| A websocket *clien...
mit
CosimoLovascio/SocialCDE-ProxyServer-VSclient
SocialTFS/It.Uniba.Di.Cdg.SocialTfs.ProxyServer/AdminPanel/EditService.aspx.designer.cs
7721
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----------------------------------------...
mit
chillpop/Vokoder
Pod/Classes/VOKManagedObjectMapper.h
2934
// // VOKManagedObjectMapper.h // Vokoder // // Copyright © 2015 Vokal. // #import <Foundation/Foundation.h> #import <CoreData/CoreData.h> #import "VOKCoreDataCollectionTypes.h" #import "VOKNullabilityFeatures.h" #import "VOKManagedObjectMap.h" NS_ASSUME_NONNULL_BEGIN /// An completion block to run after import...
mit
oliviertassinari/material-ui
packages/mui-icons-material/lib/MultilineChartOutlined.js
733
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon")); var _jsxRuntime = require("react/jsx-runtime")...
mit
tibbs001/ctgov
config/initializers/session_store.rb
137
# Be sure to restart your server when you modify this file. Rails.application.config.session_store :cookie_store, key: '_ctgov_session'
mit
GKotsovos/WebBanking-Front-End
src/routes/root/routes/Banking/routes/utils/commonUtils.js
5183
import dateformat from 'dateformat'; import { map } from "underscore"; import { getAccountById } from 'routes/root/routes/Banking/routes/Accounts/modules/accounts'; import { getCreditCardById, getPrepaidCardById } from 'routes/root/routes/Banking/routes/Cards/modules/cards'; import { getLoanById } from 'routes/root/rou...
mit
mikehelmick/teaching
uc/computerScience2/spring2014/materials/demos/wk14/map.cpp
524
#include <iostream> #include <map> #include <stdexcept> using namespace std; int main(int argc, char* argv[]){ map<string, int> m; m["bob"] = 56; m["alice"] = 89; m["billy"] = 3; // print it out map<string,int>::iterator i; for(i = m.begin(); i != m.end(); i++){ cout << i->first << ": " << i->second <<...
mit
pgbidkar/vsphere-automation-sdk-python
samples/vmc/orgs/README.md
221
This directory contains samples for VMC organization APIs: Running the samples $ python organization_operations.py -r <refresh_token> * Testbed Requirement: - At least one org associated with the calling user.
mit
Rebero/arbitrade
server/node_modules/num/test/sub.js
745
var assert = require('assert'); var num = require('../'); test('sub', function() { assert.equal(num.sub(0, 0), '0'); assert.equal(num.sub('0', '-0'), '0'); assert.equal(num.sub('1.0', '-1.0'), '2.0'); assert.equal(num('987654321987654321.12345678901').sub(100.012), '987654321987654221.11145678901');...
mit
zfben/zfben_hanoi
spec/browsers/firefox_spec.rb
1641
require File.join(File.dirname(__FILE__), "/../spec_helper") describe "Firefox" do before(:each) do @browser = Firefox.new @url = "http://localhost" end describe "Cross OS Firefox", :shared => true do it "should be supported" do @browser.should be_supported end end describe "Mac O...
mit
giosh94mhz/GeonamesBundle
Tests/bootstrap.php
374
<?php if (!$loader = @require_once __DIR__ . '/../vendor/autoload.php') { die("You must set up the project dependencies, run the following commands: wget http://getcomposer.org/composer.phar php composer.phar install --dev --prefer-source "); } /* @var $loader \Composer\Autoload\ClassLoader */ $loader->add('Doctr...
mit
EncompassRest/EncompassRest
src/EncompassRest/Loans/Enums/PropertyValuationMethodType.cs
1186
using System.ComponentModel; namespace EncompassRest.Loans.Enums { /// <summary> /// PropertyValuationMethodType /// </summary> public enum PropertyValuationMethodType { /// <summary> /// Automated Valuation Model /// </summary> [Description("Automated Valuation Mode...
mit