-
Archives
- January 2020
- May 2019
- April 2019
- March 2019
- February 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- September 2014
- August 2014
- June 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- May 2013
- April 2013
- March 2013
- February 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- November 2010
- October 2010
- September 2010
- August 2010
- April 2010
- February 2010
- December 2009
- November 2009
- August 2009
- May 2009
- January 2009
- December 2008
- October 2008
- September 2008
- August 2008
- July 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- April 2006
- March 2006
- January 2006
- December 2005
- November 2005
- October 2005
- April 2004
Internet of Things -työpaja ict8tn017-1 – intensiiviviikolla w12
Rakenna härveleitä, jotka puhuvat netin yli. Eli kehitä itse IoT-laite viikossa. Check out demo day & projects! / Katso demo-päivä ja valmiit projektit!
Posted in Uncategorized
Tagged agenda, Arduino, C++, course, esineiden internet, Helsinki, intensiivi, Internet of Things, IoT, kurssi, project, projekti, Python, työpaja, workshop
58 Comments
Offline References for HTML5, jQuery, CSS, Python, C++, Apache, PostgreSQL and others
Are you flying? Are you on a summer cottage far, far away? Internet working only on full moon? Download free offline references for developers. Including HTML5, jQuery, CSS, Python, C++, Apache, PostgreSQL and others. Update: direct link to download the … Continue reading
Posted in Uncategorized
Tagged C++, cpp, devdocs.io, html, jquery, offline, Python, reference
Comments Off on Offline References for HTML5, jQuery, CSS, Python, C++, Apache, PostgreSQL and others
Deploy Flask & Python3 on Apache2 & Ubuntu
Deploy Flask, a Python 3 microframework, on Apache web server on Ubuntu. Then you can write your own web pages in Python. Flask is a very simple framework for writing server side applications with Python. This article shows how to … Continue reading
Posted in Uncategorized
Tagged apache, apache2, daemon, deploy, flask, framework, light, mod_wsgi, production, Python, Python 3, python3, ubuntu, web server, Werkzeug
13 Comments
Room Status Remotely with OfficeIOT – Haaga-Helia Student Project with Martela
My negotiation rooms are reserved, but is anyone actually there? What’s the utilization rate? OfficeIOT project helps you. It senses if people are in the room and sends this information to a server in the cloud. Users can then log … Continue reading
Posted in Uncategorized
Tagged 3d printing, API, Arduino, Blender, C++, cloud, cpp, Furniture, http, https, Internet of Things, IoT, linux, Martela, Minifactory, mysql, Office, Passive Infrared, php, PIR, Python, Raspberry Pi, Raspbian, Remote sensing, REST, sensor, SSL, student, TLS, ubuntu, Utilization rate, virtualization
Comments Off on Room Status Remotely with OfficeIOT – Haaga-Helia Student Project with Martela
Implementing Package-File-Service Pattern as a Salt Stack PyObjects Function
PyObjects renderer allows you to use normal Python functions to repeat actions. In this article, we’ll implement a Package-File-Service pattern as a reusable Python function.
Posted in Uncategorized
Tagged configuration management, Defined Types, DevOps, function, NaCl, pyobjects, Python, pythonic, Salt Stack
Comments Off on Implementing Package-File-Service Pattern as a Salt Stack PyObjects Function
Salt Package-File-Service with Pyobjects
When you install Apache, the most popular web server in the world, you want to show web pages. In practice, you install the package, keep the service running and modify a configuration file. In configuration management, this is called package-file-service … Continue reading
Posted in Uncategorized
Tagged alternative syntax, configuration management, DevOps, dsl, NaCl, pyobjects, Python, Salt Stack, salt-call
7 Comments
ykl.txt – Text dump of Finnish Public Libraries Classification System
Convert Finnish library YKL classification XML dump to a text file.
Posted in Uncategorized
Tagged cc-by-sa, dump, GPLv3, open access, PLC, Public Libraries Classification System, Python, xml, YKL, Yleisten kirjastojen luokitusjärjestelmä
Comments Off on ykl.txt – Text dump of Finnish Public Libraries Classification System
Search Your Files with StackHay
StackHay can fulltext index your files. I published StackHay today. “During development, StackHay was tested. A sample data of 13 terabytes, 12 million files was successfully indexed, and fulltext of 1.9 million files (16%) was extracted.” – TeroKarvinen.com/stackhay/ StackHay is … Continue reading
Posted in Uncategorized
Tagged download, ElasticSearch, Lucene, NoSQL, Python, search, StackHay
1 Comment
Logging in Python – with function names, line numbers, command line -v -d and aliases v(), d()
Logging is tells you what’s going on when your run and often avoids useless comments. Log messages give you a real time feeling what’s happening in the program. And your advanced users might want to run ‘supercommand –debug’, too. This … Continue reading →