• Lucid Dreaming - Dream Views




    Page 10 of 10 FirstFirst ... 8 9 10
    Results 226 to 245 of 245
    Like Tree117Likes

    Thread: DreamJournal 2.6 - free program for recording dreams

    1. #226
      Retired Post Whore-73PPD jarrhead's Avatar
      Join Date
      Jan 2010
      LD Count
      82
      Gender
      Location
      Tijeras/Albuquerque
      Posts
      1,937
      Likes
      122
      DJ Entries
      24
      Well banhurt has stopped developing.

      I'm hoping, Banhurt, you send the source to another coder DV member for them to finish up. IAmCoder comes to mind. I'd really really like to see a few improvements.. especially with the epic extent to which I use your program. All my entries have pictures and several paragraphs of info.

    2. #227
      Dreamer Achievements:
      Created Dream Journal Tagger First Class Populated Wall 5000 Hall Points Veteran First Class
      <span class='glow_00868B'>yuppie11975</span>'s Avatar
      Join Date
      Jul 2011
      Gender
      Location
      Australia
      Posts
      1,266
      Likes
      882
      DJ Entries
      29
      The link leads me to "Blank Page"
      Even after I agree with the security warning?!

    3. #228
      The First Lightbender Achievements:
      Tagger First Class Made lots of Friends on DV Referrer Bronze 5000 Hall Points Veteran First Class
      IAmCoder's Avatar
      Join Date
      Dec 2010
      Location
      Down Under
      Posts
      1,078
      Likes
      564
      Code:
      public static string Decrypt(string text, string password)
          {
              byte[] bytes = Encoding.ASCII.GetBytes("=mJHYTmM=mJHYTmM");
              byte[] rgbSalt = Encoding.ASCII.GetBytes("=mJHYTmM");
              byte[] buffer = Convert.FromBase64String(text);
              byte[] rgbKey = new PasswordDeriveBytes(password, rgbSalt, "MD5", 3).GetBytes(0x20);
              RijndaelManaged managed = new RijndaelManaged();
              managed.Mode = CipherMode.CBC;
              ICryptoTransform transform = managed.CreateDecryptor(rgbKey, bytes);
              MemoryStream stream = new MemoryStream(buffer);
              CryptoStream stream2 = new CryptoStream(stream, transform, CryptoStreamMode.Read);
              byte[] buffer5 = new byte[buffer.Length];
              int count = stream2.Read(buffer5, 0, buffer5.Length);
              stream.Close();
              stream2.Close();
              return Encoding.UTF8.GetString(buffer5, 0, count);
          }
      Err, I mean "subbed".
      jarrhead likes this.

    4. #229
      Retired Post Whore-73PPD jarrhead's Avatar
      Join Date
      Jan 2010
      LD Count
      82
      Gender
      Location
      Tijeras/Albuquerque
      Posts
      1,937
      Likes
      122
      DJ Entries
      24
      LOL.

      I really want to see this program improved a little bit more. Embedding videos & pictures IN THE PROGRAM, not just the publish BBCode, maybe a "render" page which shows the published text cleaner as if we were on DV,

    5. #230
      I thirst for DLofC. Achievements:
      Created Dream Journal Made lots of Friends on DV Referrer Bronze Veteran First Class 5000 Hall Points
      espsika's Avatar
      Join Date
      Jan 2011
      LD Count
      10+
      Gender
      Location
      Dream Plane
      Posts
      301
      Likes
      65
      DJ Entries
      17
      Hello fello dreamers, i am finding difficult installing dotNetFx40_Full_setup

    6. #231
      I thirst for DLofC. Achievements:
      Created Dream Journal Made lots of Friends on DV Referrer Bronze Veteran First Class 5000 Hall Points
      espsika's Avatar
      Join Date
      Jan 2011
      LD Count
      10+
      Gender
      Location
      Dream Plane
      Posts
      301
      Likes
      65
      DJ Entries
      17
      Hello fello dreamers, i am finding difficult installing dotNetFx40_Full_setup with error code 0x800c0005

    7. #232
      I thirst for DLofC. Achievements:
      Created Dream Journal Made lots of Friends on DV Referrer Bronze Veteran First Class 5000 Hall Points
      espsika's Avatar
      Join Date
      Jan 2011
      LD Count
      10+
      Gender
      Location
      Dream Plane
      Posts
      301
      Likes
      65
      DJ Entries
      17
      i need help

    8. #233
      Retired Post Whore-73PPD jarrhead's Avatar
      Join Date
      Jan 2010
      LD Count
      82
      Gender
      Location
      Tijeras/Albuquerque
      Posts
      1,937
      Likes
      122
      DJ Entries
      24
      This happens with download errors. You may have stopped the download before it finished. Redownload it without your firewall on.

    9. #234
      I thirst for DLofC. Achievements:
      Created Dream Journal Made lots of Friends on DV Referrer Bronze Veteran First Class 5000 Hall Points
      espsika's Avatar
      Join Date
      Jan 2011
      LD Count
      10+
      Gender
      Location
      Dream Plane
      Posts
      301
      Likes
      65
      DJ Entries
      17
      Thank you

    10. #235
      Oneironaut Achievements:
      Veteran First Class 5000 Hall Points
      SleepyCookieDough's Avatar
      Join Date
      Dec 2008
      Gender
      Posts
      985
      Likes
      15
      Anyone can tell me why I open the program, it brings me onto a lined paper program with no password rather than the other small window with tags and stuff. Please help, sorry if I'm not clear enough, I can clarify if I'm too comfusing.
      OOOOOOOOOOOO OOOOOOOOOOOO
      "He was unrespectful to the Dream Pirate"
      said the seal after beating up my brother

      RESPECT THE DREAM PIRATE or the sea animals will get you! ARG! ARG! ARG!

      Goals [ ]Jump on a trempoline with an elephant [ ]Meet Dream Pirate and give him a gift
      [ ]Shapeshift [ ]Spy on a DC [x]Fly

    11. #236
      Oneironaut Achievements:
      Veteran First Class 5000 Hall Points
      SleepyCookieDough's Avatar
      Join Date
      Dec 2008
      Gender
      Posts
      985
      Likes
      15
      Whenever I click on the windows journal icon it opens this:

      dreamjournal.jpg

      instead of what I am used to and what opens up when I first download the program.

      Thank you
      OOOOOOOOOOOO OOOOOOOOOOOO
      "He was unrespectful to the Dream Pirate"
      said the seal after beating up my brother

      RESPECT THE DREAM PIRATE or the sea animals will get you! ARG! ARG! ARG!

      Goals [ ]Jump on a trempoline with an elephant [ ]Meet Dream Pirate and give him a gift
      [ ]Shapeshift [ ]Spy on a DC [x]Fly

    12. #237
      Oneironaut Achievements:
      Veteran First Class 5000 Hall Points
      SleepyCookieDough's Avatar
      Join Date
      Dec 2008
      Gender
      Posts
      985
      Likes
      15
      I figured it out by writing this post. I'm fine now. Thank you.
      OOOOOOOOOOOO OOOOOOOOOOOO
      "He was unrespectful to the Dream Pirate"
      said the seal after beating up my brother

      RESPECT THE DREAM PIRATE or the sea animals will get you! ARG! ARG! ARG!

      Goals [ ]Jump on a trempoline with an elephant [ ]Meet Dream Pirate and give him a gift
      [ ]Shapeshift [ ]Spy on a DC [x]Fly

    13. #238
      Member Achievements:
      1000 Hall Points Veteran Second Class
      Marsupilama's Avatar
      Join Date
      Jul 2010
      Gender
      Posts
      79
      Likes
      27
      Is there any chance you can go on developing this? Maybe by setting up a paypal donation page and getting paid for it? I would really love to see a pdf export funciton

    14. #239
      Member Morte's Avatar
      Join Date
      May 2011
      Gender
      Location
      Norfolk
      Posts
      55
      Likes
      29
      I can't create tags? the program crashes.

    15. #240
      Member <span class='glow_8B0000'>Merro</span>'s Avatar
      Join Date
      Nov 2009
      Posts
      516
      Likes
      57
      DJ Entries
      35
      So there was a newer version that was being made on? Why wasn't I informed on this? :O Is there a beta released or has the program been disconinuted?

    16. #241
      Lurker
      Join Date
      Oct 2009
      Posts
      2
      Likes
      4
      We probably wouldn't mind waiting, at least we wouldn't mind it too much. Even though it really sounds like a long time, I think it's worth it (just like Diablo II was).

      By the way, is it possible to export the dreams to (for instance) .txt? I know such option is not directly supported but maybe there still is some feasible way to do it?

    17. #242
      Member Morte's Avatar
      Join Date
      May 2011
      Gender
      Location
      Norfolk
      Posts
      55
      Likes
      29
      I was just wondering if anyone could explain the bit where it automatically updates to my dreamjournal here?

    18. #243
      NullPointerException Achievements:
      Created Dream Journal Made lots of Friends on DV Tagger First Class Populated Wall Referrer Bronze 10000 Hall Points Veteran First Class
      fOrceez's Avatar
      Join Date
      May 2011
      LD Count
      avg: ≥2/w
      Gender
      Posts
      2,302
      Likes
      1303
      DJ Entries
      40
      You just said it's coming in 3.0 .. so you're still working on this?! Neat!
      Redownloading (formatting computer) because it's too good to pass up!

      Any questions about lucid dreaming? Drop me a PM here!

    19. #244
      Member Achievements:
      Veteran First Class 5000 Hall Points

      Join Date
      Jan 2009
      Posts
      127
      Likes
      144

    20. #245
      Administrator Achievements:
      1 year registered Made lots of Friends on DV Veteran First Class 10000 Hall Points Stickie King Vivid Dream Journal Referrer Bronze
      Sivason's Avatar
      Join Date
      Jul 2007
      LD Count
      2500ish
      Gender
      Location
      Idaho
      Posts
      4,829
      Likes
      5863
      DJ Entries
      420
      Closed per Banhurt's request.
      Peace Be With You. Oh, and sure, The Force too, why not.



      "Instruction in Dream Yoga"

    Page 10 of 10 FirstFirst ... 8 9 10

    Similar Threads

    1. I need a free CD Writing program.
      By Adam in forum Tech Talk
      Replies: 8
      Last Post: 08-24-2007, 03:23 AM
    2. Free Program Download
      By spinnintrance in forum Lucid Aids
      Replies: 4
      Last Post: 03-19-2007, 06:21 PM
    3. $40 Sleep Program Free After Vote
      By Ex Nine in forum General Lucid Discussion
      Replies: 4
      Last Post: 09-23-2006, 02:20 PM
    4. Just had an awesome LD after using free sublime program
      By Dude in forum Attaining Lucidity
      Replies: 10
      Last Post: 07-03-2005, 05:53 PM
    5. Recording Dreams
      By liquid in forum Dream Signs and Recall
      Replies: 10
      Last Post: 11-05-2003, 07:40 PM

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •