Skip to content

Instantly share code, notes, and snippets.

#include "sysc/kernel/sc_module.h"
#include "sysc/kernel/sc_simcontext.h"
#include "sysc/kernel/sc_time.h"
#include "sysc/tracing/sc_trace.h"
#include <systemc.h>
SC_MODULE(AND5566)
{
sc_in<bool> a;
sc_in<bool> b;
2018/07/25 12:21:51 [INFO] Terraform version: 0.11.7 41e50bd32a8825a84535e353c3674af8ce799161
2018/07/25 12:21:51 [INFO] Go runtime version: go1.10.1
2018/07/25 12:21:51 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply", "-var-file=example.tfvars"}
2018/07/25 12:21:51 [DEBUG] Attempting to open CLI config file: /home/minoschen/.terraformrc
2018/07/25 12:21:51 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/07/25 12:21:51 [INFO] CLI command args: []string{"apply", "-var-file=example.tfvars"}
2018/07/25 12:21:51 [INFO] command: empty terraform config, returning nil
2018/07/25 12:21:51 [DEBUG] command: no data state file found for backend config
2018/07/25 12:21:51 [DEBUG] New state was assigned lineage "4a0604d8-9f2b-2139-a357-424d03dac89d"
2018/07/25 12:21:51 [INFO] command: backend initialized: <nil>
variable "region" {
description = "aws region to use"
default = "us-west-2"
}
variable "domain" {
description = <<EOF
This is the verified sender domain used with ses. This has to be manually added and verified first.
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-domains.html
EOF
region = "us-west-2"
domain = "github.com"
api-endpoints = [
"http://github.com/",
]
provider "aws" {
region = "${var.region}"
}
resource "aws_sns_topic" "ses_topic" {
# dots are not allowed in topic names, replace with _
name = "${replace(replace(var.domain,".", "_"), "@", "-")}_bounce_and_complaints"
}
resource "aws_ses_identity_notification_topic" "ses_bounce" {
  1. Made significant progress in the understanding of Palladium.
  • Highlight: Throughout the past year, I am from being a newcomer to being able to work in proficiency. Currently, I often play the role of answering product questions from other Taiwan colleagues.
  1. Provided technical consultation, guidance, and troubleshooting to all other 5 Taiwan’s teammates in a wide range of areas, including: a. Syntax/standard library (and the ideas behind) of C++ b. Compilation errors and bugs of C++ codes c. Setup and usage instruction of work tools (Perforce, VSCode, Verdi, gdb, shell script, etc.) d. Concepts of data structure and algorithm e. Basic knowledge of logic design and Verilog HDL
  • Highlights:

{ "metadata": { "name": "", "signature": "sha256:75263d9b9365b063bbd829aea610fabf3bcb740fe2c3f193680bfd648da74bd2" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [

{ "metadata": { "name": "", "signature": "sha256:74b6438947f049e10e34b827393cc06ea98a28fd298f7aef5097912ce9be36a5" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [

{ "metadata": { "name": "", "signature": "sha256:fb32189c9859a01bc9371cdf5d176b0b5b95394ff9c9490038f0f3226c5ed4b2" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [

{ "metadata": { "name": "", "signature": "sha256:0a73ca15645dd5f416851809ef72de1dc22336999041b334779c06ba497368ff" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [