if top is window
bindReady =>
@client = new ClientInfo
should become
if top is window
function q2 =pl(a,b,N) | |
// ΠΡΡΠΎΡΠ° Π³ΡΠ°ΡΠΈΠΊΠ° | |
G=4; | |
q2 = zeros(1,10); | |
for i=1:10 | |
// ΠΠΎΠ»ΠΈΡΠ΅ΡΡΠ²ΠΎ ΡΠΎΡΠ΅ΠΊ ΠΏΠΎΠΏΠ°Π²ΡΠΈΡ ΠΏΠΎΠ΄ Π³ΡΠ°ΡΠΈΠΊ |
if top is window
bindReady =>
@client = new ClientInfo
should become
if top is window
https://granify.acunote.com/projects/29417/tasks/516 |
[21:44:58][Boxes] SOCKET Node ["click", "1"] | |
[21:44:58][Boxes] >> Node | |
[21:44:58][Boxes] >> 2 | |
[21:44:58][Boxes] >> 5 | |
[21:44:58][Boxes] >> click | |
[21:44:58][Boxes] >> 1 | |
[21:44:58][Boxes] >> 1 | |
[21:44:58][Boxes] << ok | |
[21:44:58][Boxes] << 0 | |
[21:44:58][Boxes] << |
require 'rubygems' | |
require 'capybara' | |
require 'capybara/dsl' | |
require 'capybara/webkit' | |
body = "<html> | |
<body> | |
<div id='div_example'></div> | |
<iframe id='iframe_example'></iframe> | |
</body> |
require 'benchmark' | |
require 'mongo' | |
r = Random.new | |
$db = Mongo::Connection.new.db("test") | |
def create_collection site_id | |
coll = $db["rules_#{site_id}"] | |
coll.drop() |
require 'benchmark' | |
require 'mongo' | |
r = Random.new | |
$db = Mongo::Connection.new.db("test") | |
def create_collection site_id | |
coll = $db["rules_#{site_id}"] | |
coll.drop() |
require 'benchmark' | |
#require 'unprof' | |
require "redis" | |
require 'bson' # Using bson to speedup decoding | |
r = Random.new | |
$db = Redis.new | |
=begin |
Teasdasd asdasd asdsad
** asdasdasd
/** | |
* The first commented line is your dabbletβs title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |