-
sending this
command=1&user_info={"tags":["#ComputerScience","#CS","#Electrical","#NJIT","#Software","#Engineering"],"bio":"this is a test org"}&username=test&email=test@test.com&password=pass123
g…
-
# MAJOR ISSUE - key feature of applicaiton
getting this back
{"command":"1","tags":["#ComputerScience","#CS","#Software","#NJIT"],"bio":"I am a full stack developer!!!!","firstname":"Devin","lastnam…
-
sending -- 'command=13&id=3'
getting this back
{"status":200,"info":[[""],[""]]}
if have 2 friends in my profile
{"status":200,"info":{"id":"3","email":"tr88@njit.edu","username":"tr88","firstname"…
-
I created event id 3
{"id":"3","name":"HackNJIT","owner":"3","image":"http:\/\/web.njit.edu\/~jmd57\/default.jpg","bio":"code for 36 hours...
pizza will be served ","startDateTime":"2016-04-30 08:30:0…
-
this is the response when requesting user info: tags were not saved
{"status":200,"info":[{"id":"3","firstname":"Devin","lastname":"Ramrattan","username":"tr88","email":"tr88@njit.edu","bio":"I am a …
-
below is the response from calling command=9&id=3
## pending friendRequest is missing
{
"status": 200,
"info": {
"id": "3",
"email": "tr88@njit.edu",
"username": "tr8…
-
# THIS IS A KEY FEATURE
I crated a new user with tags
{"id":"10","email":"test@test.com","username":"test","firstname":"test","lastname":"test","bio":"this is a test profile","image":"http:\/\/web.…
-
Using GHC 8.0.1 RC 2:
```
$ cabal unpack uhc-light
$ cd uhc-light-1.1.9.2
$ cabal sandbox init
$ cabal install
...
rejecting: hashable-1.2.4.0 (conflict: uhc-light => hashable>=1.1 &&
-
these are the fields that your saving....based on your code tags are not included..
$info['name']=$_POST['name'];
$info['bio']=$_POST['bio'];
$info['startDateTime']=$_POST['startDateTime'];
$info['end…
-
http://agda.readthedocs.org/en/latest/tools/compilers.html#uhc-backend says
> To install UHC, the following commands can be used:
>
> ``` bash
> git clone https://github.com/UU-ComputerScience/uhc.g…