I hereby claim:
- I am jolos on github.
- I am jolos (https://keybase.io/jolos) on keybase.
- I have a public key ASAKlCk--dmcBAHGN5jaZsjJYZNS9DnS960grxmA716zfgo
To claim this, I am signing this object:
import smartpdk_gen2.all as pdk | |
import ipkiss3.all as i3 | |
from picazzo3.routing.place_route.cell import PlaceAndAutoRoute | |
import numpy as np | |
class LaserAngledShallow(i3.PCell): | |
str_wg_buffer_length = i3.PositiveNumberProperty(default=10.0) | |
bend_wg_radius = i3.PositiveNumberProperty(default=50.0) |
I hereby claim:
To claim this, I am signing this object:
dd if=/dev/sda | gzip -1 - | ssh user@hostname dd of=sda.gz |
The latest version have support for running gui threads in ipython. To use this functionality you have to use the %gui magic:
%gui qt
However you first need to load the enaml dependencies, otherwise you get errors while importing the library. You can then start your application, and change the values of the Atom objects, and see the changes appear in your app.
The content-disposition header can be used to force browsers to download a file instead of trying to display it. In apache you can set the header with the following rule :
<IfModule mod_headers.c>
<FilesMatch "\.(mp3)$">
Header set Content-Disposition attachment
With client side code ( aka javascript ) becoming a crucial part of modern websites/webapplications, it's also becoming more difficult to know what is happening when the code is actually being executed. Code failing on a server is relatively easy to spot, this is not the case with javascript. Hence, if you're building a serious client side application robust logging is one of the first things you should set up. ( In fact this also holds for backend systems ).
For my own website I'm keeping it simple and I'm leveraging google analytics to log possible errors. As you see this is not rocket science but it's a good way to spot possible errors.
This is a simple pattern for clearing the cache of a view. You could do this by searching for the right cache id. But this is imo a more robust way to clear the cache.
GET _cluster/state : provides information about the cluster, including information on the possible fields