date-soldes.fr
Date des soldes d'hiver 2016 en France et DOM-TOM - Date des SoldesDate des Soldes
http://www.date-soldes.fr/date-soldes-hiver-france
Date Soldes Hiver 2016. Date Soldes été 2016. Soldes par Marchands (A-Z). Date des soldes d’hiver 2016 en France et DOM-TOM. Les Soldes d’hiver 2016 débuteront en France le mercredi 6 janvier 2016. À 8 heures du matin, et finiront le mardi 16 février 2016. Depuis 2015, les soldes d’hiver durent 6 semaines, et non plus 5 semaines. Attention, certains départements ne sont pas concernés par ces dates. Par départements français dans le tableau ci-dessous :. 01 – Ain. 02 – Aisne. 03 – Allier. 09 – Ariège.
jamescpoole.com
Latest Project | James C Poole
http://jamescpoole.com/2014/01/06/latest-project
Because jamespoole.com was already taken…. Over Christmas, I worked on the first iteration of a site for calculating taxes for Bitcoin: BitcoinTax.us. Right now, the talk is mostly around how hard it is to calculate Bitcoin taxes or how to evade taxes using Bitcoin, but I think that will go away very shortly. Programmable money is going to change the landscape of taxes for the better. It’s pretty amazing to think about…. See my post on Reddit. For more info about the website. Leave a Reply Cancel reply.
jamescpoole.com
Why Bitcoin? | James C Poole
http://jamescpoole.com/2013/12/20/why-bitcoin
Because jamespoole.com was already taken…. Right now, I’m basically at a point of almost obsession of Bitcoin. I’m reading every single article, watching every single video, and even having weird dreams about it. I’ve put a little bit of money into it, but I think I’m at the point of caring less about making money in the long term, rather than amazed at the possibilities that it will bring in the future. Leave a Reply Cancel reply. Your email address will not be published. Required fields are marked *.
jamescpoole.com
October | 2013 | James C Poole
http://jamescpoole.com/2013/10
Because jamespoole.com was already taken…. Monthly Archives: October 2013. Rails 4 CSRF Protection with Clients using APIs. I was recently trying to work on a new rails site and ran into a problem with CSRF protection. In every post/put that is submitted in Rails, a CSRF check is performed to make sure the client submitting the request has a secret token. This is for security to prevent nasty scripts/pages from sending malicious requests from your browser. Protect from forgery with: :null session. On 201...
jamescpoole.com
February | 2014 | James C Poole
http://jamescpoole.com/2014/02
Because jamespoole.com was already taken…. Monthly Archives: February 2014. In recent months, we’ve started to see large amounts of venture capital being invested in Bitcoin companies, lots of mining equipment being added to the network, and a large growth in the number of wallets and users on the network. Since people are putting real money into this new technology, it raises the question of how much is it really worth? For example, take a look at Bank of America’s report. What is the Value? The chart a...
jamescpoole.com
Why the “Internet of Things” will be run on the Blockchain | James C Poole
http://jamescpoole.com/2014/12/13/why-the-internet-of-things-will-be-run-on-the-blockchain
Because jamespoole.com was already taken…. Why the Internet of Things will be run on the Blockchain. Why aren’t all refrigerators connected to the Internet? When the Internet of Things is discussed, the example of a refrigerator connected to the Internet always comes up. This fridge is supposed to monitor what is contained inside of it, and automatically order items when they get depleted. These items will then be delivered via a service like Instacart, right to your door. So why doesn’t this exist?
jamescpoole.com
Back in the Day | James C Poole
http://jamescpoole.com/2014/01/15/back-in-the-day
Because jamespoole.com was already taken…. Back in the Day. Back when I was about 12 years old, my Grandfather gave us our first computer for Christmas. I was totally excited about it. I could start it up, play some games, and even connect it the phone line and make it act like an answering machine. It was great. Today, my family members probably are connected to the internet more than they could even fathom back then. Checking email, browsing websites, and shopping are an every day thing. There are a lo...
jamescpoole.com
Quick Way to Test XSLT Transformation | James C Poole
http://jamescpoole.com/2013/06/27/quick-way-to-test-xslt-transformation
Because jamespoole.com was already taken…. Quick Way to Test XSLT Transformation. I am working on a project that has a lot of transformations of raw source XML files to a standard format. For this we ended up using XSLT, so I needed a quick way to test these transformations without having to spin up an IDE or embed a reference the source file or xsl file. To do this on Windows I just downloaded a tool from Microsoft, called msxsl.exe. Msxslexe source.xml stylesheet.xsl. February 14, 2016 at 3:51 am.
jamescpoole.com
LIBSVM TUTORIAL PART 2 – Formatting the Data | James C Poole
http://jamescpoole.com/2012/11/09/libsvm-tutorial-part-2-formatting-the-data
Because jamespoole.com was already taken…. LIBSVM TUTORIAL PART 2 Formatting the Data. In part one of this tutorial, I created 10 fake emails with 5 being Spam and 5 being not Spam. The goal is to take these 10 emails, have the Support Vector Machine (SVM) learn from them, and be able to identify new emails as Spam or Not Spam. The next step in this process is to get the data into a format that LibSVM can understand and learn from. So above, you can see that we created a list of all the words in our emai...