GUARDING YOUR BUSINESS

ABOUT



Name:
László Papp

Job title:
Developer

Degree:
Computer Science, MSc

LinkedIn:

Login



Header files

Sunday, August 15, 2010 @ 07:08 PM Author: László Papp

On Friday we had a short debate in the room with the guys about the role of header and cpp files. I didn’t support to separate unit tests to header and implementation part, because I guess in this case it’s not necessary. Why? Data types (i.e. classes) have abstract and concrete aspects. We store the [...]

[.] Tovább

Balabit Meetup – Ruby on Rails

Thursday, April 22, 2010 @ 10:04 PM Author: László Papp

Rails is the best framework to build web applications using agile techniques. On Balabit Meetup we had a journey in the world of Rails, created a sample application that stored products in sqlite database. You can find the result of demo here!

[.] Tovább

Balabit Meetup – Ruby

Saturday, March 20, 2010 @ 12:03 AM Author: László Papp

On Wednesday I did a presentation on Balabit Meetup. I talked about a programming language that’s very close to me, it’s called Ruby. You can check the slides of my presentation below, moreover if you wanna try this brilliant language out, check the tryruby.org!

[.] Tovább

My new server – Part 2

Sunday, November 8, 2009 @ 06:11 PM Author: László Papp

As I’ve mentioned my server provides Ruby On Rails service for companies also, so I’d like to write in short about Rails hosting. Rails is a framework written in Ruby. There’s a ruby application repository called rubygems like apt-get. So when you want to upgrade your Rails, as in apt-get, you can do it by [...]

[.] Tovább

Back up emails

Monday, October 19, 2009 @ 08:10 PM Author: László Papp

I ran into a problem, when I built my new mail server environment. I used the backup files to create the maildirs of the accounts, and I experienced my mailbox was empty in my imap client, however there were a lot of mails in it. maildrop -V 3 -d nick@example.foo throwed the next message: Unable [...]

[.] Tovább

My new server – Part 1

Monday, October 5, 2009 @ 10:10 PM Author: László Papp

I’ve been managing a server for 3 years in a data-park. That time we had a small project that was made in Ruby on Rails (it was a pilot project). Rails deployment wasn’t so easy, however these days there are good solutions with apache and nginx specific passenger module. So we didn’t have any choice, [...]

[.] Tovább

Joikuspot – Share your 3G

Saturday, September 5, 2009 @ 05:09 PM Author: László Papp

Last week I bought the Joikuspot mobile application to share my 3G network with my notebook. The big advantage of this software is you don’t need to activate your bluetooth network and adjusting your notebook network settings to communicate with the mobile device, it opens a private wifi hotspot, and everybody who knows the password [...]

[.] Tovább

Protected methods in objective-c

Monday, July 6, 2009 @ 09:07 PM Author: László Papp

In objective-c there is no language supported solution for private and protected class methods as in C++ or Java. The reason is Objective-c is only a layer on the language C which is (as it is known) not an object oriented langauge. The @protected and @private tags are only directives for the compiler to throw [...]

[.] Tovább

Prototype 1.6.1-rc2

Monday, April 6, 2009 @ 09:04 PM Author: László Papp

PrototypeJS developers has announced 1.6.1-rc2 on March 27. The new release candidate provides full IE8 compatibility, DOM functions have extended with clone method, you can store key value pairs binding to a node, and moreover better performance in bind() and DOM explorer functions. Clone method: The javascript engines provide cloneNode() method for cloning an element [...]

[.] Tovább