text stringlengths 8 1.05M | repo_path stringlengths 4 291 | keyword sequencelengths 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 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 166