-
# Single-Serving Wiki To-Dos
20 to-dos, 5 points each; plus 4 extra credit to-dos
## Essential
### Code
`30 points`
- [ ] Use of lowercase alphabet for all markup, style, and file and fol…
-
There are three types of asset properties, each of which has an associated level:
- TW Attributes: have an assumed TW level
- Controls: have a coverage level (also a TW level)
- Misbehaviours: have a…
-
There's a bunch of dead code in the codebase:
- Commented / `#ifdef`'d out stuff
- Porting hacks/variations for platforms I no longer want to support
- Unused macros/methods/variables?
Also need…
-
regarding the unix crash course / Variables and For loops / "grep -w -A 1 ">9" genes.faa"
grep with -w doesn't detect only whitespace but any "non-word constituent character" so anything that isn't…
-
## CVE-2024-34064 - Medium Severity Vulnerability
Vulnerable Library - Jinja2-3.1.2-py3-none-any.whl
A very fast and expressive template engine.
Library home page: https://files.pythonhosted.org/pac…
-
#### Description
Some minor differences noticed when doing an install vs an upgrade:
- smf_log_errors, session column, the default value is different (empty string vs multiple spaces)
- smf_membe…
-
# Single-Serving Wiki To-Dos
20 to-dos, 5 points each; plus 4 extra credit to-dos
## Essential
### Code
`30 points`
- [x] Use of lowercase alphabet for all markup, style, and file and fol…
-
The definition of unnamed/generic address space in OpenCL C doesn't conform to Embedded C section 5.1.3 that defines unnamed address space as default address space i.e. C compiler would default to unn…
-
### 关于JWTs
在最近的一段时间内,因为讨论Jalor的微服务应用比较多,所以遇到了非常多次关于JWT的名词,还是下决心把JWT搞清楚,到底是怎么回事吧。
#### 1. RFC7519 - JSON Web Token
首先是JWT的RFC标准,其实非常短,也就是20多页,现在摘录一下重点。RFC的用词非常标准,并且准确,可以当做范文来读。
JSON Web Tok…
-
Converted from [SourceForge issue 3153684](http://sourceforge.net/support/tracker.php?aid=3153684), submitted by None
Would it be possible to automatically insert implicit multiplication operators be…