Tagged Questions

415
votes
427answers
37k views

What do you use to keep notes as a developer?

Where, as a developer, do you like to keep your code snippets, links, checklists, final solutions to problems etc? I've fooled with Google Notebook, MS Onenote, TreePad, textfiles, and Evernote a …
26
votes
26answers
2k views

Do you keep a programming journal?

The last couple months I've started keeping a journal relating to my software development. I've found that's it's been helpful for keeping track of software requests and the changes and discoveries …
5
votes
4answers
258 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
20answers
906 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 …
2
votes
4answers
56 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
1answer
66 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 …
1
vote
1answer
227 views

How to open 2 instances of Lotus Notes using a VB Script

I am having to connect to 1 mail server via LAN for my internal work and to a second mail server outside of my LAN but through a VPN connection in order to do my work as well as both sides of this has …
1
vote
1answer
199 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 …
1
vote
19answers
449 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 …
1
vote
2answers
230 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
1answer
64 views

Decoding Window 7 Sticky Notes File

I love the windows 7 sticky note app and need to write a quick script to copy my notes to my iphone (easier than bringing a laptop to meetings). How can I extract my notes from the stick notes file …
0
votes
1answer
33 views

c# and lotus notes attachment icon

I am using c# and need to attach a lnk (shortcut/link) file and email to a lotus notes account. the problem is the icon defaults to a generic image and does not show the folder with the arrow as seen …
0
votes
0answers
149 views

Extract/Export image from Lotus Notes Email Body using C#

Hi I need to extract the image from lotus notes email(not as attachment). Image is in body of email. I am receiving i count when I run the following code public int …
0
votes
1answer
31 views

How to avoid accidental deletions of databases in Lotus Notes?

I have always worried about users deleting lotus notes databases by accident. We had one such case last week and I want to know how we can lock the databases so that users cannot delete them. Is …
0
votes
2answers
261 views

Extract/Export attachements from Lotus Notes Email using C#

Hello 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).. …

1 2 next
15 30 50 per page