-
Updated
Jun 30, 2021 - Java
Python
Python is a dynamically typed programming language designed by Guido van Rossum. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.
Here are 1,562 public repositories matching this topic...
At this moment relu_layer op doesn't allow threshold configuration, and legacy RELU op allows that.
We should add configuration option to relu_layer.
-
Updated
Jul 1, 2021 - Java
After loading a new file and coming to the Configure Parsing Options page, you have the ability to modify the parsing rules, which I do pretty frequently with the kinds of (mostly tsv-like) files that I get. Most frequently I need to change the "Ignore first" and "Discard initial" parameters and since I usually need both of these and since my files are large and complex enough for the preview upda
Is your feature request related to a problem? Please describe.
Autocomplete was a delightful feature in our past project Bento. It aided discoverability of commands and made the tool fast to use. This ticket is a request to provide this functionality for Semgrep, allowing me to tab autocomplete and see relevant flags and their help text as I go.
**D
-
Updated
Apr 13, 2021 - Java
-
Updated
Jul 1, 2021 - Java
-
Updated
Jul 2, 2021 - Java
-
Updated
Jun 7, 2021 - Java
-
Updated
Jul 1, 2021 - Java
-
Updated
Jul 2, 2021 - Java
-
Updated
Jun 4, 2021 - Java
-
Updated
Apr 12, 2020 - Java
-
Updated
Apr 26, 2021 - Java
-
Updated
Jun 7, 2021 - Java
Prefix Sum Array
🚀 Feature
An easy to implement an algorithm that calculates range sums. It supports O(1) queries and O(n) updates.
Have you read the Contribution Guidelines?
Pitch
PSAs are a beginner-friendly algorithm that helps reinforce the understanding of arrays. I can implement this in C++ and Java (:
Assigned
@RohanK6 - Java
@itslinotlie - C++
@mavneeK - C
@aniket
-
Updated
Jul 2, 2021 - Java
-
Updated
Jul 3, 2021 - Java
-
Updated
May 10, 2021 - Java
-
Updated
Apr 28, 2021 - Java
-
Updated
Nov 26, 2020 - Java
Created by Guido van Rossum
Released February 20, 1991
- Organization
- python
- Website
- www.python.org
- Wikipedia
- Wikipedia
Feature request
Please include the following information:
Is your feature request related to a problem? Please describe.
We're looking into optimising keyword arguments in TruffleRuby and need a way to benchmark methods without the inlining mechanism.
Describe the solution you'd like.
Looking for something we can use when running, e.g. `jt ruby --engine.ExcludeInline fo