I hereby claim:
- I am mrwanbaghdad on github.
- I am marwanbaghdad (https://keybase.io/marwanbaghdad) on keybase.
- I have a public key ASCXjMqLbg53Il3-nJCNEqAbKEQeNMOKEG161gyzf7_1Iwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| function FindProxyForURL(url, host){ | |
| if(dnsDomainIs(host, 'medium.com') || dnsDomainIs(host, 'codenames.game')) | |
| return "SOCKS 127.0.0.1:5555" | |
| return "DIRECT" | |
| } |
| #!/bin/bash | |
| echo \'display notification with title \"$@\"\' | xargs -I {} osascript -e {} |
| # http://doodle.com/create?type=text&local=en&title=registeredstudents | |
| # options( | |
| # Sun 1:40 ~ 3:10 | |
| # Mon 10:10 ~ 11:40 | |
| # Mon 11:50 ~ 1:20 | |
| # Mon 1:40 ~ 3:10 |
| import math; | |
| import random; | |
| import string; | |
| def str_gen(n): | |
| return "".join(random.sample(string.ascii_letters,n)); | |
| def list_gen(m,n): | |
| li=[]; | |
| for i in range(1,n): | |
| li.append(str_gen(m)); |
| function myFunction() { | |
| var ss = SpreadsheetApp.getActiveSpreadsheet(); | |
| var sheet = ss.getSheets()[0]; | |
| var data= sheet.getRange("A5:P50"); | |
| var cell; | |
| var i,j; | |
| Logger.log(data.getWidth()); | |
| // for(i=1;i<data.getHeight();i++){ | |
| // |
| n= -3:3; | |
| x=[2 4 -3 1 -5 4 7]; | |
| [y1,n1]= sigshift(n,x,3); | |
| y1=2*y1; | |
| [y2,n2]= sigshift(n,x,-4); | |
| y2= 3*y2; | |
| [y3,n3]= sigadd(n1,y1,n2,y2); | |
| [y3,n3]=sigadd(n3,y3,n,-x); | |
| stem(n3,y3); | |
| hold on; |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading. | |
| void main(){ | |
| console.log("hello world"); | |
| } |