-
-
...0 0]';
%linedata
% Line No From To R X B/2 T
linedata=[ 1 1 2 0.0192 0.0575 0.0264 1;
 ...
-
-
...
/**
* This method is called from within the constructor to initialize the form.
* WARNING: Do NOT modify this code. The content of this method is always
* regenerated by the Form Editor.
&...
-
-
...;?php
$pagetype=$_GET['type'];
$sql = "SELECT Address,EmailId,ContactNo from tblcontactusinfo";
$query = $dbh -> prepare($sql);
$query->bindParam(':pagetype',$pagetype,PDO::PARAM_STR);
$query->execute();
$results=$query->fetchAll(PDO::FETCH_OBJ);
$cnt=1;
if($query->rowCount()...
-
-
...; <?php
$sql="SELECT * from tblbooking";
$query = $dbh -> prepare($sql);
$query->execute();
$results=$query->fetchAll(PDO::FETCH_OBJ);
$cnt=1;
if($query->rowCount() > 0)
{
foreach($results as $row)
{ &n...
-
-
import os
import json
import time
import random
import requests
from pymongo import MongoClient
class CrawlJob(object):
def __init__(self):
self.list_header = {'Host': 'api.jobmd.cn',
&...
-
-
... <?php $query=mysqli_query($con,"select * from tblcomputers");
while($row=mysqli_fetch_array($query))
...
-
-
...assword=md5($_POST['password']);
$sql ="SELECT EmailId,Password,Status,id FROM tblemployees WHERE EmailId=:uname and Password=:password";
$query= $dbh -> prepare($sql);
$query-> bindParam(':uname', $uname, PDO::PARAM_STR);
$query-> bindParam(':password', $password, PDO::PARAM_STR);
$qu...
-
-
...
else:
print 'currents flowing from a place, not a node';
print pos_dict[curr][0].current
print pos_dict[curr][0].direction
print pos_dict[curr][1].current
 ...