-
Shreya from Alexander-Bloch lab ran `babs-init` without issue following the example walkthrough, but got error when using the datalad dataset created by her. We've made sure she used `datalad create -…
-
Hi, I figured CROWN does not support having the ReLU function as last year (it throws some error), so I thought I could add an identity Linear layer after ReLU as follows:
```
class MyModel(nn.Modul…
-
@awangga Judul : Pengembangan Aplikasi Pengolahan Data menggunakan Framework Codeigniter (Studi Kasus Klinik Tanimulya Medika (sub modul layanan pembayaran pengobatan) .
[BAB I.docx](https://github.c…
-
Dear sir
I would like to ask for your help to recover a part from my chapter that was deleted currently I wish for you to recover it if so I'd thank you for your help.
[Escapade's of misfits.md](ht…
-
J's `$` verb should accept negative left arguments, similar to how `i.` and `{.` (and friends) accept negative arguments.
`_3 $ 'abcdefg'` should return `'efg'` and `_3 $'ab'` should return `'bab'`
-
Beschrijving van de bug
Op Dev-omgeving.
Na het opslaan van een Eigen Babs (beide varianten) is niet te zien of wijzigen wat ik heb doorgegeven, maar blijft het lege formulier in beeld.
Wat heb i…
-
**Description**
Given a string s, return the longest
palindromic substring in s.
Example 1:
Input: s = "babad"
Output: "bab"
Explanation: "aba" is also a valid answer.
Example 2:
Input:…
-
**Describe the bug**
All configurations except secret have the exact same configuration, but only player owned tokens show the tooltip.
**To Reproduce**
Steps to reproduce the behavior:
1. Add c…
-
Docs for function [regexp_replace](https://duckdb.org/docs/sql/functions/char#regexp_replacestring-pattern-replacement) mention:
> If string contains the regexp pattern, replaces the matching part wi…
-
## [5. Longest Palindromic Substring](https://leetcode.com/problems/longest-palindromic-substring/)
Given a string `s`, return _the longest_
_palindromic_
_substring_
in `s`.
…