-
Hi! I noticed that roy uses 'instanceof' quite pervasively, especially for pattern-matching ADT's.
Instanceof tends to have trouble when doing cross-framescripting and I suspect also in webworkers et…
-
H/AMT diff traverses the whole thing today. We can do better.
See https://github.com/filecoin-project/lily/issues/504
-
Program to demonstrate Array ADT like insert, delete etc.
-
``` scala
// build.sbt
scalaVersion := "2.11.7"
libraryDependencies += "com.lihaoyi" %% "fastparse" % "0.2.1"
libraryDependencies += "com.lihaoyi" %% "pprint" % "0.3.6"
```
``` scala
// main.scala
…
-
https://github.com/ansible/ansible-dev-tools/issues/264
-
MSH|^~\&|HOSPITAL|HOSPITAL|APPLICATION|20240810044330||ADT^A01^ADT_A01|1234567890||P|2.3
PID|||1234567890||PATIENT^JOHN^DOE||19700101|M|||123 Main St|||CITY^ST^ZIP||HOME^123-456-7890
PV1|||1|I|SURGE…
-
I have some files with extension .aac or .adts
If I don't change their file extension, they are player correctly in Audacious.
However, Puddletag do not see that files even if I rename they to ".m4a…
-
Hi there,
I've been trying out your really useful tool with a Sonos speaker as well as a Ruark internet radio (Frontier Silicon/Frontier Nuvola).
It works perfectly on the MP2 ARD stations that …
-
안녕하세요.
ADT (Abstract Data Type, 추상 자료형)에 대한 질문을 드립니다.
"파이썬 알고리즘 인터뷰 (박성길 지음, 책만 출판사)"에서는 추상 자료형을 자료형에 대한 수학적 모델을 지칭한다. 혹은 자료형의 연산을 정의한 것 등으로 정의 하고 있습니다.
(파이썬 알고리즘 인터뷰 책 61, 120 page)
(refe…
-
If we go back to the example in the readme, I'd like to be able to do:
```scala
import classy.generic._
import classy.config._
sealed trait Shape
case class Circle(radius: Double) extends Sha…