code
stringlengths
3
1.01M
repo_name
stringlengths
5
116
path
stringlengths
3
311
language
stringclasses
30 values
license
stringclasses
15 values
size
int64
3
1.01M
// This file auto generated by plugin for ida pro. Generated code only for x64. Please, dont change manually #pragma once #include <common/common.h> #include <CRealMoveRequestDelayCheckerDetail.hpp> #include <common/ATFCore.hpp> START_ATF_NAMESPACE namespace Register { class CRealMoveRequestDelayChec...
goodwinxp/Yorozuya
library/ATF/CRealMoveRequestDelayCheckerRegister.hpp
C++
mit
727
title: 会声会影安装与激活 date: 2016-06-05 22:58:54 tags: --- ## 资源 * [会声会影下载](http://www.huishenghuiying.com.cn/xiazai.html#selctbuy) * [会声会影注册机下载](https://hostr.co/file/FDp8MOYlRuHv/AppNee.com.Corel.X5-X9.All.Products.Universal.Keygen.7z?warning=on) * 转载:[会声会影安装与激活](https://luoyefe.com/blog/2016/06/05/%E4%BC%9A%E5%A3%B0%E4%B...
taoste/taoste.github.io
intl/Tool/会声会影安装与激活/会声会影安装与激活.md
Markdown
mit
4,053
// generates an interface file given an eni file // you can generate an eni file using the aws-cli // example: // aws ec2 describe-network-interfaces --network-interface-ids eni-2492676c > eni-7290653a.json var ENI_FILE = "json/eni-651e2c2c.json"; // the interface you want to configure var INTERFACE = "eth1"; // po...
lukemiles/aws-eni-configutil
interface-gen.js
JavaScript
mit
2,829
# nodejs-boilerplate ## About A boilerplate for a developer environment pre-built for a nodejs project using expressjs for the backend and angularjs for the front end. This boilerplate also comes with a built in logger for requests as well as a Gruntfile with my favorite addons for developing nodejs projects. :godmod...
typicalmike002/nodejs-boilerplate
README.md
Markdown
mit
1,485
//----------------------------------------------------------------------- // <copyright file="LocalizableFormBase.cs" company="Hyperar"> // Copyright (c) Hyperar. All rights reserved. // </copyright> // <author>Matías Ezequiel Sánchez</author> //---------------------------------------------------------------------...
hyperar/Hattrick-Ultimate
Hyperar.HattrickUltimate.UserInterface/LocalizableFormBase.cs
C#
mit
1,283
var width = window.innerWidth, height = window.innerHeight, boids = [], destination, canvas, context; const MAX_NUMBER = 100; const MAX_SPEED = 1; const radius = 5; init(); animation(); function init(){ canvas = document.getElementById('canvas'), context = canvas.getContext( "2d" ); canvas.w...
yuuki2006628/boid
boid.js
JavaScript
mit
4,749
package com.facetime.spring.support; import java.util.ArrayList; import java.util.List; import com.facetime.core.conf.ConfigUtils; import com.facetime.core.utils.StringUtils; /** * 分页类 * * @author yufei * @param <T> */ public class Page<T> { private static int BEGIN_PAGE_SIZE = 20; /** 下拉分页列表的递增数量级 */ priva...
allanfish/facetime
facetime-spring/src/main/java/com/facetime/spring/support/Page.java
Java
mit
3,885
--- layout: post title: Mancester 6/26 --- ### Screened today, imaged 6/22 growth exp. & screened larvae; cleaned broodstock, yada yada yada... #### Imaged 6/22 SN growth experiment larvae Grace imaged the well plate, taking photos of first the well #, then larvae, not capturing the same larvae more than once. She im...
laurahspencer/LabNotebook
_posts/2017-06-26-Manchester6-26.md
Markdown
mit
994
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0; SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0; SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='TRADITIONAL'; -- ---------------------------------------------------------------------------------------------------------- -- ...
imgag/ngs-bits
src/cppNGSD/resources/NGSD_schema.sql
SQL
mit
79,928
#ifndef ABSTRACTTRANSFORM_H #define ABSTRACTTRANSFORM_H #include <new> #include <mfapi.h> #include <mftransform.h> #include <mfidl.h> #include <mferror.h> #include <strsafe.h> #include <assert.h> // Note: The Direct2D helper library is included for its 2D matrix operations. #include <D2d1helper.h> #include <wrl\impl...
tompaana/object-tracking-demo
VideoEffect/VideoEffect.Shared/Transforms/AbstractTransform.h
C
mit
6,350
package com.cnpc.framework.base.service.impl; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import org.springframework.stereotype.Service; import com.alibaba.fastjson.JSON; import com.cnpc.framework.base.entity.Dict; import com.cnpc.framework.base.pojo.TreeNode; import com.c...
Squama/Master
AdminEAP-framework/src/main/java/com/cnpc/framework/base/service/impl/DictServiceImpl.java
Java
mit
4,363
#include "unicorn/format.hpp" #include <cmath> #include <cstdio> using namespace RS::Unicorn::Literals; using namespace std::chrono; using namespace std::literals; namespace RS::Unicorn { namespace UnicornDetail { namespace { // These will always be called with x>=0 and prec>=0 ...
CaptainCrowbar/unicorn-lib
unicorn/format.cpp
C++
mit
14,380
#!/bin/bash DATESTR=$(date +"%Y%m%d%H%M%S") LOCAL_BACKUP_DIR=/home/rails/db_backups/dsi function fetch_ntriples() { FILE_NAME="$LOCAL_BACKUP_DIR/$1" GRAPH_URI=$2 SOURCE_URI=http://46.4.78.148/dsi/data?graph=$GRAPH_URI curl -s -H "Accept:text/plain" -f -o $FILE_NAME $SOURCE_URI CURL_STATUS=$? ...
Swirrl/digitalsocial
backup_data_graph.sh
Shell
mit
3,022
// // IOService.cpp // Firedrake // // Created by Sidney Just // Copyright (c) 2015 by Sidney Just // 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...
JustSid/Firedrake
slib/libio/service/IOService.cpp
C++
mit
3,272
# Toady 1.0 Wickedly extensible IRC bot written in Node.js. Load and reload mods without reconnecting. ## Please pay attention: This master branch is merged with version 1.x from Toady and got extended afterwards! ## Download. Install. Fly. If you don't already have Node.js, [get it](http://nodejs.org). It's awesome...
tomhatzer/Toady
README.md
Markdown
mit
19,090
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("Pe...
peterlanoie/aspnet-mvc-slack
src/Pelasoft.AspNet.Mvc.Slack.Tests/Properties/AssemblyInfo.cs
C#
mit
1,398
//----------------------------------------------------------------------- // <copyright file="IDemPlateFileGenerator.cs" company="Microsoft Corporation"> // Copyright (c) Microsoft Corporation 2011. All rights reserved. // </copyright> //----------------------------------------------------------------------- name...
WorldWideTelescope/wwt-tile-sdk
Core/IDemPlateFileGenerator.cs
C#
mit
977
namespace PlacesToEat.Data.Common { using System; using System.Data.Entity; using System.Linq; using Contracts; using Models; public class DbUserRepository<T> : IDbUserRepository<T> where T : class, IAuditInfo, IDeletableEntity { public DbUserRepository(DbContext context) ...
tcholakov/PlacesToEat
Source/Data/PlacesToEat.Data.Common/DbUserRepository{T}.cs
C#
mit
1,375
--- layout: post title: Java-Interview category: Java description: Java 面试 --- 一、Java基础 1. String类为什么是final的 2. HashMap的源码,实现原理,底层结构。 3. 说说你知道的几个Java集合类:list、set、queue、map实现类。 4. 描述一下ArrayList和LinkedList各自实现和区别 5. Java中的队列都有哪些,有什么区别。 6. 反射中,Class.forName和classloader的区别。 7. Java7、Java8的新特性 8. Ja...
cdmaok/cdmaok.github.io
_posts/2016-08-31-Java-Interview.md
Markdown
mit
8,780
describe("Dragable Row Directive ", function () { var scope, container, element, html, compiled, compile; beforeEach(module("app", function ($provide) { $provide.value("authService", {}) })); beforeEach(inject(function ($compile, $rootScope) { html = '<div id="element-id" data-draggable-row=""' ...
wongatech/remi
ReMi.Web/ReMi.Web.UI.Tests/Tests/app/common/directives/draggableRowTests.js
JavaScript
mit
5,831
using System; using System.Collections.Generic; using System.Linq; using System.Web; using Ninject.Modules; using Ninject.Extensions.Conventions; namespace SongManager.Web.NinjectSupport { /// <summary> /// Automatically loads all Boot Modules and puts them into the Ninject Dependency Resolver /// </summary> publ...
fjeller/ADC2016_Mvc5Sample
SongManager/SongManager.Web/NinjectSupport/DependencyBindingsModule.cs
C#
mit
725
# Amaretti.js [![Join the chat at https://gitter.im/VincentCasse/amaretti.js](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/VincentCasse/amaretti.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/VincentCasse/amaretti.js.svg)](https://t...
VincentCasse/amaretti.js
README.md
Markdown
mit
3,469
package com.kromracing.runningroute.client; import com.google.gwt.dom.client.Element; import com.google.gwt.user.client.DOM; import com.google.gwt.user.client.ui.CheckBox; import com.google.gwt.user.client.ui.Widget; final public class Utils { private Utils() { } /** * Sets the HTML id ...
chadrosenquist/running-route
src/main/java/com/kromracing/runningroute/client/Utils.java
Java
mit
1,100
/** * This file was copied from https://github.com/jenkinsci/mercurial-plugin/raw/master/src/test/java/hudson/plugins/mercurial/MercurialRule.java * so we as well have a MercurialRule to create test repos with. * The file is licensed under the MIT License, which can by found at: http://www.opensource.org/licenses/mi...
jenkinsci/gatekeeper-plugin
src/test/java/org/paylogic/jenkins/advancedscm/MercurialRule.java
Java
mit
5,618
function simulated_annealing(tuning_run::Run, channel::RemoteChannel; temperature::Function = log_temperature) iteration = 1 function iterate(tuning_run::Run) p = temperature(iteration) iteration += 1 return probabilisti...
phrb/StochasticSearch.jl
src/core/search/techniques/simulated_annealing.jl
Julia
mit
490
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
mjbvz/vscode
src/vs/workbench/contrib/files/browser/media/fileactions.css
CSS
mit
5,195
package zhou.adapter; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import java.util.List; /** * Created by zzhoujay on 2015/7/22 0022. */ public class Norm...
ChinaKim/AdvanceAdapter
app/src/main/java/zhou/adapter/NormalAdapter.java
Java
mit
1,412
<ng-container *ngIf="preview.user && !authHelper.isSelf(preview.user)"> <user-info [user]="preview.user"> </user-info> </ng-container> <!-- description + image --> <label-value [label]="i18n.voucher.voucher"> {{ preview.type.voucherTitle }} </label-value> <ng-container *ngIf="buyVoucher.count === 1; else multiple...
cyclosproject/cyclos4-ui
src/app/ui/banking/vouchers/buy-vouchers-step-confirm.component.html
HTML
mit
2,687
<?xml version="1.0" ?><!DOCTYPE TS><TS language="zh_TW" version="2.0"> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About GulfCoin</source> <translation>關於位元幣</translation> </message> <message> <location li...
coingulf/gulfcoin
src/qt/locale/bitcoin_zh_TW.ts
TypeScript
mit
119,082
package UserInterface.Animation; /** * Makes shit get big, makes shit get small. */ public class SizeAnimation extends Animation { protected int iW, iH, fW, fH, cW, cH; public SizeAnimation(long period, int paceType, boolean loop, int iW, int iH, int fW, int fH) { super(period, paceType, loop); ...
Daskie/Crazy8-CPE-103
src/UserInterface/Animation/SizeAnimation.java
Java
mit
731
import * as path from "path"; import * as tl from "vsts-task-lib/task"; import {IExecOptions, IExecSyncResult} from "vsts-task-lib/toolrunner"; import * as auth from "packaging-common/nuget/Authentication"; import * as commandHelper from "packaging-common/nuget/CommandHelper"; import {NuGetConfigHelper2} from "packagi...
grawcho/vso-agent-tasks
Tasks/NuGetCommandV2/nugetrestore.ts
TypeScript
mit
12,108
import _ from 'lodash'; import { createSelector } from 'reselect'; const srcFilesSelector = state => state.srcFiles; const featuresSelector = state => state.features; const featureByIdSelector = state => state.featureById; const keywordSelector = (state, keyword) => keyword; function getMarks(feature, ele) { const ...
supnate/rekit-portal
src/features/home/selectors/explorerTreeData.js
JavaScript
mit
4,178
<?php class Receiving_lib { var $CI; function __construct() { $this->CI =& get_instance(); } function get_cart() { if(!$this->CI->session->userdata('cartRecv')) $this->set_cart(array()); return $this->CI->session->userdata('cartRecv'); } function set_cart($cart_data) { $t...
songwutk/opensourcepos
application/libraries/Receiving_lib.php
PHP
mit
9,998
package com.mauriciotogneri.apply.compiler.syntactic.nodes.arithmetic; import com.mauriciotogneri.apply.compiler.lexical.Token; import com.mauriciotogneri.apply.compiler.syntactic.TreeNode; import com.mauriciotogneri.apply.compiler.syntactic.nodes.ExpressionBinaryNode; public class ArithmeticModuleNode extends Expres...
mauriciotogneri/apply
src/main/java/com/mauriciotogneri/apply/compiler/syntactic/nodes/arithmetic/ArithmeticModuleNode.java
Java
mit
603
#LocalFolderPathStr=${PWD} #LocalFilePathStr=$LocalFolderPathStr'/.pypirc' #HomeFilePathStr=$HOME'/.pypirc' #echo $LocalFilePathStr #echo $HomeFilePathStr #cp $LocalFilePathStr $HomeFilePathStr python setup.py register sudo python setup.py sdist upload
Ledoux/ShareYourSystem
Pythonlogy/upload.sh
Shell
mit
252
import { Component, OnInit } from '@angular/core'; import { Router } from '@angular/router'; @Component({ selector: 'app-user', template: '<router-outlet></router-outlet>' }) export class UserComponent implements OnInit { constructor(public router: Router) { } ngOnInit() { if (this.router.url ...
ahmelessawy/Hospital-Dashboard
Client/src/app/layouts/user/user.component.ts
TypeScript
mit
402
# coding: utf-8 from sqlalchemy.testing import eq_, assert_raises, assert_raises_message, \ config, is_ import re from sqlalchemy.testing.util import picklers from sqlalchemy.interfaces import ConnectionProxy from sqlalchemy import MetaData, Integer, String, INT, VARCHAR, func, \ bindparam, select, event, Type...
michaelBenin/sqlalchemy
test/engine/test_execute.py
Python
mit
70,582
/** * Copyright (C) 2013 Tobias P. Becker * * 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...
toeb/sine
src/core/graph/Node.h
C
mit
17,226
exports.login = function* (ctx) { const result = yield ctx.service.mine.login(ctx.request.body); if (!result) { ctx.status = 400; ctx.body = { status: 400, msg: `please check your username and password`, } return; } ctx.body = { access_token: result.access_token, msg: 'login ...
VIPShare/VIPShare-REST-Server
app/controller/mine.js
JavaScript
mit
2,077
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> </head> <body> <script> const importObject = Object.freeze({ env: { __memory_b...
arturparkhisenko/til
wasm/examples/sum/index.html
HTML
mit
2,315
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using System.Web; namespace Umbraco.Core { ///<summary> /// Extension methods for dictionary & concurrentdictionary ///...
lars-erik/Umbraco-CMS
src/Umbraco.Core/DictionaryExtensions.cs
C#
mit
12,153
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Phenotype Demo</title> <meta name="description" content="Phenotype Demo"> <link rel="stylesheet" href="style.css"> <script src="phenotype.js" type="application/javascript"></script> </head> <body> <a ...
benjamine/phenotype
demo.html
HTML
mit
8,335
import * as yargs from "yargs"; import { getEnvironment, getSlimConfig } from "../cli-helpers"; export const devCommand: yargs.CommandModule = { command: "dev", describe: "Start a development server.", builder: { open: { alias: "o", type: "boolean", description: ...
INSIDEM2M/slim
src/commands/dev.command.ts
TypeScript
mit
1,457
export const browserVersions = () => { let u = navigator.userAgent return { // 移动终端浏览器版本信息 trident: u.indexOf('Trident') > -1, // IE内核 presto: u.indexOf('Presto') > -1, // opera内核 webKit: u.indexOf('AppleWebKit') > -1, // 苹果、谷歌内核 gecko: u.indexOf('Gecko') > -1 && u.indexOf('KHTML') === -1, // 火狐...
donfo/generator-vue-tpl
generators/app/templates/src/utils/browser.js
JavaScript
mit
833
module YandexMusic class Client include YandexMusic::Auth include YandexMusic::Endpoints::Search include YandexMusic::Endpoints::ArtistAlbums include YandexMusic::Endpoints::AlbumsTracks def initialize(client_id, client_secret) @client_id, @client_secret = client_id, client_secret end ...
localhots/yandex_music
lib/yandex_music/client.rb
Ruby
mit
962
<div class="container"> <div class="col-md-12 col-sm-12 col-xs-12 no-padding"> <div ng-controller="GroupMenu" ng-model="currentMenu" ng-init="currentMenu = 'new'" ng-include="'group/menu'" class="row"></div> <div class="row"> <div class="col-md-12 no-padding"> <div c...
claudio-moya-tapia/mean_demo
app/views/group/edit.html
HTML
mit
4,322
<?php $hostname = "localhost"; $user = "root"; $password = "admin"; $database = "employees"; mysql_connect($hostname, $user, $password); mysql_set_charset('utf8'); @mysql_select_db($database) or die( "Unable to select database"); mysql_query("SET NAMES 'utf8'"); $mysqli = new mysqli($hostname, $user, $password, $dat...
frankyhung93/Learn_Coding
php/mysql/db_connect.php
PHP
mit
554
--- title: The Little Eye Blog # View. # 1 = List # 2 = Compact # 3 = Card view: 3 aliases: ["/the-little-eye/"] # Optional header image (relative to `static/img/` folder). header: caption: "" image: "" --- ### A Point of View on Microscopy Research, the History of the Microscope and a hint of Interdiscip...
ChasNelson1990/chasnelson.co.uk
content/posts/the-little-eye/_index.md
Markdown
mit
994
.root { display: inline-block; position: relative; z-index: 1; cursor: var(--cursor-pointer); height: var(--navbar-height); line-height: var(--navbar-height); border: none; padding: var(--navbar-dropdown-padding); font-size: var(--font-size-large); } .root:not(:last-child) { mar...
vusion/proto-ui
src/components/u-navbar.vue/dropdown.vue/module.css
CSS
mit
866
/** * Get a number suffix * e.g. 1 -> st * @param {int} i number to get suffix * @return suffix */ var getSuffix = function (i) { var j = i % 10, k = i % 100; if (j == 1 && k != 11) { return i + "st"; } if (j == 2 && k != 12) { return i + "nd"; } if (j == 3 && k != ...
kayoumido/Ram-Bot
utility/tools.js
JavaScript
mit
429
# Minitest::Mock::Easily use MiniTest::Mock with easier API ## Installation Add this line to your application's Gemfile: gem 'minitest-mock-easily' And then execute: $ bundle Or install it yourself as: $ gem install minitest-mock-easily ## Usage ``` include MockEasily m = mock do expect :hello,...
sunaot/minitest-mock-easily
README.md
Markdown
mit
731
--- redirect_to: - http://tech.hbc.com/2013-10-04-welcome-jonathan-leibiusky.html layout:: post title: Welcome Jonathan Leibiusky! date: '2013-10-04T15:24:00-04:00' tags: - Jonathan Leibiusky - Infrastructure Engineering - people - gilt tech - nyc - immutable deployment - xetorthio tumblr_url: http://tech.gilt.com/post...
gilt/tech-blog
_posts/tumblr/2013-10-04-welcome-jonathan-leibiusky.html
HTML
mit
1,545
namespace CSharpGL { partial class FormPropertyGrid { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ///...
bitzhuwei/CSharpGL
Infrastructure/CSharpGL.Models/FormPropertyGrid.Designer.cs
C#
mit
2,212
package net.pinemz.hm.gui; import net.pinemz.hm.R; import net.pinemz.hm.api.HmApi; import net.pinemz.hm.api.Prefecture; import net.pinemz.hm.api.PrefectureCollection; import net.pinemz.hm.storage.CommonSettings; import android.os.Bundle; import android.util.Log; import android.view.Menu; import android.view....
pine613/android-hm
android-hm/src/net/pinemz/hm/gui/SettingsActivity.java
Java
mit
6,222
'use strict'; const chai = require('chai'), expect = chai.expect, config = require('../config/config'), Support = require('./support'), dialect = Support.getTestDialect(), Sequelize = Support.Sequelize, fs = require('fs'), path = require('path'); if (dialect === 'sqlite') { var sqlite3 = require('sqli...
inDream/sequelize
test/integration/configuration.test.js
JavaScript
mit
5,369
/* * This file is part of Zinc, licensed under the MIT License (MIT). * * Copyright (c) 2015-2016, Jamie Mansfield <https://github.com/jamierocks> * * 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 ...
jamierocks/Zinc
Example/src/main/java/uk/jamierocks/zinc/example/ExampleCommands.java
Java
mit
2,269
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
joaomoreno/vscode
src/vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer.ts
TypeScript
mit
18,581
// Template Source: BaseEntityCollectionPage.java.tt // ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // -----------------------------...
microsoftgraph/msgraph-sdk-java
src/main/java/com/microsoft/graph/requests/TermsAndConditionsAcceptanceStatusCollectionPage.java
Java
mit
2,194
/* * Generated by class-dump 3.3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard. */ #import <iWorkImport/TSUProgress.h> @class NSArray, NSObject<OS_dispatch_queue>; // Not exported @interface TSUProgressGroup : TSUProgress { NSArray *mChildren; NSArray...
matthewsot/CocoaSharp
Headers/PrivateFrameworks/iWorkImport/TSUProgressGroup.h
C
mit
712
Dockermail - Email Core ========== This image provides a secure, minimal mail server based on 'postfix' and 'dovecot'. All incoming mail to your domains is accepted. For outgoing mail, only authenticated (logged in with username and password) clients can send messages via STARTTLS. ## Setup You will need 2 folder on ...
adaline/dockermail
core/README.md
Markdown
mit
3,340
/** @file safesysstat.h * @brief #include <sys/stat.h> with portability enhancements */ /* Copyright (C) 2007,2012,2017 Olly Betts * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either ...
Kronuz/Xapiand
src/xapian/common/safesysstat.h
C
mit
2,158
// Script by Bo Tranberg // http://botranberg.dk // https://github.com/tranberg/citations // // This script requires jQuery and jQuery UI $(function() { // Inser html for dialog just before the button to open it var butt = document.getElementById('citations'); butt.insertAdjacentHTML('beforeBegin', ...
tranberg/citations
js/cite.js
JavaScript
mit
6,059
/* * Copyright (C) 2010 The Android Open Source Project * * 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 app...
dylanh333/android-unmkbootimg
vendor/android-tools/init/init_parser.h
C
mit
2,414
{% extends "base.html" %} {% block content %} <h1>{{ question.question_text }}</h1> {% if error_message %}<p><strong>{{ error_message }}</strong></p>{% endif %} <form action="{% url 'polls:vote' question.id %}" method="post"> {% csrf_token %} {% for choice in question.choice_set.all %} <input type="radio" name="c...
gavmain/django_demo
demo/templates/polls/detail.html
HTML
mit
552
# MyLibSwift
arise-yoshimoto/MyLibSwift
README.md
Markdown
mit
12
package io.github.ageofwar.telejam.updates; import io.github.ageofwar.telejam.Bot; import io.github.ageofwar.telejam.TelegramException; import io.github.ageofwar.telejam.methods.GetUpdates; import java.io.IOException; import java.util.Collections; import java.util.Objects; import java.util.concurrent.ConcurrentLinked...
AgeOfWar/Telejam
src/main/java/io/github/ageofwar/telejam/updates/UpdateReader.java
Java
mit
4,138
@import url("//fonts.googleapis.com/css?family=News+Cycle:400,700"); /*! normalize.css v2.1.3 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, video { display: inline-block; } audio:not([contro...
BitcoinMafia/identicoin
public/css/bootstrap.css
CSS
mit
133,225
Copyright 2013 Romens Team http://romens.ru/ 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, publis...
RomensTeam/Remus
LICENSE.md
Markdown
mit
1,089
#include <gtest/gtest.h> #include "loquat/misc/binary_search.hpp" TEST(BinarySearchTest, Integer){ for(int l = -16; l <= 16; ++l){ for(int r = l; r <= 16; ++r){ for(int expect = l; expect <= r; ++expect){ const auto actual = loquat::binary_search( l, r, [=](int x){ return x < expect; }); EXPECT_EQ(e...
logicmachine/loquat
test/misc/binary_search_test.cpp
C++
mit
957
""" ``editquality generate_make -h`` :: Code-generate Makefile from template and configuration :Usage: generate_make -h | --help generate_make [--config=<path>] [--main=<filename>] [--output=<path>] [--template...
wiki-ai/editquality
editquality/utilities/generate_make.py
Python
mit
2,362
/** * Reverb for the OpenAL cross platform audio library * Copyright (C) 2008-2009 by Christopher Fitzgerald. * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 ...
ghoulsblade/vegaogre
lugre/baselib/openal-soft-1.8.466/Alc/alcReverb.c
C
mit
31,015
[http://www.byteshiftcode.com/project/tank-maze-js-game](http://www.byteshiftcode.com/project/tank-maze-js-game)
Byteshift/TankMaze
README.md
Markdown
mit
113
# baites.github.io # Installation * Cloning and creating docker image **NOTE**: This installation requires installed docker server. ```bash $ git clone git clone https://github.com/baites/baites.github.io.git $ cd baites.github.io $ docker build -t jekyll -f jekyll.dockerfile . ... Successfully tagged jekyll:latest...
baites/baites.github.io
README.md
Markdown
mit
1,505
# 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 ...
vulcansteel/autorest
AutoRest/Generators/Python/Python.Tests/Expected/AcceptanceTests/BodyArray/auto_rest_swagger_bat_array_service/models/product.py
Python
mit
931
// # Ghost Configuration // Setup your Ghost install for various environments // Documentation can be found at http://support.ghost.org/config/ var path = require('path'), config; config = { // ### Production // When running Ghost in the wild, use the production environment // Configure your URL and m...
rquellh/thewanderingconsultant
config.js
JavaScript
mit
3,810
import React from 'react'; import PropTypes from 'prop-types'; import styled, { keyframes } from 'styled-components'; const blink = keyframes` from, to { opacity: 1; } 50% { opacity: 0; } `; const CursorSpan = styled.span` font-weight: 100; color: black; font-size: 1em; padding-left: 2px; an...
adamjking3/react-typing-animation
src/Cursor.js
JavaScript
mit
572
// Copyright Louis Dionne 2015 // Distributed under the Boost Software License, Version 1.0. #include <type_traits> template <typename T> using void_t = std::conditional_t<true, void, T>; // sample(common_type-N3843) template <typename T, typename U> using builtin_common_t = std::decay_t<decltype( true ? std::de...
ldionne/hana-cppnow-2015
code/common_type-N3843.cpp
C++
mit
1,800
package remove_duplicates_from_sorted_list; import common.ListNode; public class RemoveDuplicatesfromSortedList { public class Solution { public ListNode deleteDuplicates(ListNode head) { if (head != null) { ListNode pre = head; ListNode p = pre.next; ...
quantumlaser/code2016
LeetCode/Answers/Leetcode-java-solution/remove_duplicates_from_sorted_list/RemoveDuplicatesfromSortedList.java
Java
mit
668
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reflection; namespace Umbraco.Core.Models.EntityBase { /// <summary> /// A base class for use to implement IRememberBeingDirty/ICanBeDirty /// </summary> public abstract class Tracks...
zidad/Umbraco-CMS
src/Umbraco.Core/Models/EntityBase/TracksChangesEntityBase.cs
C#
mit
5,915
# coding=utf8 """ Parser for todo format string. from todo.parser import parser parser.parse(string) # return an Todo instance """ from models import Task from models import Todo from ply import lex from ply import yacc class TodoLexer(object): """ Lexer for Todo format string. Tokens ID ...
guori12321/todo
todo/parser.py
Python
mit
2,473
var test = require('tape'); var BSFS = require('../lib/bsfs'); indexedDB.deleteDatabase('bsfs-tests'); function randomId () { return Math.random().toString(36).substr(2) } test('bsfs exists', function (t) { t.plan(1); var bsfs = new BSFS('bsfs-tests'); if (!bsfs._ready) return bsfs.once('ready', ready); el...
nickaugust/bsfs
test/bsfs.js
JavaScript
mit
5,219
--- title: A List of the White Rabbit Mechanics We Are Considering author: all date: 15/01/11 tags: [concept, summary, gamemechanics, whiterabbit] layout: post --- The white rabbit. Here is a list of some of the rabbits we could pull out of our designer's magical top hat. ## Cooperative Rope Walking ### Summary One...
scarlethammergames/scarlethammergames.github.io
_posts/15-01-11-collated-white-rabbits.md
Markdown
mit
4,496
--- layout: page title: Pride Solutions Conference date: 2016-05-24 author: Carl Mccarty tags: weekly links, java status: published summary: Curabitur ipsum ante, aliquam sit. banner: images/banner/office-01.jpg booking: startDate: 05/26/2016 endDate: 05/31/2016 ctyhocn: LITWTHX groupCode: PSC published: true -...
KlishGroup/prose-pogs
pogs/L/LITWTHX/PSC/index.md
Markdown
mit
2,072
/** * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it wil...
AnisB/Donut
engine/src/stateengine/AtomicState.cpp
C++
mit
2,621
<?php use Symfony\Component\HttpKernel\Kernel; use Symfony\Component\Config\Loader\LoaderInterface; class AppKernel extends Kernel { public function registerBundles() { $bundles = array( new Symfony\Bundle\FrameworkBundle\FrameworkBundle(), new Symfony\Bundle\SecurityBundle\Sec...
psamada2012/psa
app/AppKernel.php
PHP
mit
3,052
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Dumper; use Symfony\...
Harmeko/badass_shop
vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php
PHP
mit
10,241
'use strict'; angular.module('mean.system').directive('googleMaps', ['GoogleMaps', 'Global', function(GoogleMaps, Global) { return { restrict: 'E', template: '<div id="map" style="height: 600px; width: 100%;"></div>', controller: function() { var mapOptions; if ( GoogleMaps ) { ...
ezekielriva/bus-locator
public/system/directives/google-maps.js
JavaScript
mit
612
#!/bin/sh set -e NEEDS_CONFIG=0 if [ "$#" -lt "1" ]; then echo "Bad usage: check_reconf.sh [target_package] (optional configure arguments)" exit 1 fi if [ "$ONYX_ARCH" = "" ]; then echo "ONYX_ARCH needs to be set!" exit 1 fi if [ "$HOST" = "" ]; then echo "HOST needs to be set!" exit 1 fi if [ "$SYSROOT" = "...
heatd/Onyx
scripts/check_reconf.sh
Shell
mit
948
<?php namespace PxS\PeerReviewingBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class DefaultControllerTest extends WebTestCase { public function testIndex() { $client = static::createClient(); $crawler = $client->request('GET', '/hello/Fabien'); $this...
joekukish/PeerReviewingSuite
src/PxS/PeerReviewingBundle/Tests/Controller/DefaultControllerTest.php
PHP
mit
406
// // URBSegmentedControl.h // URBSegmentedControlDemo // // Created by Nicholas Shipes on 2/1/13. // Copyright (c) 2013 Urban10 Interactive. All rights reserved. // #import <UIKit/UIKit.h> typedef NS_ENUM(NSUInteger, URBSegmentedControlOrientation) { URBSegmentedControlOrientationHorizontal = 0, URBSegmentedCo...
u10int/URBSegmentedControl
URBSegmentedControl.h
C
mit
3,492
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.34011 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
kobush/SharpDX-Tutorials
WinFormsApp/Properties/Settings.Designer.cs
C#
mit
1,068
import { Component, OnInit, HostListener, ElementRef } from '@angular/core'; import { Router, NavigationEnd, NavigationExtras } from '@angular/router'; import { AuthService } from '../../services/auth.service'; @Component({ selector: 'app-nav', templateUrl: 'app-nav.component.html' }) export class AppNavComponent ...
Izak88/morose
src/app/components/app-nav/app-nav.component.ts
TypeScript
mit
1,671
// Copyright (c) 2011-2013 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "walletview.h" #include "addressbookpage.h" #include "askpassphrasedialog.h" #include "bitcoingui.h" #include "clien...
coinkeeper/2015-06-22_19-00_ziftrcoin
src/qt/walletview.cpp
C++
mit
10,319
<?php return array ( 'id' => 'samsung_gt_m5650_ver1', 'fallback' => 'generic_dolfin', 'capabilities' => array ( 'pointing_method' => 'touchscreen', 'mobile_browser_version' => '1.0', 'uaprof' => 'http://wap.samsungmobile.com/uaprof/GT-M5650.rdf', 'model_name' => 'GT M5650', 'brand_name' => ...
cuckata23/wurfl-data
data/samsung_gt_m5650_ver1.php
PHP
mit
2,098
<?php /** * File: SimpleImage.php * Author: Simon Jarvis * Modified by: Miguel Fermín * Based in: http://www.white-hat-web-design.co.uk/articles/php-image-resizing.php * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as publish...
ryno888/thehappydog
application/helpers/image_compression_helper.php
PHP
mit
7,553
# == Schema Information # # Table name: accounts # # id :integer not null, primary key # type :string default("Account"), not null # description :string default(""), not null # currency :string default("USD"), ...
bountysource/core
app/models/account/software_public_interest.rb
Ruby
mit
800
package illume.analysis; import java.awt.image.BufferedImage; /* This simple analyser example averages pixel values. */ public class SimpleImageAnalyser<T extends BufferedImage> extends AbstractImageAnalyser<T> { @Override public double analyse(T input) { int sum_r = 0; int sum_g = 0; ...
HSAR/Illume
src/main/java/illume/analysis/SimpleImageAnalyser.java
Java
mit
852
import { ExtraGlamorousProps } from './glamorous-component' import { ViewProperties, TextStyle, ViewStyle, ImageStyle, TextInputProperties, ImageProperties, ScrollViewProps, TextProperties, TouchableHighlightProperties, TouchableNativeFeedbackProperties, TouchableOpacityProperties, TouchableWit...
robinpowered/glamorous-native
typings/built-in-glamorous-components.d.ts
TypeScript
mit
1,623
var express = require('../') , Router = express.Router , request = require('./support/http') , methods = require('methods') , assert = require('assert'); describe('Router', function(){ var router, app; beforeEach(function(){ router = new Router; app = express(); }) describe('.match(method, u...
Mitdasein/AngularBlogGitHub
mongodb/visionmedia-express-7724fc6/test/Router.js
JavaScript
mit
3,342
#include "EventQueueThread.h"
InfiniteInteractive/LimitlessSDK
sdk/Utilities/eventQueueThread.cpp
C++
mit
30