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 |
|---|---|---|---|---|---|
---
layout: page
title: Yates Family Reunion
date: 2016-05-24
author: Christine Lester
tags: weekly links, java
status: published
summary: Pellentesque quis dui posuere, faucibus.
banner: images/banner/meeting-01.jpg
booking:
startDate: 12/03/2016
endDate: 12/05/2016
ctyhocn: FRKMAHX
groupCode: YFR
published: t... | KlishGroup/prose-pogs | pogs/F/FRKMAHX/YFR/index.md | Markdown | mit | 2,232 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>metacoq: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.08.1-2.0.5/released/8.8.0/metacoq/1.0~beta2+8.13.html | HTML | mit | 7,558 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>qarith-stern-brocot: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstra... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.11.1-2.0.7/released/8.11.1/qarith-stern-brocot/8.6.0.html | HTML | mit | 7,030 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>unicoq: 30 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="styl... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.12.1-2.0.8/released/8.13.1/unicoq/1.5+8.13.html | HTML | mit | 7,486 |
<?php
/**
* ApiResponse.php - Congress API Response Wrapper
*
* API Response represents a response from the Sunlight Foundation Congress API as an iterable object. The count of
* results is available as ApiResponse::count().
*
* @author Samantha Quinones <samantha@tembies.com>
* @package Sunlight\... | squinones/php-sunlight | src/Squinones/Sunlight/Congress/Api/ApiResponse.php | PHP | mit | 5,884 |
namespace Agenda.Domain.Core.Helpers
{
public class SortThenHelper
{
public string FieldName { get; set; }
public string FieldTypeThenBy { get; set; }
public SortThenHelper(string fieldName, TypeThen typeThenBy)
{
FieldTypeThenBy = typeThenBy.ToString();
... | LeoFelipe/Agenda | src/Agenda.Domain.Core/Helpers/SortThenHelper.cs | C# | mit | 365 |
---
layout: page
title: Ice Omega Systems Show
date: 2016-05-24
author: Teresa Lyons
tags: weekly links, java
status: published
summary: Morbi condimentum eros semper, dignissim quam vel, commodo odio.
banner: images/banner/leisure-05.jpg
booking:
startDate: 11/24/2016
endDate: 11/27/2016
ctyhocn: PHXSRHX
group... | KlishGroup/prose-pogs | pogs/P/PHXSRHX/IOSS/index.md | Markdown | mit | 3,504 |
package com.slugterra.keys;
import org.lwjgl.input.Keyboard;
import net.minecraft.client.settings.KeyBinding;
import net.minecraftforge.fml.client.registry.ClientRegistry;
public class KeyBindings {
public static KeyBinding sluginvup;
public static KeyBinding sluginvdown;
public static KeyBin... | mpbagot/Slugterra-Mod | main/java/com/slugterra/keys/KeyBindings.java | Java | mit | 871 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HackHousingOutOfTheBox
{
public class LocationInfo
{
public string Latitude { get; set; }
public string Longitude { get; set; }
public string City { get; set; }... | HackHousing-OutOfTheBox/hack-housing-out-of-the-box | HackHousingOutOfTheBox/LocationInfo.cs | C# | mit | 373 |
/// <reference path="../typings/tsd.d.ts"/>
import React = require('react');
import TR = require('typed-react');
import $ = require('jquery');
import _ = require('lodash');
import MapLookUp = require('maps/mapLookUp');
import Map = require('maps/map');
import Places = require('maps/places');
import List = require('li... | SpaceLabForever/zillow | fe/index.ts | TypeScript | mit | 2,383 |
class AddColumnToContest < ActiveRecord::Migration[5.0]
def change
add_column :contests, :start_at, :datetime
add_column :contests, :end_at, :datetime
add_index :contests, :start_at
add_index :contests, :end_at
end
end
| OUDON/Bacon | db/migrate/20170109085700_add_column_to_contest.rb | Ruby | mit | 244 |
@echo off
cd bin
if "%1"=="debug" (
:: run debug
Main-Debug.exe _input/ _output/
) else (
:: run release
Main.exe _input/ _output/
)
pause | larsiusprime/tdrpg-tools | DQDialogue/Run.bat | Batchfile | mit | 146 |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Random;
import java.util.StringTokenizer;
import java.util.TreeSet;
public class VivoParceBT {
static class Scanner{
BufferedReader rd;
StringTokenize... | 0x7DD/Maratones | SWERC2013/VivoParceBT.java | Java | mit | 2,432 |
.warning {
color: #9F6000;
background-color: #FEEFB3;
padding: 18px;
}
.warning:before {
content:'\26A0';
margin-right: 9px;
}
.rfc-page pre {
font-family: inherit;
}
.hljs-comment,
.hljs-quote {
color: #998;
font-style: italic;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
color: #333;
font... | philipnilsson/Badness10k | css/markdown-styles.css | CSS | mit | 1,699 |
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <stdarg.h>
#include <time.h>
#include <sys/stat.h>
#include "../util/util.h"
#include "../util/dynarray.h"
#include "../util/alloc.h"
#include "../util/platform.h"
#include "../util/limits.h"
#include "../util/macros.h"
#include "... | 8l/ucc-c-compiler | src/cpp2/main.c | C | mit | 10,609 |
package com.realizationtime.btdogg.dhtmanager
import java.nio.file.Files
import akka.actor.{Actor, ActorLogging, ActorRef}
import com.realizationtime.btdogg.BtDoggConfiguration.HashSourcesConfig
import com.realizationtime.btdogg.BtDoggConfiguration.HashSourcesConfig.prefixStep
import com.realizationtime.btdogg.BtDogg... | bwrega/btdogg | src/main/scala/com/realizationtime/btdogg/dhtmanager/DhtsManager.scala | Scala | mit | 3,918 |
const compose = require('koa-compose')
const helmet = require('koa-helmet')
const cors = require('kcors')
const compress = require('koa-compress')
const bodyParser = require('koa-bodyparser')
const handleErrors = require('./errors')
const middlewares = () => compose([
handleErrors(), // handle thrown or uncaught exc... | maticrivo/seemly | server/middlewares/index.js | JavaScript | mit | 572 |
/**
*
*/
package com.jarp.tutorials.bigranchprohects.ch12;
import java.util.Calendar;
import java.util.Date;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.TimePickerDialog;
import android.content.DialogInterface;
import android.content.DialogInterface.On... | imjarp/big-ranch-examples | src/com/jarp/tutorials/bigranchprohects/ch12/TimePickerFragment.java | Java | mit | 3,314 |
<!-- HTML header for doxygen 1.8.6-->
<!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" conte... | lucasbrsa/OpenCV-3.2 | docs/3.2/d2/dce/structIplImage-members.html | HTML | mit | 13,770 |
class CreateLocations < ActiveRecord::Migration
def change
create_table :locations do |t|
t.string :street
t.string :number
t.references :postcode, index: true
t.references :city, index: true
t.timestamps
end
end
end
| albertobajo/rails_locations | db/migrate/20131114165155_create_locations.rb | Ruby | mit | 260 |
# frozen_string_literal: true
module Eve
class UpdateAlliancesJob < ApplicationJob
queue_as :default
retry_on EveOnline::Exceptions::Timeout,
EveOnline::Exceptions::ServiceUnavailable,
EveOnline::Exceptions::BadGateway,
EveOnline::Exceptions::InternalServerError,
OpenSSL::SSL::SSLErr... | biow0lf/evemonk | app/jobs/eve/update_alliances_job.rb | Ruby | mit | 460 |
#ifndef CSVREADER_H
#define CSVREADER_H
#include <iostream>
#include <fstream>
#include BOSS_OPENCV_V_opencv2__core__core_hpp //original-code:<opencv2/core/core.hpp>
#include "Utils.h"
using namespace std;
using namespace cv;
class CsvReader {
public:
/**
* The default constructor of the CSV reader Class.
* Th... | koobonil/Boss2D | Boss2D/addon/opencv-3.1.0_for_boss/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/CsvReader.h | C | mit | 1,031 |
a.button { display: inline-block; padding: 3px 5px 3px 5px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 12px; color: #3C3C3D; text-shadow: 1px 1px 0 #FFFFFF; background: #ECECEC url('../images/css3buttons_backgrounds.png') 0 0 no-repeat; white-space: nowrap; overflow: visible; cursor: p... | maxogden/couchpubtato | couchapp/_attachments/style/css3buttons.css | CSS | mit | 6,127 |
# hain-plugin-notes
A simple notes plugin for [Hain](https://github.com/appetizermonster/hain)
# Install
Open Hain and type
```
/hpm install hain-plugin-notes
```
# Usage
```
/note something
```
| jervant/hain-plugin-notes | README.md | Markdown | mit | 199 |
.no-wrap {
white-space: nowrap;
}
* {
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:before,
*:after {
box-sizing: border-box;
}
html,
body {
height: 100%;
width: 100%;
}
html {
-webkit-font-smoothing: antialiased;
color: rgba(0, 0, 0, 0.87);
font-family: 'Roboto', sans-ser... | br0r/material-ui | src/less/material-styles.css | CSS | mit | 58,861 |
The MIT License
Copyright (c) Anirvan Chakraborty, http://github.com/anirvanc
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, ... | anirvanc/dotfiles | LICENSE.md | Markdown | mit | 1,102 |
/*
require-2.1.5.d.ts may be freely distributed under the MIT license.
Copyright (c) 2013 Josh Baldwin https://github.com/jbaldwin/require.d.ts
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 Sof... | gamesbrainiac/DefinitelyTyped | requirejs/require.d.ts | TypeScript | mit | 6,926 |
## Folding Deformable Objects using Predictive Simulation and Trajectory Optimization (IROS 2015)
This project was implemented using both Linux (Ubuntu) and Windows machines.
The Ubuntu is for robot control using ROS, and the Windows machine is for folding plan generation.
It is possible to move the part on the ... | Yinxiaoli/iros2015_folding | README.md | Markdown | mit | 3,806 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>continuations: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.0-2.0.5/extra-dev/8.10.dev/continuations/8.6.0.html | HTML | mit | 7,240 |
<footer class="footer">
<div class="container">
<div>
<p>client-crud © 2016 · all righs reserved <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/" target="_blank"></a></p>
</div>
</div>
</footer> | dhelbegor/client-crud | apps/core/templates/includes/footer.html | HTML | mit | 267 |
package org.concord.energy3d.model;
import java.awt.geom.Path2D;
import java.nio.FloatBuffer;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import javax.swing.undo.UndoManager;
import org.concord.energy3d.scen... | concord-consortium/energy3d | src/main/java/org/concord/energy3d/model/Roof.java | Java | mit | 63,252 |
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
* Description of LoginModel
*
* @author Iqbal Abdurrahman
*/
class mLoginAdmin extends CI_Model{
//put your code he... | iqbvl/minatbakat | application/models/mLoginAdmin.php | PHP | mit | 601 |
#pragma once
#include "engine/lumix.h"
namespace Lumix
{
struct LUMIX_ENGINE_API PathInfo
{
explicit PathInfo(const char* path);
char m_extension[10];
char m_basename[MAX_PATH_LENGTH];
char m_dir[MAX_PATH_LENGTH];
};
struct PathInternal
{
char m_path[MAX_PATH_LENGTH];
u32 m_id;
volatile i32 m_ref_count;
};... | JakubLukas/LumixEngine | src/engine/path.h | C | mit | 1,201 |
'use strict';
const commonTags = require('common-tags');
const prepareFilenameToContentMap = require('../lib/prepare_filename_to_content_map');
describe('prepareFilenameToContentMap()', () => {
it('should return a map with file name to file contents', () => {
const filepaths = ['./path1/slide1.md', './path2/sl... | nponiros/presentation_builder | spec/prepare_filename_to_content_map.spec.js | JavaScript | mit | 5,200 |
import CharacterNav from './CharacterNav'
export default CharacterNav
| warcraftlfg/warcrafthub-client | src/routes/Character/components/CharacterNav/index.js | JavaScript | mit | 71 |
using B2Net.Models;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
namespace B2Net.Http.RequestGenerators {
public class LargeFileRequestGenerators {
private static class Endpoints {
public const string Start = "b2_... | coryrwest/B2.NET | src/Http/RequestGenerators/LargeFileRequestGenerators.cs | C# | mit | 5,801 |
# We borrow heavily from the kernel build setup, though we are simpler since
# we don't have Kconfig tweaking settings on us.
# The implicit make rules have it looking for RCS files, among other things.
# We instead explicitly write all the rules we care about.
# It's even quicker (saves ~200ms) to pass -r on the comm... | gtolan/mrkttrdr | node_modules/utf-8-validate/build/Makefile | Makefile | mit | 13,482 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Common;
using Common.Log;
using Core;
using Core.Bitcoin;
using Core.Helpers;
using Core.OpenAssets;
using Core.QBitNinja;
using Core.Repositories.Offchain;
using Core.Set... | LykkeCity/bitcoinservice | src/BitcoinJob/Functions/SpendBroadcastedCommitmentFunction.cs | C# | mit | 3,957 |
<?php
/*
* This file is part of Composer.
*
* (c) Nils Adermann <naderman@naderman.de>
* Jordi Boggiano <j.boggiano@seld.be>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Composer\Test\Repository\Vcs;
use Compos... | 1stvamp/composer | tests/Composer/Test/Repository/Vcs/GitHubDriverTest.php | PHP | mit | 13,710 |
import {Routes} from '@angular/router';
import {GalleryCatsListComponent} from './list/galleryCatList.component';
import {SettingsResolver} from '../../core/SettingsResolver';
import {GalleryCatFormComponent} from './form/galleryCatForm.component';
export const GalleryRoutes: Routes = [
{
path: '',
... | BioWareRu/Admin | src/app/gallery/gallery.routing.ts | TypeScript | mit | 806 |
package org.fjorum;
import org.fjorum.controller.form.UserCreateForm;
import org.fjorum.model.entity.Category;
import org.fjorum.model.entity.Role;
import org.fjorum.model.entity.User;
import org.fjorum.model.service.CategoryService;
import org.fjorum.model.service.RoleService;
import org.fjorum.model.service.UserServ... | fjorum/fjorum | src/main/java/org/fjorum/DbInitializer.java | Java | mit | 3,108 |
module.exports = {
invokeCallback: function (callback, error, result) {
return (this.isFunction(callback)) ? callback(error, result) : null;
},
isFunction: function (f) {
return f && typeof f === 'function';
}
};
| jarrettmeyer/recumbent | lib/recumbent/util.js | JavaScript | mit | 232 |
package de.leanovate.dose.customer.domain;
import de.leanovate.dose.customer.model.RegistrationRequest;
import org.hibernate.annotations.NaturalId;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.Id... | leanovate/microzon-customer | src/main/java/de/leanovate/dose/customer/domain/Customer.java | Java | mit | 1,475 |
#### Docker
Use our [Docker container](https://hub.docker.com/r/sitespeedio/sitespeed.io/) to get an environment with Firefox, Chrome, XVFB and sitespeed.io up and running as fast as you can download them. They work [extremely well]({{site.baseurl}}/documentation/sitespeed.io/performance-dashboard/) together with Gra... | beenanner/sitespeed.io | docs/_includes/index/install.md | Markdown | mit | 745 |
#ifndef RTC_H_
#define RTC_H_
#include <stdint.h>
#include <stdbool.h>
typedef struct {
uint16_t year; /* 1..4095 */
uint8_t month; /* 1..12 */
uint8_t mday; /* 1..31 */
uint8_t wday; /* 0..6, Sunday = 0*/
uint8_t hour; /* 0..23 */
uint8_t min; /* 0..59 */
uint8_t sec; /* 0..59 */
uint8_t dst; /* 0 Win... | inz2013/project_code | rtc.h | C | mit | 471 |
<?php
namespace LaPoiz\WindBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
use LaPoiz\WindBundle\Form\SpotForm;
use LaPoiz\WindBundle\Form\DataWindPrevForm;
use LaP... | lapoiz/WindServer | src/LaPoiz/WindBundle/Controller/AdminDataWindPrevController.php | PHP | mit | 1,896 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>weak-up-to: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.08.1-2.0.5/released/8.9.0/weak-up-to/8.10.0.html | HTML | mit | 7,493 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>compcert: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.cs... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.04.2-2.0.5/released/8.8.1/compcert/3.7.html | HTML | mit | 7,430 |
#pragma once
#include "Application.h"
#include "FBXFile.h"
#include <glm/glm.hpp>
struct Buffers
{
unsigned int vao, vbo;
};
struct OGL_FBXRenderData
{
unsigned int VBO; // vertex buffer object
unsigned int IBO; // index buffer object
unsigned int VAO; // vertex array object
};
// derived application class that... | emlowry/AIEFramework | projects/Shadow/Shadow.h | C | mit | 1,190 |
<?php
namespace App\Tests\Unit\Pipes\Category\Index;
use App\Http\Requests\Category\Index as RequestIndex;
use App\Models\Category;
use App\Passables\Category\Index;
use App\Pipes\Category\Index\Paginate;
use App\Tests\Unit\Pipes\Index\Paginate as IndexPaginate;
use Exception;
/**
* Class PaginateTest
... | MrSir/finance-projections | tests/Unit/Pipes/Category/Index/PaginateTest.php | PHP | mit | 2,691 |
/*global chart $*/
var requestsAll;
var colorPattern = ['#003d66', '#4d004d', '#00ccff'];
$(document).ready(function() {
var max;
var dates = ['x'];
var theDate = new Date();
for (var i = 0; i < 7; i++) {
theDate = new Date(new Date().setDate(new Date().getDate()-i));
dates.push( theDate.getFullYear()... | adelamtuduce/thesisapp | app/assets/javascripts/teacher_charts.js | JavaScript | mit | 1,708 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _03.Even_or_Odd
{
class Program
{
static void Main(string[] args)
{
int num = int.Parse(Console.ReadLine());
if (num%2==0)
{
... | delian1986/SoftUni-C-Sharp-repo | Fundamentals of Programming/02. Conditional Statements and Loops/02. Conditional Statements/03. Even or Odd/03. Even or Odd.cs | C# | mit | 478 |
/*
* Copyright (C) 2016-2019 Virgo Venture, Inc.
* Copyright (C) 2014 Lannocc Technologies
* @%@~LICENSE~@%@
*/
package net.iovar.web.dev;
// local imports:
import net.iovar.web.*;
// java imports:
import java.io.*;
import javax.servlet.http.*;
// 3rd-party imports:
/**
* Simple do-nothing interface
*
* @aut... | lannocctech/iovar | src/net/iovar/web/dev/Null.java | Java | mit | 880 |
/* Tiny Scrollbar */
.bgplayControlPrefixDiv .viewport { width: 345px; height: 120px; overflow: hidden; position: relative; }
.bgplayControlPrefixDiv .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
.bgplayControlPrefixDiv .scrollbar{ background: transparent url(lib/img/bgplay... | compunet/BGPlay.js | modules/css/tyniscrollbar.css | CSS | mit | 1,228 |
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("_0... | danisio/CSharp2-Homeworks | NumeralSystems/02.BinaryToDecimal/Properties/AssemblyInfo.cs | C# | mit | 1,414 |
#!/bin/sh
CWD=`pwd`
PLATFORM=`uname -s`
JAVA=`which java`
COMMAND="$1"
RESULT=0
# set -x
# browser definitions
# for MACOS
if [ ${PLATFORM} = 'Darwin' ]; then
BROWSER="Safari"
# for linux
elif [ ${PLATFORM} = 'Linux' ]; then
BROWSER="firefox"
fi
JSTESTDRIVER_DIR=${CWD}/../tools/JsTestDriver
JSTESTDRIVER_JA... | linear-rpc/linear-js | test/test.sh | Shell | mit | 2,794 |
#!/usr/bin/env python
import numpy as np
from astropy.io import fits
import scipy.ndimage
import scipy.fftpack
import scipy.optimize
def getcentroid(coordinates, values):
"""
Image centroid from image points im that match with a 2-d array pos, which
contains the locations of each point in an all-positive... | Saethlin/astrotools | photometry.py | Python | mit | 5,356 |
package com.github.sociallabel.tigase.integrate;
import java.io.IOException;
import java.security.NoSuchAlgorithmException;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.SQLIntegrityConstraintViolationException;
import java.util.Map;
import java.ut... | JohnWhite80/tigase-integrate | src/main/java/com/github/sociallabel/tigase/integrate/SocialLabelCustomAuth.java | Java | mit | 31,611 |
resource.AddWorkshop("546392647") -- Media Player
resource.AddWorkshop("131759821") -- VJ NPC Base
resource.AddWorkshop("111626188") -- Dark Messiah NPCS
do
local map_content = {
ze_ffvii_mako_reactor_v5_3 = {"307755108"},
gm_bluehills_test3 = {"243902601"},
gm_abstraction_extended = {"734919940"},
}
local m... | Datamats/ServerContent | notagain/lua/notagain/pac_server/autorun/server/workshop_resources.lua | Lua | mit | 516 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Topshelf;
namespace GreetingsWindowsService
{
public class Program
{
public static void Main(string[] args)
{ /*
* Send a message in this format to this service and it ... | dstockhammer/Brighter | samples/GreetingsWindowsService/Program.cs | C# | mit | 1,120 |
<?php
class Comment_MilestoneTest extends TestCase
{
private $model;
private $resourceId;
private $id;
public function setUp()
{
parent::setUp();
$this->model = TeamWorkPm\Factory::build('comment/milestone');
$project_id = get_first_project_id();
$this->r... | loduis/TeamWorkPmPhpApi | tests/Comment/MilestoneTest.php | PHP | mit | 2,719 |
package daemon
import (
"fmt"
"os"
"strconv"
"strings"
"time"
)
var (
netdir = "/sys/class/net"
rxfile = "/sys/class/net/%s/statistics/rx_bytes"
txfile = "/sys/class/net/%s/statistics/tx_bytes"
)
type Net struct {
Rxrate float64
Txrate float64
}
func NetRate(done <-chan struct{}, delay time.Duration) (<-c... | nindalf/gotop | daemon/net.go | GO | mit | 1,956 |
/*!
* js-file-browser
* Copyright(c) 2011 Biotechnology Computing Facility, University of Arizona. See included LICENSE.txt file.
*
* With components from: Ext JS Library 3.3.1
* Copyright(c) 2006-2010 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/
/*!
* Ext JS Library 3.3.1
* Copyrigh... | limscoder/js-file-browser | src/jsfb-built/js-file-browser-0.1/examples/locale/languages.js | JavaScript | mit | 1,962 |
---
slug: Joker-Rainbow-Hands
template_id: 372
title: Joker Rainbow Hands
---
| nikashitsa/meming-blog | _meme-templates/372.md | Markdown | mit | 78 |
<?php
// LesRestaurantBundle:Restaurant/News:news.html.twig
return array (
'eaa3d1a' =>
array (
0 =>
array (
0 => '@LesCouvertsBundle/Resources/public/js/homepage.js',
),
1 =>
array (
),
2 =>
array (
'output' => 'js/eaa3d1a.js',
'name' => 'eaa3d1a',
'debu... | arjunc2010/Lescouverts-public | app/cache/prod/assetic/config/3/3da4c42e90caeb951f606a91cdc88b43.php | PHP | mit | 412 |
import pytest
from locuspocus import Chromosome
@pytest.fixture
def chr1():
return Chromosome("chr1", "A" * 500000)
@pytest.fixture
def chr2():
return Chromosome("chr1", "C" * 500000)
def test_init(chr1):
assert chr1
def test_init_from_seq():
x = Chromosome("chr1", ["a", "c", "g", "t"])
asse... | LinkageIO/LocusPocus | tests/test_Chromosome.py | Python | mit | 1,038 |
# -*- coding: utf-8 -*-
# Generated by Django 1.11.4 on 2017-09-04 09:48
from __future__ import unicode_literals
import api.utils
from django.conf import settings
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
initial = True
dependencies = [... | gitgik/updown | api/migrations/0001_initial.py | Python | mit | 1,477 |
local Gamestate = require "hump.gamestate"
local TextEngine = require "xl.TextEngine"
local Keymap = require "xl.Keymap"
local TextBox = require "xl.TextBox"
local EMPTY = {}
local Dialog = {
fgcolor = { 100, 100, 100 },
selcolor = { 0, 0, 0 },
}
local font = xl.getFont( 20 )
local TB_Size
do
local inset = 5
TB_Si... | Murfalo/game-off-2016 | state/Dialog.lua | Lua | mit | 3,552 |
package devices
// 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 cause incorrect behavior and will be lost if the code is regenerated... | Azure/azure-sdk-for-go | services/preview/iothub/mgmt/2019-07-01-preview/devices/models.go | GO | mit | 101,280 |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="ja" version="2.0">
<defaultcodec>UTF-8</defaultcodec>
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About BulbaCoin</source>
<translation>BulbaCoinについて</translation>
</me... | bulbacoin-project/bulbacoin | src/qt/locale/bitcoin_ja.ts | TypeScript | mit | 99,051 |
<?php
namespace Lulu\Imageboard\ServiceManager;
use Lulu\Imageboard\ServiceManager\ServiceManagerInterface;
interface FactoryInterface
{
public function createServiceInstance(ServiceManagerInterface $serviceManager);
} | sorceresslulu/lulu-imageboard-engine | src/backend/bundles/Lulu/Imageboard/ServiceManager/FactoryInterface.php | PHP | mit | 224 |
<?php
namespace Spomky\CoovachilliBundle\DependencyInjection;
use Symfony\Component\Config\Definition\Processor;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\ContainerBuilder;
class SpomkyCoovachilliExtension extends Extension
{
public function load(ar... | muratbeser/SpomkyCoovachilliBundle | DependencyInjection/SpomkyCoovachilliExtension.php | PHP | mit | 1,153 |
/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.stdole;
import com.wilutions.com.*;
/**
* FONTUNDERSCORE.
*
*/
@SuppressWarnings("all")
public class FONTUNDERSCORE {
static boolean __typelib__loaded = __TypeLib.load();
private Boolean value;
public FONTUNDERSCORE() {}
p... | wolfgangimig/joa | java/joa/src-gen/com/wilutions/mslib/stdole/FONTUNDERSCORE.java | Java | mit | 476 |
[](https://travis-ci.org/franzip/serp-page-serializer)
[](https://coveralls.io/r/franzip/serp-page-serializer)
# SerpPageSerializer
Serialize/deseria... | franzip/serp-page-serializer | README.md | Markdown | mit | 6,263 |
namespace TimeZones
{
partial class FormMain
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void D... | binsys/TimeZoneConv | TimeZones/TimeZones/FormMain.Designer.cs | C# | mit | 6,102 |
module YouGotListed
class Listings < Resource
def search(params = {})
params[:page_count] ||= 20
params[:page_index] ||= 1
params[:sort_name] ||= "rent"
params[:sort_dir] ||= "asc"
params[:detail_level] ||= 2
SearchResponse.new(self.client.perform_request(:get, '/rentals/searc... | tcocca/you_got_listed | lib/you_got_listed/listings.rb | Ruby | mit | 3,543 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<meta name="robots" content="noindex" />
<title>File vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/FirePHPHandler.php | seip</title>
<script type="text/... | Tecnocreaciones/VzlaGovernmentTemplateDeveloperSeed | api/source-class-Symfony.Bridge.Monolog.Handler.FirePHPHandler.html | HTML | mit | 164,618 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>debug.js - binnng</title>
<script type="text/javascript" src="debug.js"></script>
<meta name="viewport" content="initial-scale=1, width=device-width, maximum-scale=1, user-scalable=no">
</head>
<body style="background: #eee">
<script type="text... | binnng/debug.js | demo.html | HTML | mit | 977 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Module mt_handler_behaviour</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
</head>
<body bgcolor="white">
<div class="navbar"><a na... | jitkit/mt_veon | doc/mt_handler_behaviour.html | HTML | mit | 1,579 |
var group__freemaster__demo =
[
[ "FreeMASTER Demo Introduction", "group__freemaster__demo__introduction.html", "group__freemaster__demo__introduction" ],
[ "FreeMASTER Demo User's Guide", "group__freemaster__demo__user__guide.html", "group__freemaster__demo__user__guide" ]
]; | linwenjian/Quadcopter_Will | Software/SDK1_1/doc/Kinetis SDK Demo Applications User's Guide/group__freemaster__demo.js | JavaScript | mit | 285 |
var wru = require('wru');
var collection = [];
var functions = require('./..');
var setBit = functions.setBit;
var resetBit = functions.resetBit;
var isSetBit = functions.isSetBit;
var toggleBit = functions.toggleBit;
var result;
collection[collection.length] = function() {
var bitMask = 5; // 1 + 0 + 4
wru.assert("... | bcoop713/hugo-slick | node_modules/gulp-cssimport/node_modules/useful-functions.js/test/bitFunctions.js | JavaScript | mit | 1,053 |
// Copyright 2014, Google Inc. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package vtctlclienttest contains the testsuite against which each
// RPC implementation of the vtctlclient interface must be tested.
package vtctlclienttest
//... | derekstavis/bluntly | vendor/github.com/youtube/vitess/go/vt/vtctl/vtctlclienttest/client.go | GO | mit | 3,810 |
<?php
namespace paslandau\ComparisonUtility;
class EqualityComperator extends AbstractBaseComperator implements ComperatorInterface
{
const COMPARE_FUNCTION_EQUALITY = "==";
const COMPARE_FUNCTION_IDENTITY = "===";
const COMPARE_FUNCTION_NOT_EQUALITY = "!=";
const COMPARE_FUNCTION_NOT_IDENTITY = "!==";... | paslandau/comparison-utility | src/EqualityComperator.php | PHP | mit | 2,362 |
<!-- HTML header for doxygen 1.8.6-->
<!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" conte... | lucasbrsa/OpenCV-3.2 | docs/3.2/df/d91/structcv_1_1cudev_1_1atan__func.html | HTML | mit | 13,014 |
<?php
$has_message = FALSE;
if($this->session->flashdata("notice")):?>
<div id="notice" class="message notice" data-clipboard-target="#notice">
<h2>NOTICE</h2><div><?php echo $this->session->flashdata('notice');?></div></div>
<?php $has_message = TRUE;?>
<?php endif;?>
<?php if($this->session->flashdata("alert")):?>
... | fsmn/plantsale | src/application/views/page/messages.php | PHP | mit | 515 |
/*
Copyright (c) 2013 Aaron Stone
Licensed under The MIT License (MIT):
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, ... | engineer0x47/img2ico | src/dllmain.cpp | C++ | mit | 1,683 |
const squads = (state = [], action) => {
return state;
}
export default squads;
| sunpietro/LeagueManager | src/reducers/squads.js | JavaScript | mit | 85 |
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
// Wait for the page to load first
window.onload = function() {
var a = document.getElementById("home");
//Set code to run when the link is clicked
// by assigning a function to "onclick"
a.onclick ... | qandeelabbassi/Web-Engineering-Tasks | WebEngineeering_Lab_Portfolio/gallery.html | HTML | mit | 3,363 |
---
layout: post
title: Setup sftp plugin for sublime
excerpt: SFTP setting protocal
modified:
categories: articles
tags: [Mac]
comments: true
share: true
---
I do not want to use [vi](https://en.wikipedia.org/wiki/Vi) in remote server, especially when dealing with large amounts of coding work. Instead, I want to wr... | shanguangyu/blog | _posts/articles/2017-09-26-setup-sftp-plugin-for-sublime.md | Markdown | mit | 4,278 |
#users
users = [
{email: 'gigi@hotmail.com', name: "Giovanna", password: "1234"},
{email: 'jfizi@hotmail.com', name: "Joseph", password: "1234"},
{email: 'jojo@hotmail.com', name: "Jordan", password: "1234"},
{email: 'sheldor@hotmail.com', name: "Sheldon", password: "1234"}
]
users.each {|user| User.create(user)}
... | gechro/web_flash_cards | db/seeds.rb | Ruby | mit | 749 |
namespace Zuehlke.AppMonitor.Server.Api.Models
{
public class PageQueryDto<T>
{
public int Skip { get; set; } = 0;
public int Top { get; set; } = 50;
}
}
| lehmamic/AppMonitor | src/Zuehlke.AppMonitor.Server/Api/Models/PageQueryDto.cs | C# | mit | 186 |
<?php
namespace Burrow\LeagueEvent;
use Burrow\Serializer\DeserializeException;
use League\Event\EventInterface;
interface EventDeserializer
{
/**
* @param string $message
*
* @return EventInterface
*
* @throws DeserializeException
*/
public function deserialize($message);
} | SelrahcD/burrow-tools | src/LeagueEvent/EventDeserializer.php | PHP | mit | 316 |
<!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... | v8-dox/v8-dox.github.io | bf16d92/html/functions_~.html | HTML | mit | 6,696 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Mozilla/5.0 (Linux; Android 4.1.2; SGH-I727R Build/JZO54K) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31</title>
<link rel="stylesheet" href="https://cdnjs.clo... | ThaDafinser/UserAgentParserComparison | v5/user-agent-detail/df/90/df90ee50-9491-43c1-a608-3383760dba79.html | HTML | mit | 56,687 |
<?php
$ISO_3166_2 = array();
$ISO_3166_2['A'] = "Alajuela";
$ISO_3166_2['C'] = "Cartago";
$ISO_3166_2['G'] = "Guanacaste";
$ISO_3166_2['H'] = "Heredia";
$ISO_3166_2['L'] = "Limón";
$ISO_3166_2['P'] = "Puntarenas";
$ISO_3166_2['SJ'] = "San José";
?>
| Yarduddles/ISO-3166 | PHP/ISO-3166-2-CR.php | PHP | mit | 251 |
package com.game.engine;
/**
* Common methods to implement in Action Subject
*/
public interface ActionSubject {
void attachObserver(ActionObserver o);
void detachObserver(ActionObserver o);
void notifyObservers();
}
| samuelnp/mvc_game_sdk | src/com/game/engine/ActionSubject.java | Java | mit | 223 |
import { Component } from '@angular/core';
import {ModalController} from 'ionic-angular';
import {RawMaterial, RawMaterialProvider} from "../../providers/raw-material/raw-material";
import {Observable} from "rxjs/Observable";
import {NewStockPage} from "../new-stock/new-stock";
import 'rxjs/add/operator/do'
/**
* Gen... | x1QG1x/FJCE | src/pages/stock/stock.ts | TypeScript | mit | 1,389 |
---
date: 2019-09-24T18:41:05-04:00
title: Muut
repo:
weight:
description: The complete discussion system for your site
tools:
- Interaction
interactions:
- comments/discussion
license: Commercial
data_model: ''
language: ''
related_tools: []
tags:
- forums
urls:
website: https://muut.com/
github: ''
twitter: '... | budparr/thenewdynamic | content/tool/muut.md | Markdown | mit | 353 |
import { NgModule } from '@angular/core';
import { CheckboxModule } from './checkbox/checkbox.module';
import { ModalModule } from './modal/modal.module';
import { RadioModule } from './radio/radio.module';
import { SelectModule } from './select/select.module';
import { SharedModule } from './shared/shared.module';
c... | rallyhealth/angular-yuzi | src/yuzi.module.ts | TypeScript | mit | 514 |
PageModule.controller('PageFormController', function PageFormController($scope, $http, $q) {
/**
*
* @type {String}
*/
var rootUrl = '';
/**
*
* @returns {void}
*/
$scope.generateSlug = function() {
var pageHeader = $('#Page_header').val();
$http({
... | alexdevid/eel | protected/modules/page/assets/javascript/angular/Controllers/PageFormController.js | JavaScript | mit | 1,629 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.