#
cplusplus
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 88 public repositories matching this topic...
sc1f
commented
Feb 2, 2021
In strptime as compiled for Emscripten, when given the US locale string format ("%m/%d/%Y, %I:%M:%S %p"), it incorrectly parses "12:00:00 AM" as "12:00:00 PM". In order to fix this, we will need a custom-written string parser similar to the CustomISO8601Parser from arrow_csv.cpp. This parser uses the
javascript
python
rust
csharp
cplusplus
algebraic-data-types
complex-numbers
geometric-algebra
operator-overloading
quaternion-algebra
clifford-algebras
-
Updated
Apr 14, 2021 - JavaScript
jskrepnek
commented
Nov 14, 2018
If a prepare hook is defined in a platform block, it is not executed when cordova prepare is called without specifying a platform.
My expectation is that the platform prepare hooks will be still be called when a platform is not provided as an argument to the platform prepare command.
For example:
Given the following hook:
<platform name="android">
<hook type="after_prepare"
Apache Cordova Plugin file
-
Updated
Jul 14, 2021 - JavaScript
Apache Cordova Plugin geolocation
-
Updated
Jul 16, 2021 - JavaScript
Apache Cordova Plugin file-transfer
-
Updated
Jul 27, 2021 - JavaScript
Mirror of Apache Weinre
-
Updated
Jul 7, 2018 - JavaScript
[DEPRECATED] Apache Cordova - Whitelist Plugin
-
Updated
Jun 30, 2021 - JavaScript
Apache Cordova Plugman
-
Updated
Oct 2, 2020 - JavaScript
Apache Cordova Plugin media
-
Updated
Jul 6, 2021 - JavaScript
Apache Cordova Plugin device
-
Updated
Jul 6, 2021 - JavaScript
Apache CouchDB
javascript
couchdb
content
http
cloud
erlang
database
big-data
cplusplus
network-server
network-client
-
Updated
Aug 12, 2021 - JavaScript
Apache Cordova Plugin media-capture
-
Updated
Jul 6, 2021 - JavaScript
Apache Cordova Plugin dialogs
-
Updated
Dec 2, 2020 - JavaScript
Professional backend framework for Node.js
-
Updated
Aug 11, 2021 - JavaScript
Apache Cordova Plugin contacts
-
Updated
Mar 25, 2021 - JavaScript
Apache Cordova Windows
-
Updated
Jul 6, 2021 - JavaScript
Cordova Plugin Screen Orientation
-
Updated
Jul 6, 2021 - JavaScript
Apache Cordova
-
Updated
Jul 6, 2021 - JavaScript
[DEPRECATED] Apache Cordova Plugin console
-
Updated
Feb 11, 2019 - JavaScript
Apache cordova
-
Updated
Nov 28, 2020 - JavaScript
Apache Cordova Plugin globalization
-
Updated
Jul 6, 2021 - JavaScript
Apache Cordova Plugin vibration
-
Updated
Nov 28, 2020 - JavaScript
[Deprecated] Nano-framework for Node.js. Use PRO version
-
Updated
Jun 22, 2020 - JavaScript
Apache Cordova Plugin battery-status
-
Updated
Jul 6, 2021 - JavaScript
Apache Cordova Electron
-
Updated
Jul 14, 2021 - JavaScript
Apache Cordova Plugin device-motion
-
Updated
Sep 8, 2020 - JavaScript
Expected
str = empty string
Actual
failed and returns JsErrorNullArgument
I think this should be possible