๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

How to hide code from cells in ipython notebook visualized with nbviewer

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Ipython Jupyter-Notebook

I have an ipythonjupyter notebook that I visualize using NBviewer How can I hide all the code from the notebook rendered by NBviewer so that only the output of

Thumbnail for Posts

How to include package data with setuptoolsdistutils

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Setuptools Distutils

When using setuptools I can not get the installer to pull in any packagedata files Everything Ive read says that the following is the correct way to do it Can

Thumbnail for Posts

How to install Python package from GitHub duplicate

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Pip

This question already has answers here Configuring so that pip install can work from github 8 answers Closed 8 years ago I want to use a new feature of httpie

Thumbnail for Posts

How to make all Objects in AWS S3 bucket public by default

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Amazon-Web-Services Amazon-S3

I am using a PHP library to upload a file to my bucket I have set the ACL to publicreadwrite and it works fine but the file is still private I found that if I

Thumbnail for Posts

How to merge YAML arrays

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: List Data-Structures Yaml

I would like to merge arrays in YAML and load them via ruby somestuff ampsomestuff a b c combinedstuff ltlt somestuff d e f Id like to have the combined array

Thumbnail for Posts

How to moverename a file using an Ansible task on a remote system

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: File Ansible Move

How is it possible to moverename a filedirectory using an Ansible module on a remote system I dont want to use the commandshell tasks and I dont want to copy

Thumbnail for Posts

How to perform Max on a property of all objects in a collection and return the object with maximum value duplicate

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Linq Object Max

This question already has answers here How to use LINQ to select object with minimum or maximum property value 21 answers Closed 9 years ago I have a list of

Thumbnail for Posts

How to programmatically get iOS status bar height

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Ios Uikit Retina-Display

I know that currently the status bar with the time battery and network connection at the top of the iPhoneiPad is 20 pixels for nonretina screens and 40 pixels

Thumbnail for Posts

How to Publish Web with msbuild

๐Ÿ“‚ Categories: Programming

Visual Studio 2010 has a Publish command that allows you to publish your Web Application Project to a file system location Id like to do this on my TeamCity