This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* jshint loopfunc: true, undef: true, unused: false, strict: false */ | |
/* global ch_sdcka, ch_sdckb, dec_item_add_post_text, dec_item_add_comment, hex_add_byte, dark_colors, pkt_start, pkt_end, pkt_add_item, trs_go_before, dec_item_add_data, sample_val, ui_clear, ui_add_ch_selector, dec_item_add_sample_point, DRAW_0, DRAW_1, clear_dec_items, dec_item_new, dec_item_add_pre_text, get_ui_vals, add_to_err_log, trs_get_first, trs_is_not_last, abort_requested, trs_get_next, debug, trs_go_after, sample_rate, get_ch_color */ | |
/* | |
************************************************************************************* | |
SCANASTUDIO 2 MAPLE BUS DECODER | |
The following commented block allows some related informations to be displayed online |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#user nobody; | |
worker_processes 1; | |
#error_log logs/error.log; | |
#error_log logs/error.log notice; | |
#error_log logs/error.log info; | |
#pid logs/nginx.pid; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;----------------------------------------------------------------------------- | |
;; File: dscr.a51 | |
;; Contents: This file contains descriptor data tables. | |
;; | |
;; $Archive: /USB/Examples/Fx2lp/bulkloop/dscr.a51 $ | |
;; $Date: 9/01/03 8:51p $ | |
;; $Revision: 3 $ | |
;; | |
;; | |
;;----------------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies: | |
# Compute the assets once and cache them | |
post: | |
- bundle exec rake assets:precompile assets:clean_expired: | |
environment: | |
RAILS_GROUPS: assets | |
cache_directories: | |
- "public/assets" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -eu | |
: "${CACHE_DIR:=/tmp/coreboot}" | |
: "${VBOOT_SOURCE:=/mnt/host/source//src/platform/vboot_reference}" | |
: "${HOSTCC:=x86_64-pc-linux-gnu-clang}" | |
: "${HOSTPKGCONFIG:=x86_64-pc-linux-gnu-pkg-config}" | |
: "${XGCCPATH:=/opt/coreboot-sdk/bin/}" | |
: "${BOARD:=zork}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Distinct Random | |
description: > | |
Creates a sensor which holds a random value from the referenced | |
input_select. When the sensor receives the DISTINCT_UPDATE event, a new | |
random value will be chosen. The random value will be distinct, meaning that | |
a duplicate will not be returned until all options are exhaused. | |
For Example if an Input Select has items: a, b, c | |
On creation the template might contain `a`, then after a refresh it might |
OlderNewer