Xah Talk Show 2025-07-03 Ep673 Format Python JavaScript Golang HTML CSS in Emacs, Wolfram Language Auto Format
xah talk show ep673 25d7f
timestamp
- timestamp
- 01:34 format CSS code
- 06:37 format python code
- 11:47 format JavaScript code
- 18:11 format HTML code
- 20:48 format golang code
xx = "something"
print(xx + "123")
if x < 3:
3 else :5
if x < 3:
3
elif 4:
4
else:
5
print(xx + "123")
Graphics3D[
Replace[
Map[
Function[x, Map[Tube , Subsets[Tuples@Transpose@{x, x + 1}, {2}]]]
,
CoordinateBoundsArray@Table[{0, 3}, 3], {-2}],
vec_List :> Function[x, (With[{y = x . x}, If[y < 0.00001, x, x/y]])] @ vec, {-2}]
,
ViewVector -> {-.5, -.2, -1}]
xah talk show 2025-07-03 Wolfram language format