Posts

Showing posts from January, 2016

5G |

Image
The next evolution of wireless is coming in 2020, and it's going to change the world when it launches! Here's everything you should know about 5G, in one video. (Hint: It's all about self-driving cars and insanely fast wifi speeds!) du, Nokia Networks cooperate on 5G development, conduct Middle East's first 10 Gbps live 5G demo at GITEX Technology Week Nokia Networks and du, the Middle East's fastest-growing telecom service provider, are showing the possibilities of 5G systems for future ultra-broadband and critical machine-type communication for the Internet of Things (IoT) and smart city applications. The 5G radio demonstration at GITEX* Technology Week features for the first time in the Middle East live, ultra high-speed communications of up to 10 Gbps over the air in the promising mmWave band. The two companies today signed an MoU on a set of common objectives for the development and evolution of 5G and IoT. The agreement was signed by Farid Faraidoon

Peewee

Image
Peewee What it is: Peewee is a small but powerful library for accessing databases by way of an ORM, with native support for SQLite, MySQL, and PostgreSQL. Why you need it: Any application that uses external data in more than a trivial manner typically uses a database, but getting and setting data from a database via ad hoc connection strings is asking for trouble. Peewee provides a safe, programmatic path to access database resources, using a set of Python classes that are intuitive for both Python developers and database engineers. With Peewee, quick-and-dirty way to access a database can be later expanded to a more robust option without having to rip it out and start over. Transactions are natively supported, and optional modules provide support for everything from connection pooling to advanced field types like many-to-many http://docs.peewee-orm.com/en/latest/  https://github.com/coleifer/peewee/tree/master/examples/blog 

How to Use the Blob Storage Service #Blob #Storage #Service

Image
This guide will demonstrate how to perform common scenarios using the Windows Azure Blob storage service. The samples are written in C# and use the .NET API. The scenarios covered include uploading , listing , downloading , and deleting blobs. For more information on blobs, see the Next Steps section. Table of Contents What is Blob Storage Concepts Create a Windows Azure Storage Account Setup a Windows Azure Storage Connection String How To: Programmatically access Blob Storage Using .NET How To: Create a Container How To: Upload a Blob into a Container How To: List the Blobs in a Container How To: Download Blobs How To: Delete a Blob Next Steps What is Blob Storage Windows Azure Blob storage is a service for storing large amounts of unstructured data that can be accessed from anywhere in the world via HTTP or HTTPS. A single blob can be hundreds of gigabytes in size, and a single storage account can contain up to 100TB of blobs. Common u

java clock script

 #javaliveclockscript <!DOCTYPE html> <html> <body> <p>A script on this page starts this clock:</p> <p id="demo"></p> <script> var myVar = setInterval(myTimer, 1000); function myTimer() {     var d = new Date();     document.getElementById("demo").innerHTML = d.toLocaleTimeString(); } </script> </body> </html> A script on this page starts this clock:

Brix.io

Image
brix.io is a Bootstrap Builder for design, creation and edit of responsive websites and user interface. A cloud-based service for front-end developers, web developers and designers. It means instant access your projects from anywhere. Brix.io is an online visual editor and more than that: With the interface you can add bricks (components) to a web page: either by clicking on a brick in the left side panel and then clicking again in a designated area on the canvas or you can use the drag-and-drop method. The side panel shows all the components in groups. You can collapse one or more groups to get an overview of relevant bricks. Brix.io also contains a Favourite Bricks panel. Editing bricks can be done by clicking on a brick in the canvas panel. This opens the properties panel and properties window when applicable. You can also edit html code directly. At the bottom of the canvas you see Design / Code / Split buttons. The same for CSS files. Select CSS file fro

Bootply is known as the playground for Bootstrap.

Image
#Bootply is known as the playground for Bootstrap. It’s not only a Bootstrap editor and builder, but it’s also home to a pretty extensive code repository. The editor enables you to drag and drop Bootstrap components then edit the code as you please. Bootply is also integrated with other popular Bootstrap plugins, micro-libraries and frameworks. Some of the tools you can leverage are Font Awesome, jQuery + jQuery UI, Bootstrap Select, FuelUX, AngularJS, Google Maps, and much more.