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
# gautamramuvel.github.io My github page
gautamramuvel/gautamramuvel.github.io
README.md
Markdown
mit
41
/* * ***** BEGIN LICENSE BLOCK ***** * Zimbra Collaboration Suite Server * Copyright (C) 2011 Zimbra, Inc. * * The contents of this file are subject to the Zimbra Public License * Version 1.3 ("License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at ...
nico01f/z-pec
ZimbraSoap/src/java/com/zimbra/soap/admin/message/CheckHealthResponse.java
Java
mit
1,528
--- title: ako11 type: products image: /img/Screen Shot 2017-05-09 at 11.56.54 AM.png heading: o11 description: lksadjf lkasdjf lksajdf lksdaj flksadj flksa fdj main: heading: Foo Bar BAz description: |- ***This is i a thing***kjh hjk kj # Blah Blah ## Blah![undefined](undefined) ### Baah image1:...
pblack/kaldi-hugo-cms-template
site/content/pages2/ako11.md
Markdown
mit
339
/** * Party.java */ package Simulation;/* * Simulation.Party.java * * Version: * $Id$ * * Revisions: * $Log: Simulation.Party.java,v $ * Revision 1.3 2003/02/09 21:21:31 ??? * Added lots of comments * * Revision 1.2 2003/01/12 22:23:32 ??? * *** empty log message *** * * Revision 1.1 ...
Ziggypop/BowlingAlleyManagementSystem
src/Simulation/Party.java
Java
mit
1,275
import _ from '../lib/utils' import App from './app' let Cards = { Plains: 401994, Island: 401927, Swamp: 402059, Mountain: 401961, Forest: 401886 } export let BASICS = Object.keys(Cards) let COLORS_TO_LANDS = { 'W': 'Plains', 'U': 'Island', 'B': 'Swamp', 'R': 'Mountain', 'G': 'Forest', }...
arxanas/drafts.ninja
public/src/cards.js
JavaScript
mit
10,318
--- layout: page title: Osborn Air Executive Retreat date: 2016-05-24 author: Howard Copeland tags: weekly links, java status: published summary: Aliquam erat volutpat. Aenean finibus odio. banner: images/banner/office-01.jpg booking: startDate: 10/12/2018 endDate: 10/15/2018 ctyhocn: WELMEHX groupCode: OAER pu...
KlishGroup/prose-pogs
pogs/W/WELMEHX/OAER/index.md
Markdown
mit
1,675
package com.bioxx.tfc.api; import java.util.HashMap; import java.util.Map; import net.minecraft.item.Item; import com.bioxx.tfc.api.Enums.EnumFoodGroup; public class FoodRegistry { private static final FoodRegistry instance = new FoodRegistry(); public static final FoodRegistry getInstance() { return instance...
vidaj/TFCWaterCompatibility
src/api/java/com/bioxx/tfc/api/FoodRegistry.java
Java
mit
2,230
package achan.nl.uitstelgedrag.ui.presenters; import android.content.Context; import android.location.Location; import android.util.Log; import java.util.List; import achan.nl.uitstelgedrag.domain.models.Task; import achan.nl.uitstelgedrag.persistence.Repository; import achan.nl.uitstelgedrag.persistence.gateways.La...
ikbenpinda/uitstelgedrag_android
app/src/main/java/achan/nl/uitstelgedrag/ui/presenters/TaskPresenterImpl.java
Java
mit
2,046
// Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Linq; using System.Net.Http; using System.Reflection; using System.Web; using Microsoft.Dash.Common.Diagnostics; using Microsoft.Dash.Common.Handlers; using Microsoft.Dash.Common.Utils; using Microsoft.Dash.Server.A...
CedarLogic/Dash
DashServer/Handlers/ControllerOperations.cs
C#
mit
4,761
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Java的安全性</title> <link rel="stylesheet" href="/styles/css/index.css"> <link rel="stylesheet" href="/styles/css/fontawesome/cs...
junxigu/junxigu.github.io
2016/11/22/DEEP_IN_JAVA_VM__security/index.html
HTML
mit
15,052
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W28714_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> ...
datamade/elpc_bakken
ocr_extracted/W28714_text/page19.html
HTML
mit
2,002
<?php namespace Comodojo\WPAPI; use \Comodojo\Exception\WPException; /** * Comodojo Wordpress API Wrapper. This class is an iterator for WPMedia class * * It allows to fetch through media object into the Wordpress media library. * * @package Comodojo Spare Parts * @author Marco Castiello <marco.casti...
comodojo/wpapi
src/Iterator/WPMediaIterator.php
PHP
mit
2,781
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); class Setup_cc_type extends Root_Controller { private $message; public $permissions; public $controller_url; public function __construct() { parent::__construct(); $this->message=""; $this->permissio...
islambuet/pms
application/controllers/Setup_cc_type.php
PHP
mit
8,644
# goingnative **A NodeSchool style workshopper for learning how to write native Node.js addons** [![NPM](https://nodei.co/npm/goingnative.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/goingnative/) [![NPM](https://nodei.co/npm-dl/goingnative.png?months=3&height=3)](https://nodei.co/npm/goingn...
workshopper/goingnative
README.md
Markdown
mit
1,076
#!/bin/bash puppet agent -td
aepod/Magento-Vagrant-Puppet-Sandbox
scripts/web/initial_setup.sh
Shell
mit
29
require 'stella' TEST_URI = 'http://bff.heroku.com/' ## Stella::Engine is aware of all available modes Stella::Engine.modes #=> { :checkup => Stella::Engine::Checkup } ## Checkup has a mode Stella::Engine::Checkup.mode #=> :checkup ## Can run checkup @plan = Stella::Testplan.new TEST_URI @run = Stella::Testrun.new ...
solutious/stella
try/00_basics_try.rb
Ruby
mit
558
<?php /* |-------------------------------------------------------------------------- | Model Factories |-------------------------------------------------------------------------- | | Here you may define all of your model factories. Model factories give | you a convenient way to create models for testing and seeding yo...
jasonlbeggs/personal-website
database/factories/ModelFactory.php
PHP
mit
1,038
#!/usr/bin/env python import atexit import argparse import getpass import sys import textwrap import time from pyVim import connect from pyVmomi import vim import requests requests.packages.urllib3.disable_warnings() import ssl try: _create_unverified_https_context = ssl._create_unverified_context except Att...
kenelite/vmapi
005reset.py
Python
mit
4,622
#include <string.h> #include "object.h" #include "strproc.h" #include "procdef.h" #include "mem.h" #include "sstream.h" #include "gc.h" #include "sstream.h" static int make_string_proc(object *params, object **result) { object *len_obj, *char_obj; char c; long len; char *buf; check_null(result); ...
cpylua/scheme
strproc.c
C
mit
13,814
require 'rails_helper' RSpec.describe ResourceController, vcr: true do describe 'GET index' do it 'should raise a routing error (404)' do expect{get :index}.to raise_error(ActionController::RoutingError) end end describe 'GET grom nodes' do context 'successfully' do before(:each) do ...
cwaszczuk/parliament.uk-prototype
spec/controllers/resource_controller_spec.rb
Ruby
mit
1,323
// <copyright file="RepeatableQueue{T}.cs" company="Adrian Mos"> // Copyright (c) Adrian Mos with all rights reserved. Part of the IX Framework. // </copyright> using System.Collections; using System.Diagnostics.CodeAnalysis; using IX.StandardExtensions.Contracts; using JetBrains.Annotations; namespace IX.System.Coll...
adimosh/IX.StandardExtensions
src/IX.StandardExtensions/System/Collections/Generic/RepeatableQueue{T}.cs
C#
mit
9,914
/** * This file does the main work of building a domTree structure from a parse * tree. The entry point is the `buildHTML` function, which takes a parse tree. * Then, the buildExpression, buildGroup, and various groupTypes functions are * called, to produce a final HTML tree. */ var Options = require("./Options")...
zhanghuiguoanlige/KaTeX
src/buildHTML.js
JavaScript
mit
50,238
using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using Microsoft.AspNet.Identity; using Microsoft.Owin.Security; namespace BioInfo.Web.ExternalWeb.Models { public class IndexViewModel { public bool HasPassword { get; set; } public IList<UserLoginInfo> Logins { get...
drcrook1/BioInformatics
Web/ExternalWeb/Models/ManageViewModels.cs
C#
mit
2,669
/** ****************************************************************************** * @file stm32l4xx_hal_crc.c * @author MCD Application Team * @brief CRC HAL module driver. * This file provides firmware functions to manage the following * functionalities of the CRC periphe...
PPA-Kerhoas-BLE/MeteoStation
STM32CubeExpansion_MEMS1_V4.1.0/Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_crc.c
C
mit
18,655
module Belugas module Php module Parser class FrameworkData FRAMEWORKS = %w(laravel cakephp codeigniter zend yii).freeze def initialize(requirements) @requirements = requirements @name = nil @version = nil extract end def extract ...
Gueils/belugas-php
lib/belugas/php/parser/framework_data.rb
Ruby
mit
1,305
package cmc.ps.service; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import cmc.ps.dao.HistoryDAO; import cmc.ps.model.History; import com.googlecode.ge...
xm-repo/java-web-app
src/main/java/cmc/ps/service/HistoryServiceImpl.java
Java
mit
1,579
package eu.greenlightning.hypercubepdf.align; import java.util.Objects; import org.apache.pdfbox.pdmodel.common.PDRectangle; /** * Combination of a {@link HCPHorizontalAlignment} and {@link HCPVerticalAlignment}. * <p> * Describes an alignment in a 2D space where the x-axis points right and the y-axis points upwa...
GreenLightning/hypercube
src/eu/greenlightning/hypercubepdf/align/HCPAlignment.java
Java
mit
5,358
// track page views var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-105747972-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = 'https://ssl.google-analytics.com/ga.js'; var s = document.getElementsByTagName('scr...
joejacob/ticker-sticker
extension/scripts/background.js
JavaScript
mit
835
package rpc import ( "fmt" "io" "net" "github.com/ugorji/go/codec" ) type packetizer interface { NextFrame() (rpcMessage, error) } type packetHandler struct { dec decoder reader io.Reader frameDecoder *decoderWrapper protocols *protocolHandler calls *callContainer } func newPacke...
jzila/go-framed-msgpack-rpc
packetizer.go
GO
mit
1,918
(() => { 'use strict'; angular .module('app') .service('TokenService', TokenService); function TokenService($localStorage) { this.get = get; this.save = save; this.clean = clean; //// function get() { return $localStorage.token; ...
royalrangers-ck/rr-web-app
app/utils/services/token.service.js
JavaScript
mit
505
import * as React from 'react'; import { SxProps } from '@mui/system'; import { OverridableStringUnion } from '@mui/types'; import { ExtendBadgeUnstyledTypeMap, BadgeUnstyledTypeMap } from '@mui/base/BadgeUnstyled'; import { Theme } from '../styles'; import { OverridableComponent, OverrideProps } from '../OverridableCo...
oliviertassinari/material-ui
packages/mui-material/src/Badge/Badge.d.ts
TypeScript
mit
4,622
import React from 'react'; import { mount } from 'enzyme'; import { AccountName } from './AccountName'; import { MockedProvider } from '@apollo/react-testing'; import { PublicAccount, AccountType } from '../../../common/types/graphql'; import { AccountQuery } from '../graphql'; jest.mock('../graphql/client'); functio...
viridia/klendathu
client/src/controls/AccountName.spec.tsx
TypeScript
mit
1,213
local L = Apollo.GetPackage("Gemini:Locale-1.0").tPackage:NewLocale("Gear_Durability", "frFR") if not L then return end L["GP_FLAVOR"] = "Durabilité des Objets pour chaque Profil." L["GP_O_SETTINGS"] = "Durabilité" L["GP_O_SETTING_1"] = "Déclencher l'Alarme lorsque l'état est < " L["GP_O_SETTING_2"] =...
scscgit/scsc_wildstar_addons
Gear_Durability/locale/frFR.lua
Lua
mit
789
package org.wmaop.util.jexl; public class ExpressionProcessor { private static final char BACKSLASH = '\\'; protected static final String ENC_COLON = "__col_"; protected static final String ENC_HYPHEN = "__hyp_"; protected static final String ENC_SPACE = "__spc_"; private ExpressionProcessor() {} public st...
wmaop/wm-aop-util
src/main/java/org/wmaop/util/jexl/ExpressionProcessor.java
Java
mit
1,359
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow, all" /> <title>Soluble\FlexStore\Column\Type\IntegerType | Soluble API</title> <link rel="stylesheet" type="text/css" href="../../../../css/bootstrap.min.css"> <link rel="stylesh...
belgattitude/solublecomponents
docs/sphinx/source/_static/API/SAMI/Soluble/FlexStore/Column/Type/IntegerType.html
HTML
mit
6,580
<?php /** * * Created by mtils on 3/21/21 at 2:16 PM. **/ namespace Ems\Config\Exception; use RuntimeException; use Throwable; /** * Class EnvFileException * * Mark an error in the env file. Pass a line to help the developer * @package Ems\Config\Exception */ class EnvFileException extends RuntimeException ...
mtils/php-ems
src/Ems/Config/Exception/EnvFileException.php
PHP
mit
864
import React from 'react' import { Link } from 'react-router' import { prefixLink } from 'gatsby-helpers' import Wrapper from '../components/wrapper' import Articles from '../components/articles' import Nav from '../components/nav' import Hero from '../components/hero' import Footer from '../components/footer' import D...
meuschke/wanderlust.tech
pages/index_en.js
JavaScript
mit
1,026
namespace ItIsAlive.Extensions.NHibernate { using Autofac; using Bootstrapping.Tasks; using Composition.Discovery; using Composition.Markers; [Hidden] public class WarmupNHibernate : IInitializationTask, ISingleInstanceDependency { public void Execute(InitializationTas...
pekkah/ItIsAlive
sources/ItIsAlive.Extensions.NHibernate/WarmupNHibernate.cs
C#
mit
467
<?php namespace App\Http\Middleware; use Closure; use Laralytics; use Illuminate\Contracts\Auth\Guard; /** * Class LaralyticsMiddleware * @package App\Http\Middleware */ class LaralyticsMiddleware { /** * The Guard implementation. * * @var Guard */ protected $auth; /** * Crea...
bsharp/Laralytics
publish/Http/Middleware/LaralyticsMiddleware.php
PHP
mit
848
# Django Post Office Django Post Office is a simple app to send and manage your emails in Django. Some awesome features are: - Allows you to send email asynchronously - Multi backend support - Supports HTML email - Supports inlined images in HTML email - Supports database based email templates - Supports ...
ui/django-post_office
README.md
Markdown
mit
24,875
<?php declare(strict_types=1); namespace Symplify\MonorepoBuilder\Release\Process; use Symfony\Component\Console\Style\SymfonyStyle; use Symfony\Component\Process\Exception\ProcessFailedException; use Symfony\Component\Process\Process; final class ProcessRunner { /** * Reasonable timeout to report hang off...
Symplify/Symplify
packages/MonorepoBuilder/packages/Release/src/Process/ProcessRunner.php
PHP
mit
2,156
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_05) on Fri Dec 23 12:54:36 EST 2005 --> <TITLE> TemplateEmailListener (ATG Java API) </TITLE> <META NAME="keywords" CONTENT="atg.userprofiling.email...
Smolations/more-dash-docsets
docsets/ATG 2007.1.docset/Contents/Resources/Documents/atg/userprofiling/email/TemplateEmailListener.html
HTML
mit
9,455
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: AssemblyTi...
jncronin/jca
jcasm/jcasm/Properties/AssemblyInfo.cs
C#
mit
1,422
'use strict'; exports.command = function( ) { const SauceLabs = require( 'saucelabs' ); const saucelabs = new SauceLabs({ username: process.env.SAUCE_USERNAME, password: process.env.SAUCE_ACCESS_KEY }); const sessionid = this.capabilities[ 'webdriver.remote.sessionid' ]; saucelabs.updateJ...
LaxarJS/shop-demo
nightwatch-tests/lib/custom_commands/reportToSauce.js
JavaScript
mit
425
using System.Web.Http; using System.Web.Mvc; namespace Windays.Web.Api.Areas.HelpPage { public class HelpPageAreaRegistration : AreaRegistration { public override string AreaName { get { return "HelpPage"; } } public override ...
rjovic/Windays2015
Windays.Web.Api/Areas/HelpPage/HelpPageAreaRegistration.cs
C#
mit
673
package buyer; /** * This class is a re-work of the given Buyer interface within the original BuyerImpl class. * ============================================================================================ * The goal of the rework is to represent a generic type of Buyer. * =========================================...
rwebaz/Simple-Java
src/TestNewPackage/src/buyer/BuyerImplements.java
Java
mit
6,598
daily ===== a tiny little computer-time clock that counts down while your machine is in use
dxnn/daily
README.md
Markdown
mit
93
/* * This file is part of ClassGraph. * * Author: Luke Hutchison * * Hosted at: https://github.com/classgraph/classgraph * * -- * * The MIT License (MIT) * * Copyright (c) 2019 Luke Hutchison * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated *...
lukehutch/fast-classpath-scanner
src/main/java/nonapi/io/github/classgraph/fastzipfilereader/FastZipEntry.java
Java
mit
13,768
<div class="commune_descr limited"> <p> Fraissinet-de-Lozère est un village géographiquement positionné dans le département de Lozère en Languedoc-Roussillon. Elle totalisait 216 habitants en 2008.</p> <p>À coté de Fraissinet-de-Lozère sont situées les villes de <a href="{{VLROOT}}/immobilier/salle-prun...
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/48066.html
HTML
mit
1,490
class ScopedTagsMigration < ActiveRecord::Migration def self.up create_table :tags do |t| t.string :name t.string :context end create_table :taggings do |t| t.references :tag t.references :taggable, :polymorphic => true end add_index "tags", ['context', 'name'] add_in...
joshk/scoped-tags
generators/scoped_tags_migration/templates/migration.rb
Ruby
mit
450
<!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...
FSource/FDesign-Document
doxygen/html/class_program_source_mgr-members.html
HTML
mit
18,517
/* * Clearest Framework * Provided under MIT License. * Copyright (c) 2012-2015 Illya Kokshenev <sou@illya.com.br> */ /** * Created by M0nZDeRR on 30/10/2015. */ var chai = require("chai"), expect = chai.expect, commons = require("../../core/commons"), inside = commons.inside, Serializer = requi...
m0nzderr/clearest
test/tool/serializer.js
JavaScript
mit
1,355
angular.module('checkoutModule') .controller('checkoutAccordionController', [ '$scope', '$location', '$q', '$timeout', '_', 'checkoutApiService', 'visitorLoginService', 'cartService', 'commonUtilService', 'checkoutService', 'giftcardsApiService', function ( $scop...
ottemo/ultimo
src/app/checkout/accordion.controller.js
JavaScript
mit
31,464
__author__ = 'Akshay' """ File contains code to Mine reviews and stars from a state reviews. This is just an additional POC that we had done on YELP for visualising number of 5 star reviews per state on a map. For each business per state, 5 reviews are taken and the count of the review is kept in the dictionary for e...
akshaykamath/StateReviewTrendAnalysisYelp
StateReviewTrendsPOC.py
Python
mit
4,899
package org.codehaus.xfire.xmlbeans; import java.util.HashMap; import java.util.Map; import net.webservicex.WeatherData; import org.codehaus.xfire.MessageContext; import org.codehaus.xfire.aegis.stax.ElementReader; import org.codehaus.xfire.aegis.type.DefaultTypeCreator; import org.codehaus.xfire.soap.SoapConstants;...
eduardodaluz/xfire
xfire-xmlbeans/src/test/org/codehaus/xfire/xmlbeans/XmlTypeTest.java
Java
mit
1,337
const router = require("express").Router(); const Category = require("../model/Category"); const { categoryValidation } = require("../validation"); const verify = require("./verifyToken"); router.post("/", verify, async (req, res) => { const { error } = categoryValidation(req.body); if (error) return res.status(40...
sivadass/react-expense-manager
backend/routes/category.js
JavaScript
mit
2,135
<!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/html; charset=utf-8" /> <title>RUNTIME_OUTPUT_DIRECTORY &mdash; CMake 3.7.2 Document...
ontouchstart/emcc
base/cmake-3.7.2-Linux-x86_64/doc/cmake/html/prop_tgt/RUNTIME_OUTPUT_DIRECTORY.html
HTML
mit
6,881
//Wrapped in an outer function to preserve global this (function (root) { var amdExports; define(['bootstrap/bootstrap-transition','bootstrap/bootstrap-tooltip'], function () { (function () { /* =========================================================== * bootstrap-popover.js v2.3.1 * http://twitter.github.com/boot...
bcool/Coder4Hire
lib/bootstrap/js/bootstrap-popover.js
JavaScript
mit
3,363
import React, {PropTypes} from 'react'; import {connect} from 'react-redux'; import {bindActionCreators} from 'redux'; import * as actions from '../../actions/itemActions'; import FilterList from '../../components/FilterList/FilterList'; export const Filters = (props) => { return ( <FilterList changeShop=...
akrigline/dota2items
src/containers/Filters/Filters.js
JavaScript
mit
802
python -m venv flask flask/bin/pip install -r requirements.txt
miguelgrinberg/REST-tutorial
setup.sh
Shell
mit
63
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace IppDotNetSdkQuickBooksApiV3SampleWebFormsApp.Account { public partial class Login : Page { protected void Page_Load(object sender, EventArgs e) {...
IntuitDeveloperRelations/QuickbooksV3API-DotNet
IppDotNetSdkQuickBooksApiV3SampleWebFormsApp/Account/Login.aspx.cs
C#
mit
636
var priceCount; var priceCountS; window.onload = function(){ initContentList(1); //$("#addContentBtn").bind("click",function(){ // window.location = "csicrmmgr.do?page=11"; //}); $("#query").bind("click",function(){initContentList(1);}); }; $(".colors a").live({ mouseover: (function(){ $(this)...
linfongi/gloso
glosob2c/gadmin/membermgr/js/saleslist.js
JavaScript
mit
5,020
// @flow /** * CommonFashionista: provides utilities to help manage Fashions * (which are * object-representations of CSS styles). * * @module internal/fashionistas/common */ import Debug from 'debug' import chroma from 'chroma-js' import type { CalcFashion, ColorFashion, CompositeFashion, Fashion, Num...
andrewkshim/react-animatronics
src/internal/fashionistas/common.js
JavaScript
mit
10,749
/* ** syscall.c for ftrace in /home/kureuil/Work/PSU_2015_ftrace ** ** Made by Arch Kureuil ** Login <kureuil@epitech.net> ** ** Started on Tue Apr 12 11:47:22 2016 Arch Kureuil ** Last update Sun Apr 17 11:19:06 2016 Arch Kureuil */ #include <sys/ptrace.h> #include <sys/time.h> #include <sys/wait.h> #include <as...
kureuil/ftrace
vendor/ftrace-syscall/src/handler.c
C
mit
3,512
require 'spec_helper' describe Receipt do pending "add some examples to (or delete) #{__FILE__}" end
abanoubadel/rails_project
spec/models/receipt_spec.rb
Ruby
mit
104
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="twitter:card" content="summary"/> <meta name="twitter:image" content="http://opendatask.ca/images/cover.jpg"/> <meta name="twitter:title" content="Tags"/> <...
SaskOpenData/SaskOpenData.github.io
tags/index.html
HTML
mit
10,624
<style> .highlight { padding: 9px 14px; background-color: #b7b7b8; border: 1px solid #e1e1e8; border-radius: 4px; } img { margin-bottom: 10px; } </style> <div class="highlight" style="display: inline-block" > <div> <img ng-src="{{image.dataUrl}}...
BLTuckerDev/GroupedImages
detailedimagebox.html
HTML
mit
764
<style type="text/css" media="screen"> span#live-signal { color: red; animation: blinker 3s linear infinite; font-size: 15px; } @keyframes blinker { 50% { opacity: 0; } } </style> <div> <h4> <span id="live-signal">LIVE</span> <small>last updated <span id="last-updated">{{lastUpdated}}</span></small>...
khairihafsham/wikisual
wikiweb/jsapp/app/live-display.component.html
HTML
mit
336
<?php namespace App\Security\ACL; interface IBrokerPermissions { public function canViewStats(): bool; public function canFreeze(): bool; public function canUnfreeze(): bool; }
ReCodEx/api
app/V1Module/security/ACL/IBrokerPermissions.php
PHP
mit
193
--- id: 842 title: 投资新政13条齐出 保险资管急欲打通奇经八脉 date: 2012-06-14T09:05:00+00:00 author: 偶尔陶醉 layout: post guid: http://www.stutostu.com/842.html permalink: /?p=842 categories: - 股票 tags: - 保险 - 投资 --- 【偶尔点评:这么搞法,以后银行并保险就难了,牌照要升值了我擦~~目前有保险牌照的股份制好像就招行持有50%的招商信诺】  来源:21世纪经济报道   保险资产管理的实质性利好即将到来。   近日,中国保监会频频召集各家保险机构投资人...
Barbery/blog.site
content/post/2012-06-14-投资新政13条齐出保险资管急欲打通奇经八脉.md
Markdown
mit
6,488
/******************************************************************************* * File Name: scps.c * * Version: 1.30 * * Description: * This file contains SCPS callback handler function. * * Hardware Dependency: * CY8CKIT-042 BLE * ******************************************************************************** * ...
perusworld/PSoC4OTAUpdate
HelloApp.cydsn/scps.c
C
mit
2,985
<?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. */ class Home extends CI_Controller { public function __construct() { parent::__construct(); } pub...
leelanarasimha/codeignierproject
application/controllers/Home.php
PHP
mit
381
define(['app', 'model/candidate'], function(App, CandidateCollection){ App.commands.setHandler('votePageDisplay', function(voter){ require(['views/vote', 'backbone'], function(VoteView, Backbone){ var list = new CandidateCollection(); list.fetch(); //Display only those candid...
SethiPawandeep/ElectionApp
Election-UI/www/js/events/showVotePage.js
JavaScript
mit
481
package work.samoje.colors; /** * Static methods to help with common concerns when working with colors. * * @author Jennie Sadler * */ public class ColorHelpers { public static final double MAX_COLOR_VAL = 255.0; /** * Returns the integer value nearest the given double that is in the set {0, * ...
jenlersadnie/color-array-series
src/work/samoje/colors/ColorHelpers.java
Java
mit
981
// Copyright (c) 2009-2013 The Storecoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "crypter.h" #include "script.h" #include <string> #include <vector> #include <boost/foreach.hpp> #include <openss...
storecoin/storecoin
src/crypter.cpp
C++
mit
8,248
require 'spec_helper' module Fooltip describe Association do it { should belong_to(:owner) } it { should belong_to(:container) } it { should validate_presence_of :owner_id } it { should validate_presence_of :owner_type } it { should validate_presence_of :container_id } it { should validate_...
intesys/fooltip
spec/models/fooltip/association_spec.rb
Ruby
mit
724
# Author: Samuel Genheden, samuel.genheden@gmail.com """ Program to build lipids from a template, similarly to MARTINI INSANE Is VERY experimental! """ import argparse import os import xml.etree.ElementTree as ET import numpy as np from sgenlib import pdb class BeadDefinition(object): def __init__(self): ...
SGenheden/Scripts
Membrane/build_lipid.py
Python
mit
3,765
"use strict"; var platform_browser_dynamic_1 = require('@angular/platform-browser-dynamic'); var app_module_1 = require('./app/app.module'); //enableProdMode(); //Uncomment for production document.addEventListener('WebComponentsReady', function () { platform_browser_dynamic_1.platformBrowserDynamic().bootstrapModul...
mockii/mockii_node
src/main.js
JavaScript
mit
784
--- layout: post microblog: true audio: date: 2018-10-30 07:06:05 -0600 guid: http://craigmcclellan.micro.blog/2018/10/30/happy-th-anniversary.html --- Happy 8th Anniversary @laura_mcclellan! Thanks for marrying me love. <img src="http://craigmcclellan.com/uploads/2018/41ec1ea48a.jpg" width="600" height="400" />
craigwmcclellan/craigwmcclellan.github.io
_posts/2018-10-30-happy-th-anniversary.md
Markdown
mit
316
Job-Offers ========== Offline Angular based Javascript / HTML / CSS app with localstorage for tracking Job offers, applications and interviews
digitalgravy/Job-Offers
README.md
Markdown
mit
144
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; public class ShowCar : Car { private int stars; public ShowCar(string brand, string model, int yearOfProduction, int horsepower, int acceleration, int suspension, int durability) ...
Plotso/SoftUni
CSharpOOP Basics-Exams/NFS/NFS/Entities/Cars/ShowCar.cs
C#
mit
750
/** ****************************************************************************** * @file usb_conf.h * @author MCD Application Team * @version V4.0.0 * @date 21-January-2013 * @brief Virtual COM Port Demo configuration header *********************************************************************...
eleqian/WiDSO
MCU/VirtualCOMPort/usb/usb_conf.h
C
mit
4,073
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> ...
kuhlenh/port-to-core
Reports/de/deedle.rplugin.1.2.0/Deedle.RProvider.Plugin-net40.html
HTML
mit
13,096
//==================================================================================== // // Purpose: Provide basic touch detection of controller to interactable objects // // This script must be attached to a Controller within the [CameraRig] Prefab // //===============================================================...
morgan3d/misc
tachyonVR/Assets/SteamVR_Unity_Toolkit/Scripts/VRTK_InteractTouch.cs
C#
mit
10,886
// // Alert system // #include <algorithm> #include <boost/algorithm/string/classification.hpp> #include <boost/algorithm/string/replace.hpp> #include <boost/foreach.hpp> #include <map> #include "alert.h" #include "key.h" #include "net.h" #include "sync.h" #include "ui_interface.h" using namespace std; map<uint256,...
b-desconocido/bdc-project
src/alert.cpp
C++
mit
7,387
// // NSAttributedString+MUSExtraMethods.h // MuseApp // // Created by Leo Kwan on 9/18/15. // Copyright © 2015 Leo Kwan. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> @interface NSAttributedString (MUSExtraMethods) +(NSAttributedString *)returnMarkDownStringFromString:(NSStri...
leojkwan/MuseApp
MuseJournal/NSAttributedString+MUSExtraMethods.h
C
mit
607
/** * Copyright (c) 2013 Andre Ricardo Schaffer * * 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, me...
wiselenium/wiselenium
wiselenium-testng/src/main/java/com/github/wiselenium/testng/WiseTest.java
Java
mit
6,098
using System.Collections.Generic; using mongoDB4.net.HelloMongo.Models; namespace mongoDB4.net.HelloMongo.Repositories { public interface ICommentsRepository { Comment Save(Comment comment); IEnumerable<Comment> GetAll(); } }
MatthewNichols/mongo4.NET
src/HelloMongo/mongoDB4.net.HelloMongo/Repositories/ICommentsRepository.cs
C#
mit
257
/* --------------------------------------------------------------------------- Open Asset Import Library (assimp) --------------------------------------------------------------------------- Copyright (c) 2006-2016, assimp team All rights reserved. Redistribution and use of this software in source and binary forms, w...
forifelse/fispTools
assimp/test/unit/utImporter.cpp
C++
mit
11,856
'use strict'; var util = require('util'), errors = module.exports = {}; errors.BaseError = function() { var tmp = Error.apply(this, arguments); tmp.name = this.name = 'QMFError'; this.message = tmp.message; if (Error.captureStackTrace) Error.captureStackTrace(this, this.constructor); }; util.inherits(...
mbroadst/node-qmf2
lib/errors.js
JavaScript
mit
1,120
# testifix [![npm version][npm-image]][npm-url] > Simple, promise-based unit testing. ## Installation $ npm install testifix ## License MIT [npm-image]: https://img.shields.io/npm/v/testifix.svg?style=flat-square [npm-url]: https://www.npmjs.com/package/testifix
ebednarz/testifix
README.markdown
Markdown
mit
273
import React from "react" type Props = { condition: boolean children: React.ReactElement wrap: (children: React.ReactNode) => JSX.Element } export const Conditional = ({ condition, children, wrap }: Props) => condition ? React.cloneElement(wrap(children)) : children
UgnisSoftware/ugnis
src/components/Conditional/src/Conditional.tsx
TypeScript
mit
277
Slipmat.Views.LabelShow = Backbone.ModularView.extend({ tagName: "main", className: "group", template: JST["labels/show"], initialize: function (options) { this.router = options.router; this.listenTo(this.model, "sync change", this.render); }, events: { "submit": "addComment" }, render: ...
cribbles/Slipmat
app/assets/javascripts/views/labels/show.js
JavaScript
mit
1,215
Meteor.startup(function () { // Notification email Router.route('/email/notification/:id?', { name: 'notification', where: 'server', action: function() { var notification = Herald.collection.findOne(this.params.id); var notificationContents = buildEmailNotification(notification)...
haribabuthilakar/fh
packages/telescope-notifications/lib/server/routes.js
JavaScript
mit
425
<!DOCTYPE html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="keywords" content=" "> <title>Event Structure | LivePerson Technical Documentation</title> <link r...
LivePersonInc/dev-hub
content_ga3/rt-interactions-window-sdk-event-structure.html
HTML
mit
171,734
# This file is NOT licensed under the GPLv3, which is the license for the rest # of YouCompleteMe. # # Here's the license text for this file: # # This is free and unencumbered software released into the public domain. # # Anyone is free to copy, modify, publish, use, compile, sell, or # distribute this software, either...
darthdeus/dotfiles
c_ycm_conf.py
Python
mit
5,178
'use strict'; module.exports = { db: 'mongodb://lolo:tazkypass@dogen.mongohq.com:10048/todo-database', app: { title: 'TuDu - Development Environment' }, facebook: { clientID: process.env.FACEBOOK_ID || 'APP_ID', clientSecret: process.env.FACEBOOK_SECRET || 'APP_SECRET', callbackURL: '/auth/facebook/callbac...
pixelshade/TuDu
config/env/development.js
JavaScript
mit
1,288
#KWAD Tool [![Author](https://img.shields.io/badge/Author-Zhi--Wei_Cai-red.svg?style=flat-square)](http://vox.vg/) ![Version](https://img.shields.io/badge/Version-v0.1-green.svg?style=flat-square) [![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)][License] > Discussion thread on the ...
x43x61x69/KWAD-Tool
README.md
Markdown
mit
764
# Install hook code here puts "Copying files..." dir = "/javascripts/swf" makedirs(RAILS_ROOT+"/public"+dir) ["swfupload.js", "swfupload.swf", "swfupload.cookies.js","fileprogress.js","handlers.js"].each do |js_file| dest_file = File.join(RAILS_ROOT, "public", dir, js_file) src_file = File.join(File.dirname(__FILE__)...
kpitn/swfupload
install.rb
Ruby
mit
423
# James Bigler, NVIDIA Corp (nvidia.com - jbigler) # # Copyright (c) 2008 - 2009 NVIDIA Corporation. All rights reserved. # # This code is licensed under the MIT License. See the FindCUDA.cmake script # for the text of the license. # The MIT License # # License for the specific language governing rights and limi...
wasidennis/ObjectFlow
caffe-cedn-dev/.build_release/src/caffe/CMakeFiles/caffe_cu.dir/layers/caffe_cu_generated_contrastive_loss_layer.cu.o.cmake
CMake
mit
12,418