Blog: Blog IT - Mateusz Mrozewski

JSONView for Chrome

If you need to view  JSON responses directly in your browser (for example to check some API) I would recommend JSONView. It supports formating the response, folding, viewing the plain source and custo...

Wyświetlenia 56

OK 0

NOK 0

Dose of reading – unlearn, young programmer

Very interesting article from BlueGrayBox and Ted Neward - Unlearn, Young Programmer ...

Wyświetlenia 104

OK 0

NOK 0

HTML5, video and subtitles

HTML5 provides a new tag - video. It let's you embed a movie in your website. It can have two subelements - source which is used to provide the source file of the video and track which is used to prov...

Wyświetlenia 56

OK 0

NOK 0

Django – fixtures are not loaded during tests

If you don't have models.py in your app, fixtures from this app won't be loaded. Putting empty models.py in your app will be enough to load the fixture. ...

Wyświetlenia 40

OK 0

NOK 0

Django nonrel-search and pagination problem

Do you use nonrel-search? Do you want to paginate your search results and it does not work? Go and see this issue: https://bitbucket.org/Wilfred/nonrel-search/issue/4/slicing-issue-in-relationindexque...

Wyświetlenia 55

OK 0

NOK 0

No module named fancy_urllib

Got this error? No module named fancy_urllib? Is Django + Google App Engine your set up? Probably you have GAE SDK in your PYTHONPATH. It should be in your PATH only, NOT PYTHONPATH (it's mentioned in...

Wyświetlenia 56

OK 0

NOK 0

Dose of Reading 2011-11-15

In fact not reading today, watching instead ... ...

Wyświetlenia 52

OK 0

NOK 0

Dose of Reading 2011-11-14

Dropped the daily out of title - couldn't keep up the tempo. Dates are easier to put in than to remember the last used number Estimating the Unknown: Dates or Budgets, Part 4  Estimating the Unkn...

Wyświetlenia 55

OK 0

NOK 0

Daily Dose of Reading #4

Ten Years of Eclipse Estimating the Unknown: Projects or Budgets, Part 3 Enabling and Sustaining High Performing Teams ...

Wyświetlenia 75

OK 0

NOK 0

Daily Dose of Reading #3

Estimating the Unknown: Projects or Budgets, Part 2 ...

Wyświetlenia 54

OK 0

NOK 0

Daily Dose of Reading #2

Converting Groovy maps to query strings ...

Wyświetlenia 58

OK 0

NOK 0

Daily Dose of Reading #1

Estimating the Unknown: Dates or Budgets, Part 1 Craftsmanship, Practice or Procreation? The sampling theorem explained with numpy Bliki: OpportunisticRefactoring ...

Wyświetlenia 59

OK 0

NOK 0

Server failure

My hosting provider got a severe server crash recently. I suppose that most of the things is still not restored. One of those stories when even backups are not enough. Funny thing, I saw this twice re...

Wyświetlenia 53

OK 0

NOK 0

How to deploy Grails application on Google App Engine

It is as easy as following a few steps described here. Key things to remember: specify google.appengine.sdk in BuildConfig.groovy specify google.appengine.application in Config.groovy if your Grails a...

Wyświetlenia 76

OK 0

NOK 0

BlackBeltFactory – join now

Are you a member of BlackBeltFactory community? Not yet? Here are a few reasons to join: You can access free exams on a belt track For contributions you get points which you can exchange for an access...

Wyświetlenia 132

OK 0

NOK 0

Python for Java developers: Ternary operator

Probably you know the ternary operator syntax in Java (at least I hope so ). Just as a reminder the syntax was:   condition ? True_value : False_value   No question marks in Python! Instead ...

Wyświetlenia 117

OK 0

NOK 0

Bezpłatne warsztaty on-line SCCM 2012

Prowadzący: MVP Configuration Manager - Jacek Doktór Data: 2011-07-28 11:00 Agenda: Warsztat dotyczy System Center Configuration Manager 2012. Przedstawione zostaną nowe rozwiązania wprowadzone przez ...

Wyświetlenia 120

OK 0

NOK 0

Python for Java developers: list comprehension

If you are used to Java syntax (or another similar, verbose language), Python's list comprehension syntax might seem a little bit strange at first. However it is pretty straight forward and useful. I ...

Wyświetlenia 92

OK 0

NOK 0

Bezpłatne warsztaty on-line Office 365

Firma CTS udostępnia bezpłatne warsztaty on-line Office 365 - więcej informacji na stronie CTS. ...

Wyświetlenia 91

OK 0

NOK 0

Git workflow and commit policies

Have a look at Oliver Steele's articles on Git Workflow and Git Commit Policies. ...

Wyświetlenia 88

OK 0

NOK 0

Polskie blogi o JAVIE

arek.borek

Wpisów: 36

Ostatni (2012-03-23):
33degree