This file contains hidden or 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
| version: '3' | |
| services: | |
| # Third party database microservices | |
| mongodb: | |
| image: ${DOCKER_REGISTRY}/jfrog/xray-mongo:3.2.6 | |
| container_name: xray_mongodb | |
| ports: | |
| - 27017:27017 | |
| entrypoint: /bin/bash -c "chmod 777 /data/logs; /entrypoint.sh --logpath /data/logs/xray-mongo.log --auth" | |
| volumes: |
This file contains hidden or 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
| o---------------------------------------------------------------------------------- | |
| -- Company: | |
| -- Engineer: | |
| -- | |
| -- Create Date: 04/03/2017 06:48:39 PM | |
| -- Design Name: | |
| -- Module Name: BCD_Hex - Behavioral | |
| -- Project Name: | |
| -- Target Devices: | |
| -- Tool Versions: |
This file contains hidden or 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
| library IEEE; | |
| use IEEE.Std_logic_1164.all; | |
| use IEEE.Numeric_Std.all; | |
| entity circuit_tb is | |
| end; | |
| architecture bench of circuit_tb is | |
| component circuit |
This file contains hidden or 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
| ---------------------------------------------------------------------------------- | |
| -- Company: | |
| -- Engineer: | |
| -- | |
| -- Create Date: 03/27/2017 07:40:57 PM | |
| -- Design Name: | |
| -- Module Name: twomux - Behavioral | |
| -- Project Name: | |
| -- Target Devices: | |
| -- Tool Versions: |
This file contains hidden or 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
| ---------------------------------------------------------------------------------- | |
| -- Company: | |
| -- Engineer: | |
| -- | |
| -- Create Date: 03/27/2017 07:27:23 PM | |
| -- Design Name: | |
| -- Module Name: mux - Behavioral | |
| -- Project Name: | |
| -- Target Devices: | |
| -- Tool Versions: |
This file contains hidden or 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
| ## This file is a general .xdc for the Basys3 rev B board | |
| ## To use it in a project: | |
| ## - uncomment the lines corresponding to used pins | |
| ## - rename the used ports (in each line, after get_ports) according to the top level signal names in the project | |
| ## Clock signal | |
| set_property PACKAGE_PIN W5 [get_ports clk] | |
| set_property IOSTANDARD LVCMOS33 [get_ports clk] | |
| create_clock -add -name sys_clk_pin -period 10.00 -waveform {0 5} [get_ports clk] | |
This file contains hidden or 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
| #!/usr/bin/python | |
| """ | |
| """ | |
| import socket | |
| import sys | |
| import time |
This file contains hidden or 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
| function [ p ] = powers(V,T0) | |
| syms t | |
| f = ((V/T0)*t)^2; | |
| p = (1/T0)*int(f,0,T0); | |
| t = linspace(0,5,500); | |
| p = powers(1,1); | |
| %p = 1/3 |
This file contains hidden or 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
| https://b.thumbs.redditmedia.com/HyHkr8DUeIMoDdb1gBWEFIk8xguxrTgcg2c9-OcWJvg.png <---- Image | |
| .thing .thumbnail[href*="na_lcs"], | |
| .thing .thumbnail[href*="lcs_na"], | |
| .thing .thumbnail[href*="lcs_north"], | |
| .thing .thumbnail[href*="american_lcs"] { | |
| background-position: -200px -70px; | |
| } | |
| .thing .thumbnail[href*="ogn_"] { |