Java
Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.
Here are 949 public repositories matching this topic...
It looks like eval is a special case in our PHP parsing:
$ echo 'eval("echo foo");' | python -m semgrep --lang php --pattern 'evaz(...);' -
ran 1 rules on 1 files: 0 findings
$ echo 'eval("echo foo");' | python -m semgrep --lang php --pattern 'eval(...);' -
semgrep error: invalid pattern
--> CLI Input:1
1 | eval(...);
| ^^^^^^^^^
Pattern could not be parsed as a
I'm sorry if I missed this functionality, but CLI version hasn't it for sure (I saw the related code only in generate_code_examples.py). I guess it will be very useful to eliminate copy-paste phase, especially for large models.
Of course, piping is a solution, but not for development in Jupyter Notebook, for example.
一款高性能敏感词(非法词/脏字)检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。
-
Updated
Oct 26, 2020 - Python
Blade is a powerful build system from Tencent, support many mainstream programming languages, such as C/C++, java, scala, python, protobuf...
-
Updated
Nov 4, 2020 - Python
We noticed that we have some common patterns for common conflicts/duplicate resolution in our monorepo across different binaries.
Like
deploy_jar_rules=jar_rules(rules=[
Duplicate('^BUILD', Duplicate.SKIP),
Duplicate('^META-INF/ASL2.0', Duplicate.SKIP),
Duplicate('^META-INF/INDEX.LIST', Duplicate.SKIP),
Duplicate('^META-INF/io.netty.versions.properties', Duplicate.SKIP
Access Java classes from Python
-
Updated
Oct 26, 2020 - Python
China's first CTFTools framework.中国国内首个CTF工具框架,旨在帮助CTFer快速攻克难关
-
Updated
Apr 11, 2020 - Python
-
Updated
Oct 27, 2020 - Python
JPype is cross language bridge to allow python programs full access to java class libraries.
-
Updated
Oct 29, 2020 - Python
A collection of curated Java Deserialization Exploits
-
Updated
May 22, 2018 - Python
Vim client for TabNine. https://vimawesome.com/plugin/tabnine-vim
-
Updated
Oct 12, 2020 - Python
hack tools
-
Updated
Nov 2, 2020 - Python
-
Updated
Nov 4, 2020 - Python
互联网行业研发岗面试必备算法题配图解析及代码
-
Updated
Jul 25, 2019 - Python
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
-
Updated
Aug 7, 2019 - Python
-
Updated
Oct 23, 2020 - Python
Bears for coala
-
Updated
Oct 3, 2020 - Python
Chat Bot Samples for Google Chat.
-
Updated
Oct 14, 2020 - Python
Java Virtual Machine implementation in Python
-
Updated
Jan 20, 2019 - Python
Handwritten Korean Character Recognition with TensorFlow and Android
-
Updated
Oct 12, 2020 - Python
Created by James Gosling
Released May 23, 1995
- Website
- www.oracle.com/technetwork/java/javase/overview/index.html
- Wikipedia
- Wikipedia


Describe your feature request
It would be great to use Pathlib
Pathsinsteados.path...For feature requests or questions, post on our Github Discussions page instead: https://github.com/ray-project/ray/discussions!