-
```
What steps will reproduce the problem?
Using shedskin 0.9.4 compile the following code
for it in (0, 1): #{
for o in ('i','g'): #{
print o
#}
#}
What is the expected output? What do you …
-
Given an integer N, print Pascal Triangle upto N rows.
Input Format
Single integer N.
Constraints
N
-
```
What version of the product are you using? On what operating system?
linux latest version 0.2.2.3
Please provide any additional information below.
I would like to write some custom rules for my …
-
```
What version of the product are you using? On what operating system?
linux latest version 0.2.2.3
Please provide any additional information below.
I would like to write some custom rules for my …
-
Feature: Scrape data from solications[1] and contracts[2] page
```
Scenario: User starts a page crawl
Given a certain url
When the page loads
Then the table data should be copied into a data st…
-
Hello,
I am working with VIIRS satellite data and currently have two files:
1. VNP14IMG - Swath data without geolocation.
2. VNP03IMG - Geolocation data.
Each file uses a different reader:
…
-
# Cleaning Up
The pyglet-python repo is fully functional. However, there are are many places where it lacks documentation and type-hinting. There are also spots here and there that have some anti-p…
-
# Description
We work on implementing special converters for specific constraints.
When users solve an optimization problem with Qiskit Aqua, they apply InequalityToEquality to convert inequality co…
-
I just installed Beautify in Gimp 2.10.14 running on Linux Mint 19.3 by following the instructions. Most of the effects work except for the Simple Border. After the border is selected and OK clicked, …
-
# Description
There are several way to import and export circuit to and from Qiskit, being OpenQASM2 the most popular one. However, in order to improve interoperability with 3rd parties, we need to…