406
votes
423answers
36k 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, textfil …
-1
votes
1answer
53 views
Good, free, sticky note/post it application [closed]
Does anyone know of a good, free sticky note/post it application that I can download?
4
votes
20answers
869 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 l …
0
votes
2answers
206 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 (NotesIt …
0
votes
1answer
241 views
Lotus Notes email as an attachment to another email
HI all,
This is in Notes 8.5 environment .
I just wanted to know how to attach an email to another email as real attachment not a "Document Link".
I intended to attach an email …
26
votes
25answers
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 chang …
2
votes
1answer
54 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_fi …
0
votes
5answers
182 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 …
0
votes
0answers
113 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 GetElementC …
0
votes
2answers
80 views
Web (anchor) link to a Notes database
Hi
Is there a way to create a regular web (or anchor) link that will open a Notes client and display a pre-determined database from the workplace?
Thanks in advance.
Ronnie
1
vote
1answer
216 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 bo …
0
votes
1answer
28 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 d …
0
votes
1answer
81 views
Accessing mails from “mail\ServerMailFile.nsf” file from Domino Server using “Introp.Domino.dll” (C#)
Hi All,
I can open contacts,to-do list from "mail/usermail.nsf" file.
But unable to open or access mails from it.
I am using below code to access "calender":
_serverDatabase = _ …
1
vote
1answer
171 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" U …
1
vote
19answers
427 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 we …
