A Web-enabled Blood Donor Database For Blood banks

Creating A Web enabled Blood Donor Database For Blood Banks

Hierarchical Clustering for Location-based Strategy using R for E-Commerce

Set of Hotels from Delhi

This is how the outliers look when plotted

This is how these different clusters look like when plotted

SETTING UP POST GRADUATION DIPLOMA COURSE IN DIGITAL GRAPHICS (PGDDG) IN EVERY FINE ARTS DEPARTMENT OF EVERY UNIVERSITY

SETTING UP POST GRADUATION DIPLOMA COURSE IN DIGITAL GRAPHICS (PGDDG) IN EVERY FINE ARTS DEPARTMENT OF EVERY UNIVERSITY To Learn 2D RASTER GRAPHICS (gimp.org), SVG & Vector Graphics (inkscape.org/en/) & 3D Graphics & Animation (blender.org).

Those Will Be Connected To BSCIC’s All Display Centres (Divisional), BJMC, BTMC, BGMEA, BKMEA, Publishing And Packaging, SME, And So On Where Designing Is Necessary.

(https://indiahandmadecollective.com/#/)

A Large Touch Screen Will Be Setup In Every place For Displaying & Conferencing.
From executive boardrooms to kindergarten classrooms, the ViewSonic® ViewBoard® IFP8670 enables limitless collaboration and endless innovation. Designed to help teams connect, collaborate, and create, this next-generation digital whiteboard delivers exactly what you need to move your ideas forward. A premium, state-of-the-art design features a bezel-less PCAP (projected capacitive) touchscreen with incredible 4K Ultra HD resolution. This highly accurate interactive screen provides for an incredibly natural and responsive handwriting experience. Using fingers, styluses, or both, multiple users can simultaneously write or draw on the huge 86” ViewBoard panel. What’s more, meetings and presentations start fast thanks to convenient one-wire USB-C connectivity.

Convenient USB Type-C

Meetings and presentations start fast with single cable USB Type-C connectivity. Users can simply walk into a room, plug in their device, and immediately begin sharing info on the ViewBoard display. In addition to fast data, audio, and video transfer, USB Type-C also provides quick 60W charging and touch pass-through over a single cable.

(https://www.du.ac.bd/main_menu/academic/facfart)

After The Completion Of The Course Successfully, Students Can Join These Types Of Places Mentioned Below.

Specialized tech centres to bet up soon to promote new designs

Commerce ministry is going to establish four specialised technology centres (TCs) in economic zones (EZs) with an eye to boosting export earnings through adopting new technologies and creating skilled manpower.
Under a project, it will establish three state-of-the-art technology
centres at Bangabandhu Sheikh Mujib Shilpa Nagar in Chattogram and a specialised design and technology centre at Bangabandhu Hi-Tech City in Gazipur.
(https://www.observerbd.com/news.php?id=267017)

Dynamic Display Of Various Types Of Continually Changing Demographics/Disastrous/Catastrophic/Business Data (Which Will Be Processed In DBMS) Of Different Geographical Locations In A Map {e.g. – Google Maps, OpenStreetMap (OSM), Etc.} And Route Planning

Dynamic Display Of Various Types Of Continually Changing Demographics/Disastrous/Catastrophic/Business Data (Which Will Be Processed In DBMS) Of Different Geographical Locations In A Map {e.g. – Google Maps, OpenStreetMap (OSM), Etc.} And Route Planning.

It Can Be An Add-On/Extension  Of WordPress Blog Or Joomla CMS.
And
It Can Be A Item/Part Of The Dashboard  Of A Report Engine Such As TIBCO Jaspersoft®, SAP Crystal Reports, Etc.

Hardware

From executive boardrooms to kindergarten classrooms, the ViewSonic® ViewBoard® IFP8670 enables limitless collaboration and endless innovation. Designed to help teams connect, collaborate, and create, this next-generation digital whiteboard delivers exactly what you need to move your ideas forward. A premium, state-of-the-art design features a bezel-less PCAP (projected capacitive) touchscreen with incredible 4K Ultra HD resolution. This highly accurate interactive screen provides for an incredibly natural and responsive handwriting experience. Using fingers, styluses, or both, multiple users can simultaneously write or draw on the huge 86” ViewBoard panel. What’s more, meetings and presentations start fast thanks to convenient one-wire USB-C connectivity.
 

Convenient USB Type-C

Meetings and presentations start fast with single cable USB Type-C connectivity. Users can simply walk into a room, plug in their device, and immediately begin sharing info on the ViewBoard display. In addition to fast data, audio, and video transfer, USB Type-C also provides quick 60W charging and touch pass-through over a single cable.

MULTI-HEAD CLUSTERING

OLYMPUS DIGITAL CAMERA

Software And Code

The Necessary SQL DDL To Automatically Update KML Files.

UpdateKML.sql 

(https://docs.google.com/document/d/1eybt6lE5hyzLjefItpilDXHNwwMSzpwkXsF2orAT4M0/edit?usp=sharing)

A new JavaFX Mapping API which allows you to embed Google Maps in your JavaFX application and combines two API’s (GMapsFX and google-maps-services-java) to allow one to easily use functionality missing in both, such as:

  • Draw and plot routes and objects on your google map using JavaFx
  • Use Google APIs such as Directions API and GeoCoding API – which the GMapsFX API doesn’t offer!
  • The above allows you to add routes to a map either by hand or by file, and automatically SNAP routes to the nearest road or highway – when desired.
  • Open source so you can add features too!
(https://github.com/fxpresso/FXMaps)

Hierarchical Clustering for Location-based Strategy using R for E-Commerce

Set of Hotels from Delhi

This is how the outliers look when plotted

This is how these different clusters look like when plotted

interactjs.ioJavaScript drag and drop, resizing, and multi-touch gestures for modern browsers (and also IE9+)

Features include:

  • inertia and snapping
  • multi-touch, simultaneous interactions
  • cross browser and device, supporting the desktop and mobile versions of Chrome, Firefox and Opera as well as Internet Explorer 9+
  • interaction with SVG elements
  • being standalone and customizable
  • not modifying the DOM except to change the cursor (but you can disable that)

(https://interactjs.io/)

(https://extensions.joomla.org/extension/zh-googlemap/)

(https://developers.google.com/maps/documentation/javascript/overview)

(https://developers.google.com/maps/documentation/javascript/reference)

(https://code.google.com/archive/p/kml-samples/)

For Text Sliding

(https://www.phoca.cz/joomla3demo/phoca-maps-demo)(https://bxslider.com/)

TIME EVENT TRIGGER FOR DATABASE

Develop / Write TIME EVENT TRIGGER For Databases (e.g., VoltDBOracle, EnterpriseDB, PostgreSQL, And So On).

An event trigger fires whenever the event with which it is associated occurs in the database in which it is defined. Currently, the only supported events are ddl_command_startddl_command_endtable_rewrite and sql_drop. Support for additional events may be added in future releases.

The ddl_command_start event occurs just before the execution of a CREATEALTERDROPSECURITY LABELCOMMENTGRANT or REVOKE command. No check whether the affected object exists or doesn’t exist is performed before the event trigger fires. As an exception, however, this event does not occur for DDL commands targeting shared objects — databases, roles, and tablespaces — or for commands targeting event triggers themselves. The event trigger mechanism does not support these object types. ddl_command_start also occurs just before the execution of a SELECT INTO command, since this is equivalent to CREATE TABLE AS.

After This, Supported Events Will Be ddl_command_startddl_command_endtable_rewritesql_drop And time Also

The Syntax Of The Event Is:

1. CREATE EVENT TRIGGER minutewise_sensor_check
                  ON time
   EXECUTE FUNCTION no_rewrite();

2. CREATE EVENT TRIGGER listwise_sensor_check ON time from sysdate+7 until sysdate+90 list (Sunday, Tuesday, Thursday) interval weekly EXECUTE FUNCTION no_rewrite();

3. CREATE EVENT TRIGGER listwise_sensor_check ON time from sysdate+7 until sysdate+365 list (January, March, May, July) interval Monthly EXECUTE FUNCTION no_rewrite();

Source code

VoltDB

The source code for VoltDB can be found in https://github.com/VoltDB/voltdb

PostgreSQL

The source code for PostgreSQL can be found in the main file browser or you can access the source control repository directly at git.postgresql.org. Instructions for building from source can be found in the documentation.

Refresh Process

(https://docs.oracle.com/cd/B10500_01/server.920/a96567/repmview.htm#27309)

Initiating a Refresh

When creating a refresh group, you can configure the group so that Oracle automatically refreshes the group’s materialized views at scheduled intervals. Conversely, you can omit scheduling information so that the refresh group needs to be refreshed manually or “on-demand.” Manual refresh is an ideal solution when the refresh is performed with a dial-up network connection.

Scheduled Refresh

When you create a refresh group for automatic refreshing, you must specify a scheduled refresh interval for the group during the creation process. When setting a group’s refresh interval, consider the following characteristics:

  • The dates or date expressions specifying the refresh interval must evaluate to a future point in time.
  • The refresh interval must be greater than the length of time necessary to perform a refresh.
  • Relative date expressions evaluate to a point in time relative to the most recent refresh date. If a network or system failure interferes with a scheduled group refresh, then the evaluation of a relative date expression could change accordingly.
  • Explicit date expressions evaluate to specific points in time, regardless of the most recent refresh date.
  • Consider your environment’s tolerance for stale data: if there is a low tolerance, then refresh often; whereas if there is a high tolerance, then refresh less often.

The following are examples of simple date expressions that you can use to specify an interval:

  • An interval of one hour is specifies as:
    SYSDATE + 1/24
    
    
  • An interval of seven days is specifies as:
    SYSDATE + 7

DYNAMIC DISPLAY OF ALL Inland Water TRANSPORTS Route, course, Navigation SYStem MAP, ROUTE PLANNING & Collision Detection especially IN dense fog situation FOR BIWTA www.NAVIGATION.biwta.gov.bd

DYNAMIC DISPLAY OF ALL INLAND WATER TRANSPORTS ROUTE, COURSE, NAVIGATION SYSTEM MAP, ROUTE PLANNING & COLLISION DETECTION ESPECIALLY IN DENSE FOG SITUATION FOR WWW.NAVIGATION.BIWTA.GOV.BD

HARDWARE FOR INLAND WATER TRANSPORT CLIENT

IRIDIUM CERTUS®

A flexible platform designed for you.

With speed capabilities ranging from 22 Kbps to 704 Kbps*, Iridium Certus offers the highest speed L-band connectivity and only truly global mobile satellite service on the market. With speeds up to 704 Kbps, Iridium Certus was designed as a flexible platform and will continue to evolve, providing both higher and lower data speeds to address customer needs.

Iridium Certus Midband

22 Kbps – 88 Kbps

Smaller, Low-gain Antennas

Transceivers Optimized for Size, Cost, and Power

Iridium Certus Broadband

128 Kbps – 704 Kbps*

Solid-State Antenna Options

Transceivers Optimized for Speed

**The Iridium network is capable of supporting speeds up to 1408 Kbps. Future development of Iridium Certus 1400 service is dependent on market demand.

TD2455 – 24″ Display, IPS Panel, 1920 x 1080 Resolution

TOOLS FOR SERVER SIDE

VoltDB powers real-time business in a connected world. The platform delivers precise decisions, made in less than 10 milliseconds, to directly influence in-the-moment monetization, prevent digital fraud, and accelerate digital transformation initiatives.

From Big Data Analytics to Fast Data Decisioning

Global organizations use VoltDB to power real-time business opportunitiesWHY CHOOSE VOLTDB?

Instant value from anomalous events captured across multiple data streams!

VoltDB’s sub 10ms decisioning is monetizing 5G applications, preventing digital fraud, improving customer experience, and powering digital transformation. Energize your existing big data and messaging investments. Evolve to fast data decisions driving real-time actions.

\

Open Realtime.

Ignite Realtime is the community site for the users and developers of Jive Software’s open source Real-Time Communications projects. Your involvement is helping to change the open RTC landscape.

AN INTELLIGENT RICH INTERNET INVENTORY MANAGEMENT SYSTEM APPLICATION

Design & Develop An Intelligent Rich Internet Inventory Management System Application For 560+ Model Mosques & 10 Divisional  & One Central Offices Of Islamic Foundation Offices  (http://www.islamicfoundation.gov.bd/) Including Stores Management System For Those 560+ Model Mosques & 10 Divisional  & One Central Offices Of Islamic Foundation & Also 10 Divisional  & One Central Offices Of The Organization For The Preaching Of Islam (https://en.wikipedia.org/wiki/Tablighi_Jamaat#External_links).

 

(https://twitter.com/shamim8888/status/1070678553090392069)

InvenTree

InvenTree

InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking. The core of the InvenTree system is a Python/Django database backend which provides an admin interface (web-based) and a JSON API for interaction with external interfaces and applications.

(https://github.com/inventree/InvenTree)

Apache OFBiz is a suite of business applications flexible enough to be used across any industry. A common architecture allows developers to easily extend or enhance it to create custom features.

(https://ofbiz.apache.org/source-repositories.html)