I’m developing a piece of software (a WordPress plugin) in PHP and Javascript and CSS. The PHP code must be licensed under GPL, but CSS and Javascript can be under another license (as far as I’ve unders..
Category : softwareengineering
For my next project, I’m looking to document my Object Oriented design in simple text before jumping the gun to code it up. I want to do this for two re..
I am designing a COBOL program that does 2 things.
1 reads specific rows from a table, and inserts a new row based on the original.
2 reads different rows from the same table, and updates those..
If you are building a web application, and you have a user management component, is it recommended ..
Closed 10 years ago
I’m implementing a machine learning structure to try and predict fraud on financial systems like banks, etc… This means that there is a lot of different data that can be used to train the model eg. card number, card holder name, amount, country, ..
Early in my programming career I was in love with pointer twiddling, lean code, doing everything with as little layers of abstraction as possible and so on. The code was very C like I would say, close to metal and c..
Closed 12 years ago
I have a very big file delimited by some sequence of characters ‘*L*I*N*E’. The file will be of the order of 250G. And each line comes around 600bytes to 1000 bytes. I will be performing the following operations on the..
I’m bootstrapping my own project, it has a registration/login area (via devise with RoR, properly hashed and salted of course). As I’m using subdomains and I need to access them with iframes (it’s justified, really!) I’d need one of those expensive certificates that cover subdo..