|
The world of open source is full of wonders. People write code for free and make it available for free for anyone to use. If you write a quick little program on the weekend, it’s usually because there is a need that has to be filled. There’s a repetitive task that you wish you didn’t have to do so you write a short program to do it for you. Web development can be hard. You have to worry about your database, your server-side code, your cli....
|
|
The world of open source is full of wonders. People write code for free and make it available for free for anyone to use. If you write a quick little program on the weekend, it’s usually because there is a need that has to be filled. There’s a repetitive task that you wish you didn’t have to do so you write a short program to do it for you. Web development can be hard. You have to worry about your database, your server-side code, your cli....
|
|
In reply to rrenaud. The world of binary search trees seems to be very well documented and throughly covers searching and indexing. In contrast, the world of skiplists is sparsely documented. Aside from the homework problem in some course handouts and a brief mention (without source code) in the original skiplist paper, it seems to have been completely for..
|
|
A quanto pare da stamattina Google Shopping Italia , edizione nazionale del più vasto progetto Google Merchant Center , è operativo. Per provarlo andate su Google.it, eseguite una normale ricerca e cliccate sulla nuova opzione Shopping (oppure fate una ricerca diretta dalla home page di Google Shopping) Dato per imminente a febbraio, del nuovo canale e-commerce di Google non si erano più avute notizie, tanto che qualcuno cominciava a ..
|
|
During the first week of April 2011, I participated in a mission trip from The Gateway Church to Port-au-Prince, Haiti, to help rebuild churches and schools destroyed by the January 2010 earthquake. We had been planning to go the first week of December 2010, but election-related violence meant we had to postpone the trip. We almost didn’t get to go at all, because the final presidential election results weren’t announced until Monday, April..
|
|
During the first week of April 2011, I participated in a mission trip from The Gateway Church to Port-au-Prince, Haiti, to help rebuild churches and schools destroyed by the January 2010 earthquake. We had been planning to go the first week of December 2010, but election-related violence meant we had to postpone the trip. We almost didn’t get to go at all, because the final presidential election results weren’t announced until Monday, April..
|
|
A quanto pare da stamattina Google Shopping Italia , edizione nazionale del più vasto progetto Google Merchant Center , è operativo. Per provarlo andate su Google.it, eseguite una normale ricerca e cliccate sulla nuova opzione Shopping (oppure fate una ricerca diretta dalla home page di Google Shopping) Dato per imminente a febbraio, del nuovo canale e-commerce di Google non si erano più avute notizie, tanto che qualcuno cominciava a ..
|
|
A quanto pare da stamattina Google Shopping Italia , edizione nazionale del più vasto progetto Google Merchant Center , è operativo. Per provarlo andate su Google.it, eseguite una normale ricerca e cliccate sulla nuova opzione Shopping (oppure fate una ricerca diretta dalla home page di Google Shopping) Dato per imminente a febbraio, del nuovo canale e-commerce di Google non si erano più avute notizie, tanto che qualcuno cominciava a ..
|
|
Fat Brain Toys has the best-looking order confirmation page I have seen. Click the image for a larger version.
|
|
I recently read Stranger in a Strange Land by Robert A. Heinlein. It was a very interesting read, mostly because many of the concepts introduced in it felt so familiar to my own beliefs and things that I have already thought about. I wish I had read this book sooner, it would probably have introduced me to a lot of these ideas earlier than my stumbling across them.
|
|
Maybe the reason you didn't find any published literature is because you were searching for the wrong terms? The CLRS algorithms book has a chapter dedicated to order statistics for binary search trees. They support insertion/deletion and finding the i'th item in sorted order all in O(log(n)). It's clear how to implement the sliding window median if you have one of these already built. When you get a new item in the stream, delete the tra..
|
|
I’m going to Melbourne! I got a call from Soup yesterday morning, who runs the Panasonic Insider Crew , telling me that I was selected to attend the 2011 Panasonic Home Entertainment launch event in Melbourne on May 11! I didn’t want to talk about it until everything was 100% confirmed (it’s a long-standing Ukrainian superstition as otherwise you might jinx it), but now that it is I can tell you guys all about how excited I am :D
|
|
Fino a non molti anni fa la gamma di risoluzioni video disponibili alla gran parte degli utenti era piuttosto limitata, tanto che nel disegnare siti web non ci si preoccupava granché di questo aspetto. La diffusione di massa di monitor wide, netbooks, tablet e smartphone ha cambiato rapidamente le carte in tavola. Per raggiungere con efficienza il loro pubblico i siti odierni devono essere capaci di adattare il loro aspetto alla risoluzione....
|
|
Fino a non molti anni fa la gamma di risoluzioni video disponibili alla gran parte degli utenti era piuttosto limitata, tanto che nel disegnare siti web non ci si preoccupava granché di questo aspetto. La diffusione di massa di monitor wide, netbooks, tablet e smartphone ha cambiato rapidamente le carte in tavola. Per raggiungere con efficienza il loro pubblico i siti odierni devono essere capaci di adattare il loro aspetto alla risoluzione....
|
|
Fino a non molti anni fa la gamma di risoluzioni video disponibili alla gran parte degli utenti era piuttosto limitata, tanto che nel disegnare siti web non ci si preoccupava granché di questo aspetto. La diffusione di massa di monitor wide, netbooks, tablet e smartphone ha cambiato rapidamente le carte in tavola. Per raggiungere con efficienza il loro pubblico i siti odierni devono essere capaci di adattare il loro aspetto alla risoluzione....
|
|
Fino a non molti anni fa la gamma di risoluzioni video disponibili alla gran parte degli utenti era piuttosto limitata, tanto che nel disegnare siti web non ci si preoccupava granché di questo aspetto. La diffusione di massa di monitor wide, netbooks, tablet e smartphone ha cambiato rapidamente le carte in tavola. Per raggiungere con efficienza il loro pubblico i siti odierni devono essere capaci di adattare il loro aspetto alla risoluzione....
|
|
Fino a non molti anni fa la gamma di risoluzioni video disponibili alla gran parte degli utenti era piuttosto limitata, tanto che nel disegnare siti web non ci si preoccupava granché di questo aspetto. La diffusione di massa di monitor wide, netbooks, tablet e smartphone ha cambiato rapidamente le carte in tavola. Per raggiungere con efficienza il loro pubblico i siti odierni devono essere capaci di adattare il loro aspetto alla risoluzione....
|
|
It’s become almost folklore among mid-sized cities within a 250-mile radius of Chicago to claim “gang members are moving to our town and bringing violence with them”. Go to any city with more than 100,000 people in its metro area and it won’t be hard to find this opinion. I wanted to dig into this […]
|
|
As SoundCloud rapidly grows our initial systems need an overhaul. Our scaling strategy has been very realistic, design for 10x our current…
|
|
As SoundCloud rapidly grows our initial systems need an overhaul. Our scaling strategy has been very realistic, design for 10x our current…
|
|
Avviare un Download con richiesta di nome file da una pagina ASP.NET
-
nicolaiarocci.com
-
15 years ago
-
ita
Normalmente quando un visitatore clicca su un link che punta a un file, quest’ultimo viene mostrato nel browser e non viene avviato alcun download. Questo succede perché il browser determina il tipo di contenuto in base alla estensione del file. Quando clicchiamo su un file con estensione jpg il browser sa che si tratta di una immagine e la mostra direttamente. Lo stesso avviene per i file pdf e così via. Può capitare che questo comportam....
|
|
This blogpost is a summary of my ScanDev 2011 talk: “Fearless Improvement” What is the goal of your current project? I currently work on a project for the transmission system operator for the Norwegian electrical grid. The value of the system we’re building is that my beer stays cool. Skill If you’re not skilled at what you’re doing, you may put in a lot of hours and end up having nothing to show for it.
|
|
Quick update: I'm coming to Silicon Valley, launched websites, more
-
arnorhs.dev
-
15 years ago
-
eng
I've been terribly busy in the last months. I'll probably write a better summary of the work I've been doing later, but here's a quick update about what's been happening lately. I'm coming to San Francisco for about 10 days tomorrow. I'm going with a group of people from Klak and I'm very excited about it. We're seeing a few big tech startups, design companies and more. I've never been to the USA and I've always wanted to visit the tech hub..
|
|
Quick update: I'm coming to Silicon Valley, launched websites, more
-
arnorhs.dev
-
15 years ago
-
eng
I've been terribly busy in the last months. I'll probably write a better summary of the work I've been doing later, but here's a quick update about what's been happening lately. I'm coming to San Francisco for about 10 days tomorrow. I'm going with a group of people from Klak and I'm very excited about it. We're seeing a few big tech startups, design companies and more. I've never been to the USA and I've always wanted to visit the tech hub..
|
|
My wife and I are paying off student loans. Obviously we didn't just take on debt because we wanted to. Going into college, she wanted to be a teacher and I wanted to be a software engineer. The only practical way for either of us to get the job that we wanted was for us to get the required degrees. That meant student loans. However, we took them on with the belief that they would be an investment that would pay for themselves in time.
|
|
Sometimes in MatLab you’ll have a class, and you want to have a function or method in that class that modifies an instance variable in some way. But if you code your class like this:
|
|
I run a dog fitness website called 1 Fit Mutt as a hobby. Recently, I was having a look at some backlinks to 1 Fit Mutt and found several instances of image hotlinking. Now, I would think that in this day and age most bloggers would know that hotlinking just is not a polite thing to do - especially if they are running a website about blogging, indicating that they should be quite Internet-social-etiquette-savvy, at least to an extent.
|
|
A PyCon 2011, la conferenza mondiale sul linguaggio Python che si è conclusa da poco ad Atlanta, gli ingegneri di DISQUS hanno presentato una interessante relazione sulla loro infrastruttura hardware e software. DISQUS è un servizio di gestione dei commenti adottato da centinaia di migliaia di siti nel mondo. Tra i clienti figurano nomi importanti come CNN, MTV, IGN, Engadget, Mashable e tanti altri. Nel mese di marzo 2011 il network DISQUS....
|
|
A PyCon 2011, la conferenza mondiale sul linguaggio Python che si è conclusa da poco ad Atlanta, gli ingegneri di DISQUS hanno presentato una interessante relazione sulla loro infrastruttura hardware e software. DISQUS è un servizio di gestione dei commenti adottato da centinaia di migliaia di siti nel mondo. Tra i clienti figurano nomi importanti come CNN, MTV, IGN, Engadget, Mashable e tanti altri. Nel mese di marzo 2011 il network DISQUS....
|
|
A PyCon 2011, la conferenza mondiale sul linguaggio Python che si è conclusa da poco ad Atlanta, gli ingegneri di DISQUS hanno presentato una interessante relazione sulla loro infrastruttura hardware e software. DISQUS è un servizio di gestione dei commenti adottato da centinaia di migliaia di siti nel mondo. Tra i clienti figurano nomi importanti come CNN, MTV, IGN, Engadget, Mashable e tanti altri. Nel mese di marzo 2011 il network DISQUS....
|
|
Vagrant is a tool for building and distributing virtualized development environments. It’s based on VirtualBox VMs. This article describes how this Ruby tool can be useful to Django developers. Why vagrant? The modern web developer works on many different projects. Each project has a unique set of requirements, dependencies and package versions needed for that project to succeed. Keeping all of these libraries in check is difficult. virt....
|
|
Vagrant is a tool for building and distributing virtualized development environments. It’s based on VirtualBox VMs. This article describes how this Ruby tool can be useful to Django developers. Why vagrant? The modern web developer works on many different projects. Each project has a unique set of requirements, dependencies and package versions needed for that project to succeed. Keeping all of these libraries in check is difficult. virt....
|
|
Nordic Innovation, issue number two is out. This one is devoted to music and sound. There's an article I wrote on 8 music-related startups in there which you should check out :) https://www.nordicinnovation.is/
|
|
Nordic Innovation, issue number two is out. This one is devoted to music and sound. There's an article I wrote on 8 music-related startups in there which you should check out :) https://www.nordicinnovation.is/
|
|
I signed up for Runkeeper Elite tonight for one reason and one reason only - Runkeeper LIVE. Now that it’s getting cooler, I’m slowly getting back into running. I’ve been hoping to run the 12k City to Surf this year and thought it might be a great idea to see if I can run 12k tonight! I know, I’m a fricking genius. Up until now I’ve only been doing runs up to 5km in the recent months and I’ve only run 10km two or three times in my entir..
|
|
True disruption would be a smartphone that doesn’t need an App Store —Nokia Fellow Mikko Terho , speaking in the Finnish MeeGo Summit . Rhymes quite well with the ideas of a Universal Runtime .
|
|
Programmers and other geeks love to talk about the tools they use. I won't go into the languages, databases and what have you, but I want to explain a little bit about the setup I use to develop on and hopefully some of it can help someone out there facing the same issues. Even though I use Windows as my primary operating system, I'm a pure open source guy and I primarily develop using PHP on nginx/apache and MySQL. So, this is my stack;
|
|
Italian Startup Scene è un “gruppo di ritrovo degli startupper italiani. Imprenditori, investitori, bloggers, sviluppatori e chiunque abbia un interesse per startups e venture capital” . Si tratta di una risorsa da non perdere se vi interessate alla scena startup italiana, che esiste ed è viva e vegeta malgrado molti (senza aver mai guardato al di là del proprio steccato) sostengano il contrario o non facciano altro che guardare alla remo..
|
|
Programmers and other geeks love to talk about the tools they use. I won't go into the languages, databases and what have you, but I want to explain a little bit about the setup I use to develop on and hopefully some of it can help someone out there facing the same issues. Even though I use Windows as my primary operating system, I'm a pure open source guy and I primarily develop using PHP on nginx/apache and MySQL. So, this is my stack;
|
|
I was doing a simple job test the other day and one of the questions involved creating a simple jQuery plugin. Having never created one myself I had to look into how to do it. I couldn’t find a dead simple hello world plugin example so I thought I would create a simple example here for people to look at. ( function ( $ ){ $ . fn . HelloWorld = function () { $ ( this ). html ( 'Hello World!' ); }; })( jQuer..
|
|
I recently began the big switch to NAB. I had been with ANZ since my very first bank account, but a combination of NAB’s free everyday account, great reviews of the bank from friends, and good marketing had me make the move. In addition, I had already recently moved to UBank for my savings account. UBank being a division of NAB, it made sense to go ahead and make the switch.
|