又是不務正業的一篇 XDDD
不過統編的資料有點少,所有的資料看來都出自同一個地方。
Survey|Label Studio
我竟然還是從草稿夾中把這篇給翻出來填坑…。上次搞這個都是一年前了,但最近又被重新 assign 了這個 project,也只能重新去把記憶給找回來了。嘖…要回想一年多前做了什麼事情真是難倒我了==
上次看的時候時候版本還是 1.0,現在都 1.6 啦…不過筆記應該沒有差多少?應該…
Survey|Source-To-Image
過年大掃除,又掃出一篇之前 Survey 過且寫到一半的草稿 XDDD 這應該是去年(2021)年 12 月份筆記,我這次只是把筆記整理到能見人的程度,如果後續有更新,麻煩告知我一下,我有空再來看看 (雖然很有可能會一直沒空下去)
這篇的 Servey 目標是玩玩 S2I,順便看看 Openshift 利用 S2I 提供了哪些 image builder 相關功能。
CSS 漸層背景
【LeetCode】0028. Find the Index of the First Occurrence in a String
Given two strings needle
and haystack
, return the index of the first occurrence of needle
in haystack
, or -1
if needle
is not part of haystack.
【LeetCode】0027. Remove Element
Given an integer array nums
and an integer val
, remove all occurrences of val
in nums
in-place. The relative order of the elements may be changed.
【LeetCode】0026. Remove Duplicates from Sorted Array
Given an integer array nums sorted in non-decreasing order, remove the duplicates in-place such that each unique element appears only once. The relative order of the elements should be kept the same.
【LeetCode】0023. Merge k Sorted Lists
You are given an array of k
linked-lists lists
, each linked-list is sorted in ascending order.
【LeetCode】0022.Generate Parentheses
Given n
pairs of parentheses, write a function to generate all combinations of well-formed parentheses.
【LeetCode】0000. 解題目錄
最近開始刷 LeetCode,但雖然有些題目解了出來,但還是存在很多似懂非懂的模糊空間,因此想透過記錄的方式記下這些經驗與領略,並用自己的方式表達出來,以釐清這些模糊的空間。