Skip to content

Instantly share code, notes, and snippets.

View alaquitara's full-sized avatar

Alexander Laquitara alaquitara

View GitHub Profile
public void executeUpdate()
{
string q = ConfigurationManager.AppSettings["queue"];
int queue = Convert.ToInt32(q);
string d = ConfigurationManager.AppSettings["doctype"];
int docType = Convert.ToInt32(d);
string e = ConfigurationManager.AppSettings["numimages"];
int numImages = Convert.ToInt32(e);
string f = ConfigurationManager.AppSettings["idqueue"];
int barcodeQueue = Convert.ToInt32(f);
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
class Bike(ndb.Model):
id = ndb.StringProperty()
make = ndb.StringProperty()
model = ndb.StringProperty()
year = ndb.StringProperty()
vin = ndb.StringProperty()
token_id = ndb.StringProperty(required=True)
class Rider(ndb.Model):
id = ndb.StringProperty()
@alaquitara
alaquitara / post.txt
Created April 17, 2017 01:34
post gist
String file contents
@alaquitara
alaquitara / file1.txt
Created April 17, 2017 01:34
the description for this gist
String file contents
@alaquitara
alaquitara / post.txt
Created April 17, 2017 00:18
post gist
String file contents
@alaquitara
alaquitara / file1.txt
Created April 17, 2017 00:18
the description for this gist
String file contents
@alaquitara
alaquitara / post.txt
Created April 17, 2017 00:17
post gist
String file contents
@alaquitara
alaquitara / file1.txt
Created April 17, 2017 00:17
the description for this gist
String file contents
@alaquitara
alaquitara / file1.txt
Created April 17, 2017 00:15
the description for this gist
String file contents