programmerscratchpad.wordpress.com
Online Publishing and Collaborative Writing | A Coder's Scratchpad
https://programmerscratchpad.wordpress.com/2014/09/07/online-publishing-and-collaborative-writing
A Coder's Scratchpad. Things I have learnt while coding softwares. Online Publishing and Collaborative Writing. September 7, 2014. By The Wretched Coder. I became aware of. When I started using. With some simple text formatting the plain text becomes ready for web distribution as well formatted HTML. This simplicity attracted me. So when I come to know that. Need to write some Geometry. A few days ago I need to write an algorithm for an interview with. As part of algorithm writing I had to write. I found...
petekeen.net
Software Articles | Pete Keen
https://www.petekeen.net/software
This site started as and continues to be a place where I can explore the craft of software development. Below you'll find articles on such diverse topics as Perl, C , Ruby, Python, Git, and more. I've published quite a bit of open source software on my Projects page. Including much of what you'll find in these articles. Know How To Roll (Your SSL Certificates). A few weeks ago Stripe's SSL certificate became invalid. Along with several other major sites. When I started Okapi LLC. All you have to do is go...
petekeen.net
Tagged Programming | Pete Keen
https://www.petekeen.net/tag/Programming
Articles tagged with 'Programming'. Stripe removed SSLv3 support. Here's how to fix the HTTP 401 errors. On November 15th Stripe deprecated SSLv3. Because of the POODLE vulnerability. On the whole, this has been a good and welcome change, because SSLv3 has been terrible for a very long time. The problem is that on some systems this causes backend API requests to start failing with an error message from Stripe because they're unable to auto-negotiate TLSv1.2. Payola v1.2: Now with Subscriptions. My little...
petekeen.net
Updates Articles | Pete Keen
https://www.petekeen.net/topic/updates
Today in my calendar there's a little entry that just says 1000 days. One thousand days ago I received my first infusion of life saving deadly poison. Between that day and today, I received twenty infusions of poison and then the best news: I was cancer free. I also lost a parent. Wrote a book. Got married to a beautiful, amazing, tolerant, hilarious woman. I lost another parent. Moved across the country. Bought a house. I quit my job. Made myself another one. Lost a pet. Wrote another book. Is available...
petekeen.net
Run Anything on Heroku with Custom Buildpacks | Pete Keen
https://www.petekeen.net/introduction-to-heroku-buildpacks
Integrate Stripe into your Rails app in no time flat. Payments, subscriptions, marketplaces, and more than 100 examples. Run Anything on Heroku with Custom Buildpacks. 6 min read — Get free updates of new posts here. Is a Platform as a Service running on top of Amazon Web Services where you can run web applications written using various frameworks and languages. One of the most distinguishing features of Heroku is the concept of Buildpacks. As to what you can do with Heroku's building blocks. Your applic...
stackoverflow.com
python - Have the same README both in Markdown and reStructuredText - Stack Overflow
http://stackoverflow.com/questions/10718767/have-the-same-readme-both-in-markdown-and-restructuredtext
To customize your list. More stack exchange communities. Tour Start here for a quick overview of the site. Help Center Detailed answers to any questions you might have. Meta Discuss the workings and policies of this site. About Us Learn more about Stack Overflow the company. Business Learn more about hiring developers or posting ads with us. Announcing Stack Overflow Documentation. We started with Q&A. Technical documentation is next, and we need your help. Sign up and start helping →. Feb 2 '13 at 14:50.
programmerscratchpad.wordpress.com
The Wretched Coder | A Coder's Scratchpad
https://programmerscratchpad.wordpress.com/author/thecamerawala
A Coder's Scratchpad. Things I have learnt while coding softwares. Author Archives: The Wretched Coder. Clojure with Emacs 23. April 11, 2015. By The Wretched Coder. I am really drawn towards Lisp. What attracts me more about Lisp is its capability to change on run-time. Today’s world of agile development and continuous beta. So I decided to install the development environment for Clojure. The coding practice I am planning to follow is to use. I am setting up the development environment with Emacs 23.
tech.basicinc.jp
HTMLをPDFに上手いこと変換してくれるwkhtmltopdfを日本語で使う
http://tech.basicinc.jp/Linux/2014/05/04/html_to_pdf_convert
Wkhtmltopdf http:/ google.com google.pdf. ユーザホームディレクトリにフォントを配置 $ mkdir /.fonts $ cp IPAfont00302.zip /.fonts $ cd /.fonts $ unzip IPAfont00302.zip # フォントキャッシュクリア $ fc-cache -fv # インストールされているフォントの確認 $ fc-list. Blog comments powered by Disqus.