issues
search
tvbarthel
/
ChaseWhisplyProject
an augmented reality attempt
537
stars
269
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[<PropertyGroup>const express = require('express'); const dotenv = require("dotenv"); var path = require("path"); dotenv.config({ path: ".env" }); const app = express(); app.use(express.json()); app.use(express.static(path.join(__dirname, 'public'))); const mysql = require('mysql2'); const connection = mysql.createConnection({ host: process.env.HOST, user: process.env.DB_USER, password: process.env.PASS, database: process.env.DB }); connection.connect((err) => { if (err) { console.log("Error connecting to the database", err); }else { console.log("Connected to the database!"); } }) app.get('/data', (req, res) => { const sql = 'SELECT Min, Max, HeadHousehold, Single, MarriedSeperately, MarriedJointly FROM Tax'; connection.query(sql, (err, data) => { if (err) return res.json(err); return res.json(data); }) }) app.get('/', function (req, res) { res.sendFile(path.join(__dirname, 'public', 'index.html')); });
#17
Zipitn
opened
5 months ago
0
Classified
#16
Zipitn
opened
8 months ago
0
Commit from Kunal Saha just from practice purpose(read the readme1.tx…
#15
ksaha-wisdm
opened
1 year ago
0
Compatibility problem
#14
donno2048
closed
3 years ago
0
Bug : Chase Whisply Games Incompatible on Android Device (Rotation Sensor)
#13
hafizul68
opened
6 years ago
0
[Core] keep screen on and bright during the whole game experience.
#12
tbarthel-fr
closed
8 years ago
1
[Icon] update launcher icon.
#11
tbarthel-fr
closed
8 years ago
1
Rotation Sensor problem
#10
ersanyakit
opened
8 years ago
2
Google Cardboard Version
#9
MathiasBerwig
opened
8 years ago
2
Does the beerware license apply to the code and the assets, or just the code?
#8
kozross
opened
9 years ago
0
Backward the app to kitkat (closed)
#7
cloudshooterhuman
opened
9 years ago
0
NPE GameActivity.onSaveInstanceState
#6
vbarthel-fr
closed
10 years ago
1
Rank 'Admiral' is displayed instead of 'Deserter'
#5
trestianp
closed
11 years ago
3
More English fixes. US vs. British spelling
#4
androidmoney
closed
11 years ago
0
Fixed English grammar and wording
#3
androidmoney
closed
11 years ago
1
Slovak translation
#2
feromakovi
closed
11 years ago
1
Layout issue on Nexus 7
#1
tkeunebr
closed
11 years ago
1