Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
27answers
2k views

Code Golf: Banknote calculator

This question was posted by a C beginner and it was an exercise to calculate, given a dollar value input by the user, the minimum number of bills (or banknotes, depending on your locale) needed to ...
7
votes
3answers
281 views

How to differentiate “Note” and “Mail” item in Lotus notes? Using Domino.dll

I have a Nsf file in which in one of folder there are some mail and notes items. I am differentiating each item with "form" property. In case of mails form type is "memo" but in above scenario Notes ...
5
votes
1answer
292 views

Correctly Configuring Eclipse for Lotus Notes 8.5 Plugin Development

I've reached an impasse trying to get Eclipse configured for Lotus Notes 8.5 Plug-in Development, and am frantically searching for advice on how to do it correctly. I've searched the Web and found ...
5
votes
3answers
880 views

Adding Notes Using Google Reader's API

Does anyone know how to add a note using Google Reader's API? In looking at some of their code, I've noticed that it might have something to do with the "/reader/api/0/item/edit" URL, but I can't find ...
5
votes
6answers
579 views

treelike structure plugin for vim

Does anyone know of some plugin for vim which would enable treelike note keeping organization like in many today's notekeeping applications. For example, something alike which would according to the ...
4
votes
1answer
76 views

Sent text to notes

I'm trying to add a 'copy to notes' button in my app which sends a text to the notes app of ios. Is there any possible way to integrate this? I've done some research and didn't find anything and since ...
4
votes
3answers
1k views

Vim as a note taking platform: Jump to tag in vertically split windows

In the past, I have used Vim as a note taking platform by creating an index.txt file with a list of tags using the Vim help file format and then creating a bunch of text files that have the normal ...
3
votes
2answers
224 views

Music Score WYSIWYG [closed]

I'm intending to make a javascript WYSIWYG to edit Music Score. Does anybody know any relevant javascript library or something like that? Also I'm so curious to know whether there is any similar open ...
3
votes
21answers
1k views

What are the efficient ways to take “programmer” notes?

I run many times into an issue where someone asked me about a bug or a feature I worked on. And it literally takes me a long time to recall it, usually by looking at Bugzila as well as my CVS ...
2
votes
1answer
59 views

Post comment on note via Javascript SDK

I am attempting to use the JavaScript SDK to post a note from my site and then allow a comment to be posted to that note immediately following. I am successful in the first part. Here is a relevant ...
2
votes
3answers
301 views

AVAudio detect note/pitch/etc. iPhone xcode objective-c

I'm making an app on the iphone and I need a way of detecting the tune of the sounds coming in through the microphone. (I.e. A#, G, C♭, etc.) I assumed I'd use AVAudio but I really don't know and I ...
2
votes
2answers
731 views

Lauching Lotus Notes with mailto:

I have a mailto url in a web page. The target system contains both Microsoft Outlook and Lotus Notes. Microsoft Outlook is the default Mail Client. So when i click on mailto link it opens up Microsoft ...
2
votes
5answers
752 views

How to implement a calendar like google's with jQuery?

It should provide ease to add event to the calendar. When I click on the cell,should let me edit the notes. EDIT I've looked through many calendars but none of them meet the requirement that it ...
2
votes
4answers
7k views

How to export Rich Text fields as HTML from Notes with LotusScript?

I'm working on a data migration task, where I have to export a somewhat large Lotus Notes application into a blogging platform. My first task was to export the articles from Lotus Notes into CSV ...
2
votes
2answers
656 views

Debugging a Domino/Notes DSAPI filter

I've built a DLL for Domino Server 8.5 for Windows and installed it as a DSAPI filter, but every time I restart Domino I get "HTTP Server: Failed to load DSAPI module C:\path_to_filter\filter.dll" Is ...
2
votes
2answers
4k views

Extract/Export attachements from Lotus Notes Email using C#

I need to extract/export the lotus notes email attachment into file system. for that I wrote following method but each time I am receiving an error at line foreach (NotesItem nItem in items).. Can ...
1
vote
1answer
172 views

Lotus Notes - save whole email message eml c#

I need to export (save to) hard drive my Lotus Notes emails. I figured out the way how to save attachments to HDD, but I can't figure out the way of how to save the whole email. The code below shows ...
1
vote
2answers
23 views

How to access the notes from note application from another application in ios?

Hi I am working on an application with features to show the notes from note application or push a note. I don't see any sample or tutorials regarding this. Would really appreaciate any help. Thanks.
1
vote
2answers
151 views

How do I get all the attachments from a .nsf(lotus notes) file using java

Steps followed : Took a back of my lotus notes as sample.nsf And then tried to read the attachments from the sample.nsf Code snippet : Database db = session.getDatabase("",`enter code ...
1
vote
0answers
37 views

How can I get notes from wav format?

I must get notes from wav format (desirable with c#), but I don't know how to do that and how start. Can you tell me how can I do that (some algorithm or smth else) or where can I read more about it ...
1
vote
1answer
95 views

How is the 'notes' field implemented in iOS Contacts App?

I need to create something very similar to the notes field in iOS Contacts application. Does anyone know how to create the auto-resizing effect. I presume that the cell contains a UILabel on the left ...
1
vote
2answers
96 views

Accessing notes to encrypt in iPhone

I am creating an iPhone platform version of an encryption tool. I need to access notes that users save to encrypt. How would I go about doing this?
1
vote
1answer
218 views

how to generate musical notes for a virtual keyboard app in c/c++

Could you please suggest how to generate musical notes for a virtual keyboard (11 white keys and 7 black keys) app? I am trying to build a cross platform, virtual keyboard app, using c or c++. What ...
1
vote
1answer
114 views

Can FTSearch(Domino API) find mails sent between a particular hour or minutes

Could someone please let me know whether it possible to find mails sent between a particular hour or minutes using FTSearch(Domino API). For example, If a mail is sent from A to B at 5/27/2011 ...
1
vote
1answer
158 views

Add Note View Controller

I want to make a note view controller for an iphone app that gives the user the ability to add notes (in the same way that the Notes app for iphone works) the question i have is regarding how i would ...
1
vote
2answers
427 views

Assign a datetime array to a multivalue date field on the Domino form

I am accessing a document from a view, read a datetime field, figure out number of days between two date/time values which fall into four categories. In each category there is a for loop which add ...
1
vote
5answers
267 views

Software for taking notes on programming

What type of software is good for taking notes on programming? For example, if I want to jot down different methods/functions that are useful for different things. Ideally, the software would have ...
1
vote
1answer
362 views

Sharepoint 2010 - Alert on “Tags & Notes” in a library

Is it possible to receive Alerts in Sharepoint 2010 when users add Tags or Notes in a Sharepoint Library?
1
vote
1answer
90 views

Tracking document history using Git? [closed]

Possible Duplicate: Creating a document for taking notes about a book using Git? I have never used Git before. I am supposed to takes notes on a book in a document file and track the ...
1
vote
1answer
42 views

If unspecified, what is the default value for MessageStorage in a Notes Person document?

I'm having issues figuring out where it's grabbing the default value. I tried changing the message format field under the Mail tab in the Location document, but that didn't change the default message ...
1
vote
1answer
125 views

Do you store planning documents in source control? If so, where?

I'm working on a small, personal project and am using Subversion to manage the source code. I have a couple of small planning files - simple text documents explaining where I want to go with the ...
1
vote
1answer
360 views

Get note data from MIDI file

Is there a way to get the note data from a MIDI file? That is, I want to break down the MIDI file into its constituent parts so they are in the form of a unique word (or any other data type). What I ...
1
vote
1answer
234 views

Recognizing notes within recorded sound - Python

I'm wondering if I can extract a sequence of musical notes from a recorded sound using Python. It is the first time I'm considering using Python for this. Help would be truly awesome :)
1
vote
1answer
351 views

How to create notes in iphone notes app programmatically

I have some data in my local database in my iPhone app. I want to programmatically create a note in iPhones notes app and store this data. Does anyone know how to do it?
1
vote
1answer
897 views

UITextView like iPhone Notes application

I am trying to recreate the Notes application. So far I got the following: textView = [[UITextView alloc] initWithFrame:CGRectMake(25.0, 30.0, 295.0, 214.0)]; textView.delegate ...
1
vote
2answers
454 views

How do you automate building notes NTF files from lotus scriot files (lss) file?

What's the right way to automate a lotus notes build process? I'm working with some folks who are using domino designer to build an NTF from lss files. I'd like to automate this process and get my ...
1
vote
4answers
760 views

How can I embed a link button in mail to be sent to Notes clients?

I have to send an email to several hundred users. Each will have a link tailored to the recipient so I need to generate the emails in script/code - I'm no Notes developer so I can't do this in Notes; ...
1
vote
4answers
3k views

How get all calendar entries for a given using the Notes.Jar for Java

I am working on a simple java code to extract all calendar entries for a given date. I know it possible using Domingo but I would like to use only Notes.jar for this purpose. It is possible for me to ...
1
vote
2answers
887 views

Sending HTML emails that renders correctly in Notes 7

Does anyone here has any experience on how to send HTML emails that renders correctly on a Lotus Notes Client 7? My email has a couple of complex CSS files and I tried embedding them on <style> ...
0
votes
2answers
38 views

LotusScript Function Doesn't Update Field

I'm trying to get a document to be created for each instance of a string of dates. This however doesn't work as I'd hoped - the field doesn't update and the debugger doesn't show me anything at all. ...
0
votes
1answer
29 views

LotusScript Function Doesn't Save Form Fields

Can anyone spot an obvious reason as to why my save function isn't saving the fields in my form? It saves the document, but the fields are empty when I open it up. The following code is what I'm ...
0
votes
1answer
25 views

How to create permalink pages for individual posts and notes on Tumblr

I'm currently creating my first custom theme for Tumblr and I can't find any explanation of how permalink pages for posts and that post's notes work or how they are written, how do I go about this? ...
0
votes
0answers
38 views

clever way append “rake notes” output to README.md of my Rails3 app

Can you suggest me a clean way to append the output of rake notes (the rows i get adding comments like #FIXME..., #TODO... or #OPTIMIZE to may code) to a specific titled section (called for example ...
0
votes
0answers
39 views

Notepad++ alternative with pictures and syntax code highlight [closed]

does anyone know of an alternative to notepad++ which i can insert pictures and code snippets into something like Maple Crystal office but freeware Maple crystal office is perfect but i'd like a ...
0
votes
3answers
81 views

LotusScript - Can anyone fix my function?

I'm trying to write a validation function that checks to see if an entry being added already exists in the dataset. But the search doesn't pick it up - i can just keep entering the same appointment ...
0
votes
0answers
15 views

Looking for a Simple, Lightweight tool for managing lists

I am looking for a simple and lightweight tool to manage my lists, I currently use Tomboy notes. I have looked at many of the online options so far but they are all too bloated or filled with adds. ...
0
votes
0answers
40 views

How to save webview content as notes in android?

I am developing news application in which i want to save webview content as notes.In notes i added delete and edit option for web content. I dont know how to save web content in notes so if u have any ...
0
votes
1answer
19 views

Notes Plugin: Where are Custom User Settings Stored?

We've developed a custom plugin for Notes 8.5.2. It records a number of custom user preferences. The class that does so is shown below: import java.util.prefs.Preferences; /** * Provides ...
0
votes
1answer
51 views

Need help Exporting Embedded word documents from a Notes database file onto a local windows folder

We have a lotus notes 7.0 environment with a Document library (.nsf) database file on the server. I have a local copy (if that helps) and would like to export all the embedded word documents within ...
0
votes
1answer
66 views

How get values in XPages to generate a report?

I want to get the values ​​of one of my fields XPage to filter these values ​​and generate a report taking a view of the values ​​according to the selected values ​​in my XPage.

1 2