-
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 … -
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 … -
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, … -
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, … -
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 … -
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 … -
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 … -
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 … -
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 … -
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. -
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. … -
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. … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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> … -
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> … -
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 … -
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 … -
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 … -
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 … -
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 … -
Replied To a Post in tnsnames.ora and tnslistener.ora
If you answer, great, but I'm dropping oracle support. Will be going mssql. -
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 … -
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 … -
Replied To a Post in Buisiness Questions
I was hoping to keep this open as an ongoing discussion. -
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, … -
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, … -
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. … -
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. … -
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. -
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, … -
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.