search for: storedata

Displaying 4 results from an estimated 4 matches for "storedata".

Did you mean: stor3data
2011 Feb 09
3
Loop in variable names
...some tables for several variables and I would like to write a loop that does the table for each variable. I should also point out that my data set has several missing observations and sometimes the observations that are missing are not the same for all my variables. What I would like to do: table(StoreData$CompanyID, !is.na(StoreData$P2)) table(StoreData$CompanyID, !is.na(StoreData$P5)) If I run the above code, I get: > table(StoreData$CompanyID, + !is.na(StoreData$P2)) FALSE TRUE 2 940 0 3 0 323 4 288 0 5 306 0 > table(StoreData...
2012 Apr 26
0
Mac users: Textbucket scripts for puppet types
...searching for something similar… Anyways, where was I? oh yeah right: I''ve cobbled together some ruby scripts to help make creating the 10 core puppet types a little easier.. cron exec file group host mount package service tidy user you can find them here, along with a stub text bucket storedata file: https://github.com/wolfspyre/textbucket-puppet the storedata file lives in ~/Library/Application Support/Text_Bucket/storedata the application reads the file at load time, and saves it blindly when you quit the program, so make sure that if you play with the file you do so when the program...
2019 May 30
0
macOS Notes.app IMAP Syncing Not Working
...o, is that IMAP account listed in the navigation bar of > Notes.app (mine shows iCloud and the IMAP account)? Thanks, yes, I?ve done all that and more, including: * Setting the Path Prefix to blank, INBOX, INBOX., and ?.? * sqlite3 ~/Library/Containers/com.apple.Notes/Data/Library/Notes/NotesV7.storedata 'select * from ZACCOUNT;' * sqlite3 ~/Library/Containers/com.apple.Notes/Data/Library/Notes/NotesV7.storedata ?update ZACCOUNT set ZUSERNAME='email at example.com', ZHOSTNAME='imap.hostname.com',ZSERVERPATHPREFIX='INBOX.' where Z_PK=5;? * Variations on the above Repo...
2019 May 30
4
macOS Notes.app IMAP Syncing Not Working
I?m requesting help getting macOS?s Notes.app to sync notes with a new dovecot IMAP server. Thanks to dovecot?s excellent online documentation and help from this list, I have a new perfectly functioning IMAP server. The issue is that macOS Note.app does not sync with this server. However, iOS Notes.app *does* sync and work well with this IMAP server, and the differences between macOS and iOS