#filename — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #filename, aggregated by home.social.
-
Can anyone point me to an online Java compiler which runs the JDK on Windows? I only find Linux systems.
I would be particularly interested in what
java.nio.file.Path.of("a/b/c")
returns on a Windows system. My hunch is that it is the same as
java.nio.file.Path.of("a\\b\\c")
because the forward slash, afair, also works as a path separator. Or is the forward slash merely a no-go character like ':' and many others?
-
in der Datei /lib/thunderbird/omni.ja
die Datei chrome/messenger/content/messenger/mailCommands.jsZeile 548:
function GenerateFilenameFromMsgHdr(msgHdr) {(Code in Alt-text)
-
Today in BoneQuest History for June 29th 2024 "A MAN SUCH AS MYSELF" https://bonequest.com/9234 #bonequest :pants: #cancel_culture #coffee #coy_pants #fannypack #filename #funloving_nonsense #gay #insomnia #pants_solo #sfx #social_media #stolen_valor
-
I believe #GitLab issue https://gitlab.com/gitlab-org/gitlab/-/issues/324126 is important (not top-prio, but still important), but can't really put my finger on why. Can you help me come up with reasons so I can comment arguing for it to be reopened (and hopefully fixed)?
Maybe @yournameisinvalid can help? The #bug is about #fileNames, not names of people, but I suspect there might be some overlap.
I'd refer to @spolsky's https://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutely-positively-must-know-about-unicode-and-character-sets-no-excuses/, but I fear that might come across as condescending, which isn't my goal.
-
Today in BoneQuest History for August 20th 2015 "ONE PING ONLY" https://bonequest.com/6047 #bonequest :pants: #animals #balls #filename #one_ping_only #pants_solo #ping
-
Today in BoneQuest History for February 15th 2006 "ALL IN THE GAME" https://bonequest.com/2666 #bonequest :pants: #bonequest_hi_fi #choking #dc_comics #dll #filename #fisting #funloving_nonsense #huffy_pants #modem #not_gay #pants_solo #superman #the_wire #windows #wwii
-
Today in BoneQuest History for September 9th 2008 "STOP HITTING" https://bonequest.com/3599 #bonequest :deuce: :spigot: #anal #deuce_spigot #dutch #filename #java
-
#Development #Reviews
New TLDs: not bad, actually · Why the debut of .zip and .mov as top-level domains has caused a stir https://ilo.im/12x3fe“The level of fear-mongering about .zip and .mov is just comical.” — Eric Lawrence
_____
#ZIP #MOV #TopLevelDomain #TLD #Domain #DNS #UiDesign #WebDesign #WebDevelopment #WebDev #Frontend #URL #Link #FileName #Collisions -
#Development #Reviews
The new .zip TLD is going to cause some problems · How to know whether ‘example.zip’ is an URL or a filename? https://ilo.im/12wwd2_____
#ZIP #TopLevelDomain #TLD #Domain #DNS #WebDevelopment #WebDev #Frontend #URL #Link #FileName #Collisions -
So, how can I write #rust tests for each input file?
Something like:
```
// pseudocode!
for filename in filenames {
#[test]
pub fn parse_##filename## {
parse(filename);
}
}
```Hmm.
-
When I edit a file in Emacs, it creates a `.#filename` which bothers me right now.
I have put `(setq remote-file-name-inhibit-locks nil)` and `(setq auto-save-default nil)` in my conf but the annoying file is still here.
Anyone has a solution for me ?
-
@alexandra I mean sure, why not. Now that I think about it, Emacs actually does something similar.
When you have modified a file, it creates a symlink named
.#filenamewhich points to the machine and pid that has the file open:$ ls -la
total 40
drwxr-xr-x. 2 elias elias 4096 4 okt 12.33 ./
drwxr-xr-x. 3 elias elias 4096 1 okt 20.36 ../
-rw-r--r--. 1 elias elias 19947 2 okt 18.27 matrix.fasl
lrwxrwxrwx. 1 elias elias 29 4 okt 12.33 .#matrix.lisp -> '[email protected]:1633316421'
-rw-r--r--. 1 elias elias 4078 4 okt 12.32 matrix.lisp
-rw-r--r--. 1 elias elias 4078 2 okt 18.27 matrix.lisp~
-rw-r--r--. 1 elias elias 105 29 sep 23.43 package.lisp