Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am imsodin on github.
  • I am imsodin (https://keybase.io/imsodin) on keybase.
  • I have a public key ASAulG7eEdgux4i5DftuBDIv0wMCmFR10xNuTnHaBiYRJwo

To claim this, I am signing this object:

seemant jakub
seemant stefaan
seemant kerberos
seemant samba
seemant damon
seemant gad.kadosh
vapier eradicator
vapier plasmaroo
vapier uberlord
vapier weeve
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
package main
import (
"fmt"
"github.com/syncthing/syncthing/lib/fs"
)
func main() {
base := `F:\`
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
:core:extractIncludeProto UP-TO-DATE
:core:extractProto UP-TO-DATE
:core:generateProto NO-SOURCE
:core:compileKotlin
:core:compileJava UP-TO-DATE
:core:processResources UP-TO-DATE
:core:classes UP-TO-DATE
:core:jar UP-TO-DATE
:relay:extractIncludeProto UP-TO-DATE
:relay:extractProto UP-TO-DATE
@imsodin
imsodin / readOneDriveDir.go
Last active November 25, 2017 21:38 — forked from clee231/readOneDriveDir.go
A quick test to read the OneDrive Folder in the current user's home directory. (Based off of: http://www.golangprograms.com/how-to-read-names-of-all-files-and-folders-in-current-directory.html)
package main
import (
"log"
"os"
"fmt"
"os/user"
)
func readCurrentDir() {
usr, err := user.Current()
if err != nil {
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="image/x-pfi">
<comment xml:lang="en">Photoflow image</comment>
<glob pattern="*.pfi" />
</mime-type>
</mime-info>