• Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Created Encryption Question

    I have a question about encryption. So I have a code sample that has a key size being chosen, something like 32 bits or something, and I am basically either …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Began Watching Encryption Question

    I have a question about encryption. So I have a code sample that has a key size being chosen, something like 32 bits or something, and I am basically either …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Created End User License Agreement (EULA)

    I need an end user license agreement for code shared amongst my home projects with other developers. The EULA needs to include a "pay to the order of x" clause, …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Began Watching End User License Agreement (EULA)

    I need an end user license agreement for code shared amongst my home projects with other developers. The EULA needs to include a "pay to the order of x" clause, …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Replied To a Post in Crypto class cipher text varies too often

    Well thank you very much for replying, I would like to hear from other people too if they would like to comment on it also. I am sort of new …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Replied To a Post in Crypto class cipher text varies too often

    If I understand it correctly however, the cryptography must be deterministic, therefore it varies by it's input arguments, the symmetric algorithim, the padding mode, the cipher mode, the password, and …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Created Crypto class cipher text varies too often

    Hello, so I have a more complex class in another file, but I have duplicated my trouble on a simpler class which I will show to you. I am trying …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Began Watching Crypto class cipher text varies too often

    Hello, so I have a more complex class in another file, but I have duplicated my trouble on a simpler class which I will show to you. I am trying …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Replied To a Post in Determining Culpability Via login events

    The following is not exactly what I wanted, it uses looping instead of queries. I do not know a query technique that gets me around the problem with the where …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Replied To a Post in Determining Culpability Via login events

    Actually this is linq to objects. It is completely runnable on your own system. It makes no database calls yet.
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Replied To a Post in Determining Culpability Via login events

    Here is a translation to query syntax. From what I have been learning from online sources the three 'from' statements should be cartesioning all the entries, post, logA, and logB. …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Replied To a Post in Determining Culpability Via login events

    The problem appears to be the linq. What it will have to be able to do is sort of interleave the LoginEvents which I am trying to join to twice. …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Created Determining Culpability Via login events

    The following code is not working correctly. It is supposed to be associating an ip address of a user with a post's content, which in an online scenareo you know …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Began Watching Determining Culpability Via login events

    The following code is not working correctly. It is supposed to be associating an ip address of a user with a post's content, which in an online scenareo you know …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Replied To a Post in Angular Js recieve Url Parameters

    I believe that I have the answer to my own question. Looks like not many of you do angular js. The most profound thing I learned from this is that …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Replied To a Post in SharpZipLib overwrites prior activity

    The following code fixes the problem. /// <summary> /// Copies file to archival directory. /// </summary> /// <param name="fileName"></param> public void CopyFile(String fileName) { var stream = SrcRepo.GetById(fileName); //plus 1 …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Created Angular Js recieve Url Parameters

    I am trying to pass url parameters to an angular js page for page setup. I was wondering if anyone could tell me whether I am missing something from these …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Began Watching Angular Js recieve Url Parameters

    I am trying to pass url parameters to an angular js page for page setup. I was wondering if anyone could tell me whether I am missing something from these …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Created SharpZipLib overwrites prior activity

    I have a class which is sort of like a repository, and every time I write to the zip archive using this command, the prior activity is overwritten. /// <summary> …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Began Watching SharpZipLib overwrites prior activity

    I have a class which is sort of like a repository, and every time I write to the zip archive using this command, the prior activity is overwritten. /// <summary> …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Replied To a Post in ASP.NET MVC model not passed to view

    Sorry, the problem is that the code is not posting the model on reply. It is not filling the text box when I click the generate password button. The model …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Created ASP.NET MVC model not passed to view

    I have a problem where my text boxes are not being populated with existing data. I have two submit buttons, but the problem appears to happen when I call; return …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Began Watching ASP.NET MVC model not passed to view

    I have a problem where my text boxes are not being populated with existing data. I have two submit buttons, but the problem appears to happen when I call; return …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Created Sequential Sections

    Does anybody know a good way to break a screen up into multiple sections for filling out lengthy multi section data? I would like something that I can break data …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Began Watching Sequential Sections

    Does anybody know a good way to break a screen up into multiple sections for filling out lengthy multi section data? I would like something that I can break data …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Replied To a Post in tnsnames.ora and tnslistener.ora

    If you answer, great, but I'm dropping oracle support. Will be going mssql.
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Created Scheduled Job Sql Server

    I am crafting a code generator for something, and I have encountered some things that I do not know yet. Excuse the scambled eggs in this code, but could you …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Began Watching Scheduled Job Sql Server

    I am crafting a code generator for something, and I have encountered some things that I do not know yet. Excuse the scambled eggs in this code, but could you …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Replied To a Post in Buisiness Questions

    I was hoping to keep this open as an ongoing discussion.
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Created Need External Table for Oracle

    I need a simple external table definition for preforming loads from FIXED WIDTH files. I don't remember how to do External tables in oracle. This would be a Fixed width, …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Began Watching Need External Table for Oracle

    I need a simple external table definition for preforming loads from FIXED WIDTH files. I don't remember how to do External tables in oracle. This would be a Fixed width, …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Created tnsnames.ora and tnslistener.ora

    I have to get an instance of Oracle XE running on my laptop. This is so I can test a plsql package I have been working on at my house. …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Began Watching tnsnames.ora and tnslistener.ora

    I have to get an instance of Oracle XE running on my laptop. This is so I can test a plsql package I have been working on at my house. …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Replied To a Post in Buisiness Questions

    Good observation. Please others post good business problems, even if "user stories" that newbies should be thinking of. Thanks.
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Created Buisiness Questions

    So, I am a post grad student in the software development field, and I am not working at the moment, but I have some questions on Business Rules, User Stories, …
  • Member Avatar for MagnusTheRed90
    MagnusTheRed90

    Began Watching Buisiness Questions

    So, I am a post grad student in the software development field, and I am not working at the moment, but I have some questions on Business Rules, User Stories, …

The End.