Explore tweets tagged as #UnixPaths
@Dave_DotNet 'AppendPathSeparator' would be more useful if it was an extension method that resolved UnixPaths, instead of forcing yet another "\" into "windows only" paths. This is why other languages are adopted over C#. Shit like this.
0
0
0
🛣️ #71 Simplify Path Simplify a Unix-style absolute path. / separates dirs, . = current, .. = parent. Remove extra slashes. Ex: "/home/"→"/home", "/a/./b/../../c/"→"/c" ✅ ⏱ O(n) | 📦 O(n) #SimplifyPath #StringParsing #LeetCodeMedium #UnixPaths #EdgeCases
0
0
2
cmakeはそれ自身のライブラリ検索PREFIX決めうちなのか。 Modules/Platform/UnixPaths.cmake にハードコードで書きまくらないとだめなんか。 cmake増えて来たなあ...
0
0
2