code
stringlengths
4
1.01M
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_31) on Wed Dec 17 20:48:31 PST 2014 --> <title>Uses of Class org.omg.CORBA.StringValueHelper (Java Platform SE 8 )</title> <meta name="date" co...
<?php namespace O876\MVC\Adapter; /** * Adapteur * Interface permettant la création d'une classe gérant la connexion à une base de données * @author raphael.marandet * */ interface Intf { /** * Permet de définir les paramètre de connexion à une base de données * serveur, identifiant, mot de passe, encodage....
<md-toolbar> <div class="md-toolbar-tools"> <h1>Youtube</h1> </div> </md-toolbar> <md-content> <md-list flex> <md-list-item ng-href="/youtube/search"> <md-icon md-font-set="fa" md-font-icon="fa-search"></md-icon> <p>Search</p> </md-list-item> <md-divi...
# BRAML BRAML (Bracket Markup Language) is an alternative to html. Tags in BRAML are started with a '%'. e.g. '%div' Which is then followed by parentheses which holds the properties for the tag. e.g. '%div(id='myDiv')' Which is then followed by Braces that contains what your tag will contain i.e another tag or plain...
""" Visualization module. """ import numpy as np from matplotlib import animation import matplotlib.pyplot as plt from mpl_toolkits.basemap import Basemap from mpl_toolkits.axes_grid1.inset_locator import zoomed_inset_axes from mpl_toolkits.axes_grid1.inset_locator import mark_inset from pca import create_handles i...
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<!...
/*global module:false*/ module.exports = function(grunt) { // Project configuration. grunt.initConfig({ // Metadata. pkg: grunt.file.readJSON('package.json'), banner: '/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - ' + '<%= grunt.template.today("yyyy-mm-dd") %>\n' + '<%= pkg.homep...
export declare const skills_en: string;
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt--> <title>Method Adapter.height</title> <link rel="stylesheet" type="text/css" href="../../../styles/ddox.css"/> <link rel="st...
#!/usr/bin/perl $usage = qq{ rnaseqIds.pl <rnaseq-data> <rnaseq-data> e.g. Ctr1_Lt_0h.txt or AAAAAA.txt }; die "$usage" unless @ARGV == 1; $file = $ARGV[0]; $med4 = 0; $phm2 = 0; open (FILE, $file) or die "No likey the file $file!"; @data = <FILE>; close FILE; foreach $line (@data) { chomp $lin...
/* * Copyright (c) 2011 Ayan Dave http://daveayan.com * 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...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Taskling.Blocks.RangeBlocks; using Taskling.InfrastructureContracts.Blocks.CommonRequests; namespace Taskling.InfrastructureContracts.Blocks { public interface IRangeBlockRepository { ...
# sven-amann.de Jekyll project with my website.
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W29553_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;"> ...
/********************************************************************* ** Copyright (C) 2003 Terabit Pty Ltd. All rights reserved. ** ** This file is part of the POSIX-Proactor module. ** ** @file SslChannel.h ** ** ** @author Alexander Libman <libman@terabit.com.au> ** ** ** *********************************...
namespace LSLib.LS.Enums { public enum CompressionLevel { FastCompression, DefaultCompression, MaxCompression }; }
version https://git-lfs.github.com/spec/v1 oid sha256:2566f139073c240a090aee1fb4254ec2b799a9402dd6494447afbe4e12c97654 size 6184
<div class="container"> <h3>Welcome, new Citizens!</h3> <p>Awesome that you got to this page. A journey starts with a step, and you have started a step. Applaud yourself!</p> <a href="{% url 'cQuiz:detail' latest_question_list.0.id %}" class="btn btn-primary"> Start Quiz </a> </div>
<?php /* |-------------------------------------------------------------------------- | Create The Application |-------------------------------------------------------------------------- | | The first thing we will do is create a new Laravel application instance | which serves as the "glue" for all the components of La...
namespace DataBoss.Linq { public static class Collection { public static EmptyCollection<T> Empty<T>() => new(); } }
package de.tum.in.www1.artemis.repository; import java.util.List; import java.util.Optional; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.query.Param; import org.springframework.stereotype.Repository; im...
/* * Qt4 facoin GUI. * * W.J. van der Laan 2011-2012 * The Facoin Developers 2011-2012 */ #include "facoingui.h" #include "transactiontablemodel.h" #include "addressbookpage.h" #include "sendcoinsdialog.h" #include "signverifymessagedialog.h" #include "optionsdialog.h" #include "aboutdialog.h" #include "clientmode...
class MoviesController < ApplicationController def index @movies = Movie.all.sort { |a,b| a.title <=> b.title } end def show @movie = Movie.find(params[:id]) @roles = @movie.roles.sort { |a,b| a.actor.name <=> b.actor.name } @suckr = ImageSuckr::GoogleSuckr.new end def new @movie = Movie.new end def...
package edu.psu.compbio.seqcode.gse.ewok.nouns; import java.util.Vector; import edu.psu.compbio.seqcode.gse.datasets.species.Gene; public class GeneDomainTimeSeries { public static final int window = 30000; private Gene gene; private Vector<GeneDomainData> data; public GeneDomainTimeSeries(Gene...
import React from 'react' export default class NoteItem extends React.Component { render () { return ( <div> <p>Category = {this.props.note.category}</p> <p>The Note = {this.props.note.noteText}</p> <hr /> </div> ) } }
--- published: true title: Plaza Garibaldi layout: post --- Para informações gerais e história consulte o [Site Oficial](http://www.plazagaribaldi.com.mx) # Onde fica? A Praça Garibaldi fica a cerca de 1.5km do Zócalo (Praça principal do centro histórico). <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12...
<html><body> <h4>Windows 10 x64 (19041.264)</h4><br> <h2>_GENERAL_LOOKASIDE_POOL</h2> <font face="arial"> +0x000 ListHead : <a href="./_SLIST_HEADER.html">_SLIST_HEADER</a><br> +0x000 SingleListHead : <a href="./_SINGLE_LIST_ENTRY.html">_SINGLE_LIST_ENTRY</a><br> +0x010 Depth : Uint2B<...
<html><body> <h4>Windows 10 x64 (19041.388)</h4><br> <h2>RTLP_CSPARSE_BITMAP_STATE</h2> <font face="arial"> CommitBitmapInvalid = 0n0<br> UserBitmapInvalid = 0n1<br> UserBitmapValid = 0n2<br> </font></body></html>
<?php /* * This file is part of ImgCache. * * (c) Igor Lazarev <strider2038@rambler.ru> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Strider2038\ImgCache\Enum; use MyCLabs\Enum\Enum; /** * @author Igor Lazarev <str...
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<!...
<?php namespace Translations\Test\App\Controller; use Cake\Controller\Controller; class UsersController extends Controller { /** * Simple users login action * * @return void */ public function login(): void { } }
///<reference path="./otmword.ts" /> ///<reference path="./wmmodules.ts" /> ///<reference path="./wgenerator.ts" /> ///<reference path="./ntdialog.ts" /> /** * 単語作成部で使用するViewModel */ class WordDisplayVM { /** * コンストラクタ * @param el バインディングを適用するタグのid * @param dict OTM形式辞書クラス * @param...
<!doctype html> <html class="theme-next pisces use-motion"> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <meta http-equiv="Cache-Control" content="no-transform" /> <meta...
var CategoryLevel = function(){ 'use strict'; var categorys = {}; this.addCategory = function(_name) { categorys[_name] = []; }; this.addDataToLastCategory = function(_categoryName, _lineData, _className) { var category = categorys[_categoryName]; }; };
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FlowBasis.Crypto { public enum DigestType { SHA1 = 0, MD5 = 1 } }
% Format: Table that occupies multiple pages \usepackage{longtable} % Format: Table title line \usepackage{diagbox} % Format: Table with varible width \usepackage{tabularx} % Format: Color table \usepackage{colortbl} % Define colors \definecolor{grey}{rgb}{0.91,0.91,0.91}
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /* |-------------------------------------------------------------------------- | Display Debug backtrace |-------------------------------------------------------------------------- | | If set to TRUE, a backtrace will be displayed along with php err...
package solutions.digamma.damas.common; /** * Exception occurs in case of incompatibility between DMS items. For example * this exception should be thrown when an identifier of existing but * incompatible item is passed to a method. * * @author Ahmad Shahwan */ public class CompatibilityException extends MisuseE...
require("prototypes.advanced_combinator") require("prototypes.technology") require("prototypes.recipe") data.raw["gui-style"].default["advanced_combinator_scroll"] = { type = "scroll_pane_style", maximal_width = 400 } data.raw["gui-style"].default["advanced_combinator_small_button"] = { type = "button_sty...
body { border-color:"rgb(0, 0, 0)"; }
# Playing with various features of Dissident. require 'dissident' require 'yaml' class LibApp; end class MyContainer < Dissident::Container def database p "Initializing database" "database" end define(:logger) { "logger" } provide :lib, LibApp def add(x, y) x + y end def add_three(x, ...
--- layout: default title: Kotiaine theme: swedish course: rub4 --- <div class="container"> <div class="header-row"> <div class="main-header"> <h1>{{ page.title }}</h1> </div> </div> <div class="content-row"> <div class="main-content"> Kurssin kotiaine on B-ruotsin oppimäärässä vaadittavan pituinen, kurssin teemoja n...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Timers; using System.Web; using AutoMapper; using BellTowerEscape.Commands; using BellTowerEscape.Utility; namespace BellTowerEscape.Se...
.highlight table td { padding: 5px; } .highlight table pre { margin: 0; } .highlight .gh { color: #999999; } .highlight .sr { color: #f6aa11; } .highlight .go { color: #888888; } .highlight .gp { color: #555555; } .highlight .gs { } .highlight .gu { color: #aaaaaa; } .highlight .nb { color: #f6aa11; } .high...
begin require File.expand_path('../../ripper', __FILE__) require 'test/unit' ripper_test = true module TestRipper; end rescue LoadError p $! end class TestRipper::Ripper < Test::Unit::TestCase def setup @ripper = Ripper.new '1 + 1' end def test_column assert_nil @ripper.column end def te...
module HelperMethods # Find and click the 'submit' button. # Should be used +within+ a form's scope. def submit find("[type='submit']").click end # Reload the current page def reload_page visit page.current_url end # Shortcut for accessing localizations def t(*args) I18n.t(*args) end ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.storage.generated; import com.azure.core.util.Context; /** Samples for Table Create. */ public final class TableCreateSamples {...
/* global $:true */ + function($) { var defaults; var Photos = function(config) { this.initConfig(config); this.index = 0; } Photos.prototype = { initConfig: function (config) { this.config = $.extend({}, defaults, config); this.activeIndex = this.lastActiveIndex = this.config.initInd...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="{{ page.description }}"> <meta name="author" content="{{page.author}}"> <title>{{page.title}} | {{site.title}}</title> <link rel...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>lambda: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
#!/usr/bin/python # -*- coding: utf-8 -*- __author__ = "Ricardo Ribeiro" __credits__ = ["Ricardo Ribeiro"] __license__ = "MIT" __version__ = "0.0" __maintainer__ = "Ricardo Ribeiro" __email__ = "ricardojvr@gmail.com" __status__ = "Development" import time from datetime import datetime, ...
<?php session_start(); include "secure/connectstring.php";?> <DIV id="requesttabcontent" class="tab-content"> <DIV class="tab-pane fade in" id="open"> <BR> <table class = 'table table-hover table-condensed '> <THEAD> <TR> <TD class = 'td_scholar_10 column_name'> REQUEST DATE ...
#!/bin/bash # install boost libraries sudo apt-get install -qq boost1.55
--- layout: post title: A Month With Python comments: true tags: - Python - Languages --- Recently, I attended an exceptional philly.rb meetup where two talks were presented. One was on [civic hacking](http://www.slideshare.net/WilliamJeffries1/civic-hacking-on-rails) and one was on [language exploration](http://la...
env=~/.ssh/agent.env agent_load_env () { test -f "$env" && . "$env" >| /dev/null ; } agent_start () { (umask 077; ssh-agent >| "$env") . "$env" >| /dev/null ; } agent_load_env # agent_run_state: 0=agent running w/ key; 1=agent w/o key; 2= agent not running agent_run_state=$(ssh-add -l >| /dev/null 2>&1; ech...
<?php namespace Enqueue\Redis\Tests\Functional; use Enqueue\Redis\RedisContext; use Enqueue\Test\RedisExtension; use PHPUnit\Framework\TestCase; /** * @group functional */ class PhpRedisCommonUseCasesTest extends TestCase { use CommonUseCasesTrait; use RedisExtension; /** * @var RedisContext ...
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered.org <http://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Soft...
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <assert.h> #include "treestore.h" #ifdef WIN32 #include <malloc.h> #else #include <alloca.h> #endif struct ts_node *ts_text_load(struct ts_io *io); int ts_text_save(struct ts_node *tree, struct ts_io *io); static long io_read(void...
/* * 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/TSDBezierPath.h> @interface TSDBezierPath (LivarotPrivate) + (id)p_booleanWithBezierPaths:(id)arg1 operation:(int)arg2; + (struct CGRect)p_pathToBounds:(Pat...
package com.uberverse.arkcraft.common.item.ranged; public class ItemSlingshot { }
package fr.unice.spinefm.MSPLModel.impl; import java.util.ArrayList; import java.util.List; import java.util.Map; import fr.unice.spinefm.roassaltracer.RoassalTracer; public class DEAssociationEndImplDelegate extends DEAssociationEndImpl { private static int counter = 0; public DEAssociationEndImplDelegate() {...
export * from './themes';
#include <QtGlobal> // Automatically generated by extract_strings.py #ifdef __GNUC__ #define UNUSED __attribute__((unused)) #else #define UNUSED #endif static const char UNUSED *bitcoin_strings[] = { QT_TRANSLATE_NOOP("bitcoin-core", "" "%s, you must set a rpcpassword in the configuration file:\n" " %s\n" "It is recomm...
<?php namespace Tasks\TaskBundle\Form; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolverInterface; class StatusType extends AbstractType { public function buildForm(FormBuilderInterface $builder, array $options) { ...
<?php return [ /* |-------------------------------------------------------------------------- | Application Debug Mode |-------------------------------------------------------------------------- | | When your application is in debug mode, detailed error messages with | stack traces will be shown on every error...
module Dumpdb class Db DEFAULT_VALUE = ''.freeze def initialize(dump_file_name = nil, values = nil) dump_file_name = dump_file_name || 'dump.output' @values = dumpdb_symbolize_keys(values) [:host, :port, :user, :pw, :db, :output_root].each do |key| @values[key] ||= DEFAULT...
module My module Github module Projects VERSION = "1.0.0" end end end
import { Component, Input } from '@angular/core'; import { Config } from '../../config'; @Component({ selector: 'host-template', styles: [` textarea { width: 400px; height: 100px; } `], template: ` <div *ngIf="hostfile"> <h3>Hosts file:</h3> <input type="checkbox" [(ngModel)]="hostfile.isActive"...
/* * f_sdp.c -- USB HID Serial Download Protocol * * Copyright (C) 2017 Toradex * Author: Stefan Agner <stefan.agner@toradex.com> * * This file implements the Serial Download Protocol (SDP) as specified in * the i.MX 6 Reference Manual. The SDP is a USB HID based protocol and * allows to download images directl...
package uk.gov.dvsa.motr.web.formatting; import com.amazonaws.util.StringUtils; import uk.gov.dvsa.motr.remote.vehicledetails.VehicleDetails; public class MakeModelFormatter { private static String UNKNOWN_VALUE = "UNKNOWN"; public static String getMakeModelString(String make, String model, String makeInFu...
This example shows how to integrate the TypeScript type system into Next.js. Since TypeScript is supported out of the box with Next.js, all we have to do is to install TypeScript. This example shows how to properly export and import typescript types without getting the ```js Attempted import error: 'TypeA' is not exp...
/* Material Icons Font (for MD theme) */ @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(../fonts/MaterialIcons-Regular.eot); src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), ...
define(function(){ var config = {}; config.app = 'pregapp'; // Your App name //config.jqueryMobileTheme = "/francine/css/theme.css"; //config.jqueryMobilePath="/francine/js/jquery.mobile-1.2.0"; //config.jqueryMobileCss="/francine/css/mobile.css"; config.extraScripts = []; config.qu...
<?php /* WebProfilerBundle:Profiler:toolbar_redirect.html.twig */ class __TwigTemplate_76d5100a24a797f44c4c78afddbb3ca32310a1272d9ad67227fbe6b4fb04239d extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); // line 1 try { $t...
--- layout: post title: "思念" date: 2017-03-04 11:00 author: "107" categories: 随感 tags: 情感 excerpt: 午夜醒来,失声的落泪 --- * content {:toc} 想到母亲就失声的落泪, 记不清几个夜晚,午夜睡梦中自己无声的流泪, 如果人故去了,如果有灵魂,不受肉身限制,母亲会不会来看我,我能感受到吗, 心剧烈的悸动,是你吗,母亲?
<!-- id: 21965645 link: http://tumblr.atmos.org/post/21965645/simple-thoughts-git-plugin-for-cruisecontrolrb slug: simple-thoughts-git-plugin-for-cruisecontrolrb date: Wed Dec 19 2007 06:58:47 GMT-0800 (PST) publish: 2007-12-019 tags: title: Simple thoughts | Git Plugin for CruiseControlRB --> Simple thoughts | Git ...
describe('A Feature', function() { it('A Scenario', function() { // ### Given missing code }); });
<?php /** * CodeIgniter * * An open source application development framework for PHP * * This content is released under the MIT License (MIT) * * Copyright (c) 2014 - 2015, British Columbia Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this softw...
using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Typeset.Domain.Git")] [assembly: AssemblyDescription("")] [assembly: AssemblyCulture("")] [assembly: Guid("664be847-82ba-4cdf-8812-82aa1aa8cbd0")]
import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-top-nav', templateUrl: './top-nav.component.html', styleUrls: ['./top-nav.component.css'] }) export class TopNavComponent implements OnInit { title = 'Blogging Application'; constructor() { } ngOnInit() { } }
<!DOCTYPE html> <html lang="ru"> <head> <title><?=$seo['SeoTitle']?></title> <meta name="description" content="<?=$seo['SeoDescription']?>" /> <meta name="keywords" content="<?=$seo['SeoKeyword']?>" /> <meta name="author" content=""> <meta http-equiv="Content-Type" content="...
// // c_language_demo.c // swift4demo // // Created by hzyuxiaohua on 2017/6/29. // Copyright © 2017年 XY Network Co., Ltd. All rights reserved. // #include "c_language_demo.h" #include "stdlib.h" int uninitialized_value_demo() { int a; return a + 42; } int dereference_demo(int *value) { int tmp...
![alt tag](https://raw.github.com/dogfalo/materialize/master/images/materialize.gif) =========== [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/Dogfalo/materialize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Materialize, a CSS Framework based on material design ##...
import Fs from 'fs' import Path from 'path' import XmlParser from 'xml2js' const Zip = require('node-zip') /** * This represents an entry in the zip file. If the entry comes from an existing archive previously loaded, the content will be automatically decompressed/converted first. * @see https://stuk.github.io/jszip...
# Cron UI CronUI provides a simple easy-to-use form for users to specify recurrent events, translated to cron strings. CronUI is an adaption of the [jquery-cron](https://github.com/shawnchin/jquery-cron/) project. CronUI is completely standalone and has no dependencies. Visit the [CronUI page](https://snird.github.i...
/* * The MIT License * * Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Jorg Heymans * * 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, inclu...
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
/** * FlowrouteNumbersLib * * This file was automatically generated for flowroute by APIMATIC BETA v2.0 on 02/08/2016 */ var configuration = { //The base Uri for API calls BASEURI : "https://api.flowroute.com/v1", //Tech Prefix //TODO: Replace the Username with an appropriate value ...
##Alcatraz - Xcode 的包管理器 [Alcatraz](http://alcatraz.io) : Windows / Package Manager 第一步:关闭 Xcode 第二步:如果你之前安装过Alcatraz,卸载它: ``` rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin ``` 第三步:最关键的一步,运行命令: ``` find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -nam...
using System; using umbraco.cms.businesslogic.datatype; using umbraco.interfaces; using Umbraco.Core; namespace InfoCaster.Umbraco.TextFieldPreviewable.DataType { public class DataType : BaseDataType, IDataType { static readonly Guid _guid = new Guid("7a5355a6-684c-4813-9c0d-8487852bd08b"); IDataEditor _editor;...
from app.app_and_db import app from flask import Blueprint, jsonify, render_template import datetime import random import requests dashboard = Blueprint('dashboard', __name__) cumtd_endpoint = 'https://developer.cumtd.com/api/{0}/{1}/{2}' cumtd_endpoint = cumtd_endpoint.format('v2.2', 'json', 'GetDeparturesByStop') ...
<# .SYNOPSIS Short description .DESCRIPTION Long description .EXAMPLE Example of how to use this cmdlet .EXAMPLE Another example of how to use this cmdlet .INPUTS Inputs to this cmdlet (if any) .OUTPUTS Output from this cmdlet (if any) .NOTES General notes .COMPONENT The component this c...
CREATE TABLE IF NOT EXISTS /*_*/pleesher_cache ( `user_id` VARCHAR(255) NOT NULL, `key` VARCHAR(50) NOT NULL, `id` VARCHAR(50) NOT NULL, `data` MEDIUMTEXT NOT NULL, `obsolete` BIT(1) NOT NULL, PRIMARY KEY (`user_id`, `key`, `id`) ) COLLATE='utf8_general_ci' ENGINE=InnoDB DATA DIRECTORY='/var/lib/mysql/innodb_data';
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <title>Uses of Class org.eclipse.emf.cdo.server.db.mapping.ColumnTypeModifier.Factory (CDO Model Repository Documentation)</title> <meta name="date" content=""> <link rel="sty...
body { background-color: #def; } .file_listing{ style: 'width: 15%'; } #file_contents { overflow: auto; position: absolute; width: 80%; height: 90%; top: 2px; right: 10px; background-color: white; border: 1px solid #222; padding: 7px; }
package main import ( "fmt" "net/http" ) func main() { var m map[string]string fmt.Printf("len(m):%2d\n", len(m)) // 0 for k, _ := range m { // nil map iterates zero times fmt.Println(k) } v, ok := m["2"] fmt.Printf("v:%s, ok:%v\n\n", v, ok) // zero(string), false // m["foo"] = "bar" // panic: assignmen...
--- layout: post title: "来张微博图片吧 - 测试" date: 2013-02-16 19:18:19.000000000 +08:00 type: post published: true status: publish categories: [] tags: [] meta: views: '22' author: login: lanbing email: c834606877@163.com display_name: lanbing first_name: '' last_name: '' --- <p style="text-align: center;"><img c...
// ReSharper disable RedundantUsingDirective // ReSharper disable DoNotCallOverridableMethodsInConstructor // ReSharper disable InconsistentNaming // ReSharper disable PartialTypeWithSinglePart // ReSharper disable PartialMethodWithSinglePart // ReSharper disable RedundantNameQualifier // TargetFrameworkVersion =...
/* === INFO === */ /* About CSS /* Version: 0.3.5 /* === END === */ /*==test css==*/ .youdaoGWZSTestCss { position: absolute; left: -100px; height: 1px; width: 1px; cursor: pointer; } /* mixins.less */ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, tex...
$(document).ready(function(){ //The user will be prompted to continue and go down the page by clicking on an HTML element //The result will be a smooth transition of the word ">>>Continue" and then a smooth scroll down the page //to the next stage of the user's process in the application: making an account(probably don...