Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
515 views

Has anyone used rinda, pylinda, or the like?

Does anyone have any experience with rinda, the ruby library for the linda blackboard system? Most specifically, I'm curious about the possibility of using it to provide a ruby interface (with some ...
5
votes
4answers
1k views

Does anyone know of a successful implementation of the Blackboard pattern?

I've been interested in the Blackboard pattern for years (especially back when I was studying AI), however I still haven't been able to find a good implementation of it outside of academia, although ...
1
vote
1answer
63 views

Need advice for development of a graph based simulation engine

Here in my university they have developed a java based application for visualizing graphs and manipulating them, something similar to GUESS but somehow with different capabilities. the website hosting ...
1
vote
1answer
123 views

Android login to blackboard with stored user ID and password

I am trying to write an app that will, among other things, allow me to log in to my school's blackboard page. I want to be able to log in automatically with the username and password stored by the ...
1
vote
1answer
195 views

logins with cURL

I'm looking to use cURL to login to Blackboard, a course management system used a many universities. (For example, http://blackboard.unh.edu) How would I do this? Blackboard uses HTTPS certificates ...
1
vote
3answers
356 views

Blackboard messaging using queues

I have an application, where I need to add role-based messaging. The messages are generated ny the application itself, and every message have an starttime (where is show on the client message-window) ...
0
votes
0answers
8 views

Unable to upload CSV in blackboard LMS

Whenever I am trying to upload a ".csv" file in the grade center section of BlackBoard LMS I am getting the error: "invalid File". Even on downloading the sample csv provided on the site and ...
0
votes
1answer
22 views

Test for Active Blackboard Session

We're using hosted Blackboard 9.1. I'm protecting some self-hosted course materials (HTML/Flash) with a coldfusion security wrapper. I'd like to bypass the security wrapper login prompt by detecting ...
0
votes
0answers
50 views

Extracting data from Blackboard?

I was wondering if there is any secure and easy way to extract data from my institutes Blackboard-site?(www.blackboard.com) I was thinking data like student lists and test information?
0
votes
0answers
141 views

iOS/iPad - Launch BlackboardMobile and Calendar from inside another App [closed]

I am wondering how I can call the Blackboard Mobile Learn App and the native iCal Calendar from inside the application I am working on.
0
votes
2answers
210 views

Create interactive cartesian grid in django

I have a question regarding a platform I'm developing called e-cidadania (GPL). One of the applications will be something like a blackboard where you can put messages. I've been requested to do it ...
0
votes
2answers
801 views

RabbitMQ: Are multiple consumers on one queue using a non-polling strategy possible?

we use RabbitMQ to send jobs from a producer on one machine, to a small group of consumers distributed across several machines. The producer generates jobs and places them on the queue, and the ...