JavaScript
JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
Here are 3,364 public repositories matching this topic...
-
Updated
Mar 18, 2022 - Java
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
-
Updated
Mar 17, 2022 - Java
A UiAutomator on android, does not need root access(安卓平台上的JavaScript自动化工具)
-
Updated
Mar 6, 2022 - Java
Bug Report
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 2.2.0
@capacitor/core: 2.2.0
@capacitor/android: 2.2.0
@capacitor/electron: 2.2.0
@capacitor/ios: 2.2.0
Installed Dependencies:
@capacitor/electron not installed
@capacitor/cli 2.2.0
@capacitor/core 2.2.0
@capacitor/android 2.2.0
@capacitor/ios 2.2.0
[su
With Closure Compiler v20210106 and the following flags:
--language_in=ECMASCRIPT_NEXT
--compilation_level ADVANCED
--js tmp/wrap.js
This works fine:
/**
* @param {string} str
* @param {string} [prefix=aa]
* @param {string} [suffix=bb]
*/
function wrap1(str, prefix="aa", suffix="bb") {
return prefix + str + suffix;
}
window.wrap1 = wrapWelcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.rst file below.
-
Updated
Mar 17, 2022 - Java
一本关于排序算法的 GitBook 在线书籍 《十大经典排序算法》,多语言实现。
-
Updated
Feb 1, 2022 - Java
Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
-
Updated
Feb 19, 2022 - Java
Realtime Client Server Framework for the JVM, supporting WebSockets with Cross-Browser Fallbacks
-
Updated
Mar 8, 2022 - Java
Bastillion is a web-based SSH console that centrally manages administrative access to systems. Web-based administration is combined with management and distribution of user's public SSH keys.
-
Updated
Mar 15, 2022 - Java
High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C.
-
Updated
Mar 11, 2022 - Java
Keep your code spotless
-
Updated
Mar 15, 2022 - Java
Thymeleaf is a modern server-side Java template engine for both web and standalone environments.
-
Updated
Mar 15, 2022 - Java
Piranha transforms:
someConsumer.accept((x) -> {
if(exp.isTreated(STALE_FLAG)){
doSomething(x);
}
else{
domeSomethingElse(x);
}
Layout and functional testing framework for websites
-
Updated
Dec 9, 2021 - Java
A Java to JavaScript transpiler.
-
Updated
Sep 21, 2021 - Java
Issue is common to date pickers in both /web/instructor/logs/ and /web/instructor/sessions/edit/ (audit logs and edit feedback session)
Type in an incorrect date in the date picker, and the following error message will show up:
<img width="1237" alt="Screenshot 2021-06-29 at 12 43 54 AM" src="https://user-images.githubusercontent.com/41856541/123673503-1f209600-d873-11eb-8e43-9e7d6833f52
A web clone of the card game Cards Against Humanity.
-
Updated
Feb 16, 2022 - Java
Is this a bug or feature request?
FR
What is the current behavior?
not in the tree
What is the expected or desired behavior?
should be under the section "System"
HackerRank solutions in Java/JS/Python/C++/C#
-
Updated
Jan 28, 2022 - Java
-
Updated
Mar 17, 2022 - 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
Mirror of Apache Guacamole Client
-
Updated
Mar 16, 2022 - Java
Java to Closure JavaScript transpiler
-
Updated
Mar 17, 2022 - Java
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia
Related Topics
nodejs
GitHub Presente con Stefanni Cavaletto y Tania Allard
March 22, 2022 • Online


Since
stateis a reserved keyword in Truffle's guard mechanism, it should not be possible to use it in a guard definition as this can cause serious problems. The annotation processor should either reject thestatekeyword in guard definitions or thestatetemporary variable produced by the processor should be renamed to avoid this conflict.Here's an example:
<img width="629" alt="screen