I hereby claim:
- I am nuel on github.
- I am nuel (https://keybase.io/nuel) on keybase.
- I have a public key ASDJhEAbRdXANaORCKpxQ89QAOQ7s0-nn8utuQ8Md84Nugo
To claim this, I am signing this object:
<IfModule mod_ssl.c> | |
<VirtualHost *:443> | |
ServerAdmin [email protected] | |
ServerName example.com | |
ErrorLog ${APACHE_LOG_DIR}/error.log | |
CustomLog ${APACHE_LOG_DIR}/access.log combined | |
RewriteEngine On | |
RewriteCond %{REQUEST_URI} ^/socket.io [NC] |
body { | |
box-sizing: border-box; | |
font-size: 16px; | |
background: url('image/triangle.svg') no-repeat fixed 100%/100vh; | |
} |
I hereby claim:
To claim this, I am signing this object:
val brexitArticles: Array<String> = arrayOf( | |
"https://www.express.co.uk/news/politics/1075847/brexit-news-latest-update-deal-uk-EU-theresa-may-vote-plan-b", | |
"https://www.express.co.uk/news/uk/1075687/Brexit-news-UK-EU-latest-no-deal-vote-Theresa-May-European-Union-referendum-Corbyn", | |
"https://www.express.co.uk/news/uk/1075382/Brexit-news-UK-EU-Nigel-Farage-Theresa-May-European-Union-latest", | |
"https://www.express.co.uk/news/uk/1075708/no-deal-brexit-poll-second-referendum-theresa-may-deal-wto-brexit", | |
"https://www.express.co.uk/news/uk/1075901/brexit-latest-Queen-could-ultimately-decide-Brexit", | |
"https://www.express.co.uk/news/uk/1075873/Brexit-news-UK-EU-Theresa-May-deal-European-Union-latest-Conservative-Party", | |
"https://www.express.co.uk/news/politics/1075756/brexit-latest-news-david-cameron-stupid-brexit-referendum-donald-tusk-bbc-documentary", | |
"https://www.express.co.uk/news/uk/1075718/Brexit-news-UK-EU-latest-deal-vote-Theresa-May-Jean-Claude-Juncker-Rees-Mogg-LBC", | |
"https://www.express |
import org.openrndr.Fullscreen | |
import org.openrndr.KEY_SPACEBAR | |
import org.openrndr.application | |
import org.openrndr.color.ColorRGBa | |
import org.openrndr.draw.colorBuffer | |
import org.openrndr.draw.isolatedWithTarget | |
import org.openrndr.draw.renderTarget | |
import org.openrndr.draw.shadeStyle | |
import org.openrndr.filter.blur.BoxBlur | |
import org.openrndr.math.Vector3 |
java.io.File folder; | |
String[] filenames; | |
ArrayList<String> filteredFilenames = new ArrayList<String>(); | |
PImage[] imgs; | |
void setup() { | |
size(800, 800); | |
frameRate(2); | |
// Initialize arrays |
I hereby claim:
To claim this, I am signing this object:
// constants | |
final int element1Width = 200; | |
final int element1Height = 400; | |
final int element2Width = 115; | |
final int element2Height = 400; | |
final int basicStrokeColor = #FFD67C; | |
void setup () { | |
// Size and color | |
size(594, 840, P3D); |
# In main.coffee | |
closeAfterSave = false | |
mainWindow.on 'close', (event) -> | |
if !closeAfterSave | |
event.preventDefault() | |
mainWindow.webContents.send 'closingWindow' | |
return | |