-
How?
example:
```js
(function func() {
// audio.src = "Y29uc29sZS5sb2coJ2hlbGxvLCB3b3JsZCEnKQ"
func.constructor(atob((''+func).match(/=\s"(\w+)"/)[1]))();
})()
```
I …
-
```
final runtime = Compiler().compileWriteAndLoad({
'example': {
'main.dart': '''
import 'dart:convert';
String main() {
final json = jsonDecode("""{
"title": "One Piece M…
-
I'm trying to download CCBlade as a stand alone module. In the description it says that the only prerequisite is gfortran, however I also had to install GCC, meson and ninja too.
I wanted to instal…
-
**Describe GraalVM and your environment :**
- GraalVM version or commit id if built from source: **23.0.4**
- CE or EE: **CE**
- JDK version: **OpenJDK Runtime Environment Corretto-17.0.10.7.1 (…
-
The following c# code...
```c#
Environment.SetEnvironmentVariable("JULIA_NUM_THREADS", "4");
jl_init_with_image__threading(mBinPath, mSysImg);
jl_eval_string("println(\"Threads=$(Threads.nthread…
-
```
; wrote /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_lisp_cl-ironclad/cl-ironclad/work/.home/.cache/common-lisp/sbcl-2.4.10-macosx-ppc32/opt/local/var/macports/build/_opt_PPCSnowLeopard…
-
Both doesn't work for me.
For `parse-fish.nu` the error is following:
```nu
> source parse-fish.nu
Error: nu::shell::variable_not_found
× Variable not found
╭─[/home/mock/Downloads/n…
-
```
func (s *Script) Run(ctx context.Context, c Scripter, keys []string, args ...interface{}) *Cmd {
r := s.EvalSha(ctx, c, keys, args...)
if HasErrorPrefix(r.Err(), "NOSCRIPT") {
return s.Eva…
-
### Describe the bug
https://github.com/melMass/comfy_mtb/blob/9651a7034120589b059329b21688708e42772453/nodes/graph_utils.py#L479
```python
class MTB_MathExpression:
"""Node to evaluate a si…
-
## Problem
when I type a variable that is not defined the eval should return `nil`
## Solution
Make sure `nil` values are converted to string before `table.concat` - in the process/eval.lua
…