-
Please add the `WWWBasic` language documentation.
-
Hello,
when I run pyb_test.py I've got values like
(587.4, 214.28571428571428)
(622.2, 214.28571428571428)
(659.2, 214.28571428571428)
...
Is there a way to output in microbit format eg. '…
-
detect language from file extension, at least for some common ones
-
# window Dos命令
# 实战命令
## 检查主机网络
#### 检查网络是否连通
ping www.baidu.com
ping www.baidu.com -t
#### 检查到达某一主机中间所经过的主机。默认为udp包
tracert www.baidu.com
## 查询端口进程
netstat -aon|findstr "3306"
## 查看进程程序
tasklist|…
-
The current implementation of FUNCTION/SUB/GOSUB/RETURN assumes that they are only
used in the correct order and never underflow.
Someone needs to investigate what the "correct" behavior in various …
-
Currently function names require type characters. For example:
Function test1% (x As Integer, y As Integer)
test1% = x + y
End Function
This is ok. However, also allow the following:
Funct…
a740g updated
2 years ago
-
## Issue Description ##
The Blazor Codebehind methods are randomly not found by intellisense:
![image](https://user-images.githubusercontent.com/16146732/111221662-cae5f480-85a8-11eb-889b-dd9227…
-
I couldn't load windows 3.1 on your site.
-
The idea is you could keep your code better organized with different tabs to switch between within the editor. Another solution MonstersGoBoom had was to add "tags" users could easily navigate to.
Fu…
-
add highlight code for Visual Basic, VB (`*.vb`).