text
stringlengths
8
1.05M
repo_path
stringlengths
4
291
keyword
listlengths
1
25
text_hash
stringlengths
64
64
import os import sys from PyQt5 import QtGui, QtCore, QtWidgets from main_window import Ui_MainWindow from multiprocessing import Process from builtins import str if (os.name == 'nt'): import vtk vtk.vtkObject.GlobalWarningDisplayOff() import compute_areas class MainWindow(QtWidgets.QMainWindow, Ui_MainWind...
src/gui.py
[ "VTK" ]
baa1650e26be8331008b85d9d3222af9c07e60e37772b916d19c1b046a060e9e
# Sunrider: Mask of Arcadius Enhancement Mod Goals ## Update Dialogue * Assign character colors, (including characters not present in Liberation Day) * Update window screen and styles * Update window text alignment (undetermined) ### Update Quick Menu * Disappear during the right times * Stay visible during choices...
goals.md
[ "Galaxy" ]
0c719a0034712878782c41a8d270075f0c961b2c4dfd5440d28b8d16da588298
## Hello World Web Server Example Stands up a simple lightweight HTTP server on port 8080 Created using `nimble init` after running visit http://localhost:8080/ ## Compiling To to compile the app run ```shell script nimble compile ``` ## Running To run the app run ```shell script nimble run ```
recipes/hello_world_ws/README.md
[ "VisIt" ]
9bd40080028a991d21d9f3ced3c4c6bab38a90b78c025e235633c94556adebf0
# MyGarden ## Objective: MyGarden is an application that allows anyone to easily plot an edible garden. Users can focus on the more relaxed motions of building and watching their efforts come to fruition. ### [<ins>MyGarden deployed via Heroku</ins>](https://getmygarden.herokuapp.com/) ## Installation: ## Prerequi...
README.md
[ "VisIt" ]
8484174ccc29570ed9acb82db38e4e4639a9c0c063ac64ce409ac9d503fad03f
from __future__ import absolute_import from __future__ import division from __future__ import print_function import re import tensorflow as tf import inputs FLAGS = tf.app.flags.FLAGS # Basic model parameters. tf.app.flags.DEFINE_integer("num_epochs", 100, "Number of training epochs (de...
cnn_character/model.py
[ "Gaussian" ]
55a9e5eca84025b8f913a86037539b4f0319619e7367c31fd22052fefd0627df
# Leaflet - Quickstart This project is intended to make it easier to start up a new mapping application using Leaflet. See the [style guide](https://github.com/consbio/leaflet-quickstart/blob/master/docs/style_guide.md) to use for developing these applications. ## Intended audience Software developers with the Conse...
README.md
[ "GULP" ]
562da0242fc86e343b63c60ad6822e3f750d677d5ede69b47101b3f05f884df4
####################### # Reference ####################### reference: # Whether to generate a reference matrix from scratch # 1 to generate, 0 to use an existing matrix (a SCE object saved as an RDS object) generate: 1 # Path and file name of reference RDS if not generated by the pipeline. # SCE object w...
scpipelines/seurat/pipeline_annotation-6/pipeline.yml
[ "Bioconductor" ]
e036ea91ccceea3cd83edaf59433746570557ed47ccd6b519f1ee790cc053c36
const isDev = process.env.NODE_ENV === 'development' module.exports = { siteMetadata: { title: `Inkdrop`, description: `The Note-Taking App with Robust Markdown Editor`, author: `@inkdrop_app` }, plugins: [ `gatsby-plugin-react-helmet`, { resolve: `gatsby-source-filesystem`, option...
gatsby-config.js
[ "VisIt" ]
63c6697eb7dfe85c870d652647e5acbc74b1f0575a780a8c93c40cd46d1d08c1
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; /** * Amazon Chime */ export interface ChimeVoiceConnectorTerminationCredentialsConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/chime_voice_connector_termina...
@types/providers/aws/chime/chime-voice-connector-termination-credentials.ts
[ "CDK" ]
319adf1185132d3ee4dadabddc3096f3c01474ba9e1b108dd19882b7ec4c631a
# PowerAuth Mobile SDK for Android <!-- begin remove --> ## Table of Contents - [SDK Installation](#installation) - [SDK Configuration](#configuration) - [Device Activation](#activation) - [Activation via Activation Code](#activation-via-activation-code) - [Activation via Custom Credentials](#activation-via-cus...
docs/PowerAuth-SDK-for-Android.md
[ "VisIt" ]
6fcc52a0122fcd32e3b997b9176cc3b86441592f52bde6ccc696fa17b49d94d8
/* WEBPACK VAR INJECTION */(function(module) {var require;//! moment.js //! version : 2.29.0 //! authors : <NAME>, <NAME>, Moment.js contributors //! license : MIT //! momentjs.com ;(function (global, factory) { true ? module.exports = factory() : undefined; })(this, function () { 'use strict'; var hook...
src/birder/web/static/dist/charts.js
[ "VisIt" ]
6d0d707988819e62d6a1b1d2e017e4f2f75b3a0aef9145d3dbcae9d244ed7fd1
<?php /* Plugin Name: Easy Columns Plugin URI: http://www.patrickfriedl.com/ Version: v2.1.3 Author: <a href="http://www.patrickfriedl.com"><NAME></a> Description: Easy Columns provides the shortcodes to create a grid system or magazine style columns for laying out your pages just the way you need them. Us...
vmcwp/wp-content/plugins/easy-columns/easy-columns.php
[ "VisIt" ]
a5e8e80892e7c37d1fa2efce8a5b4b31993e2c81539680e44faf93ff3816660a
--- layout: post published: true title: Two Levers date: 2017/10/20 --- >One hundred prisoners are put into 100 completely isolated cells, numbered 1 to 100. Once they are in their cells, they cannot communicate with each other in any way. They are taken by the warden one at a time, but in no particular order, to a sp...
_posts/2017-10-20-Two-Levers.md
[ "VisIt" ]
f89de1a0668e3a3d9954da7b324a79c6bc304af2b71fc7f3057d8919f236e267
#include "core/target_specs.hpp" #ifdef __LPC84X__ #include "xarmlib_config.hpp" #include "targets/LPC84x/lpc84x_faim.hpp" #include "targets/LPC84x/lpc84x_romdivide.hpp" #include "targets/LPC84x/lpc84x_swm.hpp" #include "targets/LPC84x/lpc84x_syscon_clock.hpp" #include "targets/LPC84x/lpc84x_syscon_power.hpp" names...
source/targets/LPC84x/lpc84x_startup_hooks.cpp
[ "CRYSTAL" ]
1c28cde922bc5d7938deedda0b39ce72009a3dcab64273e874462f41228e3359
# Landing page Welcome to the Department of Earth Science and Engineering, Imperial College London's ***Primer on Programming in Python and Mathematical/Computational Techniques for Scientists and Engineers.*** The primer is (currently) split into three sections: * Mathematics * Coding * Geoscience ### Why is progr...
intro.md
[ "exciting" ]
1893404d60ca4f99f93fd972151bd73c64b31fd7303479bbfaae698e6cdff2d5
package pdl.ast; import edu.uiowa.smt.smtAst.BinaryExpression; import edu.uiowa.smt.smtAst.Expression; import edu.uiowa.smt.smtAst.UnaryExpression; import pdl.printers.PdlAstVisitor; import pdl.translator.PdlToSmtTranslator; import java.util.List; import java.util.stream.Collectors; public class MultiGurardedCommand...
src/main/java/pdl/ast/MultiGurardedCommand.java
[ "VisIt" ]
081d4ba3aaa953c4175da3b5ccfe0189c99ba6adb9b7afaf8ea7982a654d084e
-- phpMyAdmin SQL Dump -- version 4.6.4 -- https://www.phpmyadmin.net/ -- -- Host: localhost -- Generation Time: Nov 09, 2016 at 06:29 AM -- Server version: 10.1.18-MariaDB -- PHP Version: 5.6.27 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_...
boot.sql
[ "VisIt" ]
0c90369b76000299451580c6096131225fd764f31d47c6233c8e2c8fe6d60f65
using System; using System.IO; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.Azure.WebJobs; using Microsoft.Azure.WebJobs.Extensions.Http; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; using Newtonsoft.Json; using CrashBox.Cosmos; using CrashBox.Models; using Syste...
src/CrashBox.Api/CrashBox.Api.cs
[ "VisIt" ]
54f62223783e74909bbe41147d1f8b24d725554011cb5da914c777ea82181a8f
--- id: 1811 title: Long Distance Caregiving for a Loved One date: 2015-11-02T04:58:00+00:00 author: admin layout: post guid: http://www.thedailyevie.com/?p=1811 permalink: /2015/11/02/long-distance-caregiving-for-a-loved-one/ categories: - General --- Long Distance Care-giving for a Loved One is Particularly Difficu...
_posts/2015-11-02-long-distance-caregiving-for-a-loved-one.md
[ "VisIt" ]
7259a4c4990fe37d3b4c2c6f960c797436c510641d625e04a1b466a464ad81e0
var XML3D = require("./global.js").XML3D; var Config = require("./interface/elements.js").config; var sendAdapterEvent = require("./utils/misc.js").sendAdapterEvent; var Options = require("./utils/options.js"); var CSS = require("./utils/css.js"); var ConfigureRenderer = require("./renderer/renderer/configure.js"); var...
src/init.js
[ "VisIt" ]
22a83d903b939c144a24557876eb8850da2168815a9e6c4e1a522c98e031525f
// ------------------------------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See LICENSE in the repo root for license information. // -----------------------------------------------------------...
src/Microsoft.Health.Fhir.Core/Features/Search/SearchValues/ISearchValueVisitor.cs
[ "VisIt" ]
cee2ce76af3b220affe1e419416820c3c3d60ef3b0a04cbcecc7ae142bf95335
from chemutils.xyzutils import xyzToMolToRdkitMol from chemutils.rdkitutils import getRdkitAtomXYZbyId, \ rdkitMatchHeavyAtoms, \ rdkitMolToInchi, \ rdkitSubstrMatches, \ rdkitSubstrAlignM...
thermo/chemutils/chemutils/xyzutils/xyztools.py
[ "RDKit" ]
b48dd9d3a9390ac45a4b6f4e4c0c5e264b80792714c8bb68cb7426e95279e98c
from .ordered_set import OrderedSet from .bijection import Bijection class DAG: """Represents "blocks" that each have inputs and outputs, where output-input relationships between blocks form a DAG. Fundamental DAG object intended to underlie CombinedBlock and CombinedExtendedFunction. Initialized with...
src/sequence_jacobian/utilities/graph.py
[ "VisIt" ]
ad6e5c9497491b10d59df0924b9176dd6d2ad079a604acb8ebb52569ff642d02
--- title: " Helm Charts: making it simple to package and deploy common applications on Kubernetes " date: 2016-10-10 slug: helm-charts-making-it-simple-to-package-and-deploy-apps-on-kubernetes url: /blog/2016/10/Helm-Charts-Making-It-Simple-To-Package-And-Deploy-Apps-On-Kubernetes --- There are thousands of people and...
content/en/blog/_posts/2016-10-00-Helm-Charts-Making-It-Simple-To-Package-And-Deploy-Apps-On-Kubernetes.md
[ "VisIt" ]
7f000e30471f6996866650b80ef3745e8f69483986f1811112402cb1ac3d1b1d
import json import os import pkg_resources import random import socket import string import sys import time pkg_resources.require( "Cheetah" ) from Cheetah.Template import Template from galaxy.web.framework import helpers from galaxy import util from galaxy.util.json import to_json_string, from_json_string from gala...
lib/galaxy/webapps/demo_sequencer/framework/__init__.py
[ "Galaxy" ]
70b2029c713ae262b5dc47791357b897f55577820f4f04ae7f73a5f7372ee0ce
namespace diags::testing { std::string_view lng_strings::get(severity sev) const noexcept { switch (sev) { case diags::severity::verbose: return {}; case diags::severity::note: return get(lng::SEVERITY_NOTE); case diags::severity::warning: return get(lng::SEVERITY_WARNING); case diags::sever...
app/tests/diag_helper.cc
[ "VisIt" ]
d02ea07655e903028cce80a21ba5c5d5368af5c3d239b765997bef1e77dc00e7
package iterative_deepening_a_star.c.simple; /** * Used to perform the Iterative Deepening A* Algorithm to find the shortest path from a start to a target node. */ public class IterativeDeepeningAStar { /** * Performs iterative deepening A Star (A*). * Can be modified to handle graphs by keeping track ...
src/iterative_deepening_a_star/c/simple/IterativeDeepeningAStar.c
[ "VisIt" ]
d7e7b465118f1c6b9474838438289e88d3e7360d3d7e4edb4163810cdd9d6bf1
from django.db.models import Count from django_rdkit import models from djcelery_model.models import TaskMixin from polymorphic.models import PolymorphicModel from rdkit import Chem from rdkit.Chem import AllChem from genui.utils.models import OverwriteStorage, NON_POLYMORPHIC_CASCADE from genui.utils.extensions.tasks...
src/genui/compounds/models.py
[ "RDKit" ]
bf2a328381c5c5468058a8ce98d409c692c4b5a18cb9b94d034fdd79dc7ef44f
## Maya Flow-Based Toy Robot Engine This language engine has been adapted from the language-agnostic flow-based language Cascades in order to create a toy sandbox to experiment with dynamic generation of DAGs (Directed Acyclic Graphs). It has a limited dictionary of components that can be wired together to do various...
README.md
[ "VisIt" ]
54be2b2254678cbd759d1c5f3c63a5100fd622f3d97b9658ef0b93431fa48140
<!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width" /> <title>Lambda expressions and closures &#8211; BuildStarted.com</title> <link rel="stylesheet" type="text/css" href="/stylesheets/style.css" /> </head> <body class=...
content/2012/11/26/lambda-expressions-and-closures/index.html
[ "VisIt" ]
2fa9a15bb471f25c9560dd5231ec6e2a2bcb11228b4eb0b9a3083cfb9f2b68d7
# ESPProvision ESPProvision is a provisioning library written in Swift. It provides mechanism to provide network credentials and/or custom data to an ESP32, ESP32-S2 or ESP8266 devices. - [Features](#features) - [Requirements](#requirements) - [Installation](#installation) - [Usage](#using-ESPProvision) - [****I...
README.md
[ "VisIt" ]
dcd1dc408572b618729d591063a62314f937edf9d92b5605d569c79c4ef7106e
local ABOUT = { NAME = "openLuup.xml", VERSION = "2021.04.23", DESCRIPTION = "XML utilities (HTML, SVG) and DOM-style parser/serializer", AUTHOR = "@akbooer", COPYRIGHT = "(c) 2013-2021 AKBooer", DOCUMENTATION = "https://github.com/akbooer/openLuup/tree/master/Documentation", L...
openLuup/xml.lua
[ "VisIt" ]
42a7109702bc05aea49af7e0e5b64fd92adabf15af9903d9b6829b07652bb13f
var babel = require('gulp-babel'); var bump = require('gulp-bump'); var filter = require('gulp-filter'); var git = require('gulp-git'); var gulp = require('gulp'); var rename = require('gulp-rename'); var sass = require('gulp-sass'); var tagVersion = require('gulp-tag-version'); var uglify = require('gulp-uglify'); gu...
gulpfile.js
[ "GULP" ]
ebaebf353e28e49f31e463024105fafc0a5e441bfb39e8332b19f7cb59447d50
package org.apache.jena.sparql.algebra.op ; import java.util.Objects; import org.apache.jena.sparql.algebra.Op ; import org.apache.jena.sparql.algebra.OpVisitor ; import org.apache.jena.sparql.algebra.Transform ; import org.apache.jena.sparql.core.Var ; import org.apache.jena.sparql.core.VarExprList ; import org.apac...
jena-arq/src/main/java/org/apache/jena/sparql/algebra/op/OpExtend.java
[ "VisIt" ]
355bc60cc0fe1bec65abedea77b2141d7069e6eecc0d74301ddc9d05efd6f48e
#include <sys/cdefs.h> #include <sys/mman.h> #include <adf/adf.h> #include "graphics.h" #include <pixelflinger/pixelflinger.h> struct adf_surface_pdata { GRSurface base; int fd; __u32 offset; __u32 pitch; unsigned char* adf_data; }; struct adf_pdata { minui_backend base; int intf_fd; ...
minuictr/graphics_adf.c
[ "ADF" ]
be8a51f2e008933f619ebd08081b87ebc12204c0dee9ecadd602ba2fa0e86b9b
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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" co...
extras/docs/html/md__k_t0915__r_e_a_d_m_e.html
[ "CRYSTAL" ]
a32d0d2deff6e360faaf33a59a9fbd10497a9d55390e3988daf5b5c9a56e40eb
import 'package:flutter/material.dart'; class HirePage extends StatelessWidget { final Color greenColour = Color.fromARGB(255, 46, 194, 105); final Color backgroundGreen = Color.fromARGB(255, 233, 248, 239); @override Widget build(BuildContext context) { return Scaffold( appBar: new AppBar( t...
lib/talent_hire/hire.dart
[ "Amber" ]
c1999a7c6064e8df018d4efddbd2ca4a161139eef529142a3bb5faa7f4e71e90
--- date: 2019-08-10 title: SIGGRAPH 2019 Rendering Resources tags: ["Computer Graphics", "Resources"] --- {{< figure library="true" src="alita.jpg" title="From the movie *Alita:Battle Angel*" lightbox="true" >}} I had an opportunity to attend the SIGGRAPH this year July 28 - Aug 1 in L.A. And I’ll try to collect and...
content/post/SIGGRAPH2019.md
[ "Gaussian" ]
04b7b318b7669b7df78118db4f8df88ca9b2882bf3995b938441c421b664eaa5
<?php /* * Encog(tm) Core v3.3 - PHP Version * https://github.com/katrinaniolet/encog-php-core * * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core * * Copyright 2008-2014 Heaton Research, Inc. * PHP port by <NAME> <<EMAIL>> * * Licensed under the Apache License, Version 2.0 (t...
MathUtil/Matrices/Decompisition/CholeskyDecomposition.php
[ "VisIt" ]
ed19f5e2c3c0d6e0a663c9a0b66b925ac8e3737bd896232da5d29a9bc55ca6db
package fr.inrialpes.exmo.align.impl; import java.lang.Iterable; import java.util.Hashtable; import java.util.HashSet; import java.util.TreeSet; import java.util.Enumeration; import java.util.Iterator; import java.util.Collections; import java.util.Collection; import java.util.Properties; import java.util.List; import...
src/fr/inrialpes/exmo/align/impl/BasicAlignment.java
[ "VisIt" ]
5c1828c7aef8b0ee33a01b7e4a5e94dd8b76b740845dabc139e1278706a3da49
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq.Expressions; using BrightChain.EntityFrameworkCore.Utilities; using Microsoft.EntityFrameworkCore.Q...
src/BrightChain.EntityFrameworkCore/Query/Internal/BrightChainValueConverterCompensatingExpressionVisitor.cs
[ "VisIt" ]
3e772ed872b8d6e62234668cb953a850503146cee6fdb1348fa6f96fdf9ed5b4
# Data Acquisition This describes the steps required to get all the data files in shape for the synteny pipeline and single cell analysis in the paper Zimmermann et al. *Ancient animal genome architecture reflects cell type identities*. ## Proteomes **Assemble and synchronize IDs of protein sequences.** The genome...
doc/data_acquisition.md
[ "BLAST" ]
316d10b8c9a875a25f96cc8b927ab1705a3421e4a1c2db178d439da443b2eda9
import pandas as pd from sklearn.ensemble import RandomForestClassifier from sklearn.ensemble import GradientBoostingClassifier from sklearn.ensemble import BaggingClassifier from sklearn.ensemble import AdaBoostClassifier from sklearn.ensemble import ExtraTreesClassifier from sklearn.neural_network import MLPClassifie...
Toxic Comment Classification Challenge/toxic-baseline.py
[ "Gaussian" ]
e9c172b57098b10fe6758f1594cf9213c8f680e5cd29c8936f48774a7ca3ac1e
{ "activities": "Activities", "reservoir": "Reservoir", "descriptionGmuend": "The freshwater and saltwater pools and the large sauna area are particularly popular with guests at the Solefelsenbad. But there is also a children's pool and an adventure slide for the little ones to let off steam.", "descriptionOtte...
src/data/locales/en/activities.json
[ "VisIt", "exciting" ]
d62912b38c3e389ac71b7184e1bb441d591e9f4ba28a71715536bc849e973d5c
html { --background-color: #fff; --date-time-color: #757575; --email-color: #444444; --facebook-color: #3B5998; --fence-border-width: 3px; --fence-border-color: #ccc; --fill-color: #ababab; --font-size-base: calc(1em + .15vw); --font-size-large: 1.75em; --font-size-medium-large: 1.35em; --font-si...
themes/dfkaye/assets/css/main.css
[ "Galaxy" ]
8057ba5e89d4ae9f52f3014928acc6346b0a0883495fd8e3d17d4626255209be
<blockquote cite="http://toddmotto.com/stop-toggling-classes-with-js-use-behaviour-driven-dom-manipulation-with-data-states/" title="Stop toggling classes with JS, use behaviour driven DOM manipulation with data-states"> <p class="jser-sitelink"> <strong>Stop toggling classes with JS, use behaviour driven DOM manipulat...
data/2013/12/index.html
[ "GULP" ]
cd78087e754cf67043b0ddde425c92aa5e744aee7c6080108ba484da2613e6be
--- title: "Easy access lingerie 🤍" metadate: "hide" categories: [ God Pussy ] image: "https://preview.redd.it/30j6vzebs9571.jpg?auto=webp&s=01fdbba620f8fa9ad75c57dc781ed9f663f88f14" thumb: "https://preview.redd.it/30j6vzebs9571.jpg?width=1080&crop=smart&auto=webp&s=bd6a35586377e7e9df5377fe2965187155b0150a" visit: ""...
_posts/2021-07-08/2021-06-15-Easy-access-lingerie-20210615005608171990.md
[ "VisIt" ]
f4cda90dd9b2f6441a2023c219eec50b4839455bfd5cc3979dc1ebb557609fed
import numpy as np import os from mpi4py import MPI import argparse from time import time from load_smah_data import ( TASSO, BEBOP, load_fit_mah, load_bolshoi_data, load_tng_data, load_mdpl_data, load_bolshoi_small_data, load_tng_small_data, load_mdpl_small_data, ) from diffstar.fi...
scripts/history_fitting_script.py
[ "Galaxy" ]
126e82f711c2189a0b50b3cf821746bdd53fab5cb54b6b980eb9995031a5e3df
--- layout: post comments: true categories: Other --- ## Download Labor apos s story in the united states book "No vanilla wafers. determined to remain here during the winter and to go the following LESS THAN TWENTY-FOUR HOURS after the close call in Colorado, fruit soup 1 probably all the other deeper bays on the co...
_posts/2019-07-01-Download-labor-apos-s-story-in-the-united-states.md
[ "Galaxy" ]
58b1b340a189074c07d7c0489459ed029f33c836bf04c512d9aaf87885f7428c
# DP-200 Implementing an Azure Data Solution ## Implement Data Storage Solutions **Cosmos DB** is a non-relational data store that allows you to query data by using one of five APIs. The Table API allows you to use OData and Language Integrated Query (LINQ) to query data. You can issue LINQ queries with .NET. The Tab...
README.md
[ "ADF" ]
c2a2bea0e37efe8d0936a1da02c858cc344afeb4f3d4b3ff4472c34911a665ba
FED Maintenance, Performance, and Readability. We use SMACSS and BEM methodologies BEM introduction (for HTML MARKUP FILES) https://en.bem.info/methodology/quick-start/ http://getbem.com/introduction/ BEM Naming Convention Example Languages Language__current Language__title Language__titl...
FED.md
[ "GULP" ]
7b0dc940b0bef0300dfd732dbfa660d9d617edc282e5cb5d9379715f78bfc8fc
#define SERIAL_BAUDRATE 9600 #define WIFI_HOSTNAME "Connected-Espresso-Machine" #define WIFI_ACCESS_POINT_SSID "Connected-Espresso-Machine" #define OTA_UPDATES_HOSTNAME "connected-espresso-machine" #define PUMP_RELAY_PIN D1 #define BOILER_RELAY_PIN D2 #define BOILER_IS_BOILING_PIN D5 #define BOILER_IS_STEAM_PIN D6 ...
firmware/src/main.cpp
[ "ESPResSo" ]
cdcc1e7759e7ee19ea8a78afbd439161a18aeb98cc09c0ee3d21d411aa65fdc8
# ANU [![CI](https://github.com/MitchellCash/ansible-anu/actions/workflows/ci.yml/badge.svg)](https://github.com/MitchellCash/ansible-anu/actions/workflows/ci.yml) ## What is ANU ANU (pronounced 'anew' as in A New Ubuntu) is an Ansible playbook to assist in provisioning a new Ubuntu machine. It depends on certain th...
README.md
[ "Galaxy" ]
683efd9dc3809a07d7d848ddf8b78fb067cbe1c9fc21f1162fb156ab53c08298
import 'package:flutter/material.dart'; import 'package:front_end/components/funcsnvars.dart'; import 'package:front_end/pages/availability.dart'; import 'package:front_end/pages/contact_us.dart'; import 'package:front_end/pages/home_page.dart'; import 'package:front_end/pages/locations.dart'; import 'package:front_end...
front_end/lib/components/navbar.dart
[ "Amber" ]
300ab1d83faa7bb0de6a8d53ab688ed64862ad2c80fb06856066ff17ee82a6c3
{ "private": true, "scripts": { "dev": "npm run development", "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "watch": "npm run development -- --watch", "watch...
package.json
[ "GULP" ]
43124d7830131c5eaa84df74715a728b3fd9e09f51701ae5648e1240d38cdaa1
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content="Bonnie and Gene's Iceland Wedding"> <meta name="keywords" content="static-website, HTML, CSS, wedding"> <meta na...
index.html
[ "VisIt" ]
d691bf4909168a85b7351d4788d681124d70c83fb5e81dae4b7c8353c616424b
.. _tutorial02: ============================ T2: HL60 cell analysis (CLI) ============================ Introduction ------------ `HL60 <https://en.wikipedia.org/wiki/HL60>`_ cells in suspension are inhomogeneous, almost-spherical objects. To estimate an average refractive index (RI) of an HL60 cell population, the Dr...
docs/tutorials/t02_hl60cells.rst
[ "Gaussian" ]
8cb5108f8d97bd14bde1d6b457cdb3b74b34f23a1e03688b19ea533a155fa8fe
require 'rails_helper' require_relative '../support/utilities' describe "authorizations", :type => :feature do context "attempting to access privileged pages " do describe "as non-admin" do before do @user = FactoryGirl.create(:user) log_in(@user) end it "should prevent the us...
spec/features/authorization_spec.rb
[ "VisIt" ]
f92f07c9fa0e3b36a91206997a983f6a9c92ca2f939909461cf2727c4822f83c
%% ---------------------------------------------------------------- %% Appendix: Machine-learning model hyper-parameters tuning %% ---------------------------------------------------------------- %!TeX root = subfile \label{chapter:appendixD} \markboth{Appendix D Machine-learning model hyper-parameters tuning}{Appendix...
chapters/appendices/appendixD.tex
[ "Gaussian", "NEURON" ]
69558fa88f8ca74956da43a8627f15a67932893f4d75238d114cf994535c80b8
import sys import logging import json from collections import OrderedDict from pathlib import Path import matplotlib as mpl import matplotlib.patheffects as PathEffects import matplotlib.pyplot as plt import numpy as np import pandas as pd from scipy import stats from scipy.special import erf # noqa:E0611 import lmf...
sira/fit_model.py
[ "Gaussian" ]
420599a7e363118b32edbb7bd044adc253f4472476dbc38459a834fc3bcefc28
module Vehicle.Compile.Linearity.GaussianElimination ( gaussianElimination ) where import Data.Vector.Unboxed qualified as V import Data.Maybe (fromMaybe) import Vehicle.Compile.Linearity.Core import Vehicle.Compile.Prelude import Vehicle.Compile.Error import Control.Monad (foldM, unless) import Data.Bifunctor t...
src/hs/Vehicle/Compile/Linearity/GaussianElimination.hs
[ "Gaussian" ]
f8a62e2431928fb7af10a537ca55b4d3b4171499be8d32dd930b2975d676fba5
# Making a release #### Step 1: Build native libs Skip this step if the C++ side did not change, including the version of Fast-RTPS. ``` # clone Fast-RTPS and dependencies to specified version > git submodule update --init --recursive ``` ##### Linux ``` > !unfinshed command plz help! sudo apt install build-essent...
docs/Making a release.md
[ "VisIt" ]
0cea85bf8573392979814541f6d975482237626233c072c31fd4a0ced9ecca50
import bodyParser from 'body-parser'; import ipn from 'paypal-ipn'; import { Picker } from 'meteor/meteorhacks:picker'; import { Async } from 'meteor/meteorhacks:async'; import { Payments } from './collections'; function handlePayment(paypalReturn) { const payment = { _id = paypalReturn.txn_id, userId =...
paypal-server.js
[ "VisIt" ]
8c15a4bf8acca231f39802cc49e883af89073316739632927385c674984b251c
# Result CSV Generator ## _Developed by <NAME>_ ![N|Solid](https://www.python.org/static/community_logos/python-powered-w-70x28.png) ## About You are allowed to freely modify, distribute & use this code as you wish. Make sure to modify the code according to your school, Board website. - Generate CSV File of the fetc...
README.md
[ "VisIt" ]
6061d178a8cb3e90c158e7544338f237f08b08a15b982bc68f10cf4d689d57fe
import dotenv from 'dotenv'; import minimist from 'minimist'; import path from 'path'; import { createWorld, TestCase, TestLineItem, TestOrder, CorrectionLevel, } from 'prix-fixe'; import { loadShortOrderWorld, ShortOrderWorld } from '../src'; function showUsage() { const program = path.basename(process.a...
samples/process_one_demo.ts
[ "ESPResSo" ]
d0e70ab452059f708a89d6910cc7b8bda01ee255e75064e1b2553292ab6de2ea
@extends('layouts.app') @section('content') <div class="intro-y flex items-center justify-between flex-wrap pt-5"> <h2 class="text-lg font-medium text-gray-600 truncate mr-5">@lang('site.all_patients')</h2> <a href="{{ route('patients.create') }}" class="print button translate-y-3 mt-2 ml-2 flex ...
resources/views/patients/index.blade.php
[ "VisIt" ]
42897824732eeb7ab0873c3bfc173e6b819fc2d2db58608e2958e9f559687e5c
--- layout: post title: "Redux Thunk Lab" date: 2019-07-12 16:05:47 -0400 permalink: redux_thunk_lab --- This lab is the last lab before starting your final project with Flatiron. It's exciting to get this far and have only one lab left! The *problem* is that this lab isn't one to breeze through. It ha...
_posts/2019-07-12-redux_thunk_lab.markdown
[ "exciting" ]
6ac6e4acc21f799aea0d5322263d227831f28bb07fc9823272198cf89a85370d
--- layout: article title: "Thailand - Part 1" categories: articles tags: English date-begin: 2015-11-11 date-end: 2015-11-19 image: teaser-ext: "https://lh3.googleusercontent.com/-5_E2ikugpYc/Vk3WYhHMIQI/AAAAAAAAMyY/ZGDjANH0zGE/s576-Ic42/IMG_9430.JPG" album: "https://goo.gl/photos/yL3DZcBcC7j1To349" published: true...
_posts/articles/2015-11-11-thailand-1-vo.md
[ "VisIt" ]
f028616dd57a881c1236bf4bfd3288ccb70391ffcc56a0380587e0ab7c59c76a
![Raztot Banner](app/static/img/raztot_banner.png) [![GitHub release](https://img.shields.io/github/release/benbusby/raztot.svg)](https://github.com/benbusby/raztot/releases/) [![GitHub License](https://img.shields.io/github/license/benbusby/raztot)](https://github.com/benbusby/raztot-private/blob/main/LICENSE) [![bu...
README.md
[ "VisIt" ]
411d346fe9ef1be0cb519a62296a95a3ed5c77a52d088e34a0019792d8905a6f
# MCP25625-breakout A breakout board of MCP25625. ![mcp25625-breakout](/docs/mcp25625-breakout.jpg) Schematic: [docs/mcp25625-breakout.pdf](docs/mcp25625-breakout.pdf) ## Components - MCP25625 SSOP28 - 0.1uf 0402 - 22pf 0402 - 120 ohm 0402 - [slide switch smd](https://akizukidenshi.com/catalog/g/gP-13989/) - [16MH...
README.md
[ "CRYSTAL" ]
27724cd01cc1d17506bc7246a018ac468aac9a1c79e35975b328cb69d4c9e5ce
from __future__ import unicode_literals, division, print_function import argparse import locale import random import sys import textwrap del unicode_literals, division, print_function ## # FOAD: Fucked Off Adversarial Degenerates (Fuck Off And Die) # # Copyright © <NAME>, 2013-2020 # Copyright (C) <NAME>, 2013-2020...
foad.py
[ "Amber" ]
4e4d5e0783f01e78f35de9ad80c958ed93adfb6fcd9c1ced077f5d322db45fa8
--- date: '2020-02-01' title: 'Side project: AC Visitor Center' banner: './images/banner.jpg' imageAltText: 'baby skunk standing on table' bannerCredit: 'Photo by <NAME>' bannerLink: 'https://unsplash.com/photos/wqhId9KS-do' # see src/pages/index.js for default keywords keywords: nodejs,react,firebase,video games,saas ...
content/blog/ac-visitor-center-post-mortem/index.md
[ "VisIt" ]
72168d4e124eaec515e75a83a5f338d266b131fb7783f4454d863b4617907365
# Ballerina Google Sheets Connector [![Build Status](https://travis-ci.org/ballerina-platform/module-ballerinax-googleapis.sheets.svg?branch=master)](https://travis-ci.org/ballerina-ballerinax-platform/module-ballerinax-googleapis.sheets) [![Build](https://github.com/ballerina-platform/module-ballerinax-googleapis.she...
README.md
[ "VisIt" ]
cac87e025e60f222a6c662b6df71cdd4dfe725f280c6400e2db8891fb1d64a62
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.239 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated>...
Seqcos/Source/Tools/SeqcosGui/Properties/Resource.Designer.cs
[ "BLAST" ]
ce4363305287e23bb44b2903f0b6880ea3033b3b1f7c4b93e90ad611f0bdd77d
'use strict'; var autoprefixer = require('autoprefixer'); var del = require('del'); var gulp = require('gulp'); var cleanCSS = require('gulp-clean-css'); var concat = require('gulp-concat'); var imagemin = require('gulp-imagemin'); var postCSS = require('gulp-postcss'); var sass = require('gulp-sass'); var...
gulpfile.js
[ "GULP" ]
5a80a8ffbdb6d13631db1d8df318a3c4df1332481ca1ab1d7d7ceb4c0adde192
var secretButton = document.querySelector('#secret-button'); var secretParagraph = document.querySelector('#secret-paragraph'); var secretButtonMP = document.querySelector('#secret-buttonMP'); var secretParagraphMP = document.querySelector('#secret-paragraphMP'); ///////////////////////////////// var showSecret ...
src/public/js/app-blog.js
[ "VisIt" ]
37492cb8e7f19b1335dcb99dbff2ef90c3f44f141a23826a62ab540a54dd4e75
// Based on the code from the book AI Techniques for Game Programming // by <NAME>. // Modified by <NAME>, <EMAIL> //------------------------------------Sigmoid function------------------------ // //---------------------------------------------------------------------------- float Sigmoid(float netinput, float r...
enneosEncoder/phenotype.cpp
[ "NEURON" ]
4e5f74f28e7be25314dbcc0b87e37d6ef2268e00044df8d60da35f8210be8adf
package com.digiarea.closure.model; import java.io.IOException; import java.util.ArrayList; import java.util.List; import javafx.beans.property.ListProperty; import javafx.beans.property.SimpleListProperty; import javafx.collections.FXCollections; import com.digiarea.closure.model.visitor.GenericVisitor; import com....
src/com/digiarea/closure/model/JsDocs.java
[ "VisIt" ]
6a801bec000058033d64621e96eecd0f47857fafd958791768d980671dd491d7
# Project Title Etherchat is a very simple chat service on-the-fly. If you need a temporary chat room for your team just create a new room. ## Features - E2E encryption, 0 knowledge server - No registration - Desktop notifications - Favicon with unread counter ## Getting Started These instructions will get you a c...
README.md
[ "VisIt" ]
437139be596c13b3410f98d2ad85c4bebceadc9ba38eaaef173d5b8c733461a0
### Description This example is a translation from a `dash-vtk` code described in that [repository](https://github.com/shkiefer/dash_vtk_unstructured) using trame. In trame we are exposing 3 approaches: - client view: This application simulate what dash-vtk is doing by defining the 3D scene in plain HTML structu...
src/Trame/Applications/FiniteElementAnalysis/FiniteElementAnalysis.md
[ "VTK" ]
d8d3f2c03356395efac688c75948d5d4984e2c999b0bea4a67bbe25003dee899
package osd; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.MalformedURLException; import java.net.URL; import java.net.URLConnection; import java.nio.charset.StandardCharsets; import ...
src/main/java/osd/CmdLC.java
[ "VisIt" ]
bc14003d22866d827d189c986734665aec729a876af696a1f6bb25e7b81d8228
### Description This depicts a human figure transected by the three commonly used anatomical planes: - **Sagittal plane** – is perpendicular to the ground divides the body into a left section and a right section. - **Coronal plane** – is perpendicular to the ground and divides the body into a front (anterior) section...
src/Python/VisualizationAlgorithms/AnatomicalOrientation.md
[ "VTK" ]
8298ed184c8d2900f3c1ce9b8a241acd8a3a67ec94501aa0cac8c03ceddb42bd
package me.mattlogan.rhymecity.ui.presenter; import com.squareup.otto.Bus; import org.junit.Before; import org.junit.Test; import org.mockito.ArgumentCaptor; import org.mockito.Mock; import org.mockito.MockitoAnnotations; import java.util.ArrayList; import java.util.List; import me.mattlogan.firefly.event.rhymes.Rh...
rhymecity/src/test/java/me/mattlogan/rhymecity/ui/presenter/SearchPresenterTest.java
[ "Firefly" ]
d20e12277ca047976ae11437ecff49c6fb66350c811a10cb6392dac67903c7c1
--- layout: post title: Hello world! Again. --- So this is a brand new blog. My old blog, including all of my old posts, now resides in a backup file to sit in 'storage'. My last blog, a more technically focused one, was horribly out of date, and not something I ever felt the need to use. This one will hopefully not be...
_posts/2011-07-01-hello-world.md
[ "VisIt" ]
0422ce1e7f8f22272239ff259195e23bb3825e9d30a28cbe30cd418792c92622
from locust import task, tag import urllib.parse from harmony.common import BaseHarmonyUser class ProdHarmonyUser(BaseHarmonyUser): @tag('harmony-gdal', 'sync', 'bbox', 'reproject', 'png') @task(2) def harmony_gdal_bbox_variable_reformat(self): collection = 'C1756916832-XYZ_PROV' variable ...
workload/locustfile-prod.py
[ "NetCDF" ]
0f3a37c6d0755ab7e75d984cb322c1dd3df4639ffb489e6b263f47106b61b819
package com.geely.design.pattern.structural.decorator.c; /** * 业务场景:星巴克卖咖啡,一开始,只有4种咖啡: * Decaf Espresso DrakRoast HouseBlend * 因为所有咖啡都有共性,所有开发人员,把它们的共性上提到一个父类中: Beverage * * 针对于b包的问题,我们何必为每一种咖啡加每一种调料都创建一个类呢?这样做太2了,太笨了! * 我们可以直接在父类 Beverage中,添加4个 boolean属性,分别代表是否加了对应的4种调料啊! */ abstract class Beverage { pri...
src/main/java/com/geely/design/pattern/structural/decorator/c/AppTest.java
[ "ESPResSo" ]
05d9b9a79d7c504c60353bd2c6f6dbe862c4fd4ec37161318ddd37110130e888
package cmd import ( // Package fmt allows formating options (ex: print line) "fmt" // Package strings allows string manipulation (ex: join) // "strings" // Package cobra facilitates CLI projects "github.com/spf13/cobra" // Package colly permits web scrapping "github.com/gocolly/colly" ) // golangCmd represe...
cmd/golang.go
[ "VisIt" ]
0ccfed4957532faa2a8926482096fc6e999e9439a9180fd5d97bf12f7d8ec54d
package ro.ase.acs.main; import java.util.ArrayList; import java.util.List; import java.util.concurrent.ExecutionException; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.Future; import java.util.concurrent.TimeUnit; import ro.ase.acs.threads.SummingCal...
Laboratory09/src/ro/ase/acs/main/Main.java
[ "ASE" ]
b0d87ab963ddbfd51fd569958cb5a3599950858c74c2f30b4c7a36ca91b558cf
require ('./menu.css'); require ('wh.compat.base'); require ('frameworks.mootools.more.class.binds'); require ('frameworks.mootools.more.keyboard'); require ('frameworks.mootools.more.element.measure'); require ('wh.components.scrollableview'); require ('wh.util.scroll'); /*! LOAD: wh.compat.base, frameworks.mootools.m...
wh.ui.menu/wh.ui.menu.js
[ "MOE" ]
3a70420e69d4dfd292c94c9847336a60d1efc93cb2f5ab9dc4fe3821dcd590ac
RSpec.feature "Edit tags" do let(:initial_tag_content) { "Initial tag" } let(:initial_tag_content_id) { SecureRandom.uuid } let(:tag_to_select_1_content) { "Tag to select 1" } let(:tag_to_select_2_content) { "Tag to select 2" } let(:single_tag_field_id) { "primary_publishing_organisation" } let(:multi_tag_f...
spec/features/editing_tags/edit_tags_spec.rb
[ "VisIt" ]
c5e4bbc97c6ac72237a85485921648b4a57d98186c4bf4c5d5bf0ec39d8a688c
package com.huawei.codebot.analyzer.x2y.java.method; import com.huawei.codebot.analyzer.x2y.global.bean.TypeInfo; import com.huawei.codebot.analyzer.x2y.global.commonvisitor.JavaLocalVariablesInMethodVisitor; import com.huawei.codebot.analyzer.x2y.global.commonvisitor.KotlinLocalVariablesVisitor; import com.huawe...
src/SourceCodeTransformer/src/main/java/com/huawei/codebot/analyzer/x2y/java/method/MethodMatcher.java
[ "VisIt" ]
c94eea1ee51c100daf99123321440c18f2dfa09f4302349d113e9e2c7f5f5c70
package io.github.lordraydenmk.superheroesapp.superheroes import androidx.test.core.app.ActivityScenario.launch import androidx.test.espresso.Espresso import androidx.test.ext.junit.runners.AndroidJUnit4 import androidx.test.filters.LargeTest import io.github.lordraydenmk.superheroesapp.MainActivity import io.github.l...
app/src/androidTest/java/io/github/lordraydenmk/superheroesapp/superheroes/SuperheroesE2ETest.kt
[ "ESPResSo" ]
595309d1fca3508dd6deffccf6948a106c73ecffc631cfc5a0105ca53dd52165
import gulp from 'gulp'; import shell from 'gulp-shell'; import watch from 'gulp-watch'; import gls from 'gulp-live-server'; import rimraf from 'rimraf'; import run from 'run-sequence'; import browserify from 'browserify'; import vinylSourceStream from 'vinyl-source-stream'; import vinylBuffer from 'vinyl-buffer'; impo...
gulpfile.babel.js
[ "GULP" ]
a4c92e01e3f816b58bfd5c811da9dad0ac96a0715338a3f11384c4b1f82a3edd
package day7 import ( "bufio" "fmt" "io" "os" "regexp" "strconv" "strings" ) const targetBagColor = "shiny gold" func Day7() { input, err := parseInput() if err != nil { panic(err) } fmt.Printf("Day 7 part 1 answer is %d\n", CountBagColorsToContain(input, targetBagColor)) fmt.Printf("Day 7 part 1 answe...
day7/day7.go
[ "VisIt" ]
74f3303e8adfc5655762a3edec911973f4e9bd4b487b66a00f0d3d6df1e44b84
Dailygraphics-next ================== Tools for writing and deploying daily interactive news graphics. Based substantially on NPR's `original daily graphics rig <https://github.com/nprapps/dailygraphics>`_. Built on Express, LESS, Browserify and Google Sheets. What does it do? ---------------- All the good stuff fro...
readme.rst
[ "VisIt" ]
e81fdd07ffded68e5425beabea02cb78f8b12e436f64fd73fc23670e69084cf8
namespace Microsoft.Boogie { using System; using System.Collections; using System.Diagnostics; using System.Collections.Generic; using System.Linq; using Microsoft.Boogie.AbstractInterpretation; using System.Diagnostics.Contracts; using Set = GSet<object>; //----------------------------------------...
sources/Boogie/Source/Core/AbsyCmd.cs
[ "VisIt" ]
f0d9598a8e5b5040459ea79ddcce97aae82f1b7c9fdb7084a75bf9da15f0fab6
# Transform Notion into RSS reader with AWS Lambda and AWS CDK Sample implementation of the RSS reader on the basis of Notion API. See the full article [here](https://blog.dmitrykankalovich.com/transform-notion-into-rss-reader-with-aws-lambda-and-aws-cdk-bc91c5fdc8d3)
README.md
[ "CDK" ]
52b873a48367f01e302142a38a9dd2bc695e1bf321f7f441fdee73a59bad7afb
import numpy as np from defdap import plotting from typing import Union, Tuple, List, Optional class Quat(object): """Class used to define and perform operations on quaternions. These are interpreted in the passive sense. """ __slots__ = ['quatCoef'] def __init__(self, *args, allow_southern: ...
defdap/quat.py
[ "CRYSTAL" ]
4a3adff27609ba73c88635687dffc5a2d542ffdb288eade8480c46faa971d2a3
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class frmDialogbox Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) ...
Dialogbox.Designer.vb
[ "Galaxy" ]
6df5ec9d290ecacf5dd38a6ae2b65021e948b6e48980192e261ebdc9424159e7
require 'spec_helper' describe "responding to orders" do before :each do @country = create :country @user = create :user, country: @country create :phone, user: @user 4.times { create :order, user: @user, country: @country } @user.update_waiting! @pcmo = create :pcmo, country: @country l...
spec/features/response_spec.rb
[ "VisIt" ]
195e513902abddc38c3dc8bef44e6d9512c9039d2d884c4205db892370a3db99