Each character starts with the following health
- Isaac: 3
- Maggy: 4
- Cain: 2
- Judas: 1
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| import os,tty;tty.setcbreak(0);M=['']*16 | |
| def G(v): | |
| p=['']*4;u=list(filter(str,v));i=3 | |
| while u:z=u.pop();p[i]=u and z==u[-1]and 2*u.pop()or z;i-=1 | |
| return p | |
| def Y(M,k):i=1;M=zip(*[iter(M)]*4);exec'M=map([list,G][i*k==k*k],zip(*M))[::-1];i+=1;'*4;return sum(M,[]) | |
| while 1: | |
| r=id(M)%71+17 | |
| while M[r%16]*r:r-=1 | |
| if r:M[r%16]=r%7%2*2+2 |
| public class ExpoPushHelper | |
| { | |
| public static dynamic SendPushNotification(string ExpoToken) | |
| { | |
| dynamic body = new | |
| { | |
| to = ExpoToken, | |
| title = "hello", | |
| body = "world", | |
| sound = "default", |
| public class ExpoPushHelper | |
| { | |
| public class MyWebClient : WebClient | |
| { | |
| protected override WebRequest GetWebRequest(Uri address) | |
| { | |
| HttpWebRequest request = base.GetWebRequest(address) as HttpWebRequest; | |
| request.AutomaticDecompression = DecompressionMethods.Deflate | DecompressionMethods.GZip; | |
| return request; | |
| } |